html,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	color: #002A68;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	height: 425px;
	width: 100%;
	padding: 20px;
	background-image: url(/img/header_background.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
}

header.static-header {
	height: 100px;
	margin-bottom: 50px;
}

header #slogan {
	max-width: 1400px;
	width: 95vw;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

header #trucks {
	max-width: 900px;
	width: 95vw;
	position: absolute;
	top: 65px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 1;
}

header.static-header #trucks,
header.static-header #slogan {
	display: none;
}

.button {
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	padding: 0px 35px;
	text-transform: uppercase;
	color: #fff;
	background-color: #002A68;
	box-shadow: 0px 5px 0px rgba(0, 42, 105, 0.75);
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	margin-top: 25px;
}

.button:hover {
	color: #FEC70D;
	box-shadow: 0px 5px 0px #FEC70D;
}

.bifa {
		background-image: url(/img/bifa.png);
	background-position: top right;
	background-repeat: no-repeat;

}
/*#intro .grid-item {position: absolute; background-color: red;}
#intro .button { position: relative; bottom: 10px;}*/


.hidden {
	display: none;
	visibility: hidden;
}

/* - - - N A V - - - */

nav #logo {
	display: block;
	float: left;
	z-index: 10;
	position: relative;
	width: 150px;
	margin-left: 5px;
}

nav #logo img {
	width: 100%;
	height: 100%;
}

nav #menu {
	float: right;
	margin: 10px;
	z-index: 2;
	position: relative;
}

nav #menu ul {
	padding: 0px;
	margin: 0px;
}

nav #menu ul li {
	display: inline-block;
	list-style: none;
	height: 35px;
}

nav #menu i {
	margin-right: -5px;
}

nav #menu ul li a {
	text-decoration: none;
	color: #fff;
	height: 100%;
	display: inline-block;
	line-height: 35px;
}

nav #menu ul:first-child > li {
	margin-left: 8px;
	margin-right: 8px;
}

nav #menu ul li:first-child {
	margin-left: 0px;
}

nav #menu ul li:last-child {
	margin-right: 0px;
}

nav #menu ul li:hover a,
nav #menu ul li:hover i {
	color: #FEC70D;
}

nav #menu ul > li.selected a {
	color: #FEC70D;
}

nav #menu ul > li.selected:hover > a,
nav #menu ul > li.selected:hover > i {
	color: #FEC70D;
}

nav #menu ul li:hover .submenu {
	display: block;
}

nav #menu ul {
	position: relative;
}

nav #menu ul .submenu {
	position: absolute;
	padding: 0px;
	background-color: #FEC70D;
	margin-left: -10px;
	display: none;
}

nav #menu ul .submenu li {
	float: none;
	width: 100%;
	height: 35px;
}

nav #menu ul .submenu li:hover {
	background-color: rgba(0,0,0,0.1);
}

nav #menu ul .submenu li a {
	margin: 0px;
	color: #fff;
	color: #002A68;
	text-transform: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 2px 10px;
	line-height: 30px !important;
	font-weight: 400;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-right: 15px;
}

nav #menu ul .submenu li:first-child a {
	border-top: 0px;
}	

nav #menu ul .submenu li:first-child:hover a div {
	border-bottom-color: #fff;
}

nav #menu ul .submenu li:last-child a {
	border-bottom: 0px;
}

nav #menu ul .submenu li a:hover {
}

nav #menu ul li:last-child .submenu {
	position: absolute;
	right: 0px;
}

nav #menu ul li:last-child .submenu .arrow-up {
	right: 70px;
	left: auto;
}

#menu_button {
	display: none;
}

/* - - - H O M E P A G E - - - */

#intro {
	padding: 50px 0px;
}

#intro .column-1-4 img {
	height: 40px;
}

#intro .column-1-4 h5 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 900;
	margin-bottom: 15px;
}

#sailing_schedules {
	background-image: url(/img/sailing.jpg);
	background-position: center center;
	background-size: cover;
	padding: 50px 0px;
	margin-top: -50px;
}

#sailing_schedules .row {
	text-align: center;
}

#sailing_schedules .column-1-1 {	
	text-align: center;
	margin-bottom: 25px;
}

#sailing_schedules h2 {
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
}

#sailing_schedules h4 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
}

#sailing_schedules h2,
#sailing_schedules h4 {
	color: #002A68;
}

#sailing_schedules .title_schedule,
#services_destinations .title_schedule {
	background-color: #002A68;
	height: 75px;
	line-height: 75px;
	padding: 0px 25px;
	padding-right: 15px;
	color: #FEC70D;
	text-align: left;
}

#sailing_schedules a,
#services_destinations a {	
	text-decoration: none;
}

#services_destinations .title_schedule {
	background-color: #FEC70D;
	color: #002A68;
}

#sailing_schedules .title_schedule i,
#services_destinations .title_schedule i {
	float: right;
	line-height: 75px;
	font-size: 30px;
}

#sailing_schedules .column-1-3 {
	float: none;
	display: inline-block;
	text-decoration: none;
}

#sailing_schedules .column-1-3:hover .title_schedule {
	background-color: #08204b;
}

#sailing_schedules .column-1-3 h6,
#services_destinations .column-1-3 h6 {
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.1);
	position: absolute;
	bottom: -5px;
	left: 25px;
	z-index: 1;
}

#services_destinations .column-1-3 h6 {
	font-size: 32px;
	color: #002A68;
	text-shadow: none;
}

#services_destinations {
	background-color: rgba(0, 42, 105, 0.05);
	padding: 50px 0px;
}

#services_destinations .container {	
	max-width: 1000px;
}

#services_destinations h3,
#newshomepage h3 {
	display: inline-block;
	font-size: 32px;
	font-weight: 900;
	color: #000;
	margin: 15px 0px;
}

#services_destinations .morebutton,
#newshomepage .morebutton,
.newsitem_overview .morebutton,
.newsitem_static .morebutton {
	font-size: 13px;
	color: #002A68;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	margin-top: 17px;
	display: inline-block;
}

#services_destinations .morebutton i, 
#newshomepage .morebutton i,
.newsitem_overview .morebutton i,
.newsitem_static .morebutton i {
	line-height: 25px;
}

.morebutton i {
	float: right;
}

#services_destinations .morebutton:hover,
#newshomepage .column-1-2:hover .morebutton,
.newsitem_overview:hover .morebutton,
.newsitem_static:hover .morebutton {
	color: #FEC70D;
}

#newshomepage {
	background-color: rgba(0, 42, 105, 0.1);
	padding: 50px 0px;
}

#newshomepage .column-1-2,
.newsitem_overview,
.newsitem_static {
	text-decoration: none;
	color: #444;
}

#newshomepage .column-1-2 .title_news,
.newsitem_overview .title_news,
.newsitem_static .title_news {
	background-color: #fff;
	padding: 25px;
}

#newshomepage .column-1-2 .title_news {
	min-height: 190px;
}

.newsitem_overview .title_news,
.newsitem_static .title_news {
	background-color: rgba(0, 42, 105, 0.1);
	padding: 20px;
	min-height: 260px;
}

#newshomepage .column-1-2 strong,
.newsitem_overview strong,
.newsitem_static strong {
	font-size: 18px;
	font-weight: 900;
	color: #000;
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
}

#newshomepage .column-1-2 .morebutton,
.newsitem_overview .morebutton,
.newsitem_static .morebutton  {
	float: none;
	margin-top: 15px;
}

.newsitem_overview strong {
	min-height: 50px;
}


/* - - - S T A T I C P A G E - - - */

.static_content {
	margin-bottom: 75px;
}

.static_content h1 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 900;
	color: #002A68;
	margin-bottom: 35px;
	text-align: left;
}

.static_content .column-2-3 .grid-item a {
	color: #002A68;
}

.static_content a:hover {
	text-decoration: none;
}

.schedules_content h1,
.newsoverview h1 {
	text-align: center;
}

.static_content hr {
	width: 100px;
	height: 4px;
	background-color: #FEC70D;
	border: none;
	margin: 15px 0px;
	margin-bottom: 35px;
}

.schedules_content hr,
.newsoverview hr {
	margin: 15px auto;
	margin-bottom: 50px;
}

.static_content .column-1-3 h3 {
	font-size: 22px;
}

.static_content .column-2-3 {
	padding-right: 35px;
}

/* - - - S A I L I N G - S C H E D U L E S - - - */

#sailing_content i {
	font-size: 18px;
}


#schedulewrap {
	margin: 25px 0px;
}

#schedulewrap tr {
	border-bottom: 1px solid rgba(255, 199, 13, 0.25);
	height: 25px;
}

#schedulewrap tr th {
	text-align: left;
}

#schedulewrap tr:first-child td {
	font-weight: bold;
}

.download-schedule {
	float: right;
	margin-top: -10px;
}

/* - - - N E W S - D E T A I L - - - */

.newsdetail span.date {
	background-color: #002A68;
	color: #FEC70D;
	clear: both;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
}

/* - - - S U B F O O T E R - - - */

#subfooter {
	background-color: rgba(0, 42, 105, 0.2);
	padding: 35px 0px;
}

#subfooter .column-1-2,
.subfootercontent {
	font-size: 16px;
	line-height: 27px;
	color: rgba(0, 42, 104, 0.75);
}

#subfooter .column-1-2 #womanfooter {
	float: right;
	margin-bottom: -35px;
	margin-top: -55px;
}

#subfooter .column-1-2 span,
.subfootercontent span {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 53px;
	background-color: #fff;
	color: #FEC70D;
	display: inline-block;
	margin-top: 15px;
	margin-right: 25px;
	text-align: center;
	font-size: 20px;
	float: left;
}

#subfooter .column-1-2 label,
.subfootercontent label {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #002A68;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-top: 15px;
}

#subfooter .column-1-2 h4,
.subfootercontent h4 {
	font-size: 26px;
	font-size: 18px;
	font-weight: 900;
	color: #002A68;
	color: #fff;
	margin-bottom: 15px;
}

#subfooter .column-1-2:first-child .grid-item,
.subfootercontent .grid-item {
	padding-left: 25px;
}

footer {
	background-color: #002A68;
	color: #fff;
	padding: 50px 0px;
}

footer h4 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}

footer a {
	display: block;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

footer a:hover {
	color: #FEC70D;
}

#disclaimer {
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #002A68;
	margin-right: 20px;
}

#disclaimer a {
	margin: 0px 10px;
	color: #002A68;
}

#disclaimer a:hover {
	text-decoration: none;
	color: #e5b000;
}

#disclaimer span {
	margin-left: 5px;
	font-weight: 700;
}