﻿/*Body
**********************************/
html {
/*		background: #FFFFFF url('../images/HTML Background 139 by 210.jpg') repeat-x;*/
/*		background: rgb(2,164,239); /* Old browsers */
/*		background: -moz-linear-gradient(top,  rgba(2,164,239,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(2,164,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*		background: -webkit-linear-gradient(top,  rgba(2,164,239,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*		background: -o-linear-gradient(top,  rgba(2,164,239,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*		background: -ms-linear-gradient(top,  rgba(2,164,239,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
/*		background: linear-gradient(to bottom,  rgba(2,164,239,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
/*		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a4ef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

/*background-image:url('../images/repeatablebackground.jpg');*/
/*background-image:url('../images/background.jpg');
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;*/

	margin: 0;
	border: 0;
	padding: 0;
}

body {
	/*background-image:url('../images/blgr036.jpg');
	background-repeat:repeat;*/
	background:#41AEDB;
	font: 14px/20px Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 120%;
	line-height: 100%;
}

h2 {
	text-align: center;
	font-size: 150%;
	padding-left: 2% 0;
}

h3 {
	font-size: 110%;
	padding: 1% 0;
}

h4 {
	color: white;
	font-size: 110%;
	margin: 0;
	padding: 2% 0;
}

h5 {
	font-size: 150%;
	padding: 0;
}

h6:before {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

p {
	padding: 1%;
}

img {
	text-align:center;
	max-width: 100%;
	height: auto;
	width:auto;
}

a {
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	
}

/*Header
**********************************/
header {
	background-color: #FFFFFF;
	width: 100%;
	height: 86px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
}

#logo {
	margin: 20px;
	float:left;
	width: 200px;
	height: 60px;
}

/******/
#menu-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background:url('http://www.bonvoyagecruises.com/images/iconmenu.png') center;
}

#phone-icon {
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	
}

nav ul, nav:active ul {
	display: none;
	position: absolute;
	/*padding: 20px;
	background:#41AEDB;*/
	background:#FFFFFF;
		border: 1px solid black;
	right: 30px;
	top: 60px;
	width: 50%;
	border-radius: 2px 0 2px 2px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}	

nav li {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 0;		
	border: 1px solid black;
}	

nav:hover ul {
	display: block;		
}

/*****/
nav {
	float: right;
	padding: 35px 10px 20px 0;
}

a:hover#menu-icon {
	border-radius: 4px 4px 0 0;	
}

ul {
	list-style: none;
}

nav ul li {
	display:inline-block;
	float: left;
	padding: 8px 0;
}

#doc {
	margin: 40px 0;
}

#content {
	margin: 0 auto;
	max-width: 1140px;
	margin-top: 110px;
}

.baseline {
	width: 100%;
	float: left;
	text-align: center;
	display: inline;
}

ul.affiliates li {
	max-width: 100%;
	float: left;
	text-align: center;	
}

/*Slider 
**************************************/
.mySlider {
	/*max-width: 960px;*/
	width: 100%;
	/*float: left;*/
	margin-top: 10px;	
}

section {
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}

section img {
	max-width: 100%;
}

.fullpage {
	width: 100%;
/*	float: left;*/
	text-align: center;
}

.fullpage img {
	max-width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

article {
	float: left;
	margin: 0 auto;
	width: 50%;
	height: auto;
	padding: 4%;
}

aside {
	float: right;
	margin: 0 auto;
	width: 35%;
	height: auto;
	padding: 3%;
}

footer {
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	opacity: 0.90;
	margin: 0;
	padding: 0;
}

footer p a {
	color:black;
	text-decoration: none;
}

ul.social li {
	display: inline;	
}

ul.social li img {
	height: 40px;
}

footer.second {
	border-top: 1px solid black;
	background-color: gray;
	max-height: 50px;
	text-align: center;
	opacity: 0.95;	
}

@media screen and (max-width: 478px) {
	body {
		position: absolute;
	}	
}

@media only screen and (max-width: 740px) {
	
	section {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	
	section img {
		max-width: 100%;
		padding: 5%;
	}

	.single {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.twitter {
		width: auto;
	}
	
	h1 {	
		text-align: center;
		font-size: 90%;
		line-height: 100%;
	}

/*	article {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	aside {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
*/
}

@media only screen and (max-width: 500px) {
		
	section {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}		
		
	h5 {
		text-align: center;
		font-size: 65%;
		line-height: 100%;
	}
}

