/*!
 * Site's main stylesheet
 */

 

 @font-face {
	font-family: 'MainFont-B';
	src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MainFont-R';
	src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MainFont-L';
	src: url('fonts/OpenSans-Light.eot');
  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'segoe';
	src: url('fonts/segoescb.ttf');
  src: url('fonts/segoescb.ttf?#iefix') format('truetype'),
	url('fonts/segoescb.ttf') format('truetype');
}

@font-face {
  font-family: 'envoy';
	src: url('fonts/ENVOYPN.TTF');
  src: url('fonts/ENVOYPN.TTF?#iefix') format('truetype'),
	url('fonts/ENVOYPN.TTF') format('truetype');
}

@font-face {
  font-family: 'Roboto Light';
  src: url('fonts/Roboto-Light.ttf') format('truetype'),
	url('fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto-Regular.ttf') format('truetype'),
	url('fonts/Roboto-Regular.ttf') format('truetype');
}

 body{
   font-family: 'MainFont-R', Tahoma;
   background-color: #E2E2E2;
   margin: 0;
   padding: 0;
 }
 body.homepage, body.offers{
  background-color: #ffffff;
 }

 #offersTabsContent span.expired-offer {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%!important;
  text-align: center;
  background: #00000050;
  padding: 125px;
  font-size: 20px;
  height: 100%;
  color: #ffffff;
  padding: 40% 0 0 13%;
  transition: 0.4s ease;
}
#offersTabsContent span.expired-offer:hover {
  color: #ec1d48;
}
a {
  color: #3592d5;
}
a:hover {
  color: #003760;
  text-decoration: none;
}
h1{
  margin:0;
  padding: 34px 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  background: #fff;
}
h1 a{
  color: #6D6E71;
  transition: all 0.2s linear;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
h1 a:hover{
  text-decoration:none;
  color:#000000;
}

h1 div:nth-child(2n) a::after{
  border-left: none;
}
h1 span{
  margin: 0 4px;
  color: #bbb;
  font-weight: bold;
}
h1 font{
  display: block;
}
h2{
  color:#003760;
  text-align:left;
  padding: 0;
  margin: 20px 0;
  font-size: 1rem;
}
h1.black-m{
  color: #000000;
  font-size: 23px;
  font-weight: normal;
  padding: 15px 0 0;
}
h1.grey-m{
  color:#363636;
  font-size: 23px;
  font-weight: normal;
  padding: 15px 0 0;
  line-height: 28px;
}
h1.grey-m span{
  color:#363636;
  font-size: 16px;
}
h2.grey-s{
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 0 15px;
  margin: 0;
  text-align:center;
}
body.homepage .container h2.black{
  color:#000;
  text-align:center;
}
.carousel-caption p br{
  display: none;
}
h3{
  color:#003760;
  text-align:left;
  padding: 0;
  margin: 30px 0 6px 0;
  font-size: 0.9rem;
}
.footer-text h3{
  text-align:center;
  font-size: 1rem;
}
p{
  font-size: 0.9rem;
  color: #3d3d3d;
  line-height: 19px;
  padding-right: 20px;
}
p.sz-small{
  font-size: 0.8rem;
  line-height: 16px;
  color: #777;
}
p.blue{
  font-size: 1rem;
  color: #003760;
}
p.grey{
  font-size: 1rem;
  color: #444444;
}
p.grey-xl-i{
  font-size: 32px;
  font-style: italic;
  color: #383838;
  font-weight: bold;
}
p.grey-md-i{
  font-size: 25px;
  font-style: italic;
  color: #383838;
  font-weight: bold;
  line-height: 31px;
}
p.info{
  font-weight: bold;
}
p.info span{
  color:#ee3144;
}
p em{
  font-size: 0.8rem;
  color: #6f6e6e;
  font-style: italic;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.footer-text p{
  font-size: 0.8rem;
  text-align: justify;
  padding-right: 0;
}
.btn{
  font-size:14px;
}
.btn-primary{
  background-color: #ee3144;
  border-color: #ee4959;
}
.btn-primary:hover{
  background-color: #ec051c;
  border-color: #ee4959;
}

.btn-secondary{
  background-color: #80b5f3;
  border-color: #96bff0;
}

.btn-secondary:hover{
  background-color: #5da2f3;
  border-color: #6aa8f1;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.relative {
  position: relative;
}

/*  Header */
.language-list{
  width: 224px;
  margin: 10px 0 0;
  text-align: center;
  float: right;
}
.language-list p{
  font-family: 'MainFont-L', 'MainFont-R', 'Tahoma';
  color: #777D7E;
  font-size: 15px;
  padding:0;
  margin: 0;
}
.flags{
  width: auto;
  margin: 5px 0 0 0;
}
.flags div{
  width: 27px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  display:inline-block;
  margin:0;
  padding: 20px 0 0 0;
  text-align: center;
}
.flags .en{
  background:url(/php/img/flags.png) no-repeat 0 0;
}
.flags .fr{
  background:url(/php/img/flags.png) no-repeat -24px 0;
}
.flags .de{
  background:url(/php/img/flags.png) no-repeat -48px 0;
}
.flags .it{
  background:url(/php/img/flags.png) no-repeat -72px 0;
}
.flags .sp{
  background:url(/php/img/flags.png) no-repeat -96px 0;
}
.flags .nl{
  background:url(/php/img/flags.png) no-repeat -120px 0;
}
.flags .tr{
  background:url(/php/img/flags.png) no-repeat -144px 0;
}
.flags .gr{
  background:url(/php/img/flags.png) no-repeat -168px 0;
}
.flags span.desktop{
  display: block;
  color: #777D7E;
  font-size: 11px;
}
.flags span.mobile{
  display: none;
}

.formtilte {
  visibility: hidden;
}
.mainbanner{
  background:url(/php/img/top_bg.jpg) no-repeat 0 0;
  /* background:url(/php/img/greekferries-black-bg.jpg) no-repeat 0 0 !important; */
  height: 520px;
  margin: auto;
}
.mainbanner.common{
  background:url(/php/img/greekferries_top_bg.jpg) no-repeat 0 0;
  height: 690px;
}
.mainbanner.offers{
  background:url(/php/img/greekferries_top_offers_bg.jpg) no-repeat 0 0;
  height: 550px;
}
.mainbanner.bonus{
  background:url(/php/img/greekferries_top_bonus_bg.jpg) no-repeat 0 0;
  height: 766px;
}



/* PHP Destinations Headers */
.mainbanner.destinations {
  max-width: 100%;
  height: 515px;
}
.mainbanner.destinations.santorini {
  background:url(/php/img/destinations/santorini/santorini-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.mykonos {
  background:url(/php/img/destinations/mykonos/mykonos-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.heraklion {
  background:url(/php/img/destinations/heraklion/heraklion-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.ios {
  background:url(/php/img/destinations/ios/ios-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.milos {
  background:url(/php/img/destinations/milos/milos-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.naxos {
  background:url(/php/img/destinations/naxos/naxos-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.paros {
  background:url(/php/img/destinations/paros/paros-bg.jpg) no-repeat 0 0 !important;
}
.mainbanner.destinations.rethymno {
  background:url(/php/img/destinations/rethymno/rethymno-bg.jpg) no-repeat 0 !important;
}
.mainbanner.destinations.piraeus {
  background:url(/php/img/destinations/piraeus/piraeus-bg.jpg) no-repeat 0 !important;
}
.mainbanner.destinations.rafina {
  background:url(/php/img/destinations/rafina/rafina-bg.jpg) no-repeat 0 !important;
}

.mainbanner.schedules {
  background:url(/php/img/destinations/schedules-bg.jpg) no-repeat 0 !important;
  height: 300px;
}

.mainbanner.offers.blackfriday{
  background:url(/php/img/black_friday_bg.jpg) no-repeat 0 0 !important;
  height: 550px;
}


header{
  background: #fff;
}
header.row{
  margin-left:0 !important;
  margin-right:0 !important;
}
header .row.top{
  height: 100px;
}

header .logo{
  background:url(/php/img/greekferries-logo.svg) no-repeat 0 0;
  width:100%;
  height: 50px;
  margin: 20px 0 0 0; 
  text-align: left;
}
header .logo span{
  color: #6D6E71;
  font-size: 11px;
  padding: 35px 0 0 98px;
  display: block;
}
.topbutton{
  background:#b3d0f2;
  width:160px;
  height:30px;
  border-radius:3px;
  margin: 20px 0 0 10px;
  padding:3px;
  cursor: pointer;
  text-align:center;
  float:right;
  line-height: 21px;
}

  .topbutton.iphone{
    background:#b3d0f2 url(/php/img/iphone-icon.png) no-repeat 15px 2px;
  }

  .topbutton a{
    display:block;
    border:1px solid #fff;
    width: 100%;
    height: 100%;
    border-radius:3px;
    color: #2E4860;
    font-weight: bold;
    font-size: 13px;
  }

  .topbutton a font{
    color:#004E99;
  }

  .topbutton a:hover{
    text-decoration:none;
  }

.linkslist{
  background: #b3d0f2;
  height: 30px;
}

.linkslist ul{
  margin-bottom: 0;
}

.linkslist ul li{
  list-style-type: none;
  color: #4b4b4b;
  font-size: 13px;
  padding:5px 0 0;
  display: none;
}

.linkslist ul li:first-child{
  display: block;
}

.linkslist a{
  color: #4b4b4b;
  font-size: 13px;
  transition: all 0.2s linear;
}

.linkslist a:hover{
  text-decoration:none;
  color:#000000;
}

.linkslist .homelink{
  float:left;
  margin: 2px 0 0 0;
}

.linkslist .homelink:after{
  content:"";
  background:url(/php/img/bullet.gif) no-repeat 0 0;
  width:6px;
  height:9px;
  display:inline-block;
  margin:0 8px;
}

/*  Offers Banners */


.col-lg-4.col-md-4.col-sm-12.p1-half .caption p.text-center, .col-lg-4.col-md-4.col-sm-12.p1-half .caption p.text-right {
  color: #ffdc01;
}

.white-ribbon {
  background: #ffffff;
  width: 99.3%;
  margin: auto;
  position: absolute;
  top:15px;
  z-index: 5;
  font-size: 18px !important;
  padding: 5px;
}
.white-ribbon h1{
  font-size: 24px !important;
  font-weight: 700;
}
.offerstitle{
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size:31px;
  color:#008f3d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.p1-half {
  padding-right: .25rem;
  padding-left: .25rem;
  padding-bottom: .5rem;
}
.discount{
  position: relative;
}
.discount .caption{
  position: absolute;
  top: 10px;
  right: 0;
  width: 82%;
  text-align: center;
}
.discount .caption p{
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  font-weight: bold;
}
.discount .caption p span{
  display: block;
  color: #fff;
}
.discount .caption p span.xl-size{
  font-size: 25px;
  padding: 8px 0;
}
.discount .caption p span.md-size{
  font-size: 18px;
  padding-top: 8px;
}
.discount .caption p span.sm-size{
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.discount .caption p span.xs-size{
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
}
.discount .caption .grey{
  color:#3d4142;
  text-shadow:none;
}
.discount .caption .yellow{
  color:#ffdc01;
}
#islands-offers h5 {
  font-size : 1.2rem;
  color: #3d3d3d;
}
#islands-offers .row.my-4 [class*=col] {
  margin-bottom: 30px;
}
.side-text {
  line-height: 20px;
  /* margin-top: 50px;  */
  line-height: 20px;
  margin-top: 50px;
  margin: 25% 0;
  background: #eff4f9;
  padding: 45px 25px !important;
  border-radius: 10px;
  box-shadow: 1px 4px 14px rgba(0,0,0,.2);
}
.islands-discount .caption p{
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 1px 1px 3px rgb(55, 55, 55);
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-transform: uppercase;
}
.islands-discount {
  box-shadow: 0px 8px 20px rgba(0,0,0,.2);
  transition: all .3s ease-in-out;
}
.islands-discount:hover {
  box-shadow: 0px 4px 10px rgba(0,0,0,.4);
}

map span a {
  font-size: 14px !important;

}
map area a {
  white-space: nowrap;
}
.all-destinations .islands-discount .caption {
  position: absolute;
  height: 300px;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 5% 0 0;
  transition: all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.05);
}
.all-destinations .islands-discount .caption:hover {
  background: rgba(0, 0, 0, 0.2);
}

.all-destinations .islands-discount .caption h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
.all-destinations .islands-discount .caption p {
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
  position:relative;
  text-transform: none;
  line-height: 2.3rem;
}
.islands-row {
  margin-bottom: 30px;
}
.shadow-bottom {
  -moz-box-shadow:    inset  0 -80px 80px -80px rgb(10, 10, 10);
  -webkit-box-shadow: inset  0 -80px 80px -80px rgb(10, 10, 10);
  box-shadow:        inset  0 -80px 80px -80px rgb(10, 10, 10);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all .3s ease-in-out;
}
.shadow-bottom:hover {
  -moz-box-shadow:    inset  0 -160px 160px -160px rgb(10, 10, 10);
  -webkit-box-shadow: inset  0 -160px 160px -160px rgb(10, 10, 10);
  box-shadow:        inset  0 -160px 160px -160px rgb(10, 10, 10);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.red-text {
  color: #ec1d48;
  font-size: 20px;
  font-weight: 600;
}
#offersTabs{
  margin: 0 auto 8px;
  margin-right: .25rem;
  margin-left: .25rem;
  border-bottom: 2px solid #b6b7bb;
  border-radius: 0;
}
#offersTabs .nav-item.adriatic a{
  background: #eff4f9 url(/php/img/italy-icon.png) no-repeat 40px center; 
}
#offersTabs .nav-item.islands a{
  /* background:#e1f3fd url(/php/img/islands-icon.png) no-repeat 25px center;  */
  background: #eff4f9 url(/php/img/islands-icon.png) no-repeat 25px center; 
}
.nav-tabs .nav-item {
  margin-right: -2px;
  margin-bottom: -2px;
}
#offersTabs .nav-item .nav-link{
  border-color: #b6b7bb #b6b7bb #b6b7bb;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: #555555;
}
#offersTabs .nav-item .nav-link, #offersTabs .nav-link.active{
  font-size: 17px;
  background: transparent;
  padding: .5rem 80px .5rem 99px;
  line-height: 20px;
  position:relative;
}

#offersTabs .nav-link {
  z-index: 1;
}
#offersTabs .nav-link.active {
  z-index: 2;
}

li.nav-item.adriatic {
  margin-left: -37px;
}

#offersTabs .islands .nav-link.active {
  border-color: #b6b7bb #b6b7bb #ffffff;
  background: #ffffff url(/php/img/islands-icon.png) no-repeat 25px center !important;
}

#offersTabs .adriatic .nav-link.active {
  border-color: #b6b7bb #b6b7bb #ffffff;
  background: #ffffff url(/php/img/italy-icon.png) no-repeat 40px center !important;
}

/* #offersTabs .nav-link.active:before{
  content:'';
  width:20px;
  height:30px;
  border:2px solid #b6b7bb;
  position:absolute;
  bottom:-2px;
  border-top:0;
  border-right:0;
  -moz-border-radius:0 0 0 17px;
  -webkit-border-radius:0 0 0 17px;
  right:-20px;
  z-index: 9;
  background: #e1f3fd;
  box-shadow: 0 12px #fff;
} */
#offersTabs .nav-item .nav-link span, #offersTabs  .nav-link.active span{
  display: block;
  padding-bottom: 4px;
  border-bottom: 5px solid #bbbbbb !important;
}
#offersTabs  .nav-link.active span{
  border-bottom: 5px solid #ee3144  !important;
}
img.islands-preview {
  max-width: 400px;
}
.absolute{
  position:absolute;
}  
.relative{
  position: relative;
}
.tooltip-inner {
  max-width: 100%;
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.4);
  /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); */
  padding: 0px;
  /* background-color: #cccccc  */
}
.tooltip.show {
  opacity: 1;
}

.cs-tooltip .tooltip-inner  {
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.4);
  /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); */
  padding: 10px 15px;
  background-color: #ffffff !important;
  color: #000000;
  font-size: 18px;
  color: rgb(35, 35, 161);
  width: 250px;
}


/*  Carousel */
/* .carousel-inner{
  border-radius: 4px;
}
.carousel-caption{
  background: rgba(0255,255,255,0.8);
  width:400px; 
  height:208px; 
  text-align:left; 
  border-radius:5px; 
  padding:20px;
  top: 20px;
  left: 20px;
  right: auto;
}
.carousel-item:nth-child(2n) .carousel-caption{ 
  background: rgba(0,33,73,0.9);
}
.carousel-caption p{
  font-family: 'MainFont-L', 'MainFont-R', 'Tahoma';
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.carousel-caption p.title{
  font-family: MainFont-R;
  font-size: 21px;
}
html:lang(de) .carousel-caption p.title {font-size: 18px;}

.carousel-item:nth-child(2n) .carousel-caption p, .carousel-item:nth-child(2n) .carousel-caption .more{
  color: #ffffff;
}
.carousel-caption .more{ 
  text-align:right; 
  float:right; 
  font-size:15px; 
  color: #000; 
}
.carousel-caption .more::after{ 
  display:block; 
  content:""; 
  background:url(/php/img/red_arrow.png) no-repeat 6px 0; 
  width:22px; 
  height:16px; 
  float:right; 
  margin: 4px 4px 0 0;
} */
      
/* body.homepage .carousel-indicators{
  left: 20px;
  bottom: 5px;
  right: auto; 
  margin-right: 0;
  margin-left: 0;
} */
/*  Content */
.container{
  max-width: 1100px;
  padding:0;
}
.routesmap{
  background-color:#80b5f3;
  width: auto;
  height: 400px;
  border-radius:5px 5px 0 0;
}



/* black friday */

.blackfriday .earlyclock .group font {
  display: block;
  font-size: 11px;
  margin: 6px 0 0 12px;
}

.blackfriday .earlyclock .group span {
  width: 100%;
  height: 100px;
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  color: #000;
  font-weight: bold;
  font-size: 60px;
  display: inline-block;
  padding: 5px 0 0 0;
  margin: 1px 10px;
}

.blackfriday .bookingForm .formsubtilte {
  color: #000 !important;
}

.blackfriday #ferriesform {
  padding: 30px 0;
}

.blackfriday .early{
  background: none; 
  padding: 80px 0 20px 0;
  text-align: center;
  font-size: 11px;
  color: #5f5f5f;
}
.blackfriday .bookingForm.main {
  display: none;
}
.blackfriday .bookingForm.main.appended {
  display: block;
}
.blackfriday .bookingForm {
  margin: 50px 0 0 0; 
}

.blackfriday .fixed-l, .blackfriday .formtilte{
  display: none !important;
}
.blackfriday .normal{
  font-size: 24px;
  line-height: 36px;
}
.blackfriday .normal span{
  font-size: 32px !important;
}

.blackfriday .big{
  font-size: 32px;
  line-height: 42px;
}
.blackfriday .handwritten{
  font-family: 'segoe', Tahoma;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 80px !important;
}

.blackfriday .form-search-btn {
  font-weight: bold;
  font-size: 18px;
  background: #000000;
  padding: 4px 30px 6px!important;
  color: #ffffff;
  width: 200px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #000000, inset 0 0 0 2px #fff;
}

.blackfriday .modal-body {
  text-align: left;
  font-size: .9rem;
}

.blackfriday .modal .col-6:first-child {
  border-right: 1px solid #e9ecef
}
.blackfriday .modal .col-12{
  border-top: 1px solid #e9ecef
}

.blackfriday .modal h6 {
  font-weight: 600;
  font-size: 16px;
}

.black-friday-banner {
  background:url(/php/img/black-friday-banner.jpg) no-repeat center 0; 
  height: 550px;
  width: 99%;
  margin: 0 auto;
}

.blackfriday .black-content p {
  margin-top: 30px; 
}
.blackfriday .black-content p:first-child, .blackfriday .black-content .modal-header p {
  margin-top: 0; 
}

.black-friday-text h3 {
  color:#ffffff;
  font-size: 26px;
  text-align: center;
}
.black-friday-text .discount-img {
  margin-left: 36%; 
}

.black-friday-text p{
  color:#ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}
.black-friday-text a{
  color:#ffffff !important;
}

.black-friday-text a:hover{
  color:#eeeeee !important;
}

/* .company-wrapper.ventouris, */
/* .company-wrapper.ansf, */
 .company-wrapper {
  opacity: .4;
  cursor: not-allowed;
}
.company-wrapper.minoan, .company-wrapper.ansf,
 .company-wrapper.ventouris, .company-wrapper.esw {
  opacity: inherit;
  cursor: auto;
}
.company-wrapper .line {
  width: 78%;
  height: 45%;
  border-bottom: 3px solid red;
  -webkit-transform: translateY(20px) translateX(5px) rotate(-41deg);
  -moz-transform: translateY(20px) translateX(5px) rotate(-41deg);
  transform: translateY(20px) translateX(5px) rotate(-41deg);
  position: absolute;
  top: 45px;
  left: -32px;
}

/* img.img-early:nth-child(3) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  cursor: not-allowed;
} */
img.img-early:nth-child(1), img.img-early:nth-child(2),  
img.img-early:nth-child(3),img.img-early:nth-child(4) {
  -webkit-filter: none;
  filter: none;
  opacity: none;
  cursor: auto;
}
/* Disables company images for early booking*/
img.img-early {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  cursor: not-allowed;
}

.newyear{
  background:url(/php/img/new-year-offer.png) no-repeat center 0; 
  padding: 80px 0 20px 0;
  text-align: center;
  font-size: 11px;
  color: #5f5f5f;
}

.early{
  background:url(/php/img/early-booking.png) no-repeat center 0; 
  padding: 80px 0 20px 0;
  text-align: center;
  font-size: 11px;
  color: #5f5f5f;
}


.early span{
  font-size: 16px;
}
.early font{
	display:block; 
	font-size: 16px;
}
.earlyclock{
  width: auto;
  height: auto;
  margin: 20px auto 0;
  text-align: center;
}
.earlyclock .group{
  display: inline-block;
  margin: 0 4px;
}
.earlyclock .group span{
  width: 52px;
  height: 60px;
  border:2px solid #d1d1d1;
  border-radius: 3px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  padding: 5px 0 0 0;
  margin: 0 1px;
}
.earlyclock .group font{
  display: block;
  font-size: 11px;
}
.container.offers .img-early{
  margin-right: 20px;
}
.container.offers .title{
  font-family: MainFont-L;
  color:#020202;
  font-size: 46px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 54px;
  text-align: left;
  padding: 40px 0;
}
.container.offers .earlyDE span{
  font-weight: bold;
  color:#e61a4b;
  font-size: 19px;
}
.container.offers .earlyDE font{
  color:#e61a4b;
}
.container.offers .ven-title{
  font-size: 24px;
  color: #373737;
  font-weight: bold;
  margin: 80px 0 0 0; 
  padding: 120px 0 0 0 !important;
}
.container.offers .ven-subtitle{
  font-size: 16px;
  color: #5f5f5f;
  margin: 0 0 20px 0;
}
.container.offers .nyp{
  padding-left: 126px;
}
.container.offers .family p{
  font-size: 16px;
}
.container.offers .family .title-sm{
  font-size: 19px;
  text-align: left;
  padding-left: 120px;
}
.container.offers .family .title-sm span{
  display: block;
  padding-left: 94px;
}
.container.offers .title-sm{
  color:#313131;
  font-size: 20px;
  font-weight: bold;
}
.container.offers ul{
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 15px;
}
.container.offers ul li:before {
  content: '-';
  position: absolute;
  margin-left: -20px;
}
.container.offers ul.nodash{
  padding: 0;
}
.container.offers ul.nodash.ventouris{
  text-align: left;
  padding-left: 116px;
  margin-bottom: 40px;
  line-height: 30px;
}
.container.offers ul.nodash li:before, .container.offers ul.details li:before {
  content: '';
}
.container.offers ul li span.d-arrow{
  background:url(/php/img/arrows.png) no-repeat center;
  width: 22px; 
  height: 12px;
  display: inline-block!important;
  padding: 0 20px!important;
}
.container.offers ul.nodash.ventouris font{
  padding-left: 12px;
}
.container.offers ul.nodash li span{
  display: block;
  padding-left: 40px;
}
.container.offers ul.details{
  padding: 0;
}
.container.offers ul.details li{
  margin: 16px 0;
  line-height: 18px;
}
.container.offers ul.details li span{
  font-size: 12px;
  padding-left: 4px;
}
.container.offers ul.details li:last-child span{
  padding-left: 0;
}
body.offers .expired-offer p{
  color:#ec1d48;
  font-size: 36px;
  line-height: 50px;
  margin: 25px 0 0;
}
.iw-title{
  font-size: 16px;
  color: #003760;
}
section.l-grey{
  background-color:#E2E2E2;
}
section .container {
  background-color:#ffffff;
  border-radius:5px;
  margin:2% auto;
  padding:44px;
}
section .container.no-bg {
  background-color: transparent;
}
section .container.no-b-r {
  border-radius:0;
}
section .container.full {
  padding:0;
  background-color: transparent;
}
section .container.top {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
}
section .container .wrap{
    margin:40px auto 0;
}
.gfc-banner{
  background:url(/php/img/greekferries-club-banner.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  border-radius: .25rem;
  margin: 0 15px;
}
.gfc-banner a{
  display: block;
  width: 100%;
  height: 140px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 40px 0 0;
}
.custom-overlay{
  position: fixed;
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
}
.bpm-banner-wrapper p {
  margin: 8px 0;
}
.bpm-banner-wrapper .bannertitle {
  color: #00375F;
}
.bpm-banner-wrapper p::before {
  content: "";
  display: inline-block;
  background: url(/php/img/right-arrows.png) no-repeat;
  background-position: -34px 0;
  width: 15px;
  height: 15px;
  margin: 0 8px -2px 0;
}
.bpm-banner{
  background:url(/php/img/bonus-per-mile-banner.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 255px;
  border-radius: .25rem;
}
.bpm-banner a{
  display: block;
  width: 100%;
  height: 255px;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  text-shadow: 3px 4px 4px #075f9c;
  padding-top: 1.2rem;
}
.bpm-banner span {
  position: absolute;
  bottom: 5%;
  right: 4%;
  color: #ffffff;
  font-size: 20px;
}
.bpm-banner span img {
  max-width: 35px;
  margin-left: 10px; 
}
.custom-overlay.show{
  display: block;
}
.nav{
  background-color:#ffffff;
  border-radius:5px;
  margin:40px auto;
}
/*  Home Companies */
.card.company {
  position: relative;
}
.card.company h3 {
  border-bottom: 3px solid #2875BC;
}
.card.company h3 a{
  text-decoration: none;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: bold;
}
.card.company .comp-icon{
  position: absolute;
  top: 12px;
  right: 1.25rem;
}
.card.company .offer{
  text-align: center;
}
.card.company .offer a{ 
  font-size: 12px;
  font-weight: bold;
  color: #EC3144; 
}
.card.company .table{
  width: 85%;
  margin: 1.25rem auto;
}
.card.company .table td{
  vertical-align: middle;
  font-size: 13px;
  padding: 0.15rem 0;
  border-top: none;
}
.card.company .table td a span{
  color:#9c9b9b;
  font-size: 13px;
}
.card.company .routes-icn{
  display: block;
  background: url(/php/img/route.png) no-repeat 0 0;
  width: 21px;
  height: 9px;
  /* margin: 0 10px; */
  margin: 0 20px 0 0;
}
.card.company .card-footer{
  background-color:#fff;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.card.company .card-footer p{
  text-align: center;
  color: #9c9b9b;
  font-size: 13px;
  margin: 0;
  padding: 0 0 0.15rem;
}
.progress-bar{
  background-color: #80b5f3;
}
/*  Home Right Col Boxes */
.card.sidebar .card-header{
  background: #E2E2E2;
  border-bottom: none;
}
.card.sidebar a.img-link{
  height: 100%;
}
.card.sidebar .card-img-top.mobile{
  display: none;
}
.card.sidebar .card-header h3{
  color:#003760;
  font-size: 14px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 8px;
}
.card.sidebar .card-header h3:before{
  content: "";
  display: inline-block;
  background:url(/php/img/right-arrows.png) no-repeat;
  background-position: -34px 0;
  width: 15px;
  height: 15px;
  margin:0 8px -2px 0;
}
.card.sidebar .card-header h3 a{
  color: #00375F;
  text-decoration: none;
}
.card.sidebar .card-header h3 font{
  font-size: 12px;
  padding: 0;
}
.card.sidebar .card-body ul.links{
  list-style-type: none;
  font-family: 'MainFont-L', 'MainFont-R', 'Tahoma';
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.card.sidebar .card-body ul.links img{
  margin:-2px 6px 0 0;
}
.card.sidebar .card-body p{
  font-family: 'MainFont-L', 'MainFont-R', 'Tahoma';
  font-size: 13px;
}
.card.sidebar .card-body span.red{
  color:#EC3144;
}
.card.sidebar.iphone p:first-child{
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.card.sidebar .card-body.islands a{
  display: block;
  float: left;
  width: 50%;
  font-family: 'MainFont-L', 'MainFont-R', 'Tahoma';
  font-size: 13px;
}
.card.sidebar.iphone p a{
  font-weight: bold;
}
.card.sidebar .card-body.islands a.full{
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.card.sidebar.iphone{
  background: #fff url(/php/img/banner-ferries-greece.png) no-repeat right bottom;
}
.card.sidebar .card-img-bottom{
  height: 100%;
}
/* Diaxeirisi kratisis */
.diax_krat_button{
	position:fixed;
	right:0px;
	top:220px;
  z-index: 99999990;
}
#one {
	float: right !important;
	width: 53px;
	height: 250px;
	background:transparent;
	cursor:pointer;
	margin-top:1px;
}

#two {
	float: left !important;
	width: 53px;
	height: 250px;
	background:transparent;
	cursor:pointer;
	margin-right:5px;
	margin-top:1px;
}

/*  Pages */
.b-none{  
  border: none; 
}

.card.bonus p{
  color: #6D6E71;
  font-size: 17px;
  line-height: 27px;
}

.card.bonus p span{
  font-size: 20px;
}



/*  Footer */
.footer {
  background: #c1deff;
  width: 100%;
  height: auto;
  padding:40px 0 0;
}
.footer .container{
  padding-bottom: 40px;
}
.footer li{
  background:url(/php/img/bullet.gif) no-repeat 0 10px;
  list-style-type:none;
}

.footer li a{
  color: #777;
  text-decoration: none;
  font-size: 13px;
  padding: 0 0 0 10px;
  transition: all 0.2s linear 0s;
}

.footer li a:hover{
  color:#000;
}

.footer .title{
  font-size: 16px;
  padding-bottom: 10px;
  color: #1d1d1f;
}

.footer .copyright{
  background: #ffffff;
  text-align:center;
  color:#666666;
  font-weight: bold;
  font-size: 11px;
  padding: 40px 0;
}

.footer .copyright p{
  font-size: 11px;
}

.footer .copyright a{
  font-weight: normal;
  color: #999999;
  text-decoration: underline;
}

.footer .copyright span{
  display:block;
  font-weight: normal;
  font-size: 10px;
}

.footer .security-box {
  width: auto;
  height: 50px;
  background: #ffffff;
  padding: 2px;
}
.footer .security-box img {
  max-height: 48px;
}

.footer .small-text, .footer .small-text a {
  font-size: 12px;
  color:#6d6d6d;
}

.footer .small-text span {
  padding-left: 12px;
}


/* Reviews Styles */

/* 12/2019 update starts*/
.platform-card-title {
  position: absolute;
  top: -24px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  background: #ffffff;
  height: 46px;
  padding: 5px 0px;
  border-radius: 35px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}

.facebook .platform-card-title {
  background: #4866a1;
  border-radius: 35px;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
  color: #ffffff;
}

.platform-card-title h2{
  color: #999999 !important;
  font-size: 18px;
}
.rating-card {
  padding: 10px 10px 0 10px;
  background-color: #f8f8f8;
  color: #999999 !important;
  border-radius: 10px;
  text-align: center;
  margin: 7px auto 15px !important;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.rating, .rating p {
  color: #999999;
}

.rating h2{
  margin:0px;
  font-size:80px;
  font-weight: normal;
  text-align: center;
  font-family: envoy;
  color: #999999;
  }
  .rating h3 {
    font-size:60px;
    margin: 0 10px;
    font-family: envoy;
    color: #999999;
  }
  .rating-card p{
    padding: 0;
  }

  .progress,.progress-2,.progress-3,.progress-4,.progress-5 {
    background: #ffffff;
    height: 2px;
    width: 45%;
    padding: 0;
    margin: 0;
    display: block;
    margin-right: auto;
    position: relative;
    bottom: -19px;
}
span.ml-auto.votes {
  width: 20%;
}

.progress:after,.progress-2:after,.progress-3:after,.progress-4:after,.progress-5:after{
  content: '';
  display: block;
  background: #fe9244; 
  height: 100%;
  border-radius:0;
}
.rating{
  width: 50%;
  float:left;
  }

  span.rating-star {
    background: url(/php/img/star-icon.png) no-repeat;
    /* background-position: 0 100%; */
    /* float: left; */
    float: right;
    height: 22px;
    width: 26px;
  }

  .rating-process{
    font-size: 14px;
  }
  .indivator-wrapper {
    position: relative;
    bottom: -10px;
    height: 24px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 40px;
    border-radius: 35px;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
    width: 90%;
}
#reviewsCarousel .carousel-indicators, #f_reviewsCarousel .carousel-indicators {
  margin: auto;
  bottom: 0px;
  z-index: 15;
  display: -ms-flexbox;
  list-style: none;
  height: 14px;
  width: 80%;
}

#reviewsCarousel .carousel-indicators li, #f_reviewsCarousel .carousel-indicators li {
  border-radius: 50%;
  background-color: #c2bdbd !important;
  margin-right: 3px;
  margin-left: 3px;
  height: 6px;
  width: 6px;
}

.facebook .reviews-title h2, .facebook .reviews-title {
  margin: 8px 0 0;
  color: #ffffff !important;
}

span.number {
  font-family: envoy;
  font-size: 24px;
  font-weight: 600;
}
/* 12/2019 update ends*/

/* section.reviews-section{
  border-top: 1px solid #323335;
  border-bottom: 1px solid #323335;
  margin-bottom: 3%;
} */
section.reviews-section, section.reviews-section .container {
  /* background: #c1deff; */
  background: #f3f4f5;
}
section.reviews-section {
  border-top: 1px solid #cad1de;
}
.homepage section .container {
  /* margin: 0 auto; */
  margin: 66px auto;
  /* padding: 3% 0 !important; */
  padding: 3% 0;
}
.reviews-title h2, .reviews-title {
  font-size: 1.1rem;
  margin: 5px 0 0;
  color: #999999;
}

/* .rating-card {
  padding: 40px 20px 40px;
  background-color: #323335;
  color: #ffffff !important;
  border-radius: 10px;
  text-align: center;
  margin: 7px auto 15px !important;
} */
/* .rating-card p{
  color: #ffffff !important;
} */

.star-ratings-sprite {
  background: url(/php/img/star-big.png) repeat-x;
  font-size: 0;
  height: 30px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 150px;
  margin: 0 auto;
}
.star-ratings-sprite-rating {
  background: url(/php/img/star-big.png) repeat-x;
  background-position: 0 100%;
  float: left;
  height: 28px;
  display: block;
}

.fa-star::before {
  color: #fdc213;
  }

.user-rating .fa-star {
  margin: 0 3px;
}

.rating-card h1{
margin-bottom:30px;
}

.rating-card .rating p{
font-size: 16px;
}
/* .rating{
width: 50%;
float:left;
} */
.rating p{
margin-top:10px;
font-size: 20px;
}
/* .rating h2{
margin:0px;
font-size:60px;
font-weight: normal;
text-align: center;
color: #ffffff !important;
} */

.star-categories{
  margin: 4px 0 7px;
}
.star-categories .stars {
  width: 30%;
  text-align: right;
  margin-right: auto;
}
.star-categories p{
margin:0px;
}
/* .rating-process{
  width: 50%;
  text-align: left;
  float:right;
  } */

/* .progress,.progress-2,.progress-3,.progress-4,.progress-5 {
  background:#ffffff;
  border-radius: 0 13px 13px 0;
  height:18px;
  width:50%;
  padding: 3px 3px 3px 0;
  margin: 5px 10px 0 20px ;
  display: block;
  margin-left:auto; 
} */
/* .progress {
margin:5px 10px 0 20px !important;
} */
/* .progress:after,.progress-2:after,.progress-3:after,.progress-4:after,.progress-5:after{
  content: '';
  display: block;
  background: #ffff00; 
  background: -moz-linear-gradient(top, #ffff00 0%, #ffaa00 100%); 
  background: -webkit-linear-gradient(top, #ffff00 0%,#ffaa00 100%);
  background: linear-gradient(to bottom, #ffff00 0%,#ffaa00 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffaa00',GradientType=0 );
  height: 100%;
  border-radius:0 9px 9px 0;
} */
.progress:after{
  width: 90%;
}
.progress-2:after{
  width: 6%;
}
.progress-3:after{
  width: 6%;
}
.progress-4:after{
  width: 0%;
}
.progress-5:after{
  width: 8%;
}
/* span.ml-auto.votes {
  width: 5%;
} */
.gfc-reply {
  color: #fecb45;
}
#close_btn{
  top: 25px;
  position: absolute;
  right: 27px;
}

/* Reviews Carousel */

.carousel-inner .carousel-item .active.left {
  left: -33%;
}
.carousel-inner .carousel-item .next {
  left: 33%;
}
.carousel-inner .carousel-item .prev {
  left: -33%;
}
.carousel-multi .carousel-inner .carousel-item .active.left {
  left: -33%;
}
.carousel-multi .carousel-inner .carousel-item .active.right {
  left: 33%;
}
.carousel-multi .carousel-inner .carousel-item .next {
  left: 33%;
}
.carousel-multi .carousel-inner .carousel-item .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-multi .carousel-inner > .carousel-item > .card-testimonial {
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}


.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1 !important;
}



#reviewsCarousel .carousel-indicators .active, #f_reviewsCarousel .carousel-indicators .active {
    background-color: #323335 !important;
}
/* #reviewsCarousel .carousel-indicators{
  position: relative;
    bottom: 0 !important;
} */

#reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next, #f_reviewsCarousel .carousel-control-prev, #f_reviewsCarousel .carousel-control-next {
  height: 22px;
  width: 30px;
  border-radius: 50%;
  opacity: 1;
  color: #999999;
  font-size: 26px;
}
/* 
#reviewsCarousel .carousel-control-prev {
  margin-right: auto;
}
#reviewsCarousel .carousel-control-next {
  margin-left: auto;
} */

.card-testimonial{
    margin-top: 50px !important;
    background: rgba(109,91,67,1);
    background: linear-gradient(45deg, rgba(109,91,67,1), rgb(121, 99, 68), rgb(154, 126, 89), rgb(203, 183, 155));
    /* background: #414141; */
    color: #ffffff;
    border-radius:10px;
    border: none;
    width: 100%;
    /* width: 30.7%; */
    float: left;
    /* margin: 0 0 0 1.9%; */
    text-align: left;
}
.facebook .card-testimonial{
  background: rgb(59, 89, 151);
  background: linear-gradient(45deg,rgb(59, 89, 151) , rgb(76, 106, 165), rgb(103, 128, 179), rgb(148, 167, 204));
}

.card-testimonial .card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
}

.card-testimonial p{
  color: #ffffff;
  padding: 0;
}

.card-testimonial .hidden-text {
  min-height: 110px;
}

.card-testimonial  .card-text {
  overflow: hidden;
  white-space: normal;
  /*height: 1.4em;  exactly 2 lines */
  text-overflow: -o-ellipsis-lastline;
}

/* Readmore */
.hidden-text a{
  color: #ddd7ce;
  font-size: 0.8rem;
}
.card-testimonial .card-avatar {
  margin: -30px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -22px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}	
.card-avatar img {
width: 60px;
height: 60px;
}	
.card-footer {
border-top: none;
background: transparent;
}
.recommandation-icon {
  bottom: 8px;
  right: 8px;
}
.platform-logo{
top:5px;
right:5px;
width:25px;
height: auto;
}
.platform-logo img{
width:22px;
height: auto;
}
.quote img{
width:35px;
height: 35px;
}
.btn-more{
background: #414141;
color: #f8ce0b;
padding: 1px 8%;
margin: 45px auto 0;
font-size: 18px;
border-radius: 10px;
}	
.btn-more:hover{
background: #323335;
color: #ffffff;
}	


.bookingForm.horizontal .right-box {
  min-height: auto;
  padding-bottom: 20px !important;
  padding-top: 20px;
}

.homepage .fifty-badge {
  display: none;
}

#infoModal  {
  text-align: left;
}
#infoModal h1 ,#csInfoModal h1  {
  font-size: 26px;
  padding:0;
  color: #707070;
  margin-bottom: 5px;
  font-family: 'Roboto Regular';
}
#infoModal p {
  font-size: 14px;
  color: #707070;
  font-family: 'Roboto Light';
  line-height: 26px;
  padding: 0px 10px;
}
#infoModal p span.bigger {
  font-size: 22px;
  font-weight: 700;
}
#infoModal .modal-header,#csInfoModal .modal-header  {
  text-align: center;
  border-bottom: none;
  padding: 20px;
}
#infoModal .modal-content {
  border-radius: .5rem;
}

#infoModal .close {
  padding: 20px;
}    


#csInfoModal .modal-dialog {
    max-width: 540px;
}

#csInfoModal p {
  font-size: 20px;
  color: #707070;
  font-family: 'Roboto Light';
  line-height: 26px;
}

/* #csInfoModal p:first-child::before {
    content: "\2022";
    position: absolute;
    left: 35px;
}     */

#csInfoModal .modal-body {
  padding: 0 50px 30px; 
}
#csInfoModal h1  {
  font-size: 22px;
}  

/* Custom media queries */
/* From this size and up */
@media screen and (min-width: 1200px) {
  #infoModal .close {
    font-size: 3rem;
    font-weight: 100;
    padding: 10px 20px;
    outline: none;
}    

#infoModal .modal-header,#csInfoModal .modal-header  {
  text-align: center;
  border-bottom: none;
  padding: 10px 10px 0;
}

  #infoModal .modal-dialog {
    max-width: 700px;
  }
  #infoModal h1 {
    font-size: 26px;
    padding:0;
    color: #707070;
    margin-bottom: 0px;
    font-family: 'Roboto Regular';
  }    
#infoModal p {
    font-size: 18px;
    color: #707070;
    font-family: 'Roboto Light';
    line-height: 30px;
    padding: 10px !important;
}
#infoModal .modal-body {
    padding: 0 1rem 2rem;
}
  /* .mainbanner.homepage{
    background:url(/php/img/top_bg.jpg) no-repeat 0 0;
    background:url(/php/img/early-booking-bg.jpg) no-repeat 0 0 !important;
    height: 650px;
    margin: auto;
  } */
  .homepage .fifty-badge {
    position: absolute;
    top: -110px;
    left: 105px;
    display: block;
    -moz-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
     -o-transition: opacity 2s ease-in;
        transition: opacity 2s ease-in;
  }
  .col-lg-6.col-md-6.col-sm-12.p1-half .caption {
    top: 150px;
    right: -55px;
  }
  .discount .caption{
    position: absolute;
    top: 30px;
    right: 0;
    width: 82%;
    text-align: center;
  }
  .col-lg-6.col-md-6.col-sm-12.p1-half:nth-child(1) span.discount-value {
    position: absolute;
    font-size: 36px;
    top: 24px;
    left: 0px;
  }

  .col-lg-6.col-md-6.col-sm-12.p1-half:nth-child(2) span.discount-value {
    position: absolute;
    font-size: 36px;
    top: -30px;
    left: -60px;
  }
}

@media screen and (min-width: 991px) {
  .col-lg-6.col-md-6.col-sm-12.p1-half:nth-child(1)  .discount .caption {
    top: 90px;
    left: 30%;
  }

  .col-lg-6.col-md-6.col-sm-12.p1-half .caption {
    top: 143px;
    right: -20px;
  }
  .discount .caption{
    position: absolute;
    top: 30px;
    right: 0;
    width: 82%;
    text-align: center;
  }
}


@media screen and (max-width: 1439.98px) {

  .rating h2 {
    font-weight: normal;
    text-align: center;
  }

  span.ml-auto.votes {
    width: 10%;
    text-align: left;
    font-size: 12px;
    margin: 3px 0;
  }
  .rating p {
    margin: 7px 0;
  }
  .card-avatar img {
    width: 60px;
    height: 60px;
  }
  .card-testimonial .card-avatar {
    margin: -30px auto 0;
  }

  .card-testimonial {
    min-height: 200px;
  }
  .card-testimonial p {
    font-size: .8rem;
  }  
  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-large.jpg) no-repeat 0 0 !important;
    height: 660px;
  }
}
@media screen and (max-width: 1198.98px) {

  .all-destinations .islands-discount .caption {
    height: auto;
  }
}  
@media screen and (max-width: 1079.98px) {
  .card-testimonial .hidden-text {
    min-height: 70px;
  }

  /* #reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next{
        top: 103.5% !important;
  }  */
  .rating-card {
    padding: 20px 20px 20px !important;
  }
  .btn-more {
    margin: 15px auto 0;
  }
  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-medium.jpg) no-repeat 0 0 !important;
    height: 550px;
  }
}


@media screen and (max-width: 991.98px) {
.col-lg-6.col-md-6.col-sm-12.p1-half .caption {
  top: auto;
  right: 0px;
}  
  .black-friday-text {
    background: #00000080;
    margin-top: 19px;
}
.black-friday-text p b {
    font-size: 34px;
    line-height: 35px;
}
.black-friday-banner {
  background: #000000 !important;
  height: 550px;
  width: 99%;
  margin: 0 auto;
}

  .card-testimonial .hidden-text {
    min-height: 70px;
  }

  .rating-card {
    margin-bottom: 15px;
  }
  /* #reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next{
    top: 101.5% !important;
  }  */
  #islands-offers .islands-discount img {
    object-fit: cover;
    min-height: 180px;
  }
  .all-destinations .islands-discount .caption {
    padding: 10px;
  }
  .all-destinations .islands-discount .caption h3 {
    font-size: 1.3rem;
  }
  .all-destinations .islands-discount .caption p {
    font-size: 1rem;
  }
  .all-destinations .islands-discount {
    max-height: 400px;
  }
  .destinations .jumbotron h1 {
    margin-top: 30px !important;
    margin-right: 0px !important;
    font-weight: 700;
    font-size: 1.7rem !important;
    text-shadow: 2px 3px 1px rgb(55, 55, 55) !important;
  }
  .destinations .bookingForm.horizontal {
    margin: -190px 0 0 0 !important;
  }
  .destinations section .container {
    padding: 10px ;
  }
  .destinations .sidebar .sidebar-text {
    padding: 20px 15px !important;
  }
  .destinations .sidebar-text .portlinks{
    padding: 10px 10px !important; 
  }
  .destinations #domesticCarousel {
    margin: 60px 0 0 0 !important;
  }
  .blackfriday .fixed-r {
    max-width: 100% !important;
  }
  .black-friday-text .discount-img {
    margin-left: 43%;
  }

}

@media screen and (max-width: 768px) {
  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-small.jpg) no-repeat 0 0 !important;
  }
  li.nav-item.adriatic {
    margin-left: 0px;
  }
  #offersTabs .nav-item.adriatic a {
    background-position: 20px center;
    padding: .5rem 20px .5rem 90px;
  }
  .white-ribbon {
    background: #ffffff;
    width: 95.3%;
  }
  a.zante-banner {
    height: 300px;
    overflow: hidden;
  }
  .card-img-top{
    margin: -85px 0 0 0px;
  }
}  

@media screen and (max-width: 639.98px) {

  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-small.jpg) no-repeat 0 0 !important;
  }
  .black-friday-text .discount-img {
    margin-left: 34%;
  }
  #offersTabs .islands .nav-link , #offersTabs .adriatic .nav-link  {
    background: none !important;
  }
  .card-img-top{
    margin: -50px 0 0 0px;
  }
}


@media screen and (max-width: 575.98px) {
  
  #reservation_btn {
    float: left;

}
  .islands-discount .caption p {
    font-size: 1rem;
  }
  .all-destinations .islands-discount .caption h3 {
    font-size: 1.1rem;
    margin: 15px 0 6px 0;
  }
  .all-destinations .islands-discount .caption p {
    font-size: .8rem;
    line-height: 1.2rem;
  }
  .all-destinations .islands-discount {
    max-height: 400px;
  }
  #islands-offers .islands-discount img {
      object-fit: cover;
      min-height: 150px;
  }
  #islands-offers .row.my-4 [class*=col] {
    padding: 5px;
    margin:0;
  }
  li.nav-item.islands, li.nav-item.adriatic {
    width: 48%;
  }
  .star-categories .stars {
    width: 38%;
  }
  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-x-small.jpg) no-repeat 0 0 !important;
    height: 380px;
  }
  a.zante-banner {
    height: auto;
    overflow: hidden;
  }
  .card-img-top{
    margin: auto 0 0 0px;
  }
  
}

@media screen and (max-width: 479.98px) {
  .mainbanner.offers.blackfriday{
    background:url(/php/img/black_friday_bg-xx-small.jpg) no-repeat 0 0 !important;
  }
  .blackfriday .earlyclock .group span {
    height: 80px;
    font-size: 44px;
  }
  .indivator-wrapper {
    width: 100%;
  }

  
}

@media (min-width:320px) and (max-width:640px){
  .rating{
    width: 100%;
  }
  .process{
    width:100%;
  }	


}

/* Katerina's media queries */
/* Small Laptops (col-lg)--------------------------------------------------------------------------------- */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row{
    margin-right: 0;
    margin-left: 0;
  }
  .footer .container {
    padding: 0 15px;
  }
  .footer .col-md-3{
    padding-right: 0;
    padding-left: 0;
  }
  .offerstitle{
    font-size: 21px;
  }
  .discount .caption p{
    font-size: 22px;
  }
  .discount .caption p span.md-size{
    font-size: 16px;
    line-height: 20px;
  }
  .discount .caption p span.xl-size{
    font-size: 22px;
    padding: 4px 0;
  }
  .container.offers ul.nodash.ventouris{
    padding-left: 73px;
  }
  .container.offers .nyp{
    padding-left: 80px;
  }
}

/* Tablet Landscape (col-md)--------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  header .row.top {
    height: auto;
  }
  header .logo{
    margin: 10px auto;
  }
  .language-list{
    margin: 4px 0;
  }
  .language-list p{
    display: none;
  }
  header h1{
    padding: 30px 0 0;
    text-align: left;
  }
  header h1 font{
    display: inline;
  }
  header h1 .col-md-auto:first-child{
    padding-left: 0;
  }
  .row{
    margin-right: 0;
    margin-left: 0;
  }
  .offerstitle{
    display: none;
  }
  .discount .caption{
    width: 100%;
    background: rgb(0,32,60,0.5);
    padding: 10px;
    bottom: 0;
    top: auto;
  }
  .discount .caption p{
    font-size: 17px;
    line-height: 20px;
    text-shadow: none;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 0;
    padding-right: 0;
  }
  .discount .caption p br, .discount .caption p span br{
    display: none;
  }
  .discount .caption p span{
    color: #fff !important;
    text-align: center!important;
    font-weight: normal;
    font-size: 13px!important;
    line-height: 18px;
    padding: 0!important;
  }
  .discount .caption p span.xl-size{
    font-weight: bold;
  }
  .container.offers .family .title-sm{
    text-align: center;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .container.offers .family .title-sm span{
    display: inline;
    padding-left: 10px;
  }
  .container.offers .family p{
    margin-bottom: 40px;
  }
  .container.offers .family p br{
    display: none;
  }
  .container.offers ul.details{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .container.offers ul.nodash{
    padding: 20px 0 !important;
  }
  .container.offers ul.nodash li span {
    display: inline;
    padding-left: 4px;
  }
  .container.offers ul.nodash.ventouris{
    padding-left: 0;
    text-align: center
  }
  p.grey-xl-i{
    font-size: 27px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .container.offers ul.nodash{
    padding: 20px 0 !important;
  }
  .container.offers ul.nodash li span {
    display: inline;
    padding-left: 4px;
  }
  .container.offers .nyp{
    padding-left: 180px;
  }
  .carousel {
    margin: 0 15px;
  }

  .carousel-caption{
    width: 340px;
  }
  .carousel-caption p.title{
    font-size: 20px;
  }
  .carousel-caption p{
    font-size: 14px;
  }
  .col-companies{
    padding-left: 0;
    padding-right: 0;
  }
  .col-companies p.sz-small{
    display: none;
  }
  .card.company .table{
    width: 100%;
    margin: 0.25rem auto;
  }
  .card.sidebar .card-body.islands a{
    width: 100%;
    float: none;
  }
  section .offers.container{
    padding: 0 40px !important;
  }
  .gfc-banner{
    margin: 0 15px;
  }
  .gfc-banner a{
    padding: 30px 30px 0;
    text-align: right;
  }
  .footer .container {
    padding: 0 15px;
  }
  .footer .col-md-3{
    padding-right: 0;
    padding-left: 0;
  }
  .bonus .card-body br {
    display: none;
  }
}


/* Tablet Portrait--------------------------------------------------------------------------------- */
@media only screen and (min-width: 577px) and (max-width: 767px) {

  header .row.top {
    height: auto;
  }
  header .logo{
    margin: 10px auto;
  }
  header h1{
    padding: 4px 0 0;
  }
  header h1 font{
    display: inline;
  }
  header h1 div:first-child{
    text-align: right;
  }
  header h1 div:last-child{
    text-align: left;
  }
  .language-list{
    margin: 4px auto;
    float: none;
    text-align: center;
    width: 248px;
  }
  .language-list p, .flags span.desktop{
    display: none;
  }
  .topbutton{
    margin: 20px 10px 0 0;
  }
  .linkslist .homelink{
    margin: 2px 0 0 10px;
  }
  .row{
    margin-right: 0;
    margin-left: 0;
  }
  .p1-half {
    margin-bottom: .25rem;
  }
  section .offers.container{
    padding: 0 40px !important;
  }
  p.grey-xl-i{
    font-size: 26px;
  }
  .offerstitle{
    display: none;
  }
  /* #offersTabs .nav-item.adriatic a{
    background-position: 20px center;
    padding: .5rem 20px .5rem 70px;
  } */
  #offersTabs .nav-item.islands a{
    background-position: 15px center;
    padding: .5rem 20px .5rem 100px;
  }
  .discount .caption{
    width: 100%;
    background: rgb(0,32,60,0.5);
    padding: 10px;
    bottom: 0;
    top: auto;
  }
  .discount .caption p{
    font-size: 17px;
    line-height: 20px;
    text-shadow: none;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 0;
    padding-right: 0;
  }
  .discount .caption p br, .discount .caption p span br{
    display: none;
  }
  .discount .caption p span{
    color: #fff !important;
    text-align: center!important;
    font-weight: normal;
    font-size: 13px!important;
    line-height: 18px;
    padding: 0!important;
  }
  .discount .caption p span.xl-size{
    font-weight: bold;
  }
  .container.offers .family .title-sm{
    text-align: center;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .container.offers .family .title-sm span{
    display: inline;
    padding-left: 10px;
  }
  .container.offers .family p{
    margin-bottom: 40px;
  }
  .container.offers .family p br{
    display: none;
  }
  .container.offers ul.details{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 13px;
  }
  .container.offers ul.details li{
    margin: 10px 0;
    padding-right: 18px;
  }
  .container.offers ul.details li span br{
    display: none;
  }
  p.grey-xl-i{
    font-size: 27px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .container.offers ul.nodash{
    padding: 20px 0 !important;
  }
  .container.offers ul.nodash li span {
    display: inline;
    padding-left: 4px;
  }
  .container.offers .comp-col{
    padding-left: 0 !important;
  }
  .container .imglabel-v{
    width: 76px;
    height: auto;
  }
  .container.offers .title{
    font-size: 19px;
    padding: 0;
    font-weight: bold;
    text-shadow:none;
  }
  .container.offers .title br{
    display: none;
  }
  .container.offers ul.nodash.ventouris{
    text-align: center;
  }
  .container.offers .nyp{
    padding-left: 15%;
  }
  .container.offers .nyp .col-sm-12 br{
    display: none;
  }
  .carousel {
    margin: 0 15px;
  }
  .carousel-caption{
    width: 340px;
  }
  .carousel-caption p.title{
    font-size: 20px;
  }
  .carousel-caption p{
    font-size: 14px;
  }
  .card.sidebar .card-body p{
    text-align: center;
    font-size: 14px;
  }
  .card.sidebar.iphone p br{
    display: none;
  }
  body.homepage .container h2.black{
    margin: 10px 0;
  }
  .card.company .table{
    margin: 0.5rem auto;
    width: 70%;
  }
  .card.company .table td{
    font-size: 14px;
  }
  .card.sidebar .card-header h3{
    font-size: 16px;
  }
  .card.sidebar .card-body.islands a{
    width: 25%;
    font-size: 14px;
  }
  .card.sidebar .card-body ul.links{
    font-size: 14px;
  }
  .card.sidebar h3 br{
    display: none;
  }
  .card.sidebar .card-header h3 font{
    font-size: 13px;
    color: #576067;
    padding: 0 0 0 10px;
  }
  .card.hasmobile .card-img-top{
    display: none;
  }
  .card.sidebar .card-img-top.mobile{
    display: block;
  }
  .gfc-banner{
    margin: 0 15px 30px;
  }
  .gfc-banner a{
    text-align: right;
    padding: 20px 20px 0 0;
  }
  .footer-text p{
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .title{
    padding-left: 15px;
  }
  .footer li{
    background-position: 0 9px;
  }
  .footer li a{
    font-size: 14px;
    padding: 2px 0 0 18px;
  }
  /* .diax_krat_button{
    display: none;
  } */
  .bonus .card-body br {
    display: none;
  }
  .card.bonus p {
    font-size: 16px;
    line-height: 24px;
  }

}


/* Mobile--------------------------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  #offersTabs .adriatic .nav-link.active {
    border-color: #b6b7bb #b6b7bb #ffffff;
    background: #ffffff!important;
  }  
  header .row.top {
    height: auto;
  }
  header .logo{
    margin: 10px auto;
  }
  header h1{
    padding: 4px 0 10px;
  }
  header h1 font{
    display: inline;
  }
  header h1 div{
    text-align: center;
  }
  .language-list{
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 248px;
  }
  .language-list{
    width: 217px;
  }
  .language-list p, .flags span.desktop{
    display: none;
  }
  .topbutton{
    margin: 20px -5px 0 0;
    /* width: auto; */
  }
  .topbutton a{
    font-size: 12px;
    padding: 0 8px;
  }
  .light-blue{
    background: #b3d0f2;
  }
  .linkslist {
    display: none;
  }
  .row{
    margin-right: 0;
    margin-left: 0;
  }
  h1.black-m{
    font-size: 20px;
    padding: 15px 15px 0;
  }
  h2.grey-s{
    font-size: 14px;
    padding: 4px 15px 15px;
  }
  .offerstitle{
    display: none;
  }
  section .offers.container{
    padding: 0 20px !important;
  }
  p.grey-xl-i{
    font-size: 26px;
  }
  #offersTabs .nav-item.adriatic a, #offersTabs .nav-item.islands a{
    background: none;
    padding: .5rem 10px;
    font-size: 15px;
  }
  #offersTabs .nav-link.active::before{
    width: 10px;
    right: -10px;
  }
  .nav-tabs .nav-link span{
    font-size: 11px!important;
  }
  #offersTabs .nav-item.islands a{
    background: #e1f3fd;
  }
  #offersTabs .nav-item.adriatic a{
    background: #e1f3fd;
  }
  .discount .caption{
    width: 100%;
    background: rgb(0,32,60,0.5);
    padding: 10px;
    bottom: 0;
    top: auto;
  }
  .discount .caption p{
    font-size: 17px;
    line-height: 20px;
    text-shadow: none;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 0;
    padding-right: 0;
  }
  .discount .caption p br, .discount .caption p span br{
    display: none;
  }
  .discount .caption p span{
    color: #fff !important;
    text-align: center!important;
    font-weight: normal;
    font-size: 13px!important;
    line-height: 18px;
    padding: 0!important;
  }
  .discount .caption p span.xl-size{
    font-weight: bold;
  }
  h1.grey-m{
    font-size: 20px;
  }
  h1.grey-m br{
    display: none;
  }
  h1.grey-m span{
    font-size: 14px;
  }
  .container.offers .family .title-sm{
    text-align: center;
    padding-left: 0;
    margin-bottom: 6px;
    padding-right: 0;
  }
  .container.offers .family .title-sm span{
    display: inline;
    padding-left: 10px;
  }
  .container.offers .family p{
    margin-bottom: 40px;
    padding-right: 0;
    font-size: 15px;
  }
  .container.offers .family p br{
    display: none;
  }
  .container.offers .imglabel{
    float: left;
    margin-left: 0;
  }
  .container.offers ul.details{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 10px;
    margin-bottom: 40px;
    font-size: 13px;
    float: left;
  }
  .container.offers ul.details li{
    margin: 0 0 5px;
    padding-right: 18px;
  }
  .container.offers ul.details li span br{
    display: block;
  }
  .container.offers .family{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  p.grey-xl-i{
    font-size: 22px;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-right: 0;
  }
  .container.offers ul.nodash{
    padding: 20px 0 !important;
  }
  .container.offers ul.nodash li span {
    display: inline;
    padding-left: 4px;
  }
  .container.offers .comp-col{
    padding-left: 0 !important;
    text-align: center !important;
    margin-bottom: 60px;
  }
  .container .imglabel-v{
    width: 78px;
    height: auto;
  }
  .container .col-1.mob-none{
    display: none;
  }
  .container.offers .title{
    font-size: 19px;
    padding: 0;
    font-weight: bold;
    text-shadow:none;
    text-align: center;
  }
  .container.offers .title br{
    display: none;
  }
  .container.offers ul li br{
    display: none;
  }
  .container.offers .title-sm{
    padding-top: 0 !important;
    margin-top: 20px !important;
  }
  .early, .newyear{
    background-size: 100% auto;
  }
  .earlyclock .group{
    margin: 0;
  }
  .container.offers ul.nodash.ventouris{
    margin-bottom: 0;
  }
  .container.offers ul li span.d-arrow{
    padding: 0 !important;
  }
  p.grey-md-i{
    font-size: 22px;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-right: 0;
  }
  .container.offers .nyp{
    padding-left: 0;
  }
  .container.offers .nyp .col-sm-12 br{
    display: none;
  }
  .carousel {
    margin: 0 15px;
  }
  .carousel-caption{
    width: auto;
    right: 20px;
    height: 219px;
  }
  body.homepage .carousel-indicators{
    bottom: 0px;
  }
  .carousel-caption p.title{
    font-size: 18px;
  }
  .carousel-caption p{
    font-size: 13px;
  }
  .card.sidebar .card-body p{
    text-align: center;
    font-size: 13px;
  }
  .card.sidebar.iphone p br{
    display: none;
  }
  body.homepage .container h2.black{
    margin: 10px 0;
  }
  .card.company .table{
    margin: 0.5rem auto;
    width: 100%;
  }
  .card.company .table td{
    font-size: 13px;
  }
  .card.sidebar .card-header h3{
    font-size: 14px;
  }
  .card.sidebar .card-body.islands a{
    width: 50%;
    font-size: 13px;
  }
  .card.sidebar .card-body ul.links{
    font-size: 13px;
  }
  .card.sidebar h3 br{
    display: none;
  }
  .card.sidebar .card-header h3 font{
    font-size: 13px;
    color: #576067;
    padding: 0 0 0 10px;
  }
  .card.hasmobile .card-img-top{
    display: none;
  }
  .card.sidebar .card-img-top.mobile{
    display: block;
  }
  .gfc-banner{
    margin: 0 15px 30px;
  }
  .gfc-banner a{
    text-align: right;
    padding: 10px 10px 0 0;
    font-size: 14px;
    line-height: 19px;
  }
  .footer ul{
    margin-bottom: 0;
  }
  .footer-text p{
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .footer .title{
    padding-left: 15px;
  }
  .footer li{
    background: none;
  }
  .footer li a{
    font-size: 13px;
    padding: 2px 0 0 0;
  }
  /* .diax_krat_button{
    display: none;
  } */
  .bonus .card-body br {
    display: none;
  }
  .card.bonus p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .topbutton {
    width: auto;
    /* display: block; */
}
  .card.hasmobile .card-img-top{
    display: block;
  }
  .card.sidebar .card-img-top.mobile{
    display: none;
  }
  /* .diax_krat_button{
    display: none;
  } */
  .bonus .card-body br {
    display: none;
  }
  .card.bonus p {
    font-size: 15px;
    line-height: 22px;
  }
}



