@font-face {
    font-family: '360Regular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#360Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: '360Light';
	src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/LANENAR_-webfont.woff') format('woff'),
		 url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
		 url('../fonts/LANENAR_-webfont.svg#360Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:focus,a:hover{
  text-decoration:none;
  outline:none;
}
body{
  background:#191919;
}
.wrap{
  width:1190px;
  margin:0 auto;
}
/* *********************************Menu************************** */
/* *************************************************************** */
/* *************************************************************** */
.navbar{
  margin-bottom:0;
  border-radius:0;
  padding:0;
}
.navbar-default{
  background:#fff;
  border:0;
  padding:0;
}
.navbar-brand{
  height:auto;
  padding:0;
  margin:0;
}
.menu_section{
  background:#fff;
  padding:3px 0 5px 0;
}
.navbar-default .navbar-toggle{
  margin-right:0;
  margin-top:20px;
  border:0;
  border-radius:0;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
  background:#444;
}
.navbar-default .navbar-toggle:hover .icon-bar{
  background:#888;
}
.navbar-collapse{
  box-shadow:none;
  margin-top:10px;
}
.navbar-collapse ul{
  float:left;
}
.navbar-default .navbar-nav > li > a{
  font-family:'360Regular';
  font-size:16px;
  color:#000;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a.active{
  color:#a5470d;
}

/* *********************************Slider ************************** */
/* *************************************************************** */
/* *************************************************************** */


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
   -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
   -ms-transition:  opacity 1s;
   -o-transition: opacity 1s;
   transition: opacity 1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;

}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.carousel-indicators .active{
  background-color:#fff;
  border-color:#fff;
  width:16px;
  height:16px;
  margin-left:4px;
  margin-right:4px;
}
.carousel-indicators li{
  border-color:#000;
  background-color:#000;
  width:16px;
  height:16px;
  margin-left:4px;
  margin-right:4px;
}
.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}
/* *********************************About************************** */
/* *************************************************************** */
/* *************************************************************** */
.white_section{
   background:#fff;
   padding:50px 0;
}
h1{
  margin:0;
  padding:0;
  font-family:'360Light';
  font-size:34px;
  color:#000;
}
h1 span{
  display:block;
  font-size:20px;
  margin-top:20px;
}

#home #b_editDates h3,#other #b_editDates h3{
  display:none;
}
#home .b_availFormInner{
  background:none;
}
#other .b_availFormInner{
  background:rgba(255,255,255,0.8);
  padding:5px 15px;
  border:0;
}

#home .b_availFormInner,#home  #b_editDates form,#other .b_availFormInner,#other  #b_editDates form{
  border-radius:0;
}
#other  #b_editDates form{
  margin-top:270px;
  border:0;
}

#home .b_availDatesInner h4,#other .b_availDatesInner h4{
  font-family:'360Regular';
  color:#a5470d;
  font-size:14px;
}
#home .b_availDatesInner select,#other .b_availDatesInner select{
  border:1px solid #ddd;
  padding:2px;
}
#other .b_availDatesInner select{
  padding:3px;
}

#home #b_availSubmit input,#other #b_availSubmit input{
  display:inline-block;
  padding:8px 20px;
  background:#a5470d;
  text-align:center;
  float:right;
  margin-top:3px;
  font-family:'360Regular';
  font-size:14px;
  color:#fff;
  text-transform:uppercase;
  border-radius:0;
  border:0;
}
#other #b_availSubmit input{
  padding:12px 20px 10px 20px;
  margin-top:3px;
}

#other #b_availSubmit{
  float:right;
}

h2{
  margin:0 0 20px 0;
  padding:0;
  font-family:'360Regular';
  font-size:24px;
  color:#333;
  text-transform:uppercase;
}
hr{
  border:0;
  border-bottom:1px solid #ddd;
  margin:30px 0 30px 0 ;
  padding:0;
}
p{
  font-family:'360Regular';
  font-size:16px;
  color:#333;
  margin:10px 0 0 0;
  padding:0;
}

/* ********************************motto ************************** */
/* *************************************************************** */
/* *************************************************************** */
.motto_section{
  min-height:414px;
  padding-top:35px;
  background: url(../images/motto_bg.jpg)no-repeat;
}
.left_motto{
  font-family:'360Light';
  font-size:36px;
  color:#fff;
}
.left_motto .sign:first-child{
  margin-bottom:40px;
}
.left_motto .sign:last-child{
  margin-top:40px;
}
.box_borderright{
  border-right:1px solid #777;
}
.second_motto{
  margin-top:25px;
}
.gallery_row{
  margin-top:20px;
}


/* *********************************Contact Us ************************** */
/* *************************************************************** */
/* *************************************************************** */
.contact_section{
  padding-top:40px;
  min-height:519px;
  background: url(../images/contact_bg.jpg) no-repeat;
}

.contact_section label{
  margin-top:10px;
  margin-bottom:3px;
  font-family:'360Regular';
  color:#fff;
  font-weight:bold;
  font-size:14px;
}
.contact_section .first label{
  margin-top:0;
}
.contact_section .form-control{
  background: transparent;
  border-radius:0;
  color:#fff;
  font-size:14px;
  font-family:'360Regular';
  border:1px solid #888;
}
.contact_section input[type="submit"]{
  margin-top:20px;
  background:#a5470d;
  font-family:'360Regular';
  color:#fff;
  border:0;
  font-size:16px;
  padding:10px 30px;
}
.contact_section h4{
  color:#35cd00;
  font-family:'360Regular';
  font-size: 18px;
}
.contact_section h2,.contact_section p{
  color:#fff;
}
.contact_section p{
  font-size:15px;
}
.form-control:focus{
  box-shadow:none;
  border-color:#ccc;
}
.map{
  margin-top:20px;
}

/* *********************************Footer ************************** */
/* *************************************************************** */
/* *************************************************************** */
.footer{
  padding:30px 0;
  background:#000;
}
ul.footer_menu{
  margin:0;
  padding:0;
  list-style:none;
}
ul.footer_menu a{
  display:inline-block;
  margin:0;
  padding:3px 0;
  font-family:'360Regular';
  font-size:14px;
  color:#fff;
  text-transform:uppercase;
}
ul.footer_menu a:hover,ul.footer_menu a.active{
  color:#a5470d;
}
h3{
  margin:0 0 20px 0 ;
  padding:0;
  font-family:'360Regular';
  color:#fff;
  font-size:18px;
  color:#a5470d;

}

ul.payment{
  margin:0;
  padding:0;
  list-style:none;
}
ul.payment li{
  margin:0 5px 0 0;
  padding:0;
  display:inline;
}
h5{
  margin:0;
  font-family:'360Light';
  font-size:20px;
  color:#fff;
}
h6{
  margin:15px 0 0 0;
  font-family:'360Regular';
  font-size:14px;
  color:#fff;
}
h6 span{
  color:#a5470d;
}

h3.social a{
  position:relative;
  top:-2px;
  margin-left:10px;
}
/* *********************************Facilities ************************** */
/* *************************************************************** */
/* *************************************************************** */

.facilities{
  min-height:364px;
  background: url(../images/facilities_banner.jpg);
}
ul.services{
  list-style:none;
  margin:0;
  padding:0;
}
ul.services li{
  font-family:'360Regular';
  color:#000;
  font-size:14px;
  padding:0;
  margin:0 0 0 20px;
  list-style-image: url(../images/list-style-image.png);
}
ul.services li span{
  color:#30b900;
}

ul.services li.main_tab{
  list-style-image:none;
  margin:0;
}

ul.services li h3{
  margin-top:15px;
  margin-bottom:5px;
}

/* *********************************other************************** */
/* *************************************************************** */
/* *************************************************************** */
.restaurant{
  min-height:364px;
  background: url(../images/restaurant_banner.jpg);
}
.gallery{
  min-height:364px;
  background: url(../images/gallery_banner.jpg);
}
.accommodation{
  min-height:364px;
  background: url(../images/accommodation_banner.jpg);
}
.acco hr{
  margin:40px 0 30px 0;
}
/* *********************************Media Query ************************** */
/* *************************************************************** */
/* *************************************************************** */
@media (max-width: 1199px){
 .wrap{
  width:auto;
  margin:0 auto;
}
}
@media (max-width: 767px){
  .navbar-collapse{
  border-top:1px solid #ddd;
}
}
