* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.frontend {
  display: none;
}
section {
  position: relative;
  overflow: hidden;
  padding: 50px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.panels.offset section {
  height: calc(100% - 85px);
}

.panels.offset header {
  height: 85px;
  background-color: #1abc9c;
}

section:nth-child(2n) {
  /*background: #16a085;*/
}

body,
section section {
  background: #ffffff;
}

section section:nth-child(2n) {
  background: #f39c12;
}

section pre {
  background: #16a085;
}

section:nth-child(2n) pre {
  background: #1abc9c;
}

section.introduction {
  text-align: center;
  display: table;

  background: none;
}

section.introduction:after {
  display: block;
  position: absolute;
  top: -200%;
  left: -150%;
  height: 500%;
  width: 200%;

  background: #f39c12;
  content: "";

  z-index: -1;

  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;

  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.introduction .center {
  display: table-cell;
  vertical-align: middle;
}

section.introduction .center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

section.introduction .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;

  text-align: center;
  font-size: 60%;
}

section.introduction .bottom:after {
  display: block;
  margin: 1em auto 0;
  height: 20px;
  width: 20px;

  border-right: 1px solid;
  border-bottom: 1px solid;
  content: "";

  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

h1 {
  font-weight: inherit;
  font-size: 300%;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}

img {
  max-width: 100%;
}

pre {
  font-size: 65%;
}

.panels,
.log,
pre {
  overflow: hidden;
  left: 0;
  height: 225px;
}
.menu {
  position: absolute;
  top: 11%;
  bottom: 50px;
  right: 50px;
  left: 400px;
  overflow: scroll;
}
.log,
.menu {
  left: auto;
  overflow: visible;
  height: 40px;
}

pre {
  left: 50px;
  padding: 50px;
}

.menu a,
.button {
  display: block;
  width: 100%;
  padding: 0px 0 3px 3px;
  background: #d9d9d9;
  margin: 0px 0 8px 0px;
  border: none;
  padding: 5px;
  font-weight: normal;
}

.menu a.active,
.menu a:active,
.menu a:hover .back a.active,
.back a:active,
.back a:hover {
  background: #fbce07;
  color: #404040;
}

.button.disabled {
  background: #595959;
}

.ship {
  display: block;
  width: 80%;
  height: 100%;
  margin-top: 4%;
  text-indent: -99999px;
}
#bulker {
  background: url("../img/bulker/bulker-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#bulker:hover {
  background-position: bottom;
}
#cargo {
  background: url("../img/cargo/cargo-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#cargo:hover {
  background-position: bottom;
}
#container {
  background: url("../img/container/container-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#container:hover {
  background-position: bottom;
}
#cruise {
  background: url("../img/cruise/cruise-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#cruise:hover {
  background-position: bottom;
}
#osv {
  background: url("../img/osv/osv-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#osv:hover {
  background-position: bottom;
}
#tanker {
  background: url("../img/tanker/tanker-inc-hover.png") top no-repeat;
  background-size: 100% 200%;
  display: inline-block;
}
#tanker:hover {
  background-position: bottom;
}

.slide {
  display: none;
}
.container,
.wrapper,
.slide,
.frontend {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
}
.loader {
  display: block;
  margin: auto !important;
  width: 41% !important;
  padding: 73px !important;
}
.vessel {
  height: 170px;
  position: absolute;
  bottom: 300px;
  /*display: none;*/
}
.vessel img {
  position: absolute;
  max-width: none;
  /*height: 150%; */ /* breaks components overlay*/
  top: -120px;
}
.panels .ship {
  cursor: pointer;
}
.bmask {
  position: absolute;
  z-index: 9;
}

.bmask,
.bmask img {
  opacity: 0;
}

.bmask,
.bmask:hover img {
  opacity: 1;
}
.lubricantname {
  color: #dd1d21;
  font-weight: bold;
}
.pop {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: 30px auto;
  width: 600px;
  height: 240px;
  z-index: 999;
  border: 1px solid #595959;
}

.pop .footer div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #a6a6a6;
  opacity: 0.8;
}

.pop .content {
  height: 210px;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 10px;
}

.pop .footer {
  float: left;
  height: 30px;
  width: 100%;
  position: relative;
}

.pop .footer p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0px;
}

.pop .content h2 {
  color: #dd1d21;
  margin: 0px 0px 10px;
  font-size: 20px;
}

.pop .content td {
  color: #404040;
  font-size: 14px;
}

.pop .content td.thead {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

.pop-detail {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  padding: 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #000;
}

.pop-bg {
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.pop-detail h2 {
  margin: 0px;
  font-size: 20px;
  color: #595959;
}

.pop-content {
  padding: 10px;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #fff;
  width: 90%;
  height: 90%;
}

.pop-content h1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 20px;
  color: #404040;
}

.pop-detail .pop-content h2 {
  color: #dd1d21;
  font-size: 16px;
}

.pshot {
  width: 84px;
  text-align: center;
}

.plist {
  width: 100%;
  height: 16em;
  overflow: hidden;
}

.plist td.thead {
  font-weight: bold;
  font-size: 16px;
}

.plist td {
  vertical-align: top;
  font-size: 14px;
  padding: 10px 0px;
}
.plist td.lubricantdescription,
.plist td.packshot {
  border-bottom: 1px solid #a6a6a6;
}
.plist ul,
.plist li {
  margin: 0px;
  padding: 0px;
}

.plist li {
  list-style: none;
  list-style-type: none;
}

.plubricant li {
  color: #dd1d21;
}

.pfooter {
  font-size: 14px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.close-pdetail {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}

.llist {
  /*position: absolute;
	left: 0px;
	top: 81px;*/
  width: 100%;
  height: 83%;
  /*overflow: scroll;*/
  padding: 0 15px 0 15px;
}

.container {
  max-width: 752px;
  height: 400px;
  margin: 0 auto;
  border: 1px solid black;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.container h2 {
  font-size: 1em;
  padding: 0 0 0.1em 0.2em;
  margin: 0;
  border-bottom: #404040 solid 1px;
}
.hint {
  /* bottom: 0px; */
  font-size: 0.7em;
  position: relative;
  top: 338px;
  left: 5px;
}
.back a {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #d9d9d9;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  border: none;
  margin: 0;
}
.dlist {
  padding-top: 8px;
}
.plist {
  height: 11em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .menu a {
    font-weight: bold;
  }
  .container h2 {
    padding: 3px 0 0 3px;
    font-size: 11px;
  }
  .plist td.thead {
    font-weight: bold;
    font-size: 13px;
  }
  .pop-detail .pop-content h2 {
    font-size: 12px;
  }
  .plist td {
    vertical-align: top;
    font-size: 12px;
    padding: 5px 0px;
  }
  .plist td.thead {
    padding-top: 23px;
  }
}

@media all and (max-width: 755px) and (min-width: 717px) {
  .log,
  .menu {
    left: auto;
    width: 5rem;
    overflow: visible;
  }
}

@media all and (max-width: 732px) and (orientation: landscape) {
  .pop-detail {
    height: 81%;
  }
  .llist {
    width: 100%;
    /*height: 70%;*/
    padding: 0;
    margin-top: 2px;
  }
  .dlist {
    padding-top: 0;
  }
  .ship {
    width: 444px;
    height: 190px !important;
  }
  .menu {
    top: 1%;
    left: 10px;
    width: 520px;
  }
  .menu a {
    float: left;
    clear: initial;
    width: 8.8%;
    font-weight: bold;
    margin-right: 5px;
    font-size: 0.5em;
    text-align: center;
  }
  .pop-content h1 {
    margin-bottom: 3px;
  }
}
@media all and (max-width: 732px) and (orientation: portrait) {
  .llist {
  }
  .plist {
    width: 100%;
    height: 16em;
    overflow: hidden;
  }
  .container {
    padding-bottom: 100px;
  }
  .pop-detail {
    height: 100%;
  }
  .ship {
    background-size: 81% 181%;
    background-position-x: 10px;
    margin-top: 10%;
    right: 10px;
    height: 85%;
    display: inline-block;
    width: 85%;
    margin-bottom: 110px;
  }
  .menu {
    top: 1%;
    left: 10px;
    width: 100%;
  }
  .menu a {
    float: left;
    clear: initial;
    width: 15%;
    font-weight: bold;
    margin-right: 5px;
    font-size: 0.5em;
    text-align: center;
  }
  .vessel img {
    /*top: -872px;*/
  }
}
.container h2 {
  padding: 0 0 2px 2px;
  margin: 0;
  border-bottom: #404040 solid 1px;
}
/*a:focus {
	  box-shadow: 0px 0px 8px blue;
	  outline-style:none;
}*/
