/*
Theme Name: Starter kit for WordPress
Theme URI: http://www.wordpress.com
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: explore
*/

/*
*
* .================================ - UTILITIES
* .================================ - HEADER
* .================================ - NAVIGATION
* .================================ - HERO
* .================================ - HOMEPAGE
* .================================ - PAGE
* .================================ - FOOTER
* .================================ - RESPONSIVE
*
*/

/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&family=Ubuntu:wght@300;400:500:700&family=Montserrat:wght@400;600&display=swap');*/

:root {
    --coral: #63dbe1;
    --blue: #304258;
}

*:hover, *:focus {
    outline: 0 !important;
}
body {
    font-family: 'Ubuntu', sans-serif;
    background: #f9fafa;
    margin-top: 89px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
.main-title, .sub-title p {
    font-family: 'Ubuntu', sans-serif;
}
.main-title {
    color: var(--blue);
    font-size: 94px;
    line-height: 100%;
}
.main-title.small {
    font-size: 39px;
    color: #000000;
}
.sub-title p {
    font-size: 17px;
    color: #a4a4a4;
    font-weight: 300;
    line-height: 24px;
}
.sub-title.small p {
    font-size: 16px;
    color: #595959;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
p {
    color: #595959;
}


header {
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
header, .home header.scrolled {
    background: #ffffff;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
.home header.scrolled {
    padding: 6px 0;
}
/*.home header {*/
/*    background: none;*/
/*    -webkit-box-shadow: none;*/
/*    -moz-box-shadow: none;*/
/*    box-shadow: none;*/
/*}*/
header .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header .menu li {
    display: inline-block;
    margin: 0 6px;
}
header .menu li:last-child {
    margin-right: -0px;
}
header .menu li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    position: relative;
}
header .menu li a:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    background: var(--coral);
    position: absolute;
    bottom: -15px;
    left: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header .menu li a:hover:after, header .menu li.current-menu-item a:after {
    height: 5px;
}
header .menu li.phone a, header .menu li.cere_oferta a {
    background: var(--coral);
    color: #304258;
    padding: 7px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
header .menu li.phone a:after, header .menu li.cere_oferta a:after {
    display: none;
}
header .menu li.phone a:before {
    display: inline-block;
    content: '\f879';
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-family: fontAwesome;
    background: var(--blue);
    color: var(--coral);
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
header .menu li.cere_oferta a:before {
  display: inline-block;
  content: '\f2b6';
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-family: fontAwesome;
  background: var(--blue);
  color: var(--coral);
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
header .menu li.phone a:hover, header .menu li.cere_oferta a:hover {
    background: var(--blue);
    color: var(--coral);
}
.hero {
    z-index: 2;
    position: relative;
}
.hero-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .main {
    margin-top: 100vh;
}
.main {
    background: #ffffff;
    position: relative;
    z-index: 3;
    margin-top: 180px;
    background: #f9fafa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main.hide {
    opacity: 0;
}
.single .main {
    margin-top: 0;
}
.listing {
    margin-top: 60px;
}
.list-item {
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.slider-item {
    background: none;
    -webkit-box-shadow:none ;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider-item .item-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.list-item, .list-item img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.recommended .slick-slide {
    text-align: center;
}
.recommended a.list-item {
    display: inline-block;
}
.list-item .post-permalink a {
    background: var(--coral);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}
.recommended a .post-title, .recommended a .post-type {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.recommended a:hover .post-title, .recommended a:hover .post-type {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.recommended a {
    position: relative;
}
.recommended a:after {
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.recommended a:hover:after {
    visibility: visible;
    opacity: 1;
}
.recommended a .item-info {
    z-index: 2;
}

.list-item .post-title h3 {
    text-transform: uppercase;
    font-size: 23px;
    height: 55px;
    overflow: hidden;
}
.blog article {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.blog article .post-title h2 {
    font-size: 20px;
}
.blog article .post-title:after {
    display: block;
    content: '';
    width: 50px;
    margin: 20px auto auto;
    height: 2px;
    background: #ddd;
}
.blog article .post-excerpt p {
    font-size: 15px;
    color: #999;
}
.blog article .post-title, .blog article .post-excerpt, .blog article .post-permalink {
    padding-left: 20px;
    padding-right: 20px;
}
.blog article .post-category.no-image {
    padding-top: 20px;
}
.blog article .post-permalink {
    padding-bottom: 20px;
}
.post-category a {
    font-size: 13px;
    color: #aaa;
    line-height: normal;
    margin: 0 2px;
}
#map iframe {
    width: 100%;
}
.page-template-contact .newsletter {
    margin-top: 0 !important;
}

.list-item .post-type span {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.list-item .post-date span {
    font-size: 12px;
    font-weight: 300;
    color: #939393;
}
.list-item:hover {
    background: var(--coral);
}
.list-item:hover .post-permalink a {
    background: var(--blue);
}
.list-item:hover .post-date span {
    color: #fff;
}
.list-item .description-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.list-item:hover .description-over {
    visibility: visible;
    opacity: 1;
}
.slider-item .post-title h3, .slider-item .post-type span {
    color: #fff;
}
.slider-item .post-title h3 {
    height: auto;
}
.slider-item .post-title h3 {
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.accordion dt a {
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
}
.accordion dd p {
    font-size: 15px;
    color: #a4a4a4;
    line-height: 20px;
    margin: 0;
}
.accordion dt {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 15px;
    padding-bottom: 15px;
}
.accordion dt.active {
    border-color: transparent;
}
.accordion dd {
    margin: 0 0 -1px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.newsletter {
    background: var(--coral);
}
.newsletter h3 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
}
.newsletter p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.newsletter input {
    width: 100% !important;
    background: #ffffff;
    border: none !important;
    padding: 18px 25px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

.newsletter fieldset button {
    position: absolute;
    top: 50%;
    padding: 0 !important;
    border: none !important;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    right: 10px !important;
    font-size: 12px !important;
    margin: 0 !important;
    background: var(--coral) !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter fieldset button:hover {
    background: var(--blue);
}
footer {
    position: relative;
    background: #000;
}
.single .post-title h1 {
    font-size: 57px;
    color: var(--blue);
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    line-height: 100%;
}
.tarif {
    background: var(--coral);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tarif .tarif-icon {
    background: url(img/tarif.png) no-repeat center;
    width: 41px;
    height: 28px;
    margin: auto;
}
.tarif h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}
.tarif .pret {
    font-size: 30px;
}
.tarif .rezervare {
    background: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.tarif .rezervare:hover {
    background: var(--blue);
}
.recommended .slick-arrow {
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 11px;
    background: var(--blue);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.recommended .slick-arrow:hover {
    background: var(--coral);
}
.recommended .slick-prev {
    right: 65px;
}
.recommended:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 85%;
    height: 3px;
    background: var(--blue);
}

.section-1-illustration {
    width: 300px;
    height: 150px;
    margin: auto;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    background: var(--coral) url(img/backpack.png) no-repeat center;
}
.video {
    position: relative;
}
.video:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video:hover:after {
    left: 40%;
    right: 40%;
}
.video:hover {
    opacity: .8;
}
.video:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: url(img/play_icon.png) no-repeat center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.experiences .experiente-over {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.experiences .experiente-over h5 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    text-align: center;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.experiences .experiente-over:hover h5 {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}
.home-tours.experiences .experiente-over h5 {
    font-size: 22px;
}
.experiences .image img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.experiences .description {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: normal;
}
.experiences .slick-arrow, .feedback .slick-arrow {
    width: 40px;
    height: 40px;
    background: var(--coral);
    color: #fff;
    padding: 0;
    border: none;
    position: absolute;
    top: 35%;
    font-size: 10px;
    z-index: 3;
    border: 5px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.experiences .slick-arrow:hover, .feedback .slick-arrow:hover {
    opacity: .8;
}
.experiences.home-tours .slick-arrow {
    top: 50%;
}
.feedback .slick-arrow {
    top: 50%;
}
.experiences .slick-prev, .feedback .slick-prev {
    left: -10px;
}
.experiences .slick-next, .feedback .slick-next {
    right: -10px;
}
footer .menu ul{
	padding-left: 0px;
}
footer .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .menu li {
    display: block;
    line-height: 35px;
}
footer .menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #808080;
}
footer .menu li a:hover, footer p a:hover, footer .bottom-links a:hover {
    color: #fff;
    text-decoration: underline;
}
footer h4 {
    font-size: 19px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--coral);
}
footer p, footer p a {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
}
footer p .email {
    color: #fff;
}
footer .social a {
    width: 34px;
    height: 34px;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    margin: 0 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
footer .facebook {
    background: #3b5998;
}
footer .youtube {
    background: #bb0000;
}
footer .tripadvisor {
    background: #1ebea5;
}
footer .google {
    background: #df4b38;
}
footer .tiktok {
    background: #222222;
}
footer .instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
footer .tiktok i{
    color: #fff;
}
footer .instagram i{
   color: #fff;
}
footer .whatsapp {
    color: #fff;
    font-size: 18px;
    padding: 10px 55px;
    background: #1ebea5;
    margin: auto;
    width: max-content;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
footer .whatsapp i {
    font-size: 30px;
}

article .post-media img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
article .post-title a {
    color: var(--blue);
}
article .post-permalink a {
    background: var(--coral);
    color: #fff;
}
article .post-permalink a:hover {
    background: var(--blue);
    color: #fff;
}
.page-content {
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.feedback-over {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.feedback-over h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.feedback-over h5, .feedback-over p, .feedback-over span {
    color: #fff;
}
.feedback-over p.description {
    font-size: 14px;
    font-weight: 300;
    opacity: .6;
    line-height: 20px;
}
.feedback-over span.date {
    font-size: 12px;
}
.feedback-over .stars i {
    color: #2db6e7;
}
.feedback-inner-bottom, .feedback-inner-top {
    position: relative;
    z-index: 2;
}
.feedback-over .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

input, select, textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 17px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
select {
    color: #b9b9b9;
    font-size: 13px;
}
div.select:after {
    display: block;
    content: '\f0dc';
    font-family: fontAwesome;
    color: #d1d1d1;
    background: #ffffff;
    width: 60px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.select select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    height: 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.checkout-info {
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.checkout-info .persoane strong, .checkout-info .total strong {
    border-bottom: 2px solid #000000;
}
.checkout-info button {
    background: var(--blue);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.checkout-info .pret {
    font-size: 30px;
    font-weight: bold;
}
.checkout-info button:hover {
    background: var(--coral);
    color: #fff;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-locatie span:before, .post-info .post-data span:before, .post-info .post-durata span:before, .post-info .post-dificultate span:before {
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    margin-right: 8px;
}
.post-locatie span:before, .post-info .post-data span:before, .post-info .post-durata span:before, .post-info .post-dificultate span:before {
    display: none;
    /*background: url(img/pin.svg);*/
}
.post-locatie svg, .post-info svg {
    margin-right: 8px;
}

.post-info .post-data span:before {
    background: url(img/agenda.svg);
}
.post-info .post-durata span:before {
    background: url(img/watch.svg);
}

.post-info .post-dificultate span:before {
    background: url(img/info.svg);
}
.single-accordion .accordion-head a {
    display: block;
    background: var(--blue);
    color: #fff;
    /*padding: 10px;*/
}
.single-accordion .accordion-inner {
    margin-bottom: 15px;
}
.single-accordion .accordion-head a .icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.single-accordion .accordion-head.active a .icon {
    background: #f1f1f1;
    color: var(--blue);
}
.single-accordion .accordion-head.active a {
    background: none;
    color: #000;
}
.single-accordion .accordion-body {
    background: #f1f1f1;
    padding: 20px;
}
.single-accordion .accordion-body iframe {
    width: 100%;
}

.alt-accordion .accordion-inner {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 30px 10px;
    margin-top: -1px;
}
.alt-accordion .accordion-inner:first-child {
    border-top: none;
}
.alt-accordion .accordion-head a {
    font-size: 18px;
    font-weight: 500;
    color: #7c7c7c;
}
.alt-accordion .accordion-head a span {
    font-size: 12px;
}
.alt-accordion .accordion-body {
    font-size: 15px;
    color: #a4a4a4;
    line-height: 20px;
}
.hero-open-gallery, .hero-close-gallery {
    background: var(--blue);
    color: #fff;
    padding: 10px 20px;
    border: none;
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    bottom: 20px;
    left: 50%;
    font-size: 13px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.hero-close-gallery {
    padding: 10px;
}
.hero-open-gallery:hover, .hero-close-gallery:hover {
    background: var(--coral);
}
.hero-open-gallery i {
    font-size: 20px;
    margin-left: 15px;
}
.hero-close-gallery i {
    background: var(--coral);
    color: #fff;
    width: 25px;
    margin-right: 15px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.single-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background: var(--coral);
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-gallery .slick-arrow:hover {
    background: var(--blue);
}
.single-gallery .slick-prev {
    left: 20%;
}
.single-gallery .slick-next {
    right: 20%;
}
.single-hero-slider {
    overflow: hidden;
    height: 400px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.single-hero-slider .slick-slide img {
    margin: auto;
}
.single-hero-slider .slick-arrow {
    visibility: hidden;
    opacity: 0;
}
.active.single-hero-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
    width: 70px;
    height: 70px;
    font-size: 18px;
    background: var(--blue);
}
.active.single-hero-slider .slick-arrow:hover {
    background: var(--coral);
}
.wp-pagenavi a, .wp-pagenavi .current {
    display: inline-block;
    font-weight: normal !important;
    font-size: 12px;
    color: #bebebe;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 10px;
    font-family: 'Fjalla One';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background: var(--blue);
    color: #fff;
}
.wp-pagenavi .previouspostslink {
    margin-right: 50px;
    width: auto;
    padding: 0 20px;
}
.wp-pagenavi .nextpostslink {
    margin-left: 50px;
    width: auto;
    padding: 0 20px;
}
.need-help {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.need-help h4 {
    color: var(--coral);
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.need-help p {
    font-size: 14px;
    color: var(--blue);
    line-height: 22px;
}

.hero-body {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-content {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.hero-slider .slick-current img {
    /*display: none;*/
    border: 2px solid #ffffff;
}
.wpcf7-radio .wpcf7-list-item.first {
    /*margin-left: 0;*/
    margin-top: 0;
}
.wpcf7-radio .wpcf7-list-item.last span:after {
    display: block;
    background: url(img/shield.svg) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
    background: #ffffff;
    margin: 10px 0;
    padding: 20px;
    font-size: 14px;
    color: #666666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    margin-left: 10px;
}
.wpcf7-radio .wpcf7-list-item input {
    /*display: none;*/
    width: auto;
}



.hero-content-holder h3 {
    color: #fff;
    /*font-size: 91px;*/
    line-height: 100%;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #000;
}
.hero-content-holder p {
    color: #fff;
    font-weight: 300;
    /*font-size: 17px;*/
    font-size: 15px;
    line-height: 20px;
    text-shadow: 0 2px 2px #000;
}
.hero-content-holder .btn {
    background: var(--coral);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.hero-content-holder .btn:hover {
    background: var(--blue);
}
.hero-slider .slick-arrow, .hero-content .next, .hero-content .prev {
    width: 78px;
    height: 78px;
    border: 2px solid #ffffff;
    padding: 0;
    color: #fff;
    font-size: 30px;
    background: none;
    position: absolute;
    top: 100%;
    left: 15px;
    margin-top: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hero-content .next, .hero-content .prev {
    width: 50px;
    height: 50px;
    font-size: 15px;
    margin: 0;
}
.hero-content .next {
    right: 15px;
    left: auto;
}
.hero-slider .slick-arrow:hover {
    background: #fff;
    color: var(--blue);
}
.hero-slider .slick-next {
    left: 115px;
}
.hero-slider:after {
    display: block;
    content: '';
    height: 3px;
    background: #ffffff;
    width: 75%;
    position: absolute;
    top: 100%;
    right: 15px;
    margin-top: 55px;
}
/*.hero-slider .list-item {*/
/*    -webkit-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.5);*/
/*    -moz-box-shadow: 0 8px 9px rgba(0, 0, 0, 0.5);*/
/*    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.5);*/
/*}*/
.hero-slider .item-info {
    padding: 0 20px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance input {
    display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    /*display: flex;*/
    /*align-items: center;*/
}
.wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
    padding-left: 40px;
    font-size: 13px;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--blue);
    text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '\f00c';
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #ddd;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-family: fontAwesome;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
    background: var(--blue);
}

.succes-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bottom-links {
    margin-top: -20px;
}
.bottom-links p, .bottom-links a {
    color: #fff;
    opacity: .5;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
footer:after {
    display: block;
    content: '';
    background: url(img/footer_illustration.png) no-repeat left;
    width: 624px;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
footer > .container {
    z-index: 2;
    position: relative;
}
.burger {
    width: 30px;
    height: 17px;
    position: relative;
    z-index: 2; }
.burger:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--blue);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.burger span:after, .burger span:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--blue);
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.burger span:before {
    top: 0; }
.burger span:after {
    top: 100%; }
.burger.active:after {
    background: none; }
.burger.active span:after {
    top: 50%;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.burger.active span:before {
    top: 50%;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.caller {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    text-align: center;
    background: var(--blue);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.burger, .caller {
    display: none;
}
.responsive-nav {
    position: fixed;
    background: var(--coral) url(img/resp-nav-illustration.png) no-repeat left bottom;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1009;
    overflow-x: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-timing-function: cubic-bezier(.45,.09,0,1.06);
    -moz-transition-timing-function: cubic-bezier(.45,.09,0,1.06);
    -ms-transition-timing-function: cubic-bezier(.45,.09,0,1.06);
    -o-transition-timing-function: cubic-bezier(.45,.09,0,1.06);
    transition-timing-function: cubic-bezier(.45,.09,0,1.06);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.responsive-nav.active {
    padding: 5px 0 25px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.responsive-nav--inner .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.responsive-nav-head {
    position: relative;
}
.responsive-nav-head .logo {
    margin-bottom: 40px;
}
.responsive-nav--inner .widget {
    background: none;
    margin: 40px 0 0;
    padding: 10px 40px;
    display: inline-block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
header .widget {
    padding: 0;
    margin: 0 0 0 20px;
    background: none;
    text-align: right;
}
.responsive-nav--inner .widget a, header .widget a {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
}
header .widget a {
    color: #000;
    justify-content: flex-end;
}
.responsive-nav--inner .widget a:before, header .widget a:before {
    display: inline-block;
    margin-right: 10px;
    content: '';
    background-image: url('img/worldwide.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
header .widget a:before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    background-image: url('img/worldwidedark.png');
}
header .widget ul li {
    display: flex;
    justify-content: flex-end;
}
.responsive-nav--inner .tururi {
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #ffffff;
    text-align: center;
}
#lg-download {
    display: none !important;
}
.responsive-nav--inner .experiente {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.responsive-nav--inner .tururi span, .responsive-nav--inner .experiente span {
    color: #fff;
    font-size: 19px;
    display: block;
    margin-top: 15px;
}
.responsive-nav-head .burger {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsive-nav--inner .menu li a {
    color: #fff;
    font-size: 35px;
    margin: 4px 0;
}
.responsive-call a, .responsive-offer a {
    display: inline-block;
    color: #fff;
    background: var(--blue);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    width: 160px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.responsive-call a i, .responsive-offer a i {
    background: #ffffff;
    width: 21px;
    height: 21px;
    margin-right: 20px;
    line-height: 21px;
    color: var(--blue);
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hero-content .next, .hero-content .prev {
    display: none;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.responsive-nav--inner .caller-wrapper {
    position: fixed;
    z-index: 5;
    top: 100px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.responsive-nav--inner .caller-wrapper.active {
    visibility: visible;
    opacity: 1;
}
.responsive-nav--inner .caller-wrapper h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.responsive-nav--inner .caller-wrapper .caller-close {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
}
.responsive-nav--inner .callers a {
    display: inline-block;
    color: #fff;
    background: var(--blue);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.responsive-nav--inner .callers a i {
    background: #ffffff;
    width: 21px;
    height: 21px;
    margin-right: 20px;
    line-height: 21px;
    color: var(--blue);
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.responsive-nav--inner .callers a:hover {
    background: var(--coral);
}

.contact-info a, .contact-info span {
    color: #000;
    font-size: 15px;
}
.contact-info li {
    margin-bottom: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-top: none !important;
}

.lg-video-cont {
    max-width: 70%;
}

.widget {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}
.widget .widget-title {
    font-size: 20px;
    text-align: center;
}
.widget .widget-title:after {
    display: block;
    content: '';
    width: 30px;
    height: 1px;
    background: #dddddd;
    margin: 20px auto 20px;
}
.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget_recent_entries li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: -1px;
}
.widget_recent_entries li:last-child {
    border-bottom: none;
}
.widget_recent_entries li a {
    color: #666;
    font-size: 14px;
}
.widget_recent_entries li a:hover {
    color: var(--coral);
}
.widget_categories li a {
    display: block;
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.widget_categories li a:hover {
    background: #eeeeee;
}
.single .post-content p a, .single .post-content ul li a {
    text-decoration: underline;
    color: var(--coral);
}
.single .post-content ul li {
    color: #595959;
    line-height: 35px;
}

.responsive-hero-homepage-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    z-index: 2;
}
/*.responsive-hero-homepage .slider-item:after {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    background: rgba(0, 0, 0, .3);*/
/*}*/
.responsive-hero-homepage-over h3 {
    font-size: 24px;
}
.responsive-hero-homepage-over h3, .responsive-hero-homepage-over p {
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.responsive-hero-homepage-over p {
    font-size: 15px;
    line-height: normal;
}
.responsive-hero-homepage-over a {
    background: #ffffff;
    color: #000;
    padding: 7px 20px;
    display: inline-block;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.responsive-hero-homepage .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    width: 100%;
}
.responsive-hero-homepage .slick-dots li {
    display: inline-block;
    line-height: 0;
    margin: 0 5px;
}
.responsive-hero-homepage .slick-dots li button {
    padding: 0;
    border: none;
    text-indent: -9999px;
    width: 32px;
    height: 4px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.responsive-hero-homepage .slick-dots li.slick-active button {
    background: #aaa;
}

.member-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.member-name h4 {
    color: var(--blue);
}
.member-position span {
    font-size: 15px;
    color: #b1b1b1;
}
.member-info p {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 20px;
}

.about-image {
    position: relative;
}
.about-image img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.about-content {
    position: absolute;
    top: 170px;
    right: -300px;
    max-width: 400px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-content p {
    font-size: 14px;
    color: #6c6c6c;
}
.about-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    color: var(--blue);
}

.responsive-type {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 1px 1px #000;
}

.about-info-lists {
    padding: 130px 0;
}
.about-info-lists h5 {
    font-size: 25px;
    color: var(--blue);
}
.about-info-lists li {
    font-size: 16px;
    color: #6c6c6c;
}
.about-info-lists {
    border-color: var(--coral) !important;
}

.euplatesc-wrapper {
    z-index: 1001;
    top: 50%;
    left: 50%;
    position: fixed;
    background: #ffffff;
    padding: 100px;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.offer-holder {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--coral);
    z-index: 1009;
    display: none;
    overflow: auto;
}
.oferta {
    height: 100%;
}
.oferta-logo {
    position: relative;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.close-offer {
    color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: 40px;
    z-index: 2;
    right: 50px;
    background: var(--blue);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.offer-holder.active {
    display: block;
}
.oferta .slick-list {
    height: 100% !important;
}
.oferta .section {
    /*height: 100vh;*/
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #98f8fd;
}
.oferta .section:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.oferta-error {
    position: fixed;
    top: 10px;
    white-space: nowrap;
    left: 50%;
    z-index: 2;
    background: #f00;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.oferta .section:first-child {
    border-bottom: none;
    padding: 0;
}
.oferta .slick-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--blue);
    border: none;
    padding: 0;
    width: 40px;
    height: 30px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
.oferta .slick-prev {
    right: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.oferta .slick-next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.oferta .slick-arrow:hover {
    opacity: .9;
}
.oferta .btn {
    font-size: 15px;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    background: var(--blue);
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.radio-buttons label {
    margin-bottom: 0;
}
.radio-buttons label span {
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 25px;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.radio-buttons.error label span {
    border-color: #f00;
}
.radio-buttons label span:hover, .radio-buttons label input:checked + span {
    background: #ffffff;
    color: var(--blue);
}
.radio-buttons label input {
    display: none;
}
.oferta input.offer-input {
    background: none;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.offer-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.oferta input.offer-input.error {
    border-color: red;
}
.oferta input.offer-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
}
.oferta input.offer-input::-moz-placeholder {
    color: #fff;
    opacity: .5;
}
.oferta input.offer-input:-ms-input-placeholder {
    color: #fff;
    opacity: .5;
}
.oferta input.offer-input:-moz-placeholder {
    color: #fff;
    opacity: .5;
}
.oferta h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}
.oferta h1 {
    font-size: 94px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}
.oferta p {
    color: #fff;
    font-size: 17px;
}



@media screen and (max-width: 1921px) {
    .hero-body > .container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1602px) {
    .hero-body > .container {
        max-width: 720px;
    }
    .hero-slider:after {
        width: 55%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    header .menu li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .single-hero-slider {
        height: auto;
    }
    .home .main {
        margin-top: 0;
    }
    .hero-content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .hero-images:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .hero-content-holder h3 {
        font-size: 40px;
    }
    .hero-body {
        display: none;
    }
    .hero-content .next, .hero-content .prev {
        display: block;
    }
    .hero-images {
        position: relative;
    }
    .hero-slider:after {
        display: none;
    }
    .hero-body {
        width: 100%;
        top: auto;
        bottom: 80px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .hero-slider .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .hero-slider .slick-next {
        left: auto;
        right: 15px;
    }
    /*.hero-content {*/
    /*    display: none;*/
    /*}*/
}
@media screen and (max-width: 991px) {
    header .widget {
        display: none;
    }
    .oferta {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .oferta .section {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .oferta .section > div, .oferta .section > fieldset {
        position: relative;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .oferta .section .section-stage {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #31c9d1;
        top: auto;
        padding: 10px 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .oferta .section .section-stage button {
        font-size: 12px;
        padding: 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .oferta .section .section-stage button.stage-back {
        background: #19989e;
    }
    .home .main {
        margin-top: -20px;
    }
    .about-content {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .about-info-lists {
        border: none !important;
    }
    .about-content p {
        font-size: 16px;
    }
    .about-info-lists {
        padding: 0;
    }
    .single-experiente .main, .single-tururi .main {
        padding-bottom: 50px;
    }
    .tarif {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1009;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px !important;
    }
    .small-info {
        display: none;
    }
    .tarif .pret {
        font-size: 16px;
    }
    .tarif-icon {
        display: none;
    }
    .tarif h3 {
        font-size: 15px;
        font-weight: 700;
        margin: 0 !important;
        text-align: left;
    }
    .tarif > a {
        margin: 0 !important;
    }
    .tarif .rezervare {
        padding: 10px 20px !important;
        font-size: 13px;
    }

    .list-item:hover .description-over {
        display: none !important;
    }
    .list-item .post-title h3 {
        height: auto;
        padding: 0 10px;
    }
    .burger, .caller {
        display: inline-block;
    }
    header .menu {
        display: none;
    }
    footer .border-right {
        border: none !important;
    }
    .bottom-links {
        margin: 0;
    }
    .recommended:after {
        display: none;
    }
    .experiences .slick-arrow, .feedback .slick-arrow {
        top: 100%;
        margin-top: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .experiences .slick-prev, .feedback .slick-prev, .recommended .slick-prev {
        left: 15px;
    }
    .experiences .slick-next, .feedback .slick-next {
        right: 15px;
    }
    .main-title {
        font-size: 50px;
    }
    .sub-title p {
        font-size: 15px;
    }
    .listing {
        margin-top: 0;
    }
    .list-item .post-permalink a {
        font-size: 13px;
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}
@media screen and (max-width: 768px) {
    .oferta h3 {
        font-size: 30px;
    }
    .radio-buttons label {
        margin-bottom: 10px;
        display: block;
    }
    .oferta h1 {
        font-size: 50px;
    }
    .post-locatie span span, .post-info span span {
        width: 80%;
    }
    body:not(.home):not(.single-tururi):not(.single-experiente) {
        margin-top: 150px;
    }
    .experiences .experiente-over h5, .home-tours.experiences .experiente-over h5 {
        text-shadow: 0 1px 1px #000;
        font-size: 18px;
    }
    /*.home-tours .image:after, .experiences .image:after {*/
    /*    display: block;*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    z-index: 1;*/
    /*    background: rgba(0, 0, 0, .3);*/
    /*    -webkit-border-radius: 20px;*/
    /*    -moz-border-radius: 20px;*/
    /*    border-radius: 20px;*/
    /*}*/
    .home-tours .experiente-over, .experiences .experiente-over {
        z-index: 3;
    }
    .listing .list-item img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .post-locatie span:before {
        /*width: 47px;*/
        /*height: 47px;*/
    }
    .single .post-title h1 {
        font-size: 40px;
        /*text-align: center;*/
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    footer:after {
        display: none;
    }
    .list-item .post-title h3 {
        padding: 0 15px;
        font-size: 18px;
    }
    .slider-item .post-title h3 {
        padding: 0;
    }
    .list-item .post-type span {
        font-size: 12px;
    }
    .list-item .description-over {
        font-size: 12px;
    }
    .newsletter h3 {
        font-size: 24px;
    }
    .newsletter p {
        font-size: 15px;
    }
    .single-post .post-title h2 {
        font-size: 24px;
    }
    /*.experiences .experiente-over h5 {*/
    /*    font-size: 22px;*/
    /*}*/
    .main-title.small {
        font-size: 30px;
    }
    .main {
        margin-top: 120px;
    }
    .hero-content-holder p {
        font-size: 13px;
    }
    .hero-content-holder .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    .hero-content {
        padding: 0 60px;
    }
    .hero-content-holder h3 {
        font-size: 30px;
    }
    .video:before {
        -webkit-transform: translate(-50%, -50%) scale(.5);
        -moz-transform: translate(-50%, -50%) scale(.5);
        -ms-transform: translate(-50%, -50%) scale(.5);
        -o-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }
    .list-item .post-title h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .recommended a .item-info {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
    .recommended .list-item .post-title h3, .recommended .list-item .post-type span {
        color: #000;
        text-shadow: none;
    }
    .section-1-illustration {
        position: relative;
        top: -23px;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }
    .close-offer {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .oferta svg {
        width: 60px;
    }
    .oferta h3 {
        font-size: 24px;
    }
    .close-offer {
        right: 10px;
    }
}
@media screen and (max-width: 420px) {
    .experiences .image img, .feedback .image img {
        margin: auto;
    }
    .hero-content {
        padding: 0 30px;
    }
}

@media screen and (max-width: 400px) {
    .tarif .rezervare {
        padding: 10px !important;
    }
    .contact-info img {
        max-width: 24px !important;
    }
}

@media screen and (max-height: 500px) {
    .oferta h3 {
        font-size: 18px;
    }
    .oferta svg {
        width: 50px;
    }
    .radio-buttons label span {
        font-size: 12px;
    }
    .oferta .section .section-stage button {
        padding: 6px;
        font-size: 11px;
    }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}
.wpcf7-submit {
    background: var(--blue);
    color: #fff;
}


.trigger-map {
  position: relative;
}

.trigger-map img{
  width: 100%;
}

.trigger-map svg{
  position: absolute;
  top: 50px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
}
