html{
	font-size:14px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	background: #f3f3f3;
}

body.fixed-navbar{
	padding-top: 70px;
}

.font-oswald{
	font-family: 'Oswald', sans-serif;
}

.top_thin_menu{
	padding: 0px;
	background: #d40048;
	background: rgb(245,133,63);
	color :#eee;
	font-weight: 700;
}

.top_thin_menu ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.top_thin_menu ul li{
	list-style-position: inside;
	float:left;
	font-weight: 700;
}

.top_thin_menu ul li a{
	color: #eee;
	text-decoration: none;
	font-weight: 600;
	padding: 4px;
	display: inline-block;
}
.top_thin_menu ul li a:hover{
	color: #fff;
}

.top_thin_menu .top_menu_social_icons li a{
	padding-left:8px;
	padding-right: 8px;
	width: 32px;
  text-align: center;
}


/* NAVBAR */
.top_navbar{
	border:0px;
}

.navbar-brand{
	padding:2px;
}
.navbar-brand img{
	max-height: 100%;
}


.navbar-nav>li>a{
	font-weight: 600;
	text-transform: uppercase;
}

.navbar-default{
	background: #fff;
}

.navbar-inverse{
	background: #582d1b;
}
.navbar-inverse .navbar-nav>li>a{
	color : #fff;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
	background: #fff;
}


.navbar{
	margin:0;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover{
	background: #2d1307;
}
.navbar-nav>li>a.active{
	background: #FF9800;
}
.navbar-nav>li>a.active:hover{
	background: orange;
}
/* NAVBAR ENDS */
.carousel-inner>.item>img{
 	width:100%;
}

/* SECTION */
.home_section{
	padding-top: 40px;
	padding-bottom:  40px;
}
.section_header{
	margin:0 auto;
	text-align: center;
	color: #582d1b;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-size: 24px;
}

.section_header:after{
	position: absolute;
	bottom: -10px;
	left:50%;
	transform: translateX(-50%);
	width:50px;
	content:"";
	border-bottom: 3px solid #FF9800;
	-webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.home_section:hover .section_header:after{
	width: 100%;
}

.section_subheader{
	margin:0;
	margin-top: 20px;
	text-align: center;
	color: #582d1b;
	font-size: 16px;
}

.section_content{
	margin-top: 30px;
}


.special_section_wrapper{
	background-image: url('/static/hotelgopalmidway/images/bg_1.jpg');
  padding: 60px 10px;
  width: 100%;
  float: left;
  clear: both;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9;
  position: relative;
  /*border-top: 1px solid #dedede;*/

}
.special_section_wrapper:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.special_section_wrapper .section_header,
.special_section_wrapper .section_subheader{
	color : #fff;
}
.special_section_wrapper .card{
	box-shadow: 0px 0px 5px 5px #000;
}
/* SECTION */


/* CARD */
.card{
	background: #fff;
	box-shadow: 0px 0px 18px 3px #ddd;
	border-radius: 6px;
  overflow: hidden;
}

.crad_img_wrapper{
	padding: 0px;
	text-align: center;
  background: #333
}

.crad_img_wrapper img{
	max-height: 100%;
}
.card_title{
	text-transform: uppercase;
	color : #444;
	text-align: center;
	padding: 10px 0px ;
	font-size: 20px;
}
.card_subtitle{
	margin-top: 10px;
}

#celebrities .crad_img_wrapper img{
	height: 200px;
}
/* CARD */

/* FOOTER */
.page_footer{
	background: #422012;
	color: #d2aea1;
	font-size: 16px;
}
.page_footer p{
	line-height: 1.8;
}
.footer_title{
	font-weight: 800;
	color : #eee;
}
.icon_row{
	position: relative;
  padding-left: 29px;
  font-size: 16px;
  margin-bottom: 8px;
  
}
.icon_row i{
	position: absolute;
	top:3px;
	left: 3px;
}
/* FOOTER */



.top_strip{
	background-image: url('/static/hotelgopalmidway/images/bg_1.jpg');
  padding: 40px 40px;
  width: 100%;
  float: left;
  clear: both;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9;
  position: relative;
  /*border-top: 1px solid #dedede;*/

}
.top_strip:before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.top_strip h1{
	color : #fff;
	text-align: center;
	text-transform: uppercase;
}

.page_data{
	font-size: 16px;
	color : #666;
	line-height: 1.8;
}

.page_data h2{
	font-size: 22px;
}

.main_container{
	min-height: 800px;
}

.gallery_img{
	background: #fff;
	margin-bottom: 20px;
	padding: 5px;
	display: block;
}

.menu_header>span{
	display: table-cell;
	position: relative;
	width:50%;
}

.menu_header>span:before,
.menu_header>span:after{
	content: '';
  position: absolute;
  top: 54%;
  left: 0;
  border-bottom: 1px solid #2c2a2a;
  width: 100%;
  display: block;
}

.menu_header>span:after{
	top: 44%;
}

.menu_header>h2{
	display: table-cell;
	padding:10px;
	font-weight: 600;
 white-space: nowrap;
	width: 1%;
}

.menu_row{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #444;
}

.menu_title, .menu_dots, .menu-price{
	display: table-cell;
}

.menu_title{
  width: 1%;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 4px;
  
}

.menu_price{
	display: table-cell;
    width: 1%;
    padding-left: 4px;
    white-space: nowrap;
}

.menu_dots{
	height: 3px;
    background-image: radial-gradient(circle closest-side,#b3b3b3 99%,transparent 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px){
	.navbar-brand{
		margin: 0px -15px;
		display: block;
		float: none;
		background: #fff;
		height: 100px;
		text-align: center;
	}
	.navbar-brand>img{
		display: inline-block;
	}
	.top_navbar>.container{
		width: 100%;
	}

	body{
		/*padding-top: 150px;*/
	}
	.navbar-nav{
		padding: 0px 15px;
	}
	.menu_row{
		font-size:16px;
	}
}
@media (min-width: 768px){
	.navbar-nav>li>a{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar-brand{
		position: absolute;
	  height: 200px;
	  background: #fff;
	  z-index: 100;
	  padding: 10px !important;
	  border-radius: 0px 0px 10px 10px;
	}
}