html {scroll-behavior: smooth;}
body{font-family: 'Gothic A1', sans-serif;}

p{font-size:15px; color:#1b1b1b; line-height:1.3; margin-bottom:15px; font-weight:300;}
a:hover{text-decoration:none;}
.generic-content ul{padding:0px; margin-bottom:15px;}
.generic-content ul li{list-style:none; font-size:16px; color:#1b1b1b; line-height:1.3; font-weight:300; padding-left:15px; position:relative; margin-bottom:5px;}
.generic-content ul li::before{display:inline-block; position:absolute; left:0px; top:3px; content:'\f0c8'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size:10px; vertical-align:middle; color:#9197ae;}
.generic-content h2{font-size:21px; font-weight:700;}
.generic-content h3{font-size:18px; font-weight:700;}
.generic-content h4{font-size:16px; font-weight:700;}
.generic-content h5{font-size:14px; font-weight:700;}
.generic-content h6{font-size:12px; font-weight:700;}
.generic-content p a{font-weight:500; color:#b20000;}
.generic-content img { max-width: 100%; height: auto; }

    /*** HEADER ***/
header{background:#273043; border-bottom:2px solid #b20000;}
header .navbar{display:block!important; padding:0px;}
header .navbar::after{display:block; content:''; clear:both;}
header .collapse{float:left;}
header .nav-link{color:#fff; font-size:12px; line-height:1; padding:11px 10px!important;}
header .nav-link:hover{color:#8397c2;}

header .social{padding:0px; margin:0px;}
header .social li{display:inline-block; float:left;}
header .social li a{padding:10px; display:block; font-size:14px; color:#fff; line-height:1;}
header .social li a:hover{color:#b20000;}
header .social li.btn-cart{}
header .social li.btn-cart a{background:#b20000; padding:10px 12px;}
header .social li.btn-cart a:hover{background:#228e00; color:#fff;}

.home-slider .logo-wrapper,
.page-title .logo-wrapper{position:absolute; width:100%; left:0px; top:20px; z-index:10;}

.main-menu{background:#273043; box-shadow:2px 2px 4px rgba(0,0,0,0.1); z-index: 1050;}
.main-menu::after{display:block; content:''; clear:both;}
.main-menu .nav{float:left;}
.main-menu .nav-item{border-right:1px dotted #465167;}
.main-menu .nav-item.active{background:#1b212f;}
.main-menu .nav-item:first-child{border-left:1px dotted #465167;}
.main-menu .nav-link{text-transform:uppercase; color:#fff; font-size:16px; font-weight:500; line-height:1; padding:25px 15px!important;}
.main-menu .nav-link:hover{color:#8397c2;}
.main-menu .nav-item.active .nav-link:hover{color:#fff;}
.main-menu .phone{margin-bottom:0px; margin-top:10px;}
.main-menu .phone img{margin-right:10px;}
.main-menu .phone a { color: #fff; }

.filters{background:#1b212f; padding:15px 0px;}
.filters .filters-wrapper{padding:0px; margin:0px;}
.filters .filters-wrapper::after{display:block; content:''; clear:both;}
.filters .filters-wrapper li{display:inline-block; float:left; margin-right:10px; font-size:11px; line-height:1;}
.filters .filters-wrapper li a{color:#fff; display:inline-block; padding:10px 15px; background:#9197ae; text-transform:uppercase; font-weight:500; border-radius:30px;}
.filters .filters-wrapper li a:hover{text-decoration:none; background:#7a819d;}
.filters .filters-wrapper li.active a{background:#b20000;}
.filters .filters-wrapper li a span{font-weight:300;}
.filters .filters-trigger{text-transform:uppercase; color:#9197ae;}
.filters .filters-trigger p{font-weight:500; font-size:14px; line-height:1.2; margin:0px; text-align:left; display:inline-block; color:#fff;}
.filters .filters-trigger span{font-size:12px; font-weight:300; display:block;}
.filters .filters-trigger i{font-size:33px; margin-right:10px;}

#filterModal{}
#filterModal .modal-header{padding:15px 20px; background:#1b212f;}
#filterModal .title{text-transform:uppercase; font-weight:700; font-size:16px; line-height:1.2; margin:0px; color:#fff;}
#filterModal .close{padding:0px; margin:0px; color:#9197ae; font-size:14px; opacity:1;}
#filterModal .modal-body{padding:20px;}
#filterModal form::after{display:block; content:''; clear:both;}
#filterModal .custom-radio .custom-control-label::before{border-radius:0px; border-color:#273043;}
#filterModal .custom-control-input:checked~.custom-control-label::before{border-color:#b20000; background-color:#fff;}
#filterModal .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image: url("imgs/custom-check.jpg");}
#filterModal .custom-radio .custom-control-label{text-transform:uppercase; font-size:14px; font-weight:500; display:block; color:#273043; line-height:2;}
#filterModal .custom-radio .custom-control-label span{float:right; font-weight:300;}
#filterModal .custom-radio.checked .custom-control-label{font-weight:700; color:#b20000;}
#filterModal .custom-radio::after{display:block; content:''; clear:both;}
#filterModal .btn-default{font-size:12px; margin-top:10px; width:100%;}


/*** FOOTER ***/
footer{padding:40px 0px 30px 0px; background:#273043;}
footer .logo{margin-bottom:20px; display:block; text-align:center;}
footer .social{padding:0px; margin-bottom:0px; margin-right:-2px;}
footer .social::after{display:inline-block; content:''; clear:both;}
footer .social li{display:inline-block; float:left; margin-right:2px;}
footer .social li a{width:30px; height:30px; display:table; color:#fff; background:#b20000; border-radius:30px; text-align:center; font-size:14px;}
footer .social li a:hover{background:#228e00; text-decoration:none;}
footer .social li a i{display:table-cell; vertical-align:middle;}

footer .title{text-transform:uppercase; color:#fff; font-weight:500; font-size:14px; margin-bottom:15px; letter-spacing:1px;}
footer .title::after{display:block; width:50px; height:2px; background:#b20000; content:''; margin-top:5px;}
footer p{font-size:13px; font-weight:300; color:#fff; margin-bottom:10px; line-height:1.2;}
footer .form-control{border-radius:0px; border:0px; background:#1b212f; margin-bottom:10px;}
footer .btn-default{border:0px; font-size:14px; padding:8px 20px;}

footer .nav-item{margin-bottom:3px;}
footer .nav-link{padding:0px; color:#fff; font-size:13px; font-weight:300;}
footer .nav-link:hover{color:#8397c2;}

footer .contact-info{margin:0px; padding:0px;}
footer .contact-info li{list-style:none; font-size:16px; font-weight:300; color:#fff; padding-left:30px; margin-bottom:10px;}
footer .contact-info li a { color: #fff; }

.copyright{padding:10px 0px; background:#1b212f;}
.copyright p{margin:0px; color:#fff; font-size:12px; font-weight:300;}
.copyright p a{color:#fff; font-weight:600;}
.copyright p a:hover{color:#b20000;}

/*** BUTTONS ***/
.btn-default{text-transform:uppercase; color:#fff; font-size:16px; font-weight:500; display:inline-block; background:#b20000; padding:10px 30px; border-radius:30px;}
.btn-default:hover{text-decoration:none; color:#fff;}
.btn-default.hvr-shutter-out-horizontal:before{background:#228e00; border-radius:30px;}

.btn-green{text-transform:uppercase; color:#fff; font-size:16px; font-weight:500; display:inline-block; background:#228e00; padding:10px 30px; border-radius:30px;}
.btn-green:hover{text-decoration:none; color:#fff;}
.btn-green.hvr-shutter-out-horizontal:before{background:#46b922; border-radius:30px;}

.btn-purple{text-transform:uppercase; color:#fff; font-size:16px; font-weight:500; display:inline-block; background:#9197ae; padding:10px 30px; border-radius:30px;}
.btn-purple:hover{text-decoration:none; color:#fff;}
.btn-purple.hvr-shutter-out-horizontal:before{background:#767d99; border-radius:30px;}

.mobile-cta{padding:10px 0px; background:#1b212f; box-shadow:2px -2px 4px rgba(0,0,0,0.1); position:fixed; bottom:0px; width:100%; left:0px; z-index:2000;}
.mobile-cta .btn-wrapper.float-left{padding-right:10px; width:50%;}
.mobile-cta .btn-wrapper.float-right{padding-left:10px; width:50%;}
.mobile-cta .btn-wrapper .btn-default,
.mobile-cta .btn-wrapper .btn-purple{width:100%; text-align:center;}
.mobile-cta .btn-wrapper .btn-default img,
.mobile-cta .btn-wrapper .btn-purple img{margin-right:10px; vertical-align:bottom;}

.home-plus iframe { width: 100%; }

/*** CONTAINERS ***/
.section{padding:40px 0px 30px 0px;}
.light-bg{background:#f9fbff;}

.tour-box{box-shadow:2px 2px 4px rgba(0,0,0,0.1); margin-bottom:30px;}
.tour-box .box-img{display:block; position:relative;}
.tour-box .box-img img{width:100%;}
.tour-box .overlay{z-index:5; position:absolute; top:0px; bottom:0px; left:0px; right:0px; background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); background:-moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); background:-webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);}
.tour-box .info-item{position:absolute; bottom:15px;}
.tour-box .info-item.left{left:15px;}
.tour-box .info-item.right{right:15px;}
.tour-box .info-item::after{display:block; content:''; clear:both;}
.tour-box .info-item img{float:left; margin-right:5px; max-width:100%; width:auto!important;}
.tour-box .info-item p{margin:0px; color:#fff; font-size:11px; font-weight:300; float:left; line-height:1.2;}
.tour-box .info-item p span{text-transform:uppercase; font-size:13px; font-weight:500; display:block;}
.tour-box .price{position:absolute; left:8px; top:-10px; padding-left:7px; z-index:10; background:url("imgs/price-shadow.png") left top no-repeat;}
.tour-box .price-cnt{width:85px; height:85px; border-radius:0px 0px 50px 50px; padding-top:10px; background:#b20000; color:#fff; text-align:center; font-weight:800; font-family: 'Martel', serif; font-size:30px; line-height:1.3; box-shadow:2px 2px 2px rgba(0,0,0,0.1);}
.tour-box .price-cnt span{display:block; font-size:10px; font-weight:300; font-family: 'Gothic A1', sans-serif; text-transform:uppercase;}
.tour-box .box-cnt{padding:15px; background:#f9fbff; position:relative; height:220px;}
.tour-box .category{text-transform:uppercase; font-family: 'Martel', serif; font-size:13px; font-weight:800; color:#b20000; display:inline-block; margin-bottom:5px;}
.tour-box .category:hover{text-decoration:none;}
.tour-box .name{font-size:16px; font-weight:700; margin-bottom:10px;}
.tour-box .name a{color:#1b1b1b;}
.tour-box .name a:hover{text-decoration:none; color:#273043;}
.tour-box .abstract{font-size:14px; color:#444444; line-height:1.2; margin:0px; font-weight:300;}
.tour-box .bottom{position:absolute; bottom:15px; left:15px; right:15px;}
.tour-box .bottom::after{display:block; content:''; clear:both;}
.tour-box .bottom img{padding-top:7px;}
.tour-box .bottom .btn-default{font-size:13px; padding:7px 15px;}

.related-box{margin-top:15px; background:#fff;}
.related-box .box-img{height:130px;}
.related-box .price{background:url("imgs/price-shadow-dark.png") left top no-repeat;}
.related-box .price-cnt{font-size:21px; height:65px; width:65px; background:#6b728b;}
.related-box .price-cnt span{font-size:8px;}
.related-box .box-cnt{padding:10px 15px 10px 0px; position:relative; height:100%!important; background:#fff; margin-left:-15px;}
.related-box .overlay{background:transparent; bottom:10px; top:auto; right:15px;}
.related-box .overlay::after{display:block; content:''; clear:both;}
.related-box .info-item{position:static;}
.related-box .info-item p{color:#6b728b;}
.related-box .info-item.left{float:left;}
.related-box .info-item.right{float:right;}

.dest-box{display:block; position:relative; margin-bottom:20px;}
.dest-box p{position:absolute; left:15px; top:20px; text-transform:uppercase; color:#fff; font-size:18px; font-weight:500; line-height:1; padding:12px 20px; background:rgba(39,48,67,0.8);}
.dest-box.hvr-reveal:before{border-color:#273043;}

.vertical-box{height:520px;}
.horizontal-box{height:250px;}
.default-box{height:250px;}

.blog-box{box-shadow:1px 1px 3px rgba(0,0,0,0.1); margin-bottom:30px;}
.blog-box .box-img{position:relative;}
.blog-box .box-img img{width:100%; height: auto; }
.blog-box .box-img .category{position:absolute; top:20px; left:15px; text-transform:uppercase; color:#fff; font-size:12px; font-family: 'Martel', serif; font-weight:800; display:inline-block; padding:8px 10px; background:#b20000; line-height:1;}
.blog-box .box-img .category:hover{text-decoration:none;}
.blog-box .box-cnt{padding:15px; position:relative; background:#fff; height:160px;}
.blog-box .box-cnt .name{font-size:16px; font-weight:700; margin-bottom:5px;}
.blog-box .box-cnt .name a{color:#1b1b1b;}
.blog-box .box-cnt .name a:hover{text-decoration:none; color:#273043;}
.blog-box .box-cnt .abstract{font-size:13px; color:#444444; line-height:1.2; margin:0px; font-weight:300;}
.blog-box .box-cnt .date{margin:0px; position:absolute; left:15px; bottom:15px; font-size:12px; font-weight:500; color:#b20000; text-transform:uppercase; line-height:1;}

.blog-list{}
.blog-list .blog-box .box-cnt{height:130px;}

.blog-showcase{height:375px; position:relative; margin-bottom:30px;}
.blog-showcase .showcase-caption{position:absolute; left:20px; bottom:20px;}
.blog-showcase .category{text-transform:uppercase; color:#fff; font-size:12px; font-family: 'Martel', serif; font-weight:800; display:inline-block; padding:8px 10px; background:#b20000; line-height:1; margin-bottom:10px;}
.blog-showcase .caption-cnt{padding:15px; background:rgba(0,0,0,0.7); max-width:450px;}
.blog-showcase .caption-cnt .name{font-size:21px; font-weight:700; margin-bottom:5px; line-height:1.2;}
.blog-showcase .caption-cnt .name a{color:#fff;}
.blog-showcase .caption-cnt .abstract{color:#fff; font-size:14px; margin-bottom:10px;}
.blog-showcase .caption-cnt .date{margin:0px; text-transform:uppercase; color:#fff; font-size:12px; font-weight:500; line-height:1;}

.page-title{position:relative; height:350px; display:table; width:100%;}
.page-title .title-wrapper{display:table-cell; vertical-align:middle; background:rgba(0,0,0,0.5); text-shadow:2px 2px 2px rgba(0,0,0,0.2); padding-top:30px;}
.page-title h1{color:#fff; font-size:36px; font-weight:700; margin-bottom:10px; line-height:1.3;}
.page-title .intro{color:#fff; font-size:23px; font-family: 'Martel', serif; font-weight:300; line-height:1.3; margin-bottom:0px;}

.tour-title .title-wrapper{vertical-align:bottom; padding-top:0px; padding-bottom:10px;}
.tour-title .category{text-transform:uppercase; font-family: 'Martel', serif; color:#fff; padding:8px 10px; background:#b20000; display:inline-block; font-size:12px; margin-bottom:10px; line-height:1;}

.banner{display:inline-block;}
.banner img{width:100%;}

.generic-title{}
.generic-title .logo-wrapper{padding:20px 0px;}
.generic-title .tripadvisor{margin-right:40px; margin-top:30px;}
.generic-title .btn-default{margin-bottom:0px; margin-top:35px;}
.generic-title .title-wrapper{padding:20px 0px; background:#273043;}
.generic-title h1,
.generic-title h2{color:#fff; font-size:36px; font-weight:700; margin-bottom:0px; line-height:1.3;}
.generic-title .intro{color:#fff; font-size:23px; font-family: 'Martel', serif; font-weight:300; line-height:1.3; margin-bottom:0px;}
.generic-title .btn-default a { color: #fff; }

.sidebar{}
.sidebar .sidebar-item{ margin-bottom:20px;}
.sidebar .sidebar-title{text-transform:uppercase; margin-bottom:7px; font-weight:700; font-size:13px; color:#1b1b1b;}
.sidebar select{height:45px; border:2px solid #dadeec; border-radius:0px; box-shadow:none; font-size:15px; font-weight:300; color:#666666; padding:0px 10px; line-height:45px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("imgs/icon-select.png") right center no-repeat #fff;}
.sidebar .nav{}
.sidebar .nav .nav-link{background:#dadeec; margin-bottom:3px; text-transform:uppercase; font-size:14px; font-weight:500; color:#9197ae; line-height:1; padding:12px 15px; border:2px solid #dadeec;}
.sidebar .nav .nav-link.hvr-shutter-out-horizontal:before{background:#fff;}
.sidebar .nav .nav-link span{float:right; font-weight:300;}
.sidebar .nav .nav-link::after{display:block; content:''; clear:both;}
.sidebar .nav .nav-link.active{background:#9197ae; color:#fff; border:2px solid #9197ae;}
.sidebar .nav .nav-link.active.hvr-shutter-out-horizontal:before{background:#9197ae;}

.sidebar .info-title{text-transform:uppercase; font-weight:500; font-size:21px; color:#fff; background:#273043; padding:10px 15px; line-height:1; text-align:center; margin:0px;}
.sidebar .contact-info{padding:5px 15px; background:#fff; margin:0px;}
.sidebar .contact-info li{list-style:none; font-size:16px; font-weight:400; color:#273043; margin:0px; padding:10px 0px 10px 30px; border-bottom:1px dashed rgba(145,151,174,0.4);}
.sidebar .contact-info li::before{content:'';}
.sidebar .contact-info li:last-child{border-bottom:0px;}
.sidebar .contact-info li a{color:#273043;}
.sidebar .contact-info li a:hover{color:#b20000;}

.side-box{background:#fff; box-shadow:1px 1px 3px rgba(0,0,0,0.1); margin-bottom:10px;}
.side-box .box-img{position:relative; height:100%; display:block;}
.side-box .price{position:absolute; top:10px; left:10px; font-family: 'Martel', serif; font-weight:800; color:#fff; padding:5px 10px; background:#b20000; font-size:15px; line-height:1; margin:0px;}
.side-box .side-padding{padding-left:0px;}
.side-box .box-cnt{padding:15px 15px 15px 0px; position:relative; min-height:100px;}
.side-box .category{text-transform:uppercase; font-size:10px; font-weight:800; color:#b20000; font-family: 'Martel', serif; display:block;}
.side-box .name{display:block; font-size:14px; font-weight:600; color:#1b1b1b; text-transform:capitalize; margin-bottom:25px; line-height:1.2;}
.side-box .box-info{position:absolute; left:0px; right:15px; bottom:10px;}
.side-box .box-info::after{display:block; content:''; clear:both;}
.side-box p{padding:5px 0px 5px 30px; text-transform:uppercase; color:#9197ae; font-size:12px; font-weight:500; margin:0px;}

.shadow-item{box-shadow:1px 1px 3px rgba(0,0,0,0.1);}

.meeting-point{padding:15px; background:#fff;}
.meeting-point p{margin:0px; font-size:14px;}
.meeting-point iframe{margin-bottom:10px;}

    /*** GALLERY ***/
#links{margin-left:-5px; margin-right:-5px; margin-bottom:10px;}
#links::after{display:block; content:''; clear:both;}
#links .gallery{padding:5px; display:block; float:left;}
#links .gallery img{width:100%;}
#links .gallery-big{width:100%;}
#links .gallery-default{width:50%;}

/*** HOMEPAGE ***/
.home-slider{position:relative;}

.home-slider .caption-wrapper{height:550px; display:table; width:100%; background:rgba(0,0,0,0.5);}
.home-slider .caption-cnt{display:table-cell; vertical-align:middle; text-shadow:2px 2px 2px rgba(0,0,0,0.2); padding-top:50px;}
.home-slider .title{color:#fff; font-size:31px; font-weight:900; margin-bottom:10px; line-height:1.3;}
.home-slider .abstract{color:#fff; font-size:23px; font-family: 'Martel', serif; font-weight:300; line-height:1.3; margin-bottom:15px;}
.home-slider .btn-default{text-shadow:none;}

.main-title{color:#1b1b1b; margin-bottom:30px; font-size:30px; font-weight:900; text-transform:capitalize;}
.main-title span{display:inline-block; padding:0px 10px;}
.main-title .img{}

.plus{padding-left:90px; margin-bottom:30px;}
.plus .title{margin-bottom:0px; color:#273043; font-size:22px; font-family: 'Martel', serif; font-weight:800;}
.plus .cnt{font-size:17px; color:#4a4a4a; margin:0px; font-weight:300;}

/*** DESTINAZIONE ***/
.seo-title{font-size:24px; font-weight:800; color:#1b1b1b; margin-bottom:20px; padding-bottom:10px; background:url("imgs/title-decoration.png") left bottom no-repeat;}

/*** SCHEDA ***/
.tour-info{padding:0px; margin-bottom:30px; background:#9197ae;}
.tour-info::after{display:block; content:''; clear:both;}
.tour-info li{list-style:none; display:inline-block; float:left; border-right:1px dotted #fff; padding:10px 0px; width:25%; text-align:center;}
.tour-info li:last-child{border-right:0px;}
.tour-info li img{vertical-align: text-bottom;}
.tour-info li p{display:inline-block; margin:0px 0px 0px 10px; text-align:left; color:#fff; font-family: 'Martel', serif; font-size:12px;}
.tour-info li p span{display:block; text-transform:uppercase; font-weight:700; font-family: 'Gothic A1', sans-serif; font-size:14px;}
.tour-info li .tripadvisor{position:relative; top:10px;}

.tour-video{margin-bottom:20px;}

.tour-plus{position:relative; padding-left:70px; margin:10px 0px 20px 0px;}
.tour-plus img{position:absolute; left:0px; top:0px;}
.tour-plus .title{margin-bottom:5px; font-family: 'Martel', serif; color:#273043; font-weight:800;}
.tour-plus .cnt{font-size:13px; color:#4a4a4a; margin:0px;}

.tour-gallery{}
.tour-gallery #links .gallery-big{width:50%;}
.tour-gallery #links .gallery-default{width:25%;}
.tour-gallery .gallery-last{position:relative;}
.tour-gallery .more-imgs{position:absolute; top:25px; left:0px;  width:100%; text-align:center;}
.tour-gallery .more-imgs p{font-size:24px; width:60px; height:60px; border-radius:50px; background:rgba(39,48,67,.9); text-align:center; display:table; margin:0px auto;}
.tour-gallery .more-imgs i{display:table-cell; vertical-align:middle; color:#fff;}

#tourInfo{margin-bottom:30px;}
#tourInfo .collapse-trigger{display:block; padding:15px 0px 10px 0px; border-bottom:1px dashed #b20000; color:#273043; font-size:18px; font-weight:800; font-family: 'Martel', serif; line-height:1.2;}
#tourInfo .collapse-trigger{}
#tourInfo .collapse-trigger span{float:right; display:table; width:25px; height:25px; background:#b20000; border-radius:50px; text-align:center;}
#tourInfo .collapse-trigger span i{display:table-cell; vertical-align:middle; color:#fff;}
#tourInfo .collapse-trigger[aria-expanded="false"] .fa-caret-down{display:table-cell;}
#tourInfo .collapse-trigger[aria-expanded="false"] .fa-caret-up{display:none;}
#tourInfo .collapse-trigger[aria-expanded="true"] .fa-caret-down{display:none;}
#tourInfo .collapse-trigger[aria-expanded="true"] .fa-caret-up{display:table-cell;}
#tourInfo .collapse-cnt{font-size:16px; color:#1b1b1b; line-height:1.3; margin-bottom:15px; font-weight:300; padding:20px 0px 0px 0px;}
#tourInfo .collapse-cnt ul{padding:0px; margin-bottom:15px;}
#tourInfo .collapse-cnt ul li{list-style:none; padding-left:18px; margin-bottom:0px;}
#tourInfo .collapse-cnt.highlights ul li::before{display:inline-block; position:absolute; left:0px; top:2px; content:'\f005'; font-family: "Font Awesome 5 Free"; font-weight: 400; font-size:11px; vertical-align:text-top; color:#9197ae;}
#tourInfo .collapse-cnt.included ul li::before{display:inline-block; position:absolute; left:0px; top:3px; content:'\f00c'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size:11px; vertical-align:text-top; color:#9197ae;}

.notes{padding:20px; background:#f9fbff; box-shadow:1px 1px 3px rgba(0,0,0,0.1);}
.notes .seo-title{font-size:18px;}
.notes p{font-size:14px;}
.notes ul li{font-size:14px;}
.notes ul li::before{top:2px;}

.tour-form{top:100px;}
.tour-form form{box-shadow:1px 1px 3px rgba(0,0,0,0.1);}
.tour-form .title{text-transform:capitalize; color:#fff; margin:0px; font-size:27px; font-weight:700; padding:10px 20px; background:#273043;}
.tour-form .cnt{padding:15px 20px; background:#f9fbff; border-bottom:2px solid #fff;}
.tour-form .form-group{margin:0px;}
.tour-form label{text-transform:uppercase; font-weight:700; color:#1b1b1b; font-size:12px; margin-bottom:10px; line-height:1;}
.tour-form input,
.tour-form select{height:45px; border:2px solid #dadeec; border-radius:0px; box-shadow:none; font-size:18px; font-weight:300; color:#666666; padding:0px 10px; line-height:45px; margin: 0px; }
.tour-form input{background:url("imgs/icon-date.png") right center no-repeat #fff;}
.tour-form select{-webkit-appearance: none; -moz-appearance: none; appearance: none; background:url("imgs/icon-time.png") right center no-repeat #fff;}
.tour-form .pax{margin-bottom:10px; background:#dadeec;}
.tour-form .pax::after{display:block; content:''; clear:both;}
.tour-form .pax .input-group{width:auto;}
.tour-form .pax input{width:90px; padding:0px 10px; background:#fff;}
.tour-form .input-group{position:relative;}
.tour-form .input-group-button{position:absolute; right:15px;}
.tour-form .input-group-button.button-up{top:3px;}
.tour-form .input-group-button.button-down{bottom:3px;}
.tour-form .input-group-button .img-hover{display:none}
.tour-form .input-group-button:hover .img-hover{display:inline-block;}
.tour-form .input-group-button:hover .img-default{display:none}
.tour-form .pax .type{padding:0px 0px 0px 10px; font-size:14px; margin:0px; color:#6b728b; font-weight:700; line-height:45px;}
.tour-form .pax .type span{font-weight:300;}
.tour-form .pax .price{font-weight:800; font-family: 'Martel', serif; line-height:45px; margin:0px; padding-right:10px; color:#b20000; font-size:16px;}
.tour-form .bottom{padding:15px 20px; background:#273043;}
.tour-form .total-price{margin-bottom:10px;}
.tour-form .total-price::after{display:block; content:''; clear:both;}
.tour-form .total-price p{color:#fff; text-transform:uppercase; margin:0px; font-sie:18px; font-weight:700; line-height:24px;}
.tour-form .total-price p span{float:right; font-size:24px; font-weight:800; font-family: 'Martel', serif;}
.tour-form .btn-green{width:100%; border:0px;}

.price-from{padding:0px 20px; background:#fff; margin-bottom:20px; height:60px; display:table; width:100%; border:2px solid #dadeec;}
.price-from::after{display:block; content:''; clear:both;}
.price-from p{margin:0px; text-transform:uppercase; font-weight:700; display:table-cell; vertical-align:middle; font-size:14px; color:#6b728b;}
.price-from .price-base{font-weight:700; font-size:21px; text-align:right; color:#228e00; line-height:1.2;}
.price-from .price-base span{display:block; text-decoration:line-through; color:#273043; font-family: 'Gothic A1', sans-serif; font-size:13px; font-weight:400;}

.private-form .cnt{padding-bottom:5px;}
.private-form .form-group{margin-bottom:10px;}
.private-form input.name{background:url("imgs/icon-name.png") right center no-repeat #fff;}
.private-form input.phone{background:url("imgs/icon-form-phone.png") right center no-repeat #fff;}
.private-form input.email{background:url("imgs/icon-form-email.png") right center no-repeat #fff;}
.private-form .pax{background:transparent; margin-left:-5px; margin-right:-5px;}
.private-form .pax::after{display:block; content:''; clear:both;}
.private-form .pax-cnt{width:33.33%; float:left; padding:0px 5px;}
.private-form .pax-cnt input{width:100%;}
.private-form .pax-cnt .type{padding:0px; font-size:12px; line-height:1.2; color:#1b1b1b; margin-top:5px; font-weight:500;}
.private-form textarea{min-height:120px; border:2px solid #dadeec; border-radius:0px;}
.private-form .error input { border-color: red; }
.private-form .error textarea { border-color: red; }
.private-form .form-check-label.error { color: red; }
.private-form .form-check label { margin-left: 10px; line-height: 16px; }
.private-form .form-check input { margin-left: -20px; height: auto; }

/*** BLOG ***/
.post-img{width:100%; margin-bottom:20px;}
.post-meta{margin-bottom:20px;}
.post-meta::after{display:block; content:''; clear:both;}
.post-meta .category{text-transform:uppercase; color:#fff; font-size:12px; font-weight:800; font-family: 'Martel', serif; background:#b20000; display:inline-block; padding:9px 10px 7px 10px; line-height:1; margin-right:30px;}
.post-meta .date{text-transform:uppercase; font-size:12px; color:#1b1b1b; font-weight:500; padding-top:9px; margin:0px;}
.social-share{padding:0px; margin:0px;}
.social-share::after{display:block; content:''; clear:both;}
.social-share li{display:inline-block; list-style:none; float:left; margin-left:5px;}
.social-share li a{width:30px; height:30px; background:#dadeec; display:table; text-align:center; font-size:14px; color:#9197ae;}
.social-share li a i{display:table-cell; vertical-align:middle;}


/*** GENERICA + CONTATTI ***/
.generic-content form label:not(.form-check-label){text-transform:uppercase; margin-bottom:10px; font-weight:700; font-size:13px; color:#1b1b1b; line-height:1;}
.generic-content form input:not(.form-check-input){height:45px; border:2px solid #dadeec; border-radius:0px; box-shadow:none; font-size:18px; font-weight:300; color:#666666; padding:0px 10px; line-height:45px;}
.generic-content form select{height:45px; border:2px solid #dadeec; border-radius:0px; box-shadow:none; font-size:18px; font-weight:300; color:#666666; padding:0px 10px; line-height:45px; -webkit-appearance: none; -moz-appearance:none; appearance:none;}
.generic-content form textarea{border:2px solid #dadeec; border-radius:0px; box-shadow:none; font-size:18px; font-weight:300; color:#666666; padding:0px 10px; min-height:120px;}
.generic-content strong { font-weight: 900; }

/*** PRENO ***/
.cart-box{padding:15px 15px 0px 15px; background:#f9fbff; position:relative; margin-bottom:20px; z-index: 10;}
.cart-box .box-img img{width:100%; border:2px solid #dadeec; margin-bottom:15px;}
.cart-box .category{text-transform: uppercase; font-family: 'Martel', serif; font-size: 12px; font-weight: 800; color: #6b728b; display: inline-block; margin-bottom: 3px;}
.cart-box .delete-item{display:inline-block; color:#b20000; line-height:1;}
.cart-box .delete-item i{font-size:17px; margin-right:5px; vertical-align:top;}
.cart-box .delete-item span{display:inline-block; font-size:9px; text-transform:uppercase; line-height:1; font-weight:500;}
.cart-box .name{font-size: 16px; font-weight: 700; margin-bottom: 10px;}
.cart-box .info{padding:0px; margin:0px;}
.cart-box .info::after{display:block; content:''; clear:both;}
.cart-box .info li{padding-left:35px; list-style:none; text-transform:uppercase; font-weight:600; color:#6b728b; font-size:10px; margin-bottom:5px; line-height:1.2; float:left; width:33.33%;}
.cart-box .info li:last-child{margin-right:0px;}
.cart-box .info li span{display:block; font-weight:400; text-transform:none; color:#444; font-size:12px;}
.cart-box .info li.date{background:url("imgs/icon-date.png") left top no-repeat;}
.cart-box .info li.time{background:url("imgs/icon-time.png") left top no-repeat;}
.cart-box .info li.guests{background:url("imgs/icon-people.png") left top no-repeat;}
.cart-box .info li.guests strong{}
.cart-box .bottom{padding:10px 15px; background:#dadeec; margin-left:-15px; margin-right:-15px;}
.cart-box .bottom .price{text-align:right; color:#6b728b; margin:0px; font-family: 'Martel', serif; font-size: 24px; font-weight: 800;}
.cart-box .bottom .price span{text-transform:uppercase; font-size:14px; font-family:'Gothic A1', sans-serif; font-weight:400; padding-top:7px;}
.cart-box .bottom .price::after{display:block; content:''; clear:both;}

.preno-border{padding-bottom:15px; margin-bottom:20px; border-bottom:1px dashed #dadeec;}
.generic-content form{position:relative; z-index:10;}
.generic-content form label.preno-label{font-weight:600;}
.generic-content form label.form-check-label a{color:#B20002; font-weight:500;}
.generic-content form label.form-check-label img{max-height:30px; margin-left:5px; border:1px solid #dadeec; border-radius:3px}
.payment-box{margin-top:15px;}
.payment-box p{font-style:italic; margin:0px; font-size:14px;}
.payment-box .r-padding{padding-right:5px;}
.payment-box .l-padding{padding-left:5px;}

.preno-total{padding:20px 0px; background:#6b728b;}
.preno-total .total-price{ margin:0px; text-transform:uppercase; color:#fff; font-size:14px; font-weight:500; line-height:1.3;}
.preno-total .total-price span{display:block; font-family: 'Martel', serif; font-size: 30px; font-weight: 800;}
.preno-total .btn-green{padding:13px 30px;}

.preno-cnt{position:relative;}
.preno-cnt .generic-content{margin-bottom:0px;}
.price-fixed .price-title{background:#273043; padding:10px 0px; text-transform:capitalize; font-size:21px; font-weight:700; color:#fff; text-align:center; margin:0px;}
.price-fixed .cart-cnt{padding:20px; background:#fff; text-align:center;}
.price-fixed .cart-cnt .price-items{margin-bottom:15px; font-size:14px; font-weight:500;}
.price-fixed .cart-cnt .price-items span{display:block; font-size:36px; font-family: 'Martel', serif; font-weight: 800;}
.price-fixed .cart-cnt .btn-green{width:100%; padding:13px;}
.price-fixed{box-shadow:1px 1px 3px rgba(0,0,0,0.1); margin-bottom:20px;}

.empty-box{padding:20px; background:#f9fbff; margin-bottom:20px;}
.empty-box .title{margin:0px; font-size:21px; font-weight:500; text-align:center;}

.light-bg .empty-box{padding:0px;}

.categorieText h2 {font-size:24px; font-weight:800; color:#1b1b1b; margin-bottom:20px; padding-bottom:10px; background:url("imgs/title-decoration.png") left bottom no-repeat;}

.cart-item{text-align:left; padding-bottom:15px; border-bottom:1px dashed #dadeec; margin-bottom:20px;}
.cart-item .category{text-transform: uppercase; font-family: 'Martel', serif; font-size: 11px; font-weight: 800; color: #273043; margin-bottom:5px; line-height:1;}
.cart-item .name{font-size:14px; font-weight:700; color:#1b1b1b; line-height:1.3; margin-bottom:5px;}
.cart-item .info{padding:0px; margin:0px;}
.cart-item .info::after{display:block; content:''; clear:both;}
.cart-item .info li{padding:0px; list-style:none; text-transform:uppercase; font-weight:600; color:#6b728b; font-size:10px; margin-bottom:2px; line-height:1.2;}
.cart-item .info li:last-child{margin-right:0px;}
.cart-item .info li span{display:inline-block; font-weight:400; text-transform:none; color:#444; font-size:12px; margin-left:5px;}
.cart-item .info li.guests span+span:before{content:'|'; display:inline-block; padding-right:4px;}

.price-fixed .cart-cnt .price-items.total-price{color:#228e00; margin:0px;}
.preno-info{text-transform:uppercase; font-size:12px; font-weight:600; color:#6b728b; line-height:1.3;}
.preno-info span{display:block; text-transform:none; font-size:16px; font-weight:400; color:#273043;}

.preno-cnt hr{margin-top:0px; margin-bottom:20px; border-top:1px dashed #dadeec;}

.staff-box{padding:15px; background:#fff; box-shadow:2px 2px 4px rgba(0,0,0,0.1); margin-bottom:20px;}
.staff-box img{width:100%;}
.staff-box h3{font-size:21px; margin-bottom:10px; margin-top:5px;}
.staff-box .position{text-transform:uppercase; font-size:14px; font-weight:bold; color:#b20000; font-family:'Martel', serif; margin-bottom:10px;}
.staff-box .text{margin:0px;}

@media screen and (max-width: 1200px) {
    .main-menu .nav-link{font-size:14px;}

    .home-slider .caption-wrapper{height:450px;}
    .tour-box .box-cnt{height:230px;}
    .plus .title{font-size:20px;}
    .plus .cnt{font-size:16px;}

    .home-plus iframe{height:300px;}

    .page-title{height:320px;}
    .page-title h1{font-size:30px;}

    .tour-video iframe{height:350px;}

    .tour-form .pax .type{line-height:1.2; padding-top:9px; font-size:12px;}
    .tour-form .pax .type span{display:block;}

    .side-box .box-cnt{min-height:105px;}
    .blog-list .blog-box .box-cnt{height:150px;}

    .generic-title h1,
    .generic-title h2{font-size:30px;}
    .generic-title .intro{font-size:21px;}

    .related-box .name{font-size:15px;}
}

@media screen and (max-width: 992px) {
    header .container{max-width:100%;}
    .navbar-toggler{padding:7px 0px; border:0px; color:#fff;}
    header .collapse{float:none;}
    header .social{position:absolute; right:0px; top:0px;}
    header .navbar-nav{padding-top:10px;}
    header .nav-item{border-bottom:1px dotted #465167;}
    header .nav-item:last-child{border-bottom:0px;}

    .main-menu .container{max-width:100%;}
    .main-menu .col-12{padding:0px;}
    .main-menu .nav{float:none; display:table; width:100%;}
    .main-menu .nav-item{display:table-cell; vertical-align:middle;}
    .main-menu .nav-link{text-align:center; padding:20px 10px!important; font-size:13px;}

    footer .nav,
    footer .btn-default,
    footer .social{margin-bottom:20px;}
    footer .social li a{width:28px; height:28px;}
    footer .contact-info{column-count:3; -moz-column-count: 3; -webkit-column-count: 3;}

    .logo-wrapper .container{max-width:100%;}
    .logo-wrapper .logo img{max-height:90px;}
    .tripadvisor img{max-width:150px;}

    .generic-title .tripadvisor{margin-right:0px;}

    .main-title{font-size:27px;}
    .main-title img{max-height:50px;}

    .home-slider .caption-wrapper{height:350px;}
    .home-slider .title{font-size:24px;}
    .home-slider .abstract{font-size:18px;}
    .home-slider .btn-default{font-size:14px;}

    .home-plus iframe{height:350px;}

    .vertical-box{height:420px;}
    .default-box{height:200px;}
    .horizontal-box{height:200px;}
    .responsive-box{height:420px;}

    .tour-box .box-cnt{height:220px;}
    .blog-box .box-cnt{height:130px;}

    .page-title{height:300px;}
    .title-wrapper .container{max-width:100%;}
    .page-title .intro{font-size:21px;}

    .generic-content{margin-bottom:20px;}

    .generic-title h1,
    .generic-title h2{font-size:24px;}
    .generic-title .intro{font-size:18px;}

    .contact{margin-bottom:20px;}

    .price-from{top:53px; padding:15px 0px; height:auto; background:#f9fbff;}
    .price-from::after{display:block; content:''; clear:both;}
    .price-from p{float:left; padding-top:15px;}
    .price-from .price-base{float:right; margin-right:20px; padding-top:5px;}
    .price-from .btn-default{float:right;}

    .related-box .info-item img{display:none;}
    .related-box .category{font-size:11px; display:block;}
    .related-box .name{font-size:14px;}

    .copyright {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .main-menu .nav-link{font-size:12px;}

    .home-slider .logo-wrapper{top:10px;}

    .main-title{font-size:24px;}
    .main-title img{max-height:45px;}

    .copyright p{float:none!important; text-align:center; line-height:1.5;}

    .home-slider .caption-wrapper{height:320px;}
    .home-slider .title{font-size:21px;}
    .home-slider .abstract{font-size:16px;}
    .home-slider .btn-default{font-size:14px;}

    .home-plus iframe{height:300px;}

    .tour-box .box-cnt{height:auto;}
    .tour-box .bottom{position:static; margin-top:10px;}

    .vertical-box{height:250px;}
    .default-box{height:250px;}
    .horizontal-box{height:250px;}
    .responsive-box{height:250px;}

    .plus .title{font-size:18px;}
    .plus .cnt{font-size:14px;}

    .blog-box .box-cnt{height:auto;}
    .blog-box .box-cnt .date{position:static; margin-top:10px;}

    .tour-info li{width:50%; border-bottom:1px dotted #fff;}
    .tour-info li:last-child{border-bottom:0px;}
    .tour-video iframe{height:300px;}
    .tour-gallery #links .gallery-big{width:100%;}
    .tour-gallery #links .gallery-default{width:50%;}

    .tour-form .title{font-size:18px; text-align:left;}
    .tour-form .cnt{padding:10px 20px;}
    #booking-modal{z-index:2050;}
    #booking-modal .close{font-size:12px; color:#fff;}

    .page-title{height:270px;}
    .page-title h1{font-size:24px;}
    .page-title .intro{font-size:18px;}

    .page-title .text-center{margin-top:50px;}

    .blog-list .blog-box .box-cnt{height:auto;}

    .generic-title h1,
    .generic-title h2{font-size:21px;}
    .generic-title .intro{font-size:14px;}

    .blog-showcase .showcase-caption{right:20px;}
    .blog-showcase .caption-cnt{max-width:none;}
    .blog-showcase .caption-cnt .name{font-size:18px;}

}

@media screen and (max-width: 575px) {
    .home-slider .caption-cnt{padding-top:70px;}
    .home-slider .title{font-size:18px; margin-bottom:5px;}
    .home-slider .abstract{font-size:14px; margin-bottom:10px;}
    .home-slider .btn-default{font-size:12px;}

    .home-plus iframe{height:270px;}

    .page-title{height:250px;}
    .tour-title .category{font-size:10px;}
    .page-title .intro{display:none;}

    .cart-box .info li{width:100%; margin-bottom:10px;}

    .staff-box img{margin-bottom:10px;}
    .staff-box h3{font-size:18px;}
    .staff-box .position{font-size:12px;}

    footer .contact-info{column-count:1; -moz-column-count: 1; -webkit-column-count: 1;}

}

@media screen and (max-width: 490px) {
    .main-menu .nav-link{font-size:10px; padding:15px 5px!important;}
    .main-title img{display:none;}

    .home-plus iframe{height:250px;}
    .tour-video iframe{height:250px;}

    .mobile-cta .btn-wrapper .btn-default,
    .mobile-cta .btn-wrapper .btn-purple{font-size:14px; padding:10px;}
    .mobile-cta .btn-wrapper .btn-default img,
    .mobile-cta .btn-wrapper .btn-purple img{display:none;}

    .price-from{top:40px;}
    .price-from p{padding-top:10px; font-size:12px;}
    .price-from .price-base{position:absolute; right:15px; top:0px; margin:0px; padding:0px; font-size:18px;}
    .price-from .btn-default{float:none; width:100%; display:block; text-align:center; margin-top:40px; font-size:14px;}

    .preno-total .total-price{float:none!important; text-align:center;}
    .preno-total .btn-green{width:100%; margin-top:15px; text-align:center;}

}

@media screen and (max-width: 350px) {
    .mobile-cta .btn-wrapper .btn-default,
    .mobile-cta .btn-wrapper .btn-purple{font-size:12px;}
}

.button--loading { padding-right: 35px; }
.button--loading span { position: relative; }
.button--loading span::after {
     content: "";
     position: absolute;
     width: 16px;
     height: 16px;
     top: 0;
     left: auto;
     right: -23px;
     bottom: 0;
     margin: auto;
     border: 4px solid transparent;
     border-top-color: #ffffff;
     border-radius: 50%;
     animation: button-loading-spinner 1s ease infinite;
     color: #fff;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}