/* Popup Css */

#gfc-stats-modal {
	visibility: hidden;
	position: fixed;
	overflow: hidden;
	display: block;
	bottom: 1rem;
	right: 1rem;
	width: 370px;
	min-height: 530px;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	z-index: 1001;
}

#gfc-stats-modal .gfc-stats-wrapper {
	visibility: hidden;
	position: absolute;
	display: block;
	bottom: 0.5rem;
	right: -100%;
	width: 295px;
	padding: 3px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	line-height: 1.4;
	border: none;
	border-radius: 14px;
	background: #0f57bd;
	border: 4px solid #fff;
	box-shadow: 0 0 0 0 rgba(0,0,0,1), 0 0 15px 0 rgba(0,0,0,0.5);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
	z-index: 999;
}

#gfc-stats-modal.show {
	visibility: visible;
	opacity: 1;
}

#gfc-stats-modal.show .gfc-stats-wrapper {
	right: 0.7rem;
	visibility: visible;
	opacity: 1;
}

#gfc-stats-modal .gfc-stats-content {
	overflow: hidden;
	text-align: center;
	color: #fff;
	border-radius: 7px;
    padding: 10px 0 0;
}

#gfc-stats-modal #gfc-stats-close {
    position: absolute;
    overflow: hidden;
	top: -1.65rem;
    left: -1.65rem;
    padding: 0;
    font-family: serif;
    font-size: 1.2rem;
    line-height: 1;
    justify-content: center;
    outline: initial;
    border: none;
    border-radius: 0;
    background-color: #0f57bd;
    border-radius: 50%;
    border: 4px solid #fff;
	width: 50px;
	height: 50px;
    transition: color .1s ease-out;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(0,0,0,1), 0 0 15px 0 rgba(0,0,0,0.5);
}
#gfc-stats-close {
	color: #464648;
}


#gfc-stats-modal #gfc-stats-time {
	position: relative;
	overflow: hidden;
    margin: 20px 0 0px !important;
    padding: 45px;
}
#gfc-stats-modal #gfc-stats-sliderTime {
	position: absolute;
	top: 0;
	margin-left: -22px;
	font-size: .85em;
}

#gfc-stats-modal #gfc-stats-slider {
	position: absolute;
	display: block;
	top: 40px;
	left: -4px;
	right: 0;
	height: 15px;
	background-color: transparent;
	background-image: linear-gradient(to left, #464648 1px, transparent 2px), linear-gradient(to left, transparent 10px, #464648 10px, #464648 12px, transparent 12px, transparent 19px,#464648 19px, #464648 21px, transparent 21px, transparent 28px, #464648 28px, #464648 30px, transparent 30px, transparent 37px, #464648 37px, #464648 39px, transparent 39px, transparent 46px, #464648 46px, #464648 48px, transparent 48px, transparent 55px, #464648 55px, #464648 57px, transparent 57px, transparent 64px, #464648 64px, #464648 66px, transparent 66px, transparent 73px, #464648 73px, #464648 75px, transparent 75px, transparent 82px, #464648 82px, #464648 84px, transparent 84px);
	background-repeat: repeat-x;
	background-size: 90px 12px, 90px 6px;
	background-position: 11px 0px;
}

#gfc-stats-modal #gfc-stats-slider:before {
	content: '';
	position: absolute;
	display: block;
	top: -20px;
	width: 100%;
	height: 20px;
	background-color: transparent;
	background-image: linear-gradient(to left, #fff 1px, transparent 2px), linear-gradient(to left, transparent 10px, #fff 10px, #fff 12px, transparent 12px, transparent 19px,#fff 19px, #fff 21px, transparent 21px, transparent 28px, #fff 28px, #fff 30px, transparent 30px, transparent 37px, #fff 37px, #fff 39px, transparent 39px, transparent 46px, #fff 46px, #fff 48px, transparent 48px, transparent 55px, #fff 55px, #fff 57px, transparent 57px, transparent 64px, #fff 64px, #fff 66px, transparent 66px, transparent 73px, #fff 73px, #fff 75px, transparent 75px, transparent 82px, #fff 82px, #fff 84px, transparent 84px);
	background-repeat: repeat-x;
	background-size: 90px 12px, 90px 6px;
	background-position: 11px 0px;
	-webkit-transform: rotate(180deg) scaleX(-1);
	-moz-transform: rotate(180deg) scaleX(-1);
	-o-transform: rotate(180deg) scaleX(-1);
	-ms-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
}

#gfc-stats-modal #gfc-stats-pointer {
	content: "";
	position: absolute;
	top: -7px;
	background: transparent;
}

span#clock {
	position: absolute;
    top: -26px;
    right: -26px;
	color: #464648;
	z-index: 2000;
	font-size: 13px;
	font-weight: 900;
}
#gfc-stats-modal #gfc-stats-pointer:before {
    content: attr(data-content);
    position: absolute;
    left: -30px;
    bottom: 7px;
    width: 64px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
    color: #2E3F4F;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.7), 0 0 5px 0 rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 6px;
}

#gfc-stats-modal #gfc-stats-pointer::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 2px;
	left: 50%;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: -3px;
}

#gfc-stats-modal #gfc-stats-passenger {
    padding: 5px;
    font-size: 12px;
    line-height: 1.2rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
	max-height: 105px;
}

#gfc-stats-modal #gfc-stats-passenger b {
	font-size: 12px;
	font-weight: 600;
}

#gfc-stats-modal #gfc-stats-bookings {
	margin-top: -50px;
	padding: 55px 10px 10px;
	font-size: .9rem;
	line-height: 1.6;
	background: #fff;
	color: #464648;
	min-height: 280px;
}

#gfc-stats-modal #gfc-stats-bookings ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#gfc-stats-modal #gfc-stats-bookings ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}

#gfc-stats-modal #gfc-stats-bookings ul li b {
	display: inline-block;
	min-width: 105px;
    margin: 0 27%;
	padding: 10px 0 10px;
	letter-spacing: 12px;
	line-height: 14px;
	text-align: right;
	vertical-align: middle;
	/*background: rgb(248,248,248);
	background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(222,222,222,1) 100%);
		border: 1px solid #424242;
	border-radius: 10px;*/
    background: url(input-bubble-03.png) no-repeat 8px;
    background-size: 92px 30px;
	font-size: 18px;
}


#gfc-stats-modal #gfc-stats-bookings ul li:last-child {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}

#gfc-stats-modal #gfc-stats-bookings ul li:last-child b {
    margin: 0 27%;
}

.gfc-stats-text{
    color: #464648;
    position: absolute;
    top: 40.5%;
    /* left: 30%; */
    width: 100%;
}
#gfc-stats-p {
    width: 90%;
    margin: auto;
    padding: 12px 0;
	line-height: 14px;
}
	
.gfc-stats-text::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 45px;
    left: 48%;
    border-bottom: 7px solid red;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: -5px;
}
.gfc-stats-logo {
	background: url(greekferries-club-logo.png) no-repeat 8px;
    display: inline-block;
    height: 30px;
    width: 130px;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.gfc-stats-company {
    position: absolute;
    bottom: 0;
    right: 52px;
    color: #464848;
    line-height: 40px;
}

.gfc-stats-wrapper:hover {
    cursor: grab !important;
}

@media screen and (max-width: 1440px) {


	#gfc-stats-modal {
		min-height: 600px;
		right: 0rem;
		z-index: 1100;
	}
	#gfc-stats-modal.show .gfc-stats-wrapper {
    right: 0.4rem;
    visibility: visible;
	opacity: 1;
	width: 165px;
	}
	#gfc-stats-modal #gfc-stats-time {
    margin: 10px 0 10px;
	}

	#gfc-stats-modal #gfc-stats-slider {
		left: -34px;
	}

	#gfc-stats-modal #gfc-stats-bookings {
		padding: 65px 10px 55px;
	}

	#gfc-stats-modal #gfc-stats-bookings ul li {
		position: relative;
		padding: 0 0 30px;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
	}

	#gfc-stats-modal #gfc-stats-bookings ul li:last-child {
		padding: 0;
		text-align: center;
	}

	#gfc-stats-modal #gfc-stats-bookings ul li b {
		position: absolute;
		margin: 0;
		bottom: 0px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 18px;
	}

	#gfc-stats-modal #gfc-stats-bookings ul li:last-child b {
		bottom: -32px;
	}
	#gfc-stats-modal #gfc-stats-passenger {
	font-size: 12px;
    line-height: 14px;
	height: 105px;
	margin-top: 5px;
	width: 94%;
	}
	

	span.gfc-stats-with {
		right: 48px;
		position: absolute;
		bottom: 5px;
		font-size: 10px;
	}	
	.gfc-stats-text::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: 38px;
		left: 44%;
		border-bottom: 7px solid red;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		margin-left: -5px;
	}
	.gfc-stats-logo {
		left: -72px;
		background: url(greekferries-club-logo.png) no-repeat 8px;
		display: inline-block;
		height: 30px;
		width: 95px;
		position: absolute;
		bottom: 3px;
		/* right: -40px; */
		background-size: 100px 13px;
	}
	.gfc-stats-company {
		position: absolute;
		bottom: 0;
		right: 52px;
		color: #464848;
		line-height: 40px;
	}
	#gfc-stats-modal #gfc-stats-bookings {
    min-height: 260px;
	}
	#gfc-stats-modal #gfc-stats-time {
		margin: 0 !important;
	}
	#gfc-stats-modal #gfc-stats-pointer:before {
    left: -34px;
    bottom: 8px;
    width: 64px;
	}
	span#clock {
	top: -28px;
    right: -22px;
	}
	#gfc-stats-modal #gfc-stats-pointer::after {
    bottom: 3px;
    margin-right: -3.75px;
	}
	#gfc-stats-modal #gfc-stats-bookings ul li:last-child b {
    margin: 0;
	}
	#gfc-stats-modal #gfc-stats-slider {
	position: absolute;
	display: block;
	top: 40px;
	left: -4px;
	right: 0;
	height: 15px;
	background-color: transparent;
	background-image: linear-gradient(to left, #464648 1px, transparent 2px), linear-gradient(to left, transparent 10px, #464648 10px, #464648 12px, transparent 12px, transparent 19px,#464648 19px, #464648 21px, transparent 21px, transparent 28px, #464648 28px, #464648 30px, transparent 30px, transparent 37px, #464648 37px, #464648 39px, transparent 39px, transparent 46px, #464648 46px, #464648 48px, transparent 48px, transparent 55px, #464648 55px, #464648 57px, transparent 57px, transparent 64px, #464648 64px, #464648 66px, transparent 66px, transparent 73px, #464648 73px, #464648 75px, transparent 75px, transparent 82px, #464648 82px, #464648 84px, transparent 84px);
	background-repeat: repeat-x;
	background-size: 90px 6px, 90px 6px;
	background-position: 10px 0px;
	}

	#gfc-stats-modal #gfc-stats-slider:before {
	background-size: 90px 6px, 90px 6px;
	background-position: 10px 0px;
	}
	#gfc-stats-modal #gfc-stats-pointer::after {
    margin-left: -7px;
	}
	.gfc-stats-text {
    top: 40%;
	}
	#gfc-stats-p {
    padding: 10px 0;
    height: 46px;
	}

}

@media screen and (max-width: 1024px) {
	#gfc-stats-passenger br {
		display: none;
	}	
	#gfc-stats-modal {
    width: 400px;
    height: 220px !important;
	}
	#gfc-stats-modal.show .gfc-stats-wrapper {
    right: 0.1rem;
    visibility: visible;
    opacity: 1;
    max-height: 160px !important;
	 box-shadow: 0px 2px 7px 3px rgba(46, 43, 43, 0.4);
	}
	#gfc-stats-modal #gfc-stats-passenger {
		margin-top: 2px;
		padding: 0px 5px 0;
		height: 46px;
	}
	#gfc-stats-modal #gfc-stats-passenger, #gfc-stats-modal #gfc-stats-passenger b {
    font-size: 12px;
	line-height: 14px;
	}
	#gfc-stats-modal {
    bottom: 5px;
	}
	/*#gfc-stats-modal #gfc-stats-date {
    top: 0.2em;
    left: 0.6em;
    font-size: 12px;
	}*/
	#gfc-stats-modal #gfc-stats-close {
    top: 0;
    right: .6rem;
	height: 1rem;
	}
	#gfc-stats-modal #gfc-stats-time {
	padding: 0px !important;
	}
	#gfc-stats-modal #gfc-stats-pointer:before {
    bottom: 0px;
    height: 20px;
    line-height: .7;
    font-size: .7rem;
    font-weight: 600;
    color: #ffffff;
	background: transparent;
	box-shadow: none;
	}
	#gfc-stats-modal #gfc-stats-pointer::after {
    bottom: 5px;
	}
	#gfc-stats-modal #gfc-stats-bookings {
    padding: 0;
	min-height: 60px;
	margin-top: -60px;
	display: none;
	}
	#gfc-stats-modal #gfc-stats-bookings ul li {
    font-size: 13px;
    width: 32%;
    display: inline-table;
	padding: 5px 0 30px;
	line-height: 27px;
	}
	#gfc-stats-modal #gfc-stats-bookings ul li b {
    background: url(input-bubble-03.png) no-repeat 15px;
    background-size: 85px 20px;
	}
	#gfc-stats-modal #gfc-stats-bookings ul li:last-child b {
    bottom: -25px;
	}
	#gfc-stats-modal #gfc-stats-bookings ul li b {
    font-size: 16px;
	}
	#gfc-stats-p {
    display: none;
	}
	#gfc-stats-modal #gfc-stats-time {
    padding: 35px;
	margin: 2px !important;
	}
	#gfc-stats-modal #gfc-stats-slider:before  {
		display: none;
	}
	#gfc-stats-modal #gfc-stats-slider, .gfc-stats-text:before {
		display: none !important;
	}
}


@media screen and (max-width: 1023px) {
	#gfc-stats-modal {
		display: none;
	}
}
/* Popup Css */