html {
	/*margin-top: 32px !important*/
	position: relative;
	height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -133px; 
}

.page-wrap:after {
  content: "";
  display: block;
  height: 133px; 
}

#page {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
}

#page.default-page {
	padding-top: 80px;
	padding-bottom: 60px;
}

.page-template-page-with-slider #page {
	padding-top: 0px;
}

h1,h2,h3,h4,h5,h6 ,label, th {
  font-family: 'Inter', sans-serif;
  /*color: #000;*/
  color:#253a47;
}

h1 {
  margin-bottom: 30px;
}

.navbar-brand {
  padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  color: #000;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid #e42d24;
  padding-bottom: 4px;
}

.intro {
  height: 100vh;
  background: url('../img/stock-photo-cargo-ships-entering-one-of-the-busiest-ports-in-the-world-singapore-172537049_cut.jpg') top center no-repeat;
  background-size: cover;
}

.table {
  /*table-layout: fixed;*/
}

table.sailing  tbody {
  font-family: 'Oxygen Mono', monospace;
  text-transform: uppercase;
  font-size: 12px;
}
table.sailing  th {
  font-size: 14px;
}

table.sailing .table-divider {
  background: transparent !important;
  color: #275273;
}

table.sailing .table-divider, table.sailing .vessel {
  text-transform: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

form {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer {
  /*background: #000;*/
  background: #253a47
  /*color: #fff;*/
  color:#253a47
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  height: 133px; 
}

@media screen and (max-width:759px) {
	footer {
		height: 250px;
	}
}

.copyright {
	font-size: 12px;
	margin-top: 15px;
}

.footer {
	/*position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;*/
}

footer .navbar-nav  {
  text-align: center;
  float: none;
 /* font-weight: bold;*/
 font-size: 15px;
}

footer .navbar-nav li {
  float: none;
  display: inline-block;
}

footer .navbar-nav > li > a {
  color: #ddd;/*#fecc00;*/
}

footer .navbar-nav > li > a:focus, footer .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fecc00;
}

.position {
  color: #0060AB;
  font-size: 12px;
  display: block;
  height: 30px;
  margin-top: 10px;
}

.pf {
  font-size: 13px;
}

.cbox {
  height: 16px;
  width: 16px;
  border: 1px solid #e42d24;
  display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
}

.cbox.selected:before {
  content: "\e013";
}

.btn-primary, .btn-primary:focus, .btn-primary:hover  {
  background-image: none;
  border: 0px;
  background-color: #fecc00;
  /*background-color: #e42d24;*/
  color: #000;
  font-weight: bold;
}

.btn-primary:focus, .btn-primary:hover  {
  background-color: #e42d24;
}

.btn-warning, .btn-warning:focus, .btn-warning:hover {
  background-image: none;
  border: 0px;
  background-color: #fecc00;
  color: #000;
  font-weight: bold;
}

.btn-warning:focus, .btn-warning:hover {
  background-color: #e42d24;
}

h1.front, h2.front {
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sow-slider-image-wrapper {

}

.admin-bar .navbar-fixed-top {
	top: 32px;
}

/* frontend siteorigin hero widget */
.ec-frontpage-hero .sow-slider-image-container {
	background: rgba(0,0,0,0.3);
}

.ec-frontpage-hero .sow-slider-image-wrapper .ec-frontpage-hero-text {
	background: rgba(0,0,0,0.5);
	padding: 30px 40px;
	border-top: 3px solid #fecc00;
	border-bottom: 3px solid #fecc00;
}

.qtranxs-lang-menu {
	position: relative;
}

.qtranxs-lang-menu ul {
	display: none;
}

.qtranxs-lang-menu:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: auto;
	width: 200%;
}

.qtranxs-lang-menu:hover ul li a {
	color: #fff;
}

.qtranxs-lang-menu:hover ul li a:hover {
	color: #fecc00;
	text-decoration: none;
}

.pf a {
	color: #333;
}

.pf.area {
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
	min-height: 44px;
}

.empl-picture {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.empl-picture img {
	max-width: 100%;
	height: auto;
}

.ename {
	font-weight: bold;
	margin-top: 30px;
}

.so-widget-employee-widget {
	background: rgba(0,96,171,0.3);
	padding: 15px;
	min-height: 200px;
}


.wpcf7-form.init .wpcf7-response-output.alert {
	display: none !important;
}

.wpcf7 a {
	color: #e42d24 !important;
}
