:root {
  --main-pr-color: #272F7A;
  --main-sc-color: #E67B13;
  --main-padding: 15px;
}
/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (min-width: 576px){
	.modal-dialog {
	    max-width: 820px !important;
	    margin: 1.75rem auto;
	}
}
a.box_news ul li {
    font-size: 1.00rem;
}
a.box_news figure figcaption {
    width: 90px;
    height: 50px;
}

.hero_single.version_2{
		height: 780px;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
@media only screen and (min-width: 992px){
  .hero_single.version_2{
    height: 640px;
  }
}
.hero_single.version_2 .wrapper{
	background: none !important;
}

.switch-field label {
    float: left;
    display: inline-block;
    min-width: 70px;
    color: #272F7A;
    font-weight: 500;
    font-size: 12px;
    font-size: 0.95rem;
    text-align: center;
    text-shadow: none;
    padding: 15px 15px 15px 15px;
    line-height: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

.switch-field input:checked + label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #272F7A;
    color: white;
}




@media (min-width: 1200px) {
  .container {
      max-width: 1400px;
  }
}


a.grid_item figure img {
    width: 100%;
    height: 100%;
}

#list_sidebar .box_list .wrapper {
	min-height: 279px;
}
#list_sidebar .box_list figure {
	min-height: 280px
}
#list_sidebar .box_list {
    min-height: 240px;
}

.hero_in.hotels_detail {
	height: 300px;
}


a.btn_1.success,
.btn_1.success {
  border-color: #32a067;
  color: #32a067;
}
a.btn_1.success:hover,
.btn_1.success:hover {
  background: #32a067;
  border-color: #32a067;
  color: #fff;
}


.prices-boxes{
    padding-top: 18px;
    /* border-top: 1px solid gainsboro; */
}
.prices-boxes > div{
    padding-right: 5px;
    padding-left: 5px;
}
.boxed_list.prices-box{
	padding: 10px 0px 0px 0px;
	margin-bottom: 6px;
	text-align: center;
    padding: 6px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;

}

.prices-box h6{
    margin: 0px;
    /* padding: 8px; */
    /* background: whitesmoke; */
}
.prices-box .discount-price{
    color:red;
	text-decoration: line-through;
	font-size: 14px
}
.prices-box .arrangement-name{
   border-top: 1px solid gainsboro;
   margin: 0px;
   font-size: 14px;
   text-transform: uppercase;
   color: grey;
}

.prices-box p{
    color:black;
}

section#description, section#reviews {
    border: none;
	margin-bottom: 0px;
}

ul.share-buttons li a.whatsapp {
  border-color: #31c379;
  color: #31c379;
}
ul.share-buttons li a.whatsapp:hover {
  background: #31c379;
  color: #fff;
}

ul.share-buttons li a.contact {
  border-color: gainsboro;
  padding: 5px 20px;
}


.nice-select ul.list{
	z-index: 9999;
}

.table td, .table th {
    border-bottom: 1px solid #dee2e6;
}


div.qtyInc, div.qtyDec {
	position: relative;
    overflow: hidden;
}
div.qtyInc:after, div.qtyDec:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(179, 179, 179, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

div.qtyInc.ripple:not(:active)::after, div.qtyDec.ripple:not(:active)::after {
  animation: ripple 1s ease-out;
}



.secondary_nav.sticky_horizontal{
	z-index:99999;
}


.daterangepicker, .panel-dropdown-content{
	    box-shadow: 0px 0px 20px #a2a2a2;
}



.hero_in a.btn_banner_top {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444;
  font-weight: 500;
}
.hero_in a.btn_banner_top:hover {
  color: #209d96;
}



label.error {
    color: #9d2020;
    background-color: #fff8f8;
}

.box_list .hotel-title {
    color:black;
	text-transform: uppercase;
}

.box_list ul {
    padding: 0px;
	border: none;
	margin-right: -10px;
	margin-top: 8px;
}
.box_list ul .btn_1{
    text-transform: uppercase;
}



.short{
	margin-top:0px;
	margin-bottom:0px;
}


/*-------- 3.7 PopUp Modal --------*/
.popup-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* Popup close button*/
.popup-dialog .mfp-close{
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.popup-dialog .mfp-close:hover{
  color: #fff;
  background-color: #66676b;
}

.popup-dialog .mfp-close:before {
  font-size: 24px;
  font-family: 'ElegantIcons';
  content: "\4d";
}


.popup-dialog .form-group {
  position: relative;
}

.popup-dialog .form-group input.form-control {
  padding-left: 40px;
}

.popup-dialog .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

.popup-dialog .form-group i.icon_lock_alt {
  top: 36px;
}



.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}








#error_page {
    background: #0054a6 url() center bottom repeat-x;
}

ul#top_menu li a.wtsp_btn {
    display: block;
    width: auto;
    color: #525252;
    height: 30px;
    position: relative;
    top: -4px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}



.room_type.last {
    padding: 30px 0px 0 0px;
}
.room_type {
    background-color: white;
	padding: 30px 0px 0 0px;
    margin-bottom: 25px;
    border: 1px solid #dee2e6;
    border-bottom: 5px solid #f2f2f2;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}


@media only screen and (min-width: 992px){
	.main-menu > ul > li span:hover > a {
		opacity: 0.8;
		border-bottom: none;
	}
}


.pull-right{
	float: right;
}
.pull-left{
	float: left;
}

.panel-dropdown.active .mc-modal-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	background: #000;
	background-color: #000;
	opacity: .65;
	opacity: 0.3;
}

.box_detail {
    padding: 0px;
    border: none;
}





.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #a28f62;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.available.arrival-open:not(.off):not(.in-range) {
    background-color: #a8f3be;
    border-color: #eef5e8;
    color: #008a4b;
    border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #209d96 !important;
    color: white !important;
}

/* VALORI DA MODIFICARE IN BASE ALLA STAGIONE*/

.hero_single.version_2:before {
		/*use section 2 for summer, section 1 for winter*/
  /*  background: url(../img/hp_summer.jpg) center center no-repeat;*/
    background:none ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_section {
  /*  bg_call_section.jpg per l'inverno*/
    background: url(../img/summer_downimage_.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 10% 0;
}

.dropdown-menu{
	z-index: 99999 !important;
}

.header{
	background-color: #69696980;
}
.box-placeholder {
	display: inline-block;
	background-color: #fff;
	padding:30px;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}
.box-placeholder hr {
	margin: 0;
	border-color: #f3f3f3;
}
.box-placeholder {
	font-size: 0;
	line-height: 0;
}
.box-placeholder .text {
	display: inline-block;
	background-color: #444;
	height: 12px;
	border-radius: 100px;
	margin: 5px 0;
	min-width: 40%;
	opacity: 0.1;
	animation: fading 1.5s infinite;
}
.box-placeholder .text:first-child {
	margin-top: 0;
}
.box-placeholder .text:last-child {
	margin-bottom: 0;
}
.box-placeholder .text.link {
	height: 40px;
	background-color: #e94e1b;
	opacity: 0.4;
}
.box-placeholder .text.line {
	width: 70%;
}
.box-placeholder .text.category {
	width: 60%;
	margin-bottom: 10px;
}
.box-placeholder h4.text {
	height: 20px;
	margin: 3px 0;
	opacity: 0.2;
}
.box-placeholder .image {
	background-color: #f9f9f9;
}
.box-placeholder .image-yellow {
	background-color: #fff6e2;
}
@keyframes fading {
	0% {
		opacity: 0.1;
 }
	50% {
		opacity: 0.2;
 }
	100% {
		opacity: 0.1;
 }
}


.structure_name {
    height: 3rem;
    overflow: hidden;
}

.poster_title{
	height: 3rem;
	overflow: hidden;
	background-color: #272F7A;
	padding: 0.3rem;
	display:flex;
}

.poster_title h3{
	margin: auto;
}

.poster_image{
	border-radius: 5px;
}
.poster_image img{
	border-radius: 5px 5px 0 0;
}
.poster_preview{
	margin-bottom:30px;
	background-color:#272F7A;
	border: 3px solid #272F7A;
	border-radius: 5px;
	box-shadow: 0 0 20px -10px #656565;
}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #e94e1b;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 7px 0;
  background-color: #e94e1b;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -327px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}



/* --------------- Property Details Page ------------------------ */

ul.solution-box{
	padding: 10px 15px;
	width:100%;
  background-color: #fff;
  border: 1px solid whitesmoke;
  border-left: 3px solid #272F7A;
  margin: 10px 0px;
}
ul.solution-box:hover{
  background-color: #fffaf4;
  border: 1px solid whitesmoke;
  border-left: 3px solid #E67B13;
}


/* OWL Carousel */
.owl-carousel{
  max-height: 230px;
  overflow: hidden;
}
.owl-carousel .owl-item{
  overflow: hidden;
}

/*---------- Main FONT --------------*/
body {
    font-family: Raleway,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Ubuntu,sans-serif;
}



/* ------------------------ ioNicePage -----------------------*/
.u-sheet {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .u-sheet {
    width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .u-sheet {
    width: 340px;
  }
}
.u-sheet .u-sheet {
  width: 100%;
}


/* ------------------ Custom Ioniantravel -----------------*/

.hero_single.version_2 .wrapper h3 {
  text-shadow: none;
  font-size: 3rem;
  text-transform: none;
}
.hero_single.version_2 {
  text-align: left;
}
.hero_single.version_2 .wrapper p {
  margin: 15px 0 30px 0;
  font-size: 18px;
  font-size: 1.0025rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 992px){
  .hero_single.version_2 .wrapper p {
    max-width: 50%;
  }
  .hero_single.version_2 .wrapper h3 {
    max-width: 50%;
  }
}


@media only screen and (min-width: 992px){
  .main-menu > ul > li span > a {
      color: #272f7a;
      padding: 0 14px 15px 14px;
      font-size: 17px;
      font-size: 0.9525rem;
      font-weight: 800;
      text-transform: uppercase;
  }
  header.sticky .main-menu > ul > li span > a {
      color: #272f7a;
  }
}

@media (max-width: 991px){
  #logo img {
      width: auto;
      height: 30px;
      margin: 0px 0 0 0;
  }
}


/* Sub Menu Header */
@media only screen and (min-width: 992px){
  .main-menu ul ul li a {
    font-size: 13px;
    font-size: 0.9525rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 12px 10px;
    line-height: 1;
    background: #E67B13;
  }
  .main-menu ul ul:before {
    border-bottom-color: #E67B13;
  }
}

/* Header Search Input*/
.header-search-input i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-size: 0.825rem;
    position: absolute;
    /* background-color: #fff; */
    line-height: 10px;
    top: 8px;
    right: 1px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}
@media only screen and (max-width: 1320px){
  .header-search-input{
    display: none;
  }
}

header nav a.btn_1 {
    padding: 11px 16px !important;
}


.destination-img-boxes a.grid_item .info {
    background: transparent;
}
.destination-img-boxes a.grid_item{
  height: 400px;
  overflow: hidden;
  margin-bottom: 0px;
}
.destination-img-boxes figure{
  background-position: center;
  background-size: cover;
  margin: 0 0 0;
}


@media only screen and (max-width: 768px){
  .destination-img-boxes a.grid_item{
    height: auto;
  }
}

.destination-img-boxes a:hover figure  {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.destination-img-boxes a figure  {
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
}
.destination-img-boxes a.grid_item .info {
    text-align: center;
}
.destination-img-boxes a.grid_item .info h3 {
    color: #272F7A;
    font-size: 2.875rem;
    letter-spacing: 0;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.destination-img-boxes a.grid_item.photo-grid .info h3 {
    color: white;
}
.destination-img-boxes a.grid_item .info h4 {
    color: white;
    font-size: 1.775rem;
    max-width: 85%;
    letter-spacing: 0;
    text-align: left;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.destination-img-boxes a.grid_item.hotel-img-box .info {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
}
.destination-img-boxes a.grid_item:hover .info h3 {
    color: #E67B13;
}
.destination-img-boxes a.grid_item.hotel-img-box div {
    text-align: left;
    text-decoration: none;
}

.destination-img-boxes a.grid_item .info.top-left {
  top:0px;
  text-align: left;
  padding-left: 30px;
}
.destination-img-boxes a.grid_item .info.top-right {
  top:0px;
  right: 0px;
  text-align: right;
  padding-right: 40px;
}
.destination-img-boxes a.grid_item .info.bottom-right {
  bottom:0px;
  right: 0px;
  text-align: right;
  padding-right: 40px;
}
.destination-img-boxes a.grid_item .info.bottom-left {
  bottom:10px;
  left: 0px;
  text-align: left;
  padding-left: 40px;
}
.destination-img-boxes a.grid_item .info.center-left {
  top: 20%;
  text-align: left;
  padding-left: 30px;
}
.destination-img-boxes a.grid_item .info.center-right {
  top: 34%;
  right: 0px;
  text-align: right;
  padding-right: 40px;
}
.destination-img-boxes a.grid_item .info.center-center {
  top: 18%;
  padding-left: 30px;
}
.destination-img-boxes a.grid_item .info.top-center {
  top: 10%;
  padding-left: 30px;
}


.main_title_2 p {
  font-size: 20px;
  font-size: 1.125rem;
}

main, .bg_color_2{
  background-color: #fffcf8;
}

.adventure_feat{
  padding: 25px;
}
.adventure_feat figure{
  width: 100%;
  height:100%;
  background-position: center;
  background-size: cover;
}
.adventure_feat, .adventure_feat h3{
  color: #272f7a;
  text-align: center;
  word-wrap: break-word;
}
.adventure_feat i{
  font-size: 3.75rem;
  color: #e67b13;
}



footer {
  background-color: #43608e;
  color: #fff;
  color: rgba(255, 255, 255, 1);
}
footer.color_2{
  background-color: #98b2dc;
  color: #272f7a;
  color: rgba(255, 255, 255, 1);
}

.follow_us ul li:first-child {
  font-size: 20px;
  font-size: 1.25rem;
}
.follow_us ul li a {
    color: #fff;
    opacity: 0.7;
    background: #28307a;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
}
.follow_us ul li a i {
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
}
footer #newsletter input[type='email']::placeholder{
  color: white;
  opacity: 0.8;
}



a.btn_1, .btn_1 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
a.btn_1.outline, .btn_1.outline {
  border: 1px solid #272F7A;
}


.hero_in.hotels .wrapper {
    background-color: #888888;
    background-color: rgba(0, 0, 0, 0.2);
}
.hero_in.hotels_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
}





.hero_in.hotels:before {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.discount-price{
  color:red!important;
}
.prices-box {
    background-color: #fff;
}
.prices-box:hover {
    background-color: #e0e6ff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.new_19{
    font-size: 1.25rem;
    background-color: var(--main-pr-color);
    margin: -6px -17px 5px -17px !important;
    padding: 6px 17px 10px 17px;
    border-radius: 0px 0px 0px 0px;
}
.new_19 .hotel-title {
  color:white;
}



/* Photo Gallery */
.mfp-bottom-bar {
    margin-top: -38px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px !important;
}
.mfp-gallery .mfp-content .mfp-close {
    display: initial;
    font-size: 60px;
}




/* Show More */
.show-more {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
}
.show-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(rgba(255,255,255,0),#fff 55%);
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.show-more.visible:after, .show-more.visible .show-more-button {
    opacity: 0;
    visibility: hidden;
}
.show-more-button {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50.5%);
    z-index: 10;
    text-align: center;
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}
.show-more.visible {
    max-height: 2000px;
}


.btn_1.btn-secondary{
  background-color: #E67B13;
}


small.cis {
    font-weight: 400;
    font-size: 0.7em;
    line-height: 2em;
    color: #fff;
}
