body {
    background:url(img/ocb-bg.jpg) repeat-x #085087 !important; 
    color: #6d6f71;
}
@font-face {
	font-family: 'Conv_BlairITCStd';
	src: url('http://oceansidebeachclub.com/bootstrap/fonts/BlairITCStd.eot');
	src: local('☺'), url('http://oceansidebeachclub.com/bootstrap/fonts/BlairITCStd.woff') format('woff'), url('http://oceansidebeachclub.com/bootstrap/fonts/BlairITCStd.ttf') format('truetype'), url('http://oceansidebeachclub.com/bootstrap/fonts/BlairITCStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1{font-size:20px;}
.scrollbar
{
	float: left;
	height: 300px;
	width: 95%;
	margin-top:20px;
	overflow-y: scroll;
	margin-bottom: 25px;
	padding:20px 15px 0px 0px;
}
.top-20{padding-top:20px;}
.top-40{padding-top:40px;}
.force-overflow
{
	min-height: 450px;
}
.gallery-menu a {
    color: #6d6f71;
    text-decoration: none;
		font-family: 'Conv_BlairITCStd';
		font-size:12px;
		cursor:pointer;
}
h1.menu-title{font-family: 'Conv_BlairITCStd'!important;}

.menu-style, .gallery-menu a:hover{ color: #95e8ff; }
.active a{ color: #fff; }
ul.gallery-menu >li{
    list-style: none;
		margin-left:5px;
		margin-bottom: 15px;
}
hr{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background:#1E1D1D;
		color:#C5C1C1;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(149,232,255,0.3);
	border-radius: 10px;
	background-color:#2E2C2C;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color:#2E2C2C;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(149,232,255,0.3);
	background-color: #95e8ff;
}



/*Style*/


.clear{clear:both;}
#boxtext{position:relative;}
.box-eat{
	padding:10px 10px;
	    background: url("images/bg_eat.jpg") no-repeat;
	   filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: .15;
  /* Mozilla */
  opacity: .15;
  /* CSS3 */
  position:absolute;
	z-index:0;
  width: 100%;
	height: 350px;
    padding:30px 30px;

}
.box-drink {
    padding: 10px 10px;
    background: url("images/bg_drink.jpg") no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: .15;
    opacity: .15;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 350px;
    padding: 30px 30px;
}
.box-music {
    padding: 10px 10px;
    background: url("images/bg_play.jpg") no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: .15;
    opacity: .15;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 350px;
    padding: 30px 30px;
}
.box-chill {
    padding: 10px 10px;
    background: url("images/bg_chill.jpg") no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: .15;
    opacity: .15;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 350px;
    padding: 30px 30px;
}
.box-gallery {
    padding: 10px 10px;
    background: url("img/slide/10.jpg") no-repeat;
    filter: alpha(opacity=60);
    -moz-opacity: .15;
    opacity: .15;
    position: absolute;
    z-index: 0;
    padding: 30px 30px;
}
#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.text {
	z-index:3;
}
.text p {
    font-family: Arial, Helvetica, Tahoma, Verdana;
    font-size: 11px;
    color: #989898;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    z-index: 5;
}
.table{font-size:11px;color:#989898;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border:none; padding:3px;
}
.price{color:#D8070A;}
.box-scroll{	   
    padding:10px 10px; 
    overflow-x: hidden;
    overflow-y: scroll;
		display:block;
		height:200px;}
.text h1{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 14px;
    color: #95e8ff;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.text h2 {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #95e8ff;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
}


		
	.menu-style a{font-family: 'Conv_BlairITCStd'; font-size:38px; color:#6d6f71; margin-top:20px; margin-bottom:20px;}
	.nav-style a{font-family: 'Conv_BlairITCStd'; font-size:12px; color:#6d6f71;}
	.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar {margin-bottom:0px;}
.nav > li > a:hover, .nav > li > a:focus ,.nav > li > a:active{
    text-decoration: none;
		background:none;
		color:#95e8ff;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
	border-top: 2px solid #0972b4;
	color: #0972b4;
	text-shadow: none;
} 

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
.ft-text{ color:#6d6f71; font-size:12px;}
.navbar .navbar-collapse {
    text-align: center;
}
.container{max-width:860px;}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}