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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus, a:focus, img:focus, li:focus, input:focus, div:focus {
  outline: none !important;
}
textarea, input, button {
  outline: none !important
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 400;
}
/*
.svg-icon {
    display: block !important;
}
.svg-icon.parking  {
    display: block !important;
}
*/


.swiper-container,
.swiper-wrapper {
  
  display: flex;
  align-items: flex-end;
}

.swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.swiper-slide {
  display: flex;
  align-items: flex-end;
  width: auto;
  margin-right: 8px;
}
.insta-gallery-item,
.swiper-slide img {
  max-width: 580px;
  max-height: 580px;
}
.insta-gallery-actions {
    display: none;
}

.projectInfo {
  position: relative;
  margin: 14px 0 13px 0;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
}
.projectInfo h2 {
  margin: 0;
}
.projectInfo h3 {
  margin: 8px 8px 8px 0;
}
.projectInfo .category,
.projectInfo .medium {
  text-transform: none;
  opacity: 0.4;
}
.projectInfo .medium {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  font-style: italic;
  padding: 0px 7px 1px 7px;
}

.thumbContainer {
  opacity: 1;
  transform: translateY(60%);
}
.thumbContainer img,
.thumbContainer video {
  display: block;
  position: relative;
  max-width: calc(380px + 43vh);
  max-height: calc(255px + 43vh);
}



.filters-body .select {
    position: relative;
}
.filters-body .select > .default {
    width: 380px;
    height: 46px;
    background: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 18px;
    color: #1a1a18;
    cursor: pointer;
    font-weight: 300;
}
.filters-body .select .dropdown {
    display: none;
}
.filters-body .select .dropdown > ul {
    position: absolute;
    top: 46px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 1;
    max-height: 320px;
    overflow: auto;
}
.filters-body .select .dropdown > ul > li {
    position: relative;
    background: #e4e4e4;
    transition: all 0.3s ease 0s;
}
.filters-body .select .dropdown > ul > li.parent {
    padding-right: 40px;
    cursor: pointer;
}
.filters-body .select .dropdown > ul > li.active {
    background: #dbe3e8;
}
.filters-body .select .dropdown > ul > li.active a {
    font-weight: 500;
}
.filters-body .select .dropdown > ul > .parent.active:after {
    transform: rotate(-45deg);
}
.filters-body .select .dropdown > ul > li > a {
    padding-left: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filters-body .select .dropdown > ul > li:hover {
    transition: all 0.3s ease 0s;
    background: #fff;
    color: #4d748c
}
.filters-body .select .dropdown > ul > li > ul {
    display: none;
}
.filters-body .select > .default:after {
    margin-top: 3px;
    border: 2px solid #4d748c;
    border-top: none;
    border-left: none;
    content:"";
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    right: 16px;
    top: 12px;
}
.filters-body .select .dropdown > ul > .parent:after {
    margin-top: 3px;
    border: 2px solid #4d748c;
    border-top: none;
    border-left: none;
    content:"";
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 14px;
    top: 12px;
}



