* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #597fa0;
}
body {
	background: #FAF6EF;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #eeb000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #e59600;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.container {
	width: 100%;
	padding: 0;
}
.inner {
	padding: 0;
	max-width: 1170px;
	margin: 0 auto;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto -75px;
	padding: 0;
}
#wrapper .container {
	background: #fff;
}
#header {
	background: #fff;
	height: 197px;
}
#top-menu {
	display: block;
	background: #005B98;
	height: 44px;
	line-height: 44px;
	width: 100%;
	padding: 0 15px;
	color: #fff;
}
#top-menu a:link, #top-menu a:visited {
	font-size: 11px;
	font-weight: 700;
	color: #bda985;
}
#top-menu a:hover {
	color: #eeb000;
}
#top-menu a:active {
	color: #005b98;
}
#top-menu a span {
	margin-right: 20px;
}
#top-menu .languages {
	float: right;
	text-align: right;
	margin-top: 5px;
}
#top-menu .languages a span {
	margin: 0 3px;
	height: 30px;
	width: 30px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	background: #f8f2e8;
	color: #bda985;
	font-size: 11px;
	font-weight: 700;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#top-menu .languages a span.en {
	background: url(images/flags/en.png) no-repeat center center;
}
#top-menu .languages a span.gr {
	background: url(images/flags/gr.png) no-repeat center center;
}
#top-menu .languages a span.ar {
	background: url(images/flags/ar.png) no-repeat center center;
}
#top-menu .languages a span.zh {
	background: url(images/flags/zh.png) no-repeat center center;
}
#top-menu .languages a span.ru {
	background: url(images/flags/ru.png) no-repeat center center;
}
#top-menu .languages a span.ko {
	background: url(images/flags/ko.png) no-repeat center center;
}
#top-menu .languages a.active span, #top-menu .languages a:hover span {
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: grayscale(0%);
	filter: none;
	color: #fff;
}
#top-menu .top_search {
	float:left;
}
#top-menu .top_search .form-control {
	width:150px;
	transition:width 0.5s ease-in-out;
	-moz-transition:width 0.5s ease-in-out;
	-webkit-transition:width 0.5s ease-in-out;
	height: auto;
	-webkit-appearance: none;
	background-color: #18395C;
	background-image: none;
	border: 1px solid #18395C;
	margin-top:6px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
}
#top-menu .top_search .form-control:focus {
	width:100%;
	transition:width 0.5s ease-in-out;
	-moz-transition:width 0.5s ease-in-out;
	-webkit-transition:width 0.5s ease-in-out;
}
#logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
/*#logo img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}*/
#logo img.small-image {
    margin-left: 10px;
    max-height: 80px;
}
.navbar {
	border: none;
	margin-bottom: 0;
	position: relative;
	min-height: 58px;
}
.container-fluid {
	padding: 0;
}
.navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0px;
	box-shadow: none;
	background-color: #005b98;
	border-color: none;
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: none;
}
.navbar-default .navbar-nav {
	min-height: 58px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
	background-image: none;
	background-repeat: no-repeat;
	box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #005B98;
	color: #eeb000;
	border-top: 5px solid #eeb000;
	box-sizing: border-box;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #005B98;
	color: #eeb000;
	border-top: 5px solid #eeb000;
	box-sizing: border-box;
}
.navbar-default .navbar-nav > li > a {
	border-top: 5px solid #005B98;
	color: #f8f2e7;
	min-height: 58px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #eeb000;
	border-top: 5px solid #eeb000;
	box-sizing: border-box;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #eeb000;
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin: 0;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	float: left;
	margin: 8px;
	padding: 10px;
	position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #eeb000;
}
.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 3px;
	width: 25px;
}
.dropdown-menu {
	color: #eeb000;
	border-top: 5px solid #eeb000;
	box-sizing: border-box;
	background-color: #005B98;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 200px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}
.dropdown-menu > li > a {
	min-height: 40px;
	color: #fff;
	line-height: 40px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #eeb000;
	background-image: none;
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 15px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
a.more {
	background: #eeb000;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-align: center;
}
a:hover.more {
	background: #e29000;
}
a:active.more {
	background: #8d4000;
}
a.more span {
	border: 1px solid #fff;
	margin: 5px;
	display: inline-block;
	padding: 10px 40px;
}
a.read_more {
	display: block;
	margin-top: 5px;
}
.header {
	font-size: 34px;
	font-weight: 300;
	margin: 10px auto 40px auto;
	text-align: center;
}
.header.index {
	margin: 10px auto 20px auto;
}
.header.vessels {
	margin: 20px auto;
}
.header.left {
	text-align: left;
	margin: 0px auto 15px auto;
}
#breadcrumb {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #fff;
	color: #035183;
	border-bottom: 1px solid #ccdeea;
}
#breadcrumb ul {
	display: block;
	padding: 0;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
}
#breadcrumb ul li {
	float: left;
	margin-right: 8px;
	font-size: 13px;
	color: #035183;
	font-weight: 400;
}
#breadcrumb ul li a {
	color: #eeb000;
}
#breadcrumb ul li:last-child:after {
	content: '';
	display: inline;
	width: 5px;
	height: 8px;
	margin-left: 10px;
	color: #035183;
}
#breadcrumb ul li:after {
	content: '/';
	display: inline;
	width: 5px;
	height: 8px;
	margin-left: 10px;
	color: #035183;
}
#breadcrumb ul li.nolink:after {
	content: '';
	display: none;
}
.cover {
	background: #18395c;
	text-align: center;
    position: relative;
}
.cover .moto {
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 30%;
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    z-index: 2;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .6)
}
.cover .img-responsive {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
    .cover .moto {
        max-width: 80%;
        font-size: 30px;
    }
}
section#slideshow {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #18395C;
}
section#slideshow h1 {
	position: absolute;
	right: 20px;
	top: 40%;
	transform: translateY(-40%);
	font-size: 50px;
	color: #eeb000;
	max-width: 450px;
	text-align: right;
}
section#slideshow h1.slide1 {
	top: 15%;
	transform: translateY(-15%);
	left: 20px;
	text-align: left;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
section#slideshow h1.slide2 {
	top: 10%;
	transform: translateY(-10%);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
	color: #fff;
	max-width: 100%;
	font-size: 34px;
	line-height: 1em;
	font-weight: 700;
}
section#slideshow h1.slide3 {
	top: 10%;
	transform: translateY(-15%);
	font-size: 29px;
	line-height: 1.1em;
	left: 20px;
	font-weight:600;
	text-align: left;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
section#slideshow h1.slide6 {
	right: 20px;
	text-align: right;
	top: 12%;
	transform: translateY(-12%);
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
}
.carousel-indicators {
	z-index: 5;
}
.carousel-indicators .active {
	background-color: #EEB000;
}
#about {
	margin: 0 auto;
	padding: 0;
}
#about .container {
	padding: 30px;
	color: #597fa0;
	text-align: center;
}
#about .container p {
	text-align: justify;
}
#event .container {
    width: auto;
}
@media (min-width: 1200px) {
    #event .container {
        width: 1000px;
    }
}
@media (max-width: 1199px) {
    #event .container {
        width: 90%;
    }
}
#event {
    margin: 100px auto;
}
#event h1 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3em;
	color: #035183;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin: 20px 0;
}
#event p {
    margin-bottom: 15px;
}
section#fleet .container {
	padding: 30px;
	text-align: center;
}
section#fleet .container div {
	margin-bottom: 5px;
}
section#fleet .container div > h3 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
	color: #035183;
}
section#services {
	margin: 0 auto;
	padding: 0;
}
section#services .container {
	padding: 30px;
	color: #597fa0;
	background: #faf6ef;
	text-align: center;
}
section#contact .container {
	padding: 15px;
	color: #597fa0;
}
.contact-images {
	margin:10px auto;
}
#map {
	height: 300px;
}
#map.index {
	margin-bottom: 20px;
}
section#contact h3 {
	font-size: 14px;
	font-weight: 700;
	color: #035183;
}
section#contact .contact-form h3 {
	margin-bottom: 20px;
}
section#contact .contact-form label {
	font-weight: 400;
	margin-bottom: 5px;
}
section#contact .contact-form label.error {
	color: #eeb000;
}
#contact .details span {
    display:block;
    margin:5px auto;
    text-align:center;
    color: #363636;
}
#contact .details span.title {
    color:#005e96;
    font-size: 16px;
}
#contact_form label.error {
    font-size: 14px;
    font-weight: 400;
    color: #eeb000;
    display: block;
    text-align: left;
    margin-top: 4px;
    padding-bottom: 0;
}
.contact-images {
    margin:10px auto;
}

#open-talk-form label.error {
	display: block;
	color: #eeb000;
}
section#contact .contact-form .form-control {
	height: auto;
	-webkit-appearance: none;
	background-color: #faf6ef;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: none;
	color: #035183;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 15px 10px;
	transition: none;
	width: 100%;
}
section#contact .contact-form textarea.form-control {
	padding: 10px;
}
section#contact .contact-form .contact-row {
	margin-bottom: 20px;
}
section#contact .contact-form .contact-row span {
	display: block;
	font-size: 10px;
}
section#contact .contact-form .code-row {
	text-align: center;
}
section#contact .contact-form .code-row span {
	display: block;
	text-align: center;
	font-size: 10px;
}
section#contact .contact-side h3 {
	margin-bottom: 20px;
}
section#contact .contact-side ul {
	margin-bottom: 20px;
}
section#contact .contact-side ul li {
	margin: 10px 0;
	display: block;
}
section#contact .contact-side ul li [class*="col-"] {
	padding: 2px 0;
}
section#contact .contact-side p {
	text-align: justify;
}
.viewmap {
	display: block;
	margin: 10px auto;
	font-size: 14px;
}
section#page .container {
	padding: 20px 30px;
}
section#page .container p {
	margin-bottom: 15px;
}
section#page .container .leftcol {
	padding-left: 0;
}
section#page .container .rightcol {
	padding-right: 0;
}
section#page .container .nopad {
	padding: 0;
}
section#page .container .rightcol label {
	margin-bottom: 10px;
}
section#page .container h3 {
	display: block;
	font-size: 18px;
	color: #1e5f97;
	padding: 5px 0;
	margin: 10px 0 0 0;
}
section#page .container ul,
section#page .container ol {
	padding: 0 0 0 20px;
}
section#page .container ul li {
	list-style-type: square;
	padding-bottom: 15px;
}
section#page .container ol li {
    list-style-type: decimal;
    padding-bottom: 15px;
}
section#page .container ul.side-menu {
	padding: 0;
	margin: 0;
}
section#page .container ul.side-menu li {
	list-style-type: none;
	padding: 0;
}
section#page .container ul.side-menu li span a {
	font-size: 12px;
	display: block;
	padding: 5px 10px;
	list-style: none;
	color: #1e5f97;
}
section#page .container ul.side-menu li.active span a {
	border-left: 5px solid #e7af26;
	color: #fff;
	background: #1e5f97;
}
section#page .container ul.side-menu li:hover span a {
	color: #e7af26;
}
section#page .container ul.side-menu li.active:hover span a {
	color: #fff;
}
section#page .container label i {
	color: #e7af26;
}
section#page .container label a {
	color: #1e5f97;
}
section#page .container img.img-responsive {
	margin: 10px auto;
}
section#page.news .container img.img-responsive {
	margin: 0 auto 10px;
}
section#page .container img.img-responsive.right {
	margin: 0 0 15px 15px;
	float: right;
}
section#page .container img.img-responsive.left {
	margin: 0 15px 15px 0;
	float: left;
}
section#page .ship_row {
	font-size: 20px;
	color: #00548f;
}
section#page .ship_row span {
	display:inline-block;
	width:60px;
}
section#page .ship_row .title span {
	color:#fff;
	display:inline-block;
	width:60px;
}
section#page .ship_row h2.header {
	margin: 10px auto;
}
section#page .alert_row {
	margin:5px auto;
}
section#page #email_alert_form label {
	margin-bottom:3px;
}
section#page #email_alert_form label.error {
	color: #eeb000;
	margin-top:3px;
}
section#page #email_alert_form input.error {
	border-color: rgba(238, 176, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 176, 0, 0.6);
	outline: 0 none;	
}
section#page .download {
	font-size: 14px;
}
section#page .ship_row strong {
	color: #eeb000;
}
section#page .ship_row .flag img {
	width: 40px;
}
section#page .ship_row > div {
	margin-bottom: 10px;
	padding: 0;
}
section#page .ship_row .title {
	font-size: 20px;
	min-height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #eeb000;
	display: block;
	background: #035183;
	margin: 10px 0;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
}
section#page .ship_row .option {
	font-weight: 700;
}
section#page .sitemap li {
	margin: 0;
	padding: 0;
	min-height: 20px;
}
section#page .container ul.sitemap li {
	list-style-type: none;
	padding-bottom: 15px;
}
section#page .container ul.sitemap li ul li {
	padding-left: 22px;
	padding-bottom: 0px;
	line-height: 26px;
	background: url(images/tree_branch.png) top left no-repeat;
}
section#page .container ul.sitemap li ul li:last-child {
	background: url(images/tree_branch_last.png) top left no-repeat;
}
section#galleries .container {
	padding: 20px 30px;
}
section#galleries .container div > h3 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
	color: #035183;
	height: 30px;
	text-align: center;
}
section#galleries .container div > h3 > a:link {
	color: #005B98;
}
section#galleries .container div > h3 > a:hover {
	color: #e59600;
}

section#galleries .container .magnify {
	position: absolute;
	display: block;
	width: calc(100% - 30px);
	height: calc(100% - 60px);
	padding: 0;
	z-index: 8;
	box-sizing: border-box;
}
section#galleries .container .magnify:hover {
/*	background: rgba(7,13,23,0.5);*/
}
section#galleries .container .magnify:hover a i {
	opacity: 1;
}
section#galleries .container .magnify a {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
section#galleries .container .magnify a i {
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
}
section#galleries .container img {
	height: 250px;
	width: 250px;
}
#cboxTitle {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.service_item {
	width: 100%;
	height: 212px;
	margin: 0 auto 35px auto;
	padding: 25px 0 0 0;
	box-sizing: border-box;
	color: #fff;
	background: #035183;
	border-bottom: 8px solid #eeb000;
}
.service_item:hover {
	background: #02395c;
}
.service_item figure {
	width: 92px;
	height: 92px;
	text-align: center;
	margin: 0 auto 20px auto;
	background: #1d6390;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.service_item figure img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.service_item h3 {
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em;
}
.services_page {
	margin: 30px auto;
}
.services_page h2.header {
	font-size: 34px;
	font-weight: 300;
	margin: 10px auto 20px auto;
	text-align: center;
}
.awards {
	width: 100%;
	padding: 10px 0;
	background: #faf6ef;
}
.awards ul {
	display: table;
	text-align: center;
	margin: 0 auto;
}
.awards ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
.awards ul li img {
	max-height: 70px;
	mix-blend-mode: darken;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
}
#our-fleet {
	margin: 30px auto 0 auto;
}
#our-fleet h2.header {
	margin: 10px auto 20px auto;
}
#our-fleet .ui-accordion-content {
	background: #fff;
	padding: 0;
}
#our-fleet .ui-accordion .ui-accordion-icons {
	padding-left: 20px;
}
#our-fleet .table > tbody > tr > td, #our-fleet .table > tbody > tr > th, #our-fleet .table > tfoot > tr > td, #our-fleet .table > tfoot > tr > th, #our-fleet .table > thead > tr > td, #our-fleet .table > thead > tr > th {
	border-top: none;
	padding: 15px 10px;
	vertical-align: top;
	color: #005b98;
}
#our-fleet .table > tbody > tr > td:first-child {
	color: #eeb000;
}
#our-fleet .table > tbody > tr > th {
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	border-bottom: 2px solid #eeb000;
}
#our-fleet .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f2e8;
}
#our-fleet .table > tbody > tr > td > img {
	width: 40px;
}
#our-fleet .fleet-description img {
	width: 40px;
}
#our-fleet .fleet-description .flag {
	min-height: 40px;
}
#our-fleet .fleet-description .flag span {
	margin-left: 10px;
}
#our-fleet .fleet-description {
	padding: 20px 0;
	margin: 30px auto;
	background: #f2f7fa;
}
#our-fleet .fleet-description .table-responsive {
	border: none;
}
#our-fleet .fleet-description [class*="col-"] {
	padding: 0;
}
#our-fleet .flags > tbody > tr > td {
	padding: 5px 0;
	width: 20%;
}
#our-fleet .note {
	margin:20px auto 0 auto;
	padding: 10px 20px;
	background:#18395C;
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 2px solid #eeb000;
}
#our-fleet .totaldwt {
	text-align:right;
}

/* Glossary */
#glossary .table > tbody > tr > td, #glossary .table > tbody > tr > th, #glossary .table > tfoot > tr > td, #glossary .table > tfoot > tr > th, #glossary .table > thead > tr > td, #glossary .table > thead > tr > th {
	border-top: none;
	padding: 15px 10px;
	vertical-align: top;
	color: #005b98;
	text-align: justify;
}


#glossary .table > tbody > tr > td:first-child {
	color: #eeb000;
	width: 160px;
	text-align: left;
}

#glossary .table > tbody > tr > th {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #005b98;
	border-bottom: 2px solid #eeb000;
}
#glossary .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f2e8;
}
/* Ship Names */
#ship-names .table > tbody > tr > td, #ship-names .table > tbody > tr > th, #ship-names .table > tfoot > tr > td, #ship-names .table > tfoot > tr > th, #ship-names .table > thead > tr > td, #ship-names .table > thead > tr > th {
	border-top: none;
	padding: 15px 10px;
	vertical-align: top;
	color: #005b98;
	text-align: justify;
}
#ship-names .table > tbody > tr > td:first-child {
	color: #eeb000;
	width: 200px;
}
#ship-names .table > tbody > tr > th {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #005b98;
	border-bottom: 2px solid #eeb000;
}
#ship-names .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f2e8;
}
/* Accordion */
.ui-accordion-content {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(56px, rgba(255,255,255,1)), color-stop(56px, rgba(248,242,232,1)), color-stop(56px, rgba(248,242,232,1)), color-stop(100%, rgba(248,242,232,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 56px, rgba(248,242,232,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f2e8', GradientType=1 );
	border: none;
	margin-bottom: 20px;
}
.ui-accordion-content ul {
	margin-left: 50px;
}
.ui-accordion-content ul > li {
	list-style: square;
	margin-bottom: 15px;
}
.ui-accordion .ui-accordion-header {
	font-size: 20px;
	min-height: 38px;
	line-height: 38px;
	border: none;
	border-bottom: 2px solid #eeb000;
	margin-top: 20px;
}
.ui-accordion .ui-accordion-header .total_cdwt {
	display:inline-block;
	float:right;
	margin-right:40px;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	margin-top: 20px;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 65px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	right: 20px;
	left: auto;
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons-custom.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons-custom.png);
}
.ui-icon-triangle-1-s {
	background-position: 0 -18px;
}
.ui-icon-triangle-1-e {
	background-position: 0 0;
}
.ui-icon {
	height: 18px;
	width: 18px;
}
.ui-state-focus {
	outline: none;
}
.ui-accordion-header {
	outline: none;
}
.ui-accordion .ui-accordion-header.technical-management {
	background: #035183 url(images/service_icons.png) 0px 0px no-repeat;
}
.ui-accordion .ui-accordion-header.crew-management {
	background: #035183 url(images/service_icons.png) 0px -56px no-repeat;
}
.ui-accordion .ui-accordion-header.training {
	background: #035183 url(images/service_icons.png) 0px -112px no-repeat;
}
.ui-accordion .ui-accordion-header.purchasing {
	background: #035183 url(images/service_icons.png) 0px -168px no-repeat;
}
.ui-accordion .ui-accordion-header.claims-and-insurance {
	background: #035183 url(images/service_icons.png) 0px -224px no-repeat;
}
.ui-accordion .ui-accordion-header.it-services {
	background: #035183 url(images/service_icons.png) 0px -280px no-repeat;
}
.ui-accordion .ui-accordion-header.bunkering {
	background: #035183 url(images/service_icons.png) 0px -336px no-repeat;
}
.ui-accordion .ui-accordion-header.specialized-services {
	background: #035183 url(images/service_icons.png) 0px -392px no-repeat;
}
.ui-accordion .ui-accordion-header.risk-management {
	background: #035183 url(images/service_icons.png) 0px -443px no-repeat;
}
/* NEWS */
.news_item {
	padding: 20px;
	color: rgba(3,81,131,0.8);
	background: #faf6ef;
	margin-bottom: 30px;
}
.news_item h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: justify;
}
.news_item h2 a {
	color: rgba(3, 81, 131, 0.8);
}
.news_item .date {
	color: #eeb000;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}
.news_item p {
	line-height: 1.5em;
}

#page.news .news_item {
	padding: 0 15px;
	color: rgba(3,81,131,0.8);
	background: #fff;
	margin-bottom: 30px;
    min-height: 380px;
}
#page.news .news_item h2 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
    display: -webkit-box;
	max-width: 100%;
	height: 87px;
	margin: 0 auto 20px;
	line-height: 1.2;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#page.news .news_item h2 a {
	color: rgba(3, 81, 131, 0.8);
}
#page.news .news_item .source {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
#page.news .news_item figure img {
    width: 100%;
}
#page.news .news_item .date {
	color: #eeb000;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}
#page.news .news_item p {
	line-height: 1.5em;
}

.news_page p {
	font-size: 16px;
}
.news_page .date {
	background: #005b98;
	color: #eeb000;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 25px;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.news_page h1 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3em;
	color: #035183;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin: 20px 0;
}
.news_page img.img-responsive {
	margin: 10px auto;
}
/* PAGINATION */
.pagination {
	border-top: 1px dashed #EAEAEA;
	padding: 10px 0 0 0;
	margin: 0 auto 10px auto;
	width: 100%;
	color: #eeb000;
}
.paging_simple {
	float: left;
}
#paging_jump {
	width: 25px;
	text-align: right;
	font-size: 13px;
	padding: 1px 2px;
	margin: 0;
	background: #FAF6EF;
	color: #035183;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#paging_jump:focus {
	border: 1px solid #bbb;
	outline: none
}
.paging_list {
	list-style: none;
	float: right;
}
.paging_list li {
	display: inline;
}
.paging_list li a, .paging_list li span {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 0 1px;
}
.paging_list li a.selected {
	background: #005b98;
	color: #eeb000;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* SEARCH */
.search h2 {
	background:#005B98;
	color:#fff;
	padding:10px;
	font-weight:700;
	font-size:16px;
}
.search_sidebar ul {
	padding:0;
	margin:10px auto;
}
.search_sidebar ul li.active a {
	color:#005B98;
}
.search_sidebar ul li.active a:hover {
	color:#e59600;
}
.search .noresult {
	margin:10px auto;
}
#search_form {
	margin:0 auto 10px auto;
}
#search_form .form-control {
	width:calc(100% - 50px);
	float:left;
}
#search_form .btn-primary {
	margin:0 0 0 10px;
}
#search_form_top .btn {
	outline:none;
}
/* RESULTS */
.result_item {
	margin:10px auto;
	padding: 20px;
	color: rgba(3,81,131,0.8);
	background: #faf6ef;
	margin-bottom: 10px;
}
.result_item h2 {
	background: transparent;
	padding:0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: justify;
}
.result_item h2 a {
	color: rgba(3, 81, 131, 0.8);
}
.result_item p {
	line-height: 1.5em;
}

.btn-small {
	background: #eeb000;
	color: #fff;
	padding: 10px 30px;
	border: none;
}
.btn-small:hover {
	background: #e29000;
    color: #fff;
}
.btn-small:active {
	background: #8d4000;
}
.btn-small:focus {
	outline: 0;
}
.carousel-control {
	width: 10%;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.intro-about {
	margin: 20px auto;
	font-size: 20px;
}
.push {
	height: 75px;
}
#footer {
	width: 100%;
}
#footer .container {
	height: 75px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	background: #005B98;
	color: #f8f2e8;
	font-size: 13px;
	font-weight: 300;
}
#footer .container [class*="col-"] {
	padding: 0;
}
#footer .social_media {
	display: inline-block;
	margin-top: 5px;
	font-family: 'Roboto', serif;
}
#footer .social_media a {
	float: left;
	margin-right: 5px;
}
#footer .fmenu {
	line-height: 35px;
	text-align: left;
}
#footer .fmenu a {
	color: #f8f2e8;
}
#footer .fmenu a:hover {
	color: #EEB000;
}
#footer .copyright {
	float: left;
	text-align: left;
	color: #f8f2e8;
	line-height: 30px;
}
#footer .powered {
	float: right;
	text-align: right;
	color: #f8f2e8;
	line-height: 30px;
}
#footer .powered a {
	font-weight: 400;
	color: #5ec4ed;
}
#footer .powered a em {
	font-style: normal;
	font-weight: 400;
	color: #99cc68;
}
.article_files_wrapper.single_file_wrapper {
	background: #eee;
	padding: 0 10px;
}
.article_file_wrapper {
	padding: 10px 0 0 0;
	margin: 0 25px 15px 0;
	float: left;
}
.article_file a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	padding-left: 38px;
}
.article_file a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #777
}
.share_icons {
	display:block;
	margin-bottom:10px;
}
.share_icons .fa-facebook-square {
	color:#3765A3;
}
.share_icons .fa-twitter-square {
	color:#5EA9DD;
}
.share_icons .fa-linkedin-square {
	color:#0177B5;
}
.share_icons .fa-google-plus-square {
	color:#DC4A38;
}
.icon_generic a {
	background: url(images/icons/generic.png) no-repeat 0 0;
}
.icon_doc a {
	background: url(images/icons/doc.png) no-repeat 0 0;
}
.icon_excel a {
	background: url(images/icons/excel.png) no-repeat 0 0;
}
.icon_powerpoint a {
	background: url(images/icons/powerpoint.png) no-repeat 0 0;
}
.icon_txt a {
	background: url(images/icons/txt.png) no-repeat 0 0;
}
.icon_pdf a {
	background: url(images/icons/pdf.png) no-repeat 0 0;
}
.icon_audio a {
	background: url(images/icons/audio.png) no-repeat 0 0;
}
.icon_video a {
	background: url(images/icons/video.png) no-repeat 0 0;
}
.icon_image a {
	background: url(images/icons/image.png) no-repeat 0 0;
}
.icon_archive a {
	background: url(images/icons/archive.png) no-repeat 0 0;
}

.extra_photos {
	padding:0;
	margin:0 0 10px 0;
}
.extra_photos .short-title {
	margin-bottom:15px;
	border-bottom:2px solid #EEB000;
}
.extra_photos [class*="col-"] {
	padding:0 10px;
}
.extra_photos img {
	margin-bottom:20px;
}

 @media (max-width: 1200px) {
.container {
	width: 100%;
}
#breadcrumb ul {
	padding: 0 30px;
}
}
@media (max-width: 992px) {
.navbar-default .navbar-nav > li > a {
	padding: 15px 8px;
}
section#slideshow h1 {
	max-width: 400px;
	font-size: 44px;
}
section#slideshow h1 span {
	max-width: 380px;
	font-size: 18px;
}
}
@media (max-width: 768px) {
#top-menu {
	padding: 0;
}
section#slideshow h1 {
	position: absolute;
	top: 30%;
	right: 10px;
	transform: translateY(-30%);
	font-size: 38px;
	max-width: 350px;
}
section#slideshow h1 span {
	max-width: 300px;
	font-size: 14px;
}
#about .container {
	padding: 20px;
}
#about h2 {
	font-size: 30px;
	margin: 10px auto 30px auto;
}
section#services .container {
	padding: 20px 10px;
}
}
@media (max-width:767px) {
.navbar {
	min-height: 40px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.navbar-collapse {
	background: #005B98;
	position: absolute;
	width: 100%;
}
.navbar-nav {
	margin: 0 -15px;
}
.navbar-default .navbar-nav {
	min-height: 40px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	border-top: none;
	background: #eeb000;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	border-top: none;
	min-height: 40px;
}
.navbar-default .navbar-nav > li > a:hover {
	border-top: none;
	background: #eeb000;
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: #eeb000;
	color: #fff;
}
section#slideshow {
	position: relative;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #eeb000;
	border-top: none;
	box-sizing: border-box;
	color: #fff;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 40px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	padding: 0px 15px;
}
section#page .container {
	padding: 20px;
}
#breadcrumb {
	position: relative;
}
.cover {
	position: relative;
}
section#page .container ul {
	padding: 0 0 0 15px;
}
#breadcrumb ul {
	padding: 0 15px;
}
.news_page h1 {
	font-size: 26px;
}
.news_page .date {
	font-size: 18px;
	padding: 10px 20px;
}
section#galleries .container img {
	height: auto;
	width: 100%;
}
#footer .container {
	width: 100%;
}
section#slideshow h1.top {
	font-size: 22px;
	font-weight: 400;
}
section#page .container .leftcol {
	padding: 0;
}
section#page .container .rightcol {
	padding: 0;
}
.intro-about {
	margin: 15px auto;
	font-size: 16px;
}
section#page .container img.img-responsive.right {
	margin: 10px auto;
	float: none;
	text-align: center;
}
}
@media (max-width: 600px) {
section#slideshow h1.slide2 {
	font-size: 14px;
	font-weight: 400;
}
#footer .social {
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}
#footer .social_media {
	display: inline-block;
	text-align: center;
	float: none;
}
#footer .social_media a {
	float: left;
	text-align: center;
	margin: 0 3px;
}
#footer .fmenu {
	display: block;
	position: relative;
	text-align: center;
	z-index: 999;
}
#footer .copyright {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
}
#footer .powered {
	width: 100%;
	float: none;
	display: block;
	text-align: center;
}
#footer .col-xs-6 {
	width: 100%;
}
#wrapper {
	margin: 0 auto -0px;
}
.push {
	height: 0px;
}
#footer {
	width: 100%;
}
#footer .container {
	height: 140px;
	padding: 0 5px;
	z-index: 10;
}
}
@media (max-width: 500px) {
section#slideshow h1.slide1 {
	font-size: 24px;
	font-weight: 400;
}
}
@media (max-width: 480px) {
    section#page .container {
        padding: 10px;
    }

    #header {
        background: #fff;
        height: 220px;
    }

    #top-menu {
        display: block;
        background: #f8f2e8;
        height: 86px;
        width: 100%;
        padding: 0;
        color: #bda985;
    }

    #top-menu .links {
        width: 100%;
        padding: 0;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }

    #top-menu .languages {
        width: 100%;
        padding: 0 5px;
        height: 42px;
        line-height: 42px;
        text-align: center;
    }

    #top-menu .top_search {
        width: 100%;
        padding: 0 5px;
        height: 44px;
        background: #005B98;
        color: #fff;
    }

    #top-menu .top_search .form-control {
        width: 100%;
    }

    #top-menu a span {
        margin: 0 5px;
    }

    section#slideshow h1 {
        position: absolute;
        top: 15%;
        right: 10px;
        transform: translateY(-15%);
        font-size: 20px;
        max-width: 250px;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 14px;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        right: 10px;
        left: auto;
    }

    .ui-state-active .ui-icon {
        background-image: url(images/ui-icons-custom-small.png);
    }

    .ui-state-default .ui-icon {
        background-image: url(images/ui-icons-custom-small.png);
    }

    .ui-icon-triangle-1-s {
        background-position: 0 -14px;
    }

    .ui-icon-triangle-1-e {
        background-position: 0 0;
    }

    .ui-icon {
        height: 14px;
        width: 14px;
    }

    .news_page h1 {
        font-size: 22px;
    }

    section#slideshow h1 span {
        max-width: 200px;
        font-size: 12px;
    }

    .news_item h2 {
        text-align: left;
    }

    .intro-about {
        margin: 10px auto;
        font-size: 14px;
    }

    .ui-accordion .ui-accordion-header .total_cdwt {
        margin-right: 25px;
    }
}
@media (max-width: 330px) {
#footer .container {
	font-size: 12px;
	font-weight: 300;
}
}
@media (max-width: 320px) {
#logo img {
	width: 280px;
}
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.7777777778;
	pointer-events: none;
    position: relative;
}
.youtube-container iframe {
	width: 300%;
	height: 100%;
	margin-left: -100%;
}

#open-talk-text {
	padding-top: 14px;
}


.reCAPTCHA_tos {
	margin-top: 15px;
	padding: 0;
	font-size:11px !important;
	line-height: initial;
}
.grecaptcha-badge {
	z-index:5050;
	visibility: hidden;
	opacity: 0;
	transition: linear opacity 1s;
}

.grecaptcha-badge.show {
	visibility: visible;
	opacity: 1;
	transition: linear opacity 1s;
}
