 /*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
	/*font-family:museo-slab,Georgia,"Times New Roman",Times,serif;
	font-family: 'Oswald', sans-serif;
	 font-family: 'Open Sans Condensed', sans-serif;*/
	 font-family: 'Times New Roman', sans-serif;
	 color:#686868;
	
	}

.first{
	font-size:24px;
	font-weight:bold;
	}
.cmntend{
	font-size:24px;
	font-weight:bold;
	}

html {
    width: 100%;
    height: 100%;
}
.scnd-sub.lovcolor {
  padding-right: 12%;
}

@media(min-width:767px) {
 .navbar {
       /* padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

.top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 46px;
    text-align: center;
    background: #fff;
	height:auto;
}
.home-section{
	 height: 100%;
   /* padding-top: 45px;*/
    text-align: center;
    background: #eee;
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
}

.accommodation-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #fff;
	height:auto;
	padding-bottom: 30px;
}

/*.about-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
}*/

/*.reservation-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
}*/



.location-section {
    height: 100%;
  	padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
}

.aboutus-section {
    height: 100%;
    padding-top: 100px;
    text-align: left;
    background: #fff;
	height:auto;
	padding-bottom: 30px;
}
/*.loungebar-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background:#fff;
	height:auto;
	padding-bottom: 30px;
}*/
/*.shop-section{
	height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
	}*/
.reviews-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
}	
.gallery-section {
    height: 100%;
   	padding-top: 100px;
    text-align: left;
    background: #fff;
	height:auto;
	padding-bottom: 30px;
}	

.contact-section {
    height: 100%;
    padding-top: 100px;
    text-align: left;
    background: #eee;
	height:auto;
	padding-bottom: 30px;
}
.main-title{
	font-size:24px;
	color:#ff0080;
	/*color:#324ef9;*/
	font: 400 2em/125% 'Times New Roman', Helvetica, Sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding-left: 390px;
    padding-right: 0px;
	}
.gmail{
	color:#686868;
	}
.gmail:hover{
	color:#b79d30;
	}
.container-fluid.nomargin {
	padding:2%;
  	text-align:center;
}
.img-responsive.logo {
  margin-top: -14px;
  margin-left:30px;
 }
h2 {
	font: 400 2em/125% 'Times New Roman', Helvetica, Sans-serif;
	color: #FF0080;
}

h4{
	color:#686868 !important;
}

p{
	text-align: justify;
	line-height: 20px;
  	margin: 10px 0;
	font-size:17px;
	font-weight:400;
	}
/*h4{
	text-align:center !important;
	}*/
.footer{
	background-color:#ff0080;
	/*background-color: #192fb9;*/
	color:#58453f;
	padding:10px;
	text-align:center;
	font-weight:600;
	}
.foot-text{
	color:#fff;
	letter-spacing:2px;
	}
/*.clearH5{
	clear:both;
	height:5px;
	}*/
.clearH10{
	clear:both;
	height:10px;
	}
.clearH20{
	clear:both;
	height:20px;
	}
.sepline {
  border-color: #FD4611 !important;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
.sub-home {
  color: #FF0080;
  font-size: 26px;
  margin-top: 30px;
  font-weight:600;
}
.sub-home2 {
  color: #FF0080;
  font-size: 26px;
  text-align: center ;
  margin-top: 30px;
  font-weight:600;
}
.scnd-sub {
  color: #fd4611;
  font-size: 26px;
}
.scnd-sub2{
	color: #fd4611;
   font-size: 26px;
   text-align: center !important
	}
.modal-dialog {
	width:600px;
	}
.thumbnail {
	margin-bottom:6px;
	}
.blur {
    box-shadow: 0px 0px 20px 20px rgba(255,255,255,1);
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    transform: scale(0.9);
    opacity: 0.6;
  	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
/*----------------------------- */


@media(min-width:320px) {
.main-title{
	padding-left: 15px;
	margin-bottom:15px;
	}
}

@media (min-width: 1024px){
.main-title {
    padding-left: 160px;
    margin-bottom: 15px;
}
}

@media (min-width: 1280px){
.main-title {
    padding-left: 390px;
    margin-bottom: 15px;
}
}