* {-webkit-font-smoothing: subpixel-antialiased !important; !important;}


/*	BREADCRUMBS	*/




.breadcrumb > li + li:before {
    content: " : ";
	font-weight: normal;
	color:#777777;
}
.breadcrumb > li {
	color: #777777;
}
.breadcrumb a {
	text-decoration: none;
	padding-bottom: 4px;
	color: #777777;
}
.breadcrumb a:hover {		
	border-bottom: 1px solid #d9d9d9;
}




/* overriding previous stuff */



.row { margin:0; }
.dt_container .row { min-height:86px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left:0; padding-right:0;}

.details-general .form-group {margin:0;}
.details-general .form-group {padding:5px 10px 5px 10px;}

.breadcrumb {padding:0;}

.dropdown span.caret {display:none;}

navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {background-color:transparent;}

    
/* COUNTRIES */


.cities-thumbnails {
	/*margin-left:-10px;
	margin-right:-10px;*/
	padding-top: 40px;
	padding-bottom: 40px;
	}
.cities-thumbnails > div {padding-left:10px; padding-right:10px;}

h1 {margin-bottom: 20px;}
h2 {margin-bottom: 20px;}
h3 {margin-top: 30px;
	margin-bottom: 40px;
	font-size: 42px;
}
p {
	color: #010101; /*#333333*/
	line-height: 150%;
	margin: 0;
	padding: 0;
	/* padding-bottom: 15px; */
}


body { margin-bottom: 0; overflow-x: hidden !important; }
body.content h2 { font-size: 24px; }

.details-general > li a {
	color: #777777 !important;
}

/* v2 */
a.button {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color:#4f94e8;
	color:#FFFFFF;
	padding:2px 10px;
	font-size:22px;
}

/* v3 */
a.citybox {
	color: #010101; /*#333333*/
	margin-bottom:25px;
	display: block;
	overflow: auto;
}
a.citybox h3 {color: #010101; font-size:24px;} /*#333333*/ 
a.citybox .button {
	font-family: 'Open Sans Condensed', sans-serif;
	/*
	background-color:#4f94e8;
	color:#FFFFFF;
	*/
	background-color:transparent;
	color:#4f94e8;
	border-right:1px solid #4f94e8;
	border-bottom:1px solid #4f94e8;
	font-size:18px;
	display: block;
	float:right;
	padding:2px 10px;
	margin-top:5px;
	
	opacity:0.8;
	
}
a.citybox:hover {text-decoration:none; border-bottom:1px solid #4f94e8; background-color: #fbfbfb;}
a.citybox:hover h3 {margin-left:10px; color:#000000;}
a.citybox:hover .button {
	opacity:1;
	border-bottom:none;
}

/*
.img-responsive {
	padding-right:20px;
}
*/

.pull-right .img-responsive {
	padding-left:20px; padding-right:0;
}

.hidden_div { display: none; }

/* TICKETS FORMS */


body.tickets {background-color:#EEEEEE;}
/* body.ferries {margin-top: 150px;} */
body.tickets .form-inline {background-color:#FFFFFF; padding-left:15px; padding-right:15px; padding-bottom:15px;}
body.ferries .form-inline {background-color:#EEEEEE; padding-left:15px; padding-right:15px; padding-bottom:15px;}
body.tickets-recover .form-inline { padding-top: 15px !important; padding-left: 15px !important;}
body.tickets-review .form-inline { padding-bottom: 80px; }

body.tickets .buttons, body.tickets .ferries		{background-color:#FFFFFF; padding-left:15px; padding-right:15px; padding-bottom:10px; margin-bottom:20px;}
.form-group {padding:5px 10px 5px 10px;}


.row.passenger-summary {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:10px;
}
.passenger-summary > div > div {
	background-color:#FFFFFF;
	color:#777777;
	padding:5px 25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	height:50px;
}

/* passenger form */
.details-general input{line-height:30px !important;}



.sidebar {padding-left:25px;}
.sidebar h2 {margin-bottom:10px; margin-top:0px;}
.sidebar p {margin-bottom:5px; padding-bottom: 0;}

.notes {color:#777777;margin-bottom:50px;}
.notes_double_tab{ color: #ffffff; }
.ticket_ferries_frame .notes { margin-bottom: 0; }


button, input[type='text'], select, .btn {
	border-radius:0;
	border:1px solid #CCCCCC;
	background-color: #FBFBFB;
	color:#4f94e8;
}
button, .btn {
	width:auto;
	border:1px solid #4f94e8;
	background-color:#4f94e8;
	color:#FFFFFF;
	
	font-family: 'Open Sans Condensed', sans-serif;
	padding:2px 14px;
	/* margin-left:10px; ! */
	font-size:22px;
	text-decoration:none !important;
}
button:hover, .btn:hover, .btn-default:hover {
	border:1px solid #000000;
	background-color:#000000;
	color:#FFFFFF;
}
button:disabled { color: #d6d6d6 !important; }

.datepicker-dropdown {padding-left:20px; padding-right:20px;}
.datepicker {z-index:10031 !important;}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
	background-color: #4f94e8;
	border-color: #4f94e8;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
	background-color: #4f94e8;
	border-color: #4f94e8;
}

.newsletter_a {font-size:32px;}

.home_article {margin-bottom:70px;}
.single_passenger_price {
	text-align: right;
	font-size: 24px;
	color: #4f94e8; 
	padding-right:10px;
}

#ticketiframe{
	display:none;
	border:0px #ffffff none;
	width:100%;
	height:850px;
	overflow:auto;
	margin:0 0 50px 0;
}

.ferry_companies img {
	vertical-align: middle;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.single_ferry_company{
	padding: 20px;
	height: 150px;	
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color: #4f94e8;}

.center-block{padding: 10px 70px 0 70px;}
.IT-navbar, .footer{background-image:none !important;}
.navbar-inverse, .footer {background-color: #FFFFFF !important;}
.navbar {
	
	border-bottom: 0;
	box-shadow:0 0 2px #888;
}

.white_class {background-color: #fff !important;}
body > .jumbotron{
	position: relative;
	z-index: 1000;
}

.haris_css_height{height:650px !important;}
.haris_container{
	background-color: #FBFBFB !important;
	padding-left: 10px;
}

.navbar-brand {padding: 0px 15px}
.navbar-brand > img{height:84px;}
.horizontal_logo {height: 84px; padding-top:16px;}

.dt_tab_grey{background-color: rgba(255,255,255,0.85);}
.dt_tab_grey:hover{background-color: #ffffff;}

#continue_button{margin-top:25px;}
#continue_button_ship{margin-top:25px;margin-left:1px;}

/* new double tab */

.hidden_on_load {display:none !important;}

.double_tab_container_new{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	max-width: 900px !important;
	padding: 15px;
	background-color:rgba(0, 17, 34, 0.4);
	border-radius: 12px;
	-webkit-backdrop-filter: blur(3px);
}

.bx-wrapper, .bx-viewport, .carousel-image {
    height: 650px !important; 
	overflow-y: hidden;
}

.main-page-slider {
	height:650px;
	overflow-y: hidden;
}

.hide_destinations{display:none;}
.wizard-steps li.active:before, .wizard-steps li.complete:before, .wizard-steps li.active .step, .wizard-steps li.complete .step{color: #4f94e8 !important; }
	
/* forms */

.tab-pane {border-bottom:1px solid #DDDDDD;}

ul.nav.nav-tabs.details-general li.active a, ul.nav.nav-tabs.details-general li a {border:none; padding-top:0; padding-left:20px; padding-right:20px;}
ul.nav.nav-tabs.details-general li.active a { background-color: #fbfbfb; }
ul.nav.nav-tabs.details-general li.active a div, ul.nav.nav-tabs.details-general li a div { padding-top:10px;}
ul.nav.nav-tabs.details-general li.active a div {border-top: 1px solid #4f94e8; padding-top:9px;}

label {color: #777777; font-weight: 300 !important;}

/* v
form .form-group:nth-child(1),
form .form-group:nth-child(2),
.width_of_an_input {
	width: calc(50% - 94px);
} 
*/
input, select {
	-webkit-appearance:none;
	background-color: #FBFBFB !important;
	color: #4f94e8 !important;
	font-size: 20px !important;
	font-weight: 400;
	width: 100% !important;
}
input {padding:4px 8px 6px 18px !important;
	line-height: 39px !important;
	height: 39px !important;
}
select {
	height:39px !important;
	padding:4px 8px 6px 18px !important;}
button {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px !important;
	padding-top:1px; padding-bottom:2px;
}

#routesTablego caption, #routesTableret caption {font-size: 24px; color:#010101;} 
#routesTablego caption a, #routesTableret caption a{color:#4f94e8 !important;}
#routesTablego tr td:nth-child(1), #routesTableret tr td:nth-child(1) {width:50%;}
#routesTablego tr td:nth-child(2), #routesTableret tr td:nth-child(2) {width:20%;}

#searchRoutesTabs select {
	border: 1px solid #cccccc;
	border-radius:0px;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
}

.trip .form-group {vertical-align:top;}

/* attempt to fix firefox
#dateGoHours, #dateReturnHours {
	width: 100%;
	padding-right: 25px;
	padding-left: 5px;
}
*/
/*
#dateGoHours, #dateReturnHours {
	margin-left:15px;
	margin-right:15px;
    width: calc(100% - 30px);
}
*/
/* v
.width_of_an_input_for_select {
	width: calc(50% - 114px);
} 

.width_of_an_input_next_to_select {
	width: calc(50% - 114px);
} 
*/


/* v
.form-group.passengers {
	width: calc(50% - 94px);
}
*/
.left_banners { text-align: center; }
.logo_banner { max-width: 100%; }
.footer_row2 {
	background-color: #ffffff;
	border-right: 1px solid #6B7078;
	border-left: 1px solid #6B7078;
}

.footer_iter_info { padding-left: 22px !important; margin-top: 33px; }
.footer_cont_left { padding-left:35px; }
.white_logo_footer { width: 170px; height: 32px;; }
.footer { position: initial; }

.about_us_left_col {padding-right: 50px;}
.about_us_img {width:100%;}

.greek_flag::before, .english_flag::before{
	content: '';
	background-size:100%;
	height: 15px;
	width: 20px;
	position: absolute;
	left: 11px;
	top: 13px;
}
.greek_flag::before {background: url('/2015/images/greek-off.gif') no-repeat left top; background-size:100%;}
.english_flag::before {background: url('/2015/images/english-off.gif') no-repeat left top; background-size:100%;}

.greek_flag:hover::before {background: url('/2015/images/greek.gif') no-repeat left top; background-size:100%;}
.english_flag:hover::before {background: url('/2015/images/english.gif') no-repeat left top; background-size:100%;}

.first_language.greek_flag::before {background: url('/2015/images/greek.gif') no-repeat left top; background-size:100%;}
.first_language.english_flag::before {background: url('/2015/images/english.gif') no-repeat left top; background-size:100%;}


.main-page-slider li {line-height:0;}

.shortday {width:30px; text-align:center; display:block; float:left;}
.trip .shortday {display:none;}

.trip tr td:nth-child(1) {width:50%;}
.trip tr td:nth-child(2) {width:20%;}
.trip tr:hover {background-color: #4f94e8 !important; color:#FFFFFF !important; cursor:pointer; cursor:hand;}

.trip tr.selected {color:#4f94e8;}
.trip tr.unselected {color:#777777;}

.row.contact p {font-size:18px;}
.caption { 
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFFFFF;
}

.caption_haris{
	bottom:0; 
	top:100px !important; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	margin-left:60px;
	display:none;
}

#returnDivShips{white-space:nowrap;}
	
.country_header{font-size:40px; font-weight:bold; margin-bottom:25px;}
.country_price_from{font-size:24px; display:inline-block;}
.country_price{font-size:30px !important;font-weight:bold; display:inline-block;margin-left:-10px}

article {font-size:24px;}
body.home h3 {font-size:24px;}

/* FOOTER */


footer * {color:#d6d6d6;}
footer .row > div{padding-top:7px; padding-bottom:10px;}
.footer {height: auto; background-color: #6B7078 !important;}
/* footer p {margin:0; padding:0;} */
footer .row > div p:first-of-type{margin-top:-10px;}
footer a:hover {text-decoration:none; color:#FFFFFF;}

/* new footer */
.new_footer { margin-top: 20px; }
.apogee_logo { margin-bottom: 16px; margin-right: 4px; }
.apogee_logo_div {
    margin-top: 29px;
    text-align: right;
    margin-right: 32px;
}

.middle_col { margin-top: 75px; }

.apogee_footer { text-align: left; color: #6B7078 !important; }

/*.footer_iter_right { margin-top: 33px; text-align: right; right: 30px; }*/
.footer_iter_right { margin-top: 33px; text-align: right; }
.footer_iter_right img { margin-right: 10px; }
.social_icon_fb { margin-bottom: 10px; margin-top: 37px; padding-right: 30px; }
.social_icon_insta { padding-right: 26px; }
.apogee_logo_footer { float: right; text-align: center; }
.powered_by {
	display: inline-block;
    color: #6B7078 !important;
    font-size: 12px;
    line-height: 15px;
}

.footer_first_container { padding-bottom: 19px; } 


.content_first p:first-child { margin-top: -14px; }
.iter_info { margin-top: 6px; margin-bottom: 42px; }
.terms_of_use p:first-of-type { margin-top: -18px !important; }


.goTrip, .returnTrip {
	margin-bottom: 10px;
}

/* menu scroll 
nav.navbar {position:fixed;}
*/

.hero {
	margin-top:0px;
 	background-repeat: no-repeat;
	background-position: 50% 35%;
	background-size: cover;
	color: #fff;
	height: 100%;
	width: 100%;
	min-height:420px;
	position: relative;
	}
	

.content .bx-wrapper, .content .bx-viewport, .content .carousel-image {height:420px !important;}
/* .content .hero { min-height: 0; } */
	
.moving_images_container img {padding-bottom:10px;}

 .containerhero {
		position:absolute;
		left:0;
		right: 0;
		bottom: 5%;
		text-align:right;
		font-size:24px;
		font-weight:400;
}

.tempimage > img {
		height: 40px;
		}

.mg:hover{
	 text-shadow: 0px 0px 3px #4f94e8 !important;
}

.abovestepheader {
	background-color: #4f94e8;
	color: #fff;
	font-size: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left: 5px;
	margin: 150px 0 30px;
	width: 760px;
}

.contactform_container{margin-top:-125px;}
.contact_logo{margin-bottom:13px; height:41px;}

#contactform {
	margin-bottom: 100px;
	background-color: #EEEEEE;
	padding: 20px; 
}

#contactform textarea {
	resize: none !important;
	height: 150px;
	width: 99% !important;
	border: 1px solid #CCCCCC;
	padding: 4px 8px 6px 18px !important;
	background-color: #FBFBFB !important;
	font-size: 20px !important;
}


#contactform button{
	margin: 20px 10px 0 0;
  float: right;
	}
#contactform input[type=radio]{
	-webkit-appearance: radio;
	height: auto !important;
	width: auto !important;
	}
	
#contactform label.error{content:"‘Ô Â‰ﬂÔ ·ıÙ¸ ÂﬂÌ·È ıÔ˜ÒÂ˘ÙÈÍ¸";}
	
.col-lg-6, .col-lg-4, .col-lg-2{padding:10px 10px 10px 0;}

.msgconfirmation {
	background-color: #FFCC77;
	padding: 20px;
	text-align: center;
	font-size: 20px; 
	margin-bottom: 50px;
}
 
	
.	{
	float: right;
	padding: 10px !important;
	margin: 0 5px 5px !important;
}

.routeprice{
	text-align:right; 
	font-size: 24px;
	color: #4f94e8;
}

.routetime{
	font-weight: 400;
	font-size: 20px;
}

.routeduration{
	
}

.Highlighted a{
   background-color : Green !important;
   background-image :none !important;
   color: White !important;
   font-weight:bold !important;
   font-size: 12pt;
}

.services_container {
	margin-top: 60px;
	margin-bottom: 90px;
 }

.container:nth-of-type(3) a{color:#4f94e8 !important;}
.container:nth-of-type(3) a:hover{
	color:#4f94e8 !important;
	cursor:pointer;
	text-decoration:underline;
}

.content-Ferries.4 .container:nth-of-type(3) a{color:#ffffff !important;}
.nextButton { float: right; }
.ticket_ferries_frame { 
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    max-width: 900px !important;
    padding: 15px;
    background-color: rgba(0, 17, 34, 0.4);
    border-radius: 12px;
}

#countrybtnnext{padding-top:31px;}

.connectionRoute{display:none;}
.routeCon:hover{cursor:pointer;text-decoration:underline;}

.sub{background-color:#dddddd;}
.sub.company{display:none !important;}

.arrow{width:30px;display:inline-block;float:left;}
.sub, .pisub{display:none;}
.pisub{margin-left:30px;}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px !important;
	height: 16px !important;
	border-radius: 2px !important;
  /*border:1px solid rgba(0,0,0,0.8) !important;*/
	background: rgba(0,0,0,0.2);
	box-shadow: 0 0 2px #4f94e8;
}

.pricepercompany, .priceperroute{display:none;}


.homearticle{font-size:24px;}


body.tickets-verify-passengers .routeprice, body.tickets-review .routeprice, body.tickets-send .routeprice{text-align:left !important; margin-left:30px !important;}

.country_flag {
	width:40px; 
	margin-right:5px;
	margin-right: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);	
}

/* languages */
.symbol{position:relative;}

.language_icon{
	background-image: url('/2015/images/language_icon.png');
	background-size: cover;
    width: 34px;
    height: 34px;
}




.language_icon_en, .language_icon_el { 
	background-size: cover;
	width: 20px;
	height: 15px;
	margin: 10px 12px 0 8px;
}

/* greek icon */
.language_icon_el {
	background-image: url('/2015/images/greek-off.gif'); 
}

.language_icon_el:hover {
	background-image: url('/2015/images/greek-off.gif'); 
}

/* english icon */ 
.language_icon_en {
	background-image: url('/2015/images/english-off.gif'); 
}

.language_icon_en:hover {
	background-image: url('/2015/images/english-off.gif'); 
}
	
.font_size_icon{
	background-image: url('/2015/images/font_size.png');
	background-size: cover;
	width: 29px;
	height: 29px;
	margin-top: 3px;
}
.language_icon:hover, .font_size_icon:hover{cursor:pointer}
.lang {color:#9d9d9d; margin:5px 10px 0 5px;}
.font_size_options {text-align:center;}
.language_options, .font_size_options {
	display:none;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 1000;
}
.single_language, .single_font_size {
	padding: 5px 10px 5px 45px;
	border-bottom: 1px solid #f6f6f6;
	position:relative;
}
.single_font_size {
	padding: 5px 10px 5px 15px;
}
.first_language{color:#4f94e8}
.second_language:hover, .single_font_size:hover{
	cursor:pointer;
	color:#4f94e8;
	background-color:#f6f6f6;
	}


.paymenttext{margin:10px 0 0 10px;}
#editPassenger{background-color:rgba(248, 170, 0, 0.5);}
#editPassenger:hover, #editPassenger:active{background-color:#4f94e8;}

.purchasenum{
font-size:36px;
margin-top:20px;
margin-bottom:20px;
border: 1px solid #4f94e8;
display: inline-block;
padding: 5px 20px;
border-radius: 5px;
background-color: #ffffff;
}

.paymethods{text-align:center;}

body.tickets-passenger-info .wizard {margin-top: 60px !important;}
body.tickets-passenger-info .sidebar h4{font-weight:500;}
body.tickets-verify-passengers .sidebar h4{font-weight:500;}

.oneofthree{
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px; 
	padding-bottom: 60px;
	margin-bottom: 10px;
}

.subtext_logo {
	color: #333;
	margin-top: -20px;
}
.oneofthree:hover {color:#4f94e8;}

.oneofthree a {
	display:block; 
	width:80%;
	margin-left:10%;
	margin-right:10%;
	padding-bottom:20px;
	box-shadow:0px 2px 2px rgba(0,0,0, 0.1);
}
.oneofthree a div {
	height:120px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center bottom;
	/* width:80%; */
	/* margin-left:10%; */
	/* margin-bottom:20px; */
	/* opacity:0.8; */
}

.oneofthree:nth-child(2) a div {
	background-position: center center;
}

.oneofthree .service_title {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333333; font-size:32px;
	text-align:left;
	margin:15px 10px 10px 10px;
}
.oneofthree .service_text {
	color:#333333;
	margin:10px;
}
.oneofthree .button {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: transparent;
	color: #4f94e8;
	border-right: 1px solid #4f94e8;
	border-bottom: 1px solid #4f94e8;
	font-size: 18px;
	display: block;
	float: right;
	padding: 2px 10px;
	margin-top: -9px;
	opacity: 0.8;
	height:auto;
	width:100%;
	text-align:right;
}

.oneofthree a:hover {box-shadow:0px 3px 10px rgba(0,0,0, 0.1); }

.oneofthree a:hover h3 {color: #4f94e8; }

.tablestyles table{
	border-collapse: separate; 
	margin-left: -15px; 
	border-spacing: 1em; 
	border: 0;
}

.ferrytable{
	margin-top: -35px;
	margin-bottom: 40px;
}


/* Style for double tabs */


.dt_tab { width: calc(50% - 2px); display: inline-block; padding: 5px 20px 5px 20px; margin-bottom: 5px;}

.dt_tab:hover{cursor: pointer; background-color: #EEEEEE;}

/* .dt_row {display:inline;} */
.dt_row{margin-bottom:-5px}
.sea_dest {display:none;}
.activeNow {background-color: #FBFBFB; pointer-events: none;}
 
 .span_border_road, .span_border_ship{padding-top:5px !important;}
 
.main_container {background-color: #EEEEEE;}
.road_dest .row.notes {min-height:26px;}
.nextButton {margin-top:7px;}

.inline-item {display:inline-block !important;}
.symbol {color:#777777;}
.symbol:hover {cursor:pointer;}

.notes_for_fome {padding-left:10px;}
.double_tab_container {margin-bottom:12px;}
.notes_for_home {
	margin-bottom:10px;
	min-height: 26px !important;
	padding-left:10px;
	background-color: #fbfbfb;
	}

#passengerFormBuses{
	margin-bottom: 20px;
    background-color: #fbfbfb;
}

/* #submitpassengers { pointer-events: none; } */

/* End of style for double tabs */

span.select2-selection.select2-selection--single {
border-radius:0 !important;
border:1px solid #CCCCCC !important;
background-color:#FBFBFB !important;
font-size:20px !important;
height:39px !important;
padding:4px 8px 6px 18px !important;
color:#4f94e8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height:36px !important;
width:36px !important;
}

.select2-results__option {font-size:20px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#4f94e8 !important;}


/* Styles copied from templates
	 start here
*/

/* main_page_countries_destinations */

body.home-list.container:nth-of-type(3) a:hover{
	color:inherit!important;
	text-decoration:none;
} 

/* template_contact_new_bottom */
body.contact .leftcol a{color:#4f94e8;}
body.contact .leftcol p, body.contact .rightcol p{font-size:18px;}

/* template_contact_new_top */
body.contact .col-lg-6 a{
	color : #4f94e8;    
}

body.contact .col-lg-6 a:hover{
	text-decoration: underline;   
}

body.contact .breadcrumb{
	margin-top:145px;
}

@media only screen and (max-width : 768px) {
		body.contact .breadcrumb{ margin-top:90px; }  
		 .footer_iter_right { text-align: left; right: 0; }
		 .social_icon_fb, .social_icon_insta { padding-left: 57px; padding-right: 0; }
		 .footer_first_container { padding-bottom: 39px; }
}

/* template_route_selectorv3 & template_inline_route_selector_v3 */
/*body.tickets input[type="checkbox"], body.ferries input[type="checkbox"], body.countries input, [type="checkbox"] { 
	width: auto !important;
	height: 21px !important; 
}*/

body.ferries input[type="checkbox"]{ 
	width: auto !important;
	height: 21px !important; 
}
    
body.tickets .ow:before, .ret:before {
	content: 'Ä ';
}
/* template_route_selectorv3 */
body.tickets .css-class-to-highlight{
 background-color: #ff0;
}
/* template_inline_route_selector_v3 */
body.tickets .bold {font-weight:bold;}



/* passengers_container */
body.tickets-passenger-info .pull-left button, body.tickets-passenger-info .pull-left .btn,  body.tickets-passenger_info .pull-left button, body.tickets-passenger_info .pull-left .btn, body.tickets-passengerinfo .pull-left button, body.tickets-passengerinfo   .pull-left .btn{
	margin-left:0;
}

/* body.tickets-passenger-info #fuelux-wizard, */body.tickets-passenger_info #fuelux-wizard, body.tickets-passengerinfo #fuelux-wizard{margin-top:156px !important;}
body.tickets-passenger-info .notes, body.tickets-verify-passengers .notes { color: #AAAAAA; }

/* route_bit_pi */
body.tickets-passenger-info .routeprice, body.tickets-passenger_info .routeprice, body.tickets-passengerinfo .routeprice{margin-left:30px;text-align:left;}

/* passengers_container_ver */
body.tickets-verify-passengers .pull-left button, body.tickets-verify-passengers .pull-left .btn, body.tickets-verify_passengers .pull-left button, body.tickets-verify_passengers .pull-left .btn, body.tickets-verifypassengers .pull-left button, body.tickets-verifypassengers .pull-left .btn{margin-left:0;}
/* body.tickets-verify-passengers a, body.tickets-verify_passengers a { color: initial !important; } */
body.tickets-verify-passengers #passengerForm a, body.tickets-verify_passengers #passengerForm a { color: initial !important; }
body.tickets-verify-passengers #passengerForm a:hover, body.tickets-verify_passengers #passengerForm a:hover { text-decoration: underline; }
body.tickets-verify-passengers a:hover, body.tickets-verify_passengers a:hover { color: #4f94e8 !important;  }


/* double tab */
body.home input[type="checkbox"],
body.tickets input[type="checkbox"],
body.ferries input[type="checkbox"],
body.countries input[type="checkbox"],
body.cities input[type="checkbox"]  {
	/*-webkit-appearance: checkbox;*/
	background-color: #FBFBFB !important;
	border-radius: 0;
	border: 1px solid #CCCCCC;
	height: 39px !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-top: 0;
	width: 39px !important;
}

/* double tab */
body.home .col-lg-2,
body.tickets .col-lg-2,
body.ferries .col-lg-2,
body.countries .col-lg-2,
body.cities .col-lg-2 {
	padding: 5px 10px 10px 10px;
}

/* double tab */
body.home input[type="checkbox"] + span:after,
body.tickets input[type="checkbox"] + span:after,
body.ferries input[type="checkbox"] + span:after,
body.countries input[type="checkbox"] + span:after,
body.cities input[type="checkbox"] + span:after{
	content: '';
	pointer-events: none;
} 

/* double tab */
body.home input[type="checkbox"]:checked + span:after,
body.tickets input[type="checkbox"]:checked + span:after,
body.ferries input[type="checkbox"]:checked + span:after,
body.countries input[type="checkbox"]:checked + span:after,
body.cities input[type="checkbox"]:checked + span:after{
	content: '\2713';
	position: relative;
	top: -12px;
	right: 25px;
	color: #4f94e8 !important;
	font-size: 20px;
	z-index: 100;
	pointer-events: none;
}


.navbar-bottom {font-size:26px;} /* ·Ô 28 */
.navbar-right {font-size: 20px;} /* ·Ô 22 */
.language_options.dropdown-menu, .font_size_options.dropdown-menu {font-size:21px; min-width:115px !important;}
.dropdown-menu .single_font_size, .dropdown-menu .single_language {min-width: auto !important;}

.services_row { margin-bottom: 120px; }

body.tickets input[name='terms_agreements'] { 
	width: 15px !important;
	height: 15px  !important;
	padding: 0 !important;
	-webkit-appearance: checkbox;
}

/* Styles copied from templates
	 end here
*/

/*
.formbuttons{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
.formsinglerow {display:inline;}
.formsinglerow input {
	width: 47% !important;
	margin-top: 10px;
}

.formsinglerow input:first-of-type{margin-right:60px;}

.formsinglerow select {
	width: 150px !important;
  font-size: 17px !important;
	margin-right: 10px;
}

input[name='phone']{
	width: 350px !important;
}
*/

#reservation_code { width: 70%; }
#reservation_code,  #email_notification{
	padding-left: 0;
    margin-top: 20px;
    margin-bottom: 80px;
}
#email_notification { 
	height: 70px;
    padding: 15px;
}
.res_search, .send_email { padding-left: 20px; padding-top: 1px; }
.return_to_bank { padding:5px 7px; margin-right: 2px; }
#bank_link { color: #fff !important; }
.labelNotDisplayed{ display:none; }


@media only screen and (max-width : 1200px) {
	.navbar-brand > img { height: 65px; }	
	.navbar-bottom { font-size: 26px; }
	.navbar-right { font-size: 19px; }
	.navbar-header { margin-top: 16px; }
}	

@media only screen and (max-width : 992px) {
	#countrybtnnext{padding-top:6 !important;}
	body { /*margin-bottom: 240px;*/ }	
	.apogee_logo_div { margin-left: 0; text-align: center; }
		
	.navbar-container { max-width: 500px; }
	.navbar-right { font-size: 19px; }
	.navbar-bottom { font-size: 22px; }
	.navbar-brand > img { height: 55px; }	
	.container { width: 760px; }
	.navbar-header { margin-top: 23px; }
}		



@media only screen and (max-width : 768px) {
	body { /*margin-bottom: 362px;*/ }
	.hero {margin-top:1px;}
	#contactform button {float:left !important;}
	.formbtn{top:-15px !important;}
	#countrybtnnext{padding-top:0 !important;margin-left:10px !important;}
	.middle_col { padding-left: 57px; margin-top: 0; }
	.ticket_ferries_frame { position: initial; }
	.navbar-brand > img { height: 50px; }
	.horizontal_logo {	padding-top: 10px; padding-bottom: 6px; }
	#passengers { padding: 4px 8px 6px 13px !important;}
	.container { width: auto; }
	.bx-wrapper, .bx-viewport, .carousel-image, .main-page-slider { height: 840px !important; }
	.double_tab_container { margin-bottom: 0px; }
	.double_tab_container_new { top: 10px; bottom: 0; }
	.oneofthree  { height: auto; padding-top: 0; padding-bottom: 10px; }
	.col-xs-12.oneofthree .service_text { height: auto; }
	.services_row, .services_container { margin-bottom: 0; }
	.res_search { padding-top: 10px; padding-left: 0; }
	#reservation_code, #email_notification { width: 100%; }
	.send_mail { padding-top: initial; padding-left: 10px; }
}


@media (-webkit-max-device-pixel-ratio: 1) {
    body {font-family: Helvetica, Arial, sans-serif;}
}


