.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/*CSS3 HOVER EFFECTS*/

/* ============================================================
  GLOBAL
============================================================ */
.effects .img {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(49, 25, 31,.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}


/*.view .image-container {height: 10px; overflow: hidden; }*/
.view {
   width: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: -2px 3px 30px -5px rgba(0, 0, 0, 1);
   -moz-box-shadow: -2px 3px 30px -5px rgba(0, 0, 0, 1);
   -webkit-box-shadow: -2px 3px 30px -5px rgba(0, 0, 0, 1);
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 245px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(49, 25, 31,.8);
   margin: 10px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 0px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 2px 14px;
   background: rgba(49, 25, 31,1);
   color: #fff;
   border-radius: 10px;
   border:3px solid rgba(49, 25, 31,1);
   margin-top: 15px;
}
.view a.info:hover {
   background: transparent;
   border: 3px solid #fff;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*background-color: rgba(219,127,8, 0.7);*/
   /*background-color: rgba(228,193,0, 0.5);*/
   background-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/*MODAL*/
.modal-header .close {background: #B58031; padding: 6px 12px; opacity: 1; color: #fff; position: absolute; right: 0; top: 0; margin: 0; border-radius: 0 5px 0 0;}

/*COMMON*/
h1.page-title {font-family: "Berkshire Swash",sans-serif; font-size: 2em; text-transform: capitalize; margin-bottom: 20px; text-align: center;}
h1.page-title-left {font-family: "Berkshire Swash",sans-serif; font-size: 2em; text-transform: capitalize; margin-bottom: 5px;}

h2, h3 {margin-bottom: 5px; text-transform: capitalize;}
.page-wrapper {background: #fff;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
padding: 40px 0 70px 0;
margin-bottom: 10px;
overflow:hidden;
}
.yellow-text{color: #B58031;}
.green-text{color: #37A935;}
.red-text{color: #FF0000;}
.white-text{color: #fff;}
.black-text{color: #2A2E33;}
.capital {text-transform: uppercase;}
.black-line-1 {border-top: 1px solid #2A2E33;}
.black-dotted-line-1 {border-top: 1px dotted #2A2E33;}
.page-bg {background: url('../images/rooms.jpg');}
.img-thumbnail {border-radius: 0;}

/*BORDER*/
.bb1 {border-bottom: 1px solid #dcdcdc;}

/*BACKGROUND*/
.yellow-bg {background: #ffd700;}

.green-tick  {
  height: 36px;
  width: 50px;
  background-image: url("../images/list-icon.png");
  background-repeat: no-repeat !important;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  background-size: 50px;
}

.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}


/*TABLE*/
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: #ccc;
   height: 40px;
   vertical-align: middle;

}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #fff;
   height: 40px;
   vertical-align: middle;
    border: none;
}

.table-striped thead td {border: none; background: #2A2E33; height: 46px; text-transform: uppercase; font-weight: bold; font-size: 16px; color: #ffd700; vertical-align: middle !important;}
.sm-table.table-striped thead td {border: none; background: #2A2E33; height: 40px; text-transform: uppercase; font-weight: bold; font-size: 14px; color: #ffd700; vertical-align: middle !important;}

/*MARGINS*/
.no-margin {margin: 0 !important}
.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px !important;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 150px;}

.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}

.margin-tb-15 {margin-top: 15px; margin-bottom: 15px;}
.margin-tb-20 {margin-top: 20px; margin-bottom: 20px;}
.margin-lr-2 {margin-left: 2px; margin-right: 2px;}

/*PADDINGS*/
.no-padding {padding: 0 !important;}
.no-padding-top {padding-top: 0;}
.padding-lr-15 {padding-left: 15px; padding-right: 15px;}
.padding-lr-30 {padding-left: 30px; padding-right: 30px;}

/*LINE HEIGHT*/
.line-0 {line-height: 0 !important;}

/*INPUT FIELDS*/
.width-50 {width: 50px !important;}
.width-100 {width: 100px !important;}
.input-transparent {background: transparent !important; border: none !important; padding: 0 !important;}
.custom-form label{
font-size: 12px;
}
.custon-input {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  background: transparent;
  outline: none;
  color: #555555;
  font-size: 1em;
  border:1px solid #2A2E33;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;

}
.custom-form input[type="text"], .custom-form textarea {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  background: transparent;
  outline: none;
  color: #555555;
  font-size: 1em;
  border:1px solid #2A2E33;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
}

.custom-form .input-group-addon {border-radius: 0; border:1px solid #2A2E33; border-left: 0;}

.custom-form select{
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  height: 34px;
  display: block;
  width: 100%;
  background: transparent;
  outline: none;
  color: #555555;
  font-size: 1em;
  border:1px solid #2A2E33;
  border-radius: 0;
  background: #fff;
}

.custom-form input[type="text"]:hover, .custom-form textarea:hover, .custom-form select:hover{
border:1px solid #B58031;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-form textarea{
  resize:none;
  height:80px; 
  background: #fff;  
}
.custom-btn,
.custom-form input[type="submit"]{
  margin-top: 10px
}
.custom-form input[type="submit"],
.custom-btn {
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  background: #242424;
  border: 1px solid #242424;
  padding: 10px 24px;
  outline: none;
  color: #ffffff;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.custom-form input[type="submit"]:hover,
.custom-btn:hover{
  background: #B58031;
  border: 1px solid #B58031;
}


/*SLIDER*/
.home-slider .owl-carousel {margin: 0;}
#slider .item {position: relative;}
#slider .item img {width: 100%}
#slider .item .slider-caption {
/*  position: absolute; 
  z-index: 99999; 
  bottom:0; 
  width: 100%; 
  background: rgba(49, 25, 31,.7);  
  padding: 15px 15px;*/
  position: absolute;
  z-index: 99999;
  bottom: 45%;
  width: auto;
  background: rgba(49, 25, 31,.7);
  padding: 15px 15px;
  left: 50px;
}
#slider .item .slider-caption .caption-header h3 {color: #fff; text-transform: uppercase;font-weight: bold; font-size: 18px;}
#slider .item .slider-caption .caption-body {color: #fff;}

.owl-pagination {
    position: absolute;
    bottom: 20%;
    display: inline-block;
    right: 5%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons {
    margin-bottom: 10px;
}
#slider .owl-page.active span{border: 3px solid #fff; background: transparent !important; border-radius: 50%;}
#slider .owl-page span{background: #fff !important; border: 3px solid #fff; width: 14px; height: 14px; border-radius: 50%; margin-right: 10px;}
#slider .owl-theme.owl-controls{margin: 0}


/*SECTION PACKAGE*/
.package .text {margin-bottom: 20px;}
.package h3.title {margin-top: 0px;}
.package-content-wrapper {
    box-shadow: -2px 3px 30px -5px rgba(0, 0, 0, 1);
    position: relative;
}
.package-content-wrapper img {width: 100%;} 
.package-title-wrapper {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.package-type.last-minute {
    background: rgba(255,215,0,0.6);
    color: #000;
    
}
.package-info.last-minute {font-size: 12px;}
.package-info.last-minute .package-info {margin-right: 15px;}
.package-details {background: rgba(0,0,0,0.7); color: #ffd700; padding: 5px}
.package-details .package-title {font-size: 18px;}
div.package-type {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 12px;
}



/*ROOM DETAILS*/
.room-content .check-availability .reservation {box-shadow: none; padding-right: -15px; padding-left: -15px;}
.room-content .facility-icons {border: 0; padding: 0; margin-top: 20px; display: block;}
.room-content .facility-icons i {margin-right: 5px;}
.room-content .desc h2, .room-content .desc h3, .room-content .desc h4 {font-size: 18px; text-transform: uppercase; margin-top: 15px;}
.room-content .desc ul li {margin-left: 15px; margin-top: 5px;}
/*.room-content .desc li:nth-child(even) {background: #CCC; padding:15px; vertical-align: middle;}
.room-content .desc li:nth-child(odd) {background: #FFF; padding: 15px;}*/

/*REVIEWS*/
.page-content.reviews blockquote {padding: 0; font-size: 13px;}
.page-content.reviews blockquote .review-by {width: 100px;}

.page-content .desc h2, .page-content .desc h3, .page-content .desc h4 {font-size: 18px; text-transform: uppercase; margin-top: 15px;}
.page-content .desc h2 span, .page-content .desc h3 span, .page-content .desc h4 span {color: #DAA520 !important;}
.page-content .desc ul li {margin-left: 15px; margin-top: 5px;}
.signup-text {width: 274px; margin: 0 auto; margin-top: 40px;}

/*PAGE*/
.page-list .individual .image-container {position: relative; margin: 15px 0;}
.page-list .individual .decp {padding:10px; position: absolute; z-index: 1; background: rgba(0,0,0,.5); bottom: 0; width: 100%}
.page-list .individual .decp h5 {margin: 0;}
.page-list .individual .decp p.text {color: #fff; font-size: 11px; }
.page-content {min-height: 682px;}
.error{
    box-shadow: 0 0 5px rgba(255, 0, 0, 1) !important;
    border: 1px solid rgba(255, 0, 0, 1) !important;
}

/*CONTACT US*/
.contact-page .page-sidebar {min-height: 682px;}

.custom-tooltip {text-align: left; cursor: default;}
.custom-tooltip:hover {color: #ffd700;}
.tooltip > div {
   text-align: left;
 }

.welcome-info .bb1 {padding: 10px 0;}
.clear{clear: both;}
@media screen and (max-width: 319px){
	/*.hidden-below-320 {display: none;}*/
}
.custom-form .form-control {
padding-left: 0px;
padding-top: 0px;
line-height: 18px;
}
.custom-form .last-child label {
padding-top:11px;
}
