.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.green-background {
  background-color: #009688 !important; }

.green-color {
  color: #009688 !important; }

.white-color {
  color: #fff !important; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  outline: none;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto; }
  body.main-page .nav-bar {
    margin-bottom: 0; }

h1, h2, h3 {
  color: #009688;
  font-weight: bold; }

h2 {
  margin-top: 10px; }

a {
  color: #009688; }

ol {
  padding-left: 0px; }
  ol li {
    display: inline; }

.green-text {
  color: #009688; }

.white-text {
  color: white; }

.label-green {
  color: #009688;
  background-color: #009688; }

.magenta-text {
  color: #880096; }

.red-text {
  color: #d33333; }

.lightgrey-text {
  color: #a6a6a6; }

.red-text {
  color: #d33333; }

.disable-text {
  color: #cfcfcf; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #009688;
  border-color: #0d8864; }

i.icon-x-large.service-1:before {
  content: "\e904";
  color: #009688;
  padding: 0px 5px;
  font-size: x-large; }

i.icon-x-large.service-2:before {
  content: "\e903";
  color: #009688;
  padding: 0px 5px;
  font-size: x-large; }

i.icon-x-large.service-3:before {
  content: "\e905";
  color: #009688;
  padding: 0px 5px;
  font-size: x-large; }

i.icon-x-large.service-ph:before {
  content: "\20";
  color: #009688;
  padding: 0px 5px;
  font-size: x-large; }

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }
  .container #shipyard-selector {
    padding-top: 5px; }

.show-mobile {
  display: none !important; }

.flag {
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 8px; }

.flag-icon-background {
  border: 2px solid #009688; }

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

p {
  line-height: 24px;
  margin: 0 0 15px; }

.nowrap {
  white-space: nowrap; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.gradient-title {
  color: white;
  padding: 5px 0px 5px 10px;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Fx 3.6 to 15 */
  background: linear-gradient(to right, #009688, white);
  /* Standard syntax (must be last) */ }
  .gradient-title.olive {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, #968800, white);
    /* Standard syntax (must be last) */ }

.gradient-subTitle {
  color: white;
  padding: 5px 0px 5px 10px;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Fx 3.6 to 15 */
  background: linear-gradient(to right, #009688, white);
  /* Standard syntax (must be last) */ }
  .gradient-subTitle.olive {
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, #968800, white);
    /* Standard syntax (must be last) */ }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box; }
  .card .star-ratings-sprite {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto; }
    .card .star-ratings-sprite-rating {
      background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2605/star-rating-sprite.png") repeat-x;
      background-position: 0 100%;
      float: left;
      height: 21px;
      display: block; }

.card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  background-clip: content-box;
  background-color: rgba(0, 150, 136, 0.8); }

.card .card-image {
  width: 100%;
  line-height: 156px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 1px 1px; }

.card .card-image img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.card .card-image span.card-title {
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 0px;
  width: 100%;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.card .card-content {
  height: 120px;
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box; }

.card .card-content p {
  margin: 0;
  color: inherit; }

.card .card-content span.card-title {
  line-height: 48px; }

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px; }

.card .card-action a {
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase; }

.card .card-action a:hover {
  text-decoration: none; }

.daterangepicker .daterangepicker_input {
  display: none  !important; }

.daterangepicker td.in-range:not(.end-date) {
  background-color: #7DADD5 !important; }

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M1 0 L0 1 L99 100 L100 99' fill='black' /><path d='M0 99 L99 0 L100 1 L1 100' fill='black' /></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto; }

.ui-datepicker .ui-datepicker-calendar .ui-state-holiday a {
  background-color: #009688;
  border: 1px solid #009688;
  background: #009688;
  color: #fff; }

.ui-state-today a {
  background-color: #0b93d5;
  border: 1px solid #0b93d5;
  background: #0b93d5;
  color: #fff; }

.error {
  color: #d33333; }

.pagination > li > a, .pagination > li > span {
  color: #009688; }

.pagination > .active > a, .pagination > .active > span {
  background-color: #009688;
  border-color: #009688; }

.star-ratings-sprite {
  background: url("/img/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px; }
  .star-ratings-sprite-rating {
    background: url("/img/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block; }

.fill {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  object-fit: cover;
  height: 120px; }
  .fill img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
    min-height: 100%; }

.progress {
  height: 7px;
  width: 80px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0px; }

.progress-bar {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 0.9)), to(rgba(230, 230, 230, 0)), color-stop(0, rgba(255, 255, 255, 0.7)));
  background-color: #009688; }

.container-full {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%; }

.float-right {
  float: right; }

.text-decoration-none {
  text-decoration: none !important; }

.fullscreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8); }

tr.current {
  background-color: #009688; }

.background-lightcoral {
  background: lightcoral; }

.collapse[aria-expanded="false"] {
  display: block;
  height: 160px !important;
  overflow: hidden; }

.collapsing[aria-expanded="false"] {
  height: 160px !important; }

#user_related_content a.collapsed:after {
  content: '+ Show More'; }

#user_related_content a.collapseToggle:not(.collapsed):after {
  content: '- Show Less'; }

header {
  padding: 15px 0px 0px 0px; }
  header .logo-header {
    float: left;
    width: 30%; }
    header .logo-header img {
      display: inline-block;
      vertical-align: middle;
      height: 55px; }
    header .logo-header .logo-name {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      display: inline-block;
      vertical-align: middle; }
  header .header-center {
    float: left;
    text-align: center;
    width: 40%; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .header-center {
        width: unset; } }
  header .header-right {
    margin-top: 10px; }
  header .search-block {
    display: inline-block;
    vertical-align: middle;
    width: 450px; }
    header .search-block .select2-container {
      width: 100% !important;
      text-align: left; }
    header .search-block .name {
      display: block;
      font-size: 14px; }
    header .search-block .group {
      display: block;
      font-size: 9px;
      margin-right: 10px; }
    header .search-block .country {
      display: block;
      font-size: 9px; }
    header .search-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: transparent;
      border: 0;
      margin-right: 0; }
      header .search-block .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none; }
    header .search-block .select2-results__option {
      display: -ms-flexbox;
      display: flex; }
      header .search-block .select2-results__option .wrapepr {
        -ms-flex: 1;
            flex: 1; }
    header .search-block .search-header {
      width: 100%;
      height: 32px;
      border: 1px solid #999;
      padding: 0 10px;
      margin-right: 15px;
      display: inline-block;
      border-radius: 4px; }
  header .search-links-wrap {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    vertical-align: middle; }
    header .search-links-wrap .tada-link {
      display: block;
      margin-left: 10px;
      padding-top: 3px; }
  header .search-link {
    margin-left: 10px; }
    header .search-link .fa {
      margin-right: 6px; }

.profile-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  float: right;
  line-height: 0; }
  .profile-block.not-logged .register {
    display: block; }
    .profile-block.not-logged .register .btn.btn-block {
      padding: 15px 18px; }
  .profile-block.not-logged .profile-menu {
    display: none; }
  .profile-block .register {
    display: none;
    text-align: right; }
    .profile-block .register a {
      display: block;
      margin-bottom: 5px; }

.nav-bar {
  background-color: #f8f8f8;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px; }
  .nav-bar.open .menu-ico span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%; }
  .nav-bar.open .menu-ico span:nth-child(2) {
    transform: rotate(45deg); }
  .nav-bar.open .menu-ico span:nth-child(3) {
    transform: rotate(-45deg); }
  .nav-bar.open .menu-ico span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%; }
  .nav-bar.open .ul-nav {
    height: auto;
    transition: height 5s ease-out; }
  .nav-bar .ul-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-bar .ul-nav li {
      display: inline-block; }
      .nav-bar .ul-nav li.active a {
        color: #009688;
        cursor: default; }
      .nav-bar .ul-nav li:first-child a {
        padding-left: 0; }
      .nav-bar .ul-nav li:last-child a {
        padding-right: 0; }
      .nav-bar .ul-nav li a {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        line-height: 60px;
        display: inline-block;
        text-decoration: none;
        padding: 0 30px; }
        .nav-bar .ul-nav li a:hover {
          color: #009688;
          transition: color .3s ease-out; }

.menu-ico {
  width: 30px;
  height: 23px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .menu-ico span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .menu-ico span:nth-child(1) {
      top: 0; }
    .menu-ico span:nth-child(2), .menu-ico span:nth-child(3) {
      top: 18px; }
    .menu-ico span:nth-child(4) {
      top: 36px; }

.profile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .profile-menu .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative; }
    .profile-menu .profile-img img {
      border-radius: 50%; }
  .profile-menu .onclick-menu-content {
    position: absolute;
    background-color: #364656;
    width: auto;
    min-width: 150px;
    margin-top: 19px;
    margin-left: 0;
    padding: 10px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    right: -32px;
    transition: visibility .5s; }
    .profile-menu .onclick-menu-content:before {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 10px solid #364656;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      top: -10px;
      right: 0px; }
    .profile-menu .onclick-menu-content li {
      list-style-type: none;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 5px; }
      .profile-menu .onclick-menu-content li a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 12px;
        line-height: 17px; }
        .profile-menu .onclick-menu-content li a:hover {
          color: #009688;
          transition: color .3s ease-out; }
  .profile-menu:focus {
    pointer-events: none; }
    .profile-menu:focus .onclick-menu-content {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

.lang-box {
  float: right;
  position: relative;
  line-height: 40px;
  margin: 9px 15px 0 5px; }
  .lang-box ul {
    position: absolute;
    list-style: none;
    padding: 10px 0 5px 0;
    top: 30px;
    left: 20px;
    margin: 0 0 0 -28px;
    width: 56px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff; }
    .lang-box ul li {
      line-height: 20px;
      text-align: center; }

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px; }

#breadcrumb .icon {
  font-size: 14px; }

#breadcrumb li {
  float: left;
  margin-top: 10px; }

#breadcrumb li:first-child {
  margin-left: -20px; }

#breadcrumb li a {
  color: #333;
  display: block;
  background: #ddd;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px; }

#breadcrumb li a.active {
  background: #968800;
  color: white; }

#breadcrumb li a.active:before {
  border-color: #968800;
  border-left-color: transparent; }

#breadcrumb li a.active:after {
  border-left-color: #968800; }

#breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px; }

#breadcrumb li:first-child a:before {
  border: none; }

#breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0; }

#breadcrumb li:last-child a:after {
  border: none; }

#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ddd;
  border-width: 20px 10px;
  width: 0;
  height: 0; }

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent; }

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ddd; }

#breadcrumb li a:active {
  background-color: #16a085; }

#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent; }

#breadcrumb li a:active:after {
  border-left-color: #16a085; }

.nextButton {
  padding-left: 15px;
  border-radius: 4px 0 0 4px; }

footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0px; }
  @media (max-width: 767px) {
    footer {
      display: block;
      height: auto; } }
  footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      footer .container {
        display: block; } }
  footer .copy-right {
    min-width: 80px; }
    @media (max-width: 767px) {
      footer .copy-right {
        display: block;
        text-align: center; } }
  footer ul.social_buttons {
    padding: 0;
    list-style: none;
    min-width: 70px;
    margin: 5px 0 0 0; }
    @media (max-width: 767px) {
      footer ul.social_buttons {
        text-align: center; } }
    footer ul.social_buttons .facebook a {
      color: #3b5997; }
    footer ul.social_buttons .linkedin a {
      color: #0076ba; }
    footer ul.social_buttons li {
      display: inline-block;
      padding: 0 5px; }
      footer ul.social_buttons li a {
        text-decoration: none;
        font-size: 25px; }
        @media (max-width: 767px) {
          footer ul.social_buttons li a {
            font-size: 20px;
            display: block; } }
      footer ul.social_buttons li.facebook div.fb-like.fb_iframe_widget span {
        vertical-align: baseline !important; }
  footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      footer .footer-nav {
        float: none;
        width: 100%;
        text-align: center;
        display: block; } }
    footer .footer-nav li {
      display: inline-block;
      padding: 5px 10px; }
      @media (max-width: 767px) {
        footer .footer-nav li {
          display: block;
          list-style: none; }
          footer .footer-nav li a {
            padding: 0 4px; } }

/* Edit contact form */
.contact-popup .popup_block {
  background-color: #fff;
  position: relative;
  padding: 25px 30px; }

.contact-popup .popup_close {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .contact-popup .popup_close svg {
    width: 100%; }

.contact-popup .popup-title {
  font-size: 22px;
  line-height: 24px;
  padding-right: 35px;
  margin-bottom: 36px; }
  .contact-popup .popup-title strong {
    font-weight: 600;
    margin-left: 6px; }

.contact-popup .popup-content .form-control {
  height: 30px;
  padding: 0 10px; }

.contact-popup .popup-content .photo-wrap {
  display: block;
  width: 100%;
  text-align: center;
  color: #009688;
  cursor: pointer;
  border: 1px solid #009688;
  border-radius: 4px;
  padding: 24px 10px 26px;
  margin: 20px 0;
  line-height: 138px; }
  .contact-popup .popup-content .photo-wrap + input[type="file"] {
    display: none; }

.contact-popup .popup-content .contact-picture-box {
  position: relative;
  width: 295px;
  height: 196px;
  overflow: hidden; }
  .contact-popup .popup-content .contact-picture-box img {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.contact-popup .popup-content .popup-buttons .js-save[disabled] {
  background-color: #666; }

.preview-contactpic .cropper-container {
  margin: 0; }

.crop-buttons-wrap {
  background-color: #fff;
  text-align: center;
  padding: 10px 0; }
  .crop-buttons-wrap a {
    margin: 0 5px; }

.btn-new-contact {
  margin-left: 15px; }

.contacts-wrap .contact-item {
  min-height: 290px;
  margin-bottom: 10px; }
  .contacts-wrap .contact-item img {
    display: block;
    width: 100%;
    height: auto; }
  .contacts-wrap .contact-item .name {
    font-weight: 600;
    font-size: 15px;
    margin: 0; }
  .contacts-wrap .contact-item .details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px; }
  .contacts-wrap .contact-item .item-actions {
    padding-top: 8px; }
    .contacts-wrap .contact-item .item-actions .edit-contact {
      color: #000;
      text-decoration: none;
      margin-right: 8px; }
    .contacts-wrap .contact-item .item-actions .remove {
      color: #d33333;
      text-decoration: none; }

.review-block {
  background-color: #f8f8f8;
  margin: 10px 0 22px;
  padding: 20px; }

.head-reviews span {
  font-weight: 600; }

.head-reviews span.green {
  color: #009688; }

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

.search-result {
  display: -ms-flexbox;
  display: flex; }
  .search-result ul.ship-information {
    list-style: none;
    padding: 0;
    margin: 0; }

.review-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .review-title .circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #e9e9e9;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 30px; }
  .review-title .title-text {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -ms-flex: 1;
        flex: 1; }
    .review-title .title-text span.green {
      color: #009688; }
  .review-title.passed .circle {
    background-color: #009688; }

.provider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .provider .provider-image {
    max-width: 170px; }
  .provider .shipyard-headlines {
    -ms-flex: 1;
        flex: 1;
    margin-left: 20px; }
    .provider .shipyard-headlines .title-shipyard {
      margin: 0 0 5px; }
    .provider .shipyard-headlines .shipyard-small-info {
      margin: 0; }

.search-fill a.question {
  line-height: 42px; }

.search-fill.has-error .select2-container .selection .select2-selection {
  border-color: #d33333; }

.search-result .ship-image {
  width: 166px; }

.search-result .ship-information tr:first-child td {
  padding-top: 0; }

.search-result .ship-information tr td {
  padding: 3px 0 3px 20px; }
  .search-result .ship-information tr td:first-child {
    color: #666; }

.select-service {
  display: none; }

.select-service:checked + label {
  border: 2px solid #009688;
  border-radius: 4px; }

.select-service:disabled + label {
  cursor: not-allowed; }
  .select-service:disabled + label i.icon-service {
    color: #e9e9e9; }
  .select-service:disabled + label span {
    color: #e9e9e9; }

.services-list {
  margin-bottom: 7px; }
  .services-list .service-1 i:before {
    content: "\e904"; }
  .services-list .service-2 i:before {
    content: "\e903"; }
  .services-list .service-3 i:before {
    content: "\e905"; }
  .services-list .option {
    display: inline-block; }
  .services-list label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 4px 10px 4px 4px;
    font-weight: 600;
    margin-right: 10px;
    background-color: #fff;
    cursor: pointer;
    transition: all 200ms ease-in-out; }
  .services-list i.icon-service {
    font-size: 35px;
    color: #009688;
    margin-right: 15px; }

.calendar {
  margin-bottom: 5px; }
  .calendar .form-control {
    margin-bottom: 0; }

.service-dates p {
  margin: 0 0 5px; }

.service-dates span.green {
  color: #009688; }

.service-dates .form-group.has-error .form-control {
  border-color: #d33333; }

.date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .date .start-date {
    -ms-flex: 1;
        flex: 1;
    position: relative; }
  .date .end-date {
    -ms-flex: 1;
        flex: 1;
    position: relative; }
  .date .btn {
    padding: 0 5px;
    position: absolute;
    border: 0;
    height: 17px;
    display: block;
    top: 13px;
    right: 7px; }
    .date .btn .icon-calendar {
      color: #009688;
      font-size: 16px; }

.horizontal-line {
  border-top: 1px solid #000;
  height: 1px;
  width: 13px; }

.rating .rate-quality {
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 14px; }

.rating.has-error .rate-quality {
  color: #d33333; }

.rating-anchor-no-hover {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block; }
  .rating-anchor-no-hover i {
    color: #e9e9e9;
    font-size: 25px;
    direction: ltr; }
    .rating-anchor-no-hover i:before {
      transition: all 200ms ease-in-out; }
  .rating-anchor-no-hover input[type="checkbox"] {
    display: none; }
  .rating-anchor-no-hover [type='checkbox']:not(:checked) + label,
  .rating-anchor-no-hover [type='checkbox']:checked + label,
  .rating-anchor-no-hover [type='checkbox']:not(:checked) + label:before,
  .rating-anchor-no-hover [type='checkbox']:checked + label:before {
    position: unset;
    padding-left: unset;
    border: unset; }
  .rating-anchor-no-hover [type='checkbox']:not(:checked) + label:after,
  .rating-anchor-no-hover [type='checkbox']:checked + label:after {
    display: none; }
  .rating-anchor-no-hover input.good[type="checkbox"]:checked + label i:before,
  .rating-anchor-no-hover input.good[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor-no-hover label:hover ~ input.good[type="radio"]:checked ~ label i:before {
    color: #009688; }
  .rating-anchor-no-hover input.fair[type="checkbox"]:checked + label i:before,
  .rating-anchor-no-hover input.fair[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor-no-hover label:hover ~ input.fair[type="radio"]:checked ~ label i:before {
    color: #009688; }
  .rating-anchor-no-hover input.poor[type="checkbox"]:checked + label i:before,
  .rating-anchor-no-hover input.poor[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor-no-hover label:hover ~ input.poor[type="checkbox"]:checked ~ label i:before {
    color: #009688; }

.rating-anchor {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block; }
  .rating-anchor i {
    color: #e9e9e9;
    font-size: 35px;
    direction: ltr; }
    .rating-anchor i:before {
      transition: all 200ms ease-in-out; }
  .rating-anchor input[type="checkbox"] {
    display: none; }
  .rating-anchor [type='checkbox']:not(:checked) + label,
  .rating-anchor [type='checkbox']:checked + label,
  .rating-anchor [type='checkbox']:not(:checked) + label:before,
  .rating-anchor [type='checkbox']:checked + label:before {
    position: unset;
    padding-left: unset;
    border: unset; }
  .rating-anchor [type='checkbox']:not(:checked) + label:after,
  .rating-anchor [type='checkbox']:checked + label:after {
    display: none; }
  .rating-anchor input.good[type="checkbox"]:checked + label i:before,
  .rating-anchor input.good[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor input.good[type="checkbox"]:checked + label:hover i:before,
  .rating-anchor input.good[type="checkbox"]:checked + label:hover ~ label i:before,
  .rating-anchor input.good[type="checkbox"]:checked ~ label:hover i:before,
  .rating-anchor input.good[type="checkbox"]:checked ~ label:hover ~ label i:before,
  .rating-anchor label:hover ~ input.good[type="radio"]:checked ~ label i:before {
    color: #009688; }
  .rating-anchor input.fair[type="checkbox"]:checked + label i:before,
  .rating-anchor input.fair[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor input.fair[type="checkbox"]:checked + label:hover i:before,
  .rating-anchor input.fair[type="checkbox"]:checked + label:hover ~ label i:before,
  .rating-anchor input.fair[type="checkbox"]:checked ~ label:hover i:before,
  .rating-anchor input.fair[type="checkbox"]:checked ~ label:hover ~ label i:before,
  .rating-anchor label:hover ~ input.fair[type="radio"]:checked ~ label i:before {
    color: #009688; }
  .rating-anchor input.poor[type="checkbox"]:checked + label i:before,
  .rating-anchor input.poor[type="checkbox"]:checked + label ~ label i:before,
  .rating-anchor input.poor[type="checkbox"]:checked + label:hover i:before,
  .rating-anchor input.poor[type="checkbox"]:checked + label:hover ~ label i:before,
  .rating-anchor input.poor[type="checkbox"]:checked ~ label:hover i:before,
  .rating-anchor input.poor[type="checkbox"]:checked ~ label:hover ~ label i:before,
  .rating-anchor label:hover ~ input.poor[type="checkbox"]:checked ~ label i:before {
    color: #009688; }

.rating-anchor:not(:checked) > input[type="checkbox"] + label:hover i:before,
.rating-anchor:not(:checked) > input[type="checkbox"] + label:hover ~ label i:before {
  color: #999; }

.rating-anchor:not(:checked) > input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 3px; }
  .rating-anchor:not(:checked) > input[type="checkbox"] + label:last-child {
    margin-left: 0; }

.rating-anchor-show {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block; }
  .rating-anchor-show label {
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0px; }
  .rating-anchor-show i {
    color: #e9e9e9;
    font-size: 24px; }
    .rating-anchor-show i:before {
      transition: all 200ms ease-in-out; }
  .rating-anchor-show input[type="checkbox"] {
    display: none; }
  .rating-anchor-show input.good[type="checkbox"]:checked + label i:before,
  .rating-anchor-show input.good[type="checkbox"]:checked + label ~ label i:before {
    color: #009688; }
  .rating-anchor-show input.fair[type="checkbox"]:checked + label i:before,
  .rating-anchor-show input.fair[type="checkbox"]:checked + label ~ label i:before {
    color: #009688; }
  .rating-anchor-show input.poor[type="checkbox"]:checked + label i:before,
  .rating-anchor-show input.poor[type="checkbox"]:checked + label ~ label i:before {
    color: #009688; }

.review-message .form-control {
  padding: 10px 20px;
  margin-bottom: 0; }

.review-text p {
  margin-bottom: 6px; }

.review-text .review-message textarea {
  min-height: 100px;
  resize: vertical; }

.review-text.has-error {
  color: #d33333; }

.review-fields {
  margin: 0 -15px; }
  .review-fields .row {
    width: 100%;
    margin: 0; }
  .review-fields .form-control {
    margin-bottom: 13px; }
  .review-fields p {
    margin: 0 0 5px; }

.review-fields .form-group.has-error .form-control,
.review-text .form-group.has-error .form-control {
  border-color: #d33333; }

ul.visibility-group {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.visibility-group li {
    margin-bottom: 11px; }
    ul.visibility-group li:last-child {
      margin-bottom: 2px; }
    ul.visibility-group li span {
      margin-left: 5px; }
    ul.visibility-group li input[disabled] + span {
      color: #999; }
  ul.visibility-group.has-error li span {
    color: #d33333; }

.agree {
  text-align: center;
  padding-top: 6px; }
  .agree p {
    line-height: 34px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px; }
    .agree p a {
      text-decoration: underline; }
  .agree .has-error [type='checkbox']:not(:checked) + label:before {
    border-color: #d33333; }

.popup-buttons {
  margin: 30px 0 50px; }
  .popup-buttons button.btn.btn-green {
    display: block;
    margin: 0 auto; }
    .popup-buttons button.btn.btn-green[disabled] {
      background-color: #666; }
      .popup-buttons button.btn.btn-green[disabled]:hover {
        color: #fff; }

.service-select p {
  margin: 0 0 5px; }

.service-select .form-control {
  margin-bottom: 14px; }

.service-select .select-custom .select2-container .select2-selection--multiple {
  min-height: 41px; }
  .service-select .select-custom .select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px; }
  .service-select .select-custom .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 10px; }

.review-columns.has-error .rating-anchor {
  border-color: #d33333;
  border-width: 1px;
  border-style: solid; }

.review-columns .characteristic-item {
  padding: 10px;
  transition: all 200ms ease-in-out; }
  @media (min-width: 768px) and (max-width: 991px) {
    .review-columns .characteristic-item {
      padding: 10px 0 0; } }
  @media (max-width: 767px) {
    .review-columns .characteristic-item {
      padding: 10px 0 0; } }
  .review-columns .characteristic-item:hover {
    background-color: #fff; }
  .review-columns .characteristic-item .item-title {
    position: relative;
    width: 30%;
    float: left;
    padding-top: 11px; }
    .review-columns .characteristic-item .item-title i {
      color: #009688; }
    @media (min-width: 768px) and (max-width: 991px) {
      .review-columns .characteristic-item .item-title {
        width: 50%; } }
    @media (max-width: 767px) {
      .review-columns .characteristic-item .item-title {
        width: 100%; } }
  .review-columns .characteristic-item .item-title[aria-label]:hover:after {
    display: inline-block;
    content: attr(aria-label);
    position: absolute;
    top: 110%;
    line-height: 19px;
    background-color: #009688;
    color: #fff;
    font-size: 13px;
    z-index: 10;
    padding: 4px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif; }
  .review-columns .characteristic-item .rating-anchor {
    float: left;
    padding-top: 7px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .review-columns .characteristic-item .rating-anchor {
        float: right; } }
    @media (max-width: 767px) {
      .review-columns .characteristic-item .rating-anchor {
        float: left; } }
  .review-columns .characteristic-item .fld-comment {
    float: right;
    width: 55%;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .review-columns .characteristic-item .fld-comment {
        width: 100%; } }
    @media (max-width: 767px) {
      .review-columns .characteristic-item .fld-comment {
        width: 100%; } }
  .review-columns .characteristic-item.has-error .item-title {
    color: #d33333; }

.my-reviews-wrapper .reviews {
  margin: 31px 0 43px; }
  .my-reviews-wrapper .reviews .review-person {
    position: relative;
    top: 0;
    margin-bottom: 8px; }
    .my-reviews-wrapper .reviews .review-person .date-review {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .my-reviews-wrapper .reviews .review-person .date-review .btn {
        padding: 0;
        border: none;
        margin-right: 10px; }
        .my-reviews-wrapper .reviews .review-person .date-review .btn .icon-calendar {
          color: #009688;
          font-size: 16px; }
      .my-reviews-wrapper .reviews .review-person .date-review p.review-date {
        margin: 0;
        padding-right: 10px; }
    .my-reviews-wrapper .reviews .review-person .company-details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 10px; }
      .my-reviews-wrapper .reviews .review-person .company-details h3 {
        margin: 0; }
  .my-reviews-wrapper .reviews .review-item .review-content {
    margin-bottom: 35px; }
    .my-reviews-wrapper .reviews .review-item .review-content .review-text {
      padding: 14px 20px 12px;
      -ms-flex: 1;
          flex: 1; }
      .my-reviews-wrapper .reviews .review-item .review-content .review-text .service-subservice {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px; }
        .my-reviews-wrapper .reviews .review-item .review-content .review-text .service-subservice p {
          margin-bottom: 0; }
        .my-reviews-wrapper .reviews .review-item .review-content .review-text .service-subservice i {
          font-size: 25px;
          color: #009688;
          margin-right: 10px; }
        .my-reviews-wrapper .reviews .review-item .review-content .review-text .service-subservice i.icon-service:before {
          content: "\e903"; }
    .my-reviews-wrapper .reviews .review-item .review-content .ship-details .ship-photo img {
      width: 150px;
      height: auto; }
    .my-reviews-wrapper .reviews .review-item .review-content .item-actions {
      padding: 20px; }
      .my-reviews-wrapper .reviews .review-item .review-content .item-actions .btn.btn-info {
        display: block;
        width: 155px;
        margin-bottom: 20px;
        border: 1px solid #e9e9e9;
        color: #000;
        font-size: 14px; }
        .my-reviews-wrapper .reviews .review-item .review-content .item-actions .btn.btn-info:hover {
          color: #009688;
          border-color: #009688;
          transition: 0.3s; }

.news-page .news-placement {
  display: -ms-flexbox;
  display: flex; }
  .news-page .news-placement .regions-filter {
    width: 200px; }
    .news-page .news-placement .regions-filter .filter {
      line-height: 14px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .news-page .news-placement .regions-filter .company-search-wrap {
      margin-bottom: 30px; }
      .news-page .news-placement .regions-filter .company-search-wrap .select2-container .selection .select2-selection {
        border-color: #999;
        height: 32px; }
    .news-page .news-placement .regions-filter .regions-list {
      list-style: none;
      padding: 0;
      margin-top: 12px; }
      .news-page .news-placement .regions-filter .regions-list li {
        margin-bottom: 9px; }
        .news-page .news-placement .regions-filter .regions-list li.active a {
          font-weight: 600;
          text-decoration: none;
          color: #000; }
  .news-page .news-placement .show-news-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 1;
        flex: 1; }
    .news-page .news-placement .show-news-wrapper .show-news .news-item {
      margin-bottom: 25px; }
      .news-page .news-placement .show-news-wrapper .show-news .news-item .news-image {
        width: 160px; }
      .news-page .news-placement .show-news-wrapper .show-news .news-item .news-content .news-title {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 8px; }
      .news-page .news-placement .show-news-wrapper .show-news .news-item .news-content .news-description {
        line-height: 19px; }
      .news-page .news-placement .show-news-wrapper .show-news .news-item .news-content .date {
        padding-top: 3px; }
      .news-page .news-placement .show-news-wrapper .show-news .news-item .news-content .related-companies {
        font-size: 12px; }
    .news-page .news-placement .show-news-wrapper .pagination .news-pager {
      margin: 9px 0 50px; }
      .news-page .news-placement .show-news-wrapper .pagination .news-pager a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        background: #f8f8f8;
        border-radius: 6px;
        text-align: center;
        padding-top: 10px;
        text-decoration: none;
        margin-right: 4px; }
        .news-page .news-placement .show-news-wrapper .pagination .news-pager a:hover {
          background: #f3fffe; }
        .news-page .news-placement .show-news-wrapper .pagination .news-pager a.-active {
          display: inline-block;
          background: #009688;
          color: #fff; }
    .news-page .news-placement .show-news-wrapper .empty-news-wrap {
      text-align: center;
      color: #525252; }
  .news-page .news-placement .advertising-place {
    width: 200px; }

#registration .font-wrapper, #agent_search .font-wrapper, #deviation-costs .font-wrapper, .search-block .font-wrapper {
  float: right;
  margin-right: 10px;
  margin-top: -23px;
  position: relative;
  color: #009688; }

#registration .select2.select2-container, #agent_search .select2.select2-container, #deviation-costs .select2.select2-container, .search-block .select2.select2-container {
  width: 100% !important; }
  #registration .select2.select2-container .select2-search__field, #agent_search .select2.select2-container .select2-search__field, #deviation-costs .select2.select2-container .select2-search__field, .search-block .select2.select2-container .select2-search__field {
    width: 100% !important; }
  #registration .select2.select2-container .select2-search--inline, #agent_search .select2.select2-container .select2-search--inline, #deviation-costs .select2.select2-container .select2-search--inline, .search-block .select2.select2-container .select2-search--inline {
    width: 90% !important; }
  #registration .select2.select2-container .select2-selection__choice, #agent_search .select2.select2-container .select2-selection__choice, #deviation-costs .select2.select2-container .select2-selection__choice, .search-block .select2.select2-container .select2-selection__choice {
    display: none; }

#registration .btn-green, #agent_search .btn-green, #deviation-costs .btn-green, .search-block .btn-green {
  margin-top: 14px; }

#registration ul.nav-tabs li a, #agent_search ul.nav-tabs li a, #deviation-costs ul.nav-tabs li a, .search-block ul.nav-tabs li a {
  border-radius: 4px; }

#registration .select2-results__option span, #agent_search .select2-results__option span, #deviation-costs .select2-results__option span, .search-block .select2-results__option span {
  padding: 4px 0px; }

.select2-search__field {
  width: 300px !important; }

.select2-search {
  width: 300px !important; }

#mapid {
  height: 450px;
  margin: 20px 0px; }

.company_thumbnail_logo {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: block;
  background: transparent url("../img/dummy-logo.png") no-repeat scroll center center;
  background-size: cover; }

.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 1em;
  border: 5px solid #009688;
  color: #333;
  background: #fff;
  /* css3 */
  border-radius: 10px; }

/* Variant : for right positioned triangle
------------------------------------------ */
.triangle-border.right {
  margin-right: 30px; }

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #009688 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0; }

/* creates the smaller  triangle */
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 47px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0; }

/* Variant : top
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.top:before {
  top: -20px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 40px;
  /* controls horizontal position */
  border-width: 0 20px 20px; }

/* creates the smaller  triangle */
.triangle-border.top:after {
  top: -13px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  right: 47px;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 13px 13px; }

/* Variant : left
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.left:before {
  top: auto;
  /* controls vertical position */
  bottom: 0px;
  left: -30px;
  /* value = - border-left-width - border-right-width */
  border-width: 33px 30px 0px 0;
  border-color: transparent #009688; }

/* creates the smaller  triangle */
.triangle-border.left:after {
  top: auto;
  /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: 6px;
  left: -18px;
  /* value = - border-left-width - border-right-width */
  border-width: 21px 21px 0px 0;
  border-color: transparent #fff; }

/* Variant : right
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.right:before {
  top: 10px;
  /* controls vertical position */
  bottom: auto;
  left: auto;
  right: -30px;
  /* value = - border-left-width - border-right-width */
  border-width: 15px 0 15px 30px;
  border-color: transparent #009688; }

/* creates the smaller  triangle */
.triangle-border.right:after {
  top: 16px;
  /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: auto;
  right: -21px;
  /* value = - border-left-width - border-right-width */
  border-width: 9px 0 9px 21px;
  border-color: transparent #fff; }

#ship-search-result {
  margin: 20px 0px; }

.material-switch > input[type="checkbox"] {
  display: none; }

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
  padding: unset !important; }

.material-switch > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '' !important;
  height: 16px !important;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px !important; }

.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '' !important;
  height: 24px !important;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px !important;
  transition: all 0.3s ease-in-out;
  width: 24px !important;
  opacity: unset !important;
  transform: unset !important; }

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5; }

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px; }

.label-info {
  background-color: #009688; }

.label-olive {
  background-color: #968800; }

.printable, .display-none {
  display: none; }

.scroll-top-button {
  background-color: #009688 !important; }
  .scroll-top-button:hover {
    background: #0d8864 !important; }

.editable {
  position: relative; }
  .editable:hover {
    background: lightgray; }
    .editable:hover img {
      opacity: 0.3; }
    .editable:hover #map {
      opacity: 0.3; }
    .editable:hover .editableLable {
      opacity: 1; }

.editablePremium {
  position: relative; }
  .editablePremium:hover {
    background: #ffc125; }
    .editablePremium:hover img {
      opacity: 0.3; }
    .editablePremium:hover #map {
      opacity: 0.3; }
    .editablePremium:hover .editableLable {
      opacity: 1; }

.editableLable {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .editableLable .text {
    background-color: #009688;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    cursor: pointer;
    white-space: nowrap; }

#floatingSocialShare {
  z-index: 999; }
  #floatingSocialShare .bold {
    background-color: #009688; }

#map {
  margin-top: 10px;
  height: 500px;
  width: 100%; }

.shipyard-catalog {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shipyard-catalog li {
    margin-bottom: 5px; }

.shipyard-main-image {
  max-height: 400px;
  overflow: hidden;
  border-radius: 5px; }
  .shipyard-main-image img {
    width: 100%; }

.main_info {
  position: relative; }
  .main_info .main_info--block .map_view_button {
    display: inline-block;
    margin-left: 0; }
  .main_info .main_info--block.-with_gallery {
    float: left;
    width: calc(100% - 400px); }

.gallery-block {
  right: 0; }
  .gallery-block .gallery-item {
    width: 180px;
    float: left;
    display: inline-block;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle; }
    .gallery-block .gallery-item.-empty {
      margin-right: 0; }
    .gallery-block .gallery-item img {
      width: 170px;
      position: relative;
      border-radius: 4px; }

.gallery-images, .layout-gallery-images {
  list-style: none;
  padding-left: 0;
  font-size: 0;
  margin-bottom: 24px; }
  .gallery-images li, .layout-gallery-images li {
    display: inline-block;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle; }
    .gallery-images li.-empty, .layout-gallery-images li.-empty {
      margin-right: 0;
      display: none !important; }
    .gallery-images li img, .layout-gallery-images li img {
      width: 170px;
      position: relative;
      border-radius: 4px; }
    .gallery-images li .remove, .layout-gallery-images li .remove {
      cursor: pointer;
      background: rgba(194, 30, 30, 0.6);
      border-radius: 4px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 34px;
      text-align: center;
      text-decoration: none;
      opacity: 0;
      transition: opacity .2s; }
      .gallery-images li .remove:before, .layout-gallery-images li .remove:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .gallery-images li:hover .remove, .layout-gallery-images li:hover .remove {
      opacity: 1; }

.add-gallery, .add-plan-gallery {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 170px;
  height: 100px;
  border: 2px dotted #009688;
  border-radius: 4px;
  transition: background .2s; }
  .add-gallery:before, .add-plan-gallery:before {
    display: inline-block;
    color: #009688;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .add-gallery:hover, .add-plan-gallery:hover {
    background: rgba(21, 149, 136, 0.1); }

.title-shipyard {
  font-weight: 600;
  line-height: 32px;
  margin: 16px 0 0; }
  .title-shipyard .title-main {
    font-size: 32px;
    display: inline-block;
    margin-right: 18px; }
  .title-shipyard .company-name {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #999999;
    display: inline-block; }
    .title-shipyard .company-name:before {
      content: "/";
      display: inline-block;
      margin-right: 10px; }

#equipment {
  clear: both; }

.lnk-signup {
  cursor: pointer; }

.shipyard-headlines {
  margin-top: 0; }
  .shipyard-headlines .shipyard-old-name {
    margin: 0;
    line-height: 14px; }
  .shipyard-headlines .shipyard-small-info {
    margin: 20px 0; }
    .shipyard-headlines .shipyard-small-info .dash {
      padding: 0 5px; }

.services-list ul {
  clear: both;
  margin: 0 0 25px;
  padding: 0; }
  .services-list ul li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 4px 10px 4px 4px;
    font-weight: 600;
    margin-right: 10px; }
    .services-list ul li.service-1 i:before {
      content: "\e904"; }
    .services-list ul li.service-2 i:before {
      content: "\e903"; }
    .services-list ul li.service-3 i:before {
      content: "\e905"; }
  .services-list ul.second-level {
    font-size: 85%;
    margin: 10px 0 0; }
    .services-list ul.second-level li {
      padding: 5px;
      display: inline-block; }
  .services-list ul i {
    font-size: 35px;
    color: #009688;
    margin-right: 15px; }

.services--edit div {
  clear: both; }
  .services--edit div.second-level p label {
    font-size: 85%; }

.employe-number {
  padding-left: 5px; }

.shipyard-adress-table td {
  line-height: 24px;
  vertical-align: top; }
  .shipyard-adress-table td.small-cell {
    width: 60px; }

.shipyard-adress-table tr:last-child td {
  padding-bottom: 15px; }

.title-content {
  font-weight: 600;
  font-size: 24px; }

.title-amount {
  margin-bottom: 5px;
  font-size: 16px; }
  .title-amount .amount {
    font-weight: 600;
    padding-left: 5px; }

.map {
  margin-bottom: 40px;
  height: 350px;
  background-color: #999; }

.docks-table {
  margin-bottom: 20px; }
  .docks-table .centre {
    text-align: center; }

.detail-register-note {
  float: right; }
  .detail-register-note a {
    margin-left: 5px; }

.table-default {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }
  .table-default thead tr:hover {
    background-color: transparent; }
  .table-default tr:hover {
    background-color: #f8f8f8; }
  .table-default td {
    padding: 3px 20px;
    border-bottom: 1px solid #e9e9e9; }
    .table-default td.hide-mobile {
      color: #999;
      white-space: nowrap; }
  .table-default th {
    color: #999;
    font-size: 12px;
    text-align: left;
    padding: 5px 20px;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9; }

.table-without-line {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }
  .table-without-line thead tr:hover {
    background-color: transparent; }
  .table-without-line tr:hover {
    background-color: #f8f8f8; }
  .table-without-line td {
    padding: 3px 20px; }
    .table-without-line td.hide-mobile {
      color: #999;
      white-space: nowrap; }
  .table-without-line th {
    color: #999;
    font-size: 12px;
    text-align: left;
    padding: 5px 20px;
    font-weight: 400; }

table.vessel-details thead tr.header-groups th {
  text-align: center; }

table.vessel-details tbody tr td .flag {
  outline: 1px solid #cfcfcf; }
  table.vessel-details tbody tr td .flag.left {
    float: left;
    margin-top: 5px; }

table.vessel-details tbody tr td .country-name {
  float: left; }

table.vessel-details tbody tr td.center {
  text-align: center; }

table.vessel-details tbody tr td.right {
  text-align: right; }

.performance-table-title .amount-ships {
  float: left;
  font-size: 16px;
  font-weight: 600; }

.performance-table-title .average-stay {
  float: right; }

.performance-table {
  margin-bottom: 20px;
  overflow-x: auto; }
  .performance-table .more-ships {
    display: inline-block;
    margin-top: 10px; }

.aside-left {
  text-align: center;
  position: relative;
  min-height: 1px;
  float: left; }
  .aside-left .shipyard-logo {
    margin-bottom: 10px; }
    .aside-left .shipyard-logo.with-picture {
      margin: 0 auto 10px; }

.aside-left,
.affix {
  width: 190px;
  padding-right: 10px; }

.affix {
  position: fixed;
  top: 0; }

.nav li a:hover {
  background-color: transparent; }

.nav li a:focus {
  background-color: transparent; }

.menu-aside-left-align-left {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  .menu-aside-left-align-left > li {
    margin-top: 5px; }
    .menu-aside-left-align-left > li.active {
      padding: 5px 0px 5px 10px;
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Fx 3.6 to 15 */
      background: linear-gradient(to right, #009688, white);
      /* Standard syntax (must be last) */ }
      .menu-aside-left-align-left > li.active a {
        color: #fff;
        font-weight: 700;
        border-bottom: 0; }
        .menu-aside-left-align-left > li.active a:focus {
          background-color: transparent; }
    .menu-aside-left-align-left > li > a {
      font-weight: 300;
      text-decoration: none;
      border-bottom: 1px dashed #009688;
      padding: 0 !important;
      display: inline-block !important; }
      .menu-aside-left-align-left > li > a:hover {
        background: transparent !important;
        color: #000000;
        border-bottom-color: transparent; }
    .menu-aside-left-align-left > li .devider {
      display: inline-block;
      width: 1px;
      margin-top: 10px; }
    .menu-aside-left-align-left > li:last-child .devider {
      display: none; }
    .menu-aside-left-align-left > li > ul {
      list-style-type: none; }
      .menu-aside-left-align-left > li > ul > li {
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px; }
        .menu-aside-left-align-left > li > ul > li.active {
          padding: 5px 0px 5px 10px;
          /* For Safari 5.1 to 6.0 */
          /* For Opera 11.1 to 12.0 */
          /* For Fx 3.6 to 15 */
          background: linear-gradient(to right, #009688, white);
          /* Standard syntax (must be last) */ }
          .menu-aside-left-align-left > li > ul > li.active a {
            margin-left: 0px;
            color: #fff;
            font-weight: 700;
            border-bottom: 0; }
            .menu-aside-left-align-left > li > ul > li.active a:focus {
              background-color: transparent; }
        .menu-aside-left-align-left > li > ul > li > a {
          margin-left: 10px;
          font-weight: 300;
          text-decoration: none;
          border-bottom: 1px dashed #009688;
          padding: 0 !important;
          display: inline-block !important; }
          .menu-aside-left-align-left > li > ul > li > a:hover {
            background: transparent !important;
            color: #000000;
            border-bottom-color: transparent; }
        .menu-aside-left-align-left > li > ul > li .devider {
          display: inline-block;
          width: 1px;
          margin-top: 10px; }
        .menu-aside-left-align-left > li > ul > li:last-child .devider {
          display: none; }

.menu-aside-left {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  .menu-aside-left > li.active {
    padding: 5px 0px 5px 10px;
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Fx 3.6 to 15 */
    background: linear-gradient(to right, white, #009688, white);
    /* Standard syntax (must be last) */ }
    .menu-aside-left > li.active a {
      color: #fff;
      font-weight: 700;
      border-bottom: 0; }
      .menu-aside-left > li.active a:focus {
        background-color: transparent; }
  .menu-aside-left > li > a {
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px dashed #009688;
    padding: 0 !important;
    display: inline-block !important; }
    .menu-aside-left > li > a:hover {
      background: transparent !important;
      color: #000000;
      border-bottom-color: transparent; }
  .menu-aside-left > li .devider {
    display: inline-block;
    width: 1px;
    margin-top: 10px; }
  .menu-aside-left > li:last-child .devider {
    display: none; }
  .menu-aside-left > li > ul {
    list-style-type: none; }
    .menu-aside-left > li > ul > li {
      text-align: left; }
      .menu-aside-left > li > ul > li.active {
        padding: 5px 0px 5px 10px;
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Fx 3.6 to 15 */
        background: linear-gradient(to right, white, #009688, white);
        /* Standard syntax (must be last) */ }
        .menu-aside-left > li > ul > li.active a {
          margin-left: 20px;
          color: #fff;
          font-weight: 700;
          border-bottom: 0; }
          .menu-aside-left > li > ul > li.active a:focus {
            background-color: transparent; }
      .menu-aside-left > li > ul > li > a {
        margin-left: 20px;
        font-weight: 300;
        text-decoration: none;
        border-bottom: 1px dashed #009688;
        padding: 0 !important;
        display: inline-block !important; }
        .menu-aside-left > li > ul > li > a:hover {
          background: transparent !important;
          color: #000000;
          border-bottom-color: transparent; }
      .menu-aside-left > li > ul > li .devider {
        display: inline-block;
        width: 1px;
        margin-top: 10px; }
      .menu-aside-left > li > ul > li:last-child .devider {
        display: none; }

.shipyard-sort {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }
  .shipyard-sort li {
    display: inline-block;
    font-size: 18px;
    margin-right: 3px;
    position: relative; }
    .shipyard-sort li:last-child:after {
      content: none; }
    .shipyard-sort li:after {
      content: '/';
      padding-left: 5px; }

.container-flex {
  display: -ms-flexbox;
  display: flex; }
  .container-flex .flex-item {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.dataTable.collapsed .parent td:first-child:before {
  content: '-';
  background-color: #d33333; }

.dataTable.collapsed th:first-child {
  position: relative; }

.dataTable.collapsed td:first-child {
  position: relative; }
  .dataTable.collapsed td:first-child:before {
    top: 8px;
    right: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 15px;
    box-shadow: 0 0 3px #000;
    box-sizing: content-box;
    content: '+';
    background-color: #009688; }
  .dataTable.collapsed td:first-child.child:before {
    content: '';
    display: none; }

.main-image-container {
  margin-bottom: 15px; }
  .main-image-container .center-block {
    margin-bottom: 20px; }

.center-block {
  display: block;
  margin: 0 auto; }

.build-info-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate; }

.direction-block {
  background: url("../img/direction-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 20px 0; }
  .direction-block .column {
    float: left;
    padding: 0 15px; }
  .direction-block .btn i {
    margin-left: 10px; }
  .direction-block .direction-name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 15px; }
  .direction-block .direction-description {
    font-size: 18px;
    margin-bottom: 40px; }

.row {
  margin: 0 -15px; }

.btn {
  font-weight: 400;
  display: inline-block;
  padding: 10px 18px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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;
  text-decoration: none; }
  .btn:hover {
    background-color: #fff;
    color: #0d8864;
    border-color: #0d8864; }
  .btn:focus {
    outline: unset !important; }
  .btn i {
    vertical-align: middle; }
  .btn.btn-small {
    font-size: 85%; }
  .btn.btn-red {
    background-color: #d33333;
    color: #fff; }
  .btn.btn-green {
    background-color: #009688;
    color: #fff;
    transition: .3s ease-in-out; }
    .btn.btn-green:hover {
      border-color: #009688;
      color: #009688;
      background-color: #fff;
      transition: .3s ease-in-out; }
  .btn.btn-olive {
    background-color: #968800;
    color: #fff;
    transition: .3s ease-in-out; }
    .btn.btn-olive:hover {
      border-color: #968800;
      color: #968800;
      background-color: #fff;
      transition: .3s ease-in-out; }
  .btn.btn-magenta {
    background-color: #880096;
    color: #fff;
    transition: .3s ease-in-out; }
    .btn.btn-magenta:hover {
      border-color: #880096;
      color: #880096;
      background-color: #fff;
      transition: .3s ease-in-out; }
  .btn.btn-red {
    background-color: #d33333;
    color: #fff;
    transition: .3s ease-in-out; }
    .btn.btn-red:hover {
      border-color: #d33333;
      color: #d33333;
      background-color: #fff;
      transition: .3s ease-in-out; }
  .btn.btn-gray {
    background-color: #cfcfcf;
    color: #fff;
    transition: .3s ease-in-out; }
    .btn.btn-gray:hover {
      border-color: #cfcfcf; }
  .btn.-disabled {
    cursor: default; }
  .btn.btn-block {
    display: block;
    width: 100%; }

.-my-shipyard {
  text-decoration: none;
  margin-top: 12px; }

.form-control {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%; }
  .form-control:focus {
    border-color: #009688; }

.register-link {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #009688;
  color: #fff;
  text-align: center;
  margin-top: -21px;
  margin-bottom: 20px;
  transition: background .2s; }
  .register-link:hover {
    text-decoration: none; }
  .register-link .fa {
    font-size: 24px;
    margin-right: 12px;
    margin: -4px 0 0 6px; }
  .register-link span {
    padding-left: 10px; }

.register-block-form {
  padding: 50px 0; }
  .register-block-form .title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 600; }
  .register-block-form .column {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .register-block-form .left-fields {
    width: 400px;
    float: right; }
  .register-block-form .zip {
    width: 35%;
    float: left; }
  .register-block-form .city {
    width: 64%;
    float: right; }
  .register-block-form .right-fields {
    width: 400px;
    float: left; }

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  left: -9999px; }

.leaflet-control-layers-overlays [type='checkbox']:not(:checked),
.leaflet-control-layers-overlays [type='checkbox']:checked {
  position: unset !important; }

[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  padding-top: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[type='checkbox']:not(:checked) + label.small,
[type='checkbox']:checked + label.small {
  font-size: 14px;
  padding-left: 30px;
  padding-top: 3px; }

[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 4px; }

[type='checkbox']:not(:checked) + label.small:before,
[type='checkbox']:checked + label.small:before {
  width: 22px;
  height: 22px; }

[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: 1px;
  top: 4px;
  font-size: 22px;
  color: #009688;
  transition: transform .2s; }

[type='checkbox']:not(:checked) + label.small:after,
[type='checkbox']:checked + label.small:after {
  left: 2px;
  top: 2px;
  font-size: 18px;
  color: #009688;
  transition: transform .2s; }

[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type='checkbox']:disabled:checked + label:before {
  background: #0d7369; }

[type='checkbox']:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #999;
  background-color: #999; }

[type='checkbox']:disabled:checked + label:after {
  color: #999; }

.select-custom {
  padding: 0;
  overflow: hidden;
  position: relative; }
  .select-custom:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    color: #999;
    top: 7px;
    right: 12px;
    pointer-events: none; }
  .select-custom.-small:after {
    top: 7px; }
  .select-custom select {
    height: 100%;
    width: 100%;
    padding: 6px 32px 6px 12px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .select-custom select:focus {
      outline: none; }
    .select-custom select::-ms-expand {
      display: none; }

.find-shipyard {
  background-size: cover;
  display: table;
  width: 100%; }
  .find-shipyard .container {
    padding: 30px 15px; }
  .find-shipyard .container.search-page {
    padding: 30px 0;
    display: block; }
    .find-shipyard .container.search-page h2 {
      margin: 0 0 14px;
      font-size: 18px;
      font-weight: 600;
      padding-top: 5px; }
    .find-shipyard .container.search-page .homepage-news-wrap .news-item {
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 10px;
      margin-bottom: 8px; }
      .find-shipyard .container.search-page .homepage-news-wrap .news-item .title {
        font-size: 14px;
        line-height: 16px;
        color: #000;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        transition: all 200ms ease-in-out; }
        .find-shipyard .container.search-page .homepage-news-wrap .news-item .title:hover {
          color: #009688; }
      .find-shipyard .container.search-page .homepage-news-wrap .news-item .date {
        font-size: 12px;
        color: #999;
        margin: 0; }
      .find-shipyard .container.search-page .homepage-news-wrap .news-item .related-companies {
        margin: 0;
        font-size: 12px;
        line-height: 14px; }
        .find-shipyard .container.search-page .homepage-news-wrap .news-item .related-companies a {
          text-decoration: none; }
    .find-shipyard .container.search-page .homepage-news-wrap .news-links {
      text-align: right; }
  .find-shipyard .text {
    display: table-row;
    height: 1px;
    background-color: rgba(21, 149, 136, 0.8);
    color: #fff; }
  .find-shipyard .col-1 {
    width: 50%;
    float: left; }
  .find-shipyard .title {
    font-size: 40px;
    font-weight: bold;
    margin: 0; }
  .find-shipyard .description {
    font-size: 20px;
    margin: 0; }
  .find-shipyard .lnk-block {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .find-shipyard .column {
    width: 33.33%;
    float: left;
    padding: 0 15px; }
  .find-shipyard .lnk-main {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    line-height: 55px; }
    .find-shipyard .lnk-main i {
      font-size: 25px;
      vertical-align: middle;
      margin-left: 15px; }

.filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 20px; }

.graphic-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .graphic-container .graphic {
    width: 500px; }
  .graphic-container .graphic-table {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }

.private-block {
  border-left: 2px solid #999;
  font-size: 19px;
  padding: 10px 0 10px 15px;
  margin-bottom: 10px; }

.lnk-register {
  cursor: pointer;
  float: right;
  font-size: 13px;
  margin-bottom: 20px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.profile-page {
  display: -ms-flexbox;
  display: flex; }
  .profile-page .profile-form {
    -ms-flex: 1;
        flex: 1;
    position: relative; }
    .profile-page .profile-form .view-dockings-button {
      margin-top: 17px; }
    .profile-page .profile-form .profile-chart {
      width: 50%;
      float: left; }
    .profile-page .profile-form .select-custom select {
      width: 100%;
      position: relative;
      z-index: 1; }
    .profile-page .profile-form .select-custom:after {
      position: absolute;
      z-index: 0; }
    .profile-page .profile-form .fa-hourglass {
      font-size: 12px;
      color: #999; }
    .profile-page .profile-form .fa-eye-slash {
      font-size: 12px;
      color: #999; }
    .profile-page .profile-form span.label {
      padding-right: 10px;
      width: 100px;
      text-align: left; }
    .profile-page .profile-form input[readonly] {
      background-color: #cfcfcf; }
    .profile-page .profile-form .checkboxes {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex: 1;
          flex: 1; }
    .profile-page .profile-form #image {
      left: 0;
      top: -8px; }
    .profile-page .profile-form .tab-content {
      margin-top: 10px; }
    .profile-page .profile-form .news-articles tr td a {
      color: black;
      text-decoration: none; }
    .profile-page .profile-form .news-articles tr td.date {
      white-space: nowrap; }
    .profile-page .profile-form .news-articles tr td.article a {
      height: 100%;
      display: block; }
    .profile-page .profile-form .news-articles tr td.article .image {
      float: left;
      margin-right: 10px; }
    .profile-page .profile-form .news-articles tr td.article .content .title {
      font-weight: bolder; }
    .profile-page .profile-form .repairs-forecast-controls {
      clear: both; }
      .profile-page .profile-form .repairs-forecast-controls .half-left {
        width: calc(50% - 7px);
        float: left; }
      .profile-page .profile-form .repairs-forecast-controls .half-right {
        width: calc(50% - 7px);
        float: right; }
    .profile-page .profile-form.my-shipyards .projects {
      margin-top: 20px; }
  .profile-page .profile-menu {
    width: 300px;
    margin: 0; }
    .profile-page .profile-menu .profile-mnu-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .profile-page .profile-menu .profile-mnu-list li {
        margin-bottom: 10px; }
        .profile-page .profile-menu .profile-mnu-list li.current a {
          color: #000;
          text-decoration: none;
          cursor: default; }
  .profile-page .profile-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
    width: 600px; }
    .profile-page .profile-media .user-image-box {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      float: left;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px; }
      .profile-page .profile-media .user-image-box img {
        position: absolute;
        width: 100%; }
      .profile-page .profile-media .user-image-box label {
        position: absolute;
        z-index: 2;
        cursor: pointer;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        padding-top: 21px;
        opacity: 0;
        box-sizing: border-box;
        transition: opacity .2s;
        padding-right: 0; }
      .profile-page .profile-media .user-image-box:hover label {
        opacity: 1; }
      .profile-page .profile-media .user-image-box input {
        display: none; }
  .profile-page .user-name {
    display: inline-block;
    margin-bottom: 0;
    font-size: 25px; }
  .profile-page .profile-auth {
    margin-bottom: 40px;
    margin-top: 20px; }
  .profile-page .addons {
    margin-top: 40px; }
    .profile-page .addons .checkbox {
      margin-bottom: 5px; }
    .profile-page .addons label {
      width: 100%; }
  .profile-page .col-sm-6 {
    float: left;
    padding: 0 15px; }
  .profile-page .membership-type {
    padding-left: 15px;
    padding-right: 15px;
    color: #009688;
    font-weight: bold; }
  .profile-page .membership-label {
    font-weight: bold; }
  .profile-page .membership-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
  .profile-page .upgrade-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .profile-page .input-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 630px;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 15px;
    position: relative; }
    .profile-page .input-wrapper.button-block {
      display: block;
      text-align: right;
      margin-bottom: 50px; }
    .profile-page .input-wrapper .form-control {
      margin-bottom: 0;
      -ms-flex: 1;
          flex: 1;
      padding-left: 5px;
      width: 185px; }
      .profile-page .input-wrapper .form-control.input-zip {
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
        max-width: 70px;
        width: 77px; }
      .profile-page .input-wrapper .form-control.input-city {
        -ms-flex: 0 0 113px;
            flex: 0 0 113px;
        width: 113px;
        max-width: 100px; }
    .profile-page .input-wrapper .reg-type {
      padding-right: 10px; }
    .profile-page .input-wrapper label {
      padding-right: 10px;
      width: 120px;
      text-align: left; }
      .profile-page .input-wrapper label.min-label {
        padding-left: 10px;
        padding-right: 10px;
        width: auto; }
    .profile-page .input-wrapper .field-80 {
      -ms-flex: 1;
          flex: 1;
      padding-right: 20px; }
      .profile-page .input-wrapper .field-80 .form-control {
        width: 100%; }
    .profile-page .input-wrapper .btn-small {
      margin-left: 10px;
      padding: 5px 24px 7px; }

.search-results .header .frontpage-top-buttons {
  margin: 0; }
  .search-results .header .frontpage-top-buttons li a {
    border-radius: 4px;
    transition: all 300ms ease-in-out; }
    .search-results .header .frontpage-top-buttons li a:hover {
      background-color: #fff;
      color: #009688;
      border-color: #009688; }
  .search-results .header .frontpage-top-buttons li.active a {
    border-color: #009688; }
    .search-results .header .frontpage-top-buttons li.active a:hover {
      background-color: #009688;
      color: #fff; }

.search-results .search-list {
  margin: 12px 0 0; }
  .search-results .search-list > a {
    display: block;
    cursor: pointer; }
    .search-results .search-list > a li {
      transition: all 300ms ease-in-out;
      margin: 0;
      padding: 18px 0; }

.search-page {
  display: -ms-flexbox;
  display: flex; }
  .search-page .no-results {
    display: inline-block;
    font-size: 36px;
    margin-left: 240px;
    margin-top: 120px;
    color: #9f9d94; }
    .search-page .no-results i {
      display: block;
      text-align: center; }
  .search-page .search-pager {
    margin: 18px 0; }
    .search-page .search-pager a {
      display: none;
      position: relative;
      width: 40px;
      height: 40px;
      box-sizing: border-box;
      background: #f8f8f8;
      border-radius: 6px;
      text-align: center;
      padding-top: 10px;
      text-decoration: none;
      margin-right: 4px; }
      .search-page .search-pager a:hover {
        background: #f3fffe; }
      .search-page .search-pager a:nth-child(1), .search-page .search-pager a:nth-child(2), .search-page .search-pager a:nth-child(3), .search-page .search-pager a:nth-last-child(1), .search-page .search-pager a:nth-last-child(2), .search-page .search-pager a:nth-last-child(3) {
        display: inline-block; }
      .search-page .search-pager a.-active {
        display: inline-block;
        background: #009688;
        color: #fff; }
      .search-page .search-pager a.-visible {
        display: inline-block; }
      .search-page .search-pager a.-ellipsis_left {
        margin-left: 30px; }
        .search-page .search-pager a.-ellipsis_left:before {
          content: '...';
          position: absolute;
          left: -22px; }
      .search-page .search-pager a.-ellipsis_right {
        margin-right: 32px; }
        .search-page .search-pager a.-ellipsis_right:before {
          content: '...';
          position: absolute;
          right: -22px; }
  .search-page .search-imo {
    width: 100%; }
  .search-page .search-settings {
    display: inline-block;
    width: 300px;
    padding-right: 50px;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 0; }
    .search-page .search-settings label {
      font-size: 14px; }
    .search-page .search-settings .select2-search__field {
      padding: 8px 12px; }
    .search-page .search-settings > p {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
    .search-page .search-settings .select2-container {
      position: relative;
      z-index: 1; }
    .search-page .search-settings .select2-container--default .select2-selection--multiple {
      background: none; }
    .search-page .search-settings .select-custom {
      font-size: 14px;
      height: auto; }
    .search-page .search-settings .form-control {
      margin-bottom: 0;
      font-size: 14px; }
      .search-page .search-settings .form-control select {
        position: relative;
        z-index: 1; }
      .search-page .search-settings .form-control:after {
        z-index: 0; }
    .search-page .search-settings .select-custom {
      margin-bottom: 15px; }
    .search-page .search-settings .-half {
      width: calc(50% - 7px);
      display: inline-block; }
      .search-page .search-settings .-half:nth-child(odd) {
        margin-right: 14px; }
    .search-page .search-settings input[type='submit'] {
      width: 100%; }
  .search-page.home-page .search-settings {
    width: 100%; }
  .search-page .search-results {
    -ms-flex: 1;
        flex: 1; }
    .search-page .search-results .header .results_count {
      float: left;
      font-size: 18px; }
    .search-page .search-results .header .map_view_button {
      float: right;
      background-position: -120px -30px;
      min-height: 60px; }
    .search-page .search-results .header:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
    .search-page .search-results .search-list {
      list-style: none;
      padding-left: 0; }
      .search-page .search-results .search-list li {
        border-bottom: 1px solid #e9e9e9; }
        .search-page .search-results .search-list li:before, .search-page .search-results .search-list li:after {
          content: '';
          display: table; }
        .search-page .search-results .search-list li:after {
          clear: both; }
        .search-page .search-results .search-list li:hover {
          background: #f3fffe; }
        .search-page .search-results .search-list li .search-image {
          float: left;
          width: 170px;
          height: 100px;
          overflow: hidden;
          position: relative; }
          .search-page .search-results .search-list li .search-image img {
            width: 170px; }
          .search-page .search-results .search-list li .search-image .search-image-empty {
            display: block;
            width: 100%;
            height: 100%;
            background: #f8f8f8;
            text-align: center;
            line-height: 110px; }
            .search-page .search-results .search-list li .search-image .search-image-empty .fa {
              font-size: 30px;
              color: #999; }
        .search-page .search-results .search-list li .search-info {
          display: block;
          position: relative;
          float: left;
          width: calc(100% - 170px);
          padding-left: 30px;
          box-sizing: border-box;
          text-decoration: none;
          color: #000; }
          .search-page .search-results .search-list li .search-info:before, .search-page .search-results .search-list li .search-info:after {
            content: '';
            display: table; }
          .search-page .search-results .search-list li .search-info:after {
            clear: both; }
          .search-page .search-results .search-list li .search-info .flag {
            outline: 1px solid #cfcfcf; }
          .search-page .search-results .search-list li .search-info .search-headline {
            font-size: 20px;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 10px; }
          .search-page .search-results .search-list li .search-info p {
            margin-bottom: 0; }
          .search-page .search-results .search-list li .search-info .search-link {
            position: absolute;
            right: 0;
            margin-top: -24px; }
  .search-page .search-ships {
    width: 100%; }

.home-page .search-results .search-pager {
  margin-bottom: 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  text-indent: -9999px; }

.search-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 10px; }
  .search-date input {
    margin-right: 10px;
    border: 1px solid #999; }
  .search-date .btn-apply {
    background-color: transparent;
    padding: 0 10px;
    font-size: 13px;
    height: 25px;
    border: 1px solid #999;
    border-radius: 0; }
    .search-date .btn-apply:hover {
      background-color: #009688;
      color: #fff;
      border-color: #009688; }
    .search-date .btn-apply:disabled {
      background-color: #999; }
      .search-date .btn-apply:disabled:hover {
        border-color: #999;
        color: #000; }

.edit-shipyard {
  position: relative;
  /* Brochures editor */
  /* -- Brochures editor */
  /* Videos editor */
  /* -- Videos editor */
  /* Profile tabs */
  /* -- profile tabs */ }
  .edit-shipyard h1 {
    margin: 0 0 17px; }
  .edit-shipyard .edit--headline {
    clear: both;
    padding: 0 0 0 12px; }
  .edit-shipyard .edit--items {
    padding-bottom: 50px; }
  .edit-shipyard .edit--item {
    overflow: hidden;
    padding: 6px 0 0; }
  .edit-shipyard label {
    margin-bottom: 10px;
    font-size: 16px;
    display: block; }
  .edit-shipyard .form-control {
    margin-bottom: 15px;
    height: 30px;
    padding: 0 10px; }
  .edit-shipyard textarea.form-control {
    height: auto;
    padding: 10px; }
  .edit-shipyard .column {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .edit-shipyard .column-full {
    width: 100%;
    float: left;
    padding: 0 15px; }
    .edit-shipyard .column-full.-preview-image {
      margin-bottom: 12px; }
  .edit-shipyard .row {
    margin: 0 -15px; }
  .edit-shipyard.container {
    width: 100%; }
  .edit-shipyard .preview-image {
    padding-top: 18px; }
    .edit-shipyard .preview-image label,
    .edit-shipyard .preview-image a {
      display: inline-block;
      width: 200px;
      vertical-align: top; }
      .edit-shipyard .preview-image label.-logo-image, .edit-shipyard .preview-image label.-picture-image,
      .edit-shipyard .preview-image a.-logo-image,
      .edit-shipyard .preview-image a.-picture-image {
        font-size: 13px;
        width: 160px;
        padding: 7px 0 8px; }
      .edit-shipyard .preview-image label.-crop,
      .edit-shipyard .preview-image a.-crop {
        width: 100px;
        font-size: 16px; }
      .edit-shipyard .preview-image label.-hide,
      .edit-shipyard .preview-image a.-hide {
        display: none; }
  .edit-shipyard .brochure-upload-form .buttons-wrap {
    padding-top: 15px; }
  .edit-shipyard .brochures-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .edit-shipyard .brochures-list li {
      display: inline-block;
      margin: 0 15px 15px 0;
      border: 1px solid #999;
      position: relative; }
      .edit-shipyard .brochures-list li img {
        display: block; }
      .edit-shipyard .brochures-list li .remove {
        text-decoration: none;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #d33333; }
  .edit-shipyard .videos-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .edit-shipyard .videos-list li {
      display: inline-block;
      margin: 0 15px 15px 0; }
      .edit-shipyard .videos-list li img {
        display: block;
        width: 240px;
        height: auto; }
      .edit-shipyard .videos-list li label {
        font-size: 14px;
        color: #000;
        margin-bottom: 3px; }
      .edit-shipyard .videos-list li .btn-red {
        padding: 3px 12px 5px; }
  .edit-shipyard .profile-edit-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 7px;
    border-bottom: 1px solid #e9e9e9; }
    .edit-shipyard .profile-edit-menu li {
      display: block;
      margin: 0;
      float: left; }
      .edit-shipyard .profile-edit-menu li a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #525252;
        text-decoration: none;
        border-top: 1px solid #fff;
        text-align: center;
        padding: 12px 6px 13px;
        margin-bottom: -1px;
        width: 150px;
        cursor: pointer;
        transition: all 300ms ease-in-out; }
        @media (min-width: 768px) and (max-width: 991px) {
          .edit-shipyard .profile-edit-menu li a {
            width: 120px; } }
        @media (max-width: 767px) {
          .edit-shipyard .profile-edit-menu li a {
            width: auto;
            padding: 9px 10px 11px; } }
        @media (max-width: 583px) {
          .edit-shipyard .profile-edit-menu li a {
            font-size: 12px; } }
        .edit-shipyard .profile-edit-menu li a:hover {
          color: #009688; }
        .edit-shipyard .profile-edit-menu li a.link-preview {
          color: #009688;
          text-decoration: underline; }
          .edit-shipyard .profile-edit-menu li a.link-preview span {
            padding-left: 5px; }
            @media (max-width: 767px) {
              .edit-shipyard .profile-edit-menu li a.link-preview span {
                display: none; } }
      .edit-shipyard .profile-edit-menu li:last-child {
        float: right; }
      .edit-shipyard .profile-edit-menu li a.-active {
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        font-weight: 600;
        cursor: default; }
  .edit-shipyard .select-custom:after {
    top: 7px; }
  .edit-shipyard .edit-submit {
    position: fixed;
    z-index: 9988;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(21, 149, 136, 0.8);
    padding: 15px 0;
    text-align: center;
    transform: translate(-100%, 0);
    opacity: 0;
    transition: opacity .3s; }
    .edit-shipyard .edit-submit.-show, .edit-shipyard .edit-submit.-showHard {
      opacity: 1;
      transform: translate(0, 0); }
    .edit-shipyard .edit-submit .-crop,
    .edit-shipyard .edit-submit .-save,
    .edit-shipyard .edit-submit .-cancel {
      margin-right: 12px; }
    .edit-shipyard .edit-submit .btn {
      margin-bottom: 0;
      padding-left: 80px;
      padding-right: 80px; }

.alert-block {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert-block.error {
    color: #d33333;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .alert-block.success {
    color: #009688;
    background-color: #dff0d8;
    border-color: #d6e9c6; }

.certificate-row {
  margin-bottom: 25px; }
  .certificate-row .certificate-flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .certificate-row .item {
    max-width: 110px;
    padding: 0 10px 10px; }
    .certificate-row .item img {
      margin: 0 auto; }

.shipyard-headline {
  font-size: 1.6em;
  margin: 1.8em 0 .1em; }

.mb10 {
  margin-bottom: 10px; }

.user-shipyards-lnk {
  margin-bottom: 15px;
  display: inline-block; }

.user-role {
  margin-bottom: 0; }

.graphic-content {
  padding-left: 45px; }
  .graphic-content .title-map {
    color: #666; }
  .graphic-content .image-block {
    margin: 0 -9px 23px; }
    .graphic-content .image-block .column-img {
      width: 33.33%;
      float: left;
      padding: 0 9px; }
  .graphic-content .map-position {
    margin: 5px 0 10px;
    height: 350px;
    background-color: #999; }
  .graphic-content .btn i {
    margin-left: 5px; }

.vessel-col {
  float: left;
  margin-bottom: 30px; }
  .vessel-col h1 {
    margin: 0; }
  .vessel-col .table-default {
    margin-top: 18px; }
    .vessel-col .table-default tr.empty-row:hover {
      background: transparent; }

.vessel-data-tab-wapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .vessel-data-tab-wapper .vessel-data-menu {
    width: 200px; }
    .vessel-data-tab-wapper .vessel-data-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .vessel-data-tab-wapper .vessel-data-menu ul li {
        margin-bottom: 15px;
        cursor: pointer; }
        .vessel-data-tab-wapper .vessel-data-menu ul li.current span {
          color: #000;
          border-bottom: 0; }
        .vessel-data-tab-wapper .vessel-data-menu ul li span {
          color: #009688;
          border-bottom: 1px dashed #009688; }
  .vessel-data-tab-wapper .vessel-data {
    -ms-flex: 1;
        flex: 1; }
    .vessel-data-tab-wapper .vessel-data .tab-content {
      display: none;
      padding: 15px; }
      .vessel-data-tab-wapper .vessel-data .tab-content.current {
        display: inherit; }

.vessel-data tr td:first-child {
  white-space: nowrap;
  font-weight: bold; }

.more-results {
  float: right;
  max-width: 190px;
  padding-top: 18px; }

.history-table {
  margin-bottom: 30px; }
  .history-table th {
    color: #000;
    font-weight: 600; }

.sailing-area {
  padding-top: 75px; }
  .sailing-area .title-map {
    color: #666;
    margin-bottom: 10px;
    display: block; }

.previewImage--block {
  overflow: hidden;
  width: 100%; }

.cropper-container,
.previewImage {
  margin-bottom: 24px; }

.previewImage {
  width: 100%; }

.preview-logo {
  width: 120px;
  position: absolute;
  transform: translate(0, -100%);
  margin: -12px 0 0 18px; }

.-hide {
  display: none; }

.dropzone {
  border: 2px dashed #009688;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
  transition: background .2s; }
  .dropzone .dz-message {
    padding-top: 8px; }
    .dropzone .dz-message .fa.fa-plus {
      font-size: 36px;
      color: #009688; }
  .dropzone:hover {
    background: #f3fffe; }
    .dropzone:hover .dz-message .fa.fa-plus {
      color: #0d7369; }
  .dropzone .dz-image img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .dropzone .dz-message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -120%); }

.manage_shipyard {
  margin: 16px 0; }

.shipyard-description {
  margin: 0 0 20px; }
  .shipyard-description .-crop:after {
    content: '...'; }
  .shipyard-description .-crop + .shipyard-description--read-more {
    display: inline-block; }
  .shipyard-description .-crop + .shipyard-description--read-hide {
    display: inline-block; }

.shipyard-description--read-more {
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
  color: #009688;
  border-bottom: 1px dashed #009688; }
  .shipyard-description--read-more.-hide {
    display: none; }

.shipyard-description--read-hide {
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
  color: #009688;
  border-bottom: 1px dashed #009688; }
  .shipyard-description--read-hide.-hide {
    display: none; }

.hint {
  display: inline-block; }
  .hint .hint-container {
    position: absolute;
    margin-top: 10px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    padding: 30px 50px 30px;
    opacity: 0;
    left: -1000px;
    transition: opacity .3s; }
  .hint.-open .hint-container {
    opacity: 1;
    left: auto; }

.popup_block .slider img, .popup_block .layoutSlider img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.services--edit:before, .services--edit:after {
  content: '';
  display: table; }

.services--edit:after {
  clear: both; }

.services--edit p {
  display: inline-block;
  margin-right: 18px; }
  .services--edit p input:checked + label {
    color: #009688 !important; }
  .services--edit p label {
    padding-top: 0 !important;
    padding-left: 32px !important;
    color: #000 !important; }
    .services--edit p label:before {
      width: 20px !important;
      height: 20px !important;
      top: 9px !important; }
    .services--edit p label:after {
      font-size: 16px !important;
      left: 4px !important;
      top: -1px !important; }

.certificates--edit:before, .certificates--edit:after {
  content: '';
  display: table; }

.certificates--edit:after {
  clear: both; }

.certificates--edit .instructions {
  font-size: 85%; }

.certificates--edit p {
  width: 150px;
  float: left; }
  .certificates--edit p label {
    padding-left: 0 !important;
    margin-right: 20px; }
    .certificates--edit p label:before, .certificates--edit p label:after {
      display: none; }
    .certificates--edit p label .certificate--image {
      display: block;
      width: 100%;
      height: 119px; }
      .certificates--edit p label .certificate--image .search-image-empty {
        font-size: 32px;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-top: 40px; }
      .certificates--edit p label .certificate--image .certificate--checked {
        display: none;
        width: 40px;
        height: 40px;
        background: rgba(0, 150, 136, 0.9);
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -80%); }
        .certificates--edit p label .certificate--image .certificate--checked .fa {
          color: #fff;
          font-size: 16px;
          margin-top: 12px; }
  .certificates--edit p input:checked + label .certificate--image .certificate--checked {
    display: block; }
  .certificates--edit p input:checked + label .certificate--name span {
    color: #009688;
    border-bottom-color: #009688; }

.slider, .layoutSlider {
  position: relative;
  font-size: 0; }
  .slider ul, .layoutSlider ul {
    list-style: none;
    position: relative;
    width: 100%; }
    .slider ul li, .layoutSlider ul li {
      width: 100%;
      position: absolute;
      left: 0;
      opacity: 0;
      transition: opacity .4s; }
      .slider ul li.-active-slide, .layoutSlider ul li.-active-slide {
        opacity: 1; }
      .slider ul li img, .layoutSlider ul li img {
        width: 100%; }
  .slider .back,
  .slider .next, .layoutSlider .back,
  .layoutSlider .next {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 1;
    color: #fff;
    font-size: 30px;
    opacity: .6;
    transition: opacity .25s; }
    .slider .back:hover,
    .slider .next:hover, .layoutSlider .back:hover,
    .layoutSlider .next:hover {
      opacity: 1; }
  .slider .back, .layoutSlider .back {
    left: 18px; }
  .slider .next, .layoutSlider .next {
    right: 18px; }

.popup-active {
  overflow: hidden; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .overlay.-hide {
    display: none; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transform: translate(0, 0);
  transition: transform .5s;
  will-change: transform; }

.popup.-hide-popup {
  transform: translate(-150%, 0); }

.popup_block {
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .popup_block.-auto-width {
    width: auto; }
  .popup_block .saveUserpicCoords,
  .popup_block .cancelUserpicCoords {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translate(0, -50%); }
  .popup_block .cancelUserpicCoords {
    top: calc(50% + 60px); }

.multiple-select + .select2-container .select2-selection {
  border: 0; }

.contact_us_link {
  display: inline-block;
  margin: 24px 0 0 18px; }

.contact_us_link--done {
  display: inline-block;
  margin: 24px 0 0 4px; }
  .contact_us_link--done.-hide {
    display: none; }

.register_link {
  display: inline-block;
  margin: 18px 0 0 18px; }

.map_view_button {
  margin-left: 10px;
  background: url("/img/map_view_button.png") no-repeat center center;
  position: relative;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  min-height: 80px; }
  .map_view_button span {
    min-width: 75px;
    display: inline-block;
    white-space: nowrap;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 3px 10px; }

#change-pass .popup_block {
  width: 400px;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  position: relative; }

#change-pass .input-wrapper label {
  margin-bottom: 4px;
  display: block; }

#change-pass .popup-buttons {
  text-align: right; }

#change-pass .alert-block {
  margin-bottom: 18px; }

#change-pass .popup_close {
  border-radius: 100px;
  position: absolute;
  top: 14px;
  right: 14px;
  color: #333;
  z-index: 100;
  cursor: pointer;
  line-height: 0;
  display: block; }
  #change-pass .popup_close svg {
    fill: #333;
    width: 12px;
    height: 12px; }

#registration .center {
  text-align: center; }

.popover {
  width: auto;
  padding: 10px; }
  .popover .popover-content {
    width: 100%;
    margin: 0;
    padding: 0; }
    .popover .popover-content ul {
      list-style: none; }
      .popover .popover-content ul li {
        padding-bottom: 2px; }

#search-form .select2-container {
  width: 100% !important; }

.nav-tabs:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

.search-info .city {
  font-size: 16px; }

.search-info .sailing-area {
  font-size: 14px;
  padding-top: 0; }

.hotels-btn {
  font-size: 14px;
  color: #009587;
  text-decoration: underline; }

.main_info-left {
  float: left;
  width: calc(100% - 200px);
  padding-right: 20px; }
  .main_info-left .lnk-register {
    margin-bottom: 20px; }

.main_info-right {
  float: right;
  width: 200px; }
  .main_info-right .right-menu {
    padding: 0px;
    margin: 0;
    list-style: none; }
    .main_info-right .right-menu .map_view_button {
      background: none;
      position: relative;
      text-align: center;
      text-decoration: none;
      min-height: 80px;
      display: block;
      border: none; }
      .main_info-right .right-menu .map_view_button span {
        background: url("../img/route-icon.svg") no-repeat right center;
        display: inline-block;
        white-space: nowrap;
        margin: 0;
        padding-left: 0;
        padding-right: 20px;
        text-decoration: underline;
        font-size: 14px; }
    .main_info-right .right-menu li {
      padding: 15px 0;
      position: relative;
      border-bottom: 1px solid #e9e9e9;
      font-size: 14px;
      color: #000000; }
      .main_info-right .right-menu li:first-child {
        padding-top: 0; }
      .main_info-right .right-menu li:last-child {
        border-bottom: none; }
      .main_info-right .right-menu li .icon-col {
        text-align: center;
        width: 2em;
        float: left; }
        .main_info-right .right-menu li .icon-col svg {
          width: 100%; }
        .main_info-right .right-menu li .icon-col.icon-time {
          height: 19px; }
        .main_info-right .right-menu li .icon-col.icon-weather, .main_info-right .right-menu li .icon-col.icon-airport, .main_info-right .right-menu li .icon-col.icon-hotel {
          height: 31px; }
      .main_info-right .right-menu li .weather-widget {
        margin-top: 8px; }
      .main_info-right .right-menu li .weather-stats {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px; }
      .main_info-right .right-menu li .separator {
        display: block;
        width: 100%;
        height: 1px;
        clear: both; }
      .main_info-right .right-menu li .temperature {
        font-size: 24px;
        line-height: 24px; }
      .main_info-right .right-menu li .forecast {
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase; }
        .main_info-right .right-menu li .forecast a {
          text-transform: none;
          margin-left: 3px; }
      .main_info-right .right-menu li .right-col {
        padding-left: 40px; }
      .main_info-right .right-menu li a {
        text-decoration: underline;
        transition: color .3s ease-out; }
        .main_info-right .right-menu li a:hover {
          color: #000;
          text-decoration: none; }

.shipyard-popup .popup_close {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .shipyard-popup .popup_close svg {
    width: 100%; }

.shipyard-popup .popup-title {
  font-size: 22px;
  line-height: 24px;
  padding-right: 35px;
  margin-bottom: 36px; }
  .shipyard-popup .popup-title strong {
    font-weight: 600;
    margin-left: 6px; }

.shipyard-popup .popup-content {
  position: relative; }

.shipyard-popup .hotel-item-left {
  float: left;
  width: 150px;
  line-height: 0;
  text-align: center; }

.shipyard-popup .hotel-item-right {
  float: left;
  padding-left: 10px;
  width: calc(100% - 150px); }

.shipyard-popup .hotel-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px; }
  .shipyard-popup .hotel-item:last-child {
    margin-bottom: 0; }
  .shipyard-popup .hotel-item:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }
  .shipyard-popup .hotel-item .hotel-header {
    position: relative;
    margin-top: -2px;
    margin-bottom: 7px; }
    .shipyard-popup .hotel-item .hotel-header .hotel-title {
      padding-right: 70px;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600; }
    .shipyard-popup .hotel-item .hotel-header .hotel-distance {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 17px;
      line-height: 20px;
      font-weight: normal; }
  .shipyard-popup .hotel-item .hotel-desc {
    font-size: 14px;
    line-height: 16px;
    color: #000; }
  .shipyard-popup .hotel-item .hotel-price {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px; }
    .shipyard-popup .hotel-item .hotel-price strong {
      font-weight: 600;
      margin-left: 5px; }
    .shipyard-popup .hotel-item .hotel-price a {
      text-decoration: underline;
      margin-left: 5px;
      color: #009587; }
  .shipyard-popup .hotel-item .hotel-rating {
    margin-bottom: 11px; }
    .shipyard-popup .hotel-item .hotel-rating .star {
      background: url("../img/star.svg") no-repeat;
      width: 14px;
      height: 14px;
      margin-right: 2px;
      float: left; }
      .shipyard-popup .hotel-item .hotel-rating .star:last-child {
        margin-right: 0; }
    .shipyard-popup .hotel-item .hotel-rating:after {
      content: "";
      clear: both;
      display: block;
      height: 0; }
  .shipyard-popup .hotel-item .hotel-item-right > a {
    word-break: break-all; }

.shipyard-popup .popup_block {
  background: #fff;
  max-width: 600px;
  padding: 25px 30px; }

.shipyard-popup .popup-buttons {
  text-align: center;
  padding-top: 24px; }
  .shipyard-popup .popup-buttons a {
    font-size: 16px;
    text-decoration: underline; }

.shipyard-popup .temp-section {
  padding-bottom: 22px; }
  .shipyard-popup .temp-section:last-child {
    padding-bottom: 0; }
  .shipyard-popup .temp-section .temp-section-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 17px; }

.shipyard-popup .unit-selection {
  font-size: 14px;
  margin-bottom: 15px; }
  .shipyard-popup .unit-selection .radio {
    float: left;
    margin-right: 20px; }
    .shipyard-popup .unit-selection .radio:last-child {
      margin-right: 0; }
    .shipyard-popup .unit-selection .radio label {
      padding-left: 5px; }
  .shipyard-popup .unit-selection:after {
    content: "";
    clear: both;
    display: block;
    height: 0; }

.shipyard-popup .wind-arrow {
  background: url("../img/wind-arrow.svg") no-repeat;
  width: 6px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  right: 0; }

.shipyard-popup .weather-table {
  display: table;
  width: 100%; }
  .shipyard-popup .weather-table .weather-header {
    font-size: 14px;
    margin-bottom: 20px; }
  .shipyard-popup .weather-table .weather-col {
    width: 20%;
    padding: 10px 20px 18px 10px;
    display: table-cell; }
    .shipyard-popup .weather-table .weather-col:nth-child(odd) {
      background: #f4f4f4; }
    .shipyard-popup .weather-table .weather-col:nth-child(even) {
      background: #ffffff; }
  .shipyard-popup .weather-table .weather-footer {
    position: relative;
    font-size: 14px;
    line-height: 14px; }
  .shipyard-popup .weather-table .temperature-first {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px; }
  .shipyard-popup .weather-table .temperature-last {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 16px; }

.shipyard-popup#weather-forecast .popup-buttons a {
  font-size: 14px; }

.shipyard-popup#hotels .popup_block {
  padding-right: 6px; }
  .shipyard-popup#hotels .popup_block .popup-content {
    max-height: 548px;
    overflow-y: scroll;
    color: black;
    padding-right: 24px; }

.shipyard-popup#airports .popup_block {
  padding-right: 6px; }
  .shipyard-popup#airports .popup_block .popup-content {
    max-height: 548px;
    overflow-y: scroll;
    color: black;
    padding-right: 24px; }

.average-chart, .montly-chart {
  margin-bottom: 12px; }

.average-table {
  width: 100%;
  border-spacing: 2px 1px;
  border-collapse: separate; }
  .average-table th {
    text-align: left;
    width: 50px;
    line-height: 17px;
    font-size: 13px; }
  .average-table td {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px; }
    .average-table td:nth-child(2) {
      border-radius: 3px 0 0 3px; }
    .average-table td:last-child {
      border-radius: 0 3px 3px 0; }
  .average-table.mean-max td, .average-table.mean-min td {
    background: #039688;
    color: #fff; }
  .average-table.mm-table td {
    background: #39a6f8;
    color: #000; }
  .average-table.days-table td {
    background: #2370ef;
    color: #000; }
  .average-table.avg-table td {
    background: #ffce00;
    color: #000; }

#weather-stats .tabs-td {
  margin-top: 0; }
  #weather-stats .tabs-td > li > a {
    background: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-bottom: 6px solid #e9e9e9;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #000; }
    #weather-stats .tabs-td > li > a:hover {
      color: #009588; }
  #weather-stats .tabs-td > li.active > a {
    color: #009588;
    border-bottom: 6px solid #009588; }

#weather-stats .tab-content {
  padding-top: 20px;
  position: relative; }

.loader-airports-overlay,
.loader-hotels-overlay {
  position: relative;
  min-height: 160px; }

.loader {
  background: url("../img/loader.gif") center no-repeat #fff;
  position: absolute;
  z-index: 9;
  width: 100%;
  background-size: 50px;
  height: 100%; }
  .loader-hide {
    display: none; }

.page-heading {
  color: #fff;
  background-color: rgba(21, 149, 136, 0.8);
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center; }
  .page-heading h1, .page-heading a {
    color: #fff;
    font-weight: bold; }

.page-title {
  color: #fff;
  background-color: #009688;
  font-size: 20px;
  margin-bottom: 10px; }
  .page-title h1, .page-title h2, .page-title a {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px; }

.vessel-main-image {
  position: relative;
  height: 400px; }
  .vessel-main-image > img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/* social metworks */
.main_info-left ul.social_buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }
  .main_info-left ul.social_buttons li {
    display: inline-block;
    padding-right: 10px;
    font-size: 25px; }
    .main_info-left ul.social_buttons li.facebook a {
      color: #3b5997; }
    .main_info-left ul.social_buttons li.linkedin a {
      color: #0077b5; }
    .main_info-left ul.social_buttons li a {
      color: #000;
      text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?g4qcs4");
  src: url("../fonts/icomoon.eot?g4qcs4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g4qcs4") format("truetype"), url("../fonts/icomoon.woff?g4qcs4") format("woff"), url("../fonts/icomoon.svg?g4qcs4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-wiki:before {
  content: "\e907"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-anchor:before {
  content: "\e906"; }

/* News on shipyard page */
.maritime_news .news-item {
  display: -ms-flexbox;
  display: flex; }
  .maritime_news .news-item .news-image {
    width: 150px;
    margin-right: 15px; }
    .maritime_news .news-item .news-image img {
      width: 100%;
      max-width: auto;
      display: block; }
  .maritime_news .news-item .news-content {
    -ms-flex: 1;
        flex: 1;
    font-size: 14px; }
    .maritime_news .news-item .news-content .news-description {
      margin-bottom: 0; }
    .maritime_news .news-item .news-content .news-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 16px; }
    .maritime_news .news-item .news-content .date {
      font-size: 12px;
      color: #999;
      margin: 0;
      padding-top: 9px; }
    .maritime_news .news-item .news-content .news-more {
      cursor: pointer; }

.maritime_news .archive {
  margin-bottom: 40px; }

#deviation-costs .register-link {
  padding: 4px 0;
  margin: 0; }

#deviation-costs #speed-control .input-group-addon {
  color: #009688;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none; }
  #deviation-costs #speed-control .input-group-addon:hover {
    background-color: #fff;
    color: #0d8864;
    border-color: #0d8864; }

#deviation-costs #speed {
  height: 30px; }

#deviation-costs .shipyards table tr .shipyard-count {
  color: #009688;
  font-size: 85%; }

#deviation-costs .shipyard-number {
  font-size: 85%;
  background: none;
  border: none;
  margin-left: -24px;
  margin-top: -24px; }
  #deviation-costs .shipyard-number span {
    color: #009688; }

.shipyard-agent h2 {
  clear: both; }

.shipmanager h2 {
  clear: both; }

/* Alternative shipyards */
.alternative-shipyards-wrap {
  margin: 0 -15px; }
  .alternative-shipyards-wrap > .shipyard-item {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    float: left;
    width: 50%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px; }
    .alternative-shipyards-wrap > .shipyard-item .image {
      width: 170px;
      float: left; }
      .alternative-shipyards-wrap > .shipyard-item .image img {
        width: 100%;
        height: auto;
        min-height: 100px;
        display: block;
        background: transparent url("../img/dummy-logo.png") no-repeat scroll center center;
        background-size: cover; }
    .alternative-shipyards-wrap > .shipyard-item .shipyard-data {
      margin-left: 190px; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .title {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom: 7px; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .place {
        margin-bottom: 6px; }
        .alternative-shipyards-wrap > .shipyard-item .shipyard-data .place span {
          color: #000;
          font-size: 14px;
          font-weight: 400;
          line-height: 17px; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .distance {
        font-size: 14px;
        color: #000;
        margin-bottom: 12px;
        font-weight: 600; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .icon-service {
        display: inline-block;
        font-size: 28px;
        margin-left: 6px; }
        .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .icon-service:first-child {
          margin: 0; }
        .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .icon-service span {
          display: none; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .service-1:before {
        content: "\e904"; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .service-2:before {
        content: "\e903"; }
      .alternative-shipyards-wrap > .shipyard-item .shipyard-data .services .service-3:before {
        content: "\e905"; }

/* Gallery */
.gallery-wrap {
  margin: 0 -15px 27px; }
  .gallery-wrap > .gallery-item {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    float: left;
    width: 33.2%;
    margin-bottom: 15px;
    height: 11.54vw; }
    .gallery-wrap > .gallery-item a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .gallery-wrap > .gallery-item a img {
        position: absolute;
        display: block;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

/* Videos */
.video-wrap {
  margin: 0 -15px 27px; }
  .video-wrap > .video-item {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    float: left;
    width: 33.2%;
    margin-bottom: 10px; }
    .video-wrap > .video-item .video-cover {
      position: relative;
      height: 11.54vw;
      background: none;
      overflow: hidden; }
      .video-wrap > .video-item .video-cover img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .video-wrap > .video-item .video-cover.empty {
        background-color: #cfcfcf; }
      .video-wrap > .video-item .video-cover:before {
        display: block;
        content: " ";
        position: absolute;
        z-index: 1;
        background: transparent url("../img/icon-play.svg") no-repeat scroll center center;
        background-size: 30px 23px;
        width: 30px;
        height: 23px;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -15px; }
    .video-wrap > .video-item strong {
      padding-top: 5px;
      font-weight: 400;
      color: #009688;
      font-size: 14px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 24px; }

.video-modal .popup_block {
  background-color: #fff;
  max-width: 90%; }
  .video-modal .popup_block .popup_close {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    .video-modal .popup_block .popup_close svg {
      width: 100%; }
  .video-modal .popup_block .popup-content {
    padding-top: 55px;
    height: 45vw; }
    .video-modal .popup_block .popup-content iframe {
      width: 100%;
      height: 100%; }

/* Contacts */
.contact_us ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }
  .contact_us ul li {
    margin-bottom: 5px; }
    .contact_us ul li a {
      display: block;
      color: #009688;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.contact_us p.name {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0; }

.contact_us img {
  display: block;
  height: auto;
  width: 100%; }

/* Brochures */
.brochures {
  margin: 0 -15px 50px; }
  .brochures .brochure-item {
    width: 20%;
    float: left;
    padding: 15px; }
    @media (max-width: 767px) {
      .brochures .brochure-item {
        width: 50%; } }
  .brochures img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .brochures img {
        display: block;
        margin: 0 auto 10px; } }

/* Tabs */
.td-tabs {
  margin: 0; }
  .td-tabs > li {
    margin: 0 10px 0 0;
    width: 13.14vw;
    text-align: center; }
    @media (max-width: 767px) {
      .td-tabs > li {
        width: 27vw; } }
    .td-tabs > li > a {
      border-radius: 0;
      margin: 0;
      border: none;
      font-size: 14px;
      color: #000;
      font-weight: 600;
      border-bottom: 6px solid #e9e9e9;
      cursor: pointer;
      padding: 0 4px 11px;
      height: 37px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all 300ms ease-in-out; }
      .td-tabs > li > a:hover {
        background-color: #fff;
        color: #000; }
    .td-tabs > li:last-child {
      margin-right: 0; }
    .td-tabs > li.active > a {
      border: none;
      color: #009688;
      background-color: #fff;
      border-bottom: 6px solid #009688;
      cursor: default; }
      .td-tabs > li.active > a:hover, .td-tabs > li.active > a:focus {
        border: none;
        border-bottom: 6px solid #009688;
        background-color: #fff;
        color: #009688; }

/* Shipyard Reviews */
.btn-add-review {
  margin-bottom: 20px; }

.no-reviews-wrap {
  padding: 60px 0 30px;
  text-align: center;
  font-size: 18px;
  color: #666;
  background: transparent url("../img/no-review.svg") no-repeat scroll center 20px;
  background-size: 40px 32px; }

.not-logged-reviews {
  padding: 0 0 40px; }

.reviews {
  margin: 63px 0 43px; }
  .reviews .review-item {
    position: relative;
    border: 1px solid #e9e9e9; }
    .reviews .review-item + .review-item {
      margin-top: 63px; }
  .reviews .review-person {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -35px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .reviews .review-person .review-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .reviews .review-person .review-image .avatar {
        border-radius: 50%;
        width: 55px;
        height: 55px;
        overflow: hidden;
        margin: 0 10px;
        position: relative;
        top: -8px; }
      .reviews .review-person .review-image p.review-name {
        font-weight: 600; }
    .reviews .review-person .review-date {
      padding-right: 10px; }
  .reviews .review-content {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) and (max-width: 991px) {
      .reviews .review-content {
        display: block; } }
    @media (max-width: 767px) {
      .reviews .review-content {
        display: block; } }
    .reviews .review-content .review-text {
      -ms-flex: 1;
          flex: 1;
      padding: 23px 20px 20px; }
      .reviews .review-content .review-text p.bold {
        margin-bottom: 3px;
        font-weight: 600;
        font-size: 14px; }
      .reviews .review-content .review-text p.main_review {
        margin: 0px; }
      .reviews .review-content .review-text .raiting {
        background: transparent url("../img/anchors.svg") no-repeat scroll -96px 0;
        background-size: 189px 16px;
        height: 16px;
        width: 93px;
        position: relative; }
      .reviews .review-content .review-text .active-raiting {
        background: transparent url("../img/anchors.svg") repeat-x scroll left top;
        background-size: 189px 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 0; }
      .reviews .review-content .review-text .review-characteristic-item .item-title {
        font-weight: 600;
        position: relative;
        margin: 0;
        width: calc(100% - 110px); }
        .reviews .review-content .review-text .review-characteristic-item .item-title i {
          color: #009688; }
      .reviews .review-content .review-text .review-characteristic-item .item-title[aria-label]:hover:after {
        display: inline-block;
        content: attr(aria-label);
        position: absolute;
        top: 110%;
        line-height: 19px;
        background-color: #009688;
        color: #fff;
        font-size: 13px;
        z-index: 10;
        padding: 4px 10px;
        border-radius: 4px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400; }
      .reviews .review-content .review-text .review-characteristic-item + .review-characteristic-item {
        border-top: 1px solid #e9e9e9;
        padding-top: 10px; }
      .reviews .review-content .review-text .review-characteristic-item .raiting, .reviews .review-content .review-text .review-characteristic-item .item-title {
        display: inline-block; }
      .reviews .review-content .review-text .review-characteristic-item .raiting {
        top: 3px;
        margin-right: 5px; }
    .reviews .review-content .ship-details {
      background-color: #f8f8f8;
      padding: 17px 20px;
      width: 295px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .reviews .review-content .ship-details {
          width: 100%; } }
      @media (max-width: 767px) {
        .reviews .review-content .ship-details {
          width: 100%; } }
      .reviews .review-content .ship-details ul {
        list-style: none;
        padding: 0;
        margin: 10px 0 16px; }
      .reviews .review-content .ship-details p.ship-name {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        line-height: 18px; }
      .reviews .review-content .ship-details p {
        margin-bottom: 9px; }
      .reviews .review-content .ship-details img {
        width: 160px;
        height: auto; }

.add-review-popup .popup_block {
  background-color: #fff;
  position: relative;
  padding: 25px 30px; }

.add-review-popup .popup_close {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  .add-review-popup .popup_close svg {
    width: 100%; }

.add-review-popup .popup-title {
  font-size: 22px;
  line-height: 24px;
  padding-right: 35px;
  margin-bottom: 36px; }
  .add-review-popup .popup-title strong {
    font-weight: 600;
    margin-left: 6px; }

.add-review-popup .popup-content .form-group .radio-inline {
  margin-left: 10px; }
  .add-review-popup .popup-content .form-group .radio-inline input {
    margin-right: 6px; }

.add-review-popup .popup-content .form-group .rating-label {
  position: relative;
  padding-left: 26px; }
  .add-review-popup .popup-content .form-group .rating-label:before {
    display: block;
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent url("../img/anchors.svg") no-repeat scroll left top;
    background-size: 236px 20px;
    left: 0;
    top: 0; }

.add-review-popup .popup-content .form-group.review-message {
  padding: 0 0 20px; }
  .add-review-popup .popup-content .form-group.review-message textarea {
    min-height: 200px;
    resize: vertical;
    margin: 0;
    padding: 15px; }

.add-review-popup .popup-content .form-group.review-title {
  padding-top: 20px; }

.add-review-popup .popup-content .date-selection {
  padding: 20px 0; }
  .add-review-popup .popup-content .date-selection > * {
    display: inline-block; }
  .add-review-popup .popup-content .date-selection .form-control {
    width: 20%;
    margin: 0 10px 0 0; }

.add-review-popup .popup-content .popup-buttons {
  padding-top: 20px; }
  .add-review-popup .popup-content .popup-buttons button[disabled] {
    background-color: #666; }

.review-datepicker {
  z-index: 1900 !important;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  width: 30vw; }
  .review-datepicker .ui-datepicker-header {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding: 4px 0;
    margin-bottom: 10px; }
    .review-datepicker .ui-datepicker-header .ui-datepicker-prev,
    .review-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      top: 2px;
      line-height: 1.8em;
      text-indent: 0; }
    .review-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 2px; }
    .review-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 2px; }
    .review-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0 2.3em;
      line-height: 1.8em;
      text-align: center; }
  .review-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .review-datepicker .ui-datepicker-calendar th {
      font-weight: 400;
      color: #525252; }
    .review-datepicker .ui-datepicker-calendar td a {
      color: #000;
      text-decoration: none;
      line-height: 2.8em; }
    .review-datepicker .ui-datepicker-calendar td:hover {
      background-color: #cfcfcf; }
    .review-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month a {
      color: #9f9d94; }
    .review-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
      background-color: #009688; }
      .review-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
        color: #fff;
        font-weight: 600; }
    .review-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
      font-weight: 600; }

tr.premium {
  background-color: #009688 !important;
  color: white !important; }
  tr.premium a {
    color: white !important;
    font-weight: bold; }
  tr.premium .progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 0.9)), to(rgba(230, 230, 230, 0)), color-stop(0, rgba(255, 255, 255, 0.7)));
    background-color: #ffd700; }

td.details-control {
  background: url("/img/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.shown td.details-control {
  background: url("/img/details_close.png") no-repeat center center; }

.holiday {
  background: #009688; }

.holiday span {
  background: #009688 !important;
  color: white !important; }

.market-place-details-cell {
  padding-right: 20px; }

.vis-timeline {
  border: none !important; }

.vis-current-time {
  z-index: 0 !important; }

.auto-wrap-by-paragraph {
  white-space: pre-wrap; }

#menu {
  margin: 0;
  width: auto;
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center; }

#menu ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  height: auto; }

#menu li {
  display: inline-table;
  padding: 8px;
  border: solid 1px #009688; }

#menu p {
  color: #009688;
  padding: 10px;
  text-decoration: none; }

#menu a {
  color: #009688;
  padding: 10px;
  text-decoration: none; }

#menu .menuAbled:hover {
  background-color: #009688; }

#menu a:hover {
  color: white; }

.menuDisabled {
  border: solid 1px lightgray !important;
  cursor: pointer; }
