html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Open Sans" !important;
}

#root {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: white !important;
  font-family: "Open Sans" !important;
}

a {
  color: rgb(40, 76, 100) !important;
}

.slick-slider{
  position: absolute !important;
  height: 500px;
  width: 100vw;

}

.slick-slide .slider_image{

}

/* input:focus,
 select:focus,
 textarea:focus,
 button:focus {
     outline: none !important;
 } */

*:focus {
  outline: none;
}

.cnt-15 {
  padding: 0px !important;
}

.pd-5 {
  padding: 5px 0 !important;
}

.pd-10 {
  padding: 10px 5px !important;
}

.pd-22 {
  padding: 22px 0 !important;
}

.pd-20 {
  padding: 20px 0 !important;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.companyItem {
  padding: 5px;
  color: rgb(41, 63, 84);
  border-radius: 4px;
  font-weight: bold;
  border-bottom: 1px solid rgba(116, 135, 157, 0.2);
}

.companyLogo {
  display: inline-block;
}

.experiences {
  color: rgb(41, 63, 84);
  font-weight: bold !important;
  font-size: 24px;
}



.nav a:hover {
  text-decoration: none;
}

.nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1;
  left: 0;
  background: #fff;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.nav a:hover:before,
.nav a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}


.navbar-default {
  background-color: rgb(41, 63, 84) !important;
  border-color: rgb(41, 63, 84) !important;
  color: rgb(40, 76, 100);
  border-radius: 0px !important;

}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background: transparent !important;
  text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bg-img {
  background: url(./../images/home-bg-img.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
  z-index: 1;
}

.dark {
  background: rgb(40, 76, 100) !important;
}
.stylenav a {
  float: left;
  color: rgb(40, 76, 100);
}

.help a:link,
.stylenav a:link {
  text-decoration: none;
}

.btn-language {
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 25px !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.pd-3 {
  padding: 3px 0 !important;
}

.dropdown-menu {
  min-width: 57px !important;
}

.dropdown-menu:focus {
  outline: none;
}

.dropdown-menu a {
  color: rgb(140, 216, 248) !important;
}

.departure,
.arrival,
.calendar,
.passengers {
  height: 45px;
  background-color: #fff;
}

.icon {
  padding: 0 10px;
}

.brd-rght {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.social {
  padding-bottom: 10px;
}
.dropdown-menu > div:nth-child(1) {
  text-align: center;
}

.dropdown-menu > div:nth-child(2) {
  text-align: center;
}

.roundTripRow{
  margin-bottom: 20px !important;
}

.roundTripRow div, .roundTripRow span{
  margin-bottom: 0px !important;
  margin-top: 0px !important
}

.searchRow {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
}

.searchItem {
  display: inline-block;
}

.navFlag {
  background-image: url("./../images/flag.png");
  width: 40px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.navCalendar {
  background-image: url("./../images/calendar.png");
  width: 40px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

/* -----------------------------------------REACT DAYS ----------------------------- */
.rangeDay .DateRangePicker,
.singleDay .SingleDatePicker {
  margin-left: 40px;
}

.rangeDay .DateRangePickerInput {
  width: 100% !important;
  height: 45px !important;
}

.singleDay .SingleDatePicker {
  width: calc(100% - 40px) !important;
  height: 45px !important;
}

.singleDay .DateInput {
  width: 100% !important;
}

.rangeDay .DateInput {
  width: calc(50% - 12px) !important;
}

.DateInput_input {
  padding: 12px !important;
  font-size: 15px !important;
  color: black !important;
  text-align: center !important;
}

.DateInput_input__focused {
  border-bottom: 3px solid rgb(140, 216, 248) !important;
}

.CalendarDay__highlighted_calendar {
  background: rgb(140, 216, 248) !important;
  color: rgb(40, 76, 100) !important;
}

.CalendarDay__highlighted_calendar:hover {
  background: rgb(140, 216, 248) !important;
  color: rgb(40, 76, 100) !important;
}

.CalendarDay__selected_span {
  background: rgb(140, 216, 248) !important;
  border: rgb(40, 76, 100) !important;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: rgb(40, 76, 100) !important;
  border: rgb(40, 76, 100) !important;
  color: #fff;
}

.CalendarDay__highlighted_calendar:active {
  background: rgb(140, 216, 248) !important;
  color: rgb(40, 76, 100) !important;
}

/* ------------------------------------------------------------------------------------------------------- */

.navigationDropdownItem .menu {
  width: 360px !important;
  border-color: transparent !important;
  box-shadow: 0px 0px 7px #888888 !important;
  border-radius: 0 !important;
}

/* .navigationDropdownItem .text{
      line-height: 20px;
  } */

.navigationDropdownRight .menu {
  margin-left: -182px !important;
}

.navigationDropdown {
  width: 360px;
}

.navigationDropdownItem {
  min-width: 180px !important;
  width: 180px;
  border: 1px solid transparent !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.navigationDropdownItem .dropdown.icon {
  opacity: 0 !important;
  display: none;
}

.navigationDropdownItem input {
  padding: 0.67857143em !important;
  text-align: center !important;
}

.navigationDropdownItem .default.text {
  text-align: center !important;
  width: 100%;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.51) !important;
  text-align: center !important;
}

.navigationDropdownLeft {
  margin-left: 40px;
}
.navigationDropdownRight {
  margin-left: 220px;
}

.navigationDropdownArrow {
  margin-left: 210px;
}


.searchButton {
  color: rgb(41, 63, 84) !important;
  border: 1px solid rgb(140, 216, 248);
  background-color: rgb(140, 216, 248) !important;
  border-radius: 20px !important;
  min-width: 125px;
  padding: 16px !important; 
  transition: all ease-in-out .5s !important;
}


.homeButton{
  background: white !important;
  letter-spacing: 4px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  border-radius: 40px !important;
  color: white !important;
  font-size: 15px !important;
  background: transparent !important;
  border: 2px solid white !important;
  font-weight: bold !important;
  font-family: 'Open Sans';
}

.homeButton:hover{
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.12), 0 6px 4px 0 rgba(0,0,0,0.08) !important;
  background: white !important;
  border: 2px solid white;
  color: rgb(41, 63, 84) !important;
  
}

@media screen and (max-width: 467px) {
  .bookingButton {
    margin: 0 0 12px 0 !important;
    float: unset;
    width: 100%;
  }
}

.clearButton {
  color: #edeeee !important;
  background-color: transparent !important;
  border-radius: 20px !important;
  min-width: 125px;
  position: relative !important;
  /* margin-top: -36px !important; */
  width: auto;
  text-align: right !important;
  margin-left: 0px !important;
  float: left !important;
  padding: 0 0 20px 0 !important;
}

.selectButton {
  color: rgb(41, 63, 84) !important;
  background-color: rgb(140, 216, 248) !important;
  border-radius: 20px !important;
  font-weight: bold;
  min-width: 80px;
  margin: 15px 20px 10px 0;
  padding: 4px 10px;
  border-color: transparent !important;
}

.AllButton {
  color: rgba(0, 0, 0, 0.51) !important;
  background-color: rgb(140, 216, 248) !important;
  /* border-radius: 20px !important; */
  min-width: 125px;
}


@media screen and (max-width: 768px) {
  .languageSwitcher {
    position: absolute !important;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-flex !important;
    width: 120px;
  }

  .searchContainer {
    margin-top: 105px !important;
    padding: 20px;
  }

  .navigationDropdown {
    width: 320px;
  }

  .navigationDropdownItem .menu {
    width: 320px !important;
  }

  .navigationDropdownRight .menu {
    margin-left: -162px !important;
  }

  .navigationDropdownItem {
    min-width: 160px !important;
    width: 160px;
  }

  .navigationDropdownLeft {
    margin-left: 40px;
  }

  .navigationDropdownRight {
    margin-left: 200px;
  }

  .navigationDropdownArrow {
    margin-left: 190px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .OSCardContainer {
    width: 290px !important;
    height: 320px !important;
    display: inline-block;
    margin: 0px 0px 20px !important;
    box-shadow: 0px 0px 7px #888888;
    background: white;
    position: relative;
  }

  .OSTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 290px !important;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: 160px;
    transition: all ease-in-out 0.5s;
  }

  .OSCardAction {
    width: 40px;
    height: 40px;
    background: rgb(140, 216, 248);
    color: white;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    left: 240px !important;
    background-image: url(./../images/arrow-down.png);
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

@media screen and (max-width: 320px) {
  .OSCardContainer {
    width: 270px !important;
    height: 320px !important;
    display: inline-block;
    margin: 0px 0px 20px !important;
    box-shadow: 0px 0px 7px #888888;
    background: white;
    position: relative;
  }

  .OSTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 270px !important;
    border-color: transparent transparent #ffffff;
    position: absolute;
    top: 160px;
    transition: all ease-in-out 0.5s;
  }

  .OSCardAction {
    width: 40px;
    height: 40px;
    background: rgb(140, 216, 248);
    color: white;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    left: 220px !important;
    background-image: url(./../images/arrow-down.png);
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

@media screen and (max-width: 400px) {
  .searchContainer {
    margin-top: 105px !important;
    padding: 20px;
  }

  .navigationDropdown {
    width: calc(100% - 110px);
  }

  .navigationDropdownItem .menu {
    width: calc(100vw - 40px - 40px) !important;
  }

  .navigationDropdownRight .menu {
    margin-left: calc(-50vw + 39px) !important;
  }

  .navigationDropdownItem {
    min-width: 50% !important;
    width: calc(50% - 40px);
  }

  .navigationDropdownLeft {
    margin-left: 40px;
  }

  .navigationDropdownRight {
    margin-left: calc(50%);
  }

  .navigationDropdownArrow {
    margin-left: calc(50% - 55px + 30px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1098px) {
  .BannerRectangleLarge {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .BannerRectangleLarge {
    display: none;
  }
  .BannerRectangle {
    display: inline-block;
  }
}

@media screen and (max-width: 1030px) {
  .BannerRectangleLargeItineraries {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px){
  .displayBannerLarge{
    display: block;
  }
}

@media screen and (max-width: 767px){
  .displayBannerLarge{
    display: none;
  }
}
/* ---------------------------------------------- LAYOUT ------------------------------------------ */
.OSNavbarContainer {
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4) !important;
}

.OSNavbar {
  width: 100%;
  max-width: 1360px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.OSNavbar .container {
  width: 100%;
}

.OSPageContainer {
  display: flex;
  width: 100%;
  max-width: 1360px;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 30px 0px 0px;
}

.OSPageContent {
  width: calc(100% - 340px);
  padding: 0 15px;
}

.OSPageSidebar {
  width: 340px;
  padding: 0px 20px;
}

.OSCardContainer {
  width: 450px;
  height: 320px;
  display: inline-block;
  margin: 0px 8px 20px;
  box-shadow: 0px 0px 7px #888888;
  background: white;
  position: relative;
  text-align: center;
}

.OSCardContainer2 {
  width: 460px;
  height: 320px;
  display: inline-block;
  margin: 0px 20px 20px;
  box-shadow: 0px 0px 7px #888888;
  background: white;
  position: relative;
}

.OSIMGContainer {
  width: 100%;
  height: 200px;
  background-color: white;
  position: relative;
  transition: all ease-in-out 0.5s;
}

.OSNameContainer {
  width: 100%;
  height: 70px;
  background-color: #8cd8f8;
  padding: 25px 75px;
  position: absolute;
  transition: all ease-in-out 0.5s;
}

.OSTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 450px;
  border-color: transparent transparent #ffffff;
  position: absolute;
  top: 160px;
  transition: all ease-in-out 0.5s;
}

.OSContentContainer {
  background: white;
  min-height: 70px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  top: 200px;
  position: absolute;
  transition: all ease-in-out 0.5s;
  text-align: left;
}

.OSContentContainer2 {
  background: white;
  min-height: 70px;
  width: 300px;
  height: 210px;
  overflow: hidden;
  top: 70px;
  position: absolute;
  transition: all ease-in-out 0.5s;
}

.OSContentTitle {
  font-size: 20px;
  color: rgb(41, 63, 84);
  padding: 10px 10px 0px 10px;
}

.OSContentLocation {
  font-size: 15px;
  color: rgb(41, 63, 84);
  padding: 10px 11px;
}

.OSContentDate {
  font-size: 13px;
  color: rgb(41, 63, 84);
  padding: 0px 10px 10px 10px;
}

.OSContentTel {
  font-size: 15px;
  color: rgb(41, 63, 84);
  padding: 10px 11px;
}

.OSContentDescription {
  padding: 10px;
  font-size: 13px;
}
.OSContentFax {
  padding: 10px 11px;
  font-size: 15px;
}
.OSContentUrl {
  padding: 10px;
  font-size: 13px;
}

@media screen and (min-width: 481px) {
  .OSCardAction {
    width: 40px;
    height: 40px;
    background: rgb(140, 216, 248);
    color: white;
    border-radius: 50%;
    position: absolute;
    top: 250px;
    left: 400px;
    /* right: 15px; */
    background-image: url(./../images/Hamburger_icon.png);
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}

.OSCardActionButton {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin-right: 1%;
  padding: 10px 0px;
  color: rgb(41, 63, 84) !important;
  background: rgb(140, 216, 248) !important;
  border-radius: 20px !important;
  min-width: 125px;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  margin-top: 70px;
}

.OSCardActionButtonActive {
  background: rgb(41, 63, 84) !important;
  color: rgb(140, 216, 248) !important;
}

.OSCardActionButton:hover {
  background: rgb(41, 63, 84) !important;
  color: rgb(140, 216, 248) !important;
}

.OSCardContainer.opencard .OSIMGContainer {
  height: 100px;
}

.OSCardContainer.opencard .OSContentContainer {
  height: 160px;
  top: 100px;
}

.OSCardContainer.opencard .OSTriangle {
  top: 60px;
}

.OSCardContainer.opencard .OSCardActionButton {
  margin-top: 170px !important;
}

/* ----------------------------------------------OVERRIDES ---------------------------------------- */

button.ui.button {
  margin: 0px;
}

.DateRangePickerInput_clearDates {
  padding: 10px;
  position: absolute;
  margin: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.DateRangePickerInput_clearDates_svg {
  fill: rgb(41, 63, 84) !important;
}

.DateRangePickerInput_clearDates:focus,
.DateRangePickerInput_clearDates:hover {
  background: rgb(140, 216, 248) !important;
}

.ui.selection.dropdown {
  /* border: 1px solid transparent !important; */
  border-radius: 0 !important;
}

.OSNavbar .navbar-default .navbar-nav > .active > a::before {
  visibility: visible;
  transform: scaleX(1);
}
.DateRangePicker_picker {
  z-index: 4 !important;
}
.DayPickerKeyboardShortcuts_show__topRight,
.DayPickerKeyboardShortcuts_show__bottomRight {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: rgb(41, 63, 84) !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: rgb(140, 216, 248) !important;
  cursor: default;
  background-color: rgb(41, 63, 84) !important;
  border-color: rgb(41, 63, 84) !important;
}

.searchRow .ui.toggle.checkbox .box::before,
.searchRow .ui.toggle.checkbox label::before {
  background-color: rgba(204, 226, 255, 0.3) !important;
}

.searchRow .ui.toggle.checkbox input:checked ~ .box::before,
.searchRow .ui.toggle.checkbox input:checked ~ label::before {
  background-color: rgba(204, 226, 255, 1) !important;
}
.selectButton.selected_trip {
  background: #edeeee !important;
}

.OpacityRow {
  background: white !important;
}

/* -------------------------------------RESPONSIVE-------------------------- */
.showOnMDandBelow {
  display: none;
  width: 300px;
}

.contentOnMDandBelow {
  width: calc(100% - 300px);
}

.AgenciesTable .TableRow:last-child {
  border-bottom: 1px solid rgb(201, 203, 202) !important;
}

@media screen and (max-width: 490px) {
}

@media screen and (max-width: 768px) {
  .OSShipTableContainer {
    width: calc(100%) !important;
    float: unset !important;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }

  .removePaddingsOnXS {
    padding: 0px !important;
  }

  .contentOnMDandBelow {
    width: calc(100%) !important;
  }

  .showOnMDandBelow {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .tableHeader:first-child {
    border-bottom: 1px solid rgb(41, 63, 84);
  }

  .TableRow > div:first-child {
    border-bottom: 1px solid #edeeee;
  }

  .headerLabel {
    padding: 10px 0px;
  }

  .noPaddingOnMediumAndHigher {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .OSPageContent {
    width: calc(100%);
    padding: 0 15px;
  }

  .OSPageSidebar {
    display: none;
  }

  .showOnMDandBelow {
    display: block;
  }

  .contentOnMDandBelow {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1360px) {
  .OSPageContent .row:first-child{
    padding: 20px;
  }
}

.languageSwitcher {
  position: relative;
  float: right;
  height: 35px;
}

.languageSwitcher .ui.fluid.dropdown > .dropdown.icon {
  float: right;
  top: 4px;
}

.glyphicon {
  margin-right: 5px !important;
  color: white !important;
  font-size: 17px !important;
  top: 2px !important;
}
.languageSwitcher .dropdown > .text {
  color: white !important;
}

.languageSwitcher .ui.dropdown > .dropdown.icon {
  color: white !important;
  margin-left: 5px !important;
}

.adunitContainer {
  margin: 20px 0;
}

.OSShipEventsExpand {
  width: 100%;
  text-align: center;
  display: block;
  bottom: 0;
  position: absolute;
  font-size: 12px;
  cursor: pointer;
}

.filterDrop {
  height: 30px !important;
  border-right: 0px solid transparent !important;
  border-left: 0px solid transparent !important;
  margin: 0px 10px 20px 0px !important;
}

.noPaddingOnMediumAndHigher {
  padding: 0px;
}

.english {
  background: url("/images/EnglandFlag.png");
  background-size: cover;
}

.greek {
  background: url("/images/GreeceFlag.png");
  background-size: cover;
}

.italian {
  background: url("/images/ItalyFlag.png");
  background-size: cover;
}

.languageItem {
  margin: 0 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.4;
}

.languageItem:hover {
  opacity: 1;
  cursor: pointer;
}

.languageItem.active {
  opacity: 1;
}

.OSPageContent .SingleDatePicker {
  margin: 0 !important;
  width: 100% !important;
}

.contactLabel {
  color: rgb(40, 76, 100);
  font-size: 25px;
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
  width: 100%;
  margin-bottom: 20px !important;
}

.contactLabel::after{
  height: 2px;
  background: rgb(40, 76, 100);
  width: 150px;
  content: " ";
  display: block;
  margin: 5px 0px;
}

.contactLabel:not(:first-child){
  margin-top: 24px !important;
}

.contactUsInfo {
  display: inline;
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
  border: 1px dashed rgb(41, 63, 84);
  width: 245px;
  margin: auto;
  padding: 20px;
  margin-top: 20px;
}