                                                                                                                                                            /** Place CSS overrides in this file only **/

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");

body {
    color: #1e1e67;
    font-family: 'Roboto';
    font-size:16px;
    
}    
a {
    color:#1e1e67;
}
p {
    text-align:left;
    font-size:11px;
    
    
}
.btn-subHeader {
    background-color: #A48111;
    color: #FFF!important;
    font-weight: 200;
}
.navbar-brand {
    width: 50%!important;
}    
 
.charter-lgblue-bg {
  /*background-color: #e2f2f8;*/
  background-color:#f7f7f7;
  
}
div.dropdown-menu > div > UL > LI > A {
    color: #f012b3;
}    
.charter-vlgblue-bg {
  /* background-color:#e2f2f8;*/
  background-color:#f7f7f7;
} 
h1.side_lines span, h2.side_lines span {
    background-color: #f7f7f7;    
}
.h1, .h2, .h3, h1, h2 {
   margin-bottom: 20px;
}
h2{
    font-size:28px;
}
h3 {
    padding-left:17px;
}
.main-page-label {
   /*background-color: #e2f2f8;*/
   background-color:#f7f7f7;
}
.navbar-default .navbar-nav>li>a {
    color: #04084b;
}  
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #04084b;
}    
#breadcrumb {
  font-size: 14px;
}    
.home-page section, .destination-home-page section, .region-home-page section {
		padding: 23px 0;
}
.btn-enquire-now {
    font-size: 83%;
    
}
.blog-image{
    width:768px;
    height:513px;
}

/*css button shape*/
  .int-gold-box {
        background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 465px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size:17px;
             
    }
  .int-gold-button {
      position: absolute;
    padding: 7px 6px;
    bottom: 0px;
    left: 20px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #9f7a26;
    color: #fff;
    font-size: 16px;
  }  
   .int-gold-content {
      
       padding:3px 13px;
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
     
   } 
   .int-gold-button-position {
      position:absolute;
     left:70px;
     bottom:10px;
       
   }
   .int-gold-h2 {
       font-size:24px;
       padding:0px 20px;
       margin-bottom:8px;
       margin-top:8px
   }
   .int-gold-border {
       border-bottom:3px solid #9f7a26;
       padding-top: 208px;
   }
   
.pointer {
  width: 200px;
  height: 40px;
  position: absolute;
  background: #e10000;
  bottom:10px;
  color:white;
  box-shadow: 0 1px 6px 0 rgb(0 0 0);
  right:102px;
  padding-left:15px;
  padding-top:7px;
  font-size:17px;
}
.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e10000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
  
/*end*/
.hotel-blue-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 584px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}
.hotel-blue-image{
    width: 100%;
    height: auto;
}
.hotel-blue-border{
    border-bottom: 3px solid #248fb5;
    padding-top: 238px
}
.hotel-blue-title{
    font-size: 24px;
    font-family: Playfair Display;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;

}
.hotel-blue-content{
  padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    
}
.hotel-tag {
    text-align:center;
    padding-top:20px;
    position:absolute;
    left:102px;
    bottom:78px
}
.hotel-icon{
    width:241px;
    color:purple
    
}
.hotel-blue-button-position{
    position: absolute;
    left: 70px;
    bottom: 20px
}
.hotel-blue-button{
  position: absolute;bottom: 0px;
   
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left:59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
                      
}
.btn-blue {
    background-color: #fff ;
    color:#1e1e67;
    border: 2px solid #14b0f7;
     padding: 3px 3px;
      position: absolute;
    bottom: 30px;
}
.btn-block {
    width: 95%;
}
.owl-theme .owl-controls .owl-buttons div{
	background: #1e1e67;
    height: 30px;
    width: 100px;
    font-size:16px;
    padding:-1px;
    opacity: 1;

}

a {
    color: #1e1e67;
   
}
.line-up-with-p {
    padding-left:17px;
}
.itinimagemap {
    float:left;
    width:400px;
    padding-right:20px;
}
.enqform {
    position: absolute;
    height:370px;
    background: rgba(-0,0,54,0.75);
   

}
.static-enquiry-form {
  position: absolute;
    top: 280px;
    left: 50px;
}

/*footer-trusted*/
.trusted-logo {
    margin-left:102px;
}
.trusted-text {
    text-align:center;
    font-size:14px;
    padding-left: 17px;
    padding-right: 17px;
 }
/*END*/ 
.special-content {
    font-size: 16px;
}
/*Carousel for Hotels*/
#carousel-custom {
  /* margin-top:  10px;*/
    width: 100%;
   /*margin-bottom:30px;*/
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-control.right {
    background-image: none;
    /*width: 54px;*/
    /*height: 54px;*/
    top: 53%;
    right: -13px;
    bottom:65px;
    margin-top: 53px;
    line-height: 54px;
    /*border: 2px solid #fff;*/
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.left {
    background-image: none;
    /* width: 54px; */
    /* height: 54px; */
    top: 23%;
    right:0px;
    left: -47px;
    margin-top: 54px;
    line-height: 54px;
    /* border: 2px solid #fff; */
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    width: 5%;
    font-size: 25px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.topleft {
    background-image: none;
    /* width: 54px; */
    /* height: 54px; */
    top: 46%;
    right: 0px;
    left: -44px;
    margin-top: 54px;
    line-height: 54px;
    /* border: 2px solid #fff; */
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.arrow-top-banner {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 11px;
}
.arrow-small-banner {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 9px;
}

.right {
    transform: rotate(157deg);
   -webkit-transform: rotate(-561deg);
    position: absolute;
   top: 54px;
   left:33px;
  
    
} 

.right-home {
    transform: rotate(157deg);
   -webkit-transform: rotate(-561deg);
    position: absolute;
   top: 30px;
   left:33px;
  
    
}    
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(67deg);
   position: absolute;
   top: 10px;
    left:25px;
    

    
}
.right-large {
    transform: rotate(157deg);
   -webkit-transform: rotate(-561deg);
    position: absolute;
    top: 158px;
    left:29px;
}    

.left-large {
  transform: rotate(135deg);
  -webkit-transform: rotate(67deg);
   position: absolute;
    top: 10px;
    left:25px;

    
}
.topleft {
  transform: rotate(135deg);
  -webkit-transform: rotate(67deg);
}
.carousel-inner img {
  max-height:100%;
}
.carousel-inner.item {
 display: none;
    -webkit-transition: 0.2s ease-in-out left;
    -moz-transition: 0.2s ease-in-out left;
    -o-transition: 0.2s ease-in-out left;
    transition: 0.2s ease-in-out left;
}    
/*End Carousel for Hotels*/
.hotel-image {
    width:354px;
    height:237px!important;
}
.btn-white {
    color: #1e1e67;
    background-color: #fff;
    border: 3px solid #04084B;
    text-transform: uppercase ;
} 

/*accordian*/
   .accord-margin{
       margin-bottom:10px;
   }
    .suitcase ul {
  list-style: none;
  padding: 0;
}
.suitcase li{
  padding-left: 8px;
}
.suitcase li::marker {
  content: "\f0f2"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.pointer-column{
    right:98px;
}
.accordion__content__text__title {
  padding-left:0px;
  margin-top: 1%;
}

.accordion__content__text__horizontal-line {
  border: none;
  border-bottom: 1px solid #1e1e67;
  margin: 2% 2% 2% 0%;
}
@media (max-width: 1024px){  
  
.pointer-column {
    right: 41px;
}
}
@media (max-width: 420px){  
  
.pointer-column {
    right: 95px;
}
}
/*accordian end*/
/*read more/less function*/
#text{
display:none;
}

.btn-container{
  margin: auto;
  height:44px;
  width:112.23px;
  
}
a:active{
  color:#ffd323;
}

.readbutton{
   padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}


/*END read more/less function*/
/*whybookwithus scoller*/
.whyheight {
	height:300px;
}
.whypaddingleft {
	padding-left:0px;
}
.whybondsbox {
 	height:80px;
	background:blue;
	padding-left:46px;
	padding-top:55px;
}
.whylogo1 {
	position:absolute;
	left:50px;
	top:74px;
}
.whylogo2 {
	position:absolute;
	left:260px;
	top:70px;
}.whylogo3 {
	position:absolute;
	left:52px;
	top:143px;
}.whylogo4 {
	position:absolute;
	left:260px;
	top:140px;
}
.whylogo5 {
	position:absolute;
	left:50px;
	top:210px;
}
.whylogo6 {
	position:absolute;
	left:260px;
	top:210px;
}
.whyabta {
	float:left;
	height:58px;
	width:120px;
}
.whyatol {
	float:left;
	height:58px;
	width:108px;
	
}
.whyiata {
	float:left;
	height:58px;
	width:120px;
	padding-left:11px;
}
/*End whybookwithus scroller*/
/*white regional box*/
.panel {
    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
.panel-body {
	background-color:#fff;
	min-height:550px;
	 
}
.panel-footer {
    	background-color:#fff;
    	border-top: 0px solid #ddd
} 
/*end of white regional box*/

.special_offer {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    background-color: white;
}
.inspire {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
/*box for the scrolling images to add text*/
.carousel-box {
   padding: 10px;
    margin-bottom: 15px;
   background: rgba(225,225,225,0.05);
   *border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    margin-top: 144px;
    margin-right:25px;
    text-align:center;
    
 }
.carousel-box-1 {
    background: rgba(225,225,225,0.65);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    text-align: center;
    max-width:525px;
    padding-bottom:30px;
}
.carousel-box-2 {
    background: rgba(225,225,225,0.65);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    text-align: center;
    max-width:525px;
    padding-bottom:30px;
    margin-top:90px;
    margin-right:40px;
}
.carousel-box:link {
     background: #a48111;
    text-decoration: none!important;
}
.carousel-box:visited {
     background: #a48111;
    text-decoration: none!important;
}
.carousel-box:hover {
     background: #a48111;
    text-decoration: none!important;
}
.carousel-box:active {
     background: blue;
    text-decoration: none!important;
}
.cta-shaded {
    background:rgba(9,28,46,.3);
    height:200px;
    margin-top:92px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    margin-left:240px;
    margin-right:240px;
    display:none;
}    
.cta-main-text, .cta-alt-text, .cta-price-text {
    /*display: block;*/
    line-height: 0.5em;
   
}
.cta-main-text SPAN, .cta-alt-text SPAN, .cta-price-text SPAN {
		/*display: inline;*/
	}
	
.cta-main-text SPAN {
    font-size: 48px;
	font-weight: 600;
	line-height: 1.0em;
/*	color: #0e4370;*/
    color: #fff;
	letter-spacing: 0.0625em;
	text-align:center;
	width:100%;
	top:110px;
	position:absolute;
	/*font-family: 'Cormorant';*/
	text-shadow:2px 2px 2px rgba(0,0,0,0.75);
}
.cta-alt-text SPAN {
    color: #fff;
	font-size: 31px;
	font-weight: 800;
	line-height: 1.5em;
	letter-spacing: 0.0625em;
	width:100%;
	text-align:center;
    top:170px;
    position:absolute;
    /*font-family: 'Cormorant';*/
    text-shadow:2px 2px 2px rgba(0,0,0,0.75);
}
.cta-price-text SPAN {
    color: #fff;
    font-size: 31px;
	font-weight: 800;
	line-height: 1.5em;
	letter-spacing: 0.0625em;
	text-align:center;
	width:100%;
	top:220px;
	position:absolute;
	/*font-family: 'Cormorant';*/
	text-shadow:2px 2px 2px rgba(0,0,0,0.75);
}

/*END box for the scrolling images to add text*/
.btn-enquire {
    color:#1e1e67;
    padding: 2px 3px;
    font-size: 17px;
    background-color:white;
   border: 1px solid #14b0f7;
}    
.btn-red {
   box-shadow: 0 1px 6px 0 rgba(0,0,0,1.2);
}   
/*font-awesome blue*/
.text-danger {
    color:#04084B;
}
/*blockquote new layout*/
#quote blockquote p, #quote blockquote footer {
	padding:0px 40px;
}
blockquote{
    padding: 20px 5px 33px 5px;
}
#quote blockquote:after {
      font-size: 80px;
      margin-bottom: 8px;
      
}
#quote blockquote:before {
        font-size: 80px;
        margin-top: -30px;
 }        
#quote blockquote {
	background-color:#fdfcdd;
	color:#14b0f7;

} 
#quote blockquote p, #quote blockquote footer {
	color:#1e1e67;
}
/*END blockquote new layout*/
.smallatol{
    float:left;
    height:67px;
    width:auto;
    padding-left:10px;
}
.smallabta{
    float:left;
    height:67px;
    width:auto;
    padding-left:10px;
}
.smalliata{
    float:left;
    height:67px;
    width:auto;
    padding-left:10px;
}
.smalllogobox {
    padding-left:45px;
    padding-right:69px;
    padding-top:10px
}
/*white box on front page that also floats right on mobile*/  
.hj-2-mobile-box {
    height:177px;
	text-align:left;
    margin-bottom:10px;
    position:relative;
     box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.hj-2-mobile-image {
    width:100%;
    height:auto;
}

.hj-2-mobile-title {
    width:190px;
   
}
.hj-2-mobile-text {
    color:white;
    position:absolute;
    top:30px;
    font-size:24px;
    font-weight:700;
  padding-left:10px;
  padding-right:10px;
 background: rgba(9,28,46,.3);
  width:226px;
  height:auto;
 
}
.hj-2-on-image {
    font-size: 24px;
    padding: 0px 6px;
    /* background: #1e1e67; */
    background: rgba(9,28,46,.3);
    font-weight: 500;
    width: 97%;
}    

.hj-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;

}

.hj-image {
    width:100%;
    height:auto;
}

.hj-title {
    width:190px;
}
.hj-title-small{
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
} 

.hj-title-2-lines {
    width:340px;
    padding-top:20px;
    padding-bottom:10px;
    font-size:24px;
    font-weight: 500;
    line-height: 1.1;
}
.hj-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
}

.hj-image-desktop {
    float:left;
    width:154px;
    height:auto;
}

.hj-title-desktop {
    width:190px;
     Float:right;  
    margin-top:-146px;
}
.hj-title-small-desktop{
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
   
    
} 

.hj-title-2-lines-desktop {
    width:185px;
    padding-top:4px;
    font-size:18px;
    font-weight: 500;
    line-height: 1.1;
    float:right;  
    padding-left:15px;
    
}
.btn-small {
    padding: 1px 1px;
    font-size: 15px;
}

.hj-button-desktop{
    width:170px;
    padding-top: 10px;
    float: right;
    margin-top:3px;
   
}
.hj-button-dining-plan{
    width:125px;
    text-align: right;
}
.hj-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
    font-size:15px;
}

/*END white box on front page that also floats right on mobile*/  
/*half desktop to half mobile box*/

.hdhm-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: auto;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    position:relative;
   
}
.hdhm-text-on-image {
    background: orange;
    width: 258px;
    height: 43px;
    position: absolute;
    color:white;
    top: 31px;
    font-size: 19px;
    padding-top: 6px;
    padding-left: 5px;
}
.hdhm-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}


/*itineray box on front page that also floats right on mobile*/
.int-box {
	background-color:#fdfcdd;
	padding: 10px;
	text-align:left;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.int-image {
    width:100%;
    height:auto;
}

.int-title {
    width:190px;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 540;
}
.int-content{
    width: 100%;
    height: 50px;
    
}
.int-button{
    width:100px;
    height: 50px;
    padding-top: 10px;
}
.int-fp-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
}
.int-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
}
.switch-int-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:400px;
}
.switch-int-title-2-lines-desktop {
    width:336px;
    font-size:26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top:14px;
    
}
.switch-int-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 18px;
}
.switch-int-image-desktop {
    height:auto;
}
.switch-int-content-desktop{
    font-size:14px;
    padding-top:7px;
   
   
}
.switch-int-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
    font-size:15px;
}

.switch-white-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:600px;
}
.switch-white-title-2-lines-desktop {
    width:100%;
    font-size:26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top:14px;
    
}
.switch-white-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 18px;
}
.switch-white-image-desktop {
    height:auto;
}
.switch-white-content-desktop{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857143;
    background-color: #fff;
    padding-top:20px;
    
   
}
.switch-white-fp-btn-desktop {
   display: inline-block;
   padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #04084b;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
   
}

.switch-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}
.switch-width-white-box-desktop {
  width:100%;
  height:242px;
  position:relative;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  padding:10px;
  margin-bottom:10px;
}
.switch-width-white-title-2-lines-desktop {
   position:absolute;
   left:354px;
   top:4px;
   font-size:27px;
    font-weight: 500;
    line-height: 1.4;
   
    
}
.switch-width-white-button-desktop{
   position:absolute;
   top:190px;
   left:237px;
   }
.switch-width-white-image-desktop {
    height:auto;
   
}
.switch-width-white-image {
     width:310px;
    height:220px
}
.switch-width-white-content-desktop{
   position:absolute;
   font-size:17px;
   width:377px;
   padding-top:16px;
     font-weight: 100;
     
}
.switch-width-white-fp-btn-desktop {
   display: inline-block;
   padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
   
}
.switch-width-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}
.switch-width-white-arrow {
 position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 0px;
    left: 117px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}
    
.switch-white-arrow {
    position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 7px;
    left: 139px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #04084b;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
}
.switch-button-text {
    color:white;
}
/*white box code*/
.white-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 3px;
	text-align:center;
	height:530px;
	width:310px;
	}
.white-title-2-lines-desktop {
    width:100%;
    font-size:26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top:14px;
    
}
.white-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 18px;
}
.white-image-desktop {
    height:auto;
}
.white-content-desktop{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    background-color: #fff;
    padding-top:20px;
    padding-left: 10px;
    padding-right: 10px;
}
.white-fp-btn-desktop {
   display: inline-block;
   padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #04084b;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
   
}

.white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}
.width-white-box-desktop {
  width:100%;
  height:242px;
  position:relative;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
  padding:10px;
  margin-bottom:10px;
}
.width-white-title-2-lines-desktop {
   position:absolute;
   left:354px;
   top:4px;
   font-size:27px;
    font-weight: 500;
    line-height: 1.4;
   
    
}
.width-white-button-desktop{
   position:absolute;
   top:190px;
   left:237px;
   }
.width-white-image-desktop {
    height:auto;
   
}
.width-white-image {
     width:310px;
    height:220px
}
.width-white-content-desktop{
   position:absolute;
   font-size:17px;
   width:377px;
   padding-top:16px;
     font-weight: 100;
     
}
.width-white-fp-btn-desktop {
   display: inline-block;
   padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
   
}
.width-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}
.width-white-arrow {
 position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 0px;
    left: 117px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}
    
.white-arrow {
    position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 7px;
    left: 107px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
     background-color: #04084b;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size:18px;
}
.button-text {
    color:white;
}
/*end of white box code*/
.int-box-desktop-white {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
}
.int-image-desktop {
    float:left;
    width:154px;
    height:auto;
}

.int-title-desktop {
    width:190px;
     Float:right;  
    margin-top:-146px;
}
.int-title-small-desktop{
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
   
    
} 

.int-title-2-lines-desktop {
    width:185px;
    font-size:18px;
    font-weight: 500;
    line-height: 1.1;
    float:right;  
    padding-left:10px;
    
}

.int-content-desktop{
    font-size:14px;
    padding-top:7px;
    
   
}

.btn-small {
    padding: 1px 1px;
    font-size: 15px;
}

.int-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 269px;
}
.int-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: orange;
    color: #fff;
    font-size:15px;
}
.white-fp-btn-desktop {
    display: inline-block;
    padding: 5px 6px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #04084b;
    color: #fff;
    font-size:15px;
}
/*END itineray box on front page that also floats right on mobile*/


/*white box with shawdow to lift off the page*/
.special-box {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
/*special offers section*/
.special-button {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
.special-heading {
    background-color: #14b0f7;
    font-size:26px;
    font-weight:800;
    text-align:center;
    padding:10px;
    color:#fff;
}
.special-body {
     background-color: #fff;
    padding:10px;
}
.special-id {    
    background-color: #fff;
    height: 91px;
    margin-bottom: 20px;
   
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
.special-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #FF0000;
    color: #fff;
    font-size:15px;
}
.special-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: -2px;
    left: 325px;
}
.white-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 30px;
    left: 96px;
}
.price-box {
    margin-bottom: 33px;
    /*margin-left:10px;*/
    font-size:1.5vw;
}
.price-from-box {
    float:left;
    margin-left: 53px;
    margin-right: 8px;
    margin-top: -1px;
}
.total-price-box {
    float:left;
    margin-top:-4px
}
.per-person-box {
    float:left;
    margin-left: 10px;
    margin-top: 1px;
}
.special-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
}


.special-image-desktop {
    float:left;
    width:154px;
    height:auto;
}

.special-title-desktop {
    width:190px;
     Float:right;  
    margin-top:-146px;
}
.special-title-small-desktop{
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
} 

.special-title-2-lines-desktop {
    width:176px;
    font-size:16px;
    font-weight: 500;
    line-height: 1.1;
    float:right;  
    padding-left:10px;
    
}

.special-content-desktop{
   font-size:14px;
   padding-top:7px;
   
}

.btn-small {
    padding: 1px 1px;
    font-size: 15px;
}

.special-pricetag {
    font-size:14px;
     position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 168px;
    color:red;
    top:80px;
}
.special-date-range {
    font-size:12px;
      position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 170px;
    top:66px;
    color:black;
}

.special-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #1e1e67;
    color: #fff;
    font-size:15px;
}
/*END special offers section*/
/*disney features*/
.col-features {
  
    float:right;
    width:50%;
}
.col-3-images {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float:left;
    width:49%;
   
}
.disney-copyright {
   font-size: 12px;
    margin-top: -17px;
    color: #fff;
    padding-left: 5px;
}
.disney-copyright-desktop {
   font-size: 10px;
    margin-top: -17px;
    color: #fff;
    padding-left: 3px;
}
.disney-video {
   
    float:left;
    width:42.33%;
   
}
.disney-content {
  
    float:right;
    width:56.33%;
    
}
ul.ears {
     list-style-image: url('https://www.chartertravel.co.uk/responsive/cms/assets/img/region-general/logos-for-website/blue-mickey-ears-18px.jpg');
}
ul.cirle {
     list-style-type: cirle;
}     
/*END*/

.panel-heading {
    background-color: #14b0f7;
}
/*quote ref font on specials box*/
.priceLabel {
      font-size: 18px;
} 
/*END*/

.label-red {
    background-color: #14b0f7;
}
.yellow-text-box {
    background-color:#f1f1f1;
    padding: 10px 0 10px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.quote-ref-box {background-color:#fff;height:63px;margin-top:-8px;margin-bottom:10px}

.promote-box-image {
    margin-left:156px;
}

/*Left Video and Right Text*/
.col-video {
   
    float:left;
    width:42.33%;
   
}
.col-content {
  
    float:right;
    width:56.33%;
     
}
/*END Left Video and Right Text*/


/*zoom on image*/
.image-zoom-box {
    position: relative;
    margin: auto;
    overflow: hidden;
   
}
.image-zoom-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .5s ease;
    will-change: transform;
}

.image-zoom-box:hover img {
    transform: scale(1.4);
}
/*END zoom on image*/
/*hover link with text for*/
.imgparent {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.imgchild {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchild a:link {
    display: none;
    font-size: 30px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.imgchild a:hover {
    color: #ffffff !important;
    
}
.imgchild a:visited {
    color: #ffffff !important;
    
}
/*.imgparent:hover .imgchild, .parent:focus .imgchild {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.imgparent:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparent:hover a, .imgparent:focus a {
    display: block;
}

.imgchild:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
    background: rgba(48,186,587,0.75);
}
.imgparent {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.imgchild {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchild a:link {
    display: none;
    font-size: 30px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.imgchild a:hover {
    color: #ffffff !important;
    
}
.imgchild a:visited {
    color: #ffffff !important;
    
}
/*.imgparent:hover .imgchild, .parent:focus .imgchild {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.imgparent:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparent:hover a, .imgparent:focus a {
    display: block;
}

.imgchild:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
    background: rgba(48,186,587,0.75);
}
/*END*/
/*hover link with text for regions*/
.imgparentregion {
   	text-align:left;
	height:100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.imgchildregion {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchildregion a:link {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.imgchildregion a:hover {
    color: #ffffff !important;
    
}
.imgchildregion a:visited {
    color: #ffffff !important;
    
}
/*.imgparent:hover .imgchild, .parent:focus .imgchild {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.imgparentregion:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparentregion:hover a, .imgparent:focus a {
    display: block;
}

.imgchildregion:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
    background: rgba(48,186,587,0.75);
}
.imgparentregion {
   	text-align:left;
	height:100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.imgchildregion {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchildregion a:link {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}
.imgchildregion a:hover {
    color: #ffffff !important;
    
}
.imgchildregion a:visited {
    color: #ffffff !important;
    
}
/*.imgparent:hover .imgchild, .parent:focus .imgchild {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}*/

.imgparentregion:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparentregion:hover a, .imgparent:focus a {
    display: block;
}

.imgchildregion:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(52,73,94,0.75);*/
    background: rgba(48,186,587,0.75);
}
/*END*/
/*Hotel-Templates*/
.hotel-blue-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 584px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}
.hotel-blue-image{
    width: 100%;
    height: auto;
}
.hotel-blue-border{
    border-bottom: 3px solid #248fb5;
    padding-top: 238px
}
.hotel-blue-title{
    font-size: 24px;
    font-family: Playfair Display;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;

}
.hotel-blue-content{
  padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
     
    
}
.hotel-tag {
    text-align:center;
    padding-top:20px;
    position:absolute;
    left:102px;
    bottom:78px
}
.hotel-icon{
    width:241px;
    color:purple
    
}
.hotel-blue-button-position{
    position: absolute;
    left: 70px;
    bottom: 20px
}
.hotel-blue-button{
  position: absolute;bottom: 0px;
   
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left:59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
}

/*END-Hotel*/
.front-page-top-box-1 {
    
}
.front-page-top-box-2 {
    
}
.front-page-top-box-3 {
    
}
.front-page-top-box-4 {
    height:176px;
    width:100%;
    background:#de163b
}

.image-text-box {
    position: relative;
    text-align: center;
    color: white;
}
.image-main-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: -38%;
    font-size:27px;
    color:#fff;
}
.image-more-text {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: -25%;
    font-size:20px;
     color:#fff;
}
/*END*/
/*2-line-text-1-box-offer*/
.first-line-text {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 83px;
    left: 50px;
    font-weight: 800;
}    
.second-line-text {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 117px;
    left: 49px;
    font-weight: 800;
}    
.one-box-offer-red {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 180px;
    background-color:#e10000;
    left: 50px;
    padding: 5px;
    font-weight: 500;
}
.one-box-offer-blue {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 180px;
    background-color:#1e0662;
    left: 50px;
    padding: 5px;
    font-weight: 500;
}    
/*END*?
/*universal box*/
.universal-box {
    margin-right:5px;
    height:355px;
}
/*END*/
/*image expand*/
.modal-dialog {
      width: 97%;
  }

.close {
  position:absolute;
  top:-25px;
  z-index:999;
  font-size:9rem;
  font-weight: normal;
  color:#fff000;
  opacity:1;
}

#image {
  max-width:100%;
}
/*END*/
.fixed-h280 {
    min-height:280px;
}
.fixed-h400 {
    min-height: 400px;
}
.blueitinerarybutton {
        font-size:22px;
      }
      
      .blueitinerarybutton a:visited {
        color:#fff !important;
      }
      
      .blueitinerarybutton a:link {
        color:#fff !important;
      }
/*ipad pro*/
.special-main-box {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:125px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;

}
.mobile-top-text-banner {
     padding: 10px;
     margin-bottom: 15px;
    background: rgba(225,225,225,0.65);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    margin-top: 28px;
    margin-right: 25px;
    margin-left:25px;
    text-align: center;
}
.tick-text-box{
    background: rgba(225,225,225,0.80);
    height: 204px;
    width: 303px;
    position: absolute;
    top: 18%;
    left: 18%;
}
ul.tick {
    font-size: 21px;
    position: absolute;
    left: -5px;
    padding-top: 7px;
    
}    

@media only screen and (max-width: 1199px) {
.pointer {
  right:70px;
}
.switch-width-white-box-desktop {
  width:100%;
  height: 223px;
  padding:10px;
  margin-bottom:10px;
}
.switch-width-white-title-2-lines-desktop {
   left: 298px;
   top: 3px;
   font-size:25px;
}
.switch-width-white-button-desktop{
   top: 174px;
   left: 171px;
}
.switch-width-white-image-desktop {
    height:auto;
   
}
.switch-width-white-image {
     width: 277px;
     height: 202px;
}
.switch-width-white-content-desktop{
   font-size: 16px;
   width: 314px;
   padding-top: 5px;
    
 }
.block-with-text {
  overflow: hidden;
  position: relative; 
  line-height: 1.42em;
  max-height: 134px;

}
.block-with-text+.block-with-text{
  margin-top:10px;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 23px;
  bottom: -4px;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.switch-width-white-fp-btn-desktop {
   padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    font-size:16px;
}

.switch-width-white-arrow {
    bottom: 0px;
    left: 101px;
    font-size: 16px;
}

.hj-2-mobile-box {
	height:145px;
	font-size:20px;
} 

.front-page-top-box-4 {
    height:142px;
}
.int-content-desktop {
    font-size: 12px;
}

.static-enquiry-form {
    top: 260px;
}
.right-large {
    left:39px;
}

.left-large {
    top: -2px;
    left:39px;
}
.right {
    left:39px;
}

.left {
    top: -2px;
    left:39px;
}

.one-box-offer-red {
    font-size: 27px;
    top: 173px;
   
}  

.tick-text-box{
    top:13%;
    left:13%;
}

.image-main-text {
    font-size:22px;
}
.image-more-text {
    font-size:18px;
 
}

.smalllogobox {
    padding-left:0px;
    padding-right:17px;
   
}

.carousel-box-1 {
  
    max-width: 429px;
    margin-right: 44px;
    
} 
.carousel-box-2 {
  
    max-width: 429px;
    margin-right: 44px;
    
}    

.hj-title-2-lines-desktop {
    width: 140px;
    font-size:15px;
    padding-left:9px;
}
.hj-image-desktop {
    width: 133px;
}
.hj-button-desktop {
    width:133px;
}
.int-title-2-lines-desktop {
    width: 150px;
    font-size:14px;
    padding-left:9px;
}
.int-image-desktop {
    width: 122px;
}
.int-button-desktop {
    bottom: 19px;
    left: 205px;
}
.imgparent {
    width: 100%;
    margin: 20px 0px
}

.universal-box {
   height: 390px;
}
.btn-enquire-now {
    font-size: 77%;
}
.fixed-h280 {
    min-height: 330px;
}
.fixed-h400 {
    min-height: 420px;
}
.switch-int-title-2-lines-desktop {
    width: 274px;
    font-size:22px;
}
.switch-white-title-2-lines-desktop {
    width: 274px;
    font-size:22px;
}
.special-image-desktop {
    float: left;
    width: 129px;
    height: auto;
}    
.special-date-range {
    font-size: 12px;
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 142px;
    top: 60px;
    color: black;
}

.white-button-desktop {
    left:264px;    
}
.special-button-desktop {
    left:264px;  
    bottom:0px;
}
.special-title-2-lines-desktop {
    width: 144px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    float: right;
    padding-left: 10px;
}

.special-pricetag {
    font-size: 14px;
    position: absolute;
    padding: 7px 6px;
    bottom: 13px;
    left: 138px;
    color: red;
    top: 76px;
}

.cta-main-text SPAN {
    font-size: 36px;
   }

.cta-alt-text SPAN {
	font-size:23px;
}

.cta-price-text SPAN {
	Font-size:23px;
}
}

/*ipad*/

@media only screen and (max-width: 820px) {
.navbar-default .navbar-nav>li>a {
       font-size: 11px;
}
.price-from-box {
    margin-left: 250px;
}    
.pointer {
  width: 156px;
  height: 32px;
  right:41px;
 
}
.pointer:after {
  border-left: 21px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer:before {
  border-left: 21px solid #e10000;
  border-top: 12px solid transparent;
  border-bottom: 20px solid transparent;
}


.special_offer {
    font-size:17px;
}

.switch-width-white-content-desktop {
    width: 417px;
}    
.front-page-top-box-4 {
    height:231px;
}
.hj-2-mobile-box {
	height:232px;
} 

.right {
  top: 159px;
  left:59px;
}
.right-large {
  top: 159px;
  left:59px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -4px!important;
    margin-left: -12px!important;
}    

.herostatic {
        height: 460px!important;
}

.smalllogobox {
    padding-left:8px;
    padding-right:44px;
   
}
.smallatol {
    height:35px;
    width:auto;
    padding-left:2px ;
    
}
.smallabta {
    height:35px;
    width: auto;
}
.smalliata {
    height:35px;
    width:auto;
}

.carousel-box-1 {
   margin-right: 15px;
   width:294px;
}
.carousel-box-2 {
   margin-right: 15px;
   width:294px;
}    
.enqform {
    width: 429px;
    
}    

.static-enquiry-form {
    position: absolute;
    top: 260px;
    left: 17px;
}

.trusted-logo {
    margin-left: 52px;
}
.hj-box {
	height:520px;
}  
 
.hj-title {
    Float:right;  
    margin-top:-146px;
}
.hj-title-small{
    width: 190px;
    font-size: 15px;
    float: right;
    margin-top: -12px;
}    
.hj-image {
    Float:left;
    width:100%;
    height:auto;
}

.hj-title-2-lines {
    Float:right;  
    padding-left:15px;
    padding-top:10px;
}
.hj-title-2-lines-desktop {
    width: 170px;
    font-size:17px;
    padding-left:9px;
}
.hj-image-desktop {
    width: 155px;
}
.hj-button-desktop {
    width:160px;
}
.int-title-2-lines-desktop {
    width: 170px;
    font-size:17px;
    padding-left:9px;
}
.int-image-desktop {
    width: 155px;
}
.int-button-desktop {
    bottom: 20px;
    left: 252px;
}
.col-video {
    width:50%;
   
}
.col-content {
   width:50%;
}
.carousel-box {
    margin-top: 120px;
    margin-right:25px;
   
}    
.cta-main-text SPAN {
	font-size: 25px;
	font-weight: 800;
	line-height: 1.5em;
}
		
.cta-alt-text SPAN {
	font-size: 15px;
}
.cta-price-text SPAN {
	font-size: 15px;
}
.itinimagemap {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom:30px;
} 
.special-image-desktop {
    width: 155px;
} 
.special-pricetag {
    left:169px;
    top:82px;
}
.special-date-range {
    left:169px;
    top:72px;
} 
.white-button-desktop {
    left:264px;    
}
.special-button-desktop {
    left:314px;    
}
.switch-int-title-2-lines-desktop {
    width:335px;
    font-size:26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top:14px;
   
}
    
.switch-int-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 22px;
}
.switch-int-image-desktop {
   height:auto;
}
.switch-int-content-desktop{
     overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px;
}
.switch-int-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:400px;
}
.switch-white-title-2-lines-desktop {
    width:335px;
    font-size:26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top:14px;
   
}
    
.switch-white-button-desktop{
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 22px;
}
.switch-white-image-desktop {
   height:auto;
}
.switch-white-content-desktop{
     overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px;
}
.switch-white-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
	height:auto;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
	height:561px;
}
.int-box {
    height: 193px;
    padding:0px;
}
.int-image {
    width: 289px;
}

.int-title {
    width:360px;
    float: right;
    margin-top: -193px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
.int-content{
    width: 359px;
    height:25px;
    float: right;
    font-size: 12px;
    padding-right:10px;
    margin-top: -151px;
}
.int-button{
    width: 359px;
    float: right;
    margin-top: -82px;
}
.special-title-2-lines-desktop {
    width:170px;
}
.universal-box {
   height: 522px;
}
.fixed-h280 {
    min-height: 430px;
}
.fixed-h400 {
    min-height: 570px;
}
}
@media (min-width: 600px) {
    .mobile-top-text-banner {
        display: none;
    }
  
}

.col-video {
    width: 100%;
}
.col-content {
    width: 100%;
}
.villa-banner-box {
    padding-left:30px;
    padding-right:30px;
    height: 300px;
    width:100%;
    padding-top:10px;
    text-align:center;
    font-weight:800;
    position: relative
    
}  
.villa-banner-image {
    height:288px;
    width: 539px;
    
}
.villa-banner-text-top {
    color:white;
    font-size: 22px;
    position: absolute;
    left: 191px;top: 20px;
    
}
.villa-banner-list-text {
    color:white;
    font-size: 39px;
    position: absolute;
    left: 158px;
    top: 95px;
    text-align: left;
}
.villa-banner-highlight-text {
    color: blue;
    position: absolute;
    top: 83px;
    left: 375px;
    font-weight: 800;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 39px;
}
.villa-banner-bottom-text {
    font-size:14px;
    color:white;
    position: absolute;
    top: 265px;
    left: 173px;
    
}
.villa-banner-red-button {
     position: absolute;
    top: 217px;
    left: 416px;
}
@media only screen and (max-width: 430px) {
.image-remove{
    display:none;
}  
.blog-image{
    width:360px;
    height:248px;
}
.hotel-image {
    width:100%!important;
    height:100%!important;
}
 .hotel-blue-border{
   padding-top: 229px
}
 .cta-shaded {
    background:rgba(9,28,46,.33);
    height:125px;
    margin-top:97px;
    margin-left:0px;
    margin-right:0px;
    display:block;
}   
.cta-main-text SPAN {
    font-size: 22px;
	top:91px;
}
.cta-alt-text SPAN {
   	font-size: 15px;
    top:140px;
}
.cta-price-text SPAN {
    font-size: 15px;
	top:177px;

}	

    .int-gold-box {
            height:370px;
            font-size:12px;
        }       
    .price-box {
        font-size:4.5vw;
    }  
    .special-pricetag {
    font-size: 12px;
    }
    .price-from-box {
     margin-left: 53px;
    } 
        .mobile-2-col {
         margin-left: 9px;
         margin-right: -19px;
         padding-left:7px;
        } 
        .int-gold-border {
        padding-top:119px;
        }
         .int-gold-h2 {
       font-size:19px;
       padding:0px 7px;
       }
       .int-gold-content {
            display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        
       } 
       .int-gold-button-position {
         left:44px;
         bottom:10px;
       }
        .int-gold-button {
        padding: 5px 5px;
        font-size: 14px;
        } 
       
      .int-gold-border {
    padding-top: 202px;
    }
     .int-gold-button-position {
         left:75px;
       }.charter-lgblue-bg {
  background-color: #e2f2f8;
  /*background-color:#f7f7f7;*/
  
}
.charter-vlgblue-bg {
   background-color: #e2f2f8;
  /*background-color:#f7f7f7;*/
} 
h1.side_lines span, h2.side_lines span {
     background-color: #e2f2f8;
  /*background-color:#f7f7f7;*/   
}
.hdhm-box {
    margin-bottom: 10px;
    padding: 3px;
    position:relative;
   
}
.hdhm-text-on-image {
    width: 128px;
    height: 19px;
    top: 21px;
    font-size: 9px;
    padding-top: 3px;
    padding-left: 3px;
}
.hdhm-title {
    width: 170px;
    font-size: 15px;
    text-align: left;
}
.pointer {
  width: 204px;
  height: 32px;
  right:92px;
  font-size:17px;
 
}
.pointer:after {
  border-left: 21px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer:before {
  border-left: 21px solid #e10000;
  border-top: 12px solid transparent;
  border-bottom: 20px solid transparent;
}


.villa-banner-box {
    height: 228px;
    width:100%;
    padding-left:0px;
    padding-right:0px;
}  
.villa-banner-image {
    height:auto;
    width: 100%;
    
}
.villa-banner-text-top {
   font-size:14px;
   left: 44px;
   top: 20px;
}
.villa-banner-list-text {
 font-size: 16px;
    left: 43px;
    top: 76px;
}
.villa-banner-highlight-text {
   top: 75px;
    left: 170px;
    font-size:18px;
 }
.villa-banner-bottom-text {
   font-size: 11px;
    top: 204px;
    left: 45px;
}

.villa-banner-red-button {
     position: absolute;
     top:155px;
     left:121px;
     font-size:14px;
   
}


.first-line-text {
    font-size: 21px;
    /*top: 93px;*/
    top:35px;
    left: 19px;
  
}    
.second-line-text {
    font-size: 26px;
    /*top: 120px;*/
    top:64px;
    left: 18px;
}    
.one-box-offer-red {
    font-size: 22px;
    top:101px;
    left: 17px;
 
}  
.one-box-offer-blue {
    font-size: 22px;
    top:101px;
    left: 17px;
 
}  
.tick-text-box{
    height:133px;
    width:241px;
    top:18%;
    left:16%;
}
ul.tick {
    font-size: 14px;
    padding-top: 0px;
    
} 
.right {
  top: 15px;
  left:37px;
} 
.right-home{
    top: 26px;
    left: 47px;
}
.right-large {
  top: 15px;
  left:37px;
}    
.front-page-top-box-4 {
    height: 105px;
}    
.image-main-text {
    font-size:15px;
}
.image-more-text {
    font-size:12px;
 
}

.herostatic {
        height: 343px!important;
}

#carousel-form {
    display:none;
}  
.form-heading {
    display:none;
}    
.static-enquiry-form {
    display:none;
}

.smalllogobox {
    padding-left:45px;
    padding-right:44px;
   
}
.smallatol {
    height:35px;
    width:auto;
    padding-left:2px ;
    
}
.smallabta {
    height:35px;
    width: auto;
}
.smalliata {
    height:35px;
    width:auto;
}
.carousel-box-1 {
    margin-top: 17px;
  margin-bottom:15px;
  font-size:16px;
  width:91%;
}
.carousel-box-2 {
    margin-top: 17px;
    margin-right:33px;
  padding-bottom:10px;
  font-size:16px;
  width:331px;
}

.navbar-toggle {
        margin-right: 15px;
}
.hero-form {
    /*width: 414px;*/
    width:100%;
    height: auto;
}
.hero-form .item{
    height:257px
}

.switch-int-box-desktop {
	height: auto;
}
.switch-int-box-desktop-white {
	height: 99px;
}
.switch-int-title-2-lines-desktop {
    width: 220px;
    position: absolute;
    left: 189px;
    top: -5px;
    font-size: 18px;
    
}
.switch-int-content-desktop {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 178px;
    font-size: 13px;
    height: 49px;
    padding-top:5px;
    font-size: 13px;
}

.switch-int-image-desktop{
    width: 155px;
}
.switch-int-button-desktop {
    left: 92px;
    top: 90px;
}
.switch-button-text {
    display:none;
}
.switch-int-fp-btn-desktop {
  padding: 0px 0px 0px 0px;
}
.switch-int-arrow {
    bottom: -15px;
    left: 85px;
}    

.switch-white-box-desktop {
	height: auto;
}
.switch-white-box-desktop-white {
	height: 99px;
}
.switch-white-title-2-lines-desktop {
    width: 205px;
    position: absolute;
    left: 189px;
    top: -5px;
    font-size: 18px;
    
}
.switch-white-content-desktop {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 202px;
    font-size: 13px;
    height: 59px;
    padding-top:5px;
    font-size: 12px;
}

.switch-white-image-desktop{
    width: 155px;
}
.switch-white-button-desktop {
    left: 92px;
    top: 90px;
}
.switch-button-text {
    display:none;
}
.switch-white-fp-btn-desktop {
  padding: 0px 0px 0px 0px;
}
.switch-white-arrow {
    bottom: -18px;
    left: 90px;
    padding:1px 6px 1px 4px;
}    

.switch-width-white-box-desktop {
	height: auto;
}
.switch-width-white-box-desktop-white {
	height: 99px;
}
.switch-width-white-title-2-lines-desktop {
    width: 199px;
    position: absolute;
    left: 173px;
    top: 5px;
    font-size: 18px;
}
.switch-width-white-content-desktop {
    max-width: 158px;
    font-size: 13px;
    height: 43px;
    padding-top:5px;
}

.switch-width-white-image-desktop{
    width: 155px;
}
.switch-width-white-image {
     width:155px;
     height:auto;
}        

.switch-width-white-button-desktop {
    left: 94px;
    top: 71px;
}
.switch-width-button-text {
    display:none;
}
.switch-width-white-fp-btn-desktop {
  padding: 0px 0px 0px 0px;
}
.switch-width-white-arrow {
    bottom: -15px;
    left: 85px;
}
.block-with-text:before {
    right: 0px;
    bottom: 1px;
}    
.whyheight {
	height:300px;
}
.whypaddingleft {
	padding-left:0px;
}
.whybondsbox {
 	height:70px;
 	padding-left:21px;
 	padding-top:30px;
}
.whylogo1 {
	left:0px;
	top:74px;
}
.whylogo2 {
	left:230px;
	top:70px;
}
.whylogo3 {
	left:0px;
	top:143px;
}
.whylogo4 {
	left:230px;
	top:140px;
}
.whylogo5 {
	left:0px;
	top:210px;
}
.whylogo6 {
	left:230px;
	top:210px;
}
.whyabta {
	float:left;
	height:47px;
	width:100px;
}
.whyatol {
	height:47px;
	width:91px;
}
.whyiata {
	height:47px;
	width:100px;
}
.arrow {
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 9px;
}
.hj-2-mobile-box {
	height:120px;
	padding:2px;

}
.hj-2-mobile-text {
    font-size:17px;
    width:90%;
    height:auto;
    }
.hj-2-mobile-image {
    width:100%;
    height:auto;
}

.hj-2-mobile-title {
    width:158px;
    
}
.hj-2-on-image {
    top:10px;
    font-size:14px;
    padding:0px 4px;
    font-weight:500;
    width:90%;
}

.panel-body {
    min-height:100%
    /*min-height:465px;*/
	 
}
.imgparent {
  
    margin: 7px 0px
}
.col-features {
  
    float:none;
    width:100%;
}
.col-3-images {
    float:none;
    width:100%;
}
.trusted-logo {
    margin-left: 137px;
}
.carousel-control.right {
    width: 36px;
    height: 36px;
    top: 49%;
    right: -15px;
    line-height: 30px;
    color:gray;
}  
.carousel-control.left {
    width: 36px;
    height: 36px;
    top: 39%;
    left:4px;
    line-height: 30px;
    color:gray;
}  

.carousel-inner img {
	max-height:257px;
	width:100%;
}  
.price-from {
    margin-bottom: -35px;
}
.hj-box {
	 padding:0px;
	 height:90px;
	 margin-bottom: 10px;
}

.hj-image {
    float:left;
    width:134px;
    height:90px;
}

.hj-title {
    float:right;
    padding-top:11px;
    margin-top:0px;
}
.hj-title-2-lines {
    width:190px;
    padding-left:0px;
    padding-right:10px;
    padding-top:20px;
    font-size:20px;
    
}
.int-box {
    height: 99px;
}
.int-image {
    width: 148px;
}
.int-title {
    width:180px;
    margin-top: -109px;
}
.int-content{
    width: 180px;
    margin-top: -71px;
}
   
.int-button{
    width: 180px;
    margin-top: -44px;
}
.btn-small {
    padding: 1px 1px;
    font-size: 15px;
}
.int-fp-btn {
    padding: 1px 1px;
    font-size:12px;
    background-color: #14b0f7;
}


.special_offer {
    margin:5px;
 }

.special-heading {
    font-size: 24px;
  
}
.special-title-2-lines-desktop {
    font-size: 16px;
    width: 190px;
}

.int-button-desktop {
    bottom: 4px;
    left: 277px;
}
.int-content-desktop {
    font-size: 13px;
}

.universal-box {
   height: auto;
}
.fixed-h400 {
    min-height: 100%;
}
.fixed-h280 {
    min-height: 100%;
}
.special-main-box {
      padding: 10px;
       width: 100%;
}
.special-date-range {
    left: 187px;
    top: 69px;
}
.special-pricetag {
    left: 187px;
    top: 82px;
}
.btn-enquire-now {
    font-size: 64%;
}
.white-arrow {
    padding: 3px 6px 3px 4px;
    bottom: 7px;
}
.white-content-desktop{
    font-size: 13px;
}
.white-button-desktop {
    left:84px;
    bottom:30px;
}
.special-button-desktop {
    left:355px;    
}
.int-title-2-lines-desktop {
    width: 200px;
}

}
@media only screen and (max-width: 400px) {
 
.btn-blue {
    position: absolute;
    bottom: 10px;
}
.hj-2-mobile-box {
    height: 111px;
}    
 .special-title-2-lines-desktop {
    width: 166px;
}
.switch-white-title-2-lines-desktop {
    width: 187px;
}  
.switch-white-arrow {
    left:68px;
}
}    
@media only screen and (max-width: 380px) {
.pointer {
     right: 118px;
   
} 

.switch-width-white-button-desktop {
    left: 62px;
}
.switch-width-white-content-desktop {
    max-width: 144px;
}
.carousel-box-1 {
   
    margin-right: 21px;
} 
.carousel-box-2 {
   
    margin-right: 21px;
}  

.switch-int-content-desktop {
    max-width: 144px;
}
.switch-int-title-2-lines-desktop {
    width: 165px;
}    
.switch-white-content-desktop {
   
    max-width: 144px;
}    
.switch-white-arrow {
    bottom: -19px;
    left: 85px;
}    
.switch-white-button-desktop {
    left: 60px;
    
}
.switch-white-title-2-lines-desktop {
    width: 169px;
} 
.special-image-desktop {
    width: 153px;
} 
.special-date-range {
    left: 167px;
    top: 74px;
}
.special-pricetag {
    left: 167px;
    top: 82px;
} 
.white-button-desktop {
    left:318px;    
}
.special-button-desktop {
    left:318px;    
}
.special-title-2-lines-desktop {
    width: 170px;
}
.int-image-desktop {
    width: 148px;
}
.int-title-2-lines-desktop {
    width: 176px;
}
.int-button-desktop {
    bottom: 4px;
    left: 258px;
}
.int-fp-btn-desktop {
    font-size:13px;
}    
.whypaddingleft {
	padding-left:10px;
	padding-right:10px;
}
.whylogo1 {
	left:0px;
	top:74px;
}
.whylogo2 {
	left:196px;
	top:70px;
}
.whylogo3 {
	left:0px;
	top:143px;
}
.whylogo4 {
	left:196px;
	top:140px;
}
.whylogo5 {
	left:0px;
	top:210px;
}
.whylogo6 {
	left:196px;
	top:210px;
}
.whyabta {
	float:left;
	height:47px;
	width:100px;
}
.whyatol {
	height:47px;
	width:86px;
}
.whyiata {
	height:47px;
	width:100px;
}
}
@media only screen and (max-width: 360px) {
.white-button-desktop {
    left:272px;    
}
.special-button-desktop {
    left:300px;    
}
.special-title-2-lines-desktop {
    width: 154px;
} 
.whylogo1 {
	left:0px;
	top:74px;
}
.whylogo2 {
	left:196px;
	top:70px;
}
.whylogo3 {
	left:0px;
	top:143px;
}
.whylogo4 {
	left:196px;
	top:140px;
}
.whylogo5 {
	left:0px;
	top:210px;
}
.whylogo6 {
	left:196px;
	top:210px;
}
.whyabta {
	float:left;
	height:47px;
	width:100px;
}
.whyatol {
	height:47px;
	width:86px;
}
.whyiata {
	height:47px;
	width:100px;
}
}
@media only screen and (max-width: 320px) {
.pointer {
  right:92px;
}

.smalllogobox {
    padding-left:2px;
    padding-right:31px;
}
.switch-int-title-2-lines-desktop {
   
    left: 150px;
}    
.whybondsbox {
 	padding-top:6px;
}
.whylogo1 {
	left:0px;
	top:74px;
}
.whylogo2 {
	left:154px;
	top:70px;
}
.whylogo3 {
	left:0px;
	top:143px;
}
.whylogo4 {
	left:154px;
	top:140px;
}
.whylogo5 {
	left:0px;
	top:210px;
}
.whylogo6 {
	left:154px;
	top:210px;
}
.whyabta {
	height:41px;
	width:88px;
}
.whyatol {
	height:36px;
	width:65px;
}
.whyiata {
	height:46px;
	width:96px;
}
.carousel-inner img {
	max-height:181px;
}  
.trusted-logo {
    margin-left: 111px;
}
.hj-title {
    width:150px;
}
.hj-title-small{
    width: 149px;
} 
.hj-title-2-lines {
    width: 144px;
    padding-left: 0px;
    padding-right: 5px;
    margin-top: -11px;
} 
.hj-box-desktop {
    height:100px;
}
.hj-title-2-lines-desktop {
    width: 150px;
    font-size:15px;
}
.hj-image-desktop {
    width: 120px;
}
.hj-button-desktop {
    width:140px;
    padding-top:2px;
}
.hj-2-mobile-title {
    width:127px;
}
 .int-box {
	height: 99px;
}
.int-title {
    width:130px;
    line-height: 1;
    margin-top: -105px
   
}
.int-content{
    width: 130px;
     display:none;
}
.int-button{
    width: 130px;
    position: absolute;
    right: -26px;
}
.switch-int-box-desktop {
	height: 99px;
}
.switch-int-box-desktop-white {
	height: 99px;
}
.switch-int-title-2-lines-desktop {
    width:152px;
    
}
.switch-int-content-desktop{
    display: none;
}

.switch-int-image-desktop{
    width: 118px;
}
.switch-int-button-desktop {
    left:186px;
}
.switch-white-box-desktop {
	height: 99px;
}
.switch-white-box-desktop-white {
	height: 99px;
}
.switch-white-title-2-lines-desktop {
    width: 152px;
    position: absolute;
    left: 151px;
    top: -6px;
    
}
.switch-white-content-desktop{
    display: none;
}

.switch-white-image-desktop{
    width: 118px;
}
.switch-white-button-desktop {
    left:8px;
}
.switch-button-text {
    display:none;
}
.switch-white-fp-btn-desktop {
  padding: 0px 0px 0px 0px;
}
.switch-white-fp-btn-desktop {
    background-color: #14b0f7;
    color: #fff;
}
.switch-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}
.switch-white-arrow {
    bottom: 6px;
    left: 117px;
}    
.int-box-desktop {
	height: 99px;
}
.int-box-desktop-white {
	height: 99px;
}
.int-title-2-lines-desktop {
    width:128px;
    
}
.int-content-desktop{
    display: none;
}

.int-image-desktop{
    width: 111px;
}
.int-button-desktop {
    left:174px;
}
.special-id {
    min-width:100%;
}    
.special-title-2-lines-desktop {
    width:150px;
}
.special-box-desktop {
	height: 114px;
}
.special-title-2-lines-desktop {
    width: 131px;
    font-size: 14px;
}
.special-image-desktop{
    width: 139px;
}
.special-date-range {
    font-size: 11px;
    top: 63px;
    left: 153px;
}
.special-pricetag{
    top:79px;
    left:153px;
    font-size:11px;
}
} 
/*hotel-star-template*/
.disney-copyright-hotel-star {
    position: absolute;
    bottom: -1px;
    color: white;
    font-size: 12px;
    left: 4px;
}
.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.score .stars-active {
  color: #EEBD01;
  display: inline-block;
}

.hotel-blue-box-switch-star {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 492px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}
.hotel-blue-image-switch-star{
    width: 100%;
    height: auto;
}
.hotel-blue-border-switch-star{
    border-bottom: 3px solid #248fb5;
    padding-top: 238px
}
.hotel-blue-title-switch-star{
    font-size: 21px;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;

}
.hotel-blue-location-star{
    padding-top:10px;
}
.hotel-blue-content-switch-star{
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size:15px;
}
.hotel-tag-switch-star {
    text-align:center;
    padding-top:20px;
    position:absolute;
    left:102px;
    bottom:78px
}
.hotel-icon-switch-star{
    width:241px;
    color:purple;
    
}
.hotel-blue-button-position-switch-star{
    position: absolute;
    left: 70px;
    bottom: 10px
}
.hotel-blue-button-switch-star{
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left:59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;">
                      
}
@media only screen and (max-width: 1024px) {

.hotel-blue-border-switch-star {
    padding-top: 194px;

}
.hotel-blue-button-switch-star {
    left:26px;
}
}

@media only screen and (max-width: 768px) {

.hotel-blue-border-switch-star {
    padding-top: 228px;

}
.hotel-blue-button-switch-star {
    left:54px;
}
}    

@media only screen and (max-width: 430px) {
 
.hotel-blue-box-switch-star  {
	height: 135px;
}
.hotel-blue-image-switch-star{
    width: 155px;
}
.hotel-blue-border-switch-star{
    display:none;
}
.hotel-blue-title-switch-star {
   margin-top: 4px;
    font-size: 17px;
    margin-left:143px;
    text-align:left;
    
}
.hotel-blue-location-star{
   padding-top: 0px;
    font-size: 15px;
    position: absolute;
    left: 200px;
    bottom: 58px;
}
.hotel-blue-content-switch-star{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    position: absolute;
    width: 180px;
    left: 153px;
    bottom: 17px;
    text-align:left;
}
.hotel-icon-switch-star{
    font-size: 15px;
}
.hotel-tag-switch-star{
    display:none;
}
.hotel-blue-button-position-switch-star {
    left: 92px;
    top: 90px;
}
.hotel-blue-button-switch-star{
   bottom: -7px;
    padding: 0px 17px;
    left: -89px;
    font-size: 16px;
    width: 155px;
}
.disney-copyright-hotel-star {
    font-size: 8px;
    left: 3px;
}
}
@media only screen and (max-width: 320px) {
.hotel-blue-content-switch-star {
    width:138px;
}
.hotel-blue-location-star {
     left: 179px;
    bottom: 55px;
}
}
/*end*/
/*Hotel-switch-template*/
.hotel-blue-box-switch {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 584px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}
.hotel-blue-image-switch{
    width: 100%;
    height: auto;
}
.hotel-blue-border-switch{
    border-bottom: 3px solid #248fb5;
    padding-top: 238px
}
.hotel-blue-title-switch{
    font-size: 24px;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;

}
.hotel-blue-location{
    padding-top:10px;
}
.hotel-blue-content-switch{
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    
}
.hotel-tag-switch {
    text-align:center;
    padding-top:20px;
    position:absolute;
    left:102px;
    bottom:78px
}
.hotel-icon-switch{
    width:241px;
    color:purple;
    
}
.hotel-blue-button-position-switch{
    position: absolute;
    left: 70px;
    bottom: 20px
}
.hotel-blue-button-switch{
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left:59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
                      
}
@media only screen and (max-width: 1199px) {
   
.hotel-blue-border-switch {
    padding-top: 194px;  
}
.hotel-tag-switch {
    left: 60px;
}
.hotel-blue-button-position-switch {
    left: 33px;
}    
}


@media only screen and (max-width: 430px) {
 
.hotel-blue-box-switch  {
	height: 140px;
}
.hotel-blue-image-switch{
    width: 155px;
}
.hotel-blue-border-switch{
    display:none;
}
.hotel-blue-title-switch {
   margin-top: 4px;
    font-size: 17px;
     padding: 0px 3px;
}
.hotel-blue-location{
    padding-top:0px;
    font-size:15px;
     position:absolute;
    left:6px;
    bottom:6px
}
.hotel-blue-content-switch{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size:16px;
}
.hotel-icon-switch{
    font-size: 15px;
}
.hotel-tag-switch{
    display:none;
}
.hotel-blue-button-position-switch {
    left: 92px;
    top: 90px;
}
.hotel-blue-button-switch{
    bottom: -15px;
    padding: 3px 17px;
    left:114px;
    font-size: 16px;
}
}    
 @media only screen and (max-width: 768px) {
 
    
}   
 

