/*Career Phil Stylesheet*/
* {
	outline: none !important;
}

body,
html {
	height: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
}
.body-fixed {
	overflow: hidden;
}
.index-animate {
	background: rgb(30, 111, 178);
	background: -moz-linear-gradient(90deg, rgb(30, 111, 178) 0%, rgb(36, 54, 126) 100%);
	background: -webkit-linear-gradient(90deg, rgb(30, 111, 178) 0%, rgb(36, 54, 126) 100%);
	background: -o-linear-gradient(90deg, rgb(30, 111, 178) 0%, rgb(36, 54, 126) 100%);
	background: -ms-linear-gradient(90deg, rgb(30, 111, 178) 0%, rgb(36, 54, 126) 100%);
	background: linear-gradient(180deg, rgb(30, 111, 178) 0%, rgb(36, 54, 126) 100%);
	/*height: 137px;*/
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	margin-top: 250px;
	/*font-size: 50px;*/
	text-shadow: 2px 2px #b3b3b3;
}

.accordion {
	width: 100%;
	/*max-width: 1080px;*/
	height: 700px;
	overflow: hidden;
	/*margin: 50px auto;*/
}

.accordion ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	/*background-color: #191f35;*/
}

.accordion ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 16.666%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms ease;
}

.accordion ul li div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.accordion ul li div a {
	display: block;
	height: 700px;
	width: 100%;
	position: relative;
	z-index: 3;
	vertical-align: bottom;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	transition: all 200ms ease;
}

.accordion ul li div a * {
	opacity: 0;
	margin: 0;
	width: 100%;
	text-overflow: ellipsis;
	position: relative;
	z-index: 5;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.accordion ul li div a h2 {
	font-family: 'Raleway', sans-serif;
	;
	text-overflow: clip;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 2px;
	top: 30px;
	text-align: center;
	text-shadow: 2px 2px #777777;
	font-weight: 700;
}

.accordion ul li div a p {
	top: 160px;
	font-size: 13.5px;
}

.accordion ul>.our-story-bg {
	opacity: 1;
	/*background: url("../images/nav-images/our-story/img-story-1-big.jpg");*/
	background-size: cover!important;
	background-position: center;
	border-left: 2px solid #fff;
	border-right: 1px solid #fff;
	background-position: center!important;
}

.accordion ul>.our-mission-bg {
	opacity: 1;
	/*background: url("../images/nav-images/our-mission/img-mission-1-big.jpg");*/
	background-size: cover!important;
	background-position: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-position: center!important;
}

.accordion ul>.our-people-bg {
	opacity: 1;
	/*background: url("../images/nav-images/our-people/img-people-big.jpg");*/
	background-size: cover!important;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-position: center!important;
}

.accordion ul>.our-location-bg {
	opacity: 1;
	/*background: url("../images/nav-images/our-location/img-location-big.jpg");*/
	background-size: cover!important;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
	background-position: center!important;
}


/*.accordion ul:hover li {
	width: 8%;
}*/


/*.accordion ul:hover li:hover {
	width: 60%;
}*/

.accordion ul:hover li:hover a {}

.accordion ul li>div {
	transition: background-color 500ms ease;
}

.accordion ul:hover li:hover div {
	/*opacity: 0.4;*/
	background-color: rgba(0, 0, 0, 0.6);
	transition: background-color 500ms ease;
}

.accordion ul:hover li:hover a * {
	/*opacity: 0.4;*/
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Oswald', sans-serif;
}

footer div>ul {
	font-size: 18px;
	margin-bottom: 0px;
}

footer div>ul li>a {
	color: #014785;
}

footer div>ul li>a:hover,
footer div>ul li>a:focus {
	text-decoration: none;
	color: #6d6d6d;
}

footer div>p {
	color: #6d6d6d;
	margin-bottom: 0px;
	font-size: 14px;
}


/*Our Story Page*/

.our-story-page-bg {
	/*background: url("../images/nav-images/our-story/img-story-1-big.jpg");*/
	height: 400px;
	background-size: cover!important;
	background-position: center!important;
}

.inner-page-p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.text-white {
	color: #fff;
}

.p-mission {
	font-size: 25px;
	padding: 10px 20px 10px 20px;
	border: 2px solid #22468D;
	/*border: 2px solid #22468D;*/
	text-align: center;
}
.core-values {
	color: #22468D;
}
.inner-content {
	/*padding-top: 80px;*/
	padding-bottom: 50px;
}

.tabs-style-fillup nav ul li>a {
	color: #22468D;
}

::-moz-selection {
	color: white;
	background: #72616e;
}

::selection {
	color: white;
	background: #72616e;
}

.parallax-window {
	/*height: 400px;*/
	height: 100%;
	text-align: center;
	/*padding-top:4px;*/
	/*padding-top: 363px;*/
}

.page-title {
	/*padding: 10px 20px 10px 100px;*/
	padding: 10px 20px 10px 20px;
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	background-color: #22468D;
	text-align: center;
	display: inline-block;
	margin-top: -50px;
	/*position: absolute;*/
	/*bottom: 40px;
	left: 30%;
	right: 30%;*/
}

.background-fixed {
	height: 100%;
	/*height: 400px;*/
	background-attachment: fixed!important;
	background-size: cover!important;
	text-align: center;
	padding-top: 363px;
}
.our-story-parallax {
	min-height: 300px;
}

/*Video*/

.video-wrapper {
	position: relative;
}
.our-story-padding{
	padding-top: 80px;
	padding-bottom: 80px;
}
.video {
	max-width: 680px;
	border: 1px solid #22468D;
}

.playButton-r {
	border-radius: 100px;
	border: 8px solid #22468D;
	height: 100px;
	position: absolute;
	width: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	display: block;
	opacity: 0.95;
	transition: opacity 150ms;
}

.playButton-r:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #22468D;
	position: absolute;
	top: 0;
	left: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
}

.nanogallery_theme_default .nanoGalleryBreadcrumb .folder:hover,
.nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome:hover {
	color: #22468D!important;
}
.gallery-bg {
	background-image: url(../images/gallery-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
.nanogallery_theme_default .nanoGalleryBreadcrumb {
	color: white;
}
.nanogallery_theme_default .nanoGalleryNavigationbar {
	background-color: rgb(0,0,0);
}
.nanogallery_theme_default .setFullPageButton::after {
	color: #fff!important;
}
.nanogallery_theme_default .removeFullPageButton::after {
	color: #fff!important;
}

#map {
	height: 500px;
	/*z-index: -1;*/
}

address {
	font-size: 20px;
	color: #22468D;
}

address > a {
	color: #22468D;
	transition: color 150ms;
}

address>a:hover,
address>a:focus {
	text-decoration: underline;
	color: #22468D;
	transition: color 150ms;
}

.contact-us-bg {
	/*background: url("../images/nav-images/our-location/img-location-big.jpg");*/
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	/*margin-top: -20px;*/
	height: 500px;
	background-color: rgba(225, 225, 225, 0.1);
}

.contact-us-bg > div > h2 {
	color: #22468D;
}

.form-group-modified-border {
	border-radius: 2px;
}

.form-group-margin-bottom {
	margin-bottom: 6px;
}

.form-padding {
	padding: 0px 25px 0px 25px;
}

.form-control-width {
	width: 99.9%;
}

.control-label {
	text-align: left;
}

.no-side-padding {
	padding-right: 0px;
	padding-left: 0px;
}

.accordion ul li div>.h2-desktop {
	display: block;
}

.accordion ul li div>.h2-mobile {
	display: none;
}

.no-padding-right {
	padding-right: 0px;
}


/* Preloader */

#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 76, 141, 0.9);
	/* change if the mask should have another color then white */
	z-index: 10000;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	/*background-image:url(../img/logo-preloader.png); /* path to your loading animation */
	*/
	/*background-repeat:no-repeat;*/
	/*background-position:center;*/
	/*background-color: #fff;*/
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
	/*-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;*/
	/*animation: sk-rotateplane 1.2s infinite ease-in-out;*/
}

.myblur {
	/*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
	/*transition: all 0.5s;  */
}


/*logo-preloader*/

.wrapper-r {
	position: fixed;
	background: rgba(34, 34, 34, 0.2);
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}

.logo-svg {
	position: relative;
	left: 50%;
	top: 50%;
	margin: -75px 0px 0px -75px;
	width: 150px;
	z-index: 1001;
}


/*loader*/

.loader-xbox {
	position: absolute;
	top: calc(50% - 110px);
	left: calc(50% - 110px);
}

.loader-xbox,
.loader-xbox:before,
.loader-xbox:after {
	position: absolute;
	border: 3px solid transparent;
	/*border-top: 3px solid hsl(83, 82%, 53%);*/
	border-top: 3px solid #fff;
	border-radius: 50%;
	animation: rotate linear infinite;
	content: '';
}

.loader-xbox {
	height: 225px;
	width: 225px;
	animation-duration: 1.05s;
}

.loader-xbox:before {
	height: 200px;
	width: 200px;
	top: 10px;
	left: 10px;
	animation-duration: 10s;
}

.loader-xbox:after {
	height: 175px;
	width: 175px;
	top: 22px;
	left: 22px;
	animation-duration: 4s;
}

@keyframes rotate {
	from {
		transform: rotateZ(360deg);
	}
	to {
		transform: rotateZ(0deg);
	}
}


/*End of Preloader*/

.chat-parallax {
	/*min-height: 400px;*/
	/*background: url(../images/contact-us-bg.jpg);
	background-attachment: fixed;
	background-position: center;*/
	
	padding-top: 60px;
	padding-bottom: 60px;

}
.chat {
	padding: 30px;
}
.chat-header {
	padding: 20px;
	text-align: center;
	background-color: #3E50B5;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.chat-header> h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}
.chat-box {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.chat-intro {
	color: #3E50B5;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}
.chat-intro2 {
	color: #3E50B5;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

.btn-chat-default {
	background-color: #3E50B5;
	color: #fff;
	border: 1px solid #283a9b;
	transition: all 100ms ease;
	border-radius: 2px;
}

.btn-chat-default:hover,
.btn-chat-default:focus,
.btn-chat-default:active,
.btn-default:active:focus {
	background-color: #283a9b;
	color: #fff;
	border: 1px solid #283a9b;
	transition: all 100ms ease;
}

.chat-first-div > .form-group > label {
	color: #333;
	font-weight: 400;
}

.form-group-file {
	display: inline-block!important;
	padding: 6px 12px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.file-input {
	overflow: hidden;
}

.btn-upload-submit {
	/*height: 38px;*/
}
.chat-container {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 15px;
	position:relative;
}
/*Auto Scroll*/
#messagewindow{ 
	overflow:auto;
	top:0;
	bottom:3em;
	position:absolute;
}

.chat-padding {
	display: none;
	padding-left: 20px;
	padding-right: 20px;
}

.chat-first-div {
/*    padding-left: 30px;
	padding-left: 30px;*/
}
.field-box {
	min-height: 50px;
	margin-left: -30px;
	margin-right: -30px;
	background-color: #3E50B5;
	display: none;
	color: #fff;
	padding: 40px 20px 40px 20px;
	/* border-bottom-left-radius: 9px; */
	/* border-bottom-right-radius: 9px; */
	margin-bottom: -30px;
}
/*.chat-input-gender,*/
.chat-intro2,
.chat-input-birthdate,
.chat-input-heard,
.chat-input-contact-no,
.chat-input-email,
.chat-input-address,
.chat-input-attach-choice,
.chat-input-attach-cv,
.chat-input-passport,
.chat-input-seaman,
.chat-input-coc,
.chat-input-visa,
.chat-input-job-experience,
.chat-input-vessel {
	display: none;
}

#div_for_selected_bg{
	width: 100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #22468D;
}
.nav-pills > li > a {
	border-radius: 2px;
}
.image-title {
	color: #fff;
	background-color: #22468D;
	font-size: 30px;
}
.gender-placeholder {
	text-transform: capitalize;
}

/*Auto Complete*/
.tt-suggestion {
	padding: 3px 10px 3px 10px;
	background-color: white;
	color: #3E50B5;
	text-align: left;
}
#genderAutoComplete {
	vertical-align: middle !important;
}

/*Modal*/
.ekko-lightbox .modal-header {
	border-bottom: 1px solid #e5e5e5;
	background-color: #22468D;
	color: #fff;
	text-align: center;
}
.ekko-lightbox h4 {
	font-size: 25px;
	font-weight: 700;
}
.ekko-lightbox .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	margin-top: 5px;
	margin-right: 7px;
}
@font-face {
	font-family: 'Decalotype-Bold';
	src: url('../fonts/Decalotype-Bold.eot');
	src: url('../fonts/Decalotype-Bold.woff') format('woff'), url('../fonts/Decalotype-Bold.ttf') format('truetype');
}
.fleet-font {
	font-family: 'Decalotype-Bold', sans-serif;
}
.btn-fleet-button {
	background-color: transparent;
	font-size: 20px;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
h3.fleet-font {
	font-size: 50px;
}
.fleet-row {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
    align-items: center;
}
.fleet-row > .col-md-9 {
	border-left: 1px solid #000;
}
.fleet-header {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
#divTanker,
#divTanker2,
#divBulker,
#divBulker2,
#divCarrier,
#divCarrier2,
#divContainer,
#divContainer2,
#divPassenger,
#divPassenger2,
#divReefer,
#divReefer2 {
	cursor: pointer!important;
}


/*Media Queries*/

@media screen and (max-width: 983px) {
	body {
		margin: 0;
	}
	.accordion {
		height: auto;
	}
	.accordion ul li,
	.accordion ul li:hover,
	.accordion ul:hover li,
	.accordion ul:hover li:hover {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
		-webkit-transition: none;
		transition: none;
		height: 200px;
	}
	.accordion ul li {
		height: auto;
	}
	.accordion ul li div a {
		height: 200px;
	}
	.accordion ul>.our-story-bg {
		opacity: 1;
		border: none;
		background-repeat: no-repeat!important;
		background-size: cover!important
	}
	.accordion ul>.our-mission-bg {
		opacity: 1;
		border: none;
		background-repeat: no-repeat!important;
		background-size: cover!important
	}
	.accordion ul>.our-people-bg {
		opacity: 1;
		border: none;
		background-repeat: no-repeat!important;
		background-size: cover!important
	}
	.accordion ul>.our-location-bg {
		opacity: 1;
		border: none;
		background-repeat: no-repeat!important;
		background-size: cover!important
	}
	.accordion ul li div a h2 {
		font-size: 30px;
		display: block;
		top: 70px;
	}
	.accordion ul li div>.h2-desktop {
		display: none;
	}
	.accordion ul li div>.h2-mobile {
		display: block;
	}
	.text-right {
		text-align: center
	}
	.accordion ul li div a * {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
	.page-title {
		font-size: 30px;
	}
	.parallax-window,
	.background-fixed {
		padding-top: 185px;
		height: 200px;
	}
	.video {
		width: 100%;
	}
	.playButton-r {
		height: 70px;
		width: 70px;
	}
	.playButton-r:before {
		border-width: 15px 0 15px 25px;
	}
}

.tab-medium-map,
.tab-small-map,
.mobile-tab-pill,
.training-map-small {
	display: none;
}
@media (min-width: 983px) and (max-width: 1165px) {
	.accordion ul li div a h2 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.tab-large-map {
		display: none;
	}
	.tab-medium-map {
		display: block;
	}
	.fleet-row {
		display: inherit;
		padding-bottom: 50px;
	}
	.fleet-row > .col-md-3{
		padding-bottom: 50px;
	}
	.fleet-row .img-responsive {
		display: block;
	    margin-right: auto;
	    margin-left: auto;
	}
	.fleet-row > .col-md-9 {
	    border-left: none;
	}
}
@media (max-width: 425px) {
	.tab-large-map,
	.tab-medium-map {
		display: none;
	}
	.tab-small-map,
	.mobile-tab-pill{
		display: block;
	}
}

.fleet-row {
    margin: 0px;
	border: 0px solid #fff;
	transition: all 0.2s;
}
.fleet-row:hover{
    margin: -2px;
	border: 2px solid #22468D;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.fleet-row:hover .fleet-font {
	color: #22468D;
	transition: all 0.2s;
}
.fleet-row:hover .fleet-font {
	color: #22468D;
	transition: all 0.2s;
}
