
.main_wrapper
{
	width:100%;
	height:auto;
}
.header
{
	margin-top: 50px;
}

.header .well-lg
{
	width:100%;
	border-radius: 0px;
	margin-right: 0px;
	width:100%;
	border:0px;
    background: #fff;

}
/* USING BOOTSTRAP 3.0.3 */
/*
Ref:
Thanks to:
http://span-tag.com/bootstrap-navbar/
*/


/* added to  .nav */
.normal {
xheight: 75px; /* this causes drop down to lose color ??? */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.normal .navbar-right {
padding-top: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.navbar-brand {
padding: 0px !important;
}
.navbar-brand img {
padding: 5px;
max-height: 75px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink {
height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-right {
padding-top: 0px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.shrink .navbar-brand img {
max-height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}


}
.slider
{
     margin-top: 60px;
	width:100%;
	
}
.center {
	max-width:100%;
	
}
.nav_cus li
{
 font-family: 'Crete Round', serif;
}
.navbar-inverse
{
background: rgba(2,8,5,0.31);
background: -moz-linear-gradient(left, rgba(2,8,5,0.31) 0%, rgba(2,8,5,0.3) 0%, rgba(0,0,0,0.47) 41%, rgba(0,0,0,0.53) 57%, rgba(0,0,0,0.53) 66%, rgba(1,0,1,0.53) 68%, rgba(5,1,5,0.53) 77%, rgba(0,0,0,0.53) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,8,5,0.31)), color-stop(0%, rgba(2,8,5,0.3)), color-stop(41%, rgba(0,0,0,0.47)), color-stop(57%, rgba(0,0,0,0.53)), color-stop(66%, rgba(0,0,0,0.53)), color-stop(68%, rgba(1,0,1,0.53)), color-stop(77%, rgba(5,1,5,0.53)), color-stop(100%, rgba(0,0,0,0.53)));
background: -webkit-linear-gradient(left, rgba(2,8,5,0.31) 0%, rgba(2,8,5,0.3) 0%, rgba(0,0,0,0.47) 41%, rgba(0,0,0,0.53) 57%, rgba(0,0,0,0.53) 66%, rgba(1,0,1,0.53) 68%, rgba(5,1,5,0.53) 77%, rgba(0,0,0,0.53) 100%);
background: -o-linear-gradient(left, rgba(2,8,5,0.31) 0%, rgba(2,8,5,0.3) 0%, rgba(0,0,0,0.47) 41%, rgba(0,0,0,0.53) 57%, rgba(0,0,0,0.53) 66%, rgba(1,0,1,0.53) 68%, rgba(5,1,5,0.53) 77%, rgba(0,0,0,0.53) 100%);
background: -ms-linear-gradient(left, rgba(2,8,5,0.31) 0%, rgba(2,8,5,0.3) 0%, rgba(0,0,0,0.47) 41%, rgba(0,0,0,0.53) 57%, rgba(0,0,0,0.53) 66%, rgba(1,0,1,0.53) 68%, rgba(5,1,5,0.53) 77%, rgba(0,0,0,0.53) 100%);
background: linear-gradient(to right, rgba(2,8,5,0.31) 0%, rgba(2,8,5,0.3) 0%, rgba(0,0,0,0.47) 41%, rgba(0,0,0,0.53) 57%, rgba(0,0,0,0.53) 66%, rgba(1,0,1,0.53) 68%, rgba(5,1,5,0.53) 77%, rgba(0,0,0,0.53) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020805', endColorstr='#000000', GradientType=1 );
border:none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color:#b3ffb3;
}
.well_en h4
{
text-align:center;
padding-bottom: 13px;
font-family: 'Rakkas', cursive;
color:#005c99;
}
#date 
{
	padding-right: 23px;
}
.form-group
{
	padding-right: 5px;
}
#lab_name
{
	 font-family: 'Crete Round', serif;
	 color:#404040;
}
.btn_sub
{
	margin-left:8px;
}
.about_us
{
	margin-top: -18px;

	background: url("../images/boat.jpg");
	  background-attachment: fixed;
	   background-repeat: no-repeat;
	      background-size: cover;
}
.about_us
{
	min-height: 600px;
	opacity:;
}
.about_poovar
{
	min-height: 500px;
	background: #ccffcc;
	}

.about_us h3
{
	text-align: center;
	color:#fff;
	padding-top: 10px;
	 font-family: 'Rakkas', cursive;

}
.mini_und
{
	width:100px;
	border-width:3px;
	border-color: #ff9900;
}
.mini_und1
{
	width:100px;
	border-width:3px;
	border-color: #ff9933;
}
.about_us h1
{
	text-align: center;
	color:#fff;
	font-family: 'Neuton', serif;
	font-size:28px;
	color:#fff;
}
.about_poovar
{
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,247,246,1) 13%, rgba(235,194,183,0.71) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(13%, rgba(252,247,246,1)), color-stop(100%, rgba(235,194,183,0.71)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,247,246,1) 13%, rgba(235,194,183,0.71) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,247,246,1) 13%, rgba(235,194,183,0.71) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(252,247,246,1) 13%, rgba(235,194,183,0.71) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(252,247,246,1) 13%, rgba(235,194,183,0.71) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebc2b7', GradientType=1 );
}
.about_poovar h3
{
	text-align: center;
	color:#005c99;
	padding-top: 10px;
	 font-family: 'Rakkas', cursive;
}
#well_hover:hover
{
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 #80ccff;
}
#well_hover p
{
	text-align:justify;
	font-family: 'Philosopher', sans-serif;
	font-size:16px;
}
#well_hover h4
{
		text-align:justify;
	font-family: 'Philosopher', sans-serif;
}
.footer
{
	width:100%;
	min-height: 310px;
	background: rgba(76,76,76,1);
background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(44,44,44,0.83) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.98)), color-stop(25%, rgba(102,102,102,0.96)), color-stop(100%, rgba(44,44,44,0.83)));
background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(44,44,44,0.83) 100%);
background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(44,44,44,0.83) 100%);
background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(44,44,44,0.83) 100%);
background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(44,44,44,0.83) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2c2c2c', GradientType=1 );
}
.footer h3
{
	text-align: center;
	color:#ff944d;
	font-size:19px;
	font-family: 'Philosopher', sans-serif;
}
.package_container
{
	min-height: 1000px;
}
.package_container .alert-info
{ 
   margin-top: 63px;
}
.col_add h5
{
	text-align: center;
	line-height: 1.5em;
	color:#fff;
	font-size: 17px;
	font-family: 'Philosopher', sans-serif;
}
#map
{
	display: block;
	margin:0px auto;
	overflow:hidden;
}
.phone
{
	padding-right:5px;
	color:#ccffdc;
}
.al_pack
{
	text-align:center;
	padding-top: 20px;
    font-family: 'Rakkas', cursive;
}
.pan_bo h4
{
	 font-family: 'Rakkas', cursive;
	 font-size:17px;
}
.copy
{
	text-align:center;
	margin-top: 22px;
}
.copy p
{
	  font-family: 'Philosopher', sans-serif;
	  color:#fff;
}
.copy a
{
	color:#ccffcc;
}
.boat_pack img
{
	display:block;
	margin:0px auto;
}
#pack_text
{
	font-family: 'Philosopher', sans-serif;
	font-size:18px;
	text-align: justify;
}
#pack_text1
{
	font-family: 'Philosopher', sans-serif;
	text-align: justify;
	font-size:19px;
	color:#006600;
}

.gal
{
	background: url("../images/bg3.jpg");
}
.gal h4
{
	font-family: 'Rakkas', cursive;
	 font-size:17px;
	 padding-top: 5px;
}
/*online booking*/

.online_bg
{
	background: url(../images/bg1.jpg);
	padding-top: 100px;
}
.con_add h3
{
		font-family: 'Rakkas', cursive;
	text-align:center;
}
.con_add h5
{
	font-family: 'Philosopher', sans-serif;

	text-align:center;
	line-height: 1.5em;
	font-size: 15px;
}
.thankyou
{
	margin-top: 10px;
}
.location
{
margin-top: -30px;
}
/*contact form*/
/*panel align center*/
.col-centered{
    float: none;
    margin: 0 auto;
    padding-top:5px;
}
/*property for the bootstrap panel*/
.panel  {
-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.panel-default > .panel-heading {
  color: #000 !important;
  background: #80bfff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #80bfff, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #80bfff, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #80bfff, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #80bfff, #ffffff); /* Standard syntax */
  border-color: #99ccff !important;
  height:80px;
}

/*property for the HTML input placeholder*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*property for reset button*/
button[type="reset"]    {
    background-color:transparent;
    border:1px solid black;
}

/*Glyphicon color*/
.blue   {
    color: #80bfff;
}

.con_form h1
{
	font-family: 'Philosopher', sans-serif;
	font-size:18px;
}
.con_numb h5
{
  color:#003366;
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
}
.con_numb i
{
   color:#339966;
}
.overflow
{
	overflow: hidden;
}
.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}
#estyle
{
	color:red;
	text-align:center;
	font-weight: bold;
}