html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  outline: 0;
  box-sizing: border-box;
  max-height: 100000px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}
.small,
small {
  font-size: 80%;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

.desktop-hidden {
  display: none !important;
}

.check-group {
  display: inline-block;
  vertical-align: top;
}
.check-group:after {
  display: table;
  clear: both;
  content: "";
}
.check-group .check {
  float: left;
  margin: 0 12px 0 0;
}
.check-group label {
  display: block !important;
  overflow: hidden;
  text-transform: uppercase;
  color: #3e4046;
  font-size: 17px;
  line-height: 1.1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 4px 0 0;
}

@media (max-width: 767px) {
  .check-group label {
    font-size: 12px;
    padding-top: 2px;
  }
  .desktop-hidden {
     display: block !important;
  }
  .sidebar {
    display: none;
  }
}

.form-item {
  margin: 0 0 15px;
}
.form-item:after {
  display: table;
  clear: both;
  content: "";
}

.form-group {
  margin: 0 0 20px;
}
.form-group label {
  display: inline-block;
  color: #3e4046;
  font-size: 19px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-group label {
    font-size: 14px;
  }
}

@font-face {
  font-family: "proximanova-bold-webfont";
  src: url("/fonts/proximanova-bold-webfont.eot");
  src: url("/fonts/proximanova-bold-webfont.woff") format("woff"), url("/fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-regular-webfont";
  src: url("/fonts/proximanova-regular-webfont.eot");
  src: url("/fonts/proximanova-regular-webfont.woff") format("woff"), url("/fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-semibold-webfont";
  src: url("/fonts/proximanova-semibold-webfont.eot");
  src: url("/fonts/proximanova-semibold-webfont.woff") format("woff"), url("/fonts/proximanova-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  min-width: 320px;
  font: 16px/2 arial, helvetica, sans-serif;
  color: #6b6a6a;
  background: #c8c5bd;
}

a {
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
  text-decoration: none;
/*  color: #000;*/
  color: #a0b754;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 15px;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1920px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container-medium {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1460px;
}
.container-medium:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .container-medium {
    padding: 0 5px;
  }
}
.container-small {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1420px;
}
.container-small:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .container-small {
    padding: 0 5px;
  }
}
.container-extra-small {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1020px;
}
.container-extra-small:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .container-extra-small {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 5px;
  }
}

.text-container {
  width: 65%;
  margin: 0 auto 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .text-container {
    width: 100%;
  }
}

.link-sub {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
  color: #a0b754;
  font-weight: 700;
  margin-bottom: 27px;
}

.main-content {
  padding: 22px 0 27px;
}
@media (max-width: 767px) {
  .main-content {
    padding: 12px 0 16px;
  }
}

.desctop-hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .desctop-hidden {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

h1 {
  color: #3e4046;
  font-size: 32px;
  line-height: 1.2;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  color: #000;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  color: #3e4046;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

.btn {
  color: #fff;
  padding: 10px 18px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  min-width: 174px;
  display: inline-block;
  vertical-align: top;
  background: #a0b754;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 1px 3px #91a74c;
}
.btn:hover {
  text-decoration: none;
}
.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .50;
    filter: alpha(opacity=50);
}
.btn-share {
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 60px;
  border: 2px solid #dddad5;
  background: #9fb654;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  padding: 36px 3px 0;
  text-decoration: none;
  font-weight: 700;
}
.btn-share:hover {
  text-decoration: none;
  opacity: 0.9;
}
.btn-share:after {
  background: url(/imgD/share-ico.png) no-repeat;
  width: 27px;
  height: 22px;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
}
.btn-submit {
  border: 2px solid #fff;
  min-width: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  padding: 4px 10px 2px;
}

.btn-decore {
   -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  background-color: #91a74c;
  background-image: linear-gradient(-5deg, transparent, transparent 37%, #a0b754 37%);
}
.btn-decore span {
  display:inline-block;
  vertical-align:top;
  position: relative;
  z-index: 3;
}
/* btn-decore hover style */

.btn-decore:hover {
  color: #fff;
}
.btn-decore:hover .ease {
  width: 100%;
}
.emerald {background: #798f4d;}
/* and */

.btn-white {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fcfbfb;
  text-transform: uppercase;
  padding: 7px;
}
.btn-white:hover {
  background: #a0b754;
}

.btn-small {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.btn-border {
  border: 2px solid #fff;
}

.page-title-decore-01 {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "proximanova-bold-webfont";
  color: #3e4046;
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  letter-spacing: 4px;
}
.page-title-decore-01 span {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  position: relative;
}
.page-title-decore-01 span:after {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  width: 1680px;
  height: 51px;
  background: url(/imgD/item-decore1.png) no-repeat;
}
.page-title-decore-01 span:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 1680px;
  height: 51px;
  background: url(/imgD/item-decore2.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-01 {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 0 2px;
  }
  .page-title-decore-01 span {
    padding: 3px 88px;
    display: block;
  }
  .page-title-decore-01 span:after {
    top: 50%;
    width: 76px;
    right: 0;
    height: 18px;
    background: url(/imgD/item-decore6.png) no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .page-title-decore-01 span:before {
    top: 50%;
    left: 0;
    width: 76px;
    height: 18px;
    background: url(/imgD/item-decore5.png) no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.page-title-decore-02 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3e4046;
  padding: 0 0 38px;
  margin: 0 0 30px;
  letter-spacing: 3px;
  background: url(/imgD/img-line-decore2.png) no-repeat 50% 100%;
}
@media (max-width: 767px) {
  .page-title-decore-02 {
    font-size: 20px;
    line-height: 22px;
  }
}

.page-title-decore-03 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3e4046;
  padding: 0 0 45px;
  margin: 0 0 32px;
  background: url(/imgD/img-line-decore3.png) no-repeat 50% 100%;
}

.page-title-decore-04 {
  height: 26px;
  padding: 38px 0 0;
  position: relative;
}
.page-title-decore-04:after {
  position: absolute;
  top: 15px;
  left: 17px;
  content: "";
  width: 1333px;
  height: 26px;
  background: url(/imgD/img-line-decore5.png) no-repeat;
}

.page-title-decore-05 {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "proximanova-bold-webfont";
  color: #3e4046;
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  letter-spacing: 4px;
}
.page-title-decore-05 span {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  position: relative;
}
.page-title-decore-05 span:after {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  width: 298px;
  height: 51px;
  background: url(/imgD/item-decore3.png) no-repeat;
}
.page-title-decore-05 span:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 298px;
  height: 51px;
  background: url(/imgD/item-decore4.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-05 {
    font-size: 15px;
    line-height: 17px;
  }
  .page-title-decore-05 span {
    padding: 8px 90px;
  }
  .page-title-decore-05 span:after {
    top: 50%;
    width: 76px;
    right: 0;
    height: 18px;
    background: url(/imgD/item-decore5.png) no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .page-title-decore-05 span:before {
    top: 50%;
    left: 0;
    width: 76px;
    height: 18px;
    background: url(/imgD/item-decore6.png) no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.line-decore-title {
  text-align: center;
  padding: 26px 0 2px;
  margin: 0 0 48px 10px;
  border-bottom: 3px solid #f2b448;
  position: relative;
  letter-spacing: 3px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.line-decore-title:after {
  position: absolute;
  bottom: -25px;
  left: -10px;
  content: "";
  width: 270px;
  height: 52px;
  background: url(/imgD/item-decore10.png) no-repeat;
}
.line-decore-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: top;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3e4046;
}
.line-decore-title-indent-01 {
  margin: 0 10px 28px 0;
  padding: 13px 0 7px;
}
@media (max-width: 1023px) {
  .line-decore-title {
    padding: 0px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title {
    border-width: 2px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-width: 2px;
  }
  .line-decore-title:after {
    left: 0;
    width: 102px;
    height: 20px;
    bottom: -10px;
    background: url(/imgD/item-decore10-mobile.png) no-repeat;
  }
  .line-decore-title span {
    font-size: 16px;
    line-height: 20px;
  }
}

.line-decore-title-style1 {
  padding: 0 0 2px;
  margin: 0 18px 48px 28px;
  border-color: #3aa592;
}
.line-decore-title-style1:after {
  background: url(/imgD/item-decore9.png) no-repeat;
}
@media (max-width: 767px) {
  .line-decore-title-style1 {
    margin: 0 0 20px;
  }
  .line-decore-title-style1:after {
    background: url(/imgD/item-decore9-mobile.png) no-repeat;
  }
}

.line-decore-title-style2 {
  border-color: #dcd7cd;
}
.line-decore-title-style2:after {
  background: url(/imgD/item-decore11.png) no-repeat;
}
@media (max-width: 767px) {
  .line-decore-title-style2:after {
    background: url(/imgD/item-decore11-mobile.png) no-repeat;
  }
}

.line-decore-title-style3 {
  border-color: #c2beb5;
  margin: 0 10px 22px 0;
  padding: 50px 0 5px;
}
.line-decore-title-style3:after {
  left: auto;
  right: -10px;
  background: url(/imgD/item-decore12.png) no-repeat;
}
@media (max-width: 1023px) {
  .line-decore-title-style3 {
    padding: 10px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title-style3 {
    padding: 10px 0px 0;
    margin: 0 0 20px;
  }
  .line-decore-title-style3:after {
    right: 0;
    width: 102px;
    height: 20px;
    background: url(/imgD/item-decore12-mobile.png) no-repeat;
  }
}

.line-decore-title-style4 {
  border-color: #f2b448;
  margin: 0 10px 22px 0;
  padding: 50px 0 5px;
}
.content-section .line-decore-title-style4 {
    margin-bottom: 48px;
    padding-top: 0;
}
.line-decore-title-style4:after {
  left: auto;
  right: -10px;
  background: url(/imgD/item-decore13.png) no-repeat;
}
@media (max-width: 1023px) {
  .line-decore-title-style4 {
    padding: 10px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title-style4 {
    padding: 10px 0px 0;
    margin: 0 0 20px;
  }
    .content-section .line-decore-title-style4 {
        margin-bottom: 20px;
    }
  .line-decore-title-style4 span {
    display: block;
  }
  .line-decore-title-style4:after {
    right: 0;
    width: 102px;
    height: 20px;
    background: url(/imgD/item-decore13-mobile.png) no-repeat;
  }
}

.line-decore-title-indent-01 {
  margin: 0 10px 28px 0;
  padding: 13px 0 7px;
}
@media (max-width: 767px) {
  .line-decore-title-indent-01 {
    margin: 0 10px 12px 0;
    padding: 0 0 7px;
  }
}

.page-title-decore-06 {
  color: #3e4046;
  font-size: 28px;
  line-height: 1;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 0 152px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 auto 46px auto;
}
.page-title-decore-06:before, .page-title-decore-06:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 152px;
  height: 45px;
  background-image: url(/imgD/title-standard.png);
  background-repeat: no-repeat;
  margin: 0 0 -17px;
}
.page-title-decore-06:before {
  left: 0;
  background-position: 0 0;
}
.page-title-decore-06:after {
  right: 0;
  background-position: 0 -46px;
}
.page-title-decore-06-inner {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #dcd7cd;
  padding: 14px 20px;
  position: relative;
}
.page-title-decore-06-inner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -8px 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 238px;
  height: 34px;
  background: url(/imgD/title-standard.png) 0 -92px no-repeat;
}
.page-title-decore-06_gold:before, .page-title-decore-06_gold:after {
  background-image: url(/imgD/title-gold.png);
}
.page-title-decore-06_gold .members-title-inner {
  border-bottom-color: #c9a766;
}
.page-title-decore-06_gold .members-title-inner:before {
  background-image: url(/imgD/title-gold.png);
}
.page-title-decore-06_silver:before, .page-title-decore-06_silver:after {
  background-image: url(/imgD/title-silver.png);
}
.page-title-decore-06_silver .members-title-inner {
  border-bottom-color: #acacac;
}
.page-title-decore-06_silver .members-title-inner:before {
  background-image: url(/imgD/title-silver.png);
}
.page-title-decore-06_bronze:before, .page-title-decore-06_bronze:after {
  background-image: url(/imgD/title-bronze.png);
}
.page-title-decore-06_bronze .members-title-inner {
  border-bottom-color: #ae7e58;
}
.page-title-decore-06_bronze .members-title-inner:before {
  background-image: url(/imgD/title-bronze.png);
}
.page-title-decore-06_yellow:before, .page-title-decore-06_yellow:after {
  background-image: url(/imgD/title-yellow.png);
}
.page-title-decore-06_yellow .members-title-inner {
  border-bottom-color: #f2b448;
}
.page-title-decore-06_yellow .members-title-inner:before {
  background-image: url(/imgD/title-yellow.png);
}
.page-title-decore-06_grey:before, .page-title-decore-06_grey:after {
  background-image: url(/imgD/title-grey.png);
}
.page-title-decore-06_grey .members-title-inner {
  border-bottom-color: #3aa592;
}
.page-title-decore-06_grey .members-title-inner:before {
  background-image: url(/imgD/title-grey.png);
}
.page-title-decore-06_green:before, .page-title-decore-06_green:after {
  background-image: url(/imgD/title-green.png);
}
.page-title-decore-06_green .members-title-inner {
  border-bottom-color: #9fb654;
}
.page-title-decore-06_green .members-title-inner:before {
  background-image: url(/imgD/title-green.png);
}
.page-title-decore-06_red:before, .page-title-decore-06_red:after {
  background-image: url(/imgD/title-red.png);
}
.page-title-decore-06_red .members-title-inner {
  border-bottom-color: #e37336;
}
.page-title-decore-06_red .members-title-inner:before {
  background-image: url(/imgD/title-red.png);
}
@media (max-width: 767px) {
  .page-title-decore-06 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    margin: 0 0 45px;
  }
  .page-title-decore-06:before, .page-title-decore-06:after {
    display: none;
  }
  .page-title-decore-06-inner {
    display: block;
  }
}

.page-title-decore-07 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  color: #3e4046;
  overflow: hidden;
  padding: 6px 0;
}
.page-title-decore-07 span {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  position: relative;
}
.page-title-decore-07 span:after {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  width: 244px;
  height: 51px;
  background: url(/imgD/item-decore7.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-07 span:after {
    display: none;
  }
}
.page-title-decore-07 span:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 244px;
  height: 51px;
  background: url(/imgD/item-decore8.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-07 span:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-title-decore-07 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    margin: 0 0 45px;
  }
  .page-title-decore-07:before, .page-title-decore-07:after {
    display: none;
  }
  .page-title-decore-07-inner {
    display: block;
  }
}

.custom-select {
  position: relative;
  height: 40px;
  background: #a0b94c;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  border: 2px solid #b4cf58;
  overflow: hidden;
}
.custom-select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  border: 0;
  padding: 0 40px 0 20px;
  box-shadow: none;
  background: #a0b94c;
  text-transform: uppercase;
  font: inherit;
  color: inherit;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select select:focus {
  outline: none;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select-arrow {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 12px;
  z-index: 10;
}
.custom-select-arrow:before {
  pointer-events: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .custom-select {
    font-size: 12px;
    height: 27px;
  }
  .custom-select select {
    text-align: center;
  }
  .custom-select-arrow {
    width: 16px;
    height: 8px;
    right: 10px;
  }
}

.custom-select-heading {
  position: relative;
  height: 40px;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #3e4046;
  border: 2px solid #838382;
}
.custom-select-heading select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 40px 0 20px;
  box-shadow: none;
  background: none;
  text-transform: uppercase;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select-heading select:focus {
  outline: none;
}
.custom-select-heading select::-ms-expand {
  display: none;
}
.custom-select-heading-arrow {
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 12px;
}
.custom-select-heading-arrow:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #838382;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .custom-select-heading {
    font-size: 12px;
    height: 27px;
  }
  .custom-select-heading select {
    text-align: center;
  }
  .custom-select-heading-arrow {
    width: 16px;
    height: 8px;
    right: 10px;
  }
}

.select-heading {
  padding: 0 80px;
  position: relative;
}
.select-heading:after {
  position: absolute;
  top: 50%;
  width: 76px;
  right: 0;
  content: "";
  height: 18px;
  background: url(/imgD/item-decore5.png) no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 76px;
  content: "";
  height: 18px;
  background: url(/imgD/item-decore6.png) no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select-heading .custom-select-arrow:before {
  background: #000;
}

.check {
  border-width: 2px;
  border-style: solid;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.check input:checked + span {
  display: block;
}
.check span {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  position: relative;
}
.check span:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  backface-visibility: hidden;
}
.check span:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check + label {
  display: inline-block;
  vertical-align: middle;
}
.check-white {
  border-color: #fff;
}
.check-white span:before {
  background: #fff;
}
.check-white span:after {
  background: #fff;
}
.check_green {
  border-color: #b4cf58;
}
.check_green span:before {
  background: #b4cf58;
}
.check_green span:after {
  background: #b4cf58;
}
.check_yellow {
  border-color: #f2b448;
}
.check_yellow span:before {
  background: #f2b448;
}
.check_yellow span:after {
  background: #f2b448;
}
.check_orange {
  border-color: #e37336;
}
.check_orange span:before {
  background: #e37336;
}
.check_orange span:after {
  background: #e37336;
}
.check_turquoise {
  border-color: #3aa592;
}
.check_turquoise span:before {
  background: #3aa592;
}
.check_turquoise span:after {
  background: #3aa592;
}
.check_green {
  border-color: #9fb654;
}
.check_green span:before {
  background: #9fb654;
}
.check_green span:after {
  background: #9fb654;
}
.check_red {
  border-color: #9b1c2b;
}
.check_red span:before {
  background: #9b1c2b;
}
.check_red span:after {
  background: #9b1c2b;
}
.check_blue {
  border-color: #599fcc;
}
.check_blue span:before {
  background: #599fcc;
}
.check_blue span:after {
  background: #599fcc;
}
.check_purple {
  border-color: #c3afd8;
}
.check_purple span:before {
  background: #c3afd8;
}
.check_purple span:after {
  background: #c3afd8;
}
.check_grey {
  border-color: #c2beb5;
}
.check_grey span:before {
  background: #c2beb5;
}
.check_grey span:after {
  background: #c2beb5;
}
.check_rounded {
  border-radius: 2px;
}
@media (min-width: 768px) {
  .check_size-md {
    width: 24px;
    height: 24px;
  }
  .check_size-lg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .check {
    width: 16px;
    height: 16px;
  }
}

.rad {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.rad input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.rad input:checked + span:after {
  display: block;
}
.rad span {
  border: 1px solid #6d6e71;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  display: block;
  position: relative;
}
.rad span:after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6d6e71;
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  content: '';
}

.search-field {
  border: 2px solid #fff;
  border-radius: 20px;
  background: #3e4147;
  text-align: left;
  overflow: hidden;
  padding: 0 34px 0 16px;
  height: 32px;
  width: 100%;
}
.search-field input {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  padding: 0 10px 0 0;
  height: 100%;
}
.search-field .btn-search {
  width: 34px;
  height: 28px;
  background: #a1b754;
  border: none;
  margin: 0 -44px 0 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.search-field .btn-search:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 27px;
  background-size: 25px 27px;
  background: url(/imgD/sprite.png) no-repeat;
}

.input-field {
  border-radius: 2px;
  border: 2px solid #b4cf58;
  height: 36px;
  background: #fff;
  line-height: 34px;
  padding: 0 10px;
  font-size: 18px;
}
.input-field_full-width {
  display: block;
  width: 100%;
}
.input-field.error {
  border: 1px solid #f00;
}
@media (max-width: 767px) {
  .input-field {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}

.email-input {
  margin-bottom: 13px;
  position: relative;
}
.email-input:after {
  content: '';
  width: 24px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 5px;
  background: url(/imgD/sprite.png) no-repeat;
  background-position: -57px 0;
}
.email-input input {
  width: 100%;
  background: #4d4f57;
  border: none;
  outline: none;
  padding: 4px 37px 4px 12px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  height: 28px;
}
.email-input-container {
  overflow: hidden;
}

.header {
  background: #222325;
  padding: 0 90px 0 14px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}
.header:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.header .logo {
  float: left;
  padding: 4px 0 3px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.header .logo img {
  float: left;
  margin: 0 0 0 0;
}
.header .logo .logo-text {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  margin: 20px 0 0;
}
.header .logo .logo-text small {
  display: inline-block;
  padding: 2px 3px 1px 3px;
  font-size: 50%;
  color: #222325;
  background-color: #a0b754;
  position: relative;
  top: -6px;
  margin-left: 5px;
}
.header .header-box {
  /* width: 40%; */
  width: 536px;
  float: right;
  border-left: 2px solid #3e4046;
  border-right: 2px solid #3e4046;
}
.header .nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  border-bottom: 2px solid #3e4046;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.header .nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 0 0 15.4%;
  padding: 4px 2px 2px;
  text-transform: uppercase;
}
@media (max-width: 1040px) {
  .header .nav a {
    margin: 0 0 0 7.5%;
  }
}
.header .nav a:hover {
  color: #a0b754;
  text-decoration: none;
}

.header .nav a:first-child {
  margin: 0;
}
.header-box-holder {
  padding: 10px 0;
  text-align: center;
}
.header-box-holder .btn-white {
  display: inline-block;
  vertical-align: top;
  max-width: 44.2%;
  padding: 4px 7px;
  line-height: 25px;
  padding: 2px 0 2px;
  letter-spacing: 3px;
}
.header-box-holder .search-form {
  width: 39.2%;
}
@media (max-width: 1080px) {
  .header .logo .logo-text {
    font-size: 16px;
  }
  .header .logo img {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 1023px) {
  .header .logo {
    padding: 0;
    margin: 20px 0 0;
  }
  .header .header-box {
    width: 360px;
  }
  .header-box-holder {
    padding: 10px;
  }
  .header-box-holder .btn-white {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .header-box-holder .search-form {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0 55px 0 14px;
  }
  .header .logo {
    padding: 0px 0 7px;
    margin: 0;
  }
  .header .logo .logo-text {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
  }
}

.main {
  padding: 77px 0 0;
}
@media (max-width: 1023px) {
  .main {
    padding: 119px 0 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 39px 0 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  content: "";
  height: 95px;
  background: url(/imgD/shadow.png) repeat-x;
}
.hero > img,
.visual_border-none > img {
  transform-origin: 40% 80%;
  transition: transform 40s linear;
  transform: scale(1.3) rotate(0.1deg);
}
.no-js .hero > img,
.no-js .visual_border-none > img {
  transform: scale(1);
}
.hero.content-type {
  margin: 7px 0 18px;
}
.hero.content-type:after {
  display: none;
}
.hero .col-lg {
  width: 66.84%;
  float: left;
  margin: 0 0.5% 0 0;
  position: relative;
}
.hero .col-sm {
  float: left;
  width: 32.6%;
}
.hero .info-box {
  margin: 0 0 10px;
}
.hero .info-box-large {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .hero .col-lg {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .hero .col-sm {
    float: none;
    width: 100%;
  }
  .hero .carousel {
    float: left;
    width: 49.25%;
  }
  .hero .carousel:nth-child(2n+1) {
    margin: 0 1.5% 0 0;
  }
}
@media (max-width: 767px) {
  .hero.info-box-type {
    margin-bottom: 4px;
  }
  .hero.info-box-type .col-lg {
    margin: 0;
  }
  .hero.info-box-type .col-sm {
    margin: 0;
  }
  .hero .info-box {
    margin: 0 0 6px;
  }
  .hero .info-box-large {
    margin: 0 0 6px;
  }
  .hero:after {
    display: none;
  }
  .hero.content-type .carousel {
    width: 100%;
  }
  .hero.content-type .carousel:first-child {
    margin: 0 0 10px;
  }
}

.search-form {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 24px;
  width: 100%;
}

.menu-opener {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 91px;
}
.menu-opener .ico-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.menu-opener .ico-box .ico {
  display: block;
  width: 42px;
  height: 22px;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 12px;
}
.menu-opener .ico-box .ico:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .menu-opener {
    border: none;
    width: 55px;
    height: 39px;
  }
  .menu-opener .ico-box .ico {
    margin: 0;
    width: 35px;
    height: 18px;
  }
}

.visual {
  margin: 0;
  overflow: hidden;
  border: 3px solid #dcd7cd;
  margin: 0 0 6px;
}
.visual a {
  display: block;
  float: left;
  width: 72.25%;
}
.visual a:first-child {
  border-right: 4px solid #dcd7cd;
  width: 27.75%;
}
.visual img {
  width: 100%;
}
.visual_border-none {
  border: 0;
}
@media (max-width: 767px) {
  .visual a {
    float: none;
    width: 100%;
  }
  .visual a:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 4px solid #DCD7CD;
  }
}

.breadcrumbs {
  background: #3f4147;
}
.breadcrumbs ul {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  list-style-type: none !important;
}
.breadcrumbs ul li {
  float: left;
  font-size: 16px;
  letter-spacing: -1px;
}
/*.breadcrumbs ul li a {*/
.breadcrumbs ul li {
  display: block;
  height: 42px;
  color: #fff;
  padding: 0px 33px 0 48px;
  background: #222325;
  position: relative;
  text-transform: uppercase;
}
/*.breadcrumbs ul li a:before {*/
.breadcrumbs ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*.breadcrumbs ul li a:after {*/
.breadcrumbs ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  border: 40px solid transparent;
  border-left: 40px solid #222325;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
.breadcrumbs ul li:nth-child(2) {
  margin-left: 20px;
}
/*.breadcrumbs ul li:last-child a {*/
.breadcrumbs ul li:nth-child(2) {
  background: transparent;
  cursor: default;
  text-transform: none;
}
/*.breadcrumbs ul li:last-child a:after {*/
.breadcrumbs ul li:nth-child(2):after {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs ul li {
    float: none;
  }
  .breadcrumbs ul li a:after {
    display: none;
  }
}

.page-content {
  background: #fff;
  padding: 37px 82px 52px;
}
.page-content-wrap {
  position: relative;
}
.page-content-wrap:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.page-content-wrap:before {
  position: absolute;
  top: -23px;
  bottom: -23px;
  right: 317px;
  content: "";
  width: 2px;
  background: #dddad5;
}
.project-detail .page-content-wrap:before {
    display: none;
}
@media (max-width: 1023px) {
  .page-content {
    padding: 10px;
  }
  .page-content-wrap:before {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-content-wrap:before {
    display: none;
  }
}

.img-holder {
  overflow: hidden;
  margin: 0 0 46px;
}
.img-holder img {
  width: 100%;
}
.img-holder a {
  display: block;
}
.img-holder .primary-img {
  float: left;
  margin: 0 4.8% 0 0;
  width: 40.3%;
}
.img-holder .img-list {
  overflow: hidden;
  margin: 43px 0 0;
}
.img-holder .img-list li {
  width: 29.2%;
  float: left;
  margin: 0 0 0 2.4%;
}
.img-holder .img-list li:first-child {
  margin: 0;
}
.img-holder .img-list a {
  display: block;
}
@media (max-width: 1023px) {
  .img-holder {
    margin: 0 0 20px;
  }
  .img-holder .primary-img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .img-holder .img-list {
    margin: 0 0 10px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
  }
  .img-holder .img-list li {
    font-size: 16px;
    line-height: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.general {
  background: #fff;
}
.artist.general {
  
}
.general-block {
  text-align: center;
}
#resources_downloads .downloads-content-block {
  width: 32%;
  padding: 0 4%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  #resources_downloads .downloads-content-block {
    width: 100%;
    float: none;
  }
}
#resources_downloads .downloads-content-block strong {
  display: block;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.083;
  color: #000;
  margin-bottom: 21px;
}
@media (max-width: 1024px) {
  #resources_downloads .downloads-content-block strong {
    font-size: 22px;
  }
}
#resources_downloads .downloads-list li {
  margin-bottom: 24px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
#resources_downloads .downloads-list li a {
  color: #a0b754;
}
#resources_forms .online-forms .btn-holder {
  max-width: 969px;
  text-align: left;
  margin: 0 auto;
  padding-top: 55px;
}
@media (max-width: 999px) {
  #resources_forms .online-forms .btn-holder {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #resources_forms .online-forms .btn-holder {
    padding-top: 0;
  }
}
#resources_forms .online-forms .btn-holder .btn {
  width: 247px;
  margin: 0 3.5% 35px;
}
@media (max-width: 767px) {
  #resources_forms .online-forms .btn-holder .btn {
    display: block;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  #resources_development .development {
    padding-bottom: 33px;
  }
}
#resources_development .development .btn-holder {
  margin-bottom: 20px;
}
#resources_development .development .btn {
  width: 245px;
  margin-bottom: 7px;
}
.general-wrap {
  padding: 47px 0 0;
  background: #fff;
  overflow: hidden;
  text-align: left;
}
.general-wrap-content {
  overflow: hidden;
  margin: 0 0 60px;
}
.general-wrap-content .column {
  float: left;
  width: 50%;
  padding: 0 60px 0 43px;
  margin: 0 0 23px;
}
.general-wrap-content .column:first-child {
  padding: 0 61px;
}
.general-wrap-content .column .caption {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: block;
  padding: 0 11px;
}
.general-wrap-content .column p {
  margin: 0 0 24px;
}
@media (max-width: 1023px) {
  .general-wrap-content .column {
    padding: 0 20px 0 20px;
  }
  .general-wrap-content .column:first-child {
    padding: 0 20px;
  }
  .general-wrap-content .column p {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .general-wrap {
    padding: 20px 0 0;
  }
  .general-wrap-content {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  .general-wrap-content .column {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .general-wrap-content .column:first-child {
    padding: 0;
  }
  .general-wrap-content .column p {
    margin: 0 0 24px;
  }
  .general-wrap-content .column .caption {
    font-size: 12px;
    line-height: 16px;
  }
}
.general .page-title-decore-07 {
  margin-bottom: 20px;
}

.img-container {
  margin: 0 0 15px;
  position: relative;
  -webkit-box-shadow: 2px 4px 3px 0px rgba(29,30,33, .35);/*#b4b1a9;*/
  -moz-box-shadow: 2px 4px 3px 0px rgba(29,30,33, .35);/*#b4b1a9;*/
  box-shadow: 2px 4px 3px 0px rgba(29,30,33, .35);/*#b4b1a9;*/
}
.img-container img {
  width: 100%;
}

.gallery-wrap {
  background: #fff;
  overflow: hidden;
}
.gallery-wrap .container-medium {
  padding: 0 69px;
}
.gallery-wrap .page-title-decore-01 {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .gallery-wrap .container-medium {
    padding: 0 10px;
  }
}

.gallery-list {
  margin: 0 -1.5%;
  font-size: 0;
  line-height: 0;
}
.gallery-list li {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 30px;
  width: 22%;
}
.gallery-list a {
  display: block;
  text-decoration: none;
}
.gallery-list a:hover {
  text-decoration: none;
}
.gallery-list span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding: 0 2px;
  line-height: 20px;
  color: #000;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.gallery-list img {
  width: 100%;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .gallery-list {
    margin: 0 0 20px;
    text-align: center;
  }
  .gallery-list li {
    width: 47%;
    margin: 0 1.5% 20px;
  }
  .gallery-list span {
    font-size: 12px;
    line-height: 14px;
  }
}

.popup {
  max-width: 1188px;
  padding: 40px 54px;
  position: relative;
}
.popup-content {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  -webkit-box-shadow: 3px 4px 3px 0px #b4b1a9;
  -moz-box-shadow: 3px 4px 3px 0px #b4b1a9;
  box-shadow: 3px 4px 3px 0px #b4b1a9;
}
.popup-text {
  background: #ececec;
  padding: 10px 35px;
}
.popup-text h2 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  color: #000;
  margin: 0 0 7px;
}
.popup .btn-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup .btn-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 70px;
  background: url(/imgD/sprite.png) no-repeat -41px -106px;
}
.popup .btn-next {
  position: absolute;
  top: 50%;
  right: -50px;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup .btn-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 70px;
  background: url(/imgD/sprite.png) no-repeat -75px -106px;
}
.popup .close {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 30px;
}
.popup .close:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 33px;
  height: 30px;
  background: url(/imgD/sprite.png) no-repeat 0 -104px;
}
@media (max-width: 767px) {
  .popup {
    padding: 20px;
  }
  .popup-content {
    font-size: 12px;
    line-height: 14px;
  }
  .popup .close {
    width: 16px;
    height: 14px;
    top: 24px;
    right: 24px;
  }
  .popup .close:after {
    width: 16px;
    height: 14px;
    background-position: 0 -144px;
  }
  .popup .btn-prev {
    left: 0;
    top: 46%;
    width: 30px;
    height: 50px;
  }
  .popup .btn-prev:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 38px;
    background-position: -51px -184px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .popup .btn-next {
    top: 46%;
    right: 0;
    width: 30px;
    height: 50px;
  }
  .popup .btn-next:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 38px;
    background-position: -80px -184px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .popup-text {
    padding: 10px;
  }
}

.filters-line {
  margin: 0 -3px 68px;
  font-size: 0;
  line-height: 0;
  text-shadow: 0 1px 7px #000;
}
.filters-line + .info-list {
  padding: 23px 0 0;
}
.filters-line li {
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 6px;
}
.filters-line li.active a {
  background: #a0b754;
}
.filters-line a {
  text-align: center;
  background: #3e4046;
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 0 28px;
  white-space: nowrap;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.filters-line a:hover {
  text-decoration: none;
}
.filters-line a:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 42px;
}
.filters-line span {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .filters-line li {
    font-size: 14px;
    line-height: 16px;
  }
  .filters-line a {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .hero.content-type {
    margin: 0 0 8px;
  }
  .carousel-mobile .carousel {
    margin: 0 0 20px;
  }
  .filters-line {
    margin: 0 0 20px;
  }
  .filters-line li {
    width: 100%;
    margin: 0;
  }
  .filters-line + .info-list {
    padding: 0;
  }
}

.filters {
  margin: 0 0 14px;
}
.filters.page-style .btn-holder{
  display: none;
}
.filters-select {
  padding: 0 41px 0;
}
.filters-select.padding-style {
  padding-bottom: 10px;
}
.filters-select .custom-select {
  margin: 0;
}
.filters-row {
  padding: 4px 10px;
  border-top: 2px solid #c2beb5;
  overflow: hidden;
}
.filters-row:first-child {
  border: none;
}
.filters-title {
  min-width: 128px;
  text-align: right;
  float: left;
  margin: 0 22px 0 0;
  padding: 8px 0;
  font-size: 24px;
  line-height: 26px;
  color: #3e4046;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.filters-area {
  overflow: hidden;
  position: relative;
  padding: 0 20px 0 52px;
}
.filters-area:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2px;
  background: #3f4147;
}
.filters-area:before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #3f4147;
}
.filters .check-group {
  position: relative;
  padding: 0 0 0 40px;
  margin: 9px 40px 9px 0;
}
.filters .check-group .check {
  position: absolute;
  top: 0;
  left: 0;
}
.filters .check-group label {
  padding: 6px 0 0;
}
.filters-btn-back {
  display: none;
  width: 51px;
  height: 48px;
  background: #d04784;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.filters-btn-back-holder {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 10px;
}
.filters-btn-back-holder:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .filters-btn-back-holder {
    display: block;
  }
}
.filters-btn-back span {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
.filters-btn-back:hover {
  text-decoration: none;
}
.filters-btn-back:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}
.filters-btn-back:after {
  content: '';
  width: 21px;
  height: 18px;
  background: url(/imgD/sprite.png) no-repeat;
  background-position: -2px -225px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .filters-btn-back {
    display: block;
  }
  /*
  .filters-btn-back-holder,
  .filters-block-dark-title {
    visibility: hidden;
  }
  */
  .loaded .filters-btn-back-holder,
  .loaded .filters-block-dark-title {
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .filters-wrapper {
    padding: 0 30px;
    background: #222325;
    margin: 0 -30px;
    overflow: hidden;
  }
  .filters-wrapper .holder-wrap {
    position: relative;
  }
  .filters-wrapper .holder-wrap-content:after {
    content:"";
    display:table;
    clear:both;
    width:100%;
  }
  .filters-wrapper .holder-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 2px;
    background: #303135;
    content: "";
  }
  .filters-wrapper .holder-wrap:before {
    position:absolute;
    bottom:0;
    left:0;
    right: 0;
    height: 2px;
    content:"";
    background: #303135;
  }
   .filters-wrapper .filters-title {
      color: #fff;
      cursor: pointer;
      position: relative;
     z-index: 1;
   }
   .filters-wrapper .filters-area {
    overflow: inherit;
   }
/*    .filters-wrapper .filters-title:after {
   position:absolute;
   bottom:0;
   left:-100%;
   right: -100%;
   content:"";
   border-bottom: 2px solid #d34484;
} */
  .filters-wrapper .filters-row .filters-title:before {
    position:absolute;
    top:0;
    bottom: 0;
    right:-36px;
    width: 10px;
    background:#ececec;
    content:"";
   }
   .filters-wrapper .holder-wrap-content .filters-row:first-child .filters-title:before {
    right:auto;
    left: -30px;
   }
   .filters-wrapper .filters-row {
    overflow: inherit;
   }
   .filters-wrapper .check-group label {
    color: #fff;
   }
   .filters.page-style:after {
      display: none;
   }
  .filters {
    position: relative;
    border-bottom: 2px solid #c2beb5;
  }
  .filters .holder:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }
  .filters:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 2px;
    background: #c2beb5;
    content: "";
  }
  .filters.page-style {
    border:none;
    padding: 5px 0 0;
  }
  .filters.page-style .custom-select.width-style {
    margin: 0 auto 5px;
  }
  .filters.page-style:after {
    display: none;
  }

  .filters .filters-row {
    border: none;
    float: left;
    width: 50%;
    padding: 0;
  }
  .filters .filters-row .filters-area {
    display: none;
  }
  .filters .filters-row:first-child .filters-title {
    padding: 8px 0px 7px;
    margin: 0;
  }
  .filters .filters-row:first-child .filters-area:after {
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    background: none;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #c2beb5 transparent transparent;
  }
  .filters .filters-row:first-child .filters-area {
    position: relative;
  }
  .filters .filters-row .filters-area:before {
    display: none;
  }
  .filters .filters-row .filters-area:before {
    position: absolute;
    display: block;
    top: 0;
    left: -12px;
    right: auto;
    content: "";
    width: 0;
    z-index: 32;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #d34283 transparent transparent transparent;
  }
  .filters .filters-row:first-child .filters-area:before {
    right: -12px;
    left: auto;
  }
  .filters-title {
    padding: 8px 0px 7px;
    margin: 0 5px 0 0;
    display: block;
    float: none;
    width: auto;
    text-align: center;
  }
  .filters-area {
    padding: 18px 15px 0 20px;
  }
  .filters-area:after {
    display: none;
  }

  .filters .check-group {
    margin: 0 0 12px;
    width: 100%;
  }
}
.filters-block-dark {
  position: relative;
  background: #3f4147;
  margin-bottom: 70px;
  padding-bottom: 10px;
  box-shadow: 0 2px 2px #a7a7a7;
  z-index: 1;
}
@media (max-width: 1023px) {
  .filters-block-dark {
    margin: 0 -10px 14px;
  }
  .filters.page-style .btn-holder{
      display: none;
      padding: 12px 0;
      text-align: center;
      line-height: 0;
      position: relative;
      z-index: 2;
  }
  .filters.page-style .btn-holder .btn {
    min-width: 112px;
    background: #d34484;
    padding: 4px 18px;
    border: none;
    outline: none;
  }
  .filters.page-style .btn-holder .btn:hover {
    opacity: 0.8;
  }
}
.filters-block-dark-heading {
  padding: 13px 10px;
  position: relative;
}
.filters-block-dark-heading h2 {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4285;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .filters-block-dark-heading h2 {
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 14px;
    /*text-align: left;*/
    /*padding: 0 5px 0 72px;*/
    overflow: hidden;
  }
}
.filters-block-dark:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #3e4147;
  box-shadow: 2px 2px 2px -1px #A7A7A7;
  margin-bottom: -13px;
  margin-left: -14px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .filters-block-dark:after {
    width: 17px;
    height: 17px;
    margin-bottom: -9px;
    margin-left: -5px;
  }
}
.filters-block-dark .btn-holder {
  padding: 12px 0;
  text-align: center;
  line-height: 0;
  display: none;
}
@media (max-width: 1023px) {
/*   .filters-block-dark .btn-holder {
  display: block;
} */
}
.filters-block-dark .btn {
  min-width: 112px;
  background: #d34484;
  padding: 4px 18px;
  border: none;
  outline: none;
}
.filters-block-dark .filters {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .filters-block-dark .filters {
    border-bottom-color: #302f34;
  }
}
.filters-block-dark .filters-title {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-title {
    border-bottom: 2px solid #d34484;
    z-index: 1;
  }
}
.filters-block-dark .filters-area {
  padding-left: 81px;
}
.filters-block-dark .filters-area:after {
  background: #d04784;
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-area {
    padding: 18px 15px 0 20px;
  }
}
.filters-block-dark .filters-row {
  margin-bottom: 10px;
  overflow: visible;
  position: relative;
  border: none;
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-row:first-child .filters-title {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .filters-block-dark .filters-row:first-child .filters-title:after {
    position: absolute;
    bottom: -12px;
    right: -12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #d34283 transparent transparent transparent;
  }
  .filters-block-dark .filters-row:first-child .filters-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #414247;
  }
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-row:first-child .filters-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #414247;
  }
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-row:last-child .filters-title {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .filters-block-dark .filters-row:last-child .filters-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #414247;
  }
}
.filters-block-dark .filters-row label {
  color: #fff;
}
.filters-block-dark .filters-row:after {
  content: '';
  display: table;
  clear: both;
}
.filters-block-dark .filters-row:before {
  content: '';
  width: 9999px;
  height: 100%;
  background: #222325;
  position: absolute;
  bottom: 0;
  left: -100%;
}
@media (max-width: 1023px) {
  .filters-block-dark .filters-row:before {
    display: none;
  }
}
.filters-block-dark .filters-area:before {
  border-color: transparent transparent transparent #d04784;
}
.filters-block-dark .filters .check {
  background: #3f4147;
  box-shadow: inset 1px 1px 2px #292a2e;
}
.filters-block-dark .filters:before {
  display: none;
}
.filters-block-dark .filters:after {
  background: #303135;
}
@media (max-width: 767px) {
  .filters-title {
    font-size: 13px;
    line-height: 15px;
  }
  .filters-area:after {
    display: none;
  }

  .filters .check {
    width: 20px;
    height: 20px;
  }
  .filters .check-group {
    padding: 0 0 0 36px;
    margin: 0 0 21px;
  }
  .filters .check-group label {
    font-size: 13px;
    padding: 4px 0 0;
  }
}

.property-list {
  margin: 0 -13px 0;
  font-size: 0;
  line-height: 0;
}
.property-list li {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  margin: 0 0.90% 38px;
}
@media (max-width: 767px) {
  .property-list {
    margin: 0 0 20px;
  }
  .property-list li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.property-box {
  margin: 0;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.property-box > a {
  display: block;
  text-decoration: none;
  color: #555;
  overflow: hidden;
}
.property-box p {
  margin: 0 0 20px;
}
.property-box .img-box img {
  width: 100%;
}
.property-box .info-row {
  padding: 10px;
  background: #3e4046;
  color: #fcfbfb;
  font-size: 22px;
  line-height: 24px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
    .property-box .info-row.for-desktop {
        display: none;
    }
}
@media (min-width: 768px) {
    .property-box .info-row.for-mobile {
        display: none;
    }
}

.property-box .info-row span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 56px;
}
.property-box .info-row span:first-child {
  margin: 0;
}
.property-box .info-row span:first-child:after {
  display: none;
}
.property-box .info-row span:after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -30px;
  content: "";
  width: 2px;
  background: #fcfbfb;
}
.property-box .text-area {
  padding: 14px 20px;
  position: relative;
}
.property-box .bottom-text {
  overflow: hidden;
}
.property-box .adr span {
  display: block;
}
.property-box h2 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  margin: 0 0 3px;
}
.property-box .subtitle {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
}
.property-box .contact-area {
  padding: 4px 0 10px;
  margin: 0 20px;
  border-top: 2px solid #c2beb5;
}
.property-box .contact-area .title {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #000;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 4px;
}
.property-box .contact-area a {
  color: #555;
}
.property-box .contact-area span {
  display: block;
}
@media (max-width: 1390px) {
  .property-box .info-row {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .property-box .info-row {
    font-size: 12px;
    text-transform: capitalize;
  }
  .property-box .info-row span {
    margin: 0px 0px 0px 14px;
  }
  .property-box .info-row span:after {
    top: 8px;
    bottom: 8px;
    left: -10px;
  }
}
@media (max-width: 1023px) {
  .property-box {
    font-size: 14px;
    line-height: 20px;
  }
  .property-box h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .property-box .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .property-box .contact-area .title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .property-box {
    font-size: 11px;
    line-height: 13px;
  }
  .property-box h2 {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 2px;
  }
  .property-box .subtitle {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 2px;
  }
  .property-box a {
    padding: 0 7px 0 0;
  }
  .property-box .img-box {
    width: 50%;
    float: left;
    margin: 0 7px 0 0;
  }
  .property-box .info-row {
    position: static;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 14px;
    padding: 4px;
    width: 47.3%;
  }
  .property-box .info-row span {
    margin: 0;
    display: block;
  }
  .property-box .info-row span:after {
    display: none;
  }
  .property-box .text-area {
    padding: 4px 0;
  }
  .property-box .bottom-text {
    width: 100%;
    padding: 10px;
  }
  .property-box .bottom-text p {
    margin: 0 0 2px;
  }
  .property-box .contact-area {
    margin: 0 7px;
    padding: 10px 3px;
  }
}

.filters-marker {
  display: inline-block;
  vertical-align: top;
  padding: 3px 8px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .filters-marker {
    font-size: 12px;
    margin: 0 0 6px;
  }
}

.sidebar {
  float: right;
  width: 315px;
  padding: 5px 30px;
}
.sidebar .btn-holder {
  margin: 0 0 28px;
}
.sidebar .widget {
  margin: 0 0 22px;
  color: #6b6a6a;
}
.sidebar .widget span {
  display:inline-block;
  vertical-align:top;
  color: #6b6a6a;
}
.sidebar .widget .title {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 25px;
  color: #3e4046;
  font-weight: normal;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.sidebar .address {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #6b6a6a;
}
.sidebar .address span {
  display: block;
}
.sidebar .address .title {
  margin: 0 0 1px;
}
.sidebar .hours {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .hours li {
  line-height: 26px;
}
@media (max-width: 767px) {
  .sidebar {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
}

.content {
  overflow: hidden;
  padding: 0 32px;
}
.content .btn-holder {
  margin: 0 0 22px;
  font-size: 0;
  line-height: 0;
}
.content .btn-holder a {
  margin: 0 0 10px 19px;
  text-align: center;
  text-decoration: none;
}
.content .btn-holder a:first-child {
  margin: 0 0 10px;
}
.content h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 3px;
}
.content h2 {
  text-transform: uppercase;
  margin: 0 0 13px;
}
.content h3 {
  margin: 0 0 17px;
}
.content .post {
  margin: 0 0 21px;
  overflow: hidden;
}
.content .post h3 {
  margin: 0 0 4px;
}
@media (max-width: 1023px) {
  .content .btn-holder .btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .content {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .content .btn-holder a {
    width: 100%;
    margin: 0 0 10px;
  }
  .content .post {
    font-size: 12px;
    line-height: 14px;
  }
  .content .post h3 {
    margin: 0 0 4px;
    font-size: 17px;
  }
}

.date-list {
  margin: 0 0 21px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.date-list li {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 35px 7px 0;
}
.date-list li:last-child {
  margin: 0;
}
.date-list li:last-child:after {
  display: none;
}
.date-list li:after {
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  width: 1px;
  background: #6b6a6a;
  content: "";
}
.date-list a {
  color: #6b6a6a;
}

.sidebar .social-networks {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
}
.sidebar .social-networks li {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 23px;
}
.sidebar .social-networks li:first-child {
  margin: 0;
}
.social-networks a {
  display: block;
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.social-networks a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 37px;
  height: 37px;
}
.social-networks .twitter {background: url(/imgD/sprite.png) no-repeat 0 -32px;}
.social-networks .twitter:hover {background-position: 0 100%;}
.social-networks .facebook {background: url(/imgD/sprite.png) no-repeat -58px -32px;}
.social-networks .facebook:hover {background-position: -58px 100%;}
.social-networks .instagram {background: url(/imgD/instagram-circle.png) no-repeat center center;}
.info-list {
  margin: 0 -5% 0 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-list li {
  background: #fff;
  font-size: 13px;
  line-height: 15px;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.16% 40px 0;
}
.info-list .filters-marker-container {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.info-list .filters-marker-container .filters-marker {
  display: block;
  float: left;
  margin: 0;
}
.artists-list .img-area .img-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100px;
  margin-bottom: 0;
}
.artists-list a.info-box, .artists-list a.info-box:hover {
  text-decoration: none;
}
.artists-list a.info-box:hover .btn-more .ease {
  width: 0;
}
.artists-list a.info-box {
  display: block;
}
@media (max-width: 1023px) {
  .info-list .filters-marker-container {
    top: auto;
  }
  .info-list .filters-marker-container .filters-marker {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .info-list {
    margin: 0;
    flex-direction: column;
  }
  .info-list li {
    width: 100%;
    margin: 0 0 10px;
  }
  .info-list .filters-marker {
    position: static;
  }
  .info-list.content-style-decore .heading-info h2 {
    margin: 0px 0px 4px;
    font-size: 14px;
    line-height: 1;
  }
  .info-list.content-style-decore .img-area {
    width: 156px;
  }
  .info-list.content-style-decore .filters-marker {
    font-size: 11px;
    margin: 0px 0px 4px;
  }
  .info-list.content-style-decore .adr {
    font-size: 10px;
    line-height: 1;
    color: #000;
    font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  }
}

.info-section {
  background: #ececec;
  padding: 35px 116px 32px;
}
@media (max-width: 1200px) {
  .info-section {
    padding: 35px 0 32px;
  }
}
@media (max-width: 767px) {
  .info-section {
    padding: 22px 0;
  }
}

.info-box {
  margin: 0;
}
.info-box .img-area {
  position: relative;
  margin: 0;
  height: auto !important;
}
.info-box .img-area img {
  width: 100%;
}
.info-box .img-area.shadow-decore {
  position: relative;
}
.info-box .img-area.shadow-decore:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  content: "";
  height: 20.5%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.02) 19%, rgba(0, 0, 0, 0.08) 33%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.47) 75%, rgba(0, 0, 0, 0.54) 84%, rgba(0, 0, 0, 0.59) 95%, rgba(0, 0, 0, 0.59) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.02) 19%, rgba(0, 0, 0, 0.08) 33%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.47) 75%, rgba(0, 0, 0, 0.54) 84%, rgba(0, 0, 0, 0.59) 95%, rgba(0, 0, 0, 0.59) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 19%, rgba(0, 0, 0, 0.08) 33%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.47) 75%, rgba(0, 0, 0, 0.54) 84%, rgba(0, 0, 0, 0.59) 95%, rgba(0, 0, 0, 0.59) 100%);
}
.info-box .date {
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 57px;
  background: rgba(255, 255, 255, 0.85);
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #3b3c3e;
  text-align: center;
  padding: 4px 0;
}
.info-box .months {
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
.info-box .number {
  display: block;
  font-size: 36px;
  line-height: 38px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.info-box .text-wrap {
  font-size: 13px;
  line-height: 15px;
  color: #6b6a6a;
  position: relative;
  text-align: left;
  background: #fff;
}
.info-box .heading-info {
  padding: 9px 56px 0 15px;
}
.info-box .heading-info h2 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  color: #000;
  margin: 0 0 7px;
}
.info-box .text-info {
  padding: 0 56px 11px 15px;
}
.info-box .text-info p {
  margin: 0 0 5px;
}
.info-box .btn-more {
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  /*bottom: 0;*/
  width: 50px;
  height: 40px;
  background: #f2b448;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.info-box .btn-more span {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4px;
  display: inline-block;
  vertical-align: top;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.info-box .btn-more .centered {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.info-box .btn-more img {
  display: inline-block;
  vertical-align: top;
}

/* btn hover style */

.ease {
  position:absolute;
  top:0;
  bottom: 0;
  left:0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .info-box:hover .btn-more {
    color: #fff;
  }
  .info-box:hover .btn-more .ease {
    width: 100%;
  }

  .green {background: #9fb655;}
  .yellow {background: #f2b449;}
  .turquoise {background: #3ba592;}
  .orange {background: #e37336;}
  .red {background: #9b1c2b;}
  .blue {background: #599fcc;}
  .purple {background: #c3afd8;}
  .pink {background: #D04784;}
/* and */

.info-box .date-info {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 6px;
}
.info-box-title-decor .adr {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-top: 2px solid #c2beb5;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .info-box-title-decor .adr {
    border-top: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .info-box-large {
    position: relative;
  }
  .info-box-large .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    font-size: 18px;
    line-height: 1.333;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 2;
    border-top: 3px solid #fff;
    padding: 16px 203px 28px 206px;
    min-height: 167px;
  }
  .info-box-large .text-wrap-no-date {
    padding: 16px 203px 28px 7.2%;
  }
  .info-box-large .heading-info {
    padding: 0;
  }
  .info-box-large .heading-info h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 3px;
  }
  .info-box-large .heading-info h2 a {
    color: #fff;
  }
  .info-box-large .text-info {
    padding: 0;
  }
  .info-box-large:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 20.5%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41MSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43MiIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0.32) 16%, rgba(0, 0, 0, 0.51) 35%, rgba(0, 0, 0, 0.72) 85%, rgba(0, 0, 0, 0.75) 94%, rgba(0, 0, 0, 0.72) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0.32) 16%, rgba(0, 0, 0, 0.51) 35%, rgba(0, 0, 0, 0.72) 85%, rgba(0, 0, 0, 0.75) 94%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 2%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0.32) 16%, rgba(0, 0, 0, 0.51) 35%, rgba(0, 0, 0, 0.72) 85%, rgba(0, 0, 0, 0.75) 94%, rgba(0, 0, 0, 0.72) 100%);
  }
  .info-box-large .btn-more {
    width: 144px;
    background: none;
    background: rgba(255, 255, 255, 0.01);
    border-left: 3px solid #fff;
    font-size: 23px;
    line-height: 1.1;
  }
  .info-box-large .btn-more span {
    margin: 0 0 6px;
  }
  .info-box-large .btn-more.btn-more-orange {
    background: none;
  }
  .info-box-large .btn-more-orange .btn-more-arrow {
    background: #e37336;
  }
  .info-box-large .btn-more-arrow {
    background: #f2b448;
    width: 60px;
    height: 50px;
    position: relative;
    margin: 0 auto 14px;
  }
  .info-box-large .btn-more-arrow img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 99;
  }
  .info-box-large .btn-more-arrow .ico-large {
    display: block;
  }
  .info-box-large .date {
    width: 124px;
    height: auto;
    left: 37px;
    padding: 7px 5px 8px;
    text-shadow: none;
  }
  .info-box-large .day {
    font-size: 18px;
    line-height: 1.2;
    display: block;
  }
  .info-box-large .months {
    font-size: 18px;
    line-height: 1.2;
  }
  .info-box-large .number {
    font-size: 48px;
    line-height: 1.1;
  }
  .info-box-large .time {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 1390px) {
  .info-box-large .text-info {
    font-size: 14px;
  }
  .info-box-large .heading-info h2 {
    font-size: 20px;
  }
}
@media (max-width: 1320px) {
  .info-box-large .text-wrap {
    padding: 16px 150px 28px 173px;
  }
  .info-box-large .text-wrap-no-date {
    padding: 16px 150px 28px 23px;
  }
  .info-box-large .date {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .info-box {
    overflow: hidden;
    background: #fff;
    padding: 10px 10px 0 0;
    min-height: 200px;
  }
  .info-box .img-area {
    float: left;
    width: 205px;
    margin: 0 6px 6px;
  }
  .info-box .text-wrap {
    display: inline;
    padding: 0;
    position: static;
  }
  .info-box .heading-info {
    padding: 0 10px 0;
    display: block;
    overflow: hidden;
  }
  .info-box .heading-info h2 {
    font-size: 17px;
    line-height: 15px;
  }
  .info-box .text-info {
    margin: 0 0px 0 0;
    padding-top: 10px;
    display: block;
    clear: both;
    position: relative;
    border-top: 1px solid #c2beb5;
  }
  .info-box .date {
    width: 50px;
    height: 50px;
    padding: 10px 0;
  }
  .info-box .number {
    font-size: 20px;
    line-height: 22px;
  }
  .info-box .months {
    font-size: 10px;
    line-height: 12px;
  }
  .info-box-large {
    padding: 0;
  }
  .info-box-large .img-area {
    margin: 0;
    float: none;
    width: 100%;
  }
  .info-box-large .text-wrap {
    position: relative;
    padding: 6px 56px 9px 7px;
    display: block;
  }
  .info-box-large .text-info {
    padding: 0;
    border: none;
    margin: 0;
    position: static;
    font-size: 12px;
  }
  .info-box-large .heading-info h2 {
    margin: 0 0 3px;
  }
  .info-box-large .date {
    left: 0;
    width: 70px;
    height: 44px;
    padding: 4px 0;
  }
  .info-box-large .months {
    margin: 0 0 3px;
    font-size: 9px;
  }
  .info-box-large .number {
    font-size: 27px;
  }
}

.carousel {
  position: relative;
  margin: 0 0 9px;
}
.carousel .mask {
  position: relative;
  overflow: hidden;
}
.carousel .mask .slideset {
    z-index: 10;
    white-space: nowrap;
}
.carousel .mask .slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
}
.carousel .pagination {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.carousel .pagination li {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 8px;
}
.carousel .pagination li:first-child {
  margin: 0;
}
.carousel .pagination a {
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}
.carousel .pagination a:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.carousel .pagination a:hover:after {
  background: #9fb654;
}
.carousel .pagination .active a:after {
  background: #9fb654;
}
.carousel .btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 9px;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel .btn-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 70px;
  background: url(/imgD/sprite.png) no-repeat -41px -106px;
}
.carousel .btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 9px;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 70px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carousel .btn-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 70px;
  background: url(/imgD/sprite.png) no-repeat -75px -106px;
}
.carousel .info-box .heading-info {
  padding: 11px 80px 0 15px;
}
.carousel .info-box .btn-more {
  width: 66px;
}
.carousel .info-box .text-info {
  padding: 0 80px 7px 15px;
}
.carousel .filters-marker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 6px 8px;
  margin: 0;
  width: 108px;
  text-align: center;
}
.carousel .date {
  width: 108px;
  height: 96px;
  padding: 37px 0 8px;
}
@media (max-width: 767px) {
  .carousel .date {
    width: 74px;
    height: 60px;
    padding: 27px 0px 4px;
  }
  .carousel .filters-marker {
    width: 74px;
  }
  .carousel .pagination a {
    width: 13px;
    height: 13px;
  }
  .carousel .pagination a:after {
    width: 5px;
    height: 5px;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
  .carousel .btn-prev {
    left: 10px;
    top: 45%;
    width: 30px;
    height: 50px;
  }
  .carousel .btn-prev:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 38px;
    background-position: -51px -184px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .carousel .btn-next {
    top: 45%;
    right: 10px;
    width: 30px;
    height: 50px;
  }
  .carousel .btn-next:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 38px;
    background-position: -80px -184px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .carousel .info-box {
    padding: 0;
  }
  .carousel .info-box .img-area {
    width: 100%;
    float: none;
    margin: 0;
  }
  .carousel .info-box .text-wrap {
    display: block;
    position: relative;
    padding: 10px;
  }
  .carousel .info-box .text-info {
    position: static;
    margin: 0;
    padding: 0;
    border: none;
  }
  .carousel .info-box .heading-info {
    display: block;
    padding: 0;
  }
  .carousel .info-box .btn-more {
    width: 100%;
    display: block;
    position: static;
    padding: 4px 0;
  }
  .carousel .info-box .btn-more .centered {
    margin: 0;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .carousel .info-box .btn-more .centered img {
    margin: 1px 0 0;
  }
  .carousel .info-box .btn-more span {
    margin: 0;
  }
}

.resources-list {
  margin: 0 0 15px;
  padding: 0 7px;
  background: #3e4046;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.resources-list li {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 46px;
}
.resources-list li:first-child {
  margin: 0;
}
.resources-list a {
  display: block;
  color: #fff;
  position: relative;
  padding: 22px 0 22px 70px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 0.5px 1px 6px rgba(0, 0, 0, 0.9);
}
.resources-list a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 60px 60px;
}
.resources-list a:hover {
  text-decoration: underline;
}
.resources-list .resources:after {
  background: url(/imgD/ico-resources1.png) no-repeat;
}
.resources-list .what_here:after {
  background: url(/imgD/ico-resources2.png) no-repeat;
}
.resources-list .listing:after {
  background: url(/imgD/ico-resources3.png) no-repeat;
}
.resources-list .news:after {
  background: url(/imgD/ico-resources4.png) no-repeat;
}
.resources-list .events:after {
  background: url(/imgD/ico-resources5.png) no-repeat;
}
@media (max-width: 767px) {
  .resources-list {
    text-align: left;
    padding: 10px 10px 0;
    margin: 0 0 20px;
  }
  .resources-list li {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .resources-list li:first-child {
    margin: 0 0 10px;
  }
  .resources-list a {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 12px 54px;
  }
  .resources-list a:after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .resources-list .resources:after {
    background-size: 40px 40px;
  }
  .resources-list .what_here:after {
    background-size: 40px 40px;
  }
  .resources-list .listing:after {
    background-size: 40px 40px;
  }
  .resources-list .news:after {
    background-size: 40px 40px;
  }
  .resources-list .events:after {
    background-size: 40px 40px;
  }
}

.map-holder {
  overflow: hidden;
  text-align: left;
  padding: 6px 160px 10px 91px;
}
.map-holder .map {
  float: left;
  width: 44.5%;
  margin: 0 11.2% 0 0;
}
.map-holder .map img {
  width: 100%;
}
@media (max-width: 1330px) {
  .map-holder {
    padding: 0px 50px 0px 50px;
  }
  .map-holder .map {
    margin: 0 3% 0 0;
  }
}
@media (max-width: 767px) {
  .map-holder {
    padding: 0;
  }
  .map-holder .map {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
}

.map-list {
  margin: 0;
  padding: 25px 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  color: #6b6a6a;
}
.map-list > li {
  margin: 0 0 36px;
}
.map-list > li > a {
  display: block;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  padding: 7px 20px 3px 93px;
  border-bottom: 3px solid #c2beb5;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.map-list > li > a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 30px;
}
.map-list > li > a:before {
  position: absolute;
  top: 8px;
  left: 20px;
  content: "";
  width: 23px;
  height: 14px;
  background: url(/imgD/sprite.png) no-repeat 0 -208px;
  z-index: 1;
}
.map-list > li > a:hover {
  text-decoration: none;
}
.map-list > li.active > a:before {
  background-position: 0 -178px;
}
.map-list > li:last-child {
  margin: 0;
}
.map-list .slide .slide-holder {
  padding: 20px 28px 0;
  overflow: hidden;
}
.map-list .slide .slide-holder p {
  margin: 0;
}
@media (max-width: 1330px) {
  .map-list {
    font-size: 14px;
    line-height: 26px;
  }
  .map-list .slide .slide-holder {
    padding: 14px 10px 20px;
  }
}
@media (max-width: 1023px) {
  .map-list {
    font-size: 12px;
    line-height: 20px;
  }
  .map-list > li {
    margin: 0 0 26px;
  }
  .map-list > li > a {
    font-size: 18px;
    padding: 7px 20px 3px 76px;
  }
  .map-list .slide .slide-holder {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .map-list {
    padding: 0;
  }
  .map-list > li {
    margin: 0 0 20px;
  }
  .map-list > li > a {
    font-size: 12px;
    padding: 7px 20px 8px 76px;
  }
}

.tabs {
  text-align: center;
}
.tabs-list {
  display: inline-table;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.tabs-list-i {
  display: table-cell;
  min-width: 226px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-collapse: collapse;
}
.tabs-list-i a {
  display: block;
  white-space: nowrap;
  color: inherit;
  padding: 0 17px;
  background: #3e4046;
}
.tabs-list-i > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 54px;
}
.tabs-list-i a span {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.tabs-list-i_active > a {
  background: #a0b754;
}
.tabs-list-dark {
  line-height: 1.3;
}
.tabs-list-dark .tabs-list-i {
  width: 178px;
  min-width: 178px;
  padding: 0 0px;
  position: relative;
}
.tabs-list-dark .tabs-list-i:after {
  content: '';
  width: 160px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 27px;
  left: 9px;
}
.tabs-list-dark .tabs-list-i > a {
  background: #3f4147;
  padding-bottom: 27px;
  position: relative;
}
.tabs-list-dark .tabs-list-i > a:before {
  height: 59px;
}
.tabs-list-dark .tabs-list-i > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tabs-list_dark {
  font-size: 18px;
  line-height: 1.3;
}

/* tabs sub list styles */

.tabs_overlap_dark {
  position: relative;
  padding: 86px 0 0;
}
.tabs-list_dark {
  overflow: visible;
}
.tabs_overlap_dark .tabs-list-holder {
  position:absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 1;
  overflow: visible;
}
.tabs_overlap_dark .tabs-list-holder:after  {
  display: none;
}
.filters-block-dark:before {
    position: absolute;
    content: '';
    top: -6px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tabs-list_dark .tabs-list-i {
  position: relative;
}
.tabs-list_dark .tabs-list-i {
  -webkit-transition:  all .2s linear;
  transition: all  .2s linear;
  top: 0;
}
.tabs-list_dark .tabs-list-i.tabs-list-i_active {
 top: 86px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tabs-list_dark .tabs-list-i.tabs-list-i_active>ul {}
/* sub list */
.tabs-list_dark .sub-list {
  background: #222325;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  height: 0px;
}
.tabs-list_dark .tabs-list-i_active .sub-list {
  padding: 10px;
  display: block;
}
.tabs-list_dark .sub-list li {
  margin: 0 0 15px;
}
.tabs-list_dark .tabs-list-i .sub-list a {
  background: none;
  text-transform: capitalize;
  color: #e6e6e6;
  text-align: center;
  padding: 0;
  white-space: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  display: block;
}
.tabs-list_dark .tabs-list-i .sub-list a:hover {
  color: #d04784;
}
.tabs-list_dark .tabs-list-i .sub-list a:before {
  height: auto;
}
.tabs-list_dark .tabs-list-i .sub-list a:after {
  background: none;
}

/* and */
@media (max-width: 900px) {
  .tabs-list_dark {
    font-size: 15px;
  }
}
.tabs-list_dark .tabs-list-i {
  min-width: 178px;
  padding: 0 0px;
  position: relative;
}
@media (max-width: 1400px) {
  .tabs-list_dark .tabs-list-i {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .tabs-list_dark .tabs-list-i {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #C8C5BD;
  }
}
.tabs-list_dark .tabs-list-i a {
  background: #3f4147;
  padding: 0 14px 27px;
  position: relative;
}
@media (max-width: 767px) {
  .tabs-list_dark .tabs-list-i a {
    padding: 14px 10px;
  }
}
.tabs-list_dark .tabs-list-i > a:before {
  height: 59px;
}
.tabs-list_dark .tabs-list-i a:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 27px;
  right: 9px;
  left: 9px;
}
/* @media (max-width: 767px) {
  .tabs-list_dark .tabs-list-i a:after {
    display: none;
  }
} */
.tabs-list_dark .tabs-list-i a:hover {
  text-decoration: none;
}
.tabs-list_dark .tabs-list-i_active a {
  background: #d04784;
}
.tabs-list-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tabs-list-arrow {
    display: none !important;
  }
}
.tabs-content {
  text-align: left;
}
.tabs .custom-select.width-style {
  margin: -15px auto 15px;
  max-width: 180px;
}
.tabs_overlap_dark .filters-block-dark .container-medium {
  padding: 0 7%;
}
@media (max-width: 1023px) {
  .tabs_overlap_dark .filters-block-dark .container-medium {
    padding: 0;
    background: #222325;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .tabs_overlap_dark .property {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .tabs_overlap {
    margin-top: -38px;
  }
  .tabs_overlap_dark {
    margin-top: -68px;
  }
}
@media (max-width: 1400px) {
  .tabs-list-i {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .tabs-list {
    font-size: 16px;
    display: block;
  }
  .tabs-list-i {
    float: none;
    margin: 0;
    display: block;
  }
  .tabs-list-i a {
    padding: 10px;
  }
}

.members {
  background: #fff;
  padding: 0 0 20px;
}
.members-search-form {
  position: relative;
  background: #ececec;
  padding: 28px 0 25px;
  margin: 0 0 80px;
  text-align: center;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.members-search-form .btn-holder {
  display: none;
}
.members-select {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  margin: 0 22px 0 0;
  overflow: hidden;
}
.members-search {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 40px;
  background: #fff;
  border-color: #b4cf58;
  padding-right: 41px;
  padding-left: 24px;
  margin: 0 30px 0 0;
}
.members-search input {
  font-size: 18px;
  line-height: 34px;
  color: #3e4046;
}
.members-search .btn-search {
  width: 41px;
  margin-right: -41px;
}
.members-option {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.members-option .check {
  background: #fff;
}
.members-option label {
  display: inline-block;
  vertical-align: middle;
  color: #3e4046;
  text-transform: uppercase;
}
.members-category {
  text-align: center;
  margin: 0 0 40px;
}
.members-title-inner {
  min-width: 428px;
}
.members-list {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
.members-list .btn {
  display: block;
  min-width: 0;
  max-width: 154px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.members-list th {
  background: #3e4046;
  font-size: 22px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 10px 21px;
  text-align: left;
}
.members-list td {
  padding: 13px 21px;
  border-bottom: 2px solid #ddd8cf;
}
.members-list td:first-child {
  font-size: 22px;
  line-height: 1.1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.members-list th,
.members-list td {
  vertical-align: middle;
}
.members-list th:nth-child(1),
.members-list td:nth-child(1) {
  width: 25.7%;
}
.members-list th:nth-child(2),
.members-list td:nth-child(2) {
  width: 19.6%;
}
.members-list th:nth-child(3),
.members-list td:nth-child(3) {
  width: 20.8%;
}
.members-list th:nth-child(4),
.members-list td:nth-child(4) {
  width: 18.8%;
}
.members-pagination {
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .members-select, .members-search {
    width: 200px;
  }
  .members-list {
    font-size: 14px;
  }
  .members-list th {
    font-size: 18px;
  }
  .members-list td:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .members-select, .members-search {
    display: block;
    width: auto;
    margin: 0 0 15px;
  }
  .members-search {
    height: 28px;
    padding-left: 20px;
  }
  .members-search input {
    font-size: 12px;
    height: 26px;
    line-height: 21px;
    padding: 2px 0;
  }
  .members-search .btn-search:after {
    height: 18px;
  }
  .members-search-form {
    margin: 0 0 40px;
    padding: 20px 0;
  }
  .members-search-form .btn-holder {
	display: block;
  }
  .members-option {
    font-size: 12px;
  }
  .members-title-inner {
    min-width: 0;
  }
  .members-category {
    margin-bottom: 30px;
  }
  .members-list {
    font-size: 12px;
  }
  .members-list th {
    font-size: 14px;
  }
  .members-list td:first-child {
    font-size: 14px;
  }
  .members-list td,
  .members-list th {
    width: 50% !important;
    padding: 10px !important;
  }
  .members-list td:nth-child(2), .members-list td:nth-child(3), .members-list td:nth-child(4),
  .members-list th:nth-child(2),
  .members-list th:nth-child(3),
  .members-list th:nth-child(4) {
    display: none;
  }
  .members-pagination {
    padding-top: 0;
  }
}

.faq {
  background: #fff;
  padding: 54px 10px 20px;
}
@media (max-width: 767px) {
  .faq {
    padding: 20px 10px;
  }
}


.property {
  margin: 0;
  background: #ececec;
  overflow: hidden;
}
.property .container-medium {
  padding: 0 30px;
}
.property .filters-line {
  margin: 0 -3px 4px;
}
.property .content-style-decore {
  margin: 0 -5% 50px 0;
}
.property .line-decore-title-style3 {
  margin: 0 10px 32px 0;
}
@media (max-width: 767px) {
  .property {
    overflow: visible;
  }
  .property .custom-select {
    z-index: 10;
  }
  .property .container-medium {
    padding: 0 5px;
  }
  .property .content-style-decore {
    margin: 0 0 20px;
  }
}

.questions-list {
  margin: 0 0 10px;
}
.questions-list li {
  overflow: hidden;
  border-bottom: 3px solid #dcd7cd;
  margin: 0 0 33px;
}
.questions-list li:last-child {
  border: none;
  margin: 0;
}
.questions-list p {
  margin: 0 0 33px;
}
.questions-list a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}
.questions-list a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .questions-list {
    font-size: 12px;
    line-height: 14px;
  }
  .questions-list li {
    margin: 0 0 20px;
  }
  .questions-list p {
    margin: 0 0 20px;
  }
}

.drop-holder {
  margin: 0;
  position: fixed;
  top: 77px;
  right: 0;
  width: 350px;
  background: #3e4046;
  z-index: 10;
  -webkit-box-shadow: inset 0px -2px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -2px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -2px 6px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
.drop-holder .header-nav {
  float: left;
  width: 114px;
  padding: 19px 6px  19px 8px;
}
.drop-holder .header-nav .btn-holder {
  margin: 0 0 7px;
  overflow: hidden;
}
.drop-holder .header-nav .btn-holder button {
  background: #9fb655;
  padding: 4px 7px;
}
.drop-holder .header-nav .btn {
  min-width: 0;
  max-width: 143px;
  margin: 0 0 17px;
}
.drop-holder .header-nav .btn-small {
  padding-top: 3px;
  padding-bottom: 3px;
}
.drop-holder .header-nav .btn-white {
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 1023px) {
  .drop-holder {
    top: 119px;
  }
}
@media (max-width: 767px) {
  .drop-holder {
    width: 100%;
    top: 38px;
  }
  .drop-holder:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 113px;
    width: 1px;
    background: #61646e;
    content: "";
  }
}

.drop-list {
  margin: 0;
  overflow: hidden;
}
.drop-list > li > a {
  text-transform: uppercase;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fcfbfb;
  display: block;
  padding: 14px 43px 13px 45px;
  position: relative;
  border-bottom: 1px solid #61646e;
}
.drop-list > li > a:hover {
  text-decoration: none;
  color: #a0b754;
}
.drop-list > li > a.opener:after {
  position: absolute;
  top: 17px;
  right: 23px;
  content: "";
  width: 15px;
  height: 9px;
  background: url(/imgD/sprite.png) no-repeat -24px -80px;
}
.drop-list > li.active > a.opener:after {
  background-position: 0 -80px;
}
.drop-list .slide {
  background: #222325;
  border-bottom: 1px solid #61646e;
}
.drop-list .slide ul {
  padding: 14px 23px 13px 45px;
}
.drop-list .slide ul a {
  color: #fcfbfb;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}
.drop-list .slide ul a:hover {
  text-decoration: none;
  color: #a0b754;
}
@media (max-width: 767px) {
  .drop-list {
    width: auto;
  }
  .drop-list > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 30px 13px 13px;
  }
  .drop-list > li > a.opener:after {
    position: absolute;
    right: 10px;
  }
  .drop-list .slide ul {
    padding: 14px 10px 13px 13px;
  }
  .drop-list .slide ul a {
    font-size: 13px;
    line-height: 15px;
  }
}

.block-bottom-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 24px;
  overflow: hidden;
}
.block-bottom-arrow:before {
  background-color: #ececec;
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36px;
  height: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.search-mobile {
  float: right;
  margin: 0 10px 0 20px;
  position: relative;
  z-index: 10;
}
.search-mobile .input-container {
  position: fixed;
  top:38px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #61646e;
  padding: 10px;
}
.search-mobile .btn-search {
  position: relative;
  float: left;
  margin: 6px 0 0;
  width: 20px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  color: #000;
  border: none;
  margin: 10px 0 0;
  background: none;
}
.search-mobile input/*[type="text"]*/ {
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 100%;
  padding: 4px 13px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 4px;
  background: transparent none repeat scroll 0% 0%;
  height: 30px;
}
.search-mobile.active {
  position: absolute;
  left: 0px;
  right: 4px;
  padding: 0 10px;
  top: 0;
  bottom: 0;
  background: #000;
  margin: 0;
}
.search-mobile.active .input-container {
  width: 224px;
}
.search-mobile.active .btn-search {
  float: right;
  margin: 10px 40px 0px 0;
}

.pagination {
  color: #3e4046;
  font-size: 24px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.pagination a {
  color: inherit;
  padding: 5px;
  display: block;
}
.pagination-i {
  display: inline-block;
  vertical-align: top;
}
.pagination-i:hover a, .pagination-i_active a {
  text-decoration: none;
  color: #a0b754;
}
@media (max-width: 767px) {
  .pagination {
    font-size: 20px;
  }
  .pagination a {
    display: block;
    padding: 10px;
  }
}

.persons {
  text-align: center;
  padding: 27px 0;
}
.persons-row {
  text-align: center;
  overflow: hidden;
  margin: 0 -1%;
}
@media (max-width: 767px) {
  .persons-row {
    margin: 0;
  }
}
.persons-row li {
  width: 20.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.1% 15px;
}
@media (max-width: 767px) {
  .persons-row li {
    width: 96%;
    margin: 0 0 15px;
  }
}
.persons-row li a {
  display: block;
  text-decoration: none;
}
.persons-img {
  box-shadow: 3px 3px 3px #BEBCB5;
  margin-bottom: 17px;
}
.persons-img img {
  width: 100%;
}
.persons-info {
  text-align: center;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.persons-info strong {
  display: block;
  font-size: 22px;
  line-height: 1.090;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .persons-info strong {
    font-size: 16px;
  }
}
.persons-info span {
  font-size: 20px;
  color: #3e4046;
}
@media (max-width: 767px) {
  .persons-info span {
    font-size: 14px;
  }
}

.contact {
  background: #fff;
  position: relative;
  margin: 22px 0 0;
  padding: 79px 10px 127px;
}
.contact:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
}
.contact-container {
  max-width: 902px;
  margin: 0 auto;
}
.contact-title {
  margin: 0 0 61px;
  display: block;
}
.contact-title small {
  font-size: 14px;
}
.contact-title-inner {
  display: block;
}
.contact-section {
  margin: 0 0 49px;
}
.contact-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 20px 10px;
  }
  .contact-section {
    margin-bottom: 20px;
  }
  .contact-title {
    margin-bottom: 45px;
  }
}

.contact-form {
  padding: 2px 0 0;
}
.contact-form textarea {
  height: 184px;
}
.contact-form .check-group {
  margin-bottom: 29px;
}
.contact-form .check-group:nth-child(3n+1) {
  width: 36%;
  margin-right: 1%;
}
.contact-form .check-group:nth-child(3n-1) {
  width: 31.5%;
  margin-right: 1%;
}
.contact-form .check-group:nth-child(3n) {
  width: 28%;
}
.contact-form .sub-check-area {
  margin-top: -9px;
}
.contact-form .sub-check-area a {
  color: #94B234;
}
.contact-form .form-group {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.contact-form .form-group:first-child:not(.form-group_full-width) {
  padding-right: 28px;
}
.contact-form .form-group:last-child:not(:first-child) {
  padding-left: 28px;
}
.contact-form .form-group_full-width {
  width: 100%;
  float: none;
}
.contact-form .form-item {
  margin-bottom: 10px;
}
.contact-form-title {
  color: #000;
  border-bottom: 2px solid #ddd8cf;
  text-align: center;
  font-size: 24px;
  line-height: 1.208;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 11px;
  margin: 0 0 24px;
}
.contact-form-title small {
  display: block;
  font: 14px/1.1 arial, helvetica, sans-serif;
}
.contact-form-section {
  margin: 0 0 43px;
}
.contact-form-section:last-child {
  margin-bottom: 0;
}
.contact-form-info {
  max-width: 644px;
  margin: 0 auto;
  padding: 7px 0 0;
}
.contact-form-captcha {
  padding: 15px 0;
}
.contact-form-captcha label {
  margin-right: 14px;
}
.contact-form-captcha input {
  width: 137px;
}
.contact-form-footer {
  padding: 42px 0 0;
}
.contact-form-submit {
  border: 0;
  min-width: 244px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .contact-form textarea {
    height: 120px;
  }
  .contact-form .check-group {
    display: block;
    width: auto !important;
    margin: 0 0 15px;
  }
  .contact-form .sub-check-area {
    margin-top: 20px;
    padding: 10px;
  }
  .contact-form .sub-check-area-list li {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .contact-form .sub-check-area-list li:last-child {
    padding-bottom: 0;
  }
  .contact-form .form-item {
    margin-bottom: 10px;
  }
  .contact-form .form-group {
    float: none;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .contact-form-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .contact-form-section {
    margin-bottom: 25px;
  }
  .contact-form-footer {
    padding-top: 0;
  }
}

.address {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 1.35;
}
.address strong {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 400;
}
.address small {
  font-size: 16px;
}
.address-item {
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .address {
    font-size: 18px;
  }
  .address small {
    font-size: 14px;
  }
}

.sub-check-area {
  background: #ececec;
  padding: 16px 8px;
  position: relative;
  color: #3e4046;
  font: 14px/1.1 arial, helvetica, sans-serif;
  margin: 11px 0 17px;
}
.sub-check-area .rad {
  position: absolute;
  top: 1px;
  left: 0;
}
/*.sub-check-area:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 12px 16px;
  border-color: transparent transparent #ececec transparent;
}
.sub-check-area_arrow-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub-check-area_arrow-right:before {
  right: 0;
  left: auto;
}
*/
.sub-check-area-list li {
  display: inline-block;
  vertical-align: top;
  width: 32.7%;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.sub-check-area-list li:nth-child(3n) {
  padding-right: 0;
}

.buttons-bar {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.buttons-bar li {
  position: relative;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -0.6% 0 0;
  overflow: hidden;
}
.buttons-bar .btn {
  border: 2px solid #fff;
  font-size: 25px;
  min-width: 0;
  height: 47px;
  line-height: 45px;
  padding: 0 15px;
  white-space: nowrap;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 2;
}
.buttons-bar .btn-holder {
  display: block;
  position: relative;
  padding: 0 6.5% 3.1% 0.5%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.buttons-bar .btn-holder:after {
  background: rgba(0, 0, 0, 0.15);
  width: 95.5%;
  height: 112%;
  top: 9%;
  position: absolute;
  left: 0;
  -webkit-transform: skew(39deg);
  -ms-transform: skew(39deg);
  transform: skew(39deg);
  content: '';
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.buttons-bar .btn-holder:hover {
   -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.buttons-bar .btn-holder:hover:after {
  width: 90%;
  height: 78%;
  top: 8%;
}

.buttons-bar .btn-decore {
  background-image: linear-gradient(-2.5deg, transparent, transparent 37%, #a0b754 37%);
}
.buttons-bar .btn span {
  display: inline-block;
  vertical-align: top;
  padding: 0 43px 0 0;
  background: url(/imgD/arrow.svg) 100% 50% no-repeat;
  background-size: 23px 18px;
}
.buttons-bar.full-page-inline {
  margin: 14px 0 14px;
  padding: 0 28px;
}
.buttons-bar.full-page-inline li {
  width: 28%;
}
.buttons-bar.full-page-inline .btn-holder {
  padding: 0 4.9% 3.1% 0px;
}
.buttons-bar.full-page-inline .btn-holder:after {
  height: 80%;
}
@media (max-width: 1880px) {
  .buttons-bar .btn {
    font-size: 17px;
    padding: 0 10px;
  }
  .buttons-bar .btn span {
    padding: 0 30px 0 0;
  }
  .buttons-bar .btn-holder:after {
    width: 93.5%;
  }
}
@media (max-width: 1310px) {
  .buttons-bar .btn {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 1023px) {
  .buttons-bar .btn {
    font-size: 14px;
  }
}

.banner {
  display: block;
  width: 100%;
  background: url(/imgD/banner-lg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 60px 133px 45px;
}
.banner:hover {
  text-decoration: none;
}
.banner:after {
  border: 2px solid #dddad5;
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  z-index: -1;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6) inset;
  /* content: ''; */
}
.banner img {
  width: 100%;
}
.banner-text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 20px 10px 0;
  text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner-decor {
  position: absolute;
}
.banner-decor-top-l {
  background: url(/imgD/banner-decor-top-l.png) no-repeat;
  width: 154px;
  height: 166px;
  top: 9px;
  left: 9px;
}
.banner-decor-top-r {
  background: url(/imgD/banner-decor-top-r.png) no-repeat;
  width: 70px;
  height: 120px;
  top: 9px;
  right: 9px;
}
.banner-decor-bottom-l {
  background: url(/imgD/banner-decor-bottom-l.png) no-repeat;
  width: 70px;
  height: 120px;
  bottom: 9px;
  left: 9px;
}
.banner-decor-bottom-r {
  background: url(/imgD/banner-decor-bottom-r.png) no-repeat;
  width: 154px;
  height: 166px;
  bottom: 9px;
  right: 9px;
}

@media (max-width: 767px) {
  .banner {
    padding: 29px 29px 30px;
  }
  .banner-text {
    font-size: 15px;
    line-height: 1.2;
    padding: 20px 0 0;
  }
  .banner-decor {
    display: none;
  }
    .buttons-bar.full-page-inline {
      padding:  0;
    }
    .buttons-bar.full-page-inline li {
      width: 100%;
      float: none;
      margin: 0;
    }
    .buttons-bar.full-page-inline .btn-holder {
      padding: 0;
      margin: 0 0 8px;
    }
    .tabs-list-holder.view-mobile {
      display: block !important;
    }
}
.social-post {
  background: #3e4046;
  padding: 51px 12% 20px;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  overflow: hidden;
}
.social-post-duplicate {
	width: 100%;
	padding: 30px 12% 20px;
	display: none;
}
.social-post .carousel {
  padding: 0 0 72px;
  float: none;
  width: 100%;
}
.social-post-duplicate .carousel {padding: 0 0 45px;}
.social-post .carousel .pagination {
  bottom: 0;
  margin: 0;
}
.social-post-icons {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}
.social-post-icons a {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.social-post blockquote {
  text-align: left;
}
.social-post cite {
  font-style: normal;
  border-bottom: 2px solid #fff;
  display: block;
  padding: 0 0 11px;
  margin: 0 0 21px;
  text-align: center;
}
.social-post q {
  display: block;
  font-style: italic;
  padding: 0 33px 0 44px;
  position: relative;
}
.social-post q:after {
  background: url(/imgD/ico-quote.png) no-repeat;
  width: 30px;
  height: 23px;
  position: absolute;
  top: -4px;
  left: 0;
  content: '';
}
.social-post .decor-block-top-r {
  background: url(/imgD/bg-decor-block-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.social-post .decor-block-bottom-l {
  background: url(/imgD/bg-decor-block-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  left: 2px;
}
.social-post .decor-block-bottom-r {
  background: url(/imgD/bg-decor-block-bottom-r.png) no-repeat;
  width: 70px;
  height: 120px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
@media (max-width: 767px) {
  .social-post q {
    padding: 0 0 0 40px;
  }
}

.weekend-block {
  background: url(/imgD/bg-weekend-block.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 75px 7% 37px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.weekend-block h2 {
  color: #fff;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.weekend-block h2 em {
  font-style: italic;
  display: block;
  text-transform: none;
}
.weekend-block p {
  margin: 0 0 44px;
}

.decor-block {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
}
.decor-block .btn-share {
  position: absolute;
  top: 8px;
  left: 8px;
}
.decor-block:after {
  border: 2px solid #dddad4;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;
  z-index: -1;
  content: '';
}
.decor-block-top-r {
  background: url(/imgD/banner-decor-top-r.png) no-repeat;
  width: 70px;
  height: 120px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.decor-block-bottom-l {
  background: url(/imgD/bg-decor-block-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  left: 2px;
}
.decor-block-bottom-r {
  background: url(/imgD/bg-decor-block-circle.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.email-form {
  max-width: 411px;
  margin: 0 auto;
  padding: 0 138px 0 0;
  position: relative;
  font-weight: 400;
}
.email-form .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.email-form .btn-submit span {
  display:inline-block;
  vertical-align:top;
  position: relative;
  z-index: 3;
}
/* btn-submit  hover style */
.email-form .btn-submit:hover .ease {
    width: 100%;
}
/* and */
.email-form .email-input input {
  background: #fff;
  color: #3e4147;
  font-size: 17px;
  height: 32px;
  padding: 4px 45px 4px 12px;
}
.email-form .email-input:after {
  background-position: -74px -78px;
  width: 26px;
  height: 16px;
  top: 8px;
  right: 7px;
}
.footer {
  background: #222325;
}
.footer-top {
  border-bottom: 2px solid #3e4046;
  padding-bottom: 23px;
}
.footer .btn {
  text-shadow: none;
}
.footer-block {
  overflow: hidden;
  padding: 30px 15px 0;
  position: relative;
}
.footer-block > div {
  float: left;
}
.footer-block-title {
  display: block;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 22px;
  text-align: center;
  border-bottom: 2px solid #c8c5bd;
}
.footer-links {
  width: 26.5%;
  padding: 17px 2% 0;
}
.footer-links li {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.footer-links li a {
  color: #fff;
  letter-spacing: 2px;
}
.footer-links li a:hover {
  text-decoration: none;
  color: #a0b754;
}
.footer-links-list {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.footer-links-list:first-child {
  margin-right: 9%;
}
.footer-membership {
  width: 23.4%;
  padding: 0 2%;
  position: relative;
}
.footer-membership .btn {
  min-width: 0;
  max-width: 143px;
}
.footer-membership .btn-white {
  margin: 0 auto 19px;
}
.footer-updates {
  width: 23%;
  padding: 0 2%;
  margin-right: 1%;
  position: relative;
}
.footer-updates h1 {
  margin-bottom: 16px;
}
.footer-social {
  width: 23%;
  padding: 0 2%;
  position: relative;
}
.footer-form {
  padding: 0 5%;
}
.footer-form-row {
  position: relative;
  margin-bottom: 7px;
}
.footer-form-row .check {
  position: absolute;
  top: 9px;
  left: 0;
  margin-right: 8px;
}
.footer-form .checkbox-label {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 6px;
  padding-left: 32px;
}
.footer-form .btn-white {
  font-size: 14px;
  float: right;
  width: 111px;
  min-width: 0;
}
.footer-social .social {
  padding: 4px 11%;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-social .social li {
  margin-bottom: 32px;
  padding-left: 57px;
  position: relative;
}
.footer-social .social li a {
  display: block;
  color: #fff;
  transition: none;
}
.footer-social .social li a:hover {
  text-decoration: none;
  color: #a0b754;
}
.footer-social .social li a:after {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: -8px;
  left: 0;
}
.footer-social .social li:last-child {
  margin-bottom: 0;
}
.footer-social .social-twitter a:after {
  background: url(/imgD/sprite-social-ico.png) no-repeat -2px 0px;
}
.footer-social .social-facebook a:after {
  background: url(/imgD/sprite-social-ico.png) no-repeat -2px -54px;
}
.footer-social .social-instagram a:after {
  background: url(/imgD/sprite-social-ico.png) no-repeat -2px -108px;
}
.footer-social .social-youtube a:after {
  background: url(/imgD/sprite-social-ico.png) no-repeat -2px -154px;
}
.footer-social .social-twitter a:hover:after {background-position: -42px 0;}
.footer-social .social-facebook a:hover:after {background-position: -42px -54px;}
.footer-social .social-instagram a:hover:after {background-position: -42px -108px;}
.footer-social .social-youtube a:hover:after {background-position: -42px -154px;}
.footer-bottom {
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 0;
}
.footer-bottom .container {
  text-align: center;
}
.footer-bottom p {
  color: #fff;
  display: inline;
  vertical-align: top;
}
.footer-bottom-nav {
  display: inline;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
}
.footer-bottom-nav li {
  display: inline;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
  margin-left: -5px;
}
.footer-bottom-nav li:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-bottom-nav li a {
  color: #fff;
}
.footer-bottom-nav li a:hover {
  text-decoration: none;
  color: #a0b754;
}
.footer-bottom-nav-block {
  display: block;
  margin-top: 10px;
}
.footer-bottom-nav-block li:first-child:after {
  display: none;
}
.footer-membership:after, .footer-updates:after, .footer-social:after {
  content: '';
  width: 2px;
  height: 999px;
  position: absolute;
  top: 0;
  left: -5px;
  background: #3e4046;
}

@media only screen and (max-width: 1400px) {
  .footer-form .checkbox-label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1124px) {
  .footer-links li {
    font-size: 14px;
  }

  .footer-block-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 980px) {
  .footer-links li {
    font-size: 11px;
  }

  .footer-block-title {
    font-size: 15px;
  }

  .footer-social .social li {
    padding-left: 40px;
    font-size: 14px;
  }

  .footer-form .checkbox-label {
    font-size: 12px;
  }

  .footer-input input {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-links, .footer-membership {
    display: none;
  }
  .footer-updates:after, .footer-social:after {
    display: none;
  }
  .footer-top {
    padding-bottom: 17px;
  }
  .footer-updates {
    width: 100%;
  }
  .footer-updates h1 {
    margin-bottom: 8px;
  }
  .footer-social {
    width: 100%;
  }
  .footer-form {
    padding: 0;
    overflow: hidden;
  }
  .footer-form-row {
    margin-bottom: 0;
  }
  .footer-form-row .check {
    width: 16px;
    height: 16px;
    top: 11px;
  }
  .footer-form .checkbox-label {
    font-size: 13px;
    padding-left: 29px;
  }
  .footer-form .btn-white {
    width: 82px;
    font-size: 10px;
    line-height: 12px;
    margin-top: 4px;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .footer-block {
    padding: 20px 10px 0;
  }
  .footer-block-title {
    padding-bottom: 1px;
  }
  .footer-input input {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .footer-input:after {
    background-position: -40px 2px;
    background-size: 77px 274px;
  }
  .footer-input-container {
    position: relative;
    padding-right: 90px;
  }
  .footer-social .social {
    text-align: center;
  }
  .footer-social .social li {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    padding: 0;
    width: 30px;
    margin: 0 14% 0 0;
  }
  .footer-social .social li:last-child {
    margin-right: 0;
  }
  .footer-social .footer-block-title {
    margin-bottom: 18px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .footer-bottom p {
    display: block;
    margin-bottom: 10px;
  }
  .footer-bottom-nav {
    display: block;
    font-size: 11px;
  }
  .footer-bottom-nav li:first-child:after {
    display: none;
  }
  .footer-bottom-nav-block li {
    display: block;
    margin-bottom: 10px;
  }
  .footer-bottom-nav-block li:after {
    display: none;
  }
}
.green-wrap-01:after {
  position: absolute;
  top: 9px;
  left: 9px;
  bottom: 9px;
  right: 9px;
  border: 3px solid #3aa592;
  content: "";
}

.holder_grey {
  background: #3e4046;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 30px 0;
}
.holder_grey:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background: #3e4046;
  z-index: -1;
}
.holder_grey:after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  background: #3e4046;
  z-index: -1;
}
.holder_grey h2 {
  color: #fff;
}
.holder_white {
  background: #fff;
  padding: 30px 0;
}
.holder_light_white {
  background: #ececec;
}

.filters-marker_yellow {
  background: #f2b449;
}
.filters-marker_green {
  background: #9fb655;
}
.filters-marker_turquoise {
  background: #3ba592;
}
.filters-marker_orange {
  background: #e37336;
}
.filters-marker_red {
  background: #9b1c2b;
}
.filters-marker_blue {
  background: #599fcc;
}
.filters-marker_purple {
  background: #c3afd8;
}
.filters-marker_grey {
  background: #c2beb5;
}

.info-box .btn-more.btn-more-grey {
  background: #3e4046;
}
.info-box .btn-more.btn-more-turquoise {
  background: #3aa592;
}
.info-box .btn-more.btn-more-orange {
  background: #e37336;
}
.info-box .btn-more.btn-more-yellow {
  background: #f2b449;
}
.info-box .btn-more.btn-more-green {
  background: #9fb655;
}
.info-box .btn-more.btn-more-red {
  background: #9b1c2b;
}
.info-box .btn-more.btn-more-blue {
  background: #599fcc;
}
.info-box .btn-more.btn-more-purple {
  background: #c3afd8;
}
.info-box .btn-more.btn-more-pink {
  background: #d04784;
}
.info-box-large .btn-more {
  background: rgba(255, 255, 255, 0.01);
}
.info-box-large .btn-more.btn-more-orange {
  background: rgba(255, 255, 255, 0.01);
}
@media (max-width: 767px) {
  .info-box-large .btn-more.btn-more-orange {
    background: #e37336;
  }
  .filters-wrapper {
    padding: 0 10px;
    margin: 0 -10px;
  }
  .filters-wrapper .holder-wrap-content .filters-row:first-child .filters-title:before {
    left: -15px;
    background: #c8c5bd;
  }
  .filters-wrapper .filters-row .filters-title:before {
    right: -20px;
    background: #c8c5bd;
  }
}

.map-list > li > a.color-style-yellow:after {
  background: #f2b449;
}
.map-list > li > a.color-style-green:after {
  background: #9fb655;
}
.map-list > li > a.color-style-turquoise:after {
  background: #3ba592;
}
.map-list > li > a.color-style-orange:after {
  background: #e37336;
}
.map-list > li > a.color-style-red:after {
  background: #9b1c2b;
}
.map-list > li > a.color-style-blue:after {
  background: #599fcc;
}
.map-list > li > a.color-style-purple:after {
  background: #c3afd8;
}

.align-center {
  text-align: center;
}

.margin-bottom-style {
  margin: 0 0 56px;
}
@media (max-width: 767px) {
  .button.dropdown {
    width: 100%;
    display: block;
  }
  .margin-bottom-style {
    margin: 0 0 10px;
  }
  .buttons-bar-mobile {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .buttons-bar-mobile .buttons-bar-opener {
    margin: 20px 0 20px;
  }
  .buttons-bar-opener .button.dropdown {
    font-size: 14px;
    display: block;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 4px;
    border: 2px solid #fff;
    font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
    background-color: #91a74c;
    background-image: linear-gradient(-5deg, transparent, transparent 37%, #a0b754 37%);
  }
  .buttons-bar .btn-holder:hover {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.border-bottom-style {
  border-bottom: 6px solid #C8C5BD;
}

.tabs-list-holder {
  text-shadow: 0 1px 7px #000;
  position: relative;
  overflow: hidden;
}
.tabs-list-holder:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
/* tabset required styles for hidden tabs */
.hidden,
.js-tab-hidden {
  display:block !important;
  left:-9999px !important;
  position: absolute !important;
  top:-9999px !important;
}


.sidebar .widget  .text-area-sidebar span {
  display:inline-block;
  vertical-align:top;
  padding: 0 8px;
}

@media (max-width: 1310px) {
  .info-box-type .col-lg  .buttons-bar {
    margin: 0 0 20px;
  }
  .info-box-type .col-lg {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .info-box-type .col-sm {
    width: 100%;
    float: none;
    overflow: hidden;
    height: auto !important;
  }
  .info-box-type .col-sm .info-box {
    width: 49.25%;
    float: left;
  }
  .info-box-type .col-sm .info-box:nth-child(2n+1) {
    margin: 0 1.5% 0 0;
  }
  .info-box-type .social-post:not([class*="social-post-duplicate"]) {display: block;}
  .info-box-type .social-post {
    width: 49.25%;
    float: left;
  }
  .info-box-type .decor-block {
    width: 49.25%;
    float: left;
  }
  .info-box-type .decor-block:nth-child(2n+1) {
    margin: 0 1.5% 0 0;
  }
  .social-post-duplicate {
		display: none;
	}
}

@media (max-width: 1023px) {
  .filters-wrapper.filters-open .filters-row .filters-area {
    display: block;
  }
  .filters-wrapper.filters-open .btn-holder {
    display: block;
  }
  .filters-wrapper.filters-open .filters-title:after {
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%;
    content: "";
    border-bottom: 2px solid #d34484;
  }
  .info-box-type .decor-block {
    width: 100%;
    float: none;
    min-height: 0;
    height: auto !important;
    margin: 0 0 10px;
  }
  .info-box-type .decor-block:nth-child(2n+1) {
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
    .info-box-type .col-sm .info-box {
      width: 100%;
      float: none;
      margin: 0 0 10px;
    }
    .info-box-type .col-sm .info-box:nth-child(2n+1) {
      margin: 0 0 10px;
   }
}
/* and */

/* update style tabs dark */
.tabs-list_dark .tabs-list-i {
  width: 170px;
}
.tabs-list-i a{
  font-size: 0;
}
.tabs-list-i a span {
  font-size: 18px;
}

@media (max-width: 1023px) {
    .filters-block-dark .filters-row {
      margin: 0;
    }
    .filters-block-dark .filters-title {
      border:none;
    }
    .filters-block-dark .filters-open .filters-title {
          border-bottom: 2px solid #d34484;
    }
    .filters-block-dark .filters-area {
      overflow: visible;
    }


    .filters-block-dark .filters-row:first-child .filters-title:after {
      display: none;
    }
    .filters .btn-holder {
      display: none;
    }
    .filters-block-dark .filters-open .btn-holder {
      display: block !important;
      position: relative;
      z-index: 10;
      background: #222325;
    }
    .filters-block-dark .filters {
      border:none;
    }
    .filters-block-dark .filters-open .holder {
      border-bottom: 2px solid #303135;
    }
    .tabs-list_dark .tabs-list-i .sub-list {
      padding: 10px 4px;
    }
    .tabs-list_dark .tabs-list-i .sub-list a {
      font-size: 12px;
      line-height: 14px;
    }
    .filters-block-dark .filters.filters-open .filters-area{
      display: block;
    }
    .filters-block-dark .btn:hover {
      opacity: 0.8;
    }
    .tabs-list_dark {
      font-size: 14px;
    }
    .tabs-list-i a span {
      font-size: 12px;
    }
}

@media (max-width: 767px) {
  .tabs-list_dark .sub-list {
    height: auto;
    display: none;
  }
  .tabs-list_dark {
    display:inline-block;
    vertical-align:top;
    text-align: center;
    margin: 0px 0px 14px;
  }
  .tabs_overlap_dark {
    padding: 0;
  }
  .tabs_overlap_dark .tabs-list-holder {
    position: static;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active {
    top: 0;
     -webkit-transform:none;
      -ms-transform: none;
      transform: none;
  }
  .tabs-list_dark .tabs-list-i {
    display: inline-block;
    width: 52.4%;
    float: none;
    margin: 0px 0.6% 4px -3.1%;
    position: static;
    white-space: nowrap;
    background-color: #383a3f;
    background-image: linear-gradient(-37deg, transparent, transparent 50%, #3f4147 46%);
    cursor: pointer;
  }
  .tabs-list_dark .tabs-list-i:after {
    /* content:""; */
    height:124px;
    display:inline-block;
    vertical-align:middle;
  }
  .tabs-list_dark .tabs-list-i:nth-child(even) {
    margin: 0px -3.1% 0px 0.6%;
    float: right;
  }

  .tabs-list_dark .tabs-list-i a {
    padding:20% 8px;
    width:100%;
    position: static;
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    white-space: normal;
    background: none;
  }
  .tabs-list_dark .tabs-list-i a span {
    font-size: 2.5rem;
    font-weight: normal;
  }

  .tabs-list_dark .tabs-list-i.tabs-list-i_active .sub-list {
    width: 51%;
    padding:0 10px;
    position:absolute;
    top:0;
    bottom: 5px;
  }
  .tabs-list_dark .tabs-list-i.drop-right .sub-list {
    right: -5px;
    width: 51%;
  }
  .tabs-list_dark .tabs-list-i.drop-left .sub-list {
    left: -5px;
    right:auto;
    width: 51%;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active .close-btn {
    display: block;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active {
    background: #d04784;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active a {
    position: relative;
  }
  .tabs-list_dark .tabs-list-i a:after {
    background: none;
    height: 0;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active.drop-right > a:after {
    position:absolute;
    top:50%;
    margin: -15px 0 0;
    right:-4px;
    content:"";
    width: 0;
    left: auto;
    background: none;
    height: 0;
    border-style: solid;
    border-width: 15px 13px 15px 0;
    border-color: transparent #222325 transparent transparent;
  }
  .tabs-list_dark .tabs-list-i.tabs-list-i_active.drop-left > a:after {
    position:absolute;
    top:50%;
    margin: -15px 0 0;
    content:"";
    right: auto;
    left: -4px;
    background: none;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 13px;
    border-color: transparent transparent transparent #222325;
  }
  .tabs-list_dark .sub-list li {
    margin: 0;
  }
  .tabs-list_dark .tabs-list-i .sub-list a {
    text-align: left;
    display: block;
    padding: 10px 30px 10px 4px;
    border-bottom: 1px solid #3f4147;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    background: url(/imgD/ico-arrow2.png) no-repeat 92% 12px;
  }
  .tabs-list-i .close-btn-drop {
    display: none !important;
  }
  .tabs-list-i_active .close-btn-drop {
    display: block !important;
    position:absolute;
    width: 12px;
    top: 8px;
    height: 12px;
    background: url(/imgD/close-ico.png) no-repeat;
  }
  .drop-right .close-btn-drop {
    left: 6%;
  }
  .drop-left .close-btn-drop {
    top: 8px;
    right: 6%;
  }
}
/* and */

/* update style 25/12/2015 */

.weekend-clone {
  display: none;
}
.buttons-bar-clone {
  display: none;
}
.col-holder {
  overflow: hidden;
}

@media (max-width: 1700px){
  .social-post-duplicate {
    display: block;
  }
  .info-box-type .social-post:not([class*="social-post-duplicate"]) {
    display: none;
  }
  .weekend-block {
    height: 100%;
  }
  .buttons-bar-clone {
    display: block;
    margin: 0 0 21px 13px;
  }
  .buttons-bar-hide {
    display: none;
  }
}

@media (max-width: 1310px) {
  .social-post-duplicate {
    display: none;
  }
  .weekend-hide {
    display: none;
  }
  .buttons-bar-clone {
    display: none;
  }
  .buttons-bar-hide {
    display: block;
  }
  .weekend-clone {
    display: block;
    margin: 0 1.5% 0 0;
  }
  .info-box-type .decor-block:nth-child(2n+1) {
    margin: 0 0 10px;
  }
  .info-box-type .social-post:not([class*="social-post-duplicate"]) {
    display: block;
  }
  .info-box-type .col-lg .buttons-bar {
    margin: 0 0 20px 16px;
  }
  .info-box-type .col-lg {
    margin: 0;
  }
}








/* MISC UTILITY CLASSES */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

/* SECTION CONTAINERS */
.generic-content {
    overflow: hidden;
    position: relative;
/*    padding: 79px 115px 127px 115px;*/
    padding: 79px 82px 127px 82px;
}
/*
@media (max-width: 767px) {
    .generic-content {
        padding: 79px 20px 127px 20px;
    }
}
*/
@media (max-width: 1023px) {
    .generic-content {
        padding: 79px 2rem 127px 2rem;
    }
}
.generic-content .page-content {
    padding-right: 0;
    padding-left: 0;
}
.page-has-header > .generic-content {
    margin-top: 22px;
}

.generic-content ul,
.generic-content ol,
.content-section ul,
.content-section ol {
    margin-bottom: 15px;
    padding-left: 40px;
    list-style: inherit;
}
.generic-content ol,
.content-section ol {
    list-style: decimal;
}
    
.bg-white {
    overflow:  hidden;
    background-color: #fff;
}
.bg-light-gray {
    overflow:  hidden;
    background-color: #ececec;
}
.bg-gray {
    overflow:  hidden;
    color: #fff;
    background-color: #3e4046;
}
.bg-gray a {
    color: #a0b754;
}
.bg-gray .btn-decore {
    color: #fff;
}
.bg-gray h2,
.bg-gray h2 span,
.bg-gray h3,
.bg-gray h3 span,
.bg-gray h4,
.bg-gray h4 span,
.bg-gray h5,
.bg-gray h5 span {
    color: #fff;
}
.bottom-margin {
    margin-bottom: 6px;
}
.bottom-border {
    margin-bottom: 33px;
    border-bottom: solid 3px #dcd7cd;    
}
.content-section {
    padding: 40px 0 30px 0;
}
@media (max-width: 767px) {
    .content-section {
        padding: 20px 0 10px 0;
    }
}
.inner-container-medium {
    margin: 0 auto 60px auto;
    padding: 0 10px;
    max-width: 1460px;
}
.inner-container-medium:after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .inner-container-medium {
        padding: 0 5px;
    }
}
.inner-container-small {
    margin: 0 auto 60px auto;
    padding: 0 10px;
    max-width: 1420px;
}
.inner-container-small:after {
    content: "";
    display: block;
    clear: both;
}
@media (max-width: 767px) {
    .inner-container-small {
        padding: 0 5px;
    }
}
.inner-container-extra-small {
    margin: 0 auto 60px auto;
    padding: 0 10px;
    max-width: 1020px;
}
.inner-container-extra-small:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
    .inner-container-extra-small {
        padding: 0 5px;
    }
}
.cols-2 .col {
    float: left;
    width: 50%;
    padding: 0 60px;
}
@media (max-width: 1024px) {
    .cols-2 .col {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .cols-2 .col {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}
.cols-3 .col {
    float: left;
    width: 33%;
    padding: 0 60px;
}
@media (max-width: 1024px) {
    .cols-3 .col {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .cols-3 .col {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}
/* ADDED BY BW 2017-08-24 */
.cols-4 {
    overflow: hidden;
}
.cols-4 .col {
    float: left;
    width: 25%;
    padding: 0 40px;
}
@media (max-width: 1024px) {
    .cols-4 .col {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .cols-4 .col {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}





/* HEADLINES */
/* page headlines */
.page-headline-01 {
    overflow: hidden;
    position: relative;
    padding: 6px 0;
    margin: 0;
    color: #3e4046;
    font-size: 32px;
    font-family: "proximanova-bold-webfont";
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 4px;
}
.page-headline-01 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
}
.page-headline-01 span:after {
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 1680px;
    height: 51px;
    background: url(/imgD/item-decore1.png) no-repeat;
}
.page-headline-01 span:before {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 1680px;
    height: 51px;
    background: url(/imgD/item-decore2.png) no-repeat;
}
@media (max-width: 767px) {
    .page-headline-01 {
        padding: 8px 0 2px;
        font-size: 15px;
        line-height: 17px;
    }
    .page-headline-01 span {
        display: block;
        padding: 3px 88px;
    }
    .page-headline-01 span:after {
        top: 50%;
        right: 0;
        width: 76px;
        height: 18px;
        background: url(/imgD/item-decore6.png) no-repeat;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .page-headline-01 span:before {
        top: 50%;
        left: 0;
        width: 76px;
        height: 18px;
        background: url(/imgD/item-decore5.png) no-repeat;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
.page-headline-02 {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 6px 0;
    color: #3e4046;
    font-size: 32px;
    font-family: "proximanova-bold-webfont";
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 4px;
}
.page-headline-02 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
}
.page-headline-02 span:after {
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 298px;
    height: 51px;
    background: url(/imgD/item-decore3.png) no-repeat;
}
.page-headline-02 span:before {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 298px;
    height: 51px;
    background: url(/imgD/item-decore4.png) no-repeat;
}
@media (max-width: 767px) {
    .page-headline-02 {
        font-size: 15px;
        line-height: 17px;
    }
    .page-headline-02 span {
        padding: 8px 90px;
    }
    .page-headline-02 span:after {
        top: 50%;
        right: 0;
        width: 76px;
        height: 18px;
        background: url(/imgD/item-decore5.png) no-repeat;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .page-headline-02 span:before {
        top: 50%;
        left: 0;
        width: 76px;
        height: 18px;
        background: url(/imgD/item-decore6.png) no-repeat;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

/* section headlines */
.section-headline-02 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #3e4046;
    padding: 0 0 38px;
    margin: 0 0 30px;
    letter-spacing: 3px;
    background: url(/imgD/img-line-decore2.png) no-repeat 50% 100%;
}
@media (max-width: 767px) {
    .section-headline-02 {
        font-size: 20px;
        line-height: 22px;
    }
}
.section-headline-03 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3e4046;
  padding: 0 0 45px;
  margin: 0 0 32px;
  background: url(/imgD/img-line-decore3.png) no-repeat 50% 100%;
}
.section-headline-04 {
  height: 26px;
  padding: 38px 0 0;
  position: relative;
}
.section-headline-04:after {
  position: absolute;
  top: 15px;
  left: 17px;
  content: "";
  width: 1333px;
  height: 26px;
  background: url(/imgD/img-line-decore5.png) no-repeat;
}

/* non-headline line decore */







/*

.line-decore-title {
  text-align: center;
  padding: 26px 0 2px;
  margin: 0 0 48px 10px;
  border-bottom: 3px solid #f2b448;
  position: relative;
  letter-spacing: 3px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
}
.line-decore-title:after {
  position: absolute;
  bottom: -25px;
  left: -10px;
  content: "";
  width: 270px;
  height: 52px;
  background: url(/imgD/item-decore10.png) no-repeat;
}
.line-decore-title span {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3e4046;
}
.line-decore-title-indent-01 {
  margin: 0 10px 28px 0;
  padding: 13px 0 7px;
}
@media (max-width: 1023px) {
  .line-decore-title {
    padding: 0px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title {
    border-width: 2px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-width: 2px;
  }
  .line-decore-title:after {
    left: 0;
    width: 102px;
    height: 20px;
    bottom: -10px;
    background: url(/imgD/item-decore10-mobile.png) no-repeat;
  }
  .line-decore-title span {
    font-size: 16px;
    line-height: 20px;
  }
}

.line-decore-title-style1 {
  padding: 0 0 2px;
  margin: 0 18px 48px 28px;
  border-color: #3aa592;
}
.line-decore-title-style1:after {
  background: url(/imgD/item-decore9.png) no-repeat;
}
@media (max-width: 767px) {
  .line-decore-title-style1 {
    margin: 0 0 20px;
  }
  .line-decore-title-style1:after {
    background: url(/imgD/item-decore9-mobile.png) no-repeat;
  }
}

.line-decore-title-style2 {
  border-color: #dcd7cd;
}
.line-decore-title-style2:after {
  background: url(/imgD/item-decore11.png) no-repeat;
}
@media (max-width: 767px) {
  .line-decore-title-style2:after {
    background: url(/imgD/item-decore11-mobile.png) no-repeat;
  }
}

.line-decore-title-style3 {
  border-color: #c2beb5;
  margin: 0 10px 22px 0;
  padding: 50px 0 5px;
}
.line-decore-title-style3:after {
  left: auto;
  right: -10px;
  background: url(/imgD/item-decore12.png) no-repeat;
}
@media (max-width: 1023px) {
  .line-decore-title-style3 {
    padding: 10px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title-style3 {
    padding: 10px 0px 0;
    margin: 0 0 20px;
  }
  .line-decore-title-style3:after {
    right: 0;
    width: 102px;
    height: 20px;
    background: url(/imgD/item-decore12-mobile.png) no-repeat;
  }
}

.line-decore-title-style4 {
  border-color: #f2b448;
  margin: 0 10px 22px 0;
  padding: 50px 0 5px;
}
.line-decore-title-style4:after {
  left: auto;
  right: -10px;
  background: url(/imgD/item-decore13.png) no-repeat;
}
@media (max-width: 1023px) {
  .line-decore-title-style4 {
    padding: 10px 0px 30px;
  }
}
@media (max-width: 767px) {
  .line-decore-title-style4 {
    padding: 10px 0px 0;
    margin: 0 0 20px;
  }
  .line-decore-title-style4 span {
    display: block;
  }
  .line-decore-title-style4:after {
    right: 0;
    width: 102px;
    height: 20px;
    background: url(/imgD/item-decore13-mobile.png) no-repeat;
  }
}

.line-decore-title-indent-01 {
  margin: 0 10px 28px 0;
  padding: 13px 0 7px;
}
@media (max-width: 767px) {
  .line-decore-title-indent-01 {
    margin: 0 10px 12px 0;
    padding: 0 0 7px;
  }
}

.page-title-decore-06 {
  color: #3e4046;
  font-size: 28px;
  line-height: 1;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding: 0 152px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 46px;
}
.page-title-decore-06:before, .page-title-decore-06:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 152px;
  height: 45px;
  background-image: url(/imgD/title-standard.png);
  background-repeat: no-repeat;
  margin: 0 0 -17px;
}
.page-title-decore-06:before {
  left: 0;
  background-position: 0 0;
}
.page-title-decore-06:after {
  right: 0;
  background-position: 0 -46px;
}
.page-title-decore-06-inner {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #dcd7cd;
  padding: 14px 20px;
  position: relative;
}
.page-title-decore-06-inner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -8px 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 238px;
  height: 34px;
  background: url(/imgD/title-standard.png) 0 -92px no-repeat;
}
.page-title-decore-06_gold:before, .page-title-decore-06_gold:after {
  background-image: url(/imgD/title-gold.png);
}
.page-title-decore-06_gold .members-title-inner {
  border-bottom-color: #c9a766;
}
.page-title-decore-06_gold .members-title-inner:before {
  background-image: url(/imgD/title-gold.png);
}
.page-title-decore-06_silver:before, .page-title-decore-06_silver:after {
  background-image: url(/imgD/title-silver.png);
}
.page-title-decore-06_silver .members-title-inner {
  border-bottom-color: #acacac;
}
.page-title-decore-06_silver .members-title-inner:before {
  background-image: url(/imgD/title-silver.png);
}
.page-title-decore-06_bronze:before, .page-title-decore-06_bronze:after {
  background-image: url(/imgD/title-bronze.png);
}
.page-title-decore-06_bronze .members-title-inner {
  border-bottom-color: #ae7e58;
}
.page-title-decore-06_bronze .members-title-inner:before {
  background-image: url(/imgD/title-bronze.png);
}
.page-title-decore-06_yellow:before, .page-title-decore-06_yellow:after {
  background-image: url(/imgD/title-yellow.png);
}
.page-title-decore-06_yellow .members-title-inner {
  border-bottom-color: #f2b448;
}
.page-title-decore-06_yellow .members-title-inner:before {
  background-image: url(/imgD/title-yellow.png);
}
.page-title-decore-06_grey:before, .page-title-decore-06_grey:after {
  background-image: url(/imgD/title-grey.png);
}
.page-title-decore-06_grey .members-title-inner {
  border-bottom-color: #3aa592;
}
.page-title-decore-06_grey .members-title-inner:before {
  background-image: url(/imgD/title-grey.png);
}
.page-title-decore-06_green:before, .page-title-decore-06_green:after {
  background-image: url(/imgD/title-green.png);
}
.page-title-decore-06_green .members-title-inner {
  border-bottom-color: #9fb654;
}
.page-title-decore-06_green .members-title-inner:before {
  background-image: url(/imgD/title-green.png);
}
.page-title-decore-06_red:before, .page-title-decore-06_red:after {
  background-image: url(/imgD/title-red.png);
}
.page-title-decore-06_red .members-title-inner {
  border-bottom-color: #e37336;
}
.page-title-decore-06_red .members-title-inner:before {
  background-image: url(/imgD/title-red.png);
}
@media (max-width: 767px) {
  .page-title-decore-06 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    margin: 0 0 45px;
  }
  .page-title-decore-06:before, .page-title-decore-06:after {
    display: none;
  }
  .page-title-decore-06-inner {
    display: block;
  }
}

.page-title-decore-07 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  color: #3e4046;
  overflow: hidden;
  padding: 6px 0;
}
.page-title-decore-07 span {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  position: relative;
}
.page-title-decore-07 span:after {
  position: absolute;
  top: 0;
  right: 100%;
  content: "";
  width: 244px;
  height: 51px;
  background: url(/imgD/item-decore7.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-07 span:after {
    display: none;
  }
}
.page-title-decore-07 span:before {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 244px;
  height: 51px;
  background: url(/imgD/item-decore8.png) no-repeat;
}
@media (max-width: 767px) {
  .page-title-decore-07 span:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-title-decore-07 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    margin: 0 0 45px;
  }
  .page-title-decore-07:before, .page-title-decore-07:after {
    display: none;
  }
  .page-title-decore-07-inner {
    display: block;
  }
}


*/
.info-box {
  /*display: flex;
  flex-direction: column;*/
}
.info-box:hover {
  text-decoration: none;
}
.info-box:hover h2 {
  text-decoration: underline;
}


/* EVENTS */
.info-list.events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-box.info-box-events .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 52.40347%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.info-list.events .info-box {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}
.info-list.events .info-box .text-wrap {
  flex: 1 0 auto;
}
.events .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56.01023%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.events-slideshow .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 46.27831%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.events-featured-secondary .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 46.27831%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* NEWS */
.info-box.info-box-news .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 52.40347%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.news .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56.01023%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* GUIDE */
.guide .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56.01023%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* PROJECTS */
.project .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56.01023%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.project-slideshow .info-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 46.27831%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* PROPERTIES */
.property-list .img-box .img-container {
    position: relative;
    height: 0 !important;
    margin: 0;
    padding-bottom: 56.01023%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* EVENT DETAIL */
/* PROJECT DETAIL */
/* GUIDE DETAIL */
/* MEMBERS DETAIL */
/* NEWS DETAIL */
.visual > div {
  display: block;
  float: left;
  width: 72.25%;
}
.visual > div:first-child {
  border-right: 4px solid #dcd7cd;
  width: 27.75%;
  padding: 30px;
}
.project-detail .visual > div:first-child,
.news-detail .visual > div:first-child {
  border-right: none;
  width: 100%;
  padding: 0;
}
.visual_border-none {
  border: 0;
}
@media (max-width: 767px) {
  .visual > div {
    float: none;
    width: 100%;
  }
  .visual > div:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 4px solid #DCD7CD;
  }
  .project-detail .visual > div:first-child,
  .news-detail .visual > div:first-child {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
}

.visual .logo-container {
    display: block;
    height: 0 !important;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.visual .image-container {
    display: block;
    height: 0 !important;
    padding-bottom: 38.030888%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.project-detail .visual .image-container,
.news-detail .visual .image-container {
    display: block;
    height: 0 !important;
    padding-bottom: 27.90698% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news-detail .entry {
    padding-right: 32px;
    padding-left: 32px;
}
@media (max-width: 767px) {
    .news-detail .entry {
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
        line-height: 14px;
    }
}
.event-detail {
    margin-bottom: -127px;
}
.event-detail .info-section {
    margin-right: -92px;
    margin-left: -92px;
}
@media (max-width: 1023px) {
    .event-detail .info-section {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 767px) {
    .event-detail .info-section {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.event-detail .info-section .info-list {
    margin: 0 -5% 0 0;
    padding: 23px 0 0 0;
}
@media (max-width: 767px) {
    .event-detail .info-section .info-list {
        margin: 0;
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .event-detail .info-section .info-box .text-info {
        min-height: 40px;
    }
}
.return-button {
    margin-bottom: 20px;
    text-align: left;
}
.return-button a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.return-button a:hover,
.return-button a:focus {
    color: #3f4147;
}


.search-page .search-results{
    margin-bottom: 40px;
}
.search-page .page-title-decore-06 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
.search-page h4 {
    font-size: 20px;
    font-weight: bold;
}


/* PURCHASE MEMBERSHIP */
/*
.membership-listing {
    padding-bottom: 40px;
}
.membership-listing .membership-item {
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    .membership-listing .membership-item {
        margin-bottom: 60px;
    }
    .membership-listing .membership-item:nth-of-type(3n+1) {
        clear: left;
    }
}
*/


/* PURCHASE MEMBERSHIP */
.membership-listing {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #6b6a6a;
}
.membership-listing .membership-item {
    margin-bottom: 36px;
}
.membership-listing .membership-item > h2 {
}
.membership-listing .membership-item > h2 > a {
  display: block;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  padding: 7px 20px 3px 93px;
  border-bottom: 3px solid #c2beb5;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.membership-listing .membership-item > h2 > a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 30px;
}
.membership-listing .membership-item > h2 > a.color-style-turquoise:after {
  background: #3ba592;
}
.membership-listing .membership-item > h2 > a:before {
  position: absolute;
  top: 8px;
  left: 20px;
  content: "";
  width: 23px;
  height: 14px;
  background: url(/imgD/sprite.png) no-repeat 0 -208px;
  z-index: 1;
}
.membership-listing .membership-item > h2 > a:hover {
  text-decoration: none;
}
.membership-listing .membership-item.active > h2 > a:before {
  background-position: 0 -178px;
}
.membership-listing .slide .slide-holder {
  padding: 20px 28px 0;
  overflow: hidden;
}
@media (max-width: 1330px) {
  .membership-listing {
    font-size: 14px;
    line-height: 26px;
  }
  .membership-listing .slide .slide-holder {
    padding: 14px 10px 20px;
  }
}
@media (max-width: 1023px) {
  .membership-listing {
    font-size: 12px;
    line-height: 20px;
  }
  .membership-listing .membership-item {
    margin-bottom: 26px;
  }
  .membership-listing .membership-item > h2 > a {
    font-size: 18px;
    padding: 7px 20px 3px 76px;
  }
  .membership-listing .slide .slide-holder {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .membership-listing {
    padding: 0;
  }
  .membership-listing .membership-item {
    margin-bottom: 20px;
  }
  .membership-listing .membership-item > h2 > a {
    font-size: 12px;
    padding: 7px 20px 8px 76px;
  }
}



/* MODAL */
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.44444444px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.44444444;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}

/* SIGNUP POPUP MODAL */
#signup_popup .modal-dialog {
}
#signup_popup .modal-content {
    padding: 50px;
    background-color: #3e4046;
}
#signup_popup .modal-header {
    border: none;
}
#signup_popup .modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    color: #fff;
    text-shadow: none;
    opacity: .5;
    filter: alpha(opacity=50);
}
#signup_popup .modal-header .close:hover,
#signup_popup .modal-header .close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
#signup_popup .footer-updates {
  width: 23%;
  padding: 0 2%;
  margin-right: 1%;
  position: relative;
}
#signup_popup .block-title {
  display: block;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 22px;
  text-align: center;
  border-bottom: 2px solid #c8c5bd;
}
#signup_popup .form-row {
  position: relative;
  margin-bottom: 7px;
}
#signup_popup .form-row .check {
  position: absolute;
  top: 9px;
  left: 0;
  margin-right: 8px;
}
#signup_popup .form-row .checkbox-label {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 6px;
  padding-left: 32px;
}
#signup_popup .input-container .btn-white {
  font-size: 14px;
  margin: 0 auto;
  width: 120px;
  min-width: 0;
}


small {
  font-size: 13px;
  line-height: 16px;
}



/** ARTSGOGGLE - EVENTS **/

.ag-entertainers-list {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background: #fff;
}
.ag-entertainers-list .btn {
  display: block;
  min-width: 0;
  max-width: 154px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.ag-entertainers-list th {
  background: #3e4046;
  font-size: 22px;
  line-height: 1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 10px 21px;
  text-align: left;
}
.ag-entertainers-list td {
  padding: 13px 21px;
  border-bottom: 2px solid #ddd8cf;
}
.ag-entertainers-list td:first-child {
  font-size: 22px;
  line-height: 1.1;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
}
.ag-entertainers-list th,
.ag-entertainers-list td {
  vertical-align: middle;
}
.ag-entertainers-list th:nth-child(1),
.ag-entertainers-list td:nth-child(1) {
  width: 25.7%;
}

.ag-entertainers-list td.stage-col a{
 color: #b02947;
}
.ag-entertainers-list th:nth-child(2),
.ag-entertainers-list td:nth-child(2) {
  width: 19.6%;
}
.ag-entertainers-list th:nth-child(3),
.ag-entertainers-list td:nth-child(3) {
  width: 20.8%;
}
.ag-entertainers-list th:nth-child(4),
.ag-entertainers-list td:nth-child(4) {
  width: 18.8%;
}
@media (max-width: 767px) {
  .ag-entertainers-list {
    font-size: 12px;
  }
  .ag-entertainers-list th {
    font-size: 14px;
  }
  .ag-entertainers-list td:first-child {
    font-size: 14px;
  }
  .ag-entertainers-list td,
  .ag-entertainers-list th {
    width: 50% !important;
    padding: 10px !important;
  }
}

/** /ARTSGOGGLE - EVENTS **/

/** ARTSGOGGLE GUIDE **/

.toggle-favorite {
    color: #FFF;
    background: #b02947;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    font-family: "proxima-nova-condensed", sans-serif;
    text-align: center;
    cursor: pointer;
}
.toggle-favorite.favorite-active {
    background: #5899ce;
    color: #222;
}
.toggle-favorite .favorite-on {
    display: none;
}
.toggle-favorite.favorite-active .favorite-on {
    display: inline;
}
.toggle-favorite.favorite-active .favorite-off {
    display: none;
}

.artsgoggle-guide .btn {
  background-color: #222;
}
.artsgoggle-guide .btn-decore {
  background-color: #b02947;
  background-image: none;
}
.artsgoggle-guide .page-hero {
  background-color: #e0e07e;
}
.artsgoggle-guide .page-hero img {
  margin: 0 auto;
}
.artsgoggle-guide .wrapper {
  background-color: #fff;
}
.artsgoggle-guide .main .container {
  background-color: #e0e07e;
}
.artsgoggle-guide .tabs-list-holder {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
}
.artsgoggle-guide .tabs-list-holder:after {
  box-shadow: none;
}
.artsgoggle-guide ul.tabs-list {
  width: 100%;
  margin-bottom: 12px;
}

.artsgoggle-guide .buttons > div {
  margin-bottom: .5rem;
}
.artsgoggle-guide a.btn-decore {
  display: block;
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  font-family: "proxima-nova-condensed",sans-serif;;
}
.artsgoggle-guide .sponsor-logos {
  padding: 12px 0;
}
.artsgoggle-guide .sponsor-logos p img{
  
  margin: 0 auto;
}
.presenting-sponsor-logo {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.presenting-sponsor-logo img {
  margin: 0 auto;
}
.presenting-sponsor-logo svg{
  display:block;
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
}
/*.presenting-sponsor-logo:before, .presenting-sponsor-logo:after {
  content:'';
  height:80px;
  width:80px;
  background-image: url(../images/artsgoggle-pink-cone.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.presenting-sponsor-logo:before {
  top: 20px;
  left: -27px;
  transform: rotate(30deg);
}
.presenting-sponsor-logo:after {
  top: 13px;
  right: -51px;
  transform: rotate(0deg);
}*/
.presenting-sponsor-logo p {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2em;
  margin: 0;
}

.artsgoggle-guide .header {
  padding-right: 14px;
}

.artist.general .info-list.artist.blocks .block-section {
  background-color: #fff;
  margin-bottom: 12px;
}

.artsgoggle-guide .search-mobile {
  /*float: left;*/
}

.artsgoggle-guide .favorites {
  float: right;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.artsgoggle-guide .favorites a {
  line-height: 1;
  padding-top: 4px;
  padding-left: 6px;
}

.artsgoggle-guide .blue-block {
  background: #5899ce;
  padding: 1rem .5rem;
  width: 90%;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
  color: #fff;
  font-family: 'proxima-nova-condensed', sans-serif;
}
.artsgoggle-guide .blue-block h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  font-family: 'proxima-nova-condensed', sans-serif;
}
.artsgoggle-guide .blue-block p {
  line-height: 1.2;
  font-weight: 200;
}

.artsgoggle-guide .bottom-decor {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/ARTSGOGGLE/2018/semicircle.png') center 185% no-repeat;
  background-size: contain;
}

.artsgoggle-guide .bottom-decor img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/** ARTSGOGGLE ARTISTS LISTING **/
.block-sponsor-section {
  display: flex;
  flex-direction: column;
  padding: 12px 12px;
  background-color: #fff;
  margin-bottom: 12px;
}
.block-section p.block-button {
  padding-left: 12px;
}
.sponsor-logo {
  margin: 0 auto 12px;
  width: 200px;
}
.sponsor-info {
  flex: 1 1 auto;
  padding: 0 0;
}
.sponsor-info p {
  font-size: .7rem;
  line-height: 1.4;
  color: #222;
}
.sponsor-info p.block-name {
  font-size: 1.1rem;
  color: #222;
  line-height: 1;
  margin-bottom: .5rem;
  font-weight: 600;
}
.sponsor-info p.block-name a {
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
}
.sponsor-info p.sponsor-name {
  font-size: .9rem;
  line-height: 1;
  margin-bottom: .3rem;
  color: #888;
}
.artist.general {
  background-color: transparent;
}

.artsgoggle-guide a.stage-name {
  color: #000;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  font-family: "proxima-nova-condensed", sans-serif;
  line-height: 1;
}

.artsgoggle-guide a.stage-name ~ p {
  text-align: center;
}

.artsgoggle-guide .sponsor-description p{
  text-align: center;
}


.artist.general .block-section {
  background-color: transparent;
}
.artist.general .filters {
  padding-top: 0;
}

.artist.general .filters-wrapper {
  margin: 0 -30px !important;
}

.artist.general .filters-wrapper .holder-wrap:after {
  background: transparent !important;
}

.artist.general .filters .filters-wrapper .filters-row {
  width: 100% !important;
}

.artist.general .filters .filters-wrapper .filters-row .filters-area {
  column-count: 2;
  height: 62px;
}
.artist.general .filters .filters-wrapper .filters-row .filters-area:before {
  right: calc(50% - 12px) !important;
}

.artist.general .filters-select{
  display: none;
}

/** ARTSGOGGLE ENTERTAIMENT PAGE **/
.entertainment-filters {
  padding: 12px 0;
}
.btn.stage-filter {
  background-color: #3aa592;
}
.btn.time-filter {
  background-color: #f2b448;
}
.entertainers .block-sponsor-section {
  background-color: #e9e9e9;
}
.filters.entertainers-search-form:after {
  display: none !important;
}

/**ARTSGOGGLE ARTIST DETAIL PAGE **/
.artist-profile {
  background-color: #fff;
}
.artist-profile .btn-holder {
  background-color: #c8c5bd;
}
.btn-holder.wide {
  padding-top: 0;
  z-index: 210;
}
.btn-holder.wide .back{
  width: 100%;
  border-radius: 0;
  background-color: #b02947;
  text-align: left;
  display: block;
  font-weight: 300;
} 
.artist-profile .slides-wrap {
  position: relative;
}
.artist-profile .artist-medium {
  font-size: .9rem;
  text-transform: uppercase;
  padding: 4px 12px;
  background-color: #3aa592;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  color: #fff;
}
.artist-profile .profile-wrap {
  padding: 0 12px;
  max-width: 600px;
  margin: 0 auto;
}
.artist-profile h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
.artist-profile .profile-wrap h3 {
  font-size: 1.1rem;
}
.artist-profile .artist-statement p{
  margin: 24px 0;
  font-size: .8rem;
  line-height: 1.4em;
  color: #222;
  max-width: 600px;
  margin: 0 auto;
}
.artist-profile .filters-marker-container {
  position:absolute;
  top: 40px;
  right: 0;
  z-index: 200;
}

.artist-profile .carousel .slideset .slide img {
  margin: 0 auto;
}

.paginate .prevnext i {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: 300;
}


/*ARTSGOGGLE REGISTRATION*/
.registration h3.block-title {
  padding: 140px 225px;
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
}