/* Imports */
/* Spork */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
}
section {
  min-height: 1%;
  position: relative;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section * {
  color: #fff;
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 25px;
}
.half.right {
  float: right;
  padding-left: 25px;
}
@media (max-width: 1020px) {
  .half {
    width: 100%;
  }
  .half.left {
    float: none;
    padding-right: 0;
  }
  .half.right {
    float: none;
    padding-left: 0;
    padding-top: 40px !important;
  }
}
.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.red {
  color: #dc212a;
}
img {
  max-width: 100%;
}
h1,
h2 {
  font-size: 76px;
  clear: both;
  margin-bottom: 30px;
  line-height: 70px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 66px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 56px;
    line-height: 50px;
  }
}
h3 {
  font-size: 30px;
  clear: both;
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 36px;
}
p,
ul li {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}
p a:hover,
ul li a:hover {
  text-decoration: none;
}
ul {
  margin-bottom: 25px;
}
ul li {
  margin-bottom: 9px;
}
ul.download {
  list-style: none;
}
ul.download li {
  padding-left: 25px;
  background: url("./images/pdf.png") left center no-repeat;
  background-size: 15px auto;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  border: none;
  outline: none;
  min-width: 130px;
  padding: 0 37px;
  height: 48px;
  line-height: 48px;
}
.button.red {
  color: #fff;
  background: #dc212a;
}
.button.border {
  color: #fff;
  background: transparent;
  border: 2px solid #dc212a;
  line-height: 46px;
}
.button.border:hover {
  background: #dc212a;
}
table {
  border-spacing: 0;
  width: 100%;
}
table tr td:last-of-type,
table tr th:last-of-type {
  text-align: right;
  padding-left: 20px;
}
table td,
table th {
  padding: 10px 0;
  line-height: 23px;
  border-top: 1px solid #c7c7c7;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
table td strong,
table th strong {
  color: #dc212a;
  font-weight: bold;
}
@media (max-width: 450px) {
  table tr td:last-of-type,
  table tr th:last-of-type {
    text-align: right;
    padding-left: 10px;
  }
  table td,
  table th {
    padding: 7px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
/* Header */
header {
  position: relative;
  float: left;
  background: #dc212a;
  z-index: 9999;
  width: 25%;
  min-width: 200px;
  height: 100vh;
  min-height: 1%;
  min-height: 770px;
}
header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .logo {
  float: left;
  display: block;
  clear: both;
  margin-bottom: 58px;
  height: 45px;
}
@media (max-width: 1020px) {
  header .logo {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  header .logo {
    height: 40px;
  }
}
header .navigation-link-mobile {
  display: none;
}
header .container {
  padding: 0 0 0 20px;
  width: 200px;
  float: right;
  height: 100vh;
  min-height: 700px;
  margin: 0 0;
  padding-top: 35px;
  padding-bottom: 112px;
}
header .address {
  position: absolute;
  bottom: 42px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  color: #fff;
}
header .address p {
  margin: 0 0;
  font-size: 13px;
  line-height: 19px;
  padding-left: 32px;
  background: url("./images/point.png") left 3px no-repeat;
  background-size: 20px 29px;
}
header .address p a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1020px) {
  header .address {
    display: none;
  }
}
header nav {
  width: 100%;
  display: block;
  min-height: 1%;
}
header nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav.visible {
  display: block !important;
}
header nav .menu {
  width: 100%;
  display: block;
  min-height: 1%;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  width: 100%;
  clear: both;
  margin: 0 0;
  padding: 0 0;
  position: relative;
}
header nav .menu li a.menu-link {
  height: auto;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  line-height: 21px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
  color: #ffaaae;
  display: block;
  width: 100%;
  background: url("./images/line.png") left bottom no-repeat;
  background-size: 32px 1px;
}
header nav .menu li a.menu-link:hover,
header nav .menu li a.menu-link.active {
  font-weight: bold;
  color: #fff;
}
header nav .menu li a.menu-link.active:before {
  display: block;
  content: '';
  top: 50%;
  left: 100%;
  position: absolute;
  background: url("./images/arrow.png") center center no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 22px;
  margin-top: -11px;
}
@media (max-width: 1020px) {
  header nav .menu li a.menu-link {
    padding-left: 0;
    background: none !important;
  }
}
header nav .menu li:last-of-type a.menu-link {
  background: none;
}
@media (max-width: 1020px) {
  header,
  header.small {
    position: absolute;
    height: auto;
    min-height: 1px;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .container,
  header.small .container {
    padding: 15px 20px;
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    float: none;
    min-height: 1px;
  }
  header nav,
  header.small nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  header nav .menu,
  header.small nav .menu {
    width: 100%;
  }
  header nav .menu li,
  header.small nav .menu li {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }
  header nav .menu li a.menu-link,
  header.small nav .menu li a.menu-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #c7c7c7 !important;
    padding: 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav .menu li a.menu-link:before,
  header.small nav .menu li a.menu-link:before,
  header nav .menu li a.menu-link:after,
  header.small nav .menu li a.menu-link:after {
    display: none !important;
  }
  header nav .menu li a.menu-link:hover,
  header.small nav .menu li a.menu-link:hover,
  header nav .menu li a.menu-link.active,
  header.small nav .menu li a.menu-link.active {
    color: #dc212a !important;
    font-weight: bold;
  }
  header nav .menu li .submenu,
  header.small nav .menu li .submenu {
    display: none !important;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 30px;
    padding: 6px;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #fff;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
/* Main content */
.section-main-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 75%;
  float: left;
  position: relative;
  height: 100vh;
  min-height: 770px;
  max-width: calc(100% - 200px);
}
@media (max-width: 1020px) {
  .section-main-content {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    min-height: 100vh;
  }
}
.section-main-content:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background: url("./images/shadow.png") left top repeat-x;
  background-size: auto 100%;
}
.section-main-content .container {
  float: left;
  width: 100%;
  max-width: 890px;
  height: 100vh;
  min-height: 750px;
  padding: 40px 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1020px) {
  .section-main-content .container {
    padding: 125px 20px 50px 20px;
    min-height: 100vh;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.section-main-content .inner {
  text-align: left;
  width: 100%;
  max-width: 750px;
}
@media (max-width: 1020px) {
  .section-main-content .inner {
    max-width: 100%;
  }
}
/* Homepage */
.slide {
  outline: none !important;
}
.hp-slider {
  width: 100%;
}
.hp-slider .slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 25px;
}
.hp-slider .slick-dots li {
  clear: none;
  display: inline-block;
  margin-right: 20px;
  padding: 0 0;
}
.hp-slider .slick-dots li:before {
  display: none;
}
.hp-slider .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid transparent;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.hp-slider .slick-dots li button:before {
  display: block;
  content: '';
  top: 0px;
  left: 0px;
  position: absolute;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.hp-slider .slick-dots li.slick-active button {
  background: transparent;
  border: 3px solid #dc212a;
}
.hp-slider .slick-dots li.slick-active button:before {
  background: transparent;
}
.hp-slider p {
  margin-bottom: 0;
}
/* Gallery */
.gallery:before {
  display: none;
}
.gallery .photo {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  border: 1px solid #000;
  text-decoration: none;
}
.gallery .photo:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.gallery .photo:after {
  background: transparent url("./images/detail.png") center center no-repeat;
  background-size: 26px 26px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  content: '';
  display: block;
  opacity: 0;
}
.gallery .photo:hover:before {
  background: transparent;
}
.gallery .photo:hover:after {
  opacity: 1;
}
.gallery .photo.gal1 {
  height: 40%;
  border-top: none;
  border-left: none;
  width: 40%;
}
.gallery .photo.gal2 {
  border-top: none;
}
.gallery .photo.gal2,
.gallery .photo.gal3 {
  height: 50%;
  width: 100%;
  float: none;
  clear: both;
}
.gallery .photo.gal4 {
  height: 40%;
  width: 40%;
  float: right;
  border-top: none;
  border-right: none;
}
.gallery .photo.gal5,
.gallery .photo.gal6,
.gallery .photo.gal7 {
  height: 33.333%;
  width: 100%;
  clear: both;
  float: none;
  border-left: none;
}
.gallery .photo.gal7 {
  border-bottom: none;
}
.gallery .photo.gal8 {
  height: 60%;
  width: 40%;
  float: right;
  border-bottom: none;
}
.gallery .photo.gal9,
.gallery .photo.gal10 {
  height: 50%;
  width: 100%;
  float: none;
  clear: both;
  border-right: none;
}
.gallery .photo.gal10 {
  border-bottom: none;
}
.gallery .box.box1 {
  width: 20%;
  float: left;
  height: 40%;
}
.gallery .box.box2 {
  float: right;
  width: 40%;
  height: 60%;
}
.gallery .box.box3 {
  float: left;
  width: 20%;
  height: 60%;
}
@media (max-width: 1020px) {
  .gallery {
    border: 1px solid #000;
    margin-top: 75px;
  }
  .gallery .box {
    width: auto !important;
    display: inline !important;
    height: auto !important;
    float: none !important;
  }
  .gallery .photo {
    width: 33.333% !important;
    float: left !important;
    border: 1px solid #000 !important;
    height: 30vw !important;
    clear: none !important;
  }
  .gallery .photo.gal1,
  .gallery .photo.gal7 {
    width: 40% !important;
  }
  .gallery .photo.gal2,
  .gallery .photo.gal6 {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .gallery .photo {
    height: 41vw !important;
  }
  .gallery .photo.gal1,
  .gallery .photo.gal4,
  .gallery .photo.gal5,
  .gallery .photo.gal10,
  .gallery .photo.gal9 {
    width: 40% !important;
  }
  .gallery .photo.gal2,
  .gallery .photo.gal3,
  .gallery .photo.gal6,
  .gallery .photo.gal7,
  .gallery .photo.gal8 {
    width: 60% !important;
  }
}
@media (max-width: 450px) {
  .gallery {
    margin-top: 70px;
  }
}
/* Map */
.section-map:before {
  display: none;
}
.section-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-map .marker {
  display: block;
  width: 197px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("./images/marker.png");
}
/* About */
.about-icons {
  min-height: 1%;
  width: 100%;
  clear: both;
  margin-top: 150px;
}
.about-icons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .about-icons {
    margin-top: 50px;
  }
}
.about-icons .icon {
  text-align: center;
  float: left;
  padding-right: 30px;
  width: 20%;
  min-width: 140px;
}
@media (max-width: 1020px) {
  .about-icons .icon {
    margin-top: 21px;
  }
}
.about-icons .img {
  height: 74px;
  line-height: 74px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.about-icons .img img {
  vertical-align: middle;
  max-height: 58px;
  max-width: 58px;
}
.about-icons p {
  font-size: 13px;
  line-height: 20px;
}
/* Gastronomy */
.section-gastronomy .container {
  max-width: 960px;
}
@media (max-width: 1020px) {
  .section-gastronomy .container {
    max-width: 100%;
  }
}
.section-gastronomy .inner {
  max-width: 820px;
}
@media (max-width: 1020px) {
  .section-gastronomy .inner {
    max-width: 100%;
  }
}
.gastronomy {
  min-height: 1%;
  width: 100%;
  clear: both;
  margin-top: 30px;
}
.gastronomy:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.gastronomy .tenant {
  margin-top: 20px;
  height: 95px;
  line-height: 95px;
  vertical-align: middle;
  display: block;
  float: left;
  margin-right: 70px;
}
.gastronomy .tenant:last-of-type {
  margin-right: 0;
}
@media (max-width: 1020px) {
  .gastronomy .tenant {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .gastronomy .tenant {
    margin-right: 30px;
  }
}
.gastronomy .tenant img {
  vertical-align: middle;
  max-height: 100%;
  opacity: 0.6;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.gastronomy .tenant:hover img {
  opacity: 1;
}
.tenants-contact {
  min-height: 1%;
  width: 100%;
  clear: both;
  margin-top: 150px;
}
.tenants-contact:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .tenants-contact {
    margin-top: 50px;
  }
}
/* Contact */
.section-contact .container {
  max-width: 1000px;
}
@media (max-width: 1020px) {
  .section-contact .container {
    max-width: 100%;
  }
}
.section-contact .inner {
  max-width: 860px;
}
@media (max-width: 1020px) {
  .section-contact .inner {
    max-width: 100%;
  }
}
.contact-text {
  float: right;
  width: 50%;
  padding-left: 25px;
  padding-top: 28px;
}
.contact-text h3 {
  margin-bottom: 10px;
}
.contact-text h3 a {
  text-decoration: none;
}
.contact-text .button {
  margin-bottom: 42px;
}
@media (max-width: 1350px) {
  .contact-text {
    padding-left: 20px;
  }
}
@media (max-width: 1020px) {
  .contact-text {
    width: 100%;
    padding-left: 0;
  }
}
.contact-form {
  float: left;
  padding-right: 25px;
  width: 50%;
  position: relative;
  min-height: 1%;
  text-align: left;
}
.contact-form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form {
  width: 100%;
  min-height: 1%;
  display: block;
  /* checkbox */
}
.contact-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 17px;
  min-height: 1%;
}
.contact-form form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p.last {
  padding-top: 5px;
  margin-bottom: 0;
}
.contact-form form p.text {
  font-size: 13px;
  color: #acadad;
}
.contact-form form p.checkbox {
  min-height: 1%;
  margin-bottom: 20px;
}
.contact-form form p.checkbox:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p.checkbox label {
  margin: 0 0;
  clear: none;
  float: left;
}
.contact-form form label,
.contact-form form .label {
  font-size: 15px;
  color: #fff;
  clear: both;
  margin-bottom: 9px;
  display: block;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  border: 1px solid #424141;
  border-radius: 5px;
  outline: none;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 51px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.contact-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("./images/select.png") 95% 22px no-repeat;
  background-size: 9px 8px;
}
.contact-form form textarea {
  height: 159px;
  padding: 12px 15px;
  line-height: 24px;
}
.contact-form form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  left: 0;
  top: 2px;
  clear: none !important;
  display: block;
  margin-right: 15px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 16px;
  border: 1px solid #fff;
  height: 16px;
  border-radius: 0 0 !important;
  outline: none;
}
.contact-form form input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #fff;
}
.contact-form form img {
  margin: 0 0;
  display: block;
}
@media (max-width: 1350px) {
  .contact-form {
    padding-right: 20px;
  }
}
@media (max-width: 1020px) {
  .contact-form {
    width: 100%;
    padding: 0 0;
    margin-bottom: 30px;
  }
}
/* Rent */
.section-rent .container {
  max-width: 960px;
}
@media (max-width: 1020px) {
  .section-rent .container {
    max-width: 100%;
  }
}
.section-rent .inner {
  max-width: 820px;
}
@media (max-width: 1020px) {
  .section-rent .inner {
    max-width: 100%;
  }
}
.section-rent .table {
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 35px;
}
.section-rent .table table tr th,
.section-rent .table table tr td {
  text-align: center;
}
.section-rent .table table tr th:first-of-type,
.section-rent .table table tr td:first-of-type {
  text-align: left;
}
.section-rent .table table tr th:last-of-type,
.section-rent .table table tr td:last-of-type {
  text-align: right;
}
.section-rent .text {
  width: 100%;
  float: none;
  clear: both;
}
/* Remodal */
.remodal {
  padding: 45px 40px;
}
.remodal .remodal-close {
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  background: url("./images/close-grey.svg") center center no-repeat;
  background-size: 100% 100%;
  left: auto;
}
@media (max-width: 450px) {
  .remodal {
    padding: 45px 20px;
  }
  .remodal .remodal-close {
    top: 20px;
    right: 20px;
  }
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.teko {
  font-family: 'Teko', sans-serif;
}
/*# sourceMappingURL=global.css.map */