@charset "UTF-8";
#header {
  background: none; }

#navbar {
  background: none; }

#footer {
  background: #505F67; }

@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-Normal.ttf");
  font-weight: 400; }
@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-Medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-Bold.ttf");
  font-weight: 700; }
@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-ExtraLight.ttf");
  font-weight: 100; }
@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-Light.ttf");
  font-weight: 300; }
@font-face {
  font-family: "sourceHanSans";
  src: url("/wp-content/themes/onlineplus-site/css/fonts/SourceHanSansCN-Heavy.ttf");
  font-weight: 900; }
*:focus {
  outline: 0 !important; }

.non-responsive #outer-container {
  min-width: 20; }

.browsehappy {
  padding: 1em 1em 1.5em 1em;
  margin-bottom: 15px;
  background: url("../images/browsehappy_bg.png") repeat-x left bottom;
  color: #eeeeee;
  text-align: center;
  font-size: 1em; }
  .browsehappy a {
    color: inherit;
    text-decoration: underline; }
    .browsehappy a:hover {
      color: inherit; }

@media screen and (max-width: 767px) {
  .hide_on_mobile {
    display: none; } }

.show_on_mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .show_on_mobile {
      display: block; } }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.placeholder {
  color: #b5bdc1; }

:-ms-input-placeholder {
  color: #b5bdc1; }

::-webkit-input-placeholder {
  color: #b5bdc1; }

:-moz-placeholder {
  color: #b5bdc1; }

::-moz-placeholder {
  color: #b5bdc1; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  min-height: 99.9%;
  font-family: Verdana, sans-serif;
  color: #939ba1;
  line-height: 1.5;
  font-size: 13px;
  -webkit-font-smoothing: antialiased; }

.clear:before, .clear:after {
  content: "";
  display: block;
  clear: both; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PT Sans", Verdana, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.5; }
  h1 > a, h1 > span, h2 > a, h2 > span, h3 > a, h3 > span, h4 > a, h4 > span, h5 > a, h5 > span, h6 > a, h6 > span, .h1 > a, .h1 > span, .h2 > a, .h2 > span, .h3 > a, .h3 > span, .h4 > a, .h4 > span, .h5 > a, .h5 > span, .h6 > a, .h6 > span {
    font-size: inherit; }

h1, .h1 {
  font-size: 32px;
  color: #282828; }

h2, .h2 {
  font-size: 20px;
  color: #282828; }

h3, .h3 {
  font-size: 24px;
  color: #282828; }

h4, .h4 {
  font-size: 18px;
  color: #282828; }

h5, .h5 {
  font-size: 14px;
  color: #282828; }

h6, .h6 {
  font-size: 12px;
  color: #282828; }

p, li, td, a, span {
  font-size: 13px; }

p > *, td > *, a > *, h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > * {
  font-size: inherit; }

p {
  margin: 0 0 15px; }

a, .button, input[type="image"] {
  cursor: pointer; }

a {
  color: #e0001b;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #c70018;
    text-decoration: none; }

table {
  /*table-layout: fixed;*/
  width: auto;
  max-width: 100%; }

input, textarea {
  font-weight: 400;
  font-family: Verdana, sans-serif; }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea {
  border: 1px solid #e1e1e1 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #bbbbbb !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  input[type="text"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #d9534f !important; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }
  img.alignleft {
    display: block;
    float: left;
    margin: 0px 15px 5px 0px; }
  img.aligncenter {
    display: block;
    margin: 0 auto 15px; }
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 15px 15px; }

.wp-caption {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px; }
  .wp-caption.alignnone {
    display: block;
    margin: 0 0 15px; }
  .wp-caption.alignleft {
    display: block;
    float: left;
    margin: 0 15px 15px 0; }
  .wp-caption.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 15px; }
  .wp-caption.alignright {
    display: block;
    float: right;
    margin: 0 0 15px 15px; }
  .wp-caption img {
    display: block;
    margin: 0 0 10px; }
  .wp-caption .wp-caption-text {
    text-align: center;
    margin: 0; }

blockquote {
  border-width: 0;
  border-color: #eeeeee;
  padding: 10px 20px; }
  blockquote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    color: #e0001b; }

#content.page .contact_form_wrap .wpcf7-form {
  display: block; }
  #content.page .contact_form_wrap .wpcf7-form input[type="text"], #content.page .contact_form_wrap .wpcf7-form input[type="email"], #content.page .contact_form_wrap .wpcf7-form input[type="tel"], #content.page .contact_form_wrap .wpcf7-form input[type="url"], #content.page .contact_form_wrap .wpcf7-form input[type="submit"] {
    display: block;
    margin-bottom: 10px;
    border-radius: 0; }
  #content.page .contact_form_wrap .wpcf7-form input[type="submit"] {
    background: #e0001b;
    color: #fff; }
    #content.page .contact_form_wrap .wpcf7-form input[type="submit"]:hover, #content.page .contact_form_wrap .wpcf7-form input[type="submit"]:active {
      background: #c70018;
      color: #fff; }
  #content.page .contact_form_wrap .wpcf7-form textarea {
    display: block;
    margin-bottom: 10px;
    overflow: auto;
    resize: vertical;
    border-radius: 0; }
  #content.page .contact_form_wrap .wpcf7-form > p {
    margin-bottom: 0; }

.ajax-loader, input[type="hidden"], .wpcf7-not-valid-tip {
  display: none !important;
  visibility: hidden;
  border: 0; }

.wpcf7-response-output {
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 30px 0 !important;
  padding: 4px 20px 4px 4px !important;
  border: 0 !important;
  border-bottom: 2px solid !important; }
  .wpcf7-response-output.wpcf7-validation-errors {
    border-bottom-color: #d9534f !important; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-bottom-color: #5cb85c !important; }
  .wpcf7-response-output:after {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 4px;
    right: 4px; }

.single-wysijap p.date {
  display: none; }

#wysija-subscriptions table {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
#wysija-subscriptions th, #wysija-subscriptions td {
  padding-bottom: 5px; }
#wysija-subscriptions th {
  text-align: left;
  vertical-align: middle; }
#wysija-subscriptions h3 {
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 5px; }
#wysija-subscriptions input[type="text"], #wysija-subscriptions input[type="email"] {
  display: block; }

form.widget_wysija.shortcode_wysija {
  display: block; }
  form.widget_wysija.shortcode_wysija .wysija-paragraph {
    padding-bottom: 0;
    position: relative; }
    form.widget_wysija.shortcode_wysija .wysija-paragraph .formError {
      top: auto !important;
      left: 0 !important;
      bottom: 110% !important;
      width: 100%; }
      form.widget_wysija.shortcode_wysija .wysija-paragraph .formError .formErrorContent {
        width: 100%; }
  form.widget_wysija.shortcode_wysija input[type="submit"] {
    margin-top: 0; }

.slider_wrap {
  overflow-x: hidden;
  margin: 0 auto 30px; }
  .slider_wrap #slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 48px;
    line-height: 1;
    cursor: pointer;
    opacity: 1;
    padding: 1px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear; }
    .slider_wrap #slider .slick-arrow i {
      display: block;
      line-height: inherit;
      color: rgba(255, 255, 255, 0.7); }
    @media screen and (max-width: 767px) {
      .slider_wrap #slider .slick-arrow {
        display: none !important; }
        .non-responsive .slider_wrap #slider .slick-arrow {
          display: block !important; } }
  .slider_wrap #slider .slick-prev {
    left: 0px; }
  .slider_wrap #slider .slick-next {
    right: 0px; }
  .slider_wrap #slider .dots_wrap {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .slider_wrap #slider .dots_wrap .slick-dots {
      text-align: center;
      display: block;
      position: absolute;
      z-index: 9;
      right: 0;
      left: 0;
      width: 100%;
      padding: 0 30px;
      top: auto;
      bottom: 10px;
      margin: 0 auto; }
      .slider_wrap #slider .dots_wrap .slick-dots li {
        display: inline-block; }
        .slider_wrap #slider .dots_wrap .slick-dots li button, .slider_wrap #slider .dots_wrap .slick-dots li button:active, .slider_wrap #slider .dots_wrap .slick-dots li button:focus {
          cursor: pointer;
          text-indent: -9999px;
          text-decoration: none;
          color: transparent;
          margin: 0 0 0 10px;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background: #fff;
          padding: 0;
          box-shadow: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          border: 2px solid #fff; }
        .slider_wrap #slider .dots_wrap .slick-dots li:first-child button {
          margin-left: 0; }
        .slider_wrap #slider .dots_wrap .slick-dots li.slick-active button {
          background: #e0001b; }
    @media screen and (max-width: 767px) {
      .slider_wrap #slider .dots_wrap {
        display: none; }
        .non-responsive .slider_wrap #slider .dots_wrap {
          display: block; } }
  .slider_wrap #slider .slick-slide img {
    width: 100%; }
    .slider_wrap #slider .slick-slide img[data-lazy] {
      max-height: 1px; }
  .slider_wrap #slider .slick-slide .caption_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30; }
    .slider_wrap #slider .slick-slide .caption_wrap > div {
      height: 100%; }
      .slider_wrap #slider .slick-slide .caption_wrap > div .caption {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        width: 370px;
        height: 240px;
        padding: 30px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff; }
        .slider_wrap #slider .slick-slide .caption_wrap > div .caption h1, .slider_wrap #slider .slick-slide .caption_wrap > div .caption h2 {
          background: none;
          font-family: "PT Sans", sans-serif;
          font-size: 37px;
          font-weight: 400;
          color: #fff;
          padding: 0 0 15px;
          margin: 0;
          line-height: 1; }
        .slider_wrap #slider .slick-slide .caption_wrap > div .caption p {
          background: none;
          font-family: sourceHanSans, Verdana, sans-serif;
          font-size: 13px;
          font-weight: bold;
          color: #fff;
          padding: 0 0 15px;
          margin: 0; }
          .slider_wrap #slider .slick-slide .caption_wrap > div .caption p a {
            display: inline;
            color: #fff;
            text-decoration: underline; }
        .slider_wrap #slider .slick-slide .caption_wrap > div .caption .button {
          display: inline-block;
          text-align: center;
          min-width: 120px;
          background: #e0001b;
          color: #fff;
          border: 0;
          border-radius: 0;
          padding: 5px 15px;
          margin: 0; }
          .slider_wrap #slider .slick-slide .caption_wrap > div .caption .button:hover {
            text-decoration: none;
            background: #c70018; }
          .slider_wrap #slider .slick-slide .caption_wrap > div .caption .button:focus {
            text-decoration: none;
            outline: 0; }
  .slider_wrap #slider > .relative > img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .slider_wrap .kontaktboks_wrap {
      top: 0;
      bottom: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media screen and (max-width: 767px) {
    .slider_wrap .kontaktboks_wrap {
      position: static !important; } }
  .slider_wrap:hover #slider .slick-arrow {
    opacity: 1; }

.kontaktboks {
  background: none;
  padding: 10px;
  border-radius: 0; }
  .kontaktboks form {
    position: relative; }
    .kontaktboks form .wpcf7-response-output {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin: 0 !important;
      background: #fff;
      min-height: 73px; }
    .kontaktboks form p {
      margin-bottom: 0; }
  .kontaktboks input[type="text"], .kontaktboks input[type="email"], .kontaktboks input[type="tel"] {
    height: 34px;
    padding: 5px 15px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0;
    margin: 0 0 5px; }
    .kontaktboks input[type="text"]:focus, .kontaktboks input[type="email"]:focus, .kontaktboks input[type="tel"]:focus {
      border-color: #bbbbbb !important; }
  .kontaktboks textarea {
    padding: 5px 15px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0; }
    .kontaktboks textarea:focus {
      border-color: #bbbbbb !important; }
  .kontaktboks input[type="submit"] {
    margin: 0;
    padding: 5px 15px;
    background: #e0001b;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0; }
    .kontaktboks input[type="submit"]:hover {
      background: #c70018;
      color: #fff; }
  .kontaktboks.slider, .kontaktboks.banner {
    background: rgba(255, 255, 255, 0.7);
    width: 300px;
    height: auto;
    padding: 10px;
    border-radius: 0; }
    .kontaktboks.slider form p, .kontaktboks.banner form p {
      margin-bottom: 0; }
    .kontaktboks.slider input[type="text"], .kontaktboks.slider input[type="email"], .kontaktboks.slider input[type="tel"], .kontaktboks.banner input[type="text"], .kontaktboks.banner input[type="email"], .kontaktboks.banner input[type="tel"] {
      margin: 0 0 5px;
      height: 34px;
      padding: 5px 15px;
      border: 1px solid #e1e1e1 !important;
      border-radius: 0; }
      .kontaktboks.slider input[type="text"]:focus, .kontaktboks.slider input[type="email"]:focus, .kontaktboks.slider input[type="tel"]:focus, .kontaktboks.banner input[type="text"]:focus, .kontaktboks.banner input[type="email"]:focus, .kontaktboks.banner input[type="tel"]:focus {
        border-color: #bbbbbb !important; }
    .kontaktboks.slider textarea, .kontaktboks.banner textarea {
      margin: 0 0 5px;
      padding: 5px 15px;
      border: 1px solid #e1e1e1 !important;
      border-radius: 0; }
      .kontaktboks.slider textarea:focus, .kontaktboks.banner textarea:focus {
        border-color: #bbbbbb !important; }
    .kontaktboks.slider input[type="submit"], .kontaktboks.banner input[type="submit"] {
      margin: 0;
      padding: 5px 15px;
      background: #e0001b;
      color: #fff;
      border: 1px solid transparent;
      border-radius: 0; }
      .kontaktboks.slider input[type="submit"]:hover, .kontaktboks.banner input[type="submit"]:hover {
        background: #c70018;
        color: #fff; }
    @media screen and (min-width: 768px) {
      .kontaktboks.slider, .kontaktboks.banner {
        position: absolute;
        z-index: 51;
        top: 50px;
        right: 100px;
        bottom: auto;
        left: auto; } }
    @media screen and (max-width: 767px) {
      .kontaktboks.slider, .kontaktboks.banner {
        position: static !important;
        margin: 0 auto; }
        .non-responsive .kontaktboks.slider, .non-responsive .kontaktboks.banner {
          position: absolute !important;
          margin: 0;
          z-index: 51;
          top: 50px;
          right: 100px;
          bottom: auto;
          left: auto; } }

#land .slider_wrap #slider .slick-slide .caption_wrap > div .caption {
  background: rgba(223, 0, 14, 0.7); }
#land .slider_wrap #slider .dots_wrap .slick-dots li.slick-active button {
  background: #DF000E; }

#marine .slider_wrap #slider .slick-slide .caption_wrap > div .caption {
  background: rgba(223, 0, 14, 0.7); }
#marine .slider_wrap #slider .dots_wrap .slick-dots li.slick-active button {
  background: #DF000E; }

#service .slider_wrap #slider .slick-slide .caption_wrap > div .caption {
  background: rgba(223, 0, 14, 0.7); }

.fb-like {
  display: inline-block; }

.fb-page {
  display: block; }

#banner {
  margin: 0 0 20px; }
  #banner img {
    display: block;
    width: 100%; }

.google_map {
  margin: 0 0 20px; }
  .google_map .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.05); }
  .google_map iframe {
    display: block;
    width: 100%;
    height: 150px; }
    @media screen and (min-width: 480px) {
      .google_map iframe {
        height: 250px; } }
    @media screen and (min-width: 768px) {
      .google_map iframe {
        height: 300px; } }
    @media screen and (min-width: 992px) {
      .google_map iframe {
        height: 300px; } }

.simple_gallery .img_wrap {
  margin-bottom: 20px; }
  .simple_gallery .img_wrap a {
    display: block; }
    .simple_gallery .img_wrap a img {
      display: block;
      width: 100%;
      max-height: 100%; }
      .simple_gallery .img_wrap a img.img-thumbnail {
        border-radius: 0; }

#quicklinks {
  background: #fff; }
  #quicklinks article, #quicklinks > div > a {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    border: 0;
    border-radius: 0; }
    #quicklinks article .image_wrap, #quicklinks > div > a .image_wrap {
      margin: 0 0 10px;
      overflow: hidden; }
      #quicklinks article .image_wrap .image, #quicklinks > div > a .image_wrap .image {
        background-size: cover !important;
        height: 250px;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        @media screen and (min-width: 480px) {
          #quicklinks article .image_wrap .image, #quicklinks > div > a .image_wrap .image {
            height: 200px; } }
        @media screen and (min-width: 768px) {
          #quicklinks article .image_wrap .image, #quicklinks > div > a .image_wrap .image {
            height: 150px; } }
        @media screen and (min-width: 992px) {
          #quicklinks article .image_wrap .image, #quicklinks > div > a .image_wrap .image {
            height: 150px; } }
    #quicklinks article .text, #quicklinks > div > a .text {
      padding: 0;
      min-height: 100px; }
      @media screen and (max-width: 767px) {
        #quicklinks article .text, #quicklinks > div > a .text {
          min-height: 0; } }
      #quicklinks article .text .button, #quicklinks > div > a .text .button {
        display: inline-block;
        text-align: center;
        width: auto;
        background: #e0001b;
        color: #fff;
        border: 0;
        border-radius: 0;
        padding: 5px 15px; }
        #quicklinks article .text .button:hover, #quicklinks > div > a .text .button:hover {
          text-decoration: none;
          background: #c70018; }
        #quicklinks article .text .button:focus, #quicklinks > div > a .text .button:focus {
          text-decoration: none;
          outline: 0; }
    #quicklinks article:hover, #quicklinks > div > a:hover {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        #quicklinks article:hover .image_wrap .image, #quicklinks > div > a:hover .image_wrap .image {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); } }

.sidebar_items .sidebar_item {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 15px; }
  .sidebar_items .sidebar_item img {
    display: block;
    width: 100%;
    margin: 0 0 10px; }
  .sidebar_items .sidebar_item .text {
    padding: 0;
    text-align: left; }
    .sidebar_items .sidebar_item .text .button {
      display: inline-block;
      text-align: center;
      width: auto;
      background: #e0001b;
      color: #fff;
      border: 0;
      border-radius: 0;
      padding: 5px 15px; }
      .sidebar_items .sidebar_item .text .button:hover {
        text-decoration: none;
        background: #c70018; }
      .sidebar_items .sidebar_item .text .button:focus {
        text-decoration: none;
        outline: 0; }

#footer {
  color: #939ba1;
  padding: 30px 0;
  font-size: 12px; }
  #footer p, #footer li, #footer td, #footer a, #footer span {
    font-size: 12px; }
  #footer a {
    color: #e0001b; }

#category_tree_menu, #page_tree_menu {
  display: block;
  list-style: none; }
  #category_tree_menu li.cat-item, #category_tree_menu li.page_item, #page_tree_menu li.cat-item, #page_tree_menu li.page_item {
    display: block; }
    #category_tree_menu li.cat-item a, #category_tree_menu li.page_item a, #page_tree_menu li.cat-item a, #page_tree_menu li.page_item a {
      display: block;
      text-decoration: none;
      line-height: 32px;
      padding-left: 10px;
      color: #939ba1; }
      #category_tree_menu li.cat-item a:hover, #category_tree_menu li.page_item a:hover, #page_tree_menu li.cat-item a:hover, #page_tree_menu li.page_item a:hover {
        background: #eeeeee;
        color: #939ba1; }
    #category_tree_menu li.cat-item ul.children, #category_tree_menu li.page_item ul.children, #page_tree_menu li.cat-item ul.children, #page_tree_menu li.page_item ul.children {
      display: none; }
      #category_tree_menu li.cat-item ul.children a, #category_tree_menu li.page_item ul.children a, #page_tree_menu li.cat-item ul.children a, #page_tree_menu li.page_item ul.children a {
        padding-left: 20px; }
      #category_tree_menu li.cat-item ul.children ul.children a, #category_tree_menu li.page_item ul.children ul.children a, #page_tree_menu li.cat-item ul.children ul.children a, #page_tree_menu li.page_item ul.children ul.children a {
        padding-left: 30px; }
    #category_tree_menu li.cat-item.current-cat > a, #category_tree_menu li.cat-item.current_page_item > a, #category_tree_menu li.page_item.current-cat > a, #category_tree_menu li.page_item.current_page_item > a, #page_tree_menu li.cat-item.current-cat > a, #page_tree_menu li.cat-item.current_page_item > a, #page_tree_menu li.page_item.current-cat > a, #page_tree_menu li.page_item.current_page_item > a {
      display: block;
      background: #eeeeee;
      color: #939ba1; }
      #category_tree_menu li.cat-item.current-cat > a:hover, #category_tree_menu li.cat-item.current_page_item > a:hover, #category_tree_menu li.page_item.current-cat > a:hover, #category_tree_menu li.page_item.current_page_item > a:hover, #page_tree_menu li.cat-item.current-cat > a:hover, #page_tree_menu li.cat-item.current_page_item > a:hover, #page_tree_menu li.page_item.current-cat > a:hover, #page_tree_menu li.page_item.current_page_item > a:hover {
        background: #eeeeee;
        color: #939ba1; }
    #category_tree_menu li.cat-item.current-cat > ul.children, #category_tree_menu li.cat-item.current_page_item > ul.children, #category_tree_menu li.page_item.current-cat > ul.children, #category_tree_menu li.page_item.current_page_item > ul.children, #page_tree_menu li.cat-item.current-cat > ul.children, #page_tree_menu li.cat-item.current_page_item > ul.children, #page_tree_menu li.page_item.current-cat > ul.children, #page_tree_menu li.page_item.current_page_item > ul.children {
      display: block; }
    #category_tree_menu li.cat-item.current-cat-parent > a, #category_tree_menu li.cat-item.current_page_ancestor > a, #category_tree_menu li.page_item.current-cat-parent > a, #category_tree_menu li.page_item.current_page_ancestor > a, #page_tree_menu li.cat-item.current-cat-parent > a, #page_tree_menu li.cat-item.current_page_ancestor > a, #page_tree_menu li.page_item.current-cat-parent > a, #page_tree_menu li.page_item.current_page_ancestor > a {
      display: block;
      background: #eeeeee;
      color: #939ba1; }
      #category_tree_menu li.cat-item.current-cat-parent > a:hover, #category_tree_menu li.cat-item.current_page_ancestor > a:hover, #category_tree_menu li.page_item.current-cat-parent > a:hover, #category_tree_menu li.page_item.current_page_ancestor > a:hover, #page_tree_menu li.cat-item.current-cat-parent > a:hover, #page_tree_menu li.cat-item.current_page_ancestor > a:hover, #page_tree_menu li.page_item.current-cat-parent > a:hover, #page_tree_menu li.page_item.current_page_ancestor > a:hover {
        background: #eeeeee;
        color: #939ba1; }
    #category_tree_menu li.cat-item.current-cat-parent > ul.children, #category_tree_menu li.cat-item.current_page_ancestor > ul.children, #category_tree_menu li.page_item.current-cat-parent > ul.children, #category_tree_menu li.page_item.current_page_ancestor > ul.children, #page_tree_menu li.cat-item.current-cat-parent > ul.children, #page_tree_menu li.cat-item.current_page_ancestor > ul.children, #page_tree_menu li.page_item.current-cat-parent > ul.children, #page_tree_menu li.page_item.current_page_ancestor > ul.children {
      display: block; }
  #category_tree_menu > li:first-child, #page_tree_menu > li:first-child {
    display: block;
    line-height: 50px;
    background: #e0001b;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    border-radius: 0; }

.news_headline h3 {
  font-size: 22px;
  margin: 0 0 2px;
  padding: 8px 0; }

.news_link {
  display: inline-block;
  font-size: 13px;
  padding: 8px 0; }

.news_section {
  margin: 0px; }
  .news_section article {
    background: #eeeeee;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0; }
    .news_section article .date {
      width: 53px;
      border: 0;
      border-radius: 0;
      margin: 0 20px 20px 0; }
      .news_section article .date .day {
        border-radius: 0 0 0 0;
        line-height: 45px;
        background: #fff;
        font-size: 25px;
        font-weight: 700;
        color: #333333; }
      .news_section article .date .month {
        border-radius: 0 0 0 0;
        line-height: 26px;
        background: #333333;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase; }
    .news_section article h2 {
      font-size: 16px;
      color: #222222;
      font-weight: 700;
      margin: 0 0 5px; }
    .news_section article p {
      font-size: 13px;
      color: #222222;
      font-weight: 400;
      margin: 0; }

.pagination_page {
  display: none; }
  .pagination_page.active {
    display: block; }

ul.pagination {
  border-radius: 0; }
  ul.pagination > li {
    padding: 0 !important;
    list-style: none !important;
    background: none !important; }
    ul.pagination > li > a {
      padding: 0;
      border: 0px solid #ddd;
      color: #505f67;
      background: #fff; }
      ul.pagination > li > a:hover {
        background: none;
        color: #3e4a50; }
    ul.pagination > li.active > a, ul.pagination > li.active > a:hover, ul.pagination > li.active > a:focus {
      background: none;
      border: 0px solid none;
      color: #e0001b; }
    ul.pagination > li.disabled > a {
      color: #505f67; }
    ul.pagination > li:first-child > a {
      border-radius: 0 0 0 0; }
    ul.pagination > li:last-child > a {
      border-radius: 0 0 0 0; }

#comments h2.comments-title {
  margin: 15px 0;
  color: #282828;
  font-size: 24px; }
#comments .comment-list li {
  list-style: none;
  margin-bottom: 15px; }
  #comments .comment-list li .avatar, #comments .comment-list li > img:first-child {
    float: left; }
  #comments .comment-list li .comment-content {
    padding-left: 58px; }
    #comments .comment-list li .comment-content > p:first-child {
      border-bottom: 1px solid #ccc; }
  #comments .comment-list li ol.children {
    margin-left: 30px;
    margin-top: 15px; }
#comments #respond h3#reply-title {
  margin: 15px 0;
  color: #282828;
  font-size: 20px; }
#comments #respond label {
  font-weight: 700; }
#comments #respond textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0 15px; }
#comments #respond input[type="submit"] {
  padding: 5px 15px;
  border: 0;
  background: #e0001b;
  color: #fff;
  border-radius: 0; }

nav.custom_menu a {
  display: block;
  color: #e0001b;
  font-size: 13px;
  padding: 0;
  background: none;
  text-decoration: none; }
  nav.custom_menu a:hover {
    color: #c70018; }

#backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  display: none;
  line-height: 1 !important; }
  #backtotop i {
    font-size: 56px !important;
    color: rgba(224, 0, 27, 0.5);
    line-height: 1 !important; }
  #backtotop:hover i {
    color: rgba(224, 0, 27, 0.6); }

#instaFeed {
  overflow: hidden;
  margin: 0 0 30px;
  height: 170px;
  white-space: nowrap; }
  #instaFeed a {
    width: 170px;
    height: 170px; }
    #instaFeed a .likes_wrap {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7); }
      #instaFeed a .likes_wrap .likes {
        font-size: 20px;
        color: #c9302c;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #instaFeed a:hover .likes_wrap {
      display: block; }
  #instaFeed > a {
    display: block;
    float: left;
    position: relative;
    margin-right: 30px; }
    #instaFeed > a img {
      display: block;
      width: 100%;
      max-height: 100%; }
      #instaFeed > a img.img-thumbnail {
        border-radius: 0; }

.simply-scroll-container {
  position: relative; }

.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .container.absolute, .container-fluid.absolute {
    width: 100%; } }
::-moz-selection {
  background: #505F67;
  color: #fff; }

::selection {
  background: #505F67;
  color: #fff; }

body.zh-hant-language input, body.zh-hant-language textarea {
  font-family: sourceHanSans, Verdana, sans-serif !important; }

body.zh-hant-language {
  font-family: sourceHanSans, Verdana, sans-serif; }

body.zh-hant-language h1, body.zh-hant-language h2, body.zh-hant-language h3, body.zh-hant-language h4, body.zh-hant-language h5, body.zh-hant-language h6 {
  font-family: sourceHanSans, Verdana, sans-serif !important; }

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none; }

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0; }

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */ }

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* W3C */ }

.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px; }

.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0; }

.compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* W3C */
  cursor: default; }

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default; }

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */ }

.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC; }

.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 white, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default; }

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default; }

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */ }

.dark-theme a:hover {
  text-decoration: none;
  background: #444; }

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default; }

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default; }

.zh-hant-language #navbar > ul > li > a,
.zh-hant-language .login-wpml .login-link a,
.zh-hant-language .full-width-bar-headings span,
.zh-hant-language #quicklinks .quicklinks-header {
  font-family: sourceHanSans, Verdana, sans-serif; }

.btn, input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:hover, input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
.btn.focus,
input.focus[type="submit"],
input.focus[type="button"],
input.focus[type="reset"],
button.focus {
  color: #333;
  text-decoration: none; }

.btn:active, input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active,
.btn.active,
input.active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, input.disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
button.disabled,
.btn[disabled],
input[disabled][type="submit"],
input[disabled][type="button"],
input[disabled][type="reset"],
button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] button {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-primary, #wysija-subscriptions .button-primary.wysija, form.widget_wysija.shortcode_wysija input[type="submit"] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:hover, #wysija-subscriptions .button-primary.wysija:hover, form.widget_wysija.shortcode_wysija input[type="submit"]:hover,
.btn-primary:focus,
#wysija-subscriptions .button-primary.wysija:focus,
form.widget_wysija.shortcode_wysija input[type="submit"]:focus,
.btn-primary.focus,
#wysija-subscriptions .focus.button-primary.wysija,
form.widget_wysija.shortcode_wysija input.focus[type="submit"],
.btn-primary:active,
#wysija-subscriptions .button-primary.wysija:active,
form.widget_wysija.shortcode_wysija input[type="submit"]:active,
.btn-primary.active,
#wysija-subscriptions .active.button-primary.wysija,
form.widget_wysija.shortcode_wysija input.active[type="submit"],
.open > .dropdown-toggle.btn-primary,
#wysija-subscriptions .open > .dropdown-toggle.button-primary.wysija,
form.widget_wysija.shortcode_wysija .open > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-danger, input[type="reset"] {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, input[type="reset"]:hover,
.btn-danger:focus,
input[type="reset"]:focus,
.btn-danger.focus,
input.focus[type="reset"],
.btn-danger:active,
input[type="reset"]:active,
.btn-danger.active,
input.active[type="reset"],
.open > .dropdown-toggle.btn-danger,
.open > input.dropdown-toggle[type="reset"] {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > input[type="submit"],
.btn-group-lg > input[type="button"],
.btn-group-lg > input[type="reset"],
.btn-group-lg > button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > input[type="submit"],
.btn-group-sm > input[type="button"],
.btn-group-sm > input[type="reset"],
.btn-group-sm > button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > input[type="submit"],
.btn-group-xs > input[type="button"],
.btn-group-xs > input[type="reset"],
.btn-group-xs > button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control, input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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; }

.form-control:focus, input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b5bdc1;
  opacity: 1; }

.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b5bdc1; }

.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b5bdc1; }

.form-control[disabled], input[disabled][type="text"],
input[disabled][type="email"],
input[disabled][type="tel"],
input[disabled][type="url"],
input[disabled][type="password"],
select[disabled],
textarea[disabled],
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="email"],
input[readonly][type="tel"],
input[readonly][type="url"],
input[readonly][type="password"],
select[readonly],
textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="password"],
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control,
textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm input[type="text"],
.form-group-sm input[type="email"],
.form-group-sm input[type="tel"],
.form-group-sm input[type="url"],
.form-group-sm input[type="password"],
.form-group-sm select,
.form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control, select.form-group-sm input[type="text"],
select.form-group-sm input[type="email"],
select.form-group-sm input[type="tel"],
select.form-group-sm input[type="url"],
select.form-group-sm input[type="password"],
select.form-group-sm select,
select.form-group-sm textarea {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control, textarea.form-group-sm input[type="text"],
textarea.form-group-sm input[type="email"],
textarea.form-group-sm input[type="tel"],
textarea.form-group-sm input[type="url"],
textarea.form-group-sm input[type="password"],
textarea.form-group-sm select,
textarea.form-group-sm textarea,
select[multiple].form-group-sm .form-control,
select[multiple].form-group-sm input[type="text"],
select[multiple].form-group-sm input[type="email"],
select[multiple].form-group-sm input[type="tel"],
select[multiple].form-group-sm input[type="url"],
select[multiple].form-group-sm input[type="password"],
select[multiple].form-group-sm select,
select[multiple].form-group-sm textarea {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg input[type="text"],
.form-group-lg input[type="email"],
.form-group-lg input[type="tel"],
.form-group-lg input[type="url"],
.form-group-lg input[type="password"],
.form-group-lg select,
.form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control, select.form-group-lg input[type="text"],
select.form-group-lg input[type="email"],
select.form-group-lg input[type="tel"],
select.form-group-lg input[type="url"],
select.form-group-lg input[type="password"],
select.form-group-lg select,
select.form-group-lg textarea {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control, textarea.form-group-lg input[type="text"],
textarea.form-group-lg input[type="email"],
textarea.form-group-lg input[type="tel"],
textarea.form-group-lg input[type="url"],
textarea.form-group-lg input[type="password"],
textarea.form-group-lg select,
textarea.form-group-lg textarea,
select[multiple].form-group-lg .form-control,
select[multiple].form-group-lg input[type="text"],
select[multiple].form-group-lg input[type="email"],
select[multiple].form-group-lg input[type="tel"],
select[multiple].form-group-lg input[type="url"],
select[multiple].form-group-lg input[type="password"],
select[multiple].form-group-lg select,
select[multiple].form-group-lg textarea {
  height: auto; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="tel"],
.has-error input[type="url"],
.has-error input[type="password"],
.has-error select,
.has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus, .has-error input[type="text"]:focus,
.has-error input[type="email"]:focus,
.has-error input[type="tel"]:focus,
.has-error input[type="url"]:focus,
.has-error input[type="password"]:focus,
.has-error select:focus,
.has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

html.mm-opened {
  overflow-x: hidden;
  overflow-y: visible; }
  html.mm-opened body {
    overflow-x: hidden;
    overflow-y: visible; }
  html.mm-opened.touch {
    overflow-y: hidden !important; }
    html.mm-opened.touch body {
      overflow-y: hidden !important; }

html.mm-opened.touch, html.mm-opened.touch body {
  overflow-x: hidden;
  overflow-y: visible; }

#mobile-nav {
  display: none;
  cursor: pointer; }
  #mobile-nav .toggle-nav {
    padding: 0 15px;
    font-size: 19px;
    line-height: 32px; }
  #mobile-nav span {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: -2px;
    color: #000; }
  #mobile-nav .fa {
    color: #000; }
  @media only screen and (max-width: 980px) {
    #mobile-nav {
      display: block; } }

@media only screen and (max-width: 980px) {
  #main-menu {
    display: none; } }
@media only screen and (min-width: 981px) {
  #main-menu {
    display: block !important; } }

#navbar {
  min-height: 32px;
  margin: 0;
  border-radius: 0;
  border: 0; }
  #navbar > ul {
    margin-bottom: 0; }
    #navbar > ul > li {
      float: left;
      display: block;
      position: relative;
      list-style: none; }
      #navbar > ul > li.has-description > a {
        position: relative;
        padding-bottom: 6px;
        line-height: 26px; }
        #navbar > ul > li.has-description > a .sub {
          position: absolute;
          left: 0;
          bottom: 3px;
          display: block;
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 0 20px;
          font-size: 10px;
          line-height: 1; }
      #navbar > ul > li a {
        text-decoration: none;
        text-align: left; }
      #navbar > ul > li > a {
        background: none;
        display: block;
        color: #505f67;
        padding: 0 20px;
        line-height: 32px;
        text-transform: uppercase;
        font-family: "PT Sans", Verdana, sans-serif;
        font-size: 12.5px; }
        #navbar > ul > li > a:hover, #navbar > ul > li > a:focus {
          background: #EDEDED;
          color: #505f67; }
      #navbar > ul > li.active > a, #navbar > ul > li.active > a:hover, #navbar > ul > li.active > a:focus, #navbar > ul > li.current-menu-ancestor > a, #navbar > ul > li.current-menu-ancestor > a:hover, #navbar > ul > li.current-menu-ancestor > a:focus, #navbar > ul > li.current-page-ancestor > a, #navbar > ul > li.current-page-ancestor > a:hover, #navbar > ul > li.current-page-ancestor > a:focus {
        background: #E0001B;
        color: #fff; }
      #navbar > ul > li ul {
        display: none;
        position: absolute;
        top: auto;
        left: 0;
        min-width: 160px;
        background: #fff;
        padding: 5px 0;
        border: 0;
        border-radius: 0; }
        #navbar > ul > li ul li {
          display: block;
          position: relative; }
          #navbar > ul > li ul li > a {
            display: block;
            padding: 0 20px;
            line-height: 28px;
            font-family: Verdana, sans-serif;
            font-size: 12px;
            color: #505f67;
            white-space: nowrap;
            text-align: left; }
          #navbar > ul > li ul li > ul {
            top: 0;
            left: 100%;
            margin-top: -5px;
            margin-left: -1px; }
          #navbar > ul > li ul li:hover > a, #navbar > ul > li ul li:hover > a:hover {
            background: none;
            color: #DF000E; }
          #navbar > ul > li ul li:hover > ul {
            display: block; }
          #navbar > ul > li ul li.active > a, #navbar > ul > li ul li.active > a:hover, #navbar > ul > li ul li.active > a:focus, #navbar > ul > li ul li.current-menu-ancestor > a, #navbar > ul > li ul li.current-menu-ancestor > a:hover, #navbar > ul > li ul li.current-menu-ancestor > a:focus, #navbar > ul > li ul li.current-page-ancestor > a, #navbar > ul > li ul li.current-page-ancestor > a:hover, #navbar > ul > li ul li.current-page-ancestor > a:focus {
            background: none;
            color: #DF000E; }
      #navbar > ul > li:hover > a {
        background: #EDEDED;
        color: #505f67; }
      #navbar > ul > li:hover > ul {
        display: block; }

.mm-menu {
  background: #f3f3f3; }
  .mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
    font-size: 15px;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.7); }
    .mm-menu .mm-listview > li > a > .sub, .mm-menu .mm-listview > li > span > .sub {
      font-size: 11px; }
  .mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
    font-size: 15px !important;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3) !important; }
  .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li, .mm-menu .mm-listview > li:after, .mm-menu .mm-listview > li .mm-next, .mm-menu .mm-listview > li .mm-next:before, .mm-menu .mm-navbar {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview > li:not(.mm-divider):after {
    left: 0; }

/*.menu_container{
    @media screen and (max-width: 767px){
        display: none;
        .non-responsive &{
            display: block;
        }
    }
}*/
#mobile_menu_container {
  /*display: none;*/
  padding: 15px 0; }
  #mobile_menu_container > a {
    line-height: 1;
    font-size: 32px;
    color: #555; }
  @media screen and (max-width: 767px) {
    #mobile_menu_container {
      display: block; } }

@media only screen and (max-width: 980px) {
  /* Menu */
  html #main-menu #navbar > ul > li {
    line-height: 32px;
    float: none;
    position: relative;
    				/*&:last-child {
                        background: #e9132b;
    					float:none;
    					a {
    						width: auto;
    						display: block;
    						margin: 0 auto;
    						text-align: center;
    					}
    					&:before {
    						content : initial;
    						display: none;
    					}
    				}*/ }
    html #main-menu #navbar > ul > li.nobefore:before {
      color: transparent;
      visibility: hidden; }
    html #main-menu #navbar > ul > li:hover > .sub-menu {
      display: none; }
    html #main-menu #navbar > ul > li > .sub-menu {
      position: static;
      text-indent: 20px;
      /*box-shadow:2px 2px 6px rgba(0,0,0,.6) inset;*/ }
    html #main-menu #navbar > ul > li:before {
      content: "\2630";
      display: inline-block;
      line-height: inherit;
      font-size: inherit;
      height: inherit;
      width: 16px;
      float: left;
      margin-right: 10px;
      margin-left: 10px;
      margin-top: -1px; }
    html #main-menu #navbar > ul > li:first-child a {
      width: 100%;
      height: 40px; }
    html #main-menu #navbar > ul > li:first-child:before {
      content: initial;
      display: none; }
  html #main-menu .sub-menu:hover > .sub-menu {
    display: none; }
  html #main-menu .sub-menu > .sub-menu {
    position: static;
    text-indent: 20px; } }
#quicklinks {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center; }
  #quicklinks p {
    color: #505f67;
    padding-right: 10px; }
  #quicklinks .quicklinks-header {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
    color: #282828; }
    #quicklinks .quicklinks-header:after {
      display: block;
      content: "";
      border-bottom: 1px solid #aab0b4;
      width: 80px;
      height: 1px;
      margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #quicklinks .quicklinks-header {
      padding-left: 28px;
      padding-right: 28px; } }
  #quicklinks .quicklink-contents, #quicklinks .mobile-quicklink-contents {
    text-align: left; }
    #quicklinks .quicklink-contents > div, #quicklinks .mobile-quicklink-contents > div {
      background: #97c5da;
      color: #505f67;
      padding: 29px 50px;
      display: none;
      position: relative; }
      #quicklinks .quicklink-contents > div a, #quicklinks .mobile-quicklink-contents > div a {
        color: #fff;
        text-decoration: none;
        font-weight: bold; }
      #quicklinks .quicklink-contents > div ul, #quicklinks .mobile-quicklink-contents > div ul {
        list-style: none;
        padding: 15px 0 0 0; }
        #quicklinks .quicklink-contents > div ul li, #quicklinks .mobile-quicklink-contents > div ul li {
          padding: 0 0 0 11px;
          background: url("../images/quicklinks-bullet-ico.png") no-repeat 0 7px; }
      #quicklinks .quicklink-contents > div .close-quicklink, #quicklinks .mobile-quicklink-contents > div .close-quicklink {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #fff;
        cursor: pointer; }

#quicklinks article {
  float: left;
  width: 21.0526315789%;
  cursor: pointer;
  position: relative; }
  #quicklinks article .quicklink-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #97C5DA;
    margin: 0 auto;
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    #quicklinks article {
      width: 42.1052631579%; } }
  @media screen and (max-width: 480px) {
    #quicklinks article {
      width: 100%; } }

#quicklinks article .image {
  display: block;
  width: 100%;
  height: 150px; }

#quicklinks article .text {
  padding: 0 10px 10px 10px; }

#quicklinks article .text h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #231f20;
  letter-spacing: 4px;
  text-transform: uppercase; }

#quicklinks article .quicklink_button {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  padding: 3px; }

/* Accordion for Quicklinks */
.quicklink_accordion {
  padding: 0;
  margin: 2em 0 0 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .quicklink_accordion {
      margin-bottom: 2em; } }

.quicklink_accordion__title {
  /*float: left; // FJERNET FORDI DE SKAL CENTRERES PÅ NY DANFOSS*/
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 49%; }
  .quicklink_accordion__title .text {
    padding-top: 10px; }
    .quicklink_accordion__title .text h3 {
      font-family: "PT Sans", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #231f20;
      letter-spacing: 4px;
      text-transform: uppercase;
      padding-bottom: 15px; }
  .quicklink_accordion__title .quicklink-image {
    height: 129px; }
  .quicklink_accordion__title .accordion_quicklink_arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #97C5DA;
    margin: 0 auto;
    visibility: hidden;
    position: relative;
    top: -13px; }
    @media only screen and (max-width: 960px) {
      .quicklink_accordion__title .accordion_quicklink_arrow {
        top: 0; } }

.no-js .quicklink_accordion__title {
  float: none;
  height: auto;
  cursor: auto;
  margin: 0;
  padding: 0 2em; }

.quicklink_accordion__content {
  float: right;
  width: 100%;
  margin: 15.5em 0px 0px -100%;
  background: #97c5da;
  color: #505f67;
  padding: 30px 50px;
  text-align: left;
  position: relative; }
  .quicklink_accordion__content p:last-of-type {
    margin-bottom: 0; }
  .quicklink_accordion__content .quicklink_accordion_close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 17px;
    color: #fff;
    cursor: pointer; }
  .quicklink_accordion__content a {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold; }
    .quicklink_accordion__content a:active, .quicklink_accordion__content a:focus, .quicklink_accordion__content a:hover {
      color: #fff !important; }
  .quicklink_accordion__content ul {
    list-style: none;
    padding: 15px 0 0 0; }
    .quicklink_accordion__content ul li {
      padding: 0 0 0 11px;
      background: url("../images/quicklinks-bullet-ico.png") no-repeat 0 7px; }
  @media screen and (max-width: 48em) {
    .quicklink_accordion__content .quicklink_accordion_close {
      top: 3px; } }

.no-js .quicklink_accordion__content {
  float: left;
  margin: 0; }

.quicklink_overflow-scrolling p:last-of-type {
  padding-bottom: 0 !important; }

@media (max-width: 48em) {
  .quicklink_accordion__title,
  .quicklink_accordion__content {
    float: none;
    margin: 0; }

  .quicklink_accordion__content {
    margin-bottom: 15px; }

  .quicklink_accordion__title {
    width: 100%; }
    .quicklink_accordion__title span {
      font-size: 13px; }

  .quicklink_accordion__title:first-child {
    border: none; }

  .quicklink_accordion__title:before {
    /*content:"+";
    text-align:center;
    width:2em;
    display:inline-block;*/ }

  .quicklink_overflow-scrolling {
    padding: 1em; }

  .quicklink_accordion__content {
    position: relative;
    overflow: hidden;
    padding: 0; }

  .no-js .quicklink_accordion__content {
    padding: 1em;
    overflow: auto;
    display: block; }

  .quicklink_accordion__content:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: ''; } }
.quicklink_accordion__title:last-child {
  margin-right: 0; }

@media screen and (max-width: 960px) {
  .disabled {
    display: none !important; } }
.wrap {
  width: 1140px;
  margin: 0px auto;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .wrap {
      max-width: 100%; } }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.checkbox,
.radio {
  width: 17px;
  height: 18px;
  background: url("../images/checkbox.png") no-repeat;
  display: block;
  clear: left;
  float: left;
  margin-right: 5px; }

.radio {
  background: url("../images/radio.png") no-repeat; }

.select {
  position: absolute;
  width: 176px;
  height: 26px;
  padding: 3px 24px 0 8px;
  background: url("../images/select.png") no-repeat;
  overflow: hidden;
  margin-top: -3px;
  color: #505f67; }

.type,
.area,
.cat,
.full {
  display: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  border-radius: 0;
  font-size: 13px; }

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  border-radius: 0; }

input[type="reset"] {
  border-radius: 0; }

#header {
  position: relative;
  padding: 20px 15px 0px;
  height: 114px;
  z-index: 100; }
  #header #logo {
    position: absolute;
    z-index: 4999;
    right: 25px;
    top: 14px; }
  #header .logout {
    position: absolute;
    left: 0;
    bottom: 30px; }
    #header .logout.partner {
      bottom: -90px !important; }
  #header .login-wpml,
  #header .logout {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 12; }
    #header .login-wpml a,
    #header .logout a {
      text-decoration: none; }
      #header .login-wpml a span.login,
      #header .logout a span.login {
        background: url("../images/lock-ico.png") no-repeat;
        padding-left: 26px;
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        color: #505f67;
        margin-bottom: 3px; }
    #header .login-wpml .wpml-selector img.iclflag,
    #header .logout .wpml-selector img.iclflag {
      top: 0;
      position: relative; }
    #header .login-wpml .wpml-selector #lang_sel_list li a.selected,
    #header .logout .wpml-selector #lang_sel_list li a.selected {
      display: none; }
    #header .login-wpml .wpml-selector a,
    #header .logout .wpml-selector a {
      border: 0;
      padding: 3px 0;
      color: #505f67;
      font-size: 10px;
      text-transform: uppercase; }
      #header .login-wpml .wpml-selector a:hover,
      #header .logout .wpml-selector a:hover {
        color: #505f67; }
      #header .login-wpml .wpml-selector a span,
      #header .logout .wpml-selector a span {
        padding-left: 4px; }
    #header .login-wpml .wpml-selector #lang_sel_list.lang_sel_list_vertical,
    #header .logout .wpml-selector #lang_sel_list.lang_sel_list_vertical {
      width: auto; }
      #header .login-wpml .wpml-selector #lang_sel_list.lang_sel_list_vertical ul,
      #header .logout .wpml-selector #lang_sel_list.lang_sel_list_vertical ul {
        border: 0; }
        #header .login-wpml .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li,
        #header .logout .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li {
          width: auto;
          display: block;
          float: none; }
          #header .login-wpml .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li a,
          #header .logout .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li a {
            border: 0;
            padding: 3px 0;
            color: #505f67;
            font-size: 10px;
            text-transform: uppercase; }
            #header .login-wpml .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li a:hover,
            #header .logout .wpml-selector #lang_sel_list.lang_sel_list_vertical ul li a:hover {
              color: #505f67; }

#slogan {
  position: relative;
  z-index: 10;
  background: #282828;
  width: 100%;
  padding: 0 15px; }
  #slogan h3 {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0; }
  @media screen and (max-width: 870px) {
    #slogan h3 {
      font-size: 15px; } }
  @media screen and (max-width: 640px) {
    #slogan {
      height: 48px; }
      #slogan h3 {
        position: relative;
        top: 40px;
        display: none; } }

#content li {
  list-style-position: inside; }
#content h1,
#content h2 {
  font-weight: bold; }
#content #col_left {
  width: 65%; }
#content #col_right {
  width: 30%; }
@media screen and (max-width: 960px) {
  #content .the-content {
    padding: 0 10px; } }
@media screen and (max-width: 768px) {
  #content #col_left,
  #content #col_right {
    float: none;
    width: 100%;
    display: block; }
  #content #col_left {
    margin-bottom: 30px; } }

.quicklinks-header {
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 25px;
  text-transform: uppercase;
  color: #282828; }
  .quicklinks-header:after {
    display: block;
    content: "";
    border-bottom: 1px solid #aab0b4;
    width: 80px;
    height: 1px;
    margin: 0 auto; }

#navbar > ul > li:first-child {
  background: #fff; }
  #navbar > ul > li:first-child.active, #navbar > ul > li:first-child:hover {
    background: white; }
  #navbar > ul > li:first-child > a, #navbar > ul > li:first-child > a:hover, #navbar > ul > li:first-child > a:focus, #navbar > ul > li:first-child > a:active, #navbar > ul > li:first-child:hover > a, #navbar > ul > li:first-child:active > a, #navbar > ul > li:first-child.active > a, #navbar > ul > li:first-child.active > a:hover, #navbar > ul > li:first-child.active > a:active, #navbar > ul > li:first-child.active > a:focus, #navbar > ul > li:first-child.active:hover > a {
    background: url("../images/home-ico.png") no-repeat center center;
    text-indent: -9999px;
    width: 50px; }
    #navbar > ul > li:first-child > a > .sub, #navbar > ul > li:first-child > a:hover > .sub, #navbar > ul > li:first-child > a:focus > .sub, #navbar > ul > li:first-child > a:active > .sub, #navbar > ul > li:first-child:hover > a > .sub, #navbar > ul > li:first-child:active > a > .sub, #navbar > ul > li:first-child.active > a > .sub, #navbar > ul > li:first-child.active > a:hover > .sub, #navbar > ul > li:first-child.active > a:active > .sub, #navbar > ul > li:first-child.active > a:focus > .sub, #navbar > ul > li:first-child.active:hover > a > .sub {
      display: none; }
    @media screen and (max-width: 987px) {
      #navbar > ul > li:first-child > a, #navbar > ul > li:first-child > a:hover, #navbar > ul > li:first-child > a:focus, #navbar > ul > li:first-child > a:active, #navbar > ul > li:first-child:hover > a, #navbar > ul > li:first-child:active > a, #navbar > ul > li:first-child.active > a, #navbar > ul > li:first-child.active > a:hover, #navbar > ul > li:first-child.active > a:active, #navbar > ul > li:first-child.active > a:focus, #navbar > ul > li:first-child.active:hover > a {
        background-position: 35px 9px !important; } }

.slider_wrap {
  margin-bottom: 0; }
  .slider_wrap .relative.slick-slide {
    max-height: 400px; }
    .slider_wrap .relative.slick-slide img {
      margin-top: -250px; }
      @media screen and (max-width: 768px) {
        .slider_wrap .relative.slick-slide img {
          margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .slider_wrap .caption_wrap .container {
      margin: 0;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 768px) {
    .slider_wrap .caption {
      width: 100% !important;
      height: 145px !important; } }

#slider.subpage h1 {
  line-height: 40px !important;
  font-size: 31px !important; }

.global-search {
  position: absolute;
  z-index: 12;
  top: 54px;
  right: 15px; }
  @media screen and (max-width: 960px) {
    .global-search {
      right: 0;
      top: 56px; } }
  @media screen and (max-width: 767px) {
    .global-search {
      right: 0;
      top: 54px; } }
  .global-search input[type="search"] {
    background: #e1e1e1 url("../images/search-ico.png") no-repeat 96% 4px !important;
    border: 1px solid #e1e1e1 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: #909090 !important;
    padding: 2px 30px 2px 6px !important;
    width: 180px !important;
    height: 23px;
    border-radius: 0;
    font-style: italic; }
  .global-search input[type="submit"] {
    display: none; }

#content.home #col_center .mini-sites {
  width: 100%;
  padding: 20px 0; }
  #content.home #col_center .mini-sites .mini-site {
    width: 28.0701754386%;
    height: 297px;
    float: left;
    text-align: center;
    display: table; }
    #content.home #col_center .mini-sites .mini-site .mini-site-inner {
      display: table-cell;
      vertical-align: middle; }
      #content.home #col_center .mini-sites .mini-site .mini-site-inner .site-title span {
        font-size: 37px;
        font-weight: 700;
        font-family: "PT Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        top: 30px;
        line-height: normal; }
  #content.home #col_center .mini-sites .land {
    background: url("../images/land-bg.png") no-repeat center center; }
  #content.home #col_center .mini-sites .marine {
    background: url("../images/marine-bg.png") no-repeat center center; }
  #content.home #col_center .mini-sites .service {
    background: url("../images/wrench-bg.png") no-repeat center center; }
@media screen and (max-width: 980px) {
  #content.home #col_center .mini-sites {
    padding: 0 0 20px 0; } }
@media screen and (max-width: 767px) {
  #content.home #col_center .mini-sites .mini-site {
    width: 100%;
    float: none;
    height: 297px; }
    #content.home #col_center .mini-sites .mini-site .mini-site-inner {
      vertical-align: middle; }
      #content.home #col_center .mini-sites .mini-site .mini-site-inner .site-title span {
        top: 0px; }
  #content.home #col_center .mini-sites .land,
  #content.home #col_center .mini-sites .marine,
  #content.home #col_center .mini-sites .service {
    background-size: cover; } }

.fl-left, #content #col_left, #land #building-types .building-type, #land #references .reference, #marine #vessel-types .vessel-type, #marine #references .reference, #posts, .media-list, .contact-sections .contact-left-section {
  float: left; }

.fl-right, #content #col_right, #archive, #media-second, .contact-sections .contact-right-section {
  float: right; }

.full-width-bar-headings {
  margin-top: 50px;
  background: #282828;
  position: relative; }
  .full-width-bar-headings .fl-left, .full-width-bar-headings #content #col_left, #content .full-width-bar-headings #col_left, .full-width-bar-headings #land #building-types .building-type, #land #building-types .full-width-bar-headings .building-type, .full-width-bar-headings #land #references .reference, #land #references .full-width-bar-headings .reference, .full-width-bar-headings #marine #vessel-types .vessel-type, #marine #vessel-types .full-width-bar-headings .vessel-type, .full-width-bar-headings #marine #references .reference, #marine #references .full-width-bar-headings .reference, .full-width-bar-headings #posts, .full-width-bar-headings .media-list, .full-width-bar-headings .contact-sections .contact-left-section, .contact-sections .full-width-bar-headings .contact-left-section {
    width: 50%; }
    .full-width-bar-headings .fl-left span, .full-width-bar-headings #content #col_left span, #content .full-width-bar-headings #col_left span, .full-width-bar-headings #land #building-types .building-type span, #land #building-types .full-width-bar-headings .building-type span, .full-width-bar-headings #land #references .reference span, #land #references .full-width-bar-headings .reference span, .full-width-bar-headings #marine #vessel-types .vessel-type span, #marine #vessel-types .full-width-bar-headings .vessel-type span, .full-width-bar-headings #marine #references .reference span, #marine #references .full-width-bar-headings .reference span, .full-width-bar-headings #posts span, .full-width-bar-headings .media-list span, .full-width-bar-headings .contact-sections .contact-left-section span, .contact-sections .full-width-bar-headings .contact-left-section span {
      padding-left: 0; }
  .full-width-bar-headings .fl-right, .full-width-bar-headings #content #col_right, #content .full-width-bar-headings #col_right, .full-width-bar-headings #archive, .full-width-bar-headings #media-second, .full-width-bar-headings .contact-sections .contact-right-section, .contact-sections .full-width-bar-headings .contact-right-section {
    width: 50%; }
    .full-width-bar-headings .fl-right span, .full-width-bar-headings #content #col_right span, #content .full-width-bar-headings #col_right span, .full-width-bar-headings #archive span, .full-width-bar-headings #media-second span, .full-width-bar-headings .contact-sections .contact-right-section span, .contact-sections .full-width-bar-headings .contact-right-section span {
      padding-right: 0; }
  .full-width-bar-headings span {
    color: #fff;
    display: block;
    line-height: 50px;
    font-family: "PT Sans", sans-serif;
    font-size: 21px; }
  @media screen and (max-width: 960px) {
    .full-width-bar-headings {
      margin-top: 0; }
      .full-width-bar-headings .fl-left, .full-width-bar-headings #content #col_left, #content .full-width-bar-headings #col_left, .full-width-bar-headings #land #building-types .building-type, #land #building-types .full-width-bar-headings .building-type, .full-width-bar-headings #land #references .reference, #land #references .full-width-bar-headings .reference, .full-width-bar-headings #marine #vessel-types .vessel-type, #marine #vessel-types .full-width-bar-headings .vessel-type, .full-width-bar-headings #marine #references .reference, #marine #references .full-width-bar-headings .reference, .full-width-bar-headings #posts, .full-width-bar-headings .media-list, .full-width-bar-headings .contact-sections .contact-left-section, .contact-sections .full-width-bar-headings .contact-left-section {
        width: 100%;
        display: block;
        float: none; }
        .full-width-bar-headings .fl-left span, .full-width-bar-headings #content #col_left span, #content .full-width-bar-headings #col_left span, .full-width-bar-headings #land #building-types .building-type span, #land #building-types .full-width-bar-headings .building-type span, .full-width-bar-headings #land #references .reference span, #land #references .full-width-bar-headings .reference span, .full-width-bar-headings #marine #vessel-types .vessel-type span, #marine #vessel-types .full-width-bar-headings .vessel-type span, .full-width-bar-headings #marine #references .reference span, #marine #references .full-width-bar-headings .reference span, .full-width-bar-headings #posts span, .full-width-bar-headings .media-list span, .full-width-bar-headings .contact-sections .contact-left-section span, .contact-sections .full-width-bar-headings .contact-left-section span {
          padding-left: 10px; }
        .full-width-bar-headings .fl-left:nth-child(2), .full-width-bar-headings #content #col_left:nth-child(2), #content .full-width-bar-headings #col_left:nth-child(2), .full-width-bar-headings #land #building-types .building-type:nth-child(2), #land #building-types .full-width-bar-headings .building-type:nth-child(2), .full-width-bar-headings #land #references .reference:nth-child(2), #land #references .full-width-bar-headings .reference:nth-child(2), .full-width-bar-headings #marine #vessel-types .vessel-type:nth-child(2), #marine #vessel-types .full-width-bar-headings .vessel-type:nth-child(2), .full-width-bar-headings #marine #references .reference:nth-child(2), #marine #references .full-width-bar-headings .reference:nth-child(2), .full-width-bar-headings #posts:nth-child(2), .full-width-bar-headings .media-list:nth-child(2), .full-width-bar-headings .contact-sections .contact-left-section:nth-child(2), .contact-sections .full-width-bar-headings .contact-left-section:nth-child(2) {
          display: none; }
      .full-width-bar-headings .fl-right, .full-width-bar-headings #content #col_right, #content .full-width-bar-headings #col_right, .full-width-bar-headings #archive, .full-width-bar-headings #media-second, .full-width-bar-headings .contact-sections .contact-right-section, .contact-sections .full-width-bar-headings .contact-right-section {
        display: none; }
        .full-width-bar-headings .fl-right span, .full-width-bar-headings #content #col_right span, #content .full-width-bar-headings #col_right span, .full-width-bar-headings #archive span, .full-width-bar-headings #media-second span, .full-width-bar-headings .contact-sections .contact-right-section span, .contact-sections .full-width-bar-headings .contact-right-section span {
          padding-right: 10px; } }

.full-bar-mobile > span {
  color: #fff;
  display: block;
  line-height: 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  padding: 0px 10px; }

.land-yellow {
  background: #e0001b; }

.full-width-bar-content {
  background: #fff;
  position: relative; }
  .full-width-bar-content .fl-left, .full-width-bar-content #content #col_left, #content .full-width-bar-content #col_left, .full-width-bar-content #land #building-types .building-type, #land #building-types .full-width-bar-content .building-type, .full-width-bar-content #land #references .reference, #land #references .full-width-bar-content .reference, .full-width-bar-content #marine #vessel-types .vessel-type, #marine #vessel-types .full-width-bar-content .vessel-type, .full-width-bar-content #marine #references .reference, #marine #references .full-width-bar-content .reference, .full-width-bar-content #posts, .full-width-bar-content .media-list, .full-width-bar-content .contact-sections .contact-left-section, .contact-sections .full-width-bar-content .contact-left-section {
    width: 50%;
    text-align: right; }
    .full-width-bar-content .fl-left ul.data-list, .full-width-bar-content #content #col_left ul.data-list, #content .full-width-bar-content #col_left ul.data-list, .full-width-bar-content #land #building-types .building-type ul.data-list, #land #building-types .full-width-bar-content .building-type ul.data-list, .full-width-bar-content #land #references .reference ul.data-list, #land #references .full-width-bar-content .reference ul.data-list, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list, .full-width-bar-content #marine #references .reference ul.data-list, #marine #references .full-width-bar-content .reference ul.data-list, .full-width-bar-content #posts ul.data-list, .full-width-bar-content .media-list ul.data-list, .full-width-bar-content .contact-sections .contact-left-section ul.data-list, .contact-sections .full-width-bar-content .contact-left-section ul.data-list {
      background: #edf2f5;
      width: 100%;
      padding: 10px 10px 1px 10px;
      list-style: none;
      text-align: left;
      margin-bottom: 0; }
      .full-width-bar-content .fl-left ul.data-list li, .full-width-bar-content #content #col_left ul.data-list li, #content .full-width-bar-content #col_left ul.data-list li, .full-width-bar-content #land #building-types .building-type ul.data-list li, #land #building-types .full-width-bar-content .building-type ul.data-list li, .full-width-bar-content #land #references .reference ul.data-list li, #land #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li, .full-width-bar-content #marine #references .reference ul.data-list li, #marine #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #posts ul.data-list li, .full-width-bar-content .media-list ul.data-list li, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li {
        display: block;
        height: 86px;
        margin-bottom: 8px;
        border-bottom: 1px solid #aab0b4;
        position: relative; }
        .full-width-bar-content .fl-left ul.data-list li:after, .full-width-bar-content #content #col_left ul.data-list li:after, #content .full-width-bar-content #col_left ul.data-list li:after, .full-width-bar-content #land #building-types .building-type ul.data-list li:after, #land #building-types .full-width-bar-content .building-type ul.data-list li:after, .full-width-bar-content #land #references .reference ul.data-list li:after, #land #references .full-width-bar-content .reference ul.data-list li:after, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li:after, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li:after, .full-width-bar-content #marine #references .reference ul.data-list li:after, #marine #references .full-width-bar-content .reference ul.data-list li:after, .full-width-bar-content #posts ul.data-list li:after, .full-width-bar-content .media-list ul.data-list li:after, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li:after, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li:after {
          content: "";
          display: table;
          clear: both; }
        .full-width-bar-content .fl-left ul.data-list li img, .full-width-bar-content #content #col_left ul.data-list li img, #content .full-width-bar-content #col_left ul.data-list li img, .full-width-bar-content #land #building-types .building-type ul.data-list li img, #land #building-types .full-width-bar-content .building-type ul.data-list li img, .full-width-bar-content #land #references .reference ul.data-list li img, #land #references .full-width-bar-content .reference ul.data-list li img, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li img, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li img, .full-width-bar-content #marine #references .reference ul.data-list li img, #marine #references .full-width-bar-content .reference ul.data-list li img, .full-width-bar-content #posts ul.data-list li img, .full-width-bar-content .media-list ul.data-list li img, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li img, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li img {
          width: 80px !important;
          height: 78px !important;
          margin-right: 10px;
          float: left; }
        .full-width-bar-content .fl-left ul.data-list li img.person-thumbnail, .full-width-bar-content #content #col_left ul.data-list li img.person-thumbnail, #content .full-width-bar-content #col_left ul.data-list li img.person-thumbnail, .full-width-bar-content #land #building-types .building-type ul.data-list li img.person-thumbnail, #land #building-types .full-width-bar-content .building-type ul.data-list li img.person-thumbnail, .full-width-bar-content #land #references .reference ul.data-list li img.person-thumbnail, #land #references .full-width-bar-content .reference ul.data-list li img.person-thumbnail, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li img.person-thumbnail, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li img.person-thumbnail, .full-width-bar-content #marine #references .reference ul.data-list li img.person-thumbnail, #marine #references .full-width-bar-content .reference ul.data-list li img.person-thumbnail, .full-width-bar-content #posts ul.data-list li img.person-thumbnail, .full-width-bar-content .media-list ul.data-list li img.person-thumbnail, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li img.person-thumbnail, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li img.person-thumbnail {
          width: auto !important;
          height: 78px !important;
          margin-right: 10px;
          float: left; }
        .full-width-bar-content .fl-left ul.data-list li .meta span.date, .full-width-bar-content #content #col_left ul.data-list li .meta span.date, #content .full-width-bar-content #col_left ul.data-list li .meta span.date, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta span.date, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta span.date, .full-width-bar-content #land #references .reference ul.data-list li .meta span.date, #land #references .full-width-bar-content .reference ul.data-list li .meta span.date, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta span.date, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta span.date, .full-width-bar-content #marine #references .reference ul.data-list li .meta span.date, #marine #references .full-width-bar-content .reference ul.data-list li .meta span.date, .full-width-bar-content #posts ul.data-list li .meta span.date, .full-width-bar-content .media-list ul.data-list li .meta span.date, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta span.date, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta span.date {
          font-size: 10px;
          display: block;
          color: #505f67;
          line-height: 16px; }
        .full-width-bar-content .fl-left ul.data-list li .meta h3, .full-width-bar-content #content #col_left ul.data-list li .meta h3, #content .full-width-bar-content #col_left ul.data-list li .meta h3, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta h3, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta h3, .full-width-bar-content #land #references .reference ul.data-list li .meta h3, #land #references .full-width-bar-content .reference ul.data-list li .meta h3, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta h3, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta h3, .full-width-bar-content #marine #references .reference ul.data-list li .meta h3, #marine #references .full-width-bar-content .reference ul.data-list li .meta h3, .full-width-bar-content #posts ul.data-list li .meta h3, .full-width-bar-content .media-list ul.data-list li .meta h3, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta h3, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta h3 {
          font-size: 15px;
          font-weight: 700;
          font-family: Verdana, sans-serif;
          color: #505f67;
          line-height: 18px;
          padding-bottom: 5px;
          margin-bottom: 0;
          max-width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .full-width-bar-content .fl-left ul.data-list li .meta p, .full-width-bar-content #content #col_left ul.data-list li .meta p, #content .full-width-bar-content #col_left ul.data-list li .meta p, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta p, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta p, .full-width-bar-content #land #references .reference ul.data-list li .meta p, #land #references .full-width-bar-content .reference ul.data-list li .meta p, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta p, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta p, .full-width-bar-content #marine #references .reference ul.data-list li .meta p, #marine #references .full-width-bar-content .reference ul.data-list li .meta p, .full-width-bar-content #posts ul.data-list li .meta p, .full-width-bar-content .media-list ul.data-list li .meta p, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta p, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta p {
          color: #939ba1;
          font-size: 13px;
          font-weight: bold;
          display: inline; }
          .full-width-bar-content .fl-left ul.data-list li .meta p .read_more, .full-width-bar-content #content #col_left ul.data-list li .meta p .read_more, #content .full-width-bar-content #col_left ul.data-list li .meta p .read_more, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta p .read_more, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta p .read_more, .full-width-bar-content #land #references .reference ul.data-list li .meta p .read_more, #land #references .full-width-bar-content .reference ul.data-list li .meta p .read_more, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta p .read_more, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta p .read_more, .full-width-bar-content #marine #references .reference ul.data-list li .meta p .read_more, #marine #references .full-width-bar-content .reference ul.data-list li .meta p .read_more, .full-width-bar-content #posts ul.data-list li .meta p .read_more, .full-width-bar-content .media-list ul.data-list li .meta p .read_more, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta p .read_more, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta p .read_more {
            color: #DF000E !important;
            text-decoration: none !important;
            font-weight: bold !important;
            position: absolute !important;
            bottom: 5px !important;
            left: 90px !important; }
            .full-width-bar-content .fl-left ul.data-list li .meta p .read_more:hover, .full-width-bar-content #content #col_left ul.data-list li .meta p .read_more:hover, #content .full-width-bar-content #col_left ul.data-list li .meta p .read_more:hover, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta p .read_more:hover, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta p .read_more:hover, .full-width-bar-content #land #references .reference ul.data-list li .meta p .read_more:hover, #land #references .full-width-bar-content .reference ul.data-list li .meta p .read_more:hover, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta p .read_more:hover, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta p .read_more:hover, .full-width-bar-content #marine #references .reference ul.data-list li .meta p .read_more:hover, #marine #references .full-width-bar-content .reference ul.data-list li .meta p .read_more:hover, .full-width-bar-content #posts ul.data-list li .meta p .read_more:hover, .full-width-bar-content .media-list ul.data-list li .meta p .read_more:hover, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta p .read_more:hover, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta p .read_more:hover {
              color: #c70018 !important; }
        .full-width-bar-content .fl-left ul.data-list li:last-child, .full-width-bar-content #content #col_left ul.data-list li:last-child, #content .full-width-bar-content #col_left ul.data-list li:last-child, .full-width-bar-content #land #building-types .building-type ul.data-list li:last-child, #land #building-types .full-width-bar-content .building-type ul.data-list li:last-child, .full-width-bar-content #land #references .reference ul.data-list li:last-child, #land #references .full-width-bar-content .reference ul.data-list li:last-child, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li:last-child, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li:last-child, .full-width-bar-content #marine #references .reference ul.data-list li:last-child, #marine #references .full-width-bar-content .reference ul.data-list li:last-child, .full-width-bar-content #posts ul.data-list li:last-child, .full-width-bar-content .media-list ul.data-list li:last-child, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li:last-child, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li:last-child {
          margin: 0; }
    .full-width-bar-content .fl-left > a:last-of-type, .full-width-bar-content #content #col_left > a:last-of-type, #content .full-width-bar-content #col_left > a:last-of-type, .full-width-bar-content #land #building-types .building-type > a:last-of-type, #land #building-types .full-width-bar-content .building-type > a:last-of-type, .full-width-bar-content #land #references .reference > a:last-of-type, #land #references .full-width-bar-content .reference > a:last-of-type, .full-width-bar-content #marine #vessel-types .vessel-type > a:last-of-type, #marine #vessel-types .full-width-bar-content .vessel-type > a:last-of-type, .full-width-bar-content #marine #references .reference > a:last-of-type, #marine #references .full-width-bar-content .reference > a:last-of-type, .full-width-bar-content #posts > a:last-of-type, .full-width-bar-content .media-list > a:last-of-type, .full-width-bar-content .contact-sections .contact-left-section > a:last-of-type, .contact-sections .full-width-bar-content .contact-left-section > a:last-of-type {
      color: #DF000E;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
      margin: 0px 12px;
      padding-left: 10px;
      padding-top: 8px;
      padding-bottom: 8px;
      background: url("../images/red-arrow.png") no-repeat 0 15px; }
    .full-width-bar-content .fl-left .no-posts, .full-width-bar-content #content #col_left .no-posts, #content .full-width-bar-content #col_left .no-posts, .full-width-bar-content #land #building-types .building-type .no-posts, #land #building-types .full-width-bar-content .building-type .no-posts, .full-width-bar-content #land #references .reference .no-posts, #land #references .full-width-bar-content .reference .no-posts, .full-width-bar-content #marine #vessel-types .vessel-type .no-posts, #marine #vessel-types .full-width-bar-content .vessel-type .no-posts, .full-width-bar-content #marine #references .reference .no-posts, #marine #references .full-width-bar-content .reference .no-posts, .full-width-bar-content #posts .no-posts, .full-width-bar-content .media-list .no-posts, .full-width-bar-content .contact-sections .contact-left-section .no-posts, .contact-sections .full-width-bar-content .contact-left-section .no-posts {
      text-align: left;
      padding: 15px 0 5px 0; }
    .full-width-bar-content .fl-left.land-news > a:last-of-type, .full-width-bar-content #content .land-news#col_left > a:last-of-type, #content .full-width-bar-content .land-news#col_left > a:last-of-type, .full-width-bar-content #land #building-types .land-news.building-type > a:last-of-type, #land #building-types .full-width-bar-content .land-news.building-type > a:last-of-type, .full-width-bar-content #land #references .land-news.reference > a:last-of-type, #land #references .full-width-bar-content .land-news.reference > a:last-of-type, .full-width-bar-content #marine #vessel-types .land-news.vessel-type > a:last-of-type, #marine #vessel-types .full-width-bar-content .land-news.vessel-type > a:last-of-type, .full-width-bar-content #marine #references .land-news.reference > a:last-of-type, #marine #references .full-width-bar-content .land-news.reference > a:last-of-type, .full-width-bar-content .land-news#posts > a:last-of-type, .full-width-bar-content .land-news.media-list > a:last-of-type, .full-width-bar-content .contact-sections .land-news.contact-left-section > a:last-of-type, .contact-sections .full-width-bar-content .land-news.contact-left-section > a:last-of-type {
      /*background: url('../images/yellow-arrow.png') no-repeat 0 15px;*/
      color: #e0001b; }
  .full-width-bar-content .fl-right, .full-width-bar-content #content #col_right, #content .full-width-bar-content #col_right, .full-width-bar-content #archive, .full-width-bar-content #media-second, .full-width-bar-content .contact-sections .contact-right-section, .contact-sections .full-width-bar-content .contact-right-section {
    width: 50%;
    text-align: right; }
    @media only screen and (max-width: 960px) {
      .full-width-bar-content .fl-right img, .full-width-bar-content #content #col_right img, #content .full-width-bar-content #col_right img, .full-width-bar-content #archive img, .full-width-bar-content #media-second img, .full-width-bar-content .contact-sections .contact-right-section img, .contact-sections .full-width-bar-content .contact-right-section img {
        width: 100%; } }
    .full-width-bar-content .fl-right > a:last-of-type, .full-width-bar-content #content #col_right > a:last-of-type, #content .full-width-bar-content #col_right > a:last-of-type, .full-width-bar-content #archive > a:last-of-type, .full-width-bar-content #media-second > a:last-of-type, .full-width-bar-content .contact-sections .contact-right-section > a:last-of-type, .contact-sections .full-width-bar-content .contact-right-section > a:last-of-type {
      color: #DF000E !important;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
      margin: 0px 12px;
      padding-left: 10px;
      padding-top: 8px;
      padding-bottom: 8px;
      background: url("../images/red-arrow.png") no-repeat 0 15px; }
  .full-width-bar-content .wpcf7 {
    background: #edf2f5;
    text-align: left;
    color: #505f67;
    padding: 10px;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #aab0b4; }
    .full-width-bar-content .wpcf7 a {
      color: #e0001b;
      text-decoration: none; }
    .full-width-bar-content .wpcf7 input[type="text"],
    .full-width-bar-content .wpcf7 input[type="email"],
    .full-width-bar-content .wpcf7 textarea,
    .full-width-bar-content .wpcf7 select {
      border: 1px solid #e1e1e1;
      background: #fff;
      padding: 0px 6px;
      height: 35px; }
    .full-width-bar-content .wpcf7 textarea {
      max-height: 143px;
      height: 143px; }
    .full-width-bar-content .wpcf7 .wpcf7-not-valid {
      border: 1px solid #DF000E !important; }
    .full-width-bar-content .wpcf7 input[type="submit"] {
      margin: 0;
      float: right;
      background: #505f67;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "PT Sans", sans-serif;
      font-size: 15px; }
    .full-width-bar-content .wpcf7 .wpcf7-validation-errors {
      display: none !important;
      visibility: hidden !important;
      width: 1px;
      height: 1px; }
    .full-width-bar-content .wpcf7 .wpcf7-mail-sent-ok {
      position: absolute;
      padding: 10px;
      background: #fff;
      color: green;
      top: 10px;
      left: 10px;
      right: 10px;
      cursor: pointer; }
  @media screen and (max-width: 960px) {
    .full-width-bar-content .fl-left, .full-width-bar-content #content #col_left, #content .full-width-bar-content #col_left, .full-width-bar-content #land #building-types .building-type, #land #building-types .full-width-bar-content .building-type, .full-width-bar-content #land #references .reference, #land #references .full-width-bar-content .reference, .full-width-bar-content #marine #vessel-types .vessel-type, #marine #vessel-types .full-width-bar-content .vessel-type, .full-width-bar-content #marine #references .reference, #marine #references .full-width-bar-content .reference, .full-width-bar-content #posts, .full-width-bar-content .media-list, .full-width-bar-content .contact-sections .contact-left-section, .contact-sections .full-width-bar-content .contact-left-section {
      width: 100%; }
      .full-width-bar-content .fl-left ul.data-list li, .full-width-bar-content #content #col_left ul.data-list li, #content .full-width-bar-content #col_left ul.data-list li, .full-width-bar-content #land #building-types .building-type ul.data-list li, #land #building-types .full-width-bar-content .building-type ul.data-list li, .full-width-bar-content #land #references .reference ul.data-list li, #land #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li, .full-width-bar-content #marine #references .reference ul.data-list li, #marine #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #posts ul.data-list li, .full-width-bar-content .media-list ul.data-list li, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li {
        min-height: 86px;
        height: auto; }
      .full-width-bar-content .fl-left:nth-child(2), .full-width-bar-content #content #col_left:nth-child(2), #content .full-width-bar-content #col_left:nth-child(2), .full-width-bar-content #land #building-types .building-type:nth-child(2), #land #building-types .full-width-bar-content .building-type:nth-child(2), .full-width-bar-content #land #references .reference:nth-child(2), #land #references .full-width-bar-content .reference:nth-child(2), .full-width-bar-content #marine #vessel-types .vessel-type:nth-child(2), #marine #vessel-types .full-width-bar-content .vessel-type:nth-child(2), .full-width-bar-content #marine #references .reference:nth-child(2), #marine #references .full-width-bar-content .reference:nth-child(2), .full-width-bar-content #posts:nth-child(2), .full-width-bar-content .media-list:nth-child(2), .full-width-bar-content .contact-sections .contact-left-section:nth-child(2), .contact-sections .full-width-bar-content .contact-left-section:nth-child(2) {
        margin-top: 30px; }
    .full-width-bar-content .fl-right, .full-width-bar-content #content #col_right, #content .full-width-bar-content #col_right, .full-width-bar-content #archive, .full-width-bar-content #media-second, .full-width-bar-content .contact-sections .contact-right-section, .contact-sections .full-width-bar-content .contact-right-section {
      width: 100%;
      margin-top: 30px; } }
  @media screen and (max-width: 640px) {
    .full-width-bar-content .fl-left ul.data-list li, .full-width-bar-content #content #col_left ul.data-list li, #content .full-width-bar-content #col_left ul.data-list li, .full-width-bar-content #land #building-types .building-type ul.data-list li, #land #building-types .full-width-bar-content .building-type ul.data-list li, .full-width-bar-content #land #references .reference ul.data-list li, #land #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li, .full-width-bar-content #marine #references .reference ul.data-list li, #marine #references .full-width-bar-content .reference ul.data-list li, .full-width-bar-content #posts ul.data-list li, .full-width-bar-content .media-list ul.data-list li, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li {
      min-height: 60px;
      height: auto; }
      .full-width-bar-content .fl-left ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #content #col_left ul.data-list li img.attachment-post-thumbnail, #content .full-width-bar-content #col_left ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #land #building-types .building-type ul.data-list li img.attachment-post-thumbnail, #land #building-types .full-width-bar-content .building-type ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #land #references .reference ul.data-list li img.attachment-post-thumbnail, #land #references .full-width-bar-content .reference ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li img.attachment-post-thumbnail, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #marine #references .reference ul.data-list li img.attachment-post-thumbnail, #marine #references .full-width-bar-content .reference ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content #posts ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content .media-list ul.data-list li img.attachment-post-thumbnail, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li img.attachment-post-thumbnail, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li img.attachment-post-thumbnail {
        width: 50px !important;
        height: 48px !important; }
      .full-width-bar-content .fl-left ul.data-list li .meta h3, .full-width-bar-content #content #col_left ul.data-list li .meta h3, #content .full-width-bar-content #col_left ul.data-list li .meta h3, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta h3, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta h3, .full-width-bar-content #land #references .reference ul.data-list li .meta h3, #land #references .full-width-bar-content .reference ul.data-list li .meta h3, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta h3, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta h3, .full-width-bar-content #marine #references .reference ul.data-list li .meta h3, #marine #references .full-width-bar-content .reference ul.data-list li .meta h3, .full-width-bar-content #posts ul.data-list li .meta h3, .full-width-bar-content .media-list ul.data-list li .meta h3, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta h3, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta h3 {
        font-size: 13px;
        padding-bottom: 0px; }
      .full-width-bar-content .fl-left ul.data-list li .meta p, .full-width-bar-content #content #col_left ul.data-list li .meta p, #content .full-width-bar-content #col_left ul.data-list li .meta p, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta p, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta p, .full-width-bar-content #land #references .reference ul.data-list li .meta p, #land #references .full-width-bar-content .reference ul.data-list li .meta p, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta p, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta p, .full-width-bar-content #marine #references .reference ul.data-list li .meta p, #marine #references .full-width-bar-content .reference ul.data-list li .meta p, .full-width-bar-content #posts ul.data-list li .meta p, .full-width-bar-content .media-list ul.data-list li .meta p, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta p, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta p {
        display: block;
        padding-bottom: 6px;
        margin-bottom: 0; }
      .full-width-bar-content .fl-left ul.data-list li .meta a.read_more, .full-width-bar-content #content #col_left ul.data-list li .meta a.read_more, #content .full-width-bar-content #col_left ul.data-list li .meta a.read_more, .full-width-bar-content #land #building-types .building-type ul.data-list li .meta a.read_more, #land #building-types .full-width-bar-content .building-type ul.data-list li .meta a.read_more, .full-width-bar-content #land #references .reference ul.data-list li .meta a.read_more, #land #references .full-width-bar-content .reference ul.data-list li .meta a.read_more, .full-width-bar-content #marine #vessel-types .vessel-type ul.data-list li .meta a.read_more, #marine #vessel-types .full-width-bar-content .vessel-type ul.data-list li .meta a.read_more, .full-width-bar-content #marine #references .reference ul.data-list li .meta a.read_more, #marine #references .full-width-bar-content .reference ul.data-list li .meta a.read_more, .full-width-bar-content #posts ul.data-list li .meta a.read_more, .full-width-bar-content .media-list ul.data-list li .meta a.read_more, .full-width-bar-content .contact-sections .contact-left-section ul.data-list li .meta a.read_more, .contact-sections .full-width-bar-content .contact-left-section ul.data-list li .meta a.read_more {
        position: static !important;
        display: block; } }
  .full-width-bar-content .news_link {
    color: #DF000E;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    display: inline-block;
    padding-left: 10px;
    background: url("../images/red-arrow.png") no-repeat 0 15px; }
  .full-width-bar-content .text-right a {
    color: #DF000E;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    padding-left: 10px;
    background: url("../images/red-arrow.png") no-repeat 0 15px; }

.sitemap ul ul.children {
  margin-left: 15px; }

#footer {
  position: relative;
  padding: 35px 0 25px 0;
  margin-top: 20px; }
  #footer .col {
    float: left;
    color: #c7c7c7; }
    #footer .col .contents {
      border-right: 2px solid #7c878d;
      min-height: 103px; }
    #footer .col h3 {
      color: #f3f3f3;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "PT Sans", sans-serif;
      font-size: 17px;
      margin-bottom: 0;
      padding-bottom: 15px; }
    #footer .col a {
      color: #fff;
      text-decoration: none; }
      #footer .col a:hover {
        color: #869098; }
    #footer .col .w-30 {
      width: 30%; }
    #footer .col .w-70 {
      width: 70%; }
  #footer .col-one {
    width: 23.6842105263%;
    /*min-height: 170px;*/ }
    #footer .col-one .contents {
      padding-right: 20px; }
    #footer .col-one ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      #footer .col-one ul li {
        padding: 0;
        line-height: 24px; }
        #footer .col-one ul li strong {
          color: #fff; }
  #footer .col.china-col-three .contents {
    border-right: 0 !important; }
  #footer .china-col-one {
    width: 28.0701754386%; }
    #footer .china-col-one .contents {
      padding-right: 20px; }
    #footer .china-col-one ul {
      padding: 0;
      list-style: none; }
      #footer .china-col-one ul li {
        padding: 0;
        line-height: 24px; }
        #footer .china-col-one ul li strong {
          color: #fff; }
  #footer .col-two {
    width: 28.0701754386%;
    /*min-height: 170px;*/ }
    #footer .col-two .contents {
      padding: 0 20px; }
    #footer .col-two span {
      line-height: 24px; }
  #footer .china-col-two {
    width: 28.0701754386%; }
    #footer .china-col-two h3 {
      padding-left: 20px; }
    #footer .china-col-two .contents {
      padding: 0 20px; }
    #footer .china-col-two ul {
      padding: 0;
      list-style: none; }
      #footer .china-col-two ul li {
        padding: 0;
        line-height: 24px; }
        #footer .china-col-two ul li strong {
          color: #fff; }
  #footer .col-three {
    width: 10.5263157895%; }
    #footer .col-three h3 {
      padding-left: 20px; }
    #footer .col-three .contents {
      padding: 0 20px; }
    #footer .col-three ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #footer .col-three ul li {
        padding: 0 0 0 11px;
        text-transform: uppercase;
        line-height: 24px;
        float: left;
        width: 50%;
        background: url("../images/footer-bullet-ico.png") no-repeat left; }
        #footer .col-three ul li:nth-child(even) {
          clear: right; }
      #footer .col-three ul:after {
        content: "";
        display: table;
        clear: both; }
  #footer .china-col-three {
    width: 28.0701754386%; }
    #footer .china-col-three h3 {
      padding-left: 20px; }
    #footer .china-col-three .contents {
      padding: 0 20px; }
    #footer .china-col-three ul {
      padding: 0;
      list-style: none; }
      #footer .china-col-three ul li {
        padding: 0;
        line-height: 24px; }
        #footer .china-col-three ul li strong {
          color: #fff; }
  #footer .col-four {
    width: 21.9298245614%; }
    #footer .col-four .contents {
      border-right: 0;
      padding-left: 20px; }
  @media screen and (max-width: 960px) {
    #footer .china-col-one h3,
    #footer .china-col-one .contents {
      padding: 0 20px; }
    #footer .china-col-two,
    #footer .china-col-three {
      margin-top: 30px; }
      #footer .china-col-two h3,
      #footer .china-col-three h3 {
        padding-bottom: 0; }
    #footer .china-col-one,
    #footer .china-col-two,
    #footer .china-col-three {
      width: 100%;
      display: block;
      float: none; }
      #footer .china-col-one table,
      #footer .china-col-two table,
      #footer .china-col-three table {
        margin-top: 10px; } }
  @media screen and (max-width: 900px) {
    #footer .col .contents {
      min-height: 120px; }
    #footer .col-one {
      width: 39.4736842105%;
      margin-bottom: 20px; }
      #footer .col-one h3 {
        padding-left: 20px;
        padding-right: 20px; }
      #footer .col-one .contents {
        padding-left: 20px;
        padding-right: 20px; }
    #footer .col-two {
      width: 39.4736842105%;
      margin-bottom: 20px; }
      #footer .col-two .contents {
        border-right: 0; }
    #footer .col-three {
      width: 39.4736842105%; }
    #footer .col-four {
      width: 39.4736842105%; } }
  @media screen and (max-width: 480px) {
    #footer .col {
      float: none;
      display: block; }
      #footer .col .contents {
        min-height: 1px;
        height: auto;
        border-right: 0; }
    #footer .col-one {
      width: 100%; }
    #footer .col-two {
      width: 100%; }
      #footer .col-two h3 {
        display: none; }
    #footer .col-three {
      margin-top: 30px;
      width: 100%; }
    #footer .col-four {
      margin-top: 30px;
      width: 100%; }
      #footer .col-four h3 {
        display: none; } }

#disclaimer {
  background: #313a3f;
  padding: 10px 0;
  text-align: center; }
  #disclaimer span.btn {
    display: inline-block;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    #disclaimer span.btn:after {
      content: "";
      display: block;
      position: relative;
      width: 78px;
      height: 1px;
      margin: 0 auto;
      border-bottom: 1px solid #81888d; }
  #disclaimer .contents {
    display: none; }
    #disclaimer .contents p {
      color: #66767E;
      font-size: 10px;
      padding-bottom: 15px; }
      #disclaimer .contents p:first-of-type {
        padding-top: 15px;
        text-transform: uppercase; }
      #disclaimer .contents p:last-of-type {
        padding: 0; }
  @media screen and (max-width: 960px) {
    #disclaimer .contents {
      padding: 0 20px; } }

#breadcrumbs {
  width: 100%;
  display: block; }
  #breadcrumbs .bc_splitter {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #000;
    margin: 0px 3px;
    position: relative;
    top: 0; }
  #breadcrumbs .bc {
    padding: 10px 0 20px 0 !important;
    font-size: 10px;
    color: #DF000E;
    font-weight: 300; }
    #breadcrumbs .bc a {
      font-weight: normal;
      text-decoration: none;
      color: #282828; }
  #breadcrumbs span,
  #breadcrumbs a,
  #breadcrumbs li {
    font-size: inherit; }
  #breadcrumbs ul {
    margin: 0;
    padding: 10px 0; }
    #breadcrumbs ul li {
      display: inline-block;
      margin-right: 6px;
      font-size: 10px; }
      #breadcrumbs ul li a {
        font-weight: normal;
        text-decoration: none;
        color: #282828; }
      #breadcrumbs ul li strong {
        color: #DF000E;
        font-weight: 300; }
    #breadcrumbs ul li.separator {
      margin: 0 6px 0 0;
      width: 0;
      height: 0;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 3px solid #000; }
      #breadcrumbs ul li.separator img {
        vertical-align: middle;
        display: none; }
  @media screen and (max-width: 960px) {
    #breadcrumbs .bc {
      padding-left: 10px !important;
      padding-right: 10px !important; }
    #breadcrumbs ul {
      padding-top: 10px !important;
      padding-bottom: 0 !important; } }

#land .bc_splitter {
  /*border-left-color: $yellow;*/ }
#land #breadcrumbs ul li strong {
  color: #e0001b; }

#marine .bc_splitter {
  /*border-left--color: $marinelight;*/ }
#marine #breadcrumbs ul li strong {
  color: #e0001b; }

#service .bc_splitter {
  /*border-left--color: $red_new;*/ }
#service #breadcrumbs ul li strong {
  color: #DF000E; }

.widget {
  background: #edf2f5;
  margin-bottom: 40px;
  position: relative; }
  .widget h3 {
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 15px !important;
    margin-bottom: 0; }
  .widget .inner {
    padding: 10px;
    overflow: hidden; }
    .widget .inner h1,
    .widget .inner h2,
    .widget .inner h3,
    .widget .inner h4,
    .widget .inner h5,
    .widget .inner h6 {
      font-size: 17px;
      font-weight: bold;
      font-family: Verdana, sans-serif; }
    .widget .inner p.wp-caption-text {
      font-weight: bold; }
    .widget .inner p:last-child {
      padding-bottom: 0 !important; }
    .widget .inner img.alignleft {
      margin-bottom: 0; }
  .widget .more {
    position: absolute;
    bottom: -22px;
    right: 0; }
    .widget .more a {
      color: #DF000E;
      text-decoration: none;
      font-weight: bold; }
      .widget .more a:before {
        content: "";
        background: url("../images/red-arrow.png") no-repeat left top;
        display: inline-block;
        position: relative;
        top: -1px;
        width: 4px;
        height: 7px;
        margin-right: 6px; }
    @media screen and (max-width: 960px) {
      .widget .more {
        right: 10px; } }

ul#sidemenu {
  display: block;
  padding: 0 !important; }
  ul#sidemenu h3 {
    margin-bottom: 0; }
  ul#sidemenu li {
    list-style: none;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
    display: block; }
    ul#sidemenu li a {
      display: block;
      text-decoration: none;
      color: #505f67; }

ul#sidemenu .children {
  padding-left: 20px; }

#land #sidemenu li a {
  color: #505f67 !important; }
#land .wpcf7 {
  background: #edf2f5;
  text-align: left;
  color: #505f67;
  height: 380px;
  padding: 13px;
  line-height: 17px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aab0b4; }
  #land .wpcf7 a {
    color: #e0001b;
    text-decoration: none; }
  #land .wpcf7 input[type="text"],
  #land .wpcf7 input[type="email"],
  #land .wpcf7 textarea,
  #land .wpcf7 select {
    border: 1px solid #e1e1e1 !important;
    background: #fff;
    padding: 3px 6px;
    height: 25px; }
  #land .wpcf7 textarea {
    max-height: 138px;
    height: 138px; }
  #land .wpcf7 .wpcf7-not-valid {
    border: 1px solid #DF000E !important; }
  #land .wpcf7 input[type="submit"] {
    margin: 0;
    float: right;
    background: #505f67;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    border-radius: 0; }
  #land .wpcf7 .wpcf7-validation-errors {
    display: none !important;
    visibility: hidden !important;
    width: 1px;
    height: 1px; }
  #land .wpcf7 .wpcf7-mail-sent-ok {
    position: absolute;
    padding: 10px;
    background: #fff;
    color: green;
    top: 10px;
    left: 10px;
    right: 10px;
    cursor: pointer; }
#land .fl-left.land-contact, #land #content .land-contact#col_left, #content #land .land-contact#col_left, #land #building-types .land-contact.building-type, #land #references .land-contact.reference, #land #marine #vessel-types .land-contact.vessel-type, #marine #vessel-types #land .land-contact.vessel-type, #marine #references #land .land-contact.reference, #land .land-contact#posts, #land .land-contact.media-list, #land .contact-sections .land-contact.contact-left-section, .contact-sections #land .land-contact.contact-left-section {
  width: 27.6315789474%; }
  #land .fl-left.land-contact h3, #land #content .land-contact#col_left h3, #content #land .land-contact#col_left h3, #land #building-types .land-contact.building-type h3, #land #references .land-contact.reference h3, #land #marine #vessel-types .land-contact.vessel-type h3, #marine #vessel-types #land .land-contact.vessel-type h3, #marine #references #land .land-contact.reference h3, #land .land-contact#posts h3, #land .land-contact.media-list h3, #land .contact-sections .land-contact.contact-left-section h3, .contact-sections #land .land-contact.contact-left-section h3 {
    padding-bottom: 0; }
  #land .fl-left.land-contact span.team-name, #land #content .land-contact#col_left span.team-name, #content #land .land-contact#col_left span.team-name, #land #building-types .land-contact.building-type span.team-name, #land #references .land-contact.reference span.team-name, #land #marine #vessel-types .land-contact.vessel-type span.team-name, #marine #vessel-types #land .land-contact.vessel-type span.team-name, #marine #references #land .land-contact.reference span.team-name, #land .land-contact#posts span.team-name, #land .land-contact.media-list span.team-name, #land .contact-sections .land-contact.contact-left-section span.team-name, .contact-sections #land .land-contact.contact-left-section span.team-name,
  #land .fl-left.land-contact span.team-position,
  #land #content .land-contact#col_left span.team-position,
  #content #land .land-contact#col_left span.team-position,
  #land #building-types .land-contact.building-type span.team-position,
  #land #references .land-contact.reference span.team-position,
  #land #marine #vessel-types .land-contact.vessel-type span.team-position,
  #marine #vessel-types #land .land-contact.vessel-type span.team-position,
  #marine #references #land .land-contact.reference span.team-position,
  #land .land-contact#posts span.team-position,
  #land .land-contact.media-list span.team-position,
  #land .contact-sections .land-contact.contact-left-section span.team-position,
  .contact-sections #land .land-contact.contact-left-section span.team-position {
    display: block;
    color: #5f6c73;
    line-height: 16px; }
  #land .fl-left.land-contact a.read-more, #land #content .land-contact#col_left a.read-more, #content #land .land-contact#col_left a.read-more, #land #building-types .land-contact.building-type a.read-more, #land #references .land-contact.reference a.read-more, #land #marine #vessel-types .land-contact.vessel-type a.read-more, #marine #vessel-types #land .land-contact.vessel-type a.read-more, #marine #references #land .land-contact.reference a.read-more, #land .land-contact#posts a.read-more, #land .land-contact.media-list a.read-more, #land .contact-sections .land-contact.contact-left-section a.read-more, .contact-sections #land .land-contact.contact-left-section a.read-more {
    position: absolute;
    bottom: 5px;
    left: 70px;
    color: #e0001b; }
  #land .fl-left.land-contact > a:last-of-type, #land #content .land-contact#col_left > a:last-of-type, #content #land .land-contact#col_left > a:last-of-type, #land #building-types .land-contact.building-type > a:last-of-type, #land #references .land-contact.reference > a:last-of-type, #land #marine #vessel-types .land-contact.vessel-type > a:last-of-type, #marine #vessel-types #land .land-contact.vessel-type > a:last-of-type, #marine #references #land .land-contact.reference > a:last-of-type, #land .land-contact#posts > a:last-of-type, #land .land-contact.media-list > a:last-of-type, #land .contact-sections .land-contact.contact-left-section > a:last-of-type, .contact-sections #land .land-contact.contact-left-section > a:last-of-type {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e0001b;
    background: url("../images/yellow-arrow.png") no-repeat 0 15px; }
  #land .fl-left.land-contact .team-details, #land #content .land-contact#col_left .team-details, #content #land .land-contact#col_left .team-details, #land #building-types .land-contact.building-type .team-details, #land #references .land-contact.reference .team-details, #land #marine #vessel-types .land-contact.vessel-type .team-details, #marine #vessel-types #land .land-contact.vessel-type .team-details, #marine #references #land .land-contact.reference .team-details, #land .land-contact#posts .team-details, #land .land-contact.media-list .team-details, #land .contact-sections .land-contact.contact-left-section .team-details, .contact-sections #land .land-contact.contact-left-section .team-details {
    position: absolute;
    z-index: 2e9;
    top: 5px;
    left: 5px;
    font-size: 10px;
    width: 97%;
    font-size: 10px;
    background: #fff;
    padding: 3px;
    border: 2px solid rgba(225, 225, 225, 0.4);
    display: none; }
    #land .fl-left.land-contact .team-details span, #land #content .land-contact#col_left .team-details span, #content #land .land-contact#col_left .team-details span, #land #building-types .land-contact.building-type .team-details span, #land #references .land-contact.reference .team-details span, #land #marine #vessel-types .land-contact.vessel-type .team-details span, #marine #vessel-types #land .land-contact.vessel-type .team-details span, #marine #references #land .land-contact.reference .team-details span, #land .land-contact#posts .team-details span, #land .land-contact.media-list .team-details span, #land .contact-sections .land-contact.contact-left-section .team-details span, .contact-sections #land .land-contact.contact-left-section .team-details span {
      font-size: inherit; }
    #land .fl-left.land-contact .team-details a, #land #content .land-contact#col_left .team-details a, #content #land .land-contact#col_left .team-details a, #land #building-types .land-contact.building-type .team-details a, #land #references .land-contact.reference .team-details a, #land #marine #vessel-types .land-contact.vessel-type .team-details a, #marine #vessel-types #land .land-contact.vessel-type .team-details a, #marine #references #land .land-contact.reference .team-details a, #land .land-contact#posts .team-details a, #land .land-contact.media-list .team-details a, #land .contact-sections .land-contact.contact-left-section .team-details a, .contact-sections #land .land-contact.contact-left-section .team-details a {
      color: #e0001b !important;
      text-decoration: none;
      font-size: inherit; }
    #land .fl-left.land-contact .team-details .close, #land #content .land-contact#col_left .team-details .close, #content #land .land-contact#col_left .team-details .close, #land #building-types .land-contact.building-type .team-details .close, #land #references .land-contact.reference .team-details .close, #land #marine #vessel-types .land-contact.vessel-type .team-details .close, #marine #vessel-types #land .land-contact.vessel-type .team-details .close, #marine #references #land .land-contact.reference .team-details .close, #land .land-contact#posts .team-details .close, #land .land-contact.media-list .team-details .close, #land .contact-sections .land-contact.contact-left-section .team-details .close, .contact-sections #land .land-contact.contact-left-section .team-details .close {
      position: absolute;
      font-size: inherit;
      top: 2px;
      right: 7px;
      cursor: pointer; }
#land .fl-left.land-news, #land #content .land-news#col_left, #content #land .land-news#col_left, #land #building-types .land-news.building-type, #land #references .land-news.reference, #land #marine #vessel-types .land-news.vessel-type, #marine #vessel-types #land .land-news.vessel-type, #marine #references #land .land-news.reference, #land .land-news#posts, #land .land-news.media-list, #land .contact-sections .land-news.contact-left-section, .contact-sections #land .land-news.contact-left-section {
  /*        width: size(320px, $maxwidth);
      padding-right: size(20px, $maxwidth);*/ }
  #land .fl-left.land-news a.read-more, #land #content .land-news#col_left a.read-more, #content #land .land-news#col_left a.read-more, #land #building-types .land-news.building-type a.read-more, #land #references .land-news.reference a.read-more, #land #marine #vessel-types .land-news.vessel-type a.read-more, #marine #vessel-types #land .land-news.vessel-type a.read-more, #marine #references #land .land-news.reference a.read-more, #land .land-news#posts a.read-more, #land .land-news.media-list a.read-more, #land .contact-sections .land-news.contact-left-section a.read-more, .contact-sections #land .land-news.contact-left-section a.read-more {
    position: absolute;
    bottom: 5px;
    left: 90px;
    color: #e0001b;
    font-weight: bold; }
#land .meta h3 {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 2px; }
#land .land-map img {
  /*height:378px;*/ }
#land #breadcrumbs .breadcrumb_last {
  color: #e0001b; }
#land .news_link {
  color: #e0001b;
  background: url("../images/red-arrow.png") no-repeat 0 15px; }
#land .widget {
  background: #edf2f5;
  margin-bottom: 40px;
  position: relative; }
  #land .widget h3 {
    background: #e0001b;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    padding: 10px 15px !important;
    margin-bottom: 0; }
  #land .widget .inner {
    padding: 10px;
    overflow: hidden; }
    #land .widget .inner h1,
    #land .widget .inner h2,
    #land .widget .inner h3,
    #land .widget .inner h4,
    #land .widget .inner h5,
    #land .widget .inner h6 {
      font-size: 17px;
      font-weight: bold;
      font-family: Verdana, sans-serif; }
    #land .widget .inner p.wp-caption-text {
      font-weight: bold; }
    #land .widget .inner p:last-child {
      padding-bottom: 0 !important; }
    #land .widget .inner img.alignleft {
      margin-bottom: 0; }
    #land .widget .inner a {
      color: #e0001b; }
  #land .widget .more {
    position: absolute;
    bottom: -22px;
    right: 0; }
    #land .widget .more a {
      color: #DF000E;
      text-decoration: none;
      font-weight: bold; }
      #land .widget .more a:before {
        content: "";
        background: url("../images/yellow-arrow.png") no-repeat left top;
        display: inline-block;
        position: relative;
        top: -1px;
        width: 4px;
        height: 7px;
        margin-right: 6px; }
    @media screen and (max-width: 960px) {
      #land .widget .more {
        right: 10px; } }
#land #content #col_left a,
#land #content #col_right a {
  color: #e0001b; }
#land #building-types {
  width: 100%;
  overflow: hidden; }
  #land #building-types .building-type {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    background: #edf2f5;
    margin-bottom: 20px; }
    #land #building-types .building-type:nth-child(3n + 3) {
      margin-right: 0; }
    #land #building-types .building-type .building-type-image {
      width: 100%;
      max-height: 93px;
      height: auto; }
    #land #building-types .building-type span {
      text-align: center;
      display: block;
      color: #505f67;
      font-weight: bold;
      padding: 6px 5px 10px 5px;
      font-size: 13px; }
    #land #building-types .building-type .building-type-content {
      padding: 0 20px;
      display: none; }
#land #references {
  width: 100%;
  overflow: hidden; }
  #land #references .reference-col {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
  #land #references .ref-content {
    display: none;
    background: #edf2f5;
    margin-top: 20px;
    padding: 20px 20px 5px 20px;
    clear: both;
    width: 100%; }
  #land #references .close-ref-content {
    color: #DF000E;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer; }
  #land #references .reference {
    width: 26.3157894737%;
    margin-right: 2.6315789474%;
    background: #edf2f5; }
    #land #references .reference:nth-of-type(3n) {
      margin-right: 0;
      float: right; }
    #land #references .reference .reference-image {
      width: 100%;
      max-height: 90px;
      height: auto; }
    #land #references .reference a.open-popup-link,
    #land #references .reference span {
      text-align: center;
      display: block;
      color: #505f67;
      font-weight: bold;
      padding: 6px 5px 10px 5px;
      font-size: 13px;
      cursor: pointer; }
    #land #references .reference .reference-content {
      padding: 0 20px;
      display: none; }
@media screen and (max-width: 780px) {
  #land #building-types .building-type,
  #land #building-types .reference,
  #land #references .building-type,
  #land #references .reference {
    width: 48%;
    margin-right: 0;
    float: left; }
    #land #building-types .building-type:nth-child(even),
    #land #building-types .reference:nth-child(even),
    #land #references .building-type:nth-child(even),
    #land #references .reference:nth-child(even) {
      float: right !important; }
    #land #building-types .building-type:nth-of-type(3n),
    #land #building-types .reference:nth-of-type(3n),
    #land #references .building-type:nth-of-type(3n),
    #land #references .reference:nth-of-type(3n) {
      margin-right: 0;
      float: left; } }
@media screen and (max-width: 560px) {
  #land #building-types .building-type,
  #land #building-types .reference,
  #land #references .building-type,
  #land #references .reference {
    width: 100%;
    margin-right: 0;
    float: none; }
    #land #building-types .building-type:nth-child(even),
    #land #building-types .reference:nth-child(even),
    #land #references .building-type:nth-child(even),
    #land #references .reference:nth-child(even) {
      float: none; }
    #land #building-types .building-type:last-of-type,
    #land #building-types .reference:last-of-type,
    #land #references .building-type:last-of-type,
    #land #references .reference:last-of-type {
      margin-bottom: 0px; } }
#land .full-width-bar-headings {
  background: #e0001b; }
#land #col_right .widget h3 {
  background: #e0001b; }
#land #col_right .widget .more a {
  color: #e0001b; }
  #land #col_right .widget .more a:before {
    background: url("images/yellow-arrow.png") no-repeat left top; }
#land #col_right .widget:not(.widget-sidemenu) a {
  color: #e0001b;
  text-decoration: none; }
@media screen and (max-width: 960px) {
  #land #col_right .widget .more {
    right: 10px; } }
#land .full-width-bar-content .fl-right > a:last-of-type, #land .full-width-bar-content #content #col_right > a:last-of-type, #content #land .full-width-bar-content #col_right > a:last-of-type, #land .full-width-bar-content #archive > a:last-of-type, #land .full-width-bar-content #media-second > a:last-of-type, #land .full-width-bar-content .contact-sections .contact-right-section > a:last-of-type, .contact-sections #land .full-width-bar-content .contact-right-section > a:last-of-type {
  color: #e0001b !important;
  background: url("../images/red-arrow.png") no-repeat 0 15px; }
@media screen and (max-width: 960px) {
  #land .full-width-bar-content .fl-left.land-news, #land .full-width-bar-content #content .land-news#col_left, #content #land .full-width-bar-content .land-news#col_left, #land .full-width-bar-content #building-types .land-news.building-type, #land #building-types .full-width-bar-content .land-news.building-type, #land .full-width-bar-content #references .land-news.reference, #land #references .full-width-bar-content .land-news.reference, #land .full-width-bar-content #marine #vessel-types .land-news.vessel-type, #marine #vessel-types #land .full-width-bar-content .land-news.vessel-type, #marine #references #land .full-width-bar-content .land-news.reference, #land .full-width-bar-content .land-news#posts, #land .full-width-bar-content .land-news.media-list, #land .full-width-bar-content .contact-sections .land-news.contact-left-section, .contact-sections #land .full-width-bar-content .land-news.contact-left-section {
    padding-right: 0; }
  #land .full-width-bar-content .fl-left.land-news, #land .full-width-bar-content #content .land-news#col_left, #content #land .full-width-bar-content .land-news#col_left, #land .full-width-bar-content #building-types .land-news.building-type, #land #building-types .full-width-bar-content .land-news.building-type, #land .full-width-bar-content #references .land-news.reference, #land #references .full-width-bar-content .land-news.reference, #land .full-width-bar-content #marine #vessel-types .land-news.vessel-type, #marine #vessel-types #land .full-width-bar-content .land-news.vessel-type, #marine #references #land .full-width-bar-content .land-news.reference, #land .full-width-bar-content .land-news#posts, #land .full-width-bar-content .land-news.media-list, #land .full-width-bar-content .contact-sections .land-news.contact-left-section, .contact-sections #land .full-width-bar-content .land-news.contact-left-section,
  #land .full-width-bar-content .fl-left.land-contact,
  #land .full-width-bar-content #content .land-contact#col_left,
  #content #land .full-width-bar-content .land-contact#col_left,
  #land .full-width-bar-content #building-types .land-contact.building-type,
  #land #building-types .full-width-bar-content .land-contact.building-type,
  #land .full-width-bar-content #references .land-contact.reference,
  #land #references .full-width-bar-content .land-contact.reference,
  #land .full-width-bar-content #marine #vessel-types .land-contact.vessel-type,
  #marine #vessel-types #land .full-width-bar-content .land-contact.vessel-type,
  #marine #references #land .full-width-bar-content .land-contact.reference,
  #land .full-width-bar-content .land-contact#posts,
  #land .full-width-bar-content .land-contact.media-list,
  #land .full-width-bar-content .contact-sections .land-contact.contact-left-section,
  .contact-sections #land .full-width-bar-content .land-contact.contact-left-section {
    width: 100%;
    display: block;
    float: none; }
    #land .full-width-bar-content .fl-left.land-news ul.data-list li, #land .full-width-bar-content #content .land-news#col_left ul.data-list li, #content #land .full-width-bar-content .land-news#col_left ul.data-list li, #land .full-width-bar-content #building-types .land-news.building-type ul.data-list li, #land #building-types .full-width-bar-content .land-news.building-type ul.data-list li, #land .full-width-bar-content #references .land-news.reference ul.data-list li, #land #references .full-width-bar-content .land-news.reference ul.data-list li, #land .full-width-bar-content #marine #vessel-types .land-news.vessel-type ul.data-list li, #marine #vessel-types #land .full-width-bar-content .land-news.vessel-type ul.data-list li, #marine #references #land .full-width-bar-content .land-news.reference ul.data-list li, #land .full-width-bar-content .land-news#posts ul.data-list li, #land .full-width-bar-content .land-news.media-list ul.data-list li, #land .full-width-bar-content .contact-sections .land-news.contact-left-section ul.data-list li, .contact-sections #land .full-width-bar-content .land-news.contact-left-section ul.data-list li,
    #land .full-width-bar-content .fl-left.land-contact ul.data-list li,
    #land .full-width-bar-content #content .land-contact#col_left ul.data-list li,
    #content #land .full-width-bar-content .land-contact#col_left ul.data-list li,
    #land .full-width-bar-content #building-types .land-contact.building-type ul.data-list li,
    #land #building-types .full-width-bar-content .land-contact.building-type ul.data-list li,
    #land .full-width-bar-content #references .land-contact.reference ul.data-list li,
    #land #references .full-width-bar-content .land-contact.reference ul.data-list li,
    #land .full-width-bar-content #marine #vessel-types .land-contact.vessel-type ul.data-list li,
    #marine #vessel-types #land .full-width-bar-content .land-contact.vessel-type ul.data-list li,
    #marine #references #land .full-width-bar-content .land-contact.reference ul.data-list li,
    #land .full-width-bar-content .land-contact#posts ul.data-list li,
    #land .full-width-bar-content .land-contact.media-list ul.data-list li,
    #land .full-width-bar-content .contact-sections .land-contact.contact-left-section ul.data-list li,
    .contact-sections #land .full-width-bar-content .land-contact.contact-left-section ul.data-list li {
      min-height: 86px;
      height: auto; }
  #land .full-width-bar-content .fl-right.land-map, #land .full-width-bar-content #content .land-map#col_right, #content #land .full-width-bar-content .land-map#col_right, #land .full-width-bar-content .land-map#archive, #land .full-width-bar-content .land-map#media-second, #land .full-width-bar-content .contact-sections .land-map.contact-right-section, .contact-sections #land .full-width-bar-content .land-map.contact-right-section {
    width: 100%;
    margin-top: 30px; }
    #land .full-width-bar-content .fl-right.land-map img, #land .full-width-bar-content #content .land-map#col_right img, #content #land .full-width-bar-content .land-map#col_right img, #land .full-width-bar-content .land-map#archive img, #land .full-width-bar-content .land-map#media-second img, #land .full-width-bar-content .contact-sections .land-map.contact-right-section img, .contact-sections #land .full-width-bar-content .land-map.contact-right-section img {
      max-width: 100%; } }
@media screen and (max-width: 640px) {
  #land .fl-left.land-news ul.data-list li, #land #content .land-news#col_left ul.data-list li, #content #land .land-news#col_left ul.data-list li, #land #building-types .land-news.building-type ul.data-list li, #land #references .land-news.reference ul.data-list li, #land #marine #vessel-types .land-news.vessel-type ul.data-list li, #marine #vessel-types #land .land-news.vessel-type ul.data-list li, #marine #references #land .land-news.reference ul.data-list li, #land .land-news#posts ul.data-list li, #land .land-news.media-list ul.data-list li, #land .contact-sections .land-news.contact-left-section ul.data-list li, .contact-sections #land .land-news.contact-left-section ul.data-list li {
    height: auto; }
    #land .fl-left.land-news ul.data-list li img.thumbnail, #land #content .land-news#col_left ul.data-list li img.thumbnail, #content #land .land-news#col_left ul.data-list li img.thumbnail, #land #building-types .land-news.building-type ul.data-list li img.thumbnail, #land #references .land-news.reference ul.data-list li img.thumbnail, #land #marine #vessel-types .land-news.vessel-type ul.data-list li img.thumbnail, #marine #vessel-types #land .land-news.vessel-type ul.data-list li img.thumbnail, #marine #references #land .land-news.reference ul.data-list li img.thumbnail, #land .land-news#posts ul.data-list li img.thumbnail, #land .land-news.media-list ul.data-list li img.thumbnail, #land .contact-sections .land-news.contact-left-section ul.data-list li img.thumbnail, .contact-sections #land .land-news.contact-left-section ul.data-list li img.thumbnail {
      width: 50px !important;
      height: 48px !important; }
    #land .fl-left.land-news ul.data-list li .meta h3, #land #content .land-news#col_left ul.data-list li .meta h3, #content #land .land-news#col_left ul.data-list li .meta h3, #land #building-types .land-news.building-type ul.data-list li .meta h3, #land #references .land-news.reference ul.data-list li .meta h3, #land #marine #vessel-types .land-news.vessel-type ul.data-list li .meta h3, #marine #vessel-types #land .land-news.vessel-type ul.data-list li .meta h3, #marine #references #land .land-news.reference ul.data-list li .meta h3, #land .land-news#posts ul.data-list li .meta h3, #land .land-news.media-list ul.data-list li .meta h3, #land .contact-sections .land-news.contact-left-section ul.data-list li .meta h3, .contact-sections #land .land-news.contact-left-section ul.data-list li .meta h3 {
      font-size: 13px;
      padding-bottom: 0px; }
    #land .fl-left.land-news ul.data-list li .meta p, #land #content .land-news#col_left ul.data-list li .meta p, #content #land .land-news#col_left ul.data-list li .meta p, #land #building-types .land-news.building-type ul.data-list li .meta p, #land #references .land-news.reference ul.data-list li .meta p, #land #marine #vessel-types .land-news.vessel-type ul.data-list li .meta p, #marine #vessel-types #land .land-news.vessel-type ul.data-list li .meta p, #marine #references #land .land-news.reference ul.data-list li .meta p, #land .land-news#posts ul.data-list li .meta p, #land .land-news.media-list ul.data-list li .meta p, #land .contact-sections .land-news.contact-left-section ul.data-list li .meta p, .contact-sections #land .land-news.contact-left-section ul.data-list li .meta p {
      display: block;
      padding-bottom: 9px; }
    #land .fl-left.land-news ul.data-list li .meta a.read-more, #land #content .land-news#col_left ul.data-list li .meta a.read-more, #content #land .land-news#col_left ul.data-list li .meta a.read-more, #land #building-types .land-news.building-type ul.data-list li .meta a.read-more, #land #references .land-news.reference ul.data-list li .meta a.read-more, #land #marine #vessel-types .land-news.vessel-type ul.data-list li .meta a.read-more, #marine #vessel-types #land .land-news.vessel-type ul.data-list li .meta a.read-more, #marine #references #land .land-news.reference ul.data-list li .meta a.read-more, #land .land-news#posts ul.data-list li .meta a.read-more, #land .land-news.media-list ul.data-list li .meta a.read-more, #land .contact-sections .land-news.contact-left-section ul.data-list li .meta a.read-more, .contact-sections #land .land-news.contact-left-section ul.data-list li .meta a.read-more {
      position: relative;
      left: auto;
      bottom: auto;
      display: block; } }

@media screen and (min-width: 960px) {
  .full-bar-mobile {
    display: none; }

  #land .full-width-bar-content .fl-right > a:last-of-type, #land .full-width-bar-content #content #col_right > a:last-of-type, #content #land .full-width-bar-content #col_right > a:last-of-type, #land .full-width-bar-content #archive > a:last-of-type, #land .full-width-bar-content #media-second > a:last-of-type, #land .full-width-bar-content .contact-sections .contact-right-section > a:last-of-type, .contact-sections #land .full-width-bar-content .contact-right-section > a:last-of-type {
    color: #e0001b;
    background: url("../images/red-arrow.png") no-repeat 0 15px; } }
@media screen and (max-width: 959px) {
  .full-bar-mobile {
    display: block; } }
.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

#marine #sidemenu li a {
  color: #505f67; }
#marine .full-width-bar-headings {
  background: #e0001b !important; }
#marine .widget h3 {
  background: #e0001b !important; }
#marine .widget .more a {
  color: #e0001b; }
  #marine .widget .more a:before {
    background: url("../images/lightblue-arrow.png") no-repeat left top; }
#marine .widget:not(.widget-sidemenu) a {
  color: #e0001b;
  text-decoration: none; }
#marine .fl-left.marine-news, #marine #content .marine-news#col_left, #content #marine .marine-news#col_left, #marine #land #building-types .marine-news.building-type, #land #building-types #marine .marine-news.building-type, #land #references #marine .marine-news.reference, #marine #vessel-types .marine-news.vessel-type, #marine #references .marine-news.reference, #marine .marine-news#posts, #marine .marine-news.media-list, #marine .contact-sections .marine-news.contact-left-section, .contact-sections #marine .marine-news.contact-left-section {
  width: 28.0701754386%;
  padding-right: 1.7543859649%; }
  #marine .fl-left.marine-news a, #marine #content .marine-news#col_left a, #content #marine .marine-news#col_left a, #marine #land #building-types .marine-news.building-type a, #land #building-types #marine .marine-news.building-type a, #land #references #marine .marine-news.reference a, #marine #vessel-types .marine-news.vessel-type a, #marine #references .marine-news.reference a, #marine .marine-news#posts a, #marine .marine-news.media-list a, #marine .contact-sections .marine-news.contact-left-section a, .contact-sections #marine .marine-news.contact-left-section a {
    font-weight: bold;
    color: #df000e; }
  #marine .fl-left.marine-news > a, #marine #content .marine-news#col_left > a, #content #marine .marine-news#col_left > a, #marine #land #building-types .marine-news.building-type > a, #land #building-types #marine .marine-news.building-type > a, #land #references #marine .marine-news.reference > a, #marine #vessel-types .marine-news.vessel-type > a, #marine #references .marine-news.reference > a, #marine .marine-news#posts > a, #marine .marine-news.media-list > a, #marine .contact-sections .marine-news.contact-left-section > a, .contact-sections #marine .marine-news.contact-left-section > a {
    background: url("../images/red-arrow.png") no-repeat 0 15px; }
#marine .fl-left.marine-team, #marine #content .marine-team#col_left, #content #marine .marine-team#col_left, #marine #land #building-types .marine-team.building-type, #land #building-types #marine .marine-team.building-type, #land #references #marine .marine-team.reference, #marine #vessel-types .marine-team.vessel-type, #marine #references .marine-team.reference, #marine .marine-team#posts, #marine .marine-team.media-list, #marine .contact-sections .marine-team.contact-left-section, .contact-sections #marine .marine-team.contact-left-section {
  width: 27.6315789474%;
  position: relative; }
  #marine .fl-left.marine-team h3, #marine #content .marine-team#col_left h3, #content #marine .marine-team#col_left h3, #marine #land #building-types .marine-team.building-type h3, #land #building-types #marine .marine-team.building-type h3, #land #references #marine .marine-team.reference h3, #marine #vessel-types .marine-team.vessel-type h3, #marine #references .marine-team.reference h3, #marine .marine-team#posts h3, #marine .marine-team.media-list h3, #marine .contact-sections .marine-team.contact-left-section h3, .contact-sections #marine .marine-team.contact-left-section h3 {
    padding-bottom: 0;
    max-width: none;
    white-space: initial;
    overflow: visible;
    text-overflow: clip; }
  #marine .fl-left.marine-team span.team-name, #marine #content .marine-team#col_left span.team-name, #content #marine .marine-team#col_left span.team-name, #marine #land #building-types .marine-team.building-type span.team-name, #land #building-types #marine .marine-team.building-type span.team-name, #land #references #marine .marine-team.reference span.team-name, #marine #vessel-types .marine-team.vessel-type span.team-name, #marine #references .marine-team.reference span.team-name, #marine .marine-team#posts span.team-name, #marine .marine-team.media-list span.team-name, #marine .contact-sections .marine-team.contact-left-section span.team-name, .contact-sections #marine .marine-team.contact-left-section span.team-name,
  #marine .fl-left.marine-team span.team-position,
  #marine #content .marine-team#col_left span.team-position,
  #content #marine .marine-team#col_left span.team-position,
  #marine #land #building-types .marine-team.building-type span.team-position,
  #land #building-types #marine .marine-team.building-type span.team-position,
  #land #references #marine .marine-team.reference span.team-position,
  #marine #vessel-types .marine-team.vessel-type span.team-position,
  #marine #references .marine-team.reference span.team-position,
  #marine .marine-team#posts span.team-position,
  #marine .marine-team.media-list span.team-position,
  #marine .contact-sections .marine-team.contact-left-section span.team-position,
  .contact-sections #marine .marine-team.contact-left-section span.team-position {
    display: block;
    color: #5f6c73;
    line-height: 16px; }
  #marine .fl-left.marine-team a.read-more, #marine #content .marine-team#col_left a.read-more, #content #marine .marine-team#col_left a.read-more, #marine #land #building-types .marine-team.building-type a.read-more, #land #building-types #marine .marine-team.building-type a.read-more, #land #references #marine .marine-team.reference a.read-more, #marine #vessel-types .marine-team.vessel-type a.read-more, #marine #references .marine-team.reference a.read-more, #marine .marine-team#posts a.read-more, #marine .marine-team.media-list a.read-more, #marine .contact-sections .marine-team.contact-left-section a.read-more, .contact-sections #marine .marine-team.contact-left-section a.read-more {
    position: absolute;
    bottom: 5px;
    left: 70px;
    font-weight: bold; }
  #marine .fl-left.marine-team > a:last-of-type, #marine #content .marine-team#col_left > a:last-of-type, #content #marine .marine-team#col_left > a:last-of-type, #marine #land #building-types .marine-team.building-type > a:last-of-type, #land #building-types #marine .marine-team.building-type > a:last-of-type, #land #references #marine .marine-team.reference > a:last-of-type, #marine #vessel-types .marine-team.vessel-type > a:last-of-type, #marine #references .marine-team.reference > a:last-of-type, #marine .marine-team#posts > a:last-of-type, #marine .marine-team.media-list > a:last-of-type, #marine .contact-sections .marine-team.contact-left-section > a:last-of-type, .contact-sections #marine .marine-team.contact-left-section > a:last-of-type {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e0001b;
    background: url("../images/red-arrow.png") no-repeat 0 15px; }
  #marine .fl-left.marine-team .team-details, #marine #content .marine-team#col_left .team-details, #content #marine .marine-team#col_left .team-details, #marine #land #building-types .marine-team.building-type .team-details, #land #building-types #marine .marine-team.building-type .team-details, #land #references #marine .marine-team.reference .team-details, #marine #vessel-types .marine-team.vessel-type .team-details, #marine #references .marine-team.reference .team-details, #marine .marine-team#posts .team-details, #marine .marine-team.media-list .team-details, #marine .contact-sections .marine-team.contact-left-section .team-details, .contact-sections #marine .marine-team.contact-left-section .team-details {
    position: absolute;
    z-index: 2e9;
    top: 5px;
    left: 5px;
    font-size: 10px;
    width: 97%;
    background: #fff;
    padding: 3px;
    border: 2px solid rgba(225, 225, 225, 0.4);
    display: none;
    font-size: 10px; }
    #marine .fl-left.marine-team .team-details a, #marine #content .marine-team#col_left .team-details a, #content #marine .marine-team#col_left .team-details a, #marine #land #building-types .marine-team.building-type .team-details a, #land #building-types #marine .marine-team.building-type .team-details a, #land #references #marine .marine-team.reference .team-details a, #marine #vessel-types .marine-team.vessel-type .team-details a, #marine #references .marine-team.reference .team-details a, #marine .marine-team#posts .team-details a, #marine .marine-team.media-list .team-details a, #marine .contact-sections .marine-team.contact-left-section .team-details a, .contact-sections #marine .marine-team.contact-left-section .team-details a {
      color: #e0001b !important;
      text-decoration: none; }
    #marine .fl-left.marine-team .team-details a, #marine #content .marine-team#col_left .team-details a, #content #marine .marine-team#col_left .team-details a, #marine #land #building-types .marine-team.building-type .team-details a, #land #building-types #marine .marine-team.building-type .team-details a, #land #references #marine .marine-team.reference .team-details a, #marine #vessel-types .marine-team.vessel-type .team-details a, #marine #references .marine-team.reference .team-details a, #marine .marine-team#posts .team-details a, #marine .marine-team.media-list .team-details a, #marine .contact-sections .marine-team.contact-left-section .team-details a, .contact-sections #marine .marine-team.contact-left-section .team-details a,
    #marine .fl-left.marine-team .team-details span,
    #marine #content .marine-team#col_left .team-details span,
    #content #marine .marine-team#col_left .team-details span,
    #marine #land #building-types .marine-team.building-type .team-details span,
    #land #building-types #marine .marine-team.building-type .team-details span,
    #land #references #marine .marine-team.reference .team-details span,
    #marine #vessel-types .marine-team.vessel-type .team-details span,
    #marine #references .marine-team.reference .team-details span,
    #marine .marine-team#posts .team-details span,
    #marine .marine-team.media-list .team-details span,
    #marine .contact-sections .marine-team.contact-left-section .team-details span,
    .contact-sections #marine .marine-team.contact-left-section .team-details span {
      font-size: inherit; }
    #marine .fl-left.marine-team .team-details .close, #marine #content .marine-team#col_left .team-details .close, #content #marine .marine-team#col_left .team-details .close, #marine #land #building-types .marine-team.building-type .team-details .close, #land #building-types #marine .marine-team.building-type .team-details .close, #land #references #marine .marine-team.reference .team-details .close, #marine #vessel-types .marine-team.vessel-type .team-details .close, #marine #references .marine-team.reference .team-details .close, #marine .marine-team#posts .team-details .close, #marine .marine-team.media-list .team-details .close, #marine .contact-sections .marine-team.contact-left-section .team-details .close, .contact-sections #marine .marine-team.contact-left-section .team-details .close {
      position: absolute;
      top: 2px;
      right: 7px;
      cursor: pointer; }
#marine .fl-right.marine-map, #marine #content .marine-map#col_right, #content #marine .marine-map#col_right, #marine .marine-map#archive, #marine .marine-map#media-second, #marine .contact-sections .marine-map.contact-right-section, .contact-sections #marine .marine-map.contact-right-section {
  width: 27.6315789474%; }
  #marine .fl-right.marine-map a:last-of-type, #marine #content .marine-map#col_right a:last-of-type, #content #marine .marine-map#col_right a:last-of-type, #marine .marine-map#archive a:last-of-type, #marine .marine-map#media-second a:last-of-type, #marine .contact-sections .marine-map.contact-right-section a:last-of-type, .contact-sections #marine .marine-map.contact-right-section a:last-of-type {
    background: none;
    margin: 0;
    padding: 0;
    display: block; }
  #marine .fl-right.marine-map .text-fl-right > a, #marine #content .marine-map#col_right .text-fl-right > a, #content #marine .marine-map#col_right .text-fl-right > a, #marine .marine-map#archive .text-fl-right > a, #marine .marine-map#media-second .text-fl-right > a, #marine .contact-sections .marine-map.contact-right-section .text-fl-right > a, .contact-sections #marine .marine-map.contact-right-section .text-fl-right > a {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    color: #df000e;
    background: url("../images/red-arrow.png") no-repeat 0 15px; }
#marine .fl-left ul.data-list, #marine #content #col_left ul.data-list, #content #marine #col_left ul.data-list, #marine #land #building-types .building-type ul.data-list, #land #building-types #marine .building-type ul.data-list, #land #references #marine .reference ul.data-list, #marine #vessel-types .vessel-type ul.data-list, #marine #references .reference ul.data-list, #marine #posts ul.data-list, #marine .media-list ul.data-list, #marine .contact-sections .contact-left-section ul.data-list, .contact-sections #marine .contact-left-section ul.data-list {
  background: #edf2f5;
  width: 100%;
  padding: 10px 10px 1px 10px;
  list-style: none; }
  #marine .fl-left ul.data-list li, #marine #content #col_left ul.data-list li, #content #marine #col_left ul.data-list li, #marine #land #building-types .building-type ul.data-list li, #land #building-types #marine .building-type ul.data-list li, #land #references #marine .reference ul.data-list li, #marine #vessel-types .vessel-type ul.data-list li, #marine #references .reference ul.data-list li, #marine #posts ul.data-list li, #marine .media-list ul.data-list li, #marine .contact-sections .contact-left-section ul.data-list li, .contact-sections #marine .contact-left-section ul.data-list li {
    position: relative;
    overflow: hidden; }
    #marine .fl-left ul.data-list li .meta h3, #marine #content #col_left ul.data-list li .meta h3, #content #marine #col_left ul.data-list li .meta h3, #marine #land #building-types .building-type ul.data-list li .meta h3, #land #building-types #marine .building-type ul.data-list li .meta h3, #land #references #marine .reference ul.data-list li .meta h3, #marine #vessel-types .vessel-type ul.data-list li .meta h3, #marine #references .reference ul.data-list li .meta h3, #marine #posts ul.data-list li .meta h3, #marine .media-list ul.data-list li .meta h3, #marine .contact-sections .contact-left-section ul.data-list li .meta h3, .contact-sections #marine .contact-left-section ul.data-list li .meta h3 {
      font-size: 13px;
      line-height: 14px;
      padding-bottom: 0; }
    #marine .fl-left ul.data-list li .meta a.read-more, #marine #content #col_left ul.data-list li .meta a.read-more, #content #marine #col_left ul.data-list li .meta a.read-more, #marine #land #building-types .building-type ul.data-list li .meta a.read-more, #land #building-types #marine .building-type ul.data-list li .meta a.read-more, #land #references #marine .reference ul.data-list li .meta a.read-more, #marine #vessel-types .vessel-type ul.data-list li .meta a.read-more, #marine #references .reference ul.data-list li .meta a.read-more, #marine #posts ul.data-list li .meta a.read-more, #marine .media-list ul.data-list li .meta a.read-more, #marine .contact-sections .contact-left-section ul.data-list li .meta a.read-more, .contact-sections #marine .contact-left-section ul.data-list li .meta a.read-more {
      color: #e0001b; }
@media screen and (max-width: 780px) {
  #marine #vessel-types .vessel-type,
  #marine #vessel-types .reference,
  #marine #references .vessel-type,
  #marine #references .reference {
    width: 48%;
    margin-right: 0; }
    #marine #vessel-types .vessel-type:nth-child(even),
    #marine #vessel-types .reference:nth-child(even),
    #marine #references .vessel-type:nth-child(even),
    #marine #references .reference:nth-child(even) {
      float: right; } }
@media screen and (max-width: 560px) {
  #marine #vessel-types .vessel-type,
  #marine #vessel-types .reference,
  #marine #references .vessel-type,
  #marine #references .reference {
    width: 100%;
    margin-right: 0;
    float: none; }
    #marine #vessel-types .vessel-type:nth-child(even),
    #marine #vessel-types .reference:nth-child(even),
    #marine #references .vessel-type:nth-child(even),
    #marine #references .reference:nth-child(even) {
      float: none; }
    #marine #vessel-types .vessel-type:last-of-type,
    #marine #vessel-types .reference:last-of-type,
    #marine #references .vessel-type:last-of-type,
    #marine #references .reference:last-of-type {
      margin-bottom: 0px; } }
@media screen and (max-width: 960px) {
  #marine #col_right .widget .more {
    right: 10px; } }
#marine .news_link {
  background: url("../images/lightblue-arrow.png") no-repeat 0 15px; }
#marine #vessel-types {
  width: 100%;
  overflow: hidden; }
  #marine #vessel-types .vessel-type {
    width: 26.3157894737%;
    margin-right: 2.6315789474%;
    background: #edf2f5;
    margin-bottom: 20px; }
    #marine #vessel-types .vessel-type:nth-child(3n + 3) {
      margin-right: 0; }
    #marine #vessel-types .vessel-type .vessel-type-image {
      width: 100%;
      max-height: 140px;
      height: auto; }
    #marine #vessel-types .vessel-type span {
      text-align: center;
      display: block;
      color: #505f67;
      font-weight: bold;
      padding: 6px 5px 10px 5px;
      font-size: 13px; }
#marine .breadcrumb_last {
  color: #df000e; }
#marine #references {
  width: 100%;
  overflow: hidden; }
  #marine #references .reference {
    width: 26.3157894737%;
    margin-right: 2.6315789474%;
    background: #edf2f5;
    margin-bottom: 20px; }
    #marine #references .reference:nth-of-type(3n) {
      margin-right: 0;
      float: right; }
    #marine #references .reference .reference-image {
      width: 100%;
      max-height: 93px;
      height: auto; }
    #marine #references .reference span {
      text-align: center;
      display: block;
      color: #505f67;
      font-weight: bold;
      padding: 6px 5px 10px 5px;
      font-size: 13px;
      cursor: pointer; }
    #marine #references .reference .reference-content {
      padding: 0 20px;
      display: none; }
  #marine #references .close-ref-content {
    color: #DF000E;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer; }
@media screen and (max-width: 960px) {
  #marine .full-width-bar-content .fl-left.marine-news, #marine .full-width-bar-content #content .marine-news#col_left, #content #marine .full-width-bar-content .marine-news#col_left, #marine .full-width-bar-content #land #building-types .marine-news.building-type, #land #building-types #marine .full-width-bar-content .marine-news.building-type, #land #references #marine .full-width-bar-content .marine-news.reference, #marine .full-width-bar-content #vessel-types .marine-news.vessel-type, #marine #vessel-types .full-width-bar-content .marine-news.vessel-type, #marine .full-width-bar-content #references .marine-news.reference, #marine #references .full-width-bar-content .marine-news.reference, #marine .full-width-bar-content .marine-news#posts, #marine .full-width-bar-content .marine-news.media-list, #marine .full-width-bar-content .contact-sections .marine-news.contact-left-section, .contact-sections #marine .full-width-bar-content .marine-news.contact-left-section {
    padding-right: 0; }
  #marine .full-width-bar-content .fl-left.marine-news, #marine .full-width-bar-content #content .marine-news#col_left, #content #marine .full-width-bar-content .marine-news#col_left, #marine .full-width-bar-content #land #building-types .marine-news.building-type, #land #building-types #marine .full-width-bar-content .marine-news.building-type, #land #references #marine .full-width-bar-content .marine-news.reference, #marine .full-width-bar-content #vessel-types .marine-news.vessel-type, #marine #vessel-types .full-width-bar-content .marine-news.vessel-type, #marine .full-width-bar-content #references .marine-news.reference, #marine #references .full-width-bar-content .marine-news.reference, #marine .full-width-bar-content .marine-news#posts, #marine .full-width-bar-content .marine-news.media-list, #marine .full-width-bar-content .contact-sections .marine-news.contact-left-section, .contact-sections #marine .full-width-bar-content .marine-news.contact-left-section,
  #marine .full-width-bar-content .fl-left.marine-team,
  #marine .full-width-bar-content #content .marine-team#col_left,
  #content #marine .full-width-bar-content .marine-team#col_left,
  #marine .full-width-bar-content #land #building-types .marine-team.building-type,
  #land #building-types #marine .full-width-bar-content .marine-team.building-type,
  #land #references #marine .full-width-bar-content .marine-team.reference,
  #marine .full-width-bar-content #vessel-types .marine-team.vessel-type,
  #marine #vessel-types .full-width-bar-content .marine-team.vessel-type,
  #marine .full-width-bar-content #references .marine-team.reference,
  #marine #references .full-width-bar-content .marine-team.reference,
  #marine .full-width-bar-content .marine-team#posts,
  #marine .full-width-bar-content .marine-team.media-list,
  #marine .full-width-bar-content .contact-sections .marine-team.contact-left-section,
  .contact-sections #marine .full-width-bar-content .marine-team.contact-left-section {
    width: 100%;
    display: block;
    float: none; }
    #marine .full-width-bar-content .fl-left.marine-news ul.data-list li, #marine .full-width-bar-content #content .marine-news#col_left ul.data-list li, #content #marine .full-width-bar-content .marine-news#col_left ul.data-list li, #marine .full-width-bar-content #land #building-types .marine-news.building-type ul.data-list li, #land #building-types #marine .full-width-bar-content .marine-news.building-type ul.data-list li, #land #references #marine .full-width-bar-content .marine-news.reference ul.data-list li, #marine .full-width-bar-content #vessel-types .marine-news.vessel-type ul.data-list li, #marine #vessel-types .full-width-bar-content .marine-news.vessel-type ul.data-list li, #marine .full-width-bar-content #references .marine-news.reference ul.data-list li, #marine #references .full-width-bar-content .marine-news.reference ul.data-list li, #marine .full-width-bar-content .marine-news#posts ul.data-list li, #marine .full-width-bar-content .marine-news.media-list ul.data-list li, #marine .full-width-bar-content .contact-sections .marine-news.contact-left-section ul.data-list li, .contact-sections #marine .full-width-bar-content .marine-news.contact-left-section ul.data-list li,
    #marine .full-width-bar-content .fl-left.marine-team ul.data-list li,
    #marine .full-width-bar-content #content .marine-team#col_left ul.data-list li,
    #content #marine .full-width-bar-content .marine-team#col_left ul.data-list li,
    #marine .full-width-bar-content #land #building-types .marine-team.building-type ul.data-list li,
    #land #building-types #marine .full-width-bar-content .marine-team.building-type ul.data-list li,
    #land #references #marine .full-width-bar-content .marine-team.reference ul.data-list li,
    #marine .full-width-bar-content #vessel-types .marine-team.vessel-type ul.data-list li,
    #marine #vessel-types .full-width-bar-content .marine-team.vessel-type ul.data-list li,
    #marine .full-width-bar-content #references .marine-team.reference ul.data-list li,
    #marine #references .full-width-bar-content .marine-team.reference ul.data-list li,
    #marine .full-width-bar-content .marine-team#posts ul.data-list li,
    #marine .full-width-bar-content .marine-team.media-list ul.data-list li,
    #marine .full-width-bar-content .contact-sections .marine-team.contact-left-section ul.data-list li,
    .contact-sections #marine .full-width-bar-content .marine-team.contact-left-section ul.data-list li {
      min-height: 86px;
      height: auto; }
  #marine .full-width-bar-content .fl-right.marine-map, #marine .full-width-bar-content #content .marine-map#col_right, #content #marine .full-width-bar-content .marine-map#col_right, #marine .full-width-bar-content .marine-map#archive, #marine .full-width-bar-content .marine-map#media-second, #marine .full-width-bar-content .contact-sections .marine-map.contact-right-section, .contact-sections #marine .full-width-bar-content .marine-map.contact-right-section {
    width: 100%;
    margin-top: 30px; }
    #marine .full-width-bar-content .fl-right.marine-map img, #marine .full-width-bar-content #content .marine-map#col_right img, #content #marine .full-width-bar-content .marine-map#col_right img, #marine .full-width-bar-content .marine-map#archive img, #marine .full-width-bar-content .marine-map#media-second img, #marine .full-width-bar-content .contact-sections .marine-map.contact-right-section img, .contact-sections #marine .full-width-bar-content .marine-map.contact-right-section img {
      max-width: 100%; } }
@media screen and (max-width: 640px) {
  #marine .fl-left.marine-news ul.data-list li, #marine #content .marine-news#col_left ul.data-list li, #content #marine .marine-news#col_left ul.data-list li, #marine #land #building-types .marine-news.building-type ul.data-list li, #land #building-types #marine .marine-news.building-type ul.data-list li, #land #references #marine .marine-news.reference ul.data-list li, #marine #vessel-types .marine-news.vessel-type ul.data-list li, #marine #references .marine-news.reference ul.data-list li, #marine .marine-news#posts ul.data-list li, #marine .marine-news.media-list ul.data-list li, #marine .contact-sections .marine-news.contact-left-section ul.data-list li, .contact-sections #marine .marine-news.contact-left-section ul.data-list li {
    min-height: 57px !important;
    height: auto; }
    #marine .fl-left.marine-news ul.data-list li img.thumbnail, #marine #content .marine-news#col_left ul.data-list li img.thumbnail, #content #marine .marine-news#col_left ul.data-list li img.thumbnail, #marine #land #building-types .marine-news.building-type ul.data-list li img.thumbnail, #land #building-types #marine .marine-news.building-type ul.data-list li img.thumbnail, #land #references #marine .marine-news.reference ul.data-list li img.thumbnail, #marine #vessel-types .marine-news.vessel-type ul.data-list li img.thumbnail, #marine #references .marine-news.reference ul.data-list li img.thumbnail, #marine .marine-news#posts ul.data-list li img.thumbnail, #marine .marine-news.media-list ul.data-list li img.thumbnail, #marine .contact-sections .marine-news.contact-left-section ul.data-list li img.thumbnail, .contact-sections #marine .marine-news.contact-left-section ul.data-list li img.thumbnail {
      width: 50px !important;
      height: 48px !important; }
    #marine .fl-left.marine-news ul.data-list li .meta h3, #marine #content .marine-news#col_left ul.data-list li .meta h3, #content #marine .marine-news#col_left ul.data-list li .meta h3, #marine #land #building-types .marine-news.building-type ul.data-list li .meta h3, #land #building-types #marine .marine-news.building-type ul.data-list li .meta h3, #land #references #marine .marine-news.reference ul.data-list li .meta h3, #marine #vessel-types .marine-news.vessel-type ul.data-list li .meta h3, #marine #references .marine-news.reference ul.data-list li .meta h3, #marine .marine-news#posts ul.data-list li .meta h3, #marine .marine-news.media-list ul.data-list li .meta h3, #marine .contact-sections .marine-news.contact-left-section ul.data-list li .meta h3, .contact-sections #marine .marine-news.contact-left-section ul.data-list li .meta h3 {
      font-size: 13px;
      padding-bottom: 0px; }
    #marine .fl-left.marine-news ul.data-list li .meta p, #marine #content .marine-news#col_left ul.data-list li .meta p, #content #marine .marine-news#col_left ul.data-list li .meta p, #marine #land #building-types .marine-news.building-type ul.data-list li .meta p, #land #building-types #marine .marine-news.building-type ul.data-list li .meta p, #land #references #marine .marine-news.reference ul.data-list li .meta p, #marine #vessel-types .marine-news.vessel-type ul.data-list li .meta p, #marine #references .marine-news.reference ul.data-list li .meta p, #marine .marine-news#posts ul.data-list li .meta p, #marine .marine-news.media-list ul.data-list li .meta p, #marine .contact-sections .marine-news.contact-left-section ul.data-list li .meta p, .contact-sections #marine .marine-news.contact-left-section ul.data-list li .meta p {
      display: block;
      padding-bottom: 9px; }
    #marine .fl-left.marine-news ul.data-list li .meta a.read-more, #marine #content .marine-news#col_left ul.data-list li .meta a.read-more, #content #marine .marine-news#col_left ul.data-list li .meta a.read-more, #marine #land #building-types .marine-news.building-type ul.data-list li .meta a.read-more, #land #building-types #marine .marine-news.building-type ul.data-list li .meta a.read-more, #land #references #marine .marine-news.reference ul.data-list li .meta a.read-more, #marine #vessel-types .marine-news.vessel-type ul.data-list li .meta a.read-more, #marine #references .marine-news.reference ul.data-list li .meta a.read-more, #marine .marine-news#posts ul.data-list li .meta a.read-more, #marine .marine-news.media-list ul.data-list li .meta a.read-more, #marine .contact-sections .marine-news.contact-left-section ul.data-list li .meta a.read-more, .contact-sections #marine .marine-news.contact-left-section ul.data-list li .meta a.read-more {
      position: relative;
      left: auto;
      bottom: auto;
      display: block; } }

#service #col_center a,
#service #col_left a {
  color: #DF000E; }
#service .full-width-bar-headings {
  background: #DF000E; }
#service #col_right .widget h3 {
  background: #DF000E; }
#service #col_right .widget .more a {
  color: #DF000E; }
  #service #col_right .widget .more a:before {
    background: url("../images/lightblue-arrow.png") no-repeat left top; }
#service #col_right .widget:not(.widget-sidemenu) a {
  color: #DF000E;
  text-decoration: none; }
#service #col_right .widget-service-login .widget-service-login-meta {
  padding: 10px; }
#service #col_right #service-loginform {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 10px; }
  #service #col_right #service-loginform label {
    display: none; }
  #service #col_right #service-loginform p.login-username,
  #service #col_right #service-loginform p.login-password {
    float: left;
    margin-bottom: 10px; }
  #service #col_right #service-loginform p.login-username {
    margin-right: 10px; }
  #service #col_right #service-loginform p.login-submit {
    clear: both;
    text-align: right;
    margin-bottom: 0; }
  #service #col_right #service-loginform input[type="text"],
  #service #col_right #service-loginform input[type="password"] {
    border: 1px solid #e1e1e1 !important;
    padding: 0 6px;
    height: 35px;
    font-size: 12px;
    width: 100%;
    max-width: 120px;
    color: #000;
    background: #fff;
    font-style: italic;
    border-radius: 0; }
  #service #col_right #service-loginform input[type="submit"] {
    border: 1px solid #505f67;
    background: #505f67;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    height: 26px;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    border-radius: 0; }
  #service #col_right #service-loginform a.login-lostpassword {
    font-size: 10px;
    color: #505f67;
    margin-right: 5px; }
@media screen and (max-width: 960px) {
  #service #col_right .widget .more {
    right: 10px; } }
#service .full-width-bar-content .fl-left.service-news, #service .full-width-bar-content #content .service-news#col_left, #content #service .full-width-bar-content .service-news#col_left, #service .full-width-bar-content #land #building-types .service-news.building-type, #land #building-types #service .full-width-bar-content .service-news.building-type, #service .full-width-bar-content #land #references .service-news.reference, #land #references #service .full-width-bar-content .service-news.reference, #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type, #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type, #service .full-width-bar-content #marine #references .service-news.reference, #marine #references #service .full-width-bar-content .service-news.reference, #service .full-width-bar-content .service-news#posts, #service .full-width-bar-content .service-news.media-list, #service .full-width-bar-content .contact-sections .service-news.contact-left-section, .contact-sections #service .full-width-bar-content .service-news.contact-left-section {
  width: 28.0701754386%;
  padding-right: 1.7543859649%; }
  #service .full-width-bar-content .fl-left.service-news ul.data-list li .meta h3, #service .full-width-bar-content #content .service-news#col_left ul.data-list li .meta h3, #content #service .full-width-bar-content .service-news#col_left ul.data-list li .meta h3, #service .full-width-bar-content #land #building-types .service-news.building-type ul.data-list li .meta h3, #land #building-types #service .full-width-bar-content .service-news.building-type ul.data-list li .meta h3, #service .full-width-bar-content #land #references .service-news.reference ul.data-list li .meta h3, #land #references #service .full-width-bar-content .service-news.reference ul.data-list li .meta h3, #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type ul.data-list li .meta h3, #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type ul.data-list li .meta h3, #service .full-width-bar-content #marine #references .service-news.reference ul.data-list li .meta h3, #marine #references #service .full-width-bar-content .service-news.reference ul.data-list li .meta h3, #service .full-width-bar-content .service-news#posts ul.data-list li .meta h3, #service .full-width-bar-content .service-news.media-list ul.data-list li .meta h3, #service .full-width-bar-content .contact-sections .service-news.contact-left-section ul.data-list li .meta h3, .contact-sections #service .full-width-bar-content .service-news.contact-left-section ul.data-list li .meta h3 {
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 2px; }
  #service .full-width-bar-content .fl-left.service-news ul.data-list li .meta a, #service .full-width-bar-content #content .service-news#col_left ul.data-list li .meta a, #content #service .full-width-bar-content .service-news#col_left ul.data-list li .meta a, #service .full-width-bar-content #land #building-types .service-news.building-type ul.data-list li .meta a, #land #building-types #service .full-width-bar-content .service-news.building-type ul.data-list li .meta a, #service .full-width-bar-content #land #references .service-news.reference ul.data-list li .meta a, #land #references #service .full-width-bar-content .service-news.reference ul.data-list li .meta a, #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type ul.data-list li .meta a, #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type ul.data-list li .meta a, #service .full-width-bar-content #marine #references .service-news.reference ul.data-list li .meta a, #marine #references #service .full-width-bar-content .service-news.reference ul.data-list li .meta a, #service .full-width-bar-content .service-news#posts ul.data-list li .meta a, #service .full-width-bar-content .service-news.media-list ul.data-list li .meta a, #service .full-width-bar-content .contact-sections .service-news.contact-left-section ul.data-list li .meta a, .contact-sections #service .full-width-bar-content .service-news.contact-left-section ul.data-list li .meta a {
    color: #DF000E;
    font-weight: bold; }
#service .full-width-bar-content .fl-left.service-team, #service .full-width-bar-content #content .service-team#col_left, #content #service .full-width-bar-content .service-team#col_left, #service .full-width-bar-content #land #building-types .service-team.building-type, #land #building-types #service .full-width-bar-content .service-team.building-type, #service .full-width-bar-content #land #references .service-team.reference, #land #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type, #service .full-width-bar-content #marine #references .service-team.reference, #marine #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content .service-team#posts, #service .full-width-bar-content .service-team.media-list, #service .full-width-bar-content .contact-sections .service-team.contact-left-section, .contact-sections #service .full-width-bar-content .service-team.contact-left-section {
  width: 28.0701754386%;
  padding-right: 1.3157894737%; }
  #service .full-width-bar-content .fl-left.service-team .meta h3, #service .full-width-bar-content #content .service-team#col_left .meta h3, #content #service .full-width-bar-content .service-team#col_left .meta h3, #service .full-width-bar-content #land #building-types .service-team.building-type .meta h3, #land #building-types #service .full-width-bar-content .service-team.building-type .meta h3, #service .full-width-bar-content #land #references .service-team.reference .meta h3, #land #references #service .full-width-bar-content .service-team.reference .meta h3, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .meta h3, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .meta h3, #service .full-width-bar-content #marine #references .service-team.reference .meta h3, #marine #references #service .full-width-bar-content .service-team.reference .meta h3, #service .full-width-bar-content .service-team#posts .meta h3, #service .full-width-bar-content .service-team.media-list .meta h3, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .meta h3, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .meta h3 {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    max-width: none;
    white-space: normal;
    overflow: auto;
    text-overflow: clip; }
  #service .full-width-bar-content .fl-left.service-team .meta span.team-name, #service .full-width-bar-content #content .service-team#col_left .meta span.team-name, #content #service .full-width-bar-content .service-team#col_left .meta span.team-name, #service .full-width-bar-content #land #building-types .service-team.building-type .meta span.team-name, #land #building-types #service .full-width-bar-content .service-team.building-type .meta span.team-name, #service .full-width-bar-content #land #references .service-team.reference .meta span.team-name, #land #references #service .full-width-bar-content .service-team.reference .meta span.team-name, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .meta span.team-name, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .meta span.team-name, #service .full-width-bar-content #marine #references .service-team.reference .meta span.team-name, #marine #references #service .full-width-bar-content .service-team.reference .meta span.team-name, #service .full-width-bar-content .service-team#posts .meta span.team-name, #service .full-width-bar-content .service-team.media-list .meta span.team-name, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .meta span.team-name, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .meta span.team-name,
  #service .full-width-bar-content .fl-left.service-team .meta span.team-position,
  #service .full-width-bar-content #content .service-team#col_left .meta span.team-position,
  #content #service .full-width-bar-content .service-team#col_left .meta span.team-position,
  #service .full-width-bar-content #land #building-types .service-team.building-type .meta span.team-position,
  #land #building-types #service .full-width-bar-content .service-team.building-type .meta span.team-position,
  #service .full-width-bar-content #land #references .service-team.reference .meta span.team-position,
  #land #references #service .full-width-bar-content .service-team.reference .meta span.team-position,
  #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .meta span.team-position,
  #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .meta span.team-position,
  #service .full-width-bar-content #marine #references .service-team.reference .meta span.team-position,
  #marine #references #service .full-width-bar-content .service-team.reference .meta span.team-position,
  #service .full-width-bar-content .service-team#posts .meta span.team-position,
  #service .full-width-bar-content .service-team.media-list .meta span.team-position,
  #service .full-width-bar-content .contact-sections .service-team.contact-left-section .meta span.team-position,
  .contact-sections #service .full-width-bar-content .service-team.contact-left-section .meta span.team-position {
    display: block;
    color: #5f6c73;
    line-height: 16px;
    font-size: 12px; }
  #service .full-width-bar-content .fl-left.service-team .meta a.read-more, #service .full-width-bar-content #content .service-team#col_left .meta a.read-more, #content #service .full-width-bar-content .service-team#col_left .meta a.read-more, #service .full-width-bar-content #land #building-types .service-team.building-type .meta a.read-more, #land #building-types #service .full-width-bar-content .service-team.building-type .meta a.read-more, #service .full-width-bar-content #land #references .service-team.reference .meta a.read-more, #land #references #service .full-width-bar-content .service-team.reference .meta a.read-more, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .meta a.read-more, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .meta a.read-more, #service .full-width-bar-content #marine #references .service-team.reference .meta a.read-more, #marine #references #service .full-width-bar-content .service-team.reference .meta a.read-more, #service .full-width-bar-content .service-team#posts .meta a.read-more, #service .full-width-bar-content .service-team.media-list .meta a.read-more, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .meta a.read-more, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .meta a.read-more {
    position: absolute;
    bottom: 5px;
    left: 70px;
    color: #DF000E !important;
    font-weight: bold; }
  #service .full-width-bar-content .fl-left.service-team > a:last-of-type, #service .full-width-bar-content #content .service-team#col_left > a:last-of-type, #content #service .full-width-bar-content .service-team#col_left > a:last-of-type, #service .full-width-bar-content #land #building-types .service-team.building-type > a:last-of-type, #land #building-types #service .full-width-bar-content .service-team.building-type > a:last-of-type, #service .full-width-bar-content #land #references .service-team.reference > a:last-of-type, #land #references #service .full-width-bar-content .service-team.reference > a:last-of-type, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type > a:last-of-type, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type > a:last-of-type, #service .full-width-bar-content #marine #references .service-team.reference > a:last-of-type, #marine #references #service .full-width-bar-content .service-team.reference > a:last-of-type, #service .full-width-bar-content .service-team#posts > a:last-of-type, #service .full-width-bar-content .service-team.media-list > a:last-of-type, #service .full-width-bar-content .contact-sections .service-team.contact-left-section > a:last-of-type, .contact-sections #service .full-width-bar-content .service-team.contact-left-section > a:last-of-type {
    text-decoration: none;
    font-weight: bold;
    margin: 0px 12px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    color: #DF000E;
    background: url("../images/red-arrow.png") no-repeat 0 15px; }
  #service .full-width-bar-content .fl-left.service-team .team-details, #service .full-width-bar-content #content .service-team#col_left .team-details, #content #service .full-width-bar-content .service-team#col_left .team-details, #service .full-width-bar-content #land #building-types .service-team.building-type .team-details, #land #building-types #service .full-width-bar-content .service-team.building-type .team-details, #service .full-width-bar-content #land #references .service-team.reference .team-details, #land #references #service .full-width-bar-content .service-team.reference .team-details, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .team-details, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .team-details, #service .full-width-bar-content #marine #references .service-team.reference .team-details, #marine #references #service .full-width-bar-content .service-team.reference .team-details, #service .full-width-bar-content .service-team#posts .team-details, #service .full-width-bar-content .service-team.media-list .team-details, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .team-details, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .team-details {
    position: absolute;
    z-index: 2e9;
    top: 5px;
    left: 5px;
    width: 97%;
    font-size: 10px;
    background: #fff;
    padding: 3px;
    font-size: 10px;
    border: 2px solid rgba(225, 225, 225, 0.4);
    display: none; }
    #service .full-width-bar-content .fl-left.service-team .team-details a, #service .full-width-bar-content #content .service-team#col_left .team-details a, #content #service .full-width-bar-content .service-team#col_left .team-details a, #service .full-width-bar-content #land #building-types .service-team.building-type .team-details a, #land #building-types #service .full-width-bar-content .service-team.building-type .team-details a, #service .full-width-bar-content #land #references .service-team.reference .team-details a, #land #references #service .full-width-bar-content .service-team.reference .team-details a, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .team-details a, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .team-details a, #service .full-width-bar-content #marine #references .service-team.reference .team-details a, #marine #references #service .full-width-bar-content .service-team.reference .team-details a, #service .full-width-bar-content .service-team#posts .team-details a, #service .full-width-bar-content .service-team.media-list .team-details a, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .team-details a, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .team-details a {
      color: #DF000E !important;
      text-decoration: none; }
    #service .full-width-bar-content .fl-left.service-team .team-details a, #service .full-width-bar-content #content .service-team#col_left .team-details a, #content #service .full-width-bar-content .service-team#col_left .team-details a, #service .full-width-bar-content #land #building-types .service-team.building-type .team-details a, #land #building-types #service .full-width-bar-content .service-team.building-type .team-details a, #service .full-width-bar-content #land #references .service-team.reference .team-details a, #land #references #service .full-width-bar-content .service-team.reference .team-details a, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .team-details a, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .team-details a, #service .full-width-bar-content #marine #references .service-team.reference .team-details a, #marine #references #service .full-width-bar-content .service-team.reference .team-details a, #service .full-width-bar-content .service-team#posts .team-details a, #service .full-width-bar-content .service-team.media-list .team-details a, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .team-details a, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .team-details a,
    #service .full-width-bar-content .fl-left.service-team .team-details span,
    #service .full-width-bar-content #content .service-team#col_left .team-details span,
    #content #service .full-width-bar-content .service-team#col_left .team-details span,
    #service .full-width-bar-content #land #building-types .service-team.building-type .team-details span,
    #land #building-types #service .full-width-bar-content .service-team.building-type .team-details span,
    #service .full-width-bar-content #land #references .service-team.reference .team-details span,
    #land #references #service .full-width-bar-content .service-team.reference .team-details span,
    #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .team-details span,
    #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .team-details span,
    #service .full-width-bar-content #marine #references .service-team.reference .team-details span,
    #marine #references #service .full-width-bar-content .service-team.reference .team-details span,
    #service .full-width-bar-content .service-team#posts .team-details span,
    #service .full-width-bar-content .service-team.media-list .team-details span,
    #service .full-width-bar-content .contact-sections .service-team.contact-left-section .team-details span,
    .contact-sections #service .full-width-bar-content .service-team.contact-left-section .team-details span {
      font-size: inherit; }
    #service .full-width-bar-content .fl-left.service-team .team-details .close, #service .full-width-bar-content #content .service-team#col_left .team-details .close, #content #service .full-width-bar-content .service-team#col_left .team-details .close, #service .full-width-bar-content #land #building-types .service-team.building-type .team-details .close, #land #building-types #service .full-width-bar-content .service-team.building-type .team-details .close, #service .full-width-bar-content #land #references .service-team.reference .team-details .close, #land #references #service .full-width-bar-content .service-team.reference .team-details .close, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type .team-details .close, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type .team-details .close, #service .full-width-bar-content #marine #references .service-team.reference .team-details .close, #marine #references #service .full-width-bar-content .service-team.reference .team-details .close, #service .full-width-bar-content .service-team#posts .team-details .close, #service .full-width-bar-content .service-team.media-list .team-details .close, #service .full-width-bar-content .contact-sections .service-team.contact-left-section .team-details .close, .contact-sections #service .full-width-bar-content .service-team.contact-left-section .team-details .close {
      position: absolute;
      top: 0px;
      right: 7px;
      color: #DF000E !important;
      cursor: pointer; }
#service .full-width-bar-content .fl-right.service-direct-contact, #service .full-width-bar-content #content .service-direct-contact#col_right, #content #service .full-width-bar-content .service-direct-contact#col_right, #service .full-width-bar-content .service-direct-contact#archive, #service .full-width-bar-content .service-direct-contact#media-second, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section {
  width: 27.6315789474%;
  text-align: left;
  background: #edf2f5; }
#service .service-direct-contact .wpcf7 form .fl-elements {
  clear: both !important;
  overflow: hidden !important; }
  #service .service-direct-contact .wpcf7 form .fl-elements .fl-left, #service .service-direct-contact .wpcf7 form .fl-elements #content #col_left, #content #service .service-direct-contact .wpcf7 form .fl-elements #col_left, #service .service-direct-contact .wpcf7 form .fl-elements #land #building-types .building-type, #land #building-types #service .service-direct-contact .wpcf7 form .fl-elements .building-type, #service .service-direct-contact .wpcf7 form .fl-elements #land #references .reference, #land #references #service .service-direct-contact .wpcf7 form .fl-elements .reference, #service .service-direct-contact .wpcf7 form .fl-elements #marine #vessel-types .vessel-type, #marine #vessel-types #service .service-direct-contact .wpcf7 form .fl-elements .vessel-type, #service .service-direct-contact .wpcf7 form .fl-elements #marine #references .reference, #marine #references #service .service-direct-contact .wpcf7 form .fl-elements .reference, #service .service-direct-contact .wpcf7 form .fl-elements #posts, #service .service-direct-contact .wpcf7 form .fl-elements .media-list, #service .service-direct-contact .wpcf7 form .fl-elements .contact-sections .contact-left-section, .contact-sections #service .service-direct-contact .wpcf7 form .fl-elements .contact-left-section {
    width: 30% !important;
    text-align: left !important; }
    #service .service-direct-contact .wpcf7 form .fl-elements .fl-left label, #service .service-direct-contact .wpcf7 form .fl-elements #content #col_left label, #content #service .service-direct-contact .wpcf7 form .fl-elements #col_left label, #service .service-direct-contact .wpcf7 form .fl-elements #land #building-types .building-type label, #land #building-types #service .service-direct-contact .wpcf7 form .fl-elements .building-type label, #service .service-direct-contact .wpcf7 form .fl-elements #land #references .reference label, #land #references #service .service-direct-contact .wpcf7 form .fl-elements .reference label, #service .service-direct-contact .wpcf7 form .fl-elements #marine #vessel-types .vessel-type label, #marine #vessel-types #service .service-direct-contact .wpcf7 form .fl-elements .vessel-type label, #service .service-direct-contact .wpcf7 form .fl-elements #marine #references .reference label, #marine #references #service .service-direct-contact .wpcf7 form .fl-elements .reference label, #service .service-direct-contact .wpcf7 form .fl-elements #posts label, #service .service-direct-contact .wpcf7 form .fl-elements .media-list label, #service .service-direct-contact .wpcf7 form .fl-elements .contact-sections .contact-left-section label, .contact-sections #service .service-direct-contact .wpcf7 form .fl-elements .contact-left-section label {
      position: relative !important;
      top: 3px !important; }
  #service .service-direct-contact .wpcf7 form .fl-elements .fl-right, #service .service-direct-contact .wpcf7 form .fl-elements #content #col_right, #content #service .service-direct-contact .wpcf7 form .fl-elements #col_right, #service .service-direct-contact .wpcf7 form .fl-elements #archive, #service .service-direct-contact .wpcf7 form .fl-elements #media-second, #service .service-direct-contact .wpcf7 form .fl-elements .contact-sections .contact-right-section, .contact-sections #service .service-direct-contact .wpcf7 form .fl-elements .contact-right-section {
    width: 65% !important; }
    #service .service-direct-contact .wpcf7 form .fl-elements .fl-right span, #service .service-direct-contact .wpcf7 form .fl-elements #content #col_right span, #content #service .service-direct-contact .wpcf7 form .fl-elements #col_right span, #service .service-direct-contact .wpcf7 form .fl-elements #archive span, #service .service-direct-contact .wpcf7 form .fl-elements #media-second span, #service .service-direct-contact .wpcf7 form .fl-elements .contact-sections .contact-right-section span, .contact-sections #service .service-direct-contact .wpcf7 form .fl-elements .contact-right-section span {
      margin-bottom: 9px !important;
      width: 100%;
      float: left; }
#service .service-direct-contact .wpcf7 form .service-for,
#service .service-direct-contact .wpcf7 form .service-request {
  border: 1px solid #e1e1e1 !important;
  overflow: hidden !important;
  box-shadow: none;
  background: #fff url("../images/red-arrow.png") no-repeat 95% 50% !important; }
  #service .service-direct-contact .wpcf7 form .service-for select,
  #service .service-direct-contact .wpcf7 form .service-request select {
    height: 25px;
    font-size: 13px;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
    #service .service-direct-contact .wpcf7 form .service-for select:focus,
    #service .service-direct-contact .wpcf7 form .service-request select:focus {
      outline: none !important; }
#service .service-direct-contact .wpcf7 form input[type="submit"] {
  border-radius: 0; }
#service .service-direct-contact .wpcf7 form p {
  margin-bottom: 13px; }
@media screen and (max-width: 960px) {
  #service .full-width-bar-content .fl-left.service-team, #service .full-width-bar-content #content .service-team#col_left, #content #service .full-width-bar-content .service-team#col_left, #service .full-width-bar-content #land #building-types .service-team.building-type, #land #building-types #service .full-width-bar-content .service-team.building-type, #service .full-width-bar-content #land #references .service-team.reference, #land #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type, #service .full-width-bar-content #marine #references .service-team.reference, #marine #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content .service-team#posts, #service .full-width-bar-content .service-team.media-list, #service .full-width-bar-content .contact-sections .service-team.contact-left-section, .contact-sections #service .full-width-bar-content .service-team.contact-left-section,
  #service .full-width-bar-content .fl-left.service-news,
  #service .full-width-bar-content #content .service-news#col_left,
  #content #service .full-width-bar-content .service-news#col_left,
  #service .full-width-bar-content #land #building-types .service-news.building-type,
  #land #building-types #service .full-width-bar-content .service-news.building-type,
  #service .full-width-bar-content #land #references .service-news.reference,
  #land #references #service .full-width-bar-content .service-news.reference,
  #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type,
  #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type,
  #service .full-width-bar-content #marine #references .service-news.reference,
  #marine #references #service .full-width-bar-content .service-news.reference,
  #service .full-width-bar-content .service-news#posts,
  #service .full-width-bar-content .service-news.media-list,
  #service .full-width-bar-content .contact-sections .service-news.contact-left-section,
  .contact-sections #service .full-width-bar-content .service-news.contact-left-section {
    padding-right: 0; }
  #service .full-width-bar-content .fl-left.service-news, #service .full-width-bar-content #content .service-news#col_left, #content #service .full-width-bar-content .service-news#col_left, #service .full-width-bar-content #land #building-types .service-news.building-type, #land #building-types #service .full-width-bar-content .service-news.building-type, #service .full-width-bar-content #land #references .service-news.reference, #land #references #service .full-width-bar-content .service-news.reference, #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type, #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type, #service .full-width-bar-content #marine #references .service-news.reference, #marine #references #service .full-width-bar-content .service-news.reference, #service .full-width-bar-content .service-news#posts, #service .full-width-bar-content .service-news.media-list, #service .full-width-bar-content .contact-sections .service-news.contact-left-section, .contact-sections #service .full-width-bar-content .service-news.contact-left-section {
    width: 100%;
    display: block;
    float: none; }
    #service .full-width-bar-content .fl-left.service-news ul.data-list li, #service .full-width-bar-content #content .service-news#col_left ul.data-list li, #content #service .full-width-bar-content .service-news#col_left ul.data-list li, #service .full-width-bar-content #land #building-types .service-news.building-type ul.data-list li, #land #building-types #service .full-width-bar-content .service-news.building-type ul.data-list li, #service .full-width-bar-content #land #references .service-news.reference ul.data-list li, #land #references #service .full-width-bar-content .service-news.reference ul.data-list li, #service .full-width-bar-content #marine #vessel-types .service-news.vessel-type ul.data-list li, #marine #vessel-types #service .full-width-bar-content .service-news.vessel-type ul.data-list li, #service .full-width-bar-content #marine #references .service-news.reference ul.data-list li, #marine #references #service .full-width-bar-content .service-news.reference ul.data-list li, #service .full-width-bar-content .service-news#posts ul.data-list li, #service .full-width-bar-content .service-news.media-list ul.data-list li, #service .full-width-bar-content .contact-sections .service-news.contact-left-section ul.data-list li, .contact-sections #service .full-width-bar-content .service-news.contact-left-section ul.data-list li {
      min-height: 86px;
      height: auto; }
  #service .full-width-bar-content .fl-left.service-team, #service .full-width-bar-content #content .service-team#col_left, #content #service .full-width-bar-content .service-team#col_left, #service .full-width-bar-content #land #building-types .service-team.building-type, #land #building-types #service .full-width-bar-content .service-team.building-type, #service .full-width-bar-content #land #references .service-team.reference, #land #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type, #service .full-width-bar-content #marine #references .service-team.reference, #marine #references #service .full-width-bar-content .service-team.reference, #service .full-width-bar-content .service-team#posts, #service .full-width-bar-content .service-team.media-list, #service .full-width-bar-content .contact-sections .service-team.contact-left-section, .contact-sections #service .full-width-bar-content .service-team.contact-left-section {
    width: 100%;
    display: block;
    float: none; }
    #service .full-width-bar-content .fl-left.service-team ul.data-list li, #service .full-width-bar-content #content .service-team#col_left ul.data-list li, #content #service .full-width-bar-content .service-team#col_left ul.data-list li, #service .full-width-bar-content #land #building-types .service-team.building-type ul.data-list li, #land #building-types #service .full-width-bar-content .service-team.building-type ul.data-list li, #service .full-width-bar-content #land #references .service-team.reference ul.data-list li, #land #references #service .full-width-bar-content .service-team.reference ul.data-list li, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type ul.data-list li, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type ul.data-list li, #service .full-width-bar-content #marine #references .service-team.reference ul.data-list li, #marine #references #service .full-width-bar-content .service-team.reference ul.data-list li, #service .full-width-bar-content .service-team#posts ul.data-list li, #service .full-width-bar-content .service-team.media-list ul.data-list li, #service .full-width-bar-content .contact-sections .service-team.contact-left-section ul.data-list li, .contact-sections #service .full-width-bar-content .service-team.contact-left-section ul.data-list li {
      min-height: 1px;
      height: auto; }
      #service .full-width-bar-content .fl-left.service-team ul.data-list li .thumbnail, #service .full-width-bar-content #content .service-team#col_left ul.data-list li .thumbnail, #content #service .full-width-bar-content .service-team#col_left ul.data-list li .thumbnail, #service .full-width-bar-content #land #building-types .service-team.building-type ul.data-list li .thumbnail, #land #building-types #service .full-width-bar-content .service-team.building-type ul.data-list li .thumbnail, #service .full-width-bar-content #land #references .service-team.reference ul.data-list li .thumbnail, #land #references #service .full-width-bar-content .service-team.reference ul.data-list li .thumbnail, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type ul.data-list li .thumbnail, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type ul.data-list li .thumbnail, #service .full-width-bar-content #marine #references .service-team.reference ul.data-list li .thumbnail, #marine #references #service .full-width-bar-content .service-team.reference ul.data-list li .thumbnail, #service .full-width-bar-content .service-team#posts ul.data-list li .thumbnail, #service .full-width-bar-content .service-team.media-list ul.data-list li .thumbnail, #service .full-width-bar-content .contact-sections .service-team.contact-left-section ul.data-list li .thumbnail, .contact-sections #service .full-width-bar-content .service-team.contact-left-section ul.data-list li .thumbnail {
        margin-bottom: 6px; }
      #service .full-width-bar-content .fl-left.service-team ul.data-list li .person-thumbnail, #service .full-width-bar-content #content .service-team#col_left ul.data-list li .person-thumbnail, #content #service .full-width-bar-content .service-team#col_left ul.data-list li .person-thumbnail, #service .full-width-bar-content #land #building-types .service-team.building-type ul.data-list li .person-thumbnail, #land #building-types #service .full-width-bar-content .service-team.building-type ul.data-list li .person-thumbnail, #service .full-width-bar-content #land #references .service-team.reference ul.data-list li .person-thumbnail, #land #references #service .full-width-bar-content .service-team.reference ul.data-list li .person-thumbnail, #service .full-width-bar-content #marine #vessel-types .service-team.vessel-type ul.data-list li .person-thumbnail, #marine #vessel-types #service .full-width-bar-content .service-team.vessel-type ul.data-list li .person-thumbnail, #service .full-width-bar-content #marine #references .service-team.reference ul.data-list li .person-thumbnail, #marine #references #service .full-width-bar-content .service-team.reference ul.data-list li .person-thumbnail, #service .full-width-bar-content .service-team#posts ul.data-list li .person-thumbnail, #service .full-width-bar-content .service-team.media-list ul.data-list li .person-thumbnail, #service .full-width-bar-content .contact-sections .service-team.contact-left-section ul.data-list li .person-thumbnail, .contact-sections #service .full-width-bar-content .service-team.contact-left-section ul.data-list li .person-thumbnail {
        margin-bottom: 8px; }
  #service .full-width-bar-content .fl-right.service-direct-contact, #service .full-width-bar-content #content .service-direct-contact#col_right, #content #service .full-width-bar-content .service-direct-contact#col_right, #service .full-width-bar-content .service-direct-contact#archive, #service .full-width-bar-content .service-direct-contact#media-second, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section {
    width: 100%;
    margin-top: 30px; }
    #service .full-width-bar-content .fl-right.service-direct-contact form, #service .full-width-bar-content #content .service-direct-contact#col_right form, #content #service .full-width-bar-content .service-direct-contact#col_right form, #service .full-width-bar-content .service-direct-contact#archive form, #service .full-width-bar-content .service-direct-contact#media-second form, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form {
      width: 100%; }
      #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements .fl-right, #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements .fl-right, #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements .fl-right, #service .full-width-bar-content .service-direct-contact#archive form .fl-elements .fl-right, #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements .fl-right, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements .fl-right, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements .fl-right, #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements #content #col_right, #content #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements #col_right, #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements #col_right, #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements #col_right, #service .full-width-bar-content .service-direct-contact#archive form .fl-elements #content #col_right, #content #service .full-width-bar-content .service-direct-contact#archive form .fl-elements #col_right, #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements #content #col_right, #content #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements #col_right, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements #content #col_right, #content #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements #col_right, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements #content #col_right, #content .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements #col_right, #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements #archive, #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements #archive, #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements #archive, #service .full-width-bar-content .service-direct-contact#archive form .fl-elements #archive, #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements #archive, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements #archive, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements #archive, #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements #media-second, #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements #media-second, #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements #media-second, #service .full-width-bar-content .service-direct-contact#archive form .fl-elements #media-second, #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements #media-second, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements #media-second, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements #media-second, #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements .contact-sections .contact-right-section, .contact-sections #service .full-width-bar-content .fl-right.service-direct-contact form .fl-elements .contact-right-section, #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements .contact-sections .contact-right-section, .contact-sections #service .full-width-bar-content #content .service-direct-contact#col_right form .fl-elements .contact-right-section, #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements .contact-sections .contact-right-section, .contact-sections #content #service .full-width-bar-content .service-direct-contact#col_right form .fl-elements .contact-right-section, #service .full-width-bar-content .service-direct-contact#archive form .fl-elements .contact-sections .contact-right-section, .contact-sections #service .full-width-bar-content .service-direct-contact#archive form .fl-elements .contact-right-section, #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements .contact-sections .contact-right-section, .contact-sections #service .full-width-bar-content .service-direct-contact#media-second form .fl-elements .contact-right-section, #service .full-width-bar-content .contact-sections .service-direct-contact.contact-right-section form .fl-elements .contact-right-section, .contact-sections #service .full-width-bar-content .service-direct-contact.contact-right-section form .fl-elements .contact-right-section {
        margin-top: 0 !important; } }
@media screen and (max-width: 640px) {
  #service .fl-left.service-news ul.data-list li, #service #content .service-news#col_left ul.data-list li, #content #service .service-news#col_left ul.data-list li, #service #land #building-types .service-news.building-type ul.data-list li, #land #building-types #service .service-news.building-type ul.data-list li, #service #land #references .service-news.reference ul.data-list li, #land #references #service .service-news.reference ul.data-list li, #service #marine #vessel-types .service-news.vessel-type ul.data-list li, #marine #vessel-types #service .service-news.vessel-type ul.data-list li, #service #marine #references .service-news.reference ul.data-list li, #marine #references #service .service-news.reference ul.data-list li, #service .service-news#posts ul.data-list li, #service .service-news.media-list ul.data-list li, #service .contact-sections .service-news.contact-left-section ul.data-list li, .contact-sections #service .service-news.contact-left-section ul.data-list li {
    min-height: 57px !important;
    height: auto; }
    #service .fl-left.service-news ul.data-list li img.thumbnail, #service #content .service-news#col_left ul.data-list li img.thumbnail, #content #service .service-news#col_left ul.data-list li img.thumbnail, #service #land #building-types .service-news.building-type ul.data-list li img.thumbnail, #land #building-types #service .service-news.building-type ul.data-list li img.thumbnail, #service #land #references .service-news.reference ul.data-list li img.thumbnail, #land #references #service .service-news.reference ul.data-list li img.thumbnail, #service #marine #vessel-types .service-news.vessel-type ul.data-list li img.thumbnail, #marine #vessel-types #service .service-news.vessel-type ul.data-list li img.thumbnail, #service #marine #references .service-news.reference ul.data-list li img.thumbnail, #marine #references #service .service-news.reference ul.data-list li img.thumbnail, #service .service-news#posts ul.data-list li img.thumbnail, #service .service-news.media-list ul.data-list li img.thumbnail, #service .contact-sections .service-news.contact-left-section ul.data-list li img.thumbnail, .contact-sections #service .service-news.contact-left-section ul.data-list li img.thumbnail {
      width: 50px !important;
      height: 48px !important; }
    #service .fl-left.service-news ul.data-list li .meta h3, #service #content .service-news#col_left ul.data-list li .meta h3, #content #service .service-news#col_left ul.data-list li .meta h3, #service #land #building-types .service-news.building-type ul.data-list li .meta h3, #land #building-types #service .service-news.building-type ul.data-list li .meta h3, #service #land #references .service-news.reference ul.data-list li .meta h3, #land #references #service .service-news.reference ul.data-list li .meta h3, #service #marine #vessel-types .service-news.vessel-type ul.data-list li .meta h3, #marine #vessel-types #service .service-news.vessel-type ul.data-list li .meta h3, #service #marine #references .service-news.reference ul.data-list li .meta h3, #marine #references #service .service-news.reference ul.data-list li .meta h3, #service .service-news#posts ul.data-list li .meta h3, #service .service-news.media-list ul.data-list li .meta h3, #service .contact-sections .service-news.contact-left-section ul.data-list li .meta h3, .contact-sections #service .service-news.contact-left-section ul.data-list li .meta h3 {
      font-size: 13px;
      padding-bottom: 0px; }
    #service .fl-left.service-news ul.data-list li .meta p, #service #content .service-news#col_left ul.data-list li .meta p, #content #service .service-news#col_left ul.data-list li .meta p, #service #land #building-types .service-news.building-type ul.data-list li .meta p, #land #building-types #service .service-news.building-type ul.data-list li .meta p, #service #land #references .service-news.reference ul.data-list li .meta p, #land #references #service .service-news.reference ul.data-list li .meta p, #service #marine #vessel-types .service-news.vessel-type ul.data-list li .meta p, #marine #vessel-types #service .service-news.vessel-type ul.data-list li .meta p, #service #marine #references .service-news.reference ul.data-list li .meta p, #marine #references #service .service-news.reference ul.data-list li .meta p, #service .service-news#posts ul.data-list li .meta p, #service .service-news.media-list ul.data-list li .meta p, #service .contact-sections .service-news.contact-left-section ul.data-list li .meta p, .contact-sections #service .service-news.contact-left-section ul.data-list li .meta p {
      display: block;
      padding-bottom: 9px; }
    #service .fl-left.service-news ul.data-list li .meta a.read-more, #service #content .service-news#col_left ul.data-list li .meta a.read-more, #content #service .service-news#col_left ul.data-list li .meta a.read-more, #service #land #building-types .service-news.building-type ul.data-list li .meta a.read-more, #land #building-types #service .service-news.building-type ul.data-list li .meta a.read-more, #service #land #references .service-news.reference ul.data-list li .meta a.read-more, #land #references #service .service-news.reference ul.data-list li .meta a.read-more, #service #marine #vessel-types .service-news.vessel-type ul.data-list li .meta a.read-more, #marine #vessel-types #service .service-news.vessel-type ul.data-list li .meta a.read-more, #service #marine #references .service-news.reference ul.data-list li .meta a.read-more, #marine #references #service .service-news.reference ul.data-list li .meta a.read-more, #service .service-news#posts ul.data-list li .meta a.read-more, #service .service-news.media-list ul.data-list li .meta a.read-more, #service .contact-sections .service-news.contact-left-section ul.data-list li .meta a.read-more, .contact-sections #service .service-news.contact-left-section ul.data-list li .meta a.read-more {
      position: relative;
      left: auto;
      bottom: auto;
      display: block; } }

.chrome #service .full-width-bar-content .wpcf7 form .fl-elements .fl-right span, .chrome #service .full-width-bar-content .wpcf7 form .fl-elements #content #col_right span, #content .chrome #service .full-width-bar-content .wpcf7 form .fl-elements #col_right span, .chrome #service .full-width-bar-content .wpcf7 form .fl-elements #archive span, .chrome #service .full-width-bar-content .wpcf7 form .fl-elements #media-second span, .chrome #service .full-width-bar-content .wpcf7 form .fl-elements .contact-sections .contact-right-section span, .contact-sections .chrome #service .full-width-bar-content .wpcf7 form .fl-elements .contact-right-section span {
  margin-bottom: 8px !important; }

.explorer #service .full-width-bar-content .wpcf7 form .fl-elements .fl-right span, .explorer #service .full-width-bar-content .wpcf7 form .fl-elements #content #col_right span, #content .explorer #service .full-width-bar-content .wpcf7 form .fl-elements #col_right span, .explorer #service .full-width-bar-content .wpcf7 form .fl-elements #archive span, .explorer #service .full-width-bar-content .wpcf7 form .fl-elements #media-second span, .explorer #service .full-width-bar-content .wpcf7 form .fl-elements .contact-sections .contact-right-section span, .contact-sections .explorer #service .full-width-bar-content .wpcf7 form .fl-elements .contact-right-section span {
  margin-bottom: 12px !important; }
.explorer #service #col_right #service-loginform input[type="text"],
.explorer #service #col_right #service-loginform input[type="password"] {
  max-width: 119px; }

p.one-line {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.filtering-area {
  width: 100%;
  background: #505f67;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  padding: 21px 20px 17px 20px;
  margin-bottom: 20px; }
  .filtering-area ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: 0; }
  .filtering-area .filtering-controls-container {
    float: left;
    width: 65.2%; }
    .filtering-area .filtering-controls-container label {
      font-weight: normal;
      margin: 0;
      cursor: pointer; }
  .filtering-area .filtering-search-container {
    float: right;
    width: 32.3%; }
  .filtering-area input[type="checkbox"].news,
  .filtering-area input[type="checkbox"].ipaper {
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .filtering-area input[type="checkbox"].event,
  .filtering-area input[type="checkbox"].video {
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .filtering-area input[type="checkbox"].news,
  .filtering-area input[type="checkbox"].video {
    margin-left: 10px; }
  .filtering-area input.search {
    border: 1px solid #e1e1e1;
    background: #fff url("images/search-ico.png") no-repeat right;
    padding: 6px 6px 6px 6px;
    font-size: 10px;
    position: relative;
    top: -3px;
    float: right;
    width: 100%;
    color: #000; }
  .filtering-area h4 {
    display: inline;
    font-weight: 300;
    font-size: 13px;
    margin-right: 10px;
    color: #fff !important; }
    .filtering-area h4:after {
      content: ":"; }
  @media screen and (max-width: 670px) {
    .filtering-area .filtering-controls-container {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; }
    .filtering-area .filtering-search-container {
      width: 100%;
      display: block; }
      .filtering-area .filtering-search-container input.search {
        float: none;
        top: 0;
        display: block;
        width: 100%; } }
  @media screen and (max-width: 460px) {
    .filtering-area .filtering-controls-container .fl-right, .filtering-area .filtering-controls-container #content #col_right, #content .filtering-area .filtering-controls-container #col_right, .filtering-area .filtering-controls-container #archive, .filtering-area .filtering-controls-container #media-second, .filtering-area .filtering-controls-container .contact-sections .contact-right-section, .contact-sections .filtering-area .filtering-controls-container .contact-right-section {
      margin: 10px 0 0 0; }
    .filtering-area .filtering-controls-container .fl-left, .filtering-area .filtering-controls-container #content #col_left, #content .filtering-area .filtering-controls-container #col_left, .filtering-area .filtering-controls-container #land #building-types .building-type, #land #building-types .filtering-area .filtering-controls-container .building-type, .filtering-area .filtering-controls-container #land #references .reference, #land #references .filtering-area .filtering-controls-container .reference, .filtering-area .filtering-controls-container #marine #vessel-types .vessel-type, #marine #vessel-types .filtering-area .filtering-controls-container .vessel-type, .filtering-area .filtering-controls-container #marine #references .reference, #marine #references .filtering-area .filtering-controls-container .reference, .filtering-area .filtering-controls-container #posts, .filtering-area .filtering-controls-container .media-list, .filtering-area .filtering-controls-container .contact-sections .contact-left-section, .contact-sections .filtering-area .filtering-controls-container .contact-left-section,
    .filtering-area .filtering-controls-container .fl-right,
    .filtering-area .filtering-controls-container #content #col_right,
    #content .filtering-area .filtering-controls-container #col_right,
    .filtering-area .filtering-controls-container #archive,
    .filtering-area .filtering-controls-container #media-second,
    .filtering-area .filtering-controls-container .contact-sections .contact-right-section,
    .contact-sections .filtering-area .filtering-controls-container .contact-right-section {
      float: none;
      display: block; } }

#posts {
  width: 65%; }
  #posts ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #posts ul li.post {
      clear: both; }
      #posts ul li.post h3 {
        padding: 0;
        font-family: Verdana, sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #posts ul li.post p {
        color: #505f67; }
      #posts ul li.post .meta {
        font-size: 10px;
        color: #505f67; }
        #posts ul li.post .meta .date {
          color: #939ba1;
          font-size: 10px; }
      #posts ul li.post p {
        margin-bottom: 0; }
      #posts ul li.post .post-thumbnail-container {
        float: left;
        width: 80px;
        height: 100px;
        margin-right: 10px; }
      #posts ul li.post .post-content-container {
        height: auto;
        min-height: 100px; }
      #posts ul li.post img.attachment-post-thumbnail {
        width: 80px !important;
        height: 78px !important; }
      #posts ul li.post .read-more,
      #posts ul li.post .read_more {
        color: #DF000E;
        font-weight: bold;
        display: block; }
  #posts ul.pagination {
    width: 100%;
    text-align: center; }
    #posts ul.pagination li {
      display: inline-block;
      margin-right: 10px; }
      #posts ul.pagination li:last-child {
        margin-right: 0; }
    #posts ul.pagination li.active a {
      font-weight: bold;
      color: #DF000E !important; }
      #posts ul.pagination li.active a:hover {
        background: none !important; }
  #posts article.post h1 {
    margin-bottom: 0; }
  #posts article.post p {
    color: #505f67; }
  #posts article.post img.attachment-post-thumbnail {
    margin-bottom: 20px; }
  #posts article.post .meta {
    font-size: 10px;
    color: #505f67;
    margin-bottom: 20px; }
    #posts article.post .meta .date,
    #posts article.post .meta .category {
      color: #939ba1;
      font-size: inherit; }
    #posts article.post .meta .category a {
      color: #939ba1; }
  #posts article.post ul {
    list-style: disc; }
    #posts article.post ul li {
      list-style-position: inside;
      margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #posts {
      width: 100%;
      display: block;
      float: none; } }

#archive {
  width: 30%;
  padding: 20px;
  background: #ebebeb; }
  #archive h4 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0; }
  #archive ul {
    list-style: none;
    padding-bottom: 0 !important;
    padding-left: 0;
    margin-bottom: 0; }
    #archive ul li {
      background: #ebebeb; }
      #archive ul li a {
        color: #939ba1; }
    #archive ul .archive-sub-menu {
      display: none;
      padding-left: 20px; }
  #archive .arrow-right {
    background: url("../images/dark-arrow.png") no-repeat 0 6px !important;
    padding-left: 12px !important; }
  #archive .arrow-down {
    background: url("../images/dark-arrow-down.png") no-repeat 0 8px !important;
    padding-left: 12px !important; }
  @media screen and (max-width: 768px) {
    #archive {
      width: 100%;
      display: block;
      float: none;
      margin-top: 30px; } }

select.styled {
  position: relative;
  width: 176px;
  z-index: 5; }

.choose-area {
  height: 26px;
  padding: 0 24px 0px 8px;
  background: #fff url("../images/select.png") no-repeat center top;
  overflow: hidden;
  margin-top: -3px;
  color: #505f67;
  display: inline-block;
  border-radius: 0;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-style: normal;
  border: 0; }
  .choose-area:focus {
    box-shadow: none; }

.explorer .choose-area {
  background: #fff;
  padding: 0 8px 0px 8px; }

.filtering-area input.search {
  border: 1px solid #e1e1e1;
  background: #fff url("../images/search-ico.png") no-repeat 98% 50%;
  padding: 0px 6px;
  font-size: 10px;
  position: relative;
  top: -3px;
  float: right;
  width: 100%;
  font-style: italic;
  height: 26px; }

.filtering-area .filtering-search-container {
  float: right;
  width: 32.3%; }
  @media only screen and (max-width: 670px) {
    .filtering-area .filtering-search-container {
      float: none;
      width: 100%; } }

input[type="checkbox"] {
  margin: 0; }

#media,
#media-second {
  position: relative; }

.service-red {
  background: #DF000E; }

.std-blue {
  background: #282828; }

.marine-blue {
  background: #e0001b; }

.land-yellow {
  background: #e0001b; }

.media {
  margin-top: 0; }

#media-second {
  width: 30%;
  margin-top: 20px; }
  #media-second h4 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-family: 12px;
    padding: 0; }
  #media-second ul {
    list-style: none;
    padding-left: 0; }
    #media-second ul li {
      background: #ebebeb;
      margin-bottom: 10px; }
    #media-second ul .archive-sub-menu {
      display: none;
      padding-left: 20px; }
  #media-second ul.pagination {
    margin: 0; }
    #media-second ul.pagination li {
      background: none; }
  #media-second .arrow-right {
    background: url("../images/dark-arrow.png") no-repeat 0 6px;
    padding-left: 12px; }
  #media-second .arrow-down {
    background: url("../images/dark-arrow-down.png") no-repeat 0 8px;
    padding-left: 12px; }
  @media screen and (max-width: 940px) {
    #media-second {
      float: none;
      width: 100%; } }

#media-second {
  padding: 1px; }
  #media-second ul.list {
    list-style: none;
    padding-bottom: 15px; }
  #media-second li.media {
    width: 100%;
    min-height: 266px;
    height: auto;
    position: relative;
    /*.ipaper-image {
            float: left;
            width: 110px;
        }

        .ipaper-content {
            float: right;
            width: 200px;
            padding: 10px 12px;
        }*/ }
  #media-second h3.title {
    padding-left: 30px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 5px; }
  #media-second p {
    color: #505f67 !important; }
  #media-second a.read-more {
    color: #DF000E !important;
    display: block;
    position: absolute;
    left: 11px;
    bottom: 5px; }
  @media screen and (max-width: 940px) {
    #media-second li.media {
      width: 49%;
      float: left !important; }
      #media-second li.media:nth-child(even) {
        float: right !important; } }
  @media screen and (max-width: 620px) {
    #media-second li.media {
      width: 100%;
      float: none !important; }
      #media-second li.media:nth-child(even) {
        float: none !important; } }

.media-list {
  width: 65%;
  margin-top: 20px; }
  .media-list ul.list {
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: auto;
    clear: both; }
    .media-list ul.list li.media {
      background: #ebebeb;
      width: 49%;
      float: left;
      padding: 0px !important;
      margin-bottom: 10px;
      position: relative;
      min-height: 128px; }
      .media-list ul.list li.media .ipaper-image {
        float: left;
        padding: 1px 10px 1px 1px;
        height: 128px; }
      .media-list ul.list li.media .ipaper-content {
        float: right;
        width: 65%;
        padding: 10px 12px 0 0; }
      .media-list ul.list li.media iframe,
      .media-list ul.list li.media img.youtube-preview {
        padding-bottom: 10px;
        width: 100%;
        height: 180px; }
      .media-list ul.list li.media a.read-more {
        position: absolute;
        left: 105px;
        bottom: 5px; }
      .media-list ul.list li.media h3.title.video {
        background: url("../images/video-ico.png") no-repeat top left;
        padding-left: 30px;
        font-weight: bold;
        font-family: Verdana, sans-serif;
        line-height: 20px;
        font-size: 13px;
        padding-bottom: 0px !important;
        margin-bottom: 6px; }
      .media-list ul.list li.media h3.title.ipaper {
        background: url("../images/ipaper-ico.png") no-repeat top left;
        padding-left: 30px;
        font-weight: bold;
        font-family: Verdana, sans-serif;
        line-height: 20px;
        font-size: 13px;
        padding-bottom: 0px !important;
        margin-bottom: 6px; }
      .media-list ul.list li.media p {
        color: #505f67;
        padding-bottom: 0 !important; }
      .media-list ul.list li.media img.attachment-post-thumbnail {
        width: 100% !important;
        margin: 13px 0 5px 0; }
      .media-list ul.list li.media .read-more {
        color: #DF000E !important;
        font-weight: bold; }
      .media-list ul.list li.media .read-more.video-more {
        display: block;
        margin: 5px 5px 0 5px;
        padding-left: 12px;
        background: url("../images/red-arrow.png") no-repeat left; }
      .media-list ul.list li.media:nth-child(even) {
        float: right; }
  .media-list ul.pagination {
    width: 100%;
    text-align: center; }
    .media-list ul.pagination li {
      display: inline-block;
      margin-right: 10px; }
      .media-list ul.pagination li:last-child {
        margin-right: 0; }
    .media-list ul.pagination li.active a {
      font-weight: bold;
      color: #DF000E !important; }
  @media screen and (max-width: 940px) {
    .media-list {
      width: 100% !important;
      float: none !important; }
      .media-list li.media {
        width: 49% !important;
        float: left !important; }
        .media-list li.media:nth-child(even) {
          float: right !important; } }
  @media screen and (max-width: 620px) {
    .media-list li.media {
      width: 100% !important;
      float: none !important;
      overflow: hidden !important; }
      .media-list li.media:nth-child(even) {
        float: none !important; } }

.single-media iframe {
  margin-bottom: 10px; }
.single-media h1 {
  padding-bottom: 5px !important; }

.ipapers-only ul.list li.media {
  width: 313px !important;
  float: left !important;
  margin-right: 10px !important; }
  .ipapers-only ul.list li.media:nth-child(3n + 3) {
    margin-right: 0 !important; }
@media only screen and (max-width: 960px) {
  .ipapers-only ul.list li.media {
    width: 49% !important; }
    .ipapers-only ul.list li.media:nth-child(2n) {
      float: right !important;
      margin-right: 0 !important; } }
@media only screen and (max-width: 640px) {
  .ipapers-only ul.list li.media {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important; } }

.video-only ul.list li.media {
  width: 312px !important;
  min-height: 286px !important;
  height: auto !important;
  float: left !important;
  margin-right: 10px !important; }
  .video-only ul.list li.media:nth-child(3n + 3) {
    margin-right: 0 !important; }
@media screen and (max-width: 960px) {
  .video-only ul.list li.media {
    width: 49% !important;
    margin-right: 0 !important; }
    .video-only ul.list li.media:nth-child(even) {
      float: right !important; } }
@media screen and (max-width: 763px) {
  .video-only ul.list li.media {
    width: 100% !important;
    float: none !important; }
    .video-only ul.list li.media:nth-child(even) {
      float: none !important; } }

.w100fl0 {
  float: none !important;
  width: 100% !important; }

.china-land-link {
  color: #e0001b !important; }
  .china-land-link:hover {
    color: #e0001b !important; }

#basic-map #map_canvas {
  width: 100%;
  height: 600px; }
  #basic-map #map_canvas img[src*="gstatic.com/"],
  #basic-map #map_canvas img[src*="googleapis.com/"] {
    max-width: 99999px !important;
    width: auto !important; }
  #basic-map #map_canvas .gm-style-iw {
    font-size: 11px !important;
    font-family: "PT Sans", sans-serif !important;
    color: #505f67 !important; }
#basic-map #map_controls {
  margin-top: -40px;
  padding: 0 20px;
  background: rgba(80, 95, 103, 0.9);
  overflow: hidden;
  clear: both;
  position: relative; }
#basic-map .land-markers,
#basic-map .marine-markers,
#basic-map .service-markers,
#basic-map .filter-map {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 13px; }
  #basic-map .land-markers input,
  #basic-map .marine-markers input,
  #basic-map .service-markers input,
  #basic-map .filter-map input {
    vertical-align: middle; }
  #basic-map .land-markers label,
  #basic-map .marine-markers label,
  #basic-map .service-markers label,
  #basic-map .filter-map label {
    margin-left: 5px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0; }
#basic-map .filter-map {
  text-transform: none;
  padding-right: 15px; }
#basic-map .land-markers {
  background: #e0001b;
  padding: 10px 15px;
  height: 41px; }
#basic-map .marine-markers {
  background: #e0001b;
  padding: 10px 15px;
  height: 41px; }
#basic-map .service-markers {
  background: #e0001b;
  padding: 10px 15px; }
#basic-map .filter-map-keywords {
  float: right; }
  #basic-map .filter-map-keywords input[type="text"] {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 0px 8px;
    font-size: 10px;
    margin-top: 7px;
    height: 28px; }
#basic-map .popup {
  display: none; }
#basic-map .marker-info-window {
  min-width: 160px;
  min-height: 200px; }
  #basic-map .marker-info-window p {
    padding-bottom: 15px; }
    #basic-map .marker-info-window p:last-child {
      padding-bottom: 0; }
  #basic-map .marker-info-window a {
    color: #DF000E;
    text-decoration: none; }
@media screen and (max-width: 635px) {
  #basic-map #map_canvas {
    height: 300px; }
  #basic-map #map_controls {
    padding: 0;
    overflow: auto;
    clear: none;
    position: relative; }
  #basic-map .filter-map {
    padding: 5px 10px; }
  #basic-map .land-markers,
  #basic-map .marine-markers {
    display: block;
    float: none; }
  #basic-map .filter-map-keywords {
    display: block;
    float: none;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px; }
    #basic-map .filter-map-keywords input[type="text"] {
      width: 100%; } }

.contact-sections {
  width: 100%;
  margin-bottom: 40px; }
  .contact-sections .contact-left-section a,
  .contact-sections .contact-right-section a {
    color: #DF000E !important; }
  .contact-sections .contact-left-section {
    width: 50%; }
  .contact-sections .contact-right-section {
    width: 50%; }
  .contact-sections table tr td {
    color: #939BA1; }
  @media screen and (max-width: 640px) {
    .contact-sections .contact-left-section,
    .contact-sections .contact-right-section {
      display: block;
      float: none;
      width: 100%; }
    .contact-sections .contact-right-section {
      margin-top: 20px; } }

#landKeyPersons,
#marineKeyPersons,
#serviceKeyPersons,
#financeKeyPersons,
#chinaKeyPersons {
  border-bottom: 1px solid #dde1e4;
  margin: 0 0 40px 0; }
  #landKeyPersons .bank-accounts,
  #marineKeyPersons .bank-accounts,
  #serviceKeyPersons .bank-accounts,
  #financeKeyPersons .bank-accounts,
  #chinaKeyPersons .bank-accounts {
    margin-top: 20px; }
    #landKeyPersons .bank-accounts p,
    #marineKeyPersons .bank-accounts p,
    #serviceKeyPersons .bank-accounts p,
    #financeKeyPersons .bank-accounts p,
    #chinaKeyPersons .bank-accounts p {
      padding-bottom: 0; }
  #landKeyPersons table,
  #landKeyPersons p,
  #marineKeyPersons table,
  #marineKeyPersons p,
  #serviceKeyPersons table,
  #serviceKeyPersons p,
  #financeKeyPersons table,
  #financeKeyPersons p,
  #chinaKeyPersons table,
  #chinaKeyPersons p {
    color: #5f6c73; }
  #landKeyPersons .additional-information p:last-of-type,
  #marineKeyPersons .additional-information p:last-of-type,
  #serviceKeyPersons .additional-information p:last-of-type,
  #financeKeyPersons .additional-information p:last-of-type,
  #chinaKeyPersons .additional-information p:last-of-type {
    padding-bottom: 0; }

.keypersons-title {
  width: 100%;
  clear: both;
  overflow: auto;
  margin: 0 0 20px 0; }
  .keypersons-title span {
    color: #939ba1;
    font-weight: bold; }
  .keypersons-title span.title {
    float: left;
    color: #282828;
    font-size: 20px; }
  .keypersons-title span.icon {
    display: none;
    float: right;
    color: #505f67; }

.keypersons-content {
  width: 100%;
  margin: 0 0 20px 0;
  /*
		@include max-screen(767px) {
			.keyperson {
				width: 50%;
			}
		}*/ }
  .keypersons-content:after {
    content: "";
    display: table;
    clear: both; }
  .keypersons-content a {
    color: #DF000E; }
    .keypersons-content a[href^="tel:"] {
      color: #282828; }
  .keypersons-content .keyperson {
    float: left;
    width: 50%;
    color: #5f6c73;
    padding-right: 20px;
    padding-bottom: 20px; }
    .keypersons-content .keyperson .keyperson-image {
      display: block;
      margin-bottom: 20px;
      max-width: 100px;
      float: left;
      margin-right: 20px; }
  @media screen and (max-width: 560px) {
    .keypersons-content .keyperson {
      width: 100%;
      float: none;
      margin-bottom: 23px; }
      .keypersons-content .keyperson:last-child {
        margin-bottom: 0; } }

.keypersons-closer {
  background: #505f67;
  padding: 1px 10px;
  text-align: right;
  cursor: pointer; }
  .keypersons-closer span {
    color: #fff; }

/*//Accordion (references)
.accordion {
    padding: 0;
    margin: 2em 0;
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    position: relative;
}

.accordion__title {
    float: left;
    background: $buildingtype;
    text-align: center;
    display: block;
    color: $buildingtypefont;
    cursor: pointer;
    margin-right: 1%;
    //width: 310px;
    width: 32.66666666%;
    //border-bottom: 1px solid $buildingtype;

    span {
        font-weight: bold;
        padding: 6px 5px 10px 5px;
        font-size: 13px;
        display: block;
    }

    .reference-image {
        width: 100%;
        height: 92px;
        //height: auto;
        //display: none;
    }

    @include max-screen(980px) {
        span {
            font-size: 11px;
        }
    }

    @include max-screen(917px) {
        width: 32%;
    }

    @include max-screen(785px) {
        span {
            font-size: 10px;
        }
    }

    &:first-child + div + div + div + div {
        margin-right: 0 ! important;
    }
}

.no-js .accordion__title {
    float: none;
    height:auto;
    cursor:auto;
    margin:0;
    padding:0 2em;
}

.accordion__content {
    float: right;
    width: 100%;
    margin: 10.3em 0 0 -100%;
    padding: 2em;
    background: $buildingtype;
}

.no-js .accordion__content {
    float:left;
    margin:0;
}

.accordion__title.active {
    //background: silver;
    //color: white;
    //border-color: $white;
}

.accordion__title:hover,
.accordion__title.active {
}

.no-js .accordion__title:hover {
    //background-color:#ccc;
    //color:#222;
}

#land {
    .accordion__title.active {
        color: $yellow;
    }
}

#marine {
    .accordion__title.active {
        color: $marinelight;
    }
}*/
.page-template-contact_1 #breadcrumbs ul {
  padding-top: 50px; }
.page-template-contact_1 .maps {
  height: 600px; }
  @media screen and (max-width: 767px) {
    .page-template-contact_1 .maps {
      height: 200px; } }
.page-template-contact_1 .map_marker_window a {
  color: #ff0000; }
.page-template-contact_1 .map_marker_window strong {
  color: #505f67 !important; }
.page-template-contact_1 .map_marker_window td {
  color: #505f67 !important;
  font-weight: 300; }
.page-template-contact_1 .map-note {
  width: 300px;
  display: inline-block;
  float: left; }
  @media screen and (max-width: 767px) {
    .page-template-contact_1 .map-note {
      width: 100%;
      display: block;
      margin: 10px 0px; } }
.page-template-contact_1 #basic-map {
  position: relative; }
@media screen and (min-width: 768px) {
  .page-template-contact_1 .maps_filter_con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 100; } }
.page-template-contact_1 .maps_filter {
  display: block;
  background: #edf2f5;
  color: #282828; }
  .page-template-contact_1 .maps_filter:after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .page-template-contact_1 .maps_filter .title {
    float: left;
    clear: none;
    margin-top: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .page-template-contact_1 .maps_filter .title {
        display: block;
        width: 100%; } }
  .page-template-contact_1 .maps_filter .checkbox,
  .page-template-contact_1 .maps_filter .radio {
    float: left;
    clear: none;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page-template-contact_1 .maps_filter .checkbox,
      .page-template-contact_1 .maps_filter .radio {
        display: block;
        width: 100%; } }
    .page-template-contact_1 .maps_filter .checkbox label,
    .page-template-contact_1 .maps_filter .radio label {
      padding-left: 5px;
      vertical-align: text-bottom; }
  .page-template-contact_1 .maps_filter .radio + .radio,
  .page-template-contact_1 .maps_filter .checkbox + .checkbox {
    margin-top: 0px; }
  .page-template-contact_1 .maps_filter .filter.search {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 767px) {
      .page-template-contact_1 .maps_filter .filter.search {
        display: block;
        width: 100%; } }
  .page-template-contact_1 .maps_filter .search_input {
    display: inline-block;
    margin-top: 2px; }
    @media screen and (max-width: 767px) {
      .page-template-contact_1 .maps_filter .search_input {
        display: block;
        width: 100%; } }
    .page-template-contact_1 .maps_filter .search_input input[type="text"] {
      display: inline-block;
      width: auto; }
      @media screen and (max-width: 767px) {
        .page-template-contact_1 .maps_filter .search_input input[type="text"] {
          display: block;
          width: 100%;
          margin-bottom: 5px; } }
.page-template-contact_1 #radio_section_Danfoss_related {
  display: none; }

.custom_archive li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.custom_archive li[class^="year"] {
  font-weight: 700;
  cursor: pointer; }
.custom_archive li.current_year {
  font-weight: 700; }

.fixed_buttons {
  position: fixed;
  right: 0px;
  bottom: 15%; }
  .fixed_buttons .fixed_button {
    display: block;
    padding: 10px 30px 10px 10px;
    background: #e0001b;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0.1s; }
    .fixed_buttons .fixed_button:hover {
      transform: translate(20px, 0px); }
    .fixed_buttons .fixed_button i {
      display: inline-block;
      margin-right: 10px; }
    .fixed_buttons .fixed_button a {
      color: #fff; }
  .fixed_buttons .overlay_btn {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .fixed_buttons {
      display: none; } }

.fixed_overlay {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(48, 56, 68, 0.4);
  display: none; }
  .fixed_overlay .overlay_close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 25px;
    font-size: 20px;
    color: #303844;
    cursor: pointer;
    display: block; }
    .fixed_overlay .overlay_close:hover {
      color: #505d71; }
    @media screen and (max-width: 992px) {
      .fixed_overlay .overlay_close {
        bottom: 100%;
        top: auto;
        background: #ec0606;
        padding: 5px 15px;
        color: #fff; } }
  .fixed_overlay .overlay_content {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px; }
    .fixed_overlay .overlay_content .overlay_content_txt {
      max-height: calc(60vh - 50px);
      overflow: auto;
      padding: 15px; }
    @media screen and (max-width: 767px) {
      .fixed_overlay .overlay_content {
        width: 80%;
        padding: 15px; } }
    .fixed_overlay .overlay_content .frm_screen_reader {
      display: none; }
    .fixed_overlay .overlay_content .frm_forms {
      margin-left: -15px;
      margin-right: -15px; }
    .fixed_overlay .overlay_content .frm_form_field {
      margin-bottom: 10px; }
    .fixed_overlay .overlay_content .frm_error_style {
      padding: 10px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      background: #fee7ea; }
    .fixed_overlay .overlay_content .frm_error_style,
    .fixed_overlay .overlay_content .frm_error {
      color: #e0001b; }
    .fixed_overlay .overlay_content .vertical_radio .frm_primary_label {
      display: none; }
    .fixed_overlay .overlay_content .frm_submit button {
      width: 100%; }

.some_container {
  position: fixed;
  bottom: 15px;
  right: 100px; }
  .some_container .some_link {
    background: #e0001b;
    color: #fff;
    padding: 25px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin: 0px 5px;
    opacity: 0.5; }
    .some_container .some_link:hover {
      opacity: 1; }
    .some_container .some_link i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .some_container .some_link:after {
      content: "";
      display: block;
      padding-bottom: 100%; }

.locate_your_partner_link {
  color: #fff;
  font-size: 21px;
  line-height: 50px; }
  .locate_your_partner_link:hover {
    color: #e6e6e6; }

@media screen and (max-width: 767px) {
  #policylink {
    padding-bottom: 100px !important; } }
.frm_hidden,
input[type="text"].frm_hidden {
  display: none !important; }

.references_2019:not(.homepage) .reference_item {
  cursor: pointer; }
  .references_2019:not(.homepage) .reference_item:hover img {
    transform: scale(1.2); }

.references_2019 {
  margin-top: 40px; }
  .references_2019 .reference_title {
    font-weight: 800; }
  .references_2019 .col-sm-5 img {
    margin-top: 68px; }
  .references_2019 .reference_item {
    margin-bottom: 30px; }
    .references_2019 .reference_item .img_w {
      position: relative;
      margin-bottom: 10px;
      overflow: hidden; }
      .references_2019 .reference_item .img_w img {
        transition: all .3s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        object-fit: cover;
        height: 100%;
        width: 100% !important; }
      .references_2019 .reference_item .img_w:after {
        content: "";
        display: block;
        padding-bottom: 66.6666%; }
    .references_2019 .reference_item .title {
      font-weight: 800;
      color: #282828; }
  .references_2019 .reference_content {
    display: none;
    margin-bottom: 30px;
    background: #edf2f5; }
    .references_2019 .reference_content .wrapper {
      padding: 2em; }
    .references_2019 .reference_content:before {
      width: 0px;
      height: 0px;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      margin: -15px auto 0px 0px;
      content: "";
      border-bottom: 15px solid #EDF2F5;
      position: absolute;
      left: 50%; }
    .references_2019 .reference_content.item_0:before {
      left: 15%; }
    .references_2019 .reference_content.item_2:before {
      left: 80%; }
  .references_2019 .marene_references {
    background: #DF000E;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px; }
    .references_2019 .marene_references:hover {
      background: #ff2d3a; }

.references_2019.homepage .reference_item:nth-of-type(3n+5) {
  clear: both; }

@media screen and (min-width: 768px) {
  .home #quicklinks_2019 {
    margin-top: -80px; } }

#quicklinks_2019 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #quicklinks_2019 {
      padding-left: 10px;
      padding-right: 10px; } }
  #quicklinks_2019 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  #quicklinks_2019 .quicklink_item {
    margin-bottom: 30px; }
    #quicklinks_2019 .quicklink_item .bg {
      background: #fff;
      padding: 10px;
      box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4);
      height: 100%; }
    #quicklinks_2019 .quicklink_item .flex-it {
      display: flex;
      margin-bottom: 10px; }
      #quicklinks_2019 .quicklink_item .flex-it .image {
        margin-right: 5px; }
      #quicklinks_2019 .quicklink_item .flex-it .text {
        color: #505f67; }
        #quicklinks_2019 .quicklink_item .flex-it .text h3 {
          font-weight: 800; }
    #quicklinks_2019 .quicklink_item .content p {
      color: #505f67; }

@media (min-width: 1200px) {
  .container {
    width: 1160px; } }
.upcomming_mobil {
  background: #df000e;
  color: #fff;
  padding-left: 10px;
  text-align: left; }

.upcoming_events {
  padding: 10px 10px 0px 10px;
  background: #edf2f5; }

.upcuming_item {
  list-style: none;
  text-align: left;
  color: #505f67;
  display: flex;
  align-items: flex-start;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #aab0b4; }
  .upcuming_item.no_event {
    align-items: center; }
  .upcuming_item a.read_more {
    font-weight: 700;
    display: inline-block; }
  .upcuming_item.no_event {
    align-items: center; }
  .upcuming_item .img_w {
    width: 80px !important;
    height: 78px !important;
    margin-right: 10px; }
  .upcuming_item li {
    height: 86px;
    margin-bottom: 8px;
    border-bottom: 1px solid #aab0b4; }
  .upcuming_item h3 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    color: #505f67;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-family: Verdana, sans-serif; }
  .upcuming_item .date {
    color: #505f67; }
  .upcuming_item .subtitle {
    color: #939ba1; }
  .upcuming_item .bold {
    font-weight: 800;
    color: #505f67; }

/*# sourceMappingURL=custom.css.map */
