/*No Hidden Charges*/
div.row.note{
  text-align: center;
  transition: background-color 1s;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
}
div.row.note>.col-xs-6.right{
  text-align: right;
}
div.row.note>.col-xs-6.right>button.btn-note1{
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    font-weight: bold;
    width: 65%;
}
div.row.note>.col-xs-6.right>button.btn-note1:hover{
  background-color: #009688;
  border: 1px solid #009688;
}
div.row.note>.col-xs-6.right>button.btn-note1>i{}
div.row.note>.col-xs-6.right>button.btn-note1>span{}
div.row.note>.col-xs-6.left{
  text-align: left;
}
div.row.note>.col-xs-6.left>button.btn-note2{
  background-color: #03A9F4;
  border: 1px solid #03a9f4;
  font-weight: bold;
  width: 65%;
}
div.row.note>.col-xs-6.left>button.btn-note2:hover{
  background-color: #2196F3;
  border: 1px solid #2196F3;
}
div.row.note>.col-xs-6.left>button.btn-note2>i{}
div.row.note>.col-xs-6.left>button.btn-note2>span{}
div.row.note>h3.daily-rates{
  text-align: center;
  font-weight: bold;
  margin-bottom: -15px;
  margin-top: 0;
}

/*Rooms 2*/
div.row.room2{}
div.row.room2>.col-xs-6.col-sm-4{
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
div.row.room2>.col-xs-6.col-sm-4:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: box-shadow 0.3s ease-in-out;
}
div.row.room2>.col-xs-6.col-sm-4>.room-images{}
div.row.room2>.col-xs-6.col-sm-4>.room-images>img{
  width: 100%
}
div.row.room2>.col-xs-6.col-sm-4>.r-pricelabel{
  background-color: #5ECBDF;
  width: 100px;
  height: 100px;
  padding-top: 23px;
  position: relative;
  display: inline-block;
  cursor: default;
  outline: none;
  z-index: 10;
  text-align: center;
  border: 5px solid #fff;
  top: -90px;
  left: -35%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
div.row.room2>.col-xs-6.col-sm-4>.r-pricelabel:hover{
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
div.row.room2>.col-xs-6.col-sm-4>.r-pricelabel>.r-ftext{
  font-weight: bold;
  color: #fff;
}
div.row.room2>.col-xs-6.col-sm-4>.r-pricelabel>.r-ftext>span.price{}
div.row.room2>.col-xs-6.col-sm-4>.r-pricelabel>em.pernight{
  color:  white !important;
}
div.row.room2>.col-xs-6.col-sm-4>.buttons{
  margin-top: -120px;
  margin-bottom: 8px;
}
div.row.room2>.col-xs-6.col-sm-4>.buttons>h3.room-name{
  font-size: 20px;
  font-weight: bold;
  margin: 45px 0 0 0;
}
div.row.room2>.col-xs-6.col-sm-4>.buttons>i{}
div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates{
  font-size:13px; 
  font-style:italic;
}
div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span{}
div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>button.btn-book{
  color: #46b8da;
  background-color: #ffffff;
  border-color: #46b8da;
  width: 47%;
}
div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>a{}
div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>a>button{
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  display: inline-block;
  padding: 6px 12px;
  width: 47%;
  margin-bottom: 0;
  font-size: 14px;
  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;
  border-radius: 4px;
}
div.uk-modal{}
div.uk-modal>.uk-modal-dialog{
  text-align: left;
}
div.uk-modal>.uk-modal-dialog>a.uk-close{}
div.uk-modal>.uk-modal-dialog>h3{}
div.uk-modal>.uk-modal-dialog>div.description{}
div.uk-modal>.uk-modal-dialog>div.description>h4{}
div.uk-modal>.uk-modal-dialog>div.description>span{}
div.uk-modal>.uk-modal-dialog>div.description>span>i{}
div.uk-modal>.uk-modal-dialog>div.ddpax{}
div.uk-modal>.uk-modal-dialog>div.ddpax>h4{}
div.uk-modal>.uk-modal-dialog>div.ddpax>span{}
div.uk-modal>.uk-modal-dialog>div.ddpax>span>i{}
div.uk-modal>.uk-modal-dialog>div.dratepernyt{}
div.uk-modal>.uk-modal-dialog>div.dratepernyt>h4{}
div.uk-modal>.uk-modal-dialog>div.dratepernyt>h4>span{}
div.uk-modal>.uk-modal-dialog>div.dratepernyt>h4>span>i{}
/*End Room 2*/


/*Room 3*/
div.row.room3{}
div.row.room3>.col-xs-6.col-sm-4{
  background-color: #f9feff;
  margin-bottom: 20px;
}
div.row.room3>.col-xs-6.col-sm-4:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>img{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>img>a{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8{
  text-align: left;
  padding-left: 8px;
  border-right: 1px solid #ddd;
  margin-top: 10px;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>div.ro-name{
  margin-top: -11px;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>div.ro-name>h4.ro-title{
    font-weight: bold;
    font-size: 15px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>div.ro-name>span.inclusive-rates{
  font-size:13px; 
  font-style:italic;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4{
  margin-top: 15px;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4>span{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4>span>span.ro-price{
  font-size: 15px;
  font-weight: bold;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4>span>span.pernight{
  font-style: italic;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.btncon{
  margin-bottom: 7px;
  margin-top: 7px;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.btncon>.btn-book,
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.btncon>a.btn-inquiry>.btn-book{
  width: 48%;
  /**margin-bottom: 7px;
  margin-top: 7px;**/
  background-color: #0b5095;
  border: 1px solid #0b5095;
  /**color: #fff !important;**/
}
button#btn-more4{
  width: 48%;
  background-color: #fff !important;
  border: 1px solid #0b5095;
  color: #0b5095;
}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.button>a{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.uk-close{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>h3{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddecription{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddecription>h4.mod-description{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddecription>span{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddecription>span>i{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddpax{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddpax>h4.mod-pax{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddpax>h4.mod-pax>span{}

div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddpax>h4.mod-pax>span>i{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddratepernyt{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddratepernyt>h4.mod-pax{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddratepernyt>h4.mod-pax>span{}
div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.uk-modal>.uk-modal-dialog>.ddratepernyt>h4.mod-pax>span>i{}
/*End Room 3*/


/*Room 4*/
div.row.room4{}
div.row.room4>.col-xs-6.col-sm-4{
  background-color: #f9feff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 0;
  width: 31.333333%;
  margin: 1%;
}
div.row.room4>.col-xs-6.col-sm-4:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>img{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>img>a{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8{
  text-align: left;
  padding-left: 8px;
  border-right: 1px solid #ddd;
  margin-top: 10px;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.button{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.button>button.btn-book{
  width: 100%;
  border-radius: 0;
  margin-top: 7px;
  background-color: #46b8da;
  border: 1px solid #46b8da;
  /*color: #fff !important;*/
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.uk-modal{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description{
  text-align: justify;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description>p {
    text-align: justify;
    padding: 60px 15px 0 15px;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description>a>span{
  padding-left: 15px;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>.ro-name{
  padding-left: 15px;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>.ro-name>h4.ro-title{}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8>.ro-name>span{
  font-size: 11px !important;
  font-style: italic;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4{
  padding-top: 15px;
}
div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-6.col-md-4>span{}
/*End Room 4*/





@media (min-width: 768px)
and (max-width: 1024px){
  #container-calendar {
      width: 735px;
  }
  i#cal{
    display: none;
  }
}
@media(max-width: 768px){
  .text-line{
    font-size: 10px;
  }
}
@media only screen and (max-width: 480px){
  .col-xs-6.text-right {
      width: 100%;
      margin-bottom: 15px;
      text-align: center;
  }
}
@media only screen and (max-width: 480px){
  .col-xs-6.text-left {
      width: 100%;
      text-align: center;
  }
}
@media(max-width: 320px){
  .text-line {
      font-size: 9px;
  }
}



/*for images*/
img.full-width.img-size-custom1 {
  height: 200px;
  max-height: 200px;
}
.full-width{
  width: 100%;
}

.room-container{
  width: 85%;
  margin-left: 7%;
}

/*Media Queries*/
@media only screen 
and (min-width: 320px) {}

@media only screen 
and (min-width: 480px) {}

@media only screen 
and (min-width: 768px) {
  div.row.note>.col-xs-6.right>button.btn-note1>span{
    font-size: 11px;
  }
  div.row.note>.col-xs-6.left>button.btn-note2>span{
    font-size: 11px;
  }
  div.row.room2>.col-xs-6.col-sm-4{
    width: 32%;
    margin-left: 1%;
  }
  div.row.room3>.col-xs-6.col-sm-4{
    border: 1px solid #ddd;
    padding: 0;
    width: 31.333333%;
    margin: 1%;
  }
}

@media only screen 
and (min-width: 1024px) {}

@media only screen 
and (min-width: 1200px) {}

@media only screen 
and (max-width: 1200px) {}

@media only screen 
and (max-width: 1024px){}

@media only screen 
and (max-width: 992px) {}

@media only screen 
and (max-width: 767px){
  div.row.note>.col-xs-6.right>button.btn-note1{
    width: 100%;
  }
  div.row.note>.col-xs-6.left>button.btn-note2{
    width: 100%;
    margin-bottom: 35px;
  }
  div.row.room2>.col-xs-6.col-sm-4{
    width: 100%;
  }
  div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.button>.btn-book{
    width: 95%;
  }
  button#btn-more4{
    width: 95%;
    margin-bottom: 15px;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>button.btn-book {
    width: 95%;
    margin-bottom: 5px;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>a>button {
    width: 95%;
  }
  div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8{
    width: 50%;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons {
    margin-top: -100px;
  }
  div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.col-xs-12.col-sm-6.col-md-8{
    width: 50%;
  }
}

@media (max-width: 480px) {
  div.row.note>.col-xs-6.right{
    text-align: center;
  }
  div.row.note>.col-xs-6.left{
    text-align: center;
  }
  button.btn.btn-info.btn-book {
    font-size: 12px;
  }
  button.btn.btn-info{
    font-size: 12px;
  }
  div.row.room3>.col-xs-6.col-sm-4{
    width: 100%;
  }
  div.row.room4>.col-xs-6.col-sm-4{
    width: 100%;
    border: none;
    margin-bottom: 10px;
  }
  div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description{
    margin-top: 20px;
  }
}

@media only screen 
and (max-width: 375px) {}

@media only screen 
and (max-width: 320px) {
  div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description{
    margin-top: 40px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  div.row.note>.col-xs-6.right>button.btn-note1{
    width: 100% !important;
  }
  div.row.note>.col-xs-6.left>button.btn-note2{
    width: 100% !important;
  }
  button.btn.btn-info.btn-book {
    font-size: 11px;
  }
  button.btn.btn-info{
    font-size: 11px;
  }
  div.row.room3>.col-xs-6.col-sm-4>div.ro-container>.button>.btn-book{
    width: 95%;
  }
  button#btn-more4{
    width: 95%;
    margin-bottom: 10px;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>button.btn-book {
    width: 95%;
    margin-bottom: 5px;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons>span.inclusive-rates>span>a>button {
    width: 95%;
    margin-bottom: 5px;
  }
  div.row.room4>.col-xs-6.col-sm-4 {
    background-color: #f9feff;
    margin-bottom: 20px;
    border: 5px solid #fff;
    padding: 0;
    width: 50%;
    margin-left: inherit;
  }
  div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description{
    padding-top: 30px;
  }
  div.row.room2>.col-xs-6.col-sm-4>.buttons {
    margin-top: -100px;
  }
  div.row.room3>.col-xs-6.col-sm-4{
    border: 1px solid #ddd;
    padding: 0;
    width: 49%;
    margin: 3px;
  }
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1025px) {
  button.btn.btn-info.btn-book {
    font-size: 12px;
  }
  button.btn.btn-info{
    font-size: 12px;
  }
  div.row.room4>.col-xs-6.col-sm-4>div.ro-container>.description{
    padding-top: 1px !important;
  }
}

@media only screen and (max-device-width: 1024px) 
and (min-device-width: 768px){}



/*Tooltips*/
/*Tooltips*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}