@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  font-size: 58.5%;
}
@media only screen and (min-width: 40em) {
  /*640px*/
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 125em) {
  /*2000px*/
  html {
    font-size: 82.5%;
  }
}

#map {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  /* line-height: 1.6; */
  /* color: #282828; */
  color: #050505;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem;
}
.row {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.container::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  clear: both;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .container {
    padding: 0;
    width: 80%;
  }
}
input,
textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
a {
  text-decoration: none;
  color: #ec008c;
  font-weight: 400;
}
a:hover {
  color: #fd0098;
}
input,
textarea,
a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.5rem;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  padding-left: 0;
}
ul li {
  /* padding: 0 0 0.5rem 0.5rem;*/
  list-style-position: inside;
  padding: 0;
}

/* flexbox */
.flex-row-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-fs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.flex-column-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.flex-row-se {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
/* cookies */
.cc_banner-wrapper .cc_container {
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  left: auto;
  right: initial;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
}
.cc_banner-wrapper .cc_container .cc_message {
  font-size: 1.4rem;
  color: #282828;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited,
.cc_banner-wrapper .cc_container .cc_more_info,
.cc_banner-wrapper .cc_container .cc_more_info:visited {
  display: inline-block;
  color: #282828;
  background-color: #fff;
  font-size: 1.4rem;
  text-transform: capitalize;
  position: relative;
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1rem;
  text-align: center;
  padding: 1.2rem 0;
  border-radius: 0;
  line-height: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border: 0.1rem solid #282828;
}
.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_more_info:hover {
  color: #fff;
  border-color: #ec008c;
  background-color: #ec008c;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .cc_banner-wrapper .cc_container {
    width: 36rem;
    left: 1rem;
    bottom: 1rem;
  }
}
/*404*/
.not-found {
  padding: 15rem 0 5rem 0;
}
.wrapper-404 {
  width: 64rem;
  margin: 0 auto;
  text-align: center;
}
.wrapper-404 h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 4.8rem;
}
.wrapper-404 img {
  width: 36rem;
  margin: 5rem 0;
}
.wrapper-404 p {
  font-size: 2rem;
  font-weight: 200;
}
.no-btn.contact-link {
  padding: 1rem;
  width: 20rem;
  margin-top: 3rem;
}
/*ELEMENTS*/
.list {
  list-style: none;
  padding: 0;
}
.none {
  display: none;
}
.bck-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.space {
  padding: 4rem 0;
}
/*LOADER*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
}
.loader-pulse {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(236, 0, 140, 0.8);
  -webkit-animation: loader 2s infinite;
  animation: loader 2s infinite;
}
.loader-pulse:hover {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(236, 0, 140, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 40rem rgba(236, 0, 140, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(236, 0, 140, 0);
  }
}
@keyframes loader {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 0, 140, 0.4);
  }
  70% {
    box-shadow: 0 0 0 40rem rgba(236, 0, 140, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(236, 0, 140, 0);
  }
}
/*SECTION*/
.section {
  padding: 4rem 0;
}
@media only screen and (min-width: 42.5em) {
  /*680px*/
  .section {
    padding: 8rem 0;
  }
}
.section-border {
  border-top: 0.1rem solid #f1f1f1;
  border-bottom: 0.1rem solid #f1f1f1;
}
.pink-span {
  text-transform: uppercase;
  color: #ec008c;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.2rem;
}
.pink-span::before,
.pink-span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ec008c;
  width: 5rem;
  height: 1px;
  display: none;
}
.pink-span::before {
  left: -6.5rem;
}
.pink-span::after {
  right: -6.5rem;
}
.heading {
  text-align: center;
}
.heading h1 {
  font-size: 4rem;
  padding: 1rem 0 2rem 0;
}
.heading.heading-padding h1 {
  font-size: 4rem;
  padding: 1rem 0 4rem 0;
}
@media only screen and (min-width: 40em) {
  /*640px*/
  .heading h1 {
    margin: 2rem 0 4rem 0;
  }
  .pink-span::before,
  .pink-span::after {
    display: block;
  }
}
/*HEADER*/
/*toggle*/
#toggle {
  display: block;
  width: 3rem;
  height: 1.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
#toggle span {
  height: 0.3rem;
  background-color: #ec008c;
  display: block;
  margin: 0.2rem 0;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toggle span:first-child {
  top: 0;
}
#toggle span:nth-child(2) {
  top: 50%;
}
#toggle span:last-child {
  top: 100%;
}
#toggle.open span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#toggle.open span:nth-child(2) {
  display: none;
}
#toggle.open span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  #toggle {
    display: none;
  }
}
/*nav*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fff;
}
.header.solid,
.header.not-home {
  background-color: #fff;
  box-shadow: 0px 5px 10px -5px rgba(40, 40, 40, 0.5);
}
.flex-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header.solid .flex-wrapper {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.logo-header {
  display: block;
}
.header.solid .logo-header {
  display: block;
}
.main-menu {
  width: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 6.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-menu.open {
  left: 0;
}
.main-menu a {
  text-align: center;
  padding: 1.5rem 0;
  color: #282828;
  width: 100%;
  display: inline-block;
}
.main-menu a.mslc,
.main-menu a:hover {
  color: #ec008c;
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .header {
    background-color: transparent;
    padding: 3rem 0;
  }
  .flex-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .header.not-home .flex-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .main-menu {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-menu,
  .main-menu a {
    width: auto;
  }
  .main-menu a {
    padding: 0 1.5rem;
  }
  .logo-header {
    display: none;
  }
  .header.not-home .logo-header {
    display: block;
  }
}
@media only screen and (min-width: 67.5em) {
  /*1080px*/
  .main-menu a {
    padding: 0 2rem;
  }
}
.mobile-nav {
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  right: 0.6rem;
  top: 0;
  z-index: -1;
  display: block;
}
.mobile-nav.open {
  -webkit-transform: scale(80);
  transform: scale(80);
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .mobile-nav {
    display: none;
  }
}
/*ABOUT US*/
.about {
  width: 100%;
  padding: 0 2rem;
  margin: auto;
  text-align: left;
}
.about.text-left {
  text-align: left;
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .about {
    width: 102.4rem;
    text-align: center;
  }
}
/*LINKS SECTION*/
/* .links-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 98%;
  margin: auto;
} */
.links-grid {
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 97%;
  margin: auto;
}
.links-grid a {
  display: block;
  width: 100%;
  height: 30rem;
  margin-bottom: 2%;
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .links-grid a {
    width: 49%;
  }
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .links-grid a {
    width: 32%;
  }
}

.img-link {
  height: 20rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.link-name {
  position: absolute;
  left: 0;
  bottom: 4rem;
  text-align: center;
  background-color: #ec008c;
  padding: 0.5rem 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 28rem;
}
.img-link .link-name p {
  color: #fff;
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
}
.img-link:hover .link-name {
  opacity: 0;
  visibility: hidden;
  left: -100%;
}
.about-link {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem 3rem;
  border: 0.1rem solid transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.about-link h2 {
  font-size: 3rem;
}
.about-link p {
  font-size: 1.4rem;
}
.about-link a {
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: 0.1rem solid transparent;
}
.about-link a:hover {
  border-color: #ec008c;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #ec008c;
}
.img-link:hover .about-link {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-link {
    padding: 3rem;
  }
  .img-link {
    height: 30rem;
  }
  .about-link a:hover {
    padding: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  /*768px*/
  .img-link .link-name p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
  .links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .links-grid {
    width: 80%;
  }
}
/*NEWS SLIDER*/
.news-slider {
  position: relative;
}
.slide-img,
.slide-txt {
  width: 100%;
}
.slide-img {
  padding: 0 1rem 1rem 1rem;
}
.slide-txt {
  padding: 1rem;
}
.slide-img img {
  width: 100%;
  height: auto;
}
.slide-txt h2 {
  padding-bottom: 1rem;
  font-size: 2.2rem;
}
.slick-dots {
  list-style: none;
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 0.5rem;
}
.slick-dots li button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #050505;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #fd0098;
  border-color: #fd0098;
}

.content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 1rem;
}
@media only screen and (min-width: 40em) {
  /*640px*/
  .slide-txt h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
  .slide-txt h2 {
    padding-bottom: 2rem;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .slide-img,
  .slide-txt {
    width: 50%;
    padding: 2rem;
  }
  .slick-dots {
    top: -9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 76.25em) {
  /*1220px*/
  .slick-dots {
    top: -9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .content-wrapper {
    -webkit-box-align: center;
    align-items: center;
  }
}
/*FOOTER*/
.footer {
  background-color: #f1f1f1;
}
.footer .container {
  padding: 0;
}
.copy {
  font-size: 1.4rem;
  padding: 1rem 0;
  margin: auto;
}
.footer-list {
  list-style: none;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  order: -1;
  background-color: #ec008c;
}
.footer-list li {
  display: inline-block;
  margin: 0 0.5rem;
  background-color: #ec008c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.footer-list li:hover {
  background-color: #fd0098;
}
.footer-list li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 2rem;
}
.footer-list li a img {
  width: 2.5rem;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .footer-list {
    width: auto;
    -webkit-box-ordinal-group: unset;
    order: unset;
    background-color: transparent;
  }
  .copy {
    margin: auto auto auto 0;
  }
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
  .footer-list li a {
    padding: 2rem;
  }
}
/*BANNER*/
.banner {
  padding-top: 6.5rem;
}
.banner div {
  height: 15rem;
  position: relative;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}
.banner h1 {
  font-size: 3rem;
  color: #ec008c;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  /*640px*/
  .banner div {
    height: 52rem;
  }
  .banner h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .banner {
    padding-top: 9.5rem;
  }
}
/*GALLERY*/
.gallery {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-top: 5rem;
}
.gallery a {
  padding: 0.5rem;
  display: block;
  width: 50%;
}
.gallery a div {
  overflow: hidden;
}
.gallery a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lightbox .lb-image {
  border-color: #f1f1f1;
}
.lb-data .lb-details,
.lb-data .lb-close {
  display: none;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}
@media only screen and (min-width: 48em) {
  /*768px*/
  .gallery a {
    width: 33.33%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 76.25em) {
  /*1220px*/
  .gallery {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 10rem;
  }
  .gallery a {
    width: 20%;
  }
}
/*CONTACT SECTION*/
.contact-section {
  overflow: hidden;
}
.contact-link {
  color: #282828;
  display: block;
  border: 0.1rem solid #282828;
  text-transform: uppercase;
  padding: 1.5rem 0;
  font-weight: 400;
  margin: auto;
  width: 20rem;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
.contact-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #ec008c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.contact-link:hover {
  color: #fff;
  border-color: #ec008c;
}
.contact-link:hover::after {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 40em) {
  /*640px*/
  .contact-link {
    width: 25rem;
    padding: 2rem 0;
    font-size: 1.5rem;
  }
}
/*--------------RESPONSIVE-------------*/
@media only screen and (min-width: 105em) {
  /*1680px*/
}
@media only screen and (min-width: 100em) {
  /*1600px*/
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
@media only screen and (min-width: 85.375em) {
  /*1366px*/
}
@media only screen and (min-width: 85em) {
  /*1360px*/
}
@media only screen and (min-width: 80em) {
  /*1280px*/
}
@media only screen and (min-width: 76.25em) {
  /*1220px*/
}
@media only screen and (min-width: 67.5em) {
  /*1080px*/
}
@media only screen and (min-width: 64em) {
  /*1024px*/
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
}
@media only screen and (min-width: 56.25em) {
  /*900px*/
}
@media only screen and (min-width: 50em) {
  /*800px*/
}
@media only screen and (min-width: 48em), only screen and (hover: none) {
}
@media only screen and (min-width: 48em) {
  /*768px*/
}
@media only screen and (min-width: 42.5em) {
  /*680px*/
}
@media only screen and (min-width: 40em) {
  /*640px*/
}
@media only screen and (min-width: 38.75em) {
  /*620px*/
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
}
@media only screen and (min-width: 30em) {
  /*480px*/
}
@media only screen and (min-width: 22.5em) {
  /*360px*/
}
/*--------------END RESPONSIVE-------------*/
/*NEW CSS 21.01.2020.*/
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .hide-lg {
    display: none;
  }
}
.footer a {
  color: #282828;
  font-weight: 300;
  font-size: 1.4rem;
}
.footer a:hover {
  color: #ec008c;
}
.privacy-link {
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .privacy-link {
    margin: 0;
    text-align: left;
    width: auto;
  }
}
.index-section {
  z-index: 2;
  position: relative;
}
/*social fixed*/
.fixed-social {
  position: fixed;
  right: 0;
  top: unset;
  bottom: 0;
  display: block;
  z-index: 2;
}
.social-list {
  width: auto;
  -webkit-box-ordinal-group: unset;
  order: unset;
  background-color: transparent;
}
.social-list li {
  display: inline-block;
  margin: 0;
  background-color: #ec008c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.social-list li:hover {
  background-color: #fd0098;
}
.social-list li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem;
}
.social-list li a img {
  width: 2.2rem;
  height: 2.2rem;
}
@media only screen and (min-width: 37.5em) {
  /*600px*/
  .fixed-social {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .social-list li {
    display: block;
    margin: 0.5rem 0;
  }
  .social-list li a {
    padding: 1.5rem;
  }
}
/*privatni korisnici*/
.info-box {
  margin-bottom: 8rem;
}
.info-box img {
  width: 100%;
}
.info-box .txt-content {
  width: 100%;
  padding-left: 4rem;
  padding: 2rem 0;
}
.info-box .txt-content img {
  width: 25rem;
}
/*logo section*/
.logo-section div {
  width: 100%;
}
.logo-section div img {
  display: block;
  margin: auto;
  width: auto;
  height: 4rem;
  margin-bottom: 8rem;
}
@media only screen and (min-width: 42.5em) {
  /*680px*/
  .info-box {
    margin-bottom: 4rem;
  }
  .logo-section div {
    width: 50%;
  }
}
@media only screen and (min-width: 61.25em) {
  /*980px*/
  .info-box img {
    width: 50%;
  }
  .info-box .txt-content {
    width: 50%;
    padding-left: 4rem;
  }
  .logo-section div {
    width: 25%;
  }
}
@media only screen and (min-width: 64em) {
  /*1024px*/
  .info-box img {
    width: 25%;
  }
  .info-box .txt-content {
    width: 70%;
  }
}
/*CONTACT*/
.contact-text ul li a {
  display: inline-block;
}

.contact-text,
.contact-form {
  width: 100%;
  padding: 2rem;
}
.flex-stretch {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.callus {
  width: 100%;
  margin: auto;
}

.callus input,
.callus textarea {
  display: block;
  width: 100%;
  padding: 5px 1rem;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #282828;
  font-size: 1.6rem;
}

.contact-send-btn {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid #282828;
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.contact-send-btn:hover {
  background-color: #fd0098;
  border-color: #fd0098;
  color: #fff;
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .contact-text,
  .contact-form {
    width: 50%;
    padding: 4rem;
  }
  .callus {
    width: 80%;
  }
}

/*NEW CSS 27.02.2020.*/

.file-download {
  background: url("../images/svg/file.svg") no-repeat center left 1rem;
  background-size: 2rem;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid #050505;
  display: inline-block;
  margin-top: 5px;
}

.file-download:hover {
  color: #fff;
  border-color: #fd0098;
  padding: 1rem 4rem 1rem 1rem;
  background: #fd0098 url("../images/svg/download.svg") no-repeat center right
    1rem;
  background-size: 2rem;
}

.places {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.place-list {
  width: 100%;
  padding: 1rem 4rem;
}

.acc {
  display: none;
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .acc {
    display: block;
  }
}

@media only screen and (min-width: 61.25em) {
  /*980px*/
  .place-list {
    width: 33.33%;
    padding: 4rem;
  }
  .place-list {
    padding: 4rem;
  }
}

.place-list h3 {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

.acc-arrow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/svg/arrow-down.svg") no-repeat center;
  background-size: 1.5rem;
  margin-left: 1rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.place-list h3.open .acc-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info-box .txt-content img {
  width: auto;
  height: 6rem;
}

.place-list p {
  background: url("../images/svg/list-arrow.svg") no-repeat center left;
  background-size: 7px;
  padding-left: 1.5rem;
}
