* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none; }

body {
  margin: 0;
  font-family: 'Hind', sans-serif;
  background: #EBEBEB;
  color: #2D2D2D; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Palanquin', sans-serif; }

h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2; }

h3 {
  font-size: 26px;
  font-weight: 600; }

h6 {
  font-size: 14px;
  font-weight: 600; }

p {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.8; }

a {
  font-family: 'Palanquin', sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #2D2D2D;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

a:before {
  content: '';
  background: #1DC27D;
  width: 0px;
  height: 30px;
  position: absolute;
  top: -2.5px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

a:hover {
  color: #2D2D2D;
  text-decoration: none; }

a:hover::before {
  width: 30px; }

button:focus {
  outline: none; }

.btn:before {
  width: 30px;
  height: 30px;
  top: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

.btn:hover::before {
  width: 35px; }

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-white {
  color: white; }

.btn-white:hover {
  color: white; }

.btn-black {
  color: #2D2D2D; }

input[type=text],
textarea {
  background: transparent;
  border: 2px solid #EBEBEB;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

input[type=text]:focus,
textarea:focus {
  border: 2px solid #1DC27D; }

input[type=submit] {
  cursor: pointer;
  position: relative;
  background: url("../img/sb.svg");
  border: none;
  font-family: 'Palanquin', sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  color: #2D2D2D;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

input[type=submit]:before {
  content: '';
  background: #1DC27D;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2.5px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

.navbar {
  padding-top: 60px;
  z-index: 999; }

.navbar > .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.navbar-brand {
  font-size: 14px; }

.navbar-brand::before {
  display: none; }

.navbar-brand:hover {
  opacity: 0.5; }

.nav-link {
  color: #2D2D2D !important;
  padding: 0;
  margin-right: 30px; }

.active .nav-link:before {
  width: 30px; }

.lang {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lang li {
    margin-right: 10px; }
    .lang li a {
      opacity: 0.5; }
    .lang li a:hover {
      opacity: 1; }
    .lang li a:before {
      display: none; }
    .lang li a.l-active {
      opacity: 1; }

.navbar-m {
  opacity: 1;
  min-height: 100vh;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }
  .navbar-m .lang {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.show {
  -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0); }

.wrapper-menu {
  width: 25px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: -webkit-transform 330ms ease-out;
  transition: -webkit-transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out; }

.wrapper-menu.open {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.line-menu {
  background-color: #2D2D2D;
  border-radius: 5px;
  width: 100%;
  height: 2px; }

.line-menu.half {
  width: 50%; }

.line-menu.start {
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right; }

.open .line-menu.start {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -ms-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px); }

.line-menu.end {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.open .line-menu.end {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -ms-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px); }

.header {
  margin-top: 100px; }

  .index-video a img {
    height: 130px !important;
    -o-object-fit: contain;
    object-fit: contain; }

  .index-video a:before {
    display: none; }

  .index-video a:after {
    display: none; }

.slider {
  margin-top: 100px;
  overflow: hidden; }

.slick-slide {
  margin-left: -2px; }

.slide {
  position: static;
  background-position: center !important;
  background-size: cover !important;
  height: 400px;
  padding: 20px 20px 40px 20px; }
  .slide h3 {
    position: relative;
    z-index: 1;
    color: white; }
  .slide a {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    z-index: 1;
    color: white; }

.slide:after {
  content: '';
  background: #2D2D2D;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.03; }

.arrows {
  margin-left: -80px;
  margin-bottom: -10px;
  z-index: 1; }
  .arrows .prev-slide {
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
    z-index: 1; }
  .arrows .prev-slide:before {
    content: '';
    background: white;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }
  .arrows .prev-slide:hover:before {
    width: 35px; }
  .arrows .next-slide {
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
    z-index: 1; }
  .arrows .next-slide:before {
    content: '';
    background: white;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    -o-transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25); }
  .arrows .next-slide:hover:before {
    width: 35px; }

.despre-noi {
  margin-top: 100px; }

.d-img-1 {
  height: 300px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: -150px; }

.d-img-2 {
  height: 400px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: -80px; }

.de-ce {
  margin-top: 100px; }

.icon {
  margin-bottom: 10px; }

.dc-1 {
  margin-top: 40px;
  margin-right: 30px; }

.dc-2 {
  margin-top: 80px; }

.d-col {
  background: white;
  padding: 40px;
  height: 100%; }

.blog {
  margin-top: 100px; }

.b-col {
  height: 100%;
  margin-left: 30px;
  margin-top: 140px;
  background: white;
  padding: 20px;
  z-index: 0; }
  .b-col .b-img {
    margin-top: -120px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 250px; }
  .b-col .b-text {
    margin-top: 10px; }

.b-col:nth-child(3n) {
  margin-top: 160px; }

.cta {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 100px;
  height: 400px;
  z-index: 0; }

.cta::before {
  content: '';
  background: #2D2D2D;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3; }

.cta-col {
  text-align: center;
  color: white;
  z-index: 0;
  position: absolute;
  top: 40%; }

.dh-col {
  text-align: center; }

.big-image {
  margin-top: 100px; }

.b-img {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 500px; }

.main-text {
  margin-top: 100px; }

.purpose {
  margin-top: 100px; }

.p-col {
  background: white;
  padding: 20px;
  margin-right: 30px; }

.gh-col {
  text-align: center; }

.galerie {
  margin-top: 100px; }

.grid {
  max-width: 1200px; }

/* reveal grid after images loaded */
.grid.are-images-unloaded {
  opacity: 0; }

.grid__item,
.grid__col-sizer {
  width: 32%; }

.grid__gutter-sizer {
  width: 2%; }

.grid.are-images-unloaded .image-grid__item {
  opacity: 0; }

.grid__item {
  margin-bottom: 20px;
  float: left; }

.photoswipe-item a[data-type="video"] {
  position: relative; }
  .photoswipe-item a[data-type="video"] img {
    height: 400px; }

.photoswipe-item a[data-type="video"]:after {
  content: '';
  background: url(../img/video.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -100%;
  left: 40%; }

.video-wp {
  margin-bottom: 100px; }

.photoswipe-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.pswp__zoom-wrap {
  text-align: center; }

.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video {
  width: 100% !important;
  height: auto !important; }

.destinatii {
  margin-top: 100px; }

.dp-col {
  margin-bottom: 130px;
  padding: 20px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dp-col .d-image {
    width: 100%;
    height: 400px;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; }
  .dp-col .d-text {
    width: 100%;
    padding-left: 20px; }

.blog-post {
  margin-top: 100px; }

.blog-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px; }
  .blog-images .bi {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .blog-images .bi:first-child {
    margin-right: 30px; }

.mfi {
  margin-top: 100px; }

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-col .ico {
    margin-right: 20px; }
  .c-col p {
    line-height: 1; }

.cfm {
  margin-top: 30px; }

.cfm-col {
  background: #fff; }
  .cfm-col .map {
    width: 100%;
    height: 100%;
    margin-left: -15px;
    padding: 0; }
    .cfm-col .map img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .cfm-col .social {
    margin-top: 30px; }
    .cfm-col .social ul {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      .cfm-col .social ul li {
        margin-right: 10px; }

footer {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px; }

.f-col h6 {
  margin-bottom: 20px; }

.f-col p {
  opacity: 1;
  margin-bottom: 10px; }

.f-col p a {
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  opacity: 0.5; }

.f-col p a::before {
  opacity: 1; }

.f-col .tel {
  font-weight: 600;
  opacity: 1; }

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 30.7%;
    -webkit-box-flex: 30.7%;
    flex: 30.7%;
    max-width: 30.7% !important; }
  .col-lg-6 {
    -ms-flex: 0 0 48.5%;
    -webkit-box-flex: 0;
    flex: 0 0 48.5%;
    max-width: 48.5%; } }

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 45.8%; } }

@media only screen and (min-width: 1599px) and (max-width: 2560px) {
  .slider-col {
    position: relative !important;
    left: 150px !important; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .slide {
    height: 300px; } }

@media only screen and (max-width: 1199px) {
  .dc-1 {
    margin-right: 20px; }
  .b-col {
    margin-left: 20px; }
  .p-col {
    margin-right: 20px; }
  .p-col:nth-child(1) {
    margin-top: 0px; }
  .p-col:nth-child(2) {
    margin-top: 0px; }
  .p-col {
    margin-top: 30px; }
  .photoswipe-item a[data-type="video"]:after {
    left: 35%; }
  .cfm-col .social {
    margin-top: 10px; } }

@media only screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff; }
  .navbar-collapse {
    margin-top: 100px; }
  .header {
    margin-top: 140px; }
  .navbar-brand {
    font-size: 16px; }
  a.nav-link {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 20px; }
  a.nav-link:before {
    display: none; }
  .navbar-nav {
    text-align: center;
    height: 70vh; }
  .d-img-1 {
    margin-top: -250px; }
  .d-img-2 {
    margin-top: -50px; }
  .dc-1 {
    margin-top: 40px;
    margin-right: 0px; }
  .dc-2 {
    margin-top: 20px; }
  .v-btn {
    margin-left: 0; }
  .photoswipe-item a[data-type="video"]:after {
    left: 45%; }
  .video-wp .photoswipe-item {
    margin-bottom: 30px; }
    .video-wp .photoswipe-item img {
      height: 300px !important; }
  .blog-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .blog-images .bi {
    height: 300px;
    margin-bottom: 30px; }
  .blog-images .bi:first-child {
    margin-right: 0px; } }

@media only screen and (max-width: 767px) {
  .v-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }
  .d-img-1 {
    margin-top: 20px; }
  .d-img-1 {
    background-size: cover !important; }
  .d-img-2 {
    margin-top: 20px; }
  .d-img-2 {
    height: 300px;
    background-size: cover !important; }
  .dt-col {
    margin-bottom: 40px; }
  .b-col {
    margin-left: 0; }
  .b-col:nth-child(3n) {
    margin-top: 140px; }
  .f-col:first-child {
    margin-top: 0; }
  .f-col {
    margin-top: 20px; }
  .p-col:nth-child(2) {
    margin-top: 30px; }
  .b-img {
    height: 300px; }
  .dp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .dp-col:first-child {
    margin-top: 100px; }
  .c-col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px; }
  .cfm-col .map {
    display: none; }
  .fs {
    padding: 20px; } }

@media only screen and (max-width: 575px) {
  .row {
    margin-right: 0px;
    margin-left: 0px; }
  .slick-slide {
    margin-left: 0; }
  .photoswipe-item a[data-type="video"]:after {
    left: 40%; } }
