/* CSS Document */

* {
	padding:0;
	margin:0;
	border:none;
	color:#808080;
	font-family:Helvetica, Arial, sans-serif;
}

p {
	text-indent:0;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

.clearall {
	clear:both;
	width:100%;
	height:0;
}

#wrapper {
	width:960px;
	max-width:100%;
	margin:auto;
	margin-top:30px;
	position:relative;
}

.boat {
    float: left;
    -webkit-box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
    box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
	-webkit-border-radius: 20px;
    border-radius: 20px;
	border:solid #cdcdcd 3px;
	margin-bottom:30px;
	background:#f3f3f3;
}


.boat img {
    max-width:224px;
    max-height:135px;
    margin: 0 0 10px;
}
.boat .img {
    margin:0 -10px;
    text-align:center;
}
.boat p {
	font-size:14px;
	text-align:center;
}

.boat p.price {
	font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 24px;
    padding-top: 10px;
    text-align: right;
}

h1 {
	color:#f6f6f6;
	padding:20px 0px;
	margin:15px 0 0 0;
}

h4 {
    color: #4E4E4E;
	font-size:1em;
    padding: 10px 0 4px 14px;
}

.reserve {
	background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 9px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -5px;
    width: 96%;
}


/* 
Form styles ===================================================================================
*/

/*form {
	border-bottom:1px solid #CCC;
	padding-bottom:30px;
	position:relative;
	margin:0 0 30px;
}*/

.form {
	float:left;
	padding: 25px 22px;
	font-size:16px;
	text-align:center;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	border:solid #cdcdcd 3px;
	height:110px;
	position:relative;
	-webkit-box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
    box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
}

.spacer {
	float:left;
	width:9px;
	height:20px;
}

/*

steps ====================================================

*/

.active {
	border-color:#929292;
	background:#f3f3f3;
}

.form .step {
	position:absolute;
	top:-27px;
	height:49px;
}

.form.depart .step {
	background:url(../images/step_1.png) no-repeat;
	background-position:center;
	width:100%;
	left:0;
}

.form.time .step {
	background:url(../images/sprites.png) 0 0 no-repeat;
	width:50px;
	left:95px;
}
.form.time.active .step {
	background-position:-52px 0;
}

.form.number .step {
	background: url("../images/sprites.png") no-repeat scroll 0 -52px transparent;
    left: 95px;
    width: 50px;
}
.form.number.active .step {
	background-position:-52px -52px;
}

.form.submit .step {
	background: url("../images/sprites.png") no-repeat scroll 0 -104px transparent;
	left:95px;
	width:50px;
}
.form.submit.active .step {
	background-position:-52px -104px;
}

.form.number p {
	float: left;
    position: relative;
    text-align: center;
    top: -23px;
    width: 110px;
}

.form.number p span {
	 display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

/*label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 17px;
    padding: 16px 0 17px;
    text-align: center;
}

select {
    color: #525252;
    height: 20px;
    padding: 3px;
    width: 100px;
	margin:auto;
	display:block;    
	background-color:transparent;
	font-size:11px;
	background-color:transparent;
}*/

.select {
	border: 1px solid #B7B7B7;
	background:url(../images/dropdown_arrow.png) no-repeat right #f8f8f8;
	width:75px;
	margin:auto;
	overflow:hidden;
}

/*select option {
	color: #525252;
	padding-top:3px;
	width:84px;
}

input[type="radio"] {
}

input[type="text"] {
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #B7B7B7;
    color: #525252;
    display: block;
    height: 20px;
    margin: auto;
    padding: 0 5px;
    width: 65%;
}

input[type="submit"], #check {
	background: url("../images/submit_button.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    text-indent: -99999px;
    width: 57px;
	cursor:pointer;
	display:block;
}*/

#refresh {
	background: url("../images/search_available_sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 42px;
    left: 24px;
    position: absolute;
    text-indent: -99999px;
    top: 68px;
    width: 85px;
}

#refresh:hover {
	background:url(../images/search_available_sprite.png) no-repeat -91px 0px transparent;
}

h2 {
	padding:30px 0 10px 0;
	border-top:1px solid #CCC;
}

#total {
	min-height:200px;
	float:right;
	width:270px;
	display:none;
	text-align:right;
}

.selected_boat {
	background:#eefaff;
}

.selected_boat, .boat:hover {
	background:#eefaff;
}

#total ul li {
	padding-top:5px;
	list-style:none;
}

#total #price {
	color: #1043A9;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 9px 0 0;
    text-align: right;
    vertical-align: middle;
}


#button_s {
	background-position: right center;
    font-size: 18px;
    position: relative;
    text-indent: 0;
    width: 300px;
	margin-bottom:20px;
}
#message {
	text-align:center;
}

#message h3 {
	font-size:24px;
	margin:40px 0 20px 0;
}

#update {
	color:#1043A9;
}

.price span {
	
}

#disable {
	position:absolute;
	height:150px;
	right:0;
	width:750px;
	z-index:1;
}

/* 
check out page styles ===================================================
*/
.checkout {
	width:320px;
	float:left;
}

#checkout label {
	border:none;
	text-align:left;
	margin: 5px 0 -18px;
}

#checkout form {
	margin:0;
	padding:0;
}

#checkout input[type="text"] {
	display: inline;
    font-size: 15px;
    height: 25px;
    margin: 0;
    width: 200px;
}

#checkout select {
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #B7B7B7;
    color: #525252;
    font-size: 14px;
    height: 27px;
    margin: 0;
    padding: 5px;
    width: 68px;
}

#cart {
	border: 3px solid #CDCDCD;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.41);
    font-size: 12px;
    height: 100px;
    padding: 15px 24px;
    position: absolute;
	right:0;
	z-index:2;
}

.boat_more_info{
	float: left;
	margin-left: 28px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight:bold;
}

.boat_details {
	padding:15px;
	width: 555px;
	max-width:100%;
}
.boat_details h2{
	padding: 2px;
	padding-left: 0px;
	border: 0px;
	width: 395px;
	float: left;
}
.boat_details p{
	clear:left;
	float:left;
}

#main_image{
	float:right;
	max-width: 250px;
	max-height: 250px;
	border: 2px #eee solid;
}
.ss_images img{
	float:right;
	max-width: 50px;
	max-height: 50px;
	border: 2px #eee solid;
	cursor: pointer;
}
.ss_images{
	width: 55px;
	height: 169px;
	float: right;
}
.details{
	display: none;
	width: 600px;
	float:left;
	padding: 15px 22px;
	font-size:12px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	border:solid #cdcdcd 3px;
	height:328px;
	background-color: #fff;
	position:relative;
	-webkit-box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
    box-shadow:  0px 3px 3px 2px rgba(0, 0, 0, .41);
}

#sub_nav {
	position:relative;
	width:960px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	margin-bottom:30px;
	background-color:#000;
}
#sub_nav ul {
	list-style-type:none;
	width:100%;
}
#sub_nav li {
	padding:5px 12px 5px 12px;
	float:left;
	border-right:1px solid #F7F8F9;
}
#sub_nav li.last {
	border-right:0;
	padding-right:0;
}
#sub_nav li a {
	font-size:15px;
	font-weight:bold;
	color:#F7F8F9;
}
#sub_nav li a:hover {
	color:#8EB7D6;
	text-decoration:none;
}

@media only screen and (max-width: 991px) {
    .form {
        padding:0;
        padding-top:30px;
        margin-bottom:40px;
    }
    .form.time .step, .form.number .step, .form.submit .step {
        left:45%;
    }
    .row {
        margin-left:10px !important;
        margin-right:10px !important;
    }
    .col-xs-12 {
        padding-left:0 !important;        
        padding-right:0 !important;    
    }    
}