body {
	color: #5c6873;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.42857;

    padding: 0px;
    margin: 0px;
}

a {
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}
a:hover {
	text-decoration: none;
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}
a:focus {
	text-decoration: none;
}

h1 {
	color: #3f444a;
	font-weight: 600;
	margin-bottom: 30px;
}
h2 {
	color: #3f444a;
	font-weight: 600;
	margin-bottom: 30px;
}
h3 {
	color: #3f444a;
	font-weight: 600;
}
h4 {
	font-weight: 600;
}
h1 span, h2 span, h3 span {
	color: #ffc000;
}

.btn {
	text-transform: uppercase;
}
.btn-block {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.btn.btn-primary {
	background-color: #ffc000;
	font-weight: 600;
	border: 0;
	border-radius: 0;
}
.btn.btn-primary:hover {
	background-color: #27a8b4;
}

.btn.btn-secondary {
	color: #fff;
	background-color: #e7505a;
	font-weight: 600;
	border: 0;
	border-radius: 0;
}
.btn.btn-secondary:hover {
	background-color: #e12330;
}

.btn.btn-success {
	border: 0;
	background-color: #27a8b4;
}
.btn.btn-success:hover {
	background-color: #e12330;
}
.btn.btn-accept {
	border: 0;
	color: #fff;
	background-color: #008000;
}
.btn.btn-accept:hover {
	background-color: #006400;
}

/* headures ul */

.features {
	list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}
.features li {
	color: #5c6873;
	margin-bottom: 7px;
/*	padding-left: 16px;*/
}
.features li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #ffc000;
    margin-right: 10px;
    margin-top: 8px;
}


/* HEADER */
header:after {
	content:" ";
    display:block;
    clear:both;
}

.top-bar {
	background-color: #fff;
}
.top-bar-container {
	display: flex;
    align-items: center;
}
.top-bar-border-after {
    position: relative;
}
.top-bar-border-after:after {
	position: absolute;
    content: " ";
    display: block;
    clear: both;
    top: 9px;
    bottom: 11px;
    right: 0;
    border-right: 1px solid #8797ae;
}
.top-bar-social .social a {
	font-size: 15px;	
    font-weight: 500;
	color: #8797ae;
	padding: 10px 5px;
}
.top-bar-social .social a:hover {
	color: #ffc000;
}

.top-bar-links {
	text-align: right;
	width: calc(100% - (53px + 197px));
	padding-right: 20px;
}
.top-bar-links .links a {
	font-size: 15px;
    font-weight: 500;
	color: #8797ae;
	padding: 10px 10px;
}
.top-bar-links .links a:hover {
	color: #ffc000;
}
.top-bar-links .links a.phone {
	color: #337ab7;
}

.top-bar-lang {
	display: flex;
}
.top-bar-lang .language {
	display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: #8797ae;
    margin: 0 2px;
    padding: 10px 5px;
}
.top-bar-lang .language:hover {
	color: #ffc000;
}
.top-bar-lang .language img {
    display: block;
    margin-right: 5px;
}
.top-bar-lang .language:last-child {
	padding-right: 0;
	margin-right: 0;
}
.top-bar-lang .language:last-child.top-bar-border-after:after {
	display: none;
}

@media (max-width: 575px) {
	.top-bar-links {
	    text-align: left;
	    width: calc(100% - 170px);
	    padding-right: 0;
	}
	.top-bar-links .links a {
	    font-weight: 300;
	    font-size: 14px;
	    padding-left: 0;
	}
	.top-bar-links .links a.top-bar-border-after:after {
		display: none;
	}
	.top-bar-lang .language {
		letter-spacing: -1px;
	    font-size: 14px;
	    margin: 0 2px;
	    padding: 10px 5px;
	}
	.top-bar-lang .language img {
	    margin-right: 1px;
	}
}


.navbar {
	margin-bottom: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000000;
}
.navbar-default {
	background: #394048;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
}
.navbar-default .navbar-brand img {
	height: 25px;
}
.navbar-default .navbar-nav li {
	 border-bottom: 1px solid #404851;
}
.navbar-default .navbar-nav li a {
    color: #ebedf2;
}
.navbar-default .navbar-nav li a.book {
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #828689;
	border-radius: 20px;
	padding: 10px 15px;
    margin: 10px;
    text-align: center;
}
.navbar-default .navbar-nav li a.book:hover {
	color: #2f353b;
	background: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffc000;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffc000;
    background-color: transparent;
}


/* Main menu */

.main-menu {
	background: #2f353b;
	padding: 25px 0px;
	width:100%;

	position: -webkit-sticky;
	top: 45px;
	z-index: 1;
}
.main-menu:after {
	content:" ";
    display:block;
    clear:both;
}
.main-menu .logo {
	float: left;
	color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.main-menu .logo img {
	max-height: 44px;
}
.main-menu .menu {
	display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    float: right;
    margin-top: 12px;
}
.main-menu .menu li {
	display:inline-block;
	color: #fff;
	padding-left: 30px;
}
.main-menu .menu li.active {
	color: #ffc000;
}
.main-menu .menu li a {
	font-size: 16px;
    text-transform: uppercase;
	color: inherit;
	font-weight: 600;
}
.main-menu .menu li a:hover {
	color: #ffc000;
	text-decoration: none;
}
.main-menu .menu li a.book {
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #828689;
	border-radius: 20px;
	padding: 5px 15px;
}
.main-menu .menu li a.book:hover {
	color: #2f353b;
	background: #fff;
}
.sticky {
	position: fixed;
	width: 100%;
    padding: 10px 0px;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background: rgba(30, 36, 42, 0.82);
    -moz-transition: padding .3s ease-in;
    -o-transition: padding .3s ease-in;
    -webkit-transition: padding .3s ease-in;
    transition: padding .3s ease-in;
}


/*-- SEPARATORS --*/
.separator1 {
	border-bottom: 1px solid #ffc000;
}
.separator2 {
	border-bottom: 1px solid #32c5d2;
}
.separator3 {
	border-bottom: 1px solid #d4d4d4;
}
.separator1, .separator2, .separator3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.head-separator1, .head-separator2 {
	width: 100px;
    height: 3px;
    border: 0px;
    margin: 0 auto 10px 0;
}
.head-separator1 {
	background-color: #32c5d2;
}
.head-separator2 {
	background-color: #ffc000;
}

/*-- SECTIONS --*/

section {
	padding: 60px 0px;
}

.section-title {
	text-align: center;
}
.section-title .separator1, .section-title .separator2 {
	width: 30px;
    height: 3px;
    border: 0px;
    margin: 0 auto 30px auto;
}
.section-title .separator1 {
	background-color: #32c5d2;
}
.section-title .separator2 {
	background-color: #ffc000;
}

/* Intro section */
.section-intro {
	padding: 0px;
	position: relative;
	min-height: 653px;
	background-color: #000;
	background-image: url('../images/intro-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.section-intro .intro-content {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.section-intro h1 {
	text-align: center;
	font-size: 54px;
	color: #fff;
}
.section-intro h1 span {
	color: #ffc000;
	font-weight: 600;
}
.section-intro h1 span.postfix {
	color: #fff;
	font-size: 24px;
}
.section-intro h3 {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	/*border-top: 1px solid #7d7772;
	border-bottom: 1px solid #7d7772;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0px;
}

/* intro book */
.intro-form {
	margin-top: 20px;
	text-align: left;
}
.intro-form label {
	font-size: 14px;
    font-weight: 300;
	color: #fff;
}
.intro-form .datepicker {
	display:inline-block;
	width: 58%;
}
.intro-form .timepicker, .intro-form .time-control {
	display:inline-block;
	width: 40%;
}
.intro-form .passengers {
	text-align: center;
}
.intro-form .input-group {

}
.intro-form .input-group-addon {
	color: #fff;
	/*background: transparent;*/
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	border-left: 0px;
    border-radius: 3px;
}
.intro-form .form-control {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
    font-size: 16px;
	color: #ffc000;
	border-color: #fff;
	background: rgba(0, 0, 0, 0.4) !important;
	vertical-align: middle;
	padding: 8px 10px;
	border-radius: 3px;
}
.intro-form .input {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
    font-size: 14px;
	color: #fff;
	/*border: 1px solid #fff;*/
	border-color: #fff;
	background: none;
	vertical-align: middle;
	padding: 8px 10px;
}
.intro-form .btn-group {
	display:block;
}
/*.intro-form .btn-group .btn-primary {
	background: rgba(0, 0, 0, 0.3);
	border-color: #fff;
}*/
.intro-form .btn-group .active {
	color: #000;
	background: rgba(255, 192, 0, 0.9);
}
.intro-form .btn-toggle {
	color: #ffc000;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
}
.intro-form .btn-toggle:hover {
	color: #fff;
}
.intro-form .btnBook {
	padding: 10px 30px;
}

.open-locations {
	cursor: pointer;
}

/* Welcome section */

.section-welcome {

}

/* Hire section */

.section-hire {
	padding-top: 0px;
	padding-bottom: 0;
}
.section-hire .feature {
	position: relative
}
.section-hire .feature .line {
	position: absolute;
	height: 1px;
	background: #919191;
	top: 35px;
	left: 0;
    right: 0;
}
.section-hire .feature .icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateX(-50%);
	font-size: 50px;
	color: #32c5d2;
	background-color: #fff;
	width: 100px;
    text-align: center;
}
.section-hire .feature .content {
	text-align: center;
	padding: 0px 30px;
	margin-top: 100px;
}
/*.form-steps {
	position: relative;
	margin-bottom: 20px;
}
.form-steps .step-line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #919191;
	top: 50%;
}
.form-steps .col-step {
	display:inline-block;
	width: 33%;
	text-align: center;
}
.form-steps .step {
	position: relative;
	display: inline-block;
	border: 15px solid #fff;
    background-color: #fff;
    width: 100px;
    height: 100px;
}
.form-steps .step-number {
	font-size: 30px;
    font-weight: 600;
    color: #33c5d2;
	border: 2px solid #33c5d2;
    border-radius: 50%;
    padding: 12px 10px;
}
.form-steps .step-number.active {
	background: #ffc000;
	color: #fff;
}*/

/* About section */

.carousel-indicators li {
	background-color: #e1e1e1;
	border: 0;
}
.carousel-indicators .active {
	background-color: #ffc000;
}

.section-about {
	background-color: #f7f7f7;
}
.section-about .section-slider {
	width: 100%;
	/*height: 380px;*/
}
.section-about .carousel-caption {
	font-weight: 600;
	text-shadow: none;
    color: #fff;
    background-color: #32c5d2;
    top: 20px;
    left: 20px;
    right: auto;
    bottom: auto;
    padding: 5px 10px;
}
.section-about .content {
	width: 100%;
	height: 380px;
	background-color: #fff;
	padding: 20px;
}
.section-about .content h3 {
/*	margin-bottom: 40px;*/
}
.section-about .content .label {
	color: #fff;
	background: #ffc000;
	font-size: 14px;
	border-radius: 0;
	padding: 5px 10px;
}

/* Tours section */
.section-tours {
	background-color: #fff;
}

.section-tours .tour {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 30px;
}
.section-tours .tour .title {
	height: 50px;
	font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}
.section-tours .tour .details {
	font-size: 14px;
	margin-top: 10px;
}



/* Prices section */
.section-prices {
	background-image: url(../images/background-prices.jpg);
	background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;

    color: #fff;
}
.section-prices h2, .section-prices h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-prices .title-row {
	padding: 5px 5px;
	margin-bottom: 2px;
	font-size: 12px;
    font-weight: 600;
}
.section-prices .title-row:after {
	content:" ";
    display:block;
    clear:both;
}
.section-prices .price-row {
	display:block;
	padding: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
    color: #fff;
}
.section-prices .price-row:after {
	content:" ";
    display:block;
    clear:both;
}
.section-prices .price-row:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.section-prices .col-location {
	display:block;
	width: 40%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section-prices .col-data {
	display:block;
	text-align: right;
	width: 15%;
	float: left;
}

/* Destinations section */

.section-destinations {
	padding: 70px 0;
}
.section-destinations .destination {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}
.section-destinations .destination:hover {
	background-color: #f7f7f7;
}
.section-destinations .destination img {
	display: block;
    max-width: 100%;
    height: auto;
}

/* Swiper */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -7px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,#ffc000);
}

/* Trip Advisow section */
.section-trip-advisor {
	/*background-color: #f7f7f7;*/
	background-color: #2f353b;
	border-bottom: 1px solid #fff;
}
.section-trip-advisor h3 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;
}
.section-trip-advisor h3 span {
	color: #ffc000;
}
.section-trip-advisor .trip-advisor {

}
#CDSSCROLLINGRAVE.wide {
    width: 100% !important;
}
#CDSWIDCOE.widCOE.widCOE2017 {
    border-color: #ccc !important;
}

.trip-advisor-banner {
	width: fit-content;
	margin: auto;
}

/* Capacity section */
.section-capacity {
	background-color: #677083;
}
.capacity-box {
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-top: 10px;
    margin-bottom: 10px;
}
.capacity-box .vehicle {
	width: 40%;
	text-align: center;
	    padding: 0 15px;
}
.capacity-box .vehicle img {
	max-width: 100%;
}
.capacity-box .info {
	display: flex;
    align-items: center;
	width: 60%;
	height: 130px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #ffc000;
	padding: 0 15px;
}

@media (max-width: 575px) {
	.capacity-box .info {
		height: unset;
	    font-size: 14px;
	    font-weight: 400;
	    padding: 20px 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.capacity-box .info {
		height: 100px;
	    font-size: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.capacity-box .info {
		font-size: 14px;
	}
}


/* -- PAGES -- */
/* ----------- */

.page-title {
	text-align: center;
}
.page-title .separator1, .page-title .separator2 {
	width: 30px;
    height: 3px;
    border: 0px;
    margin: 0 auto 30px auto;
}
.page-title .separator1 {
	background-color: #32c5d2;
}
.page-title .separator2 {
	background-color: #ffc000;
}
.page-title.page-title-ltr {
	text-align: left;
}
.page-title.page-title-ltr .separator1, .page-title.page-title-ltr .separator2 {
	margin: 0 auto 30px 0;
}

.page {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* About */
.page-about .section-fleet {
	background-color: #f7f7f7;
	margin-bottom: 40px;
}
.page-about .capacity {
	font-size: 14px;
	text-align: center;
    background-color: #fff;
    width: 100%;
    min-height: 99px;
    border: 1px solid #d0d7de;
    border-radius: 3px;
    padding: 20px 0px 20px 0px;
    margin-top: 22px;    
}
.page-about .capacity span {
	font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-about .seat-title {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}


/* FAQs */

.page-faq {
	background-color: #f7f7f7;
}
.page-faq h3 {
	font-weight: 400;
}

.panel-faq {
	background-color: #fff;
	border-radius: 0 !important;
	margin-bottom: 20px !important;
}
.panel-faq .panel-heading {
	border: 0;
	padding: 0px;
}
.panel-faq .panel-title a {
	display:block;
	color: #3f444a;
	font-weight: 600;
	font-size: 20px;
	padding: 30px;
}
.panel-faq .panel-title a:hover {
	/*background-color: #ffc000;*/
	background-color: #1b7279;
	color: #fff;
}
.panel-faq .panel-body {
	font-size: 18px;
	border: 0px !important;
	padding: 0px 30px 30px 30px;
}

.panel-faq.active {
	/*background-color: #ffc000;*/
	background-color: #1b7279;
}
.panel-faq.active .panel-title a {
	color: #fff;
}
.panel-faq.active .panel-body {
	color: #fff;
}


/* Tours page */

.page-tours {
	background-color: #fff;
}
.page-tours h1 {
	text-transform: uppercase;
}
.suggested-tours {
	background-color: #f7f7f7;
	padding: 40px 0px;
}

.panel-tour {
	margin-bottom: 20px;
}
.panel-tour .image {
	display: block;
	position: relative;
}
.panel-tour .image .image-overlay {
	display: block;
	position: absolute;
	overflow: hidden;
	background: rgba(30, 36, 42, 0.3);
	top: 0;
    left: 0;
    right: 0;
    bottom: 500px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.panel-tour .image .image-overlay-icon {
	/*opacity: 0;*/
	display: block;
	position: absolute;
	color: #fff;
	background-color: #20140e;
	padding: 10px 15px;
	border-radius: 50%;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.panel-tour .image:hover .image-overlay {
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
	bottom: 0;
}
.panel-tour .image:hover .image-overlay-icon {
	/*opacity: 1;*/
}

.panel-tour .content {
	position: relative;
	height: 193px;
	background-color: #fff;
	padding: 20px;
}
.panel-tour .content h3 {
	font-weight: 600;
	color: #3f444a;
	margin-top: 0px;
	margin-bottom: 10px;
}
.panel-tour .content h3 a {
	color: inherit;
}
.panel-tour .content h3 a:hover {
	color: #ffc000;
}
.panel-tour .btn {
	position: absolute;
	right: 20px;
    bottom: 20px;
}

/* Tour page */
.page-tour .main-image-title {
	text-align: center;
	font-style: italic;
	font-size: 14px;
    color: #3f444a;
    padding-top: 10px;
}
.page-tour .tour-images {
	background-color: #f7f7f7;
	padding: 40px 0px;
	margin-top: 40px;
}

.page-tour .gallery-image {
	text-align: center;
	margin-bottom: 20px;
}
.page-tour .gallery-image .image-title {
	font-style: italic;
	font-size: 14px;
    color: #3f444a;
    height: 19px;
    margin-top: 5px;
}

/* Prices page */
.page-prices h2, .page-prices h3 {
	text-transform: uppercase;
}
.page-prices h4 {

}
.page-prices h4 span {
	color: #e7505a;
}

.page-prices .starting-point {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding: 5px;
}
.page-prices .table-prices {}
.page-prices .table th, .page-prices .table td {
	text-align: right;
	color: #5f6f77 !important;
}
.page-prices .table .location {
	text-align: left;
}
.page-prices .location a {
	display: block;
    color: #84969f;
    font-weight: 400;
}
.page-prices .location a:hover {
	color: #ffc000;
}


/* Contact page */
.page-contact {}
.page-contact .contact {
	text-align: right;
	background-color: #f7f7f7;
	padding: 30px;
}
.page-contact .contact .label {
	display:inline-block;
	color: #fff;
	background: #ffc000;
	font-size: 14px;
	border-radius: 0;
	padding: 5px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* Taxi book page */
/* -------------- */

.page-book {}
.page-book label {
	font-size: 14px;
	text-transform: uppercase;
}
.page-book label span {
	font-weight: 300;
}
.page-book .btn-toggle {
	color: #ccc;
	background-color: #fff;
	border-color: #d0d7de;
	margin-top: 0px;
}
.page-book .btn-toggle.active {
	font-weight: 600;
	color: #fff;
	background-color: #27a8b4;
	border-color: #27a8b4;
}

/* form steps */
.form-steps {
	position: relative;
	margin-bottom: 30px;
}
.form-steps .step-line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #919191;
	top: 50%;
}
.form-steps .col-step {
	display:inline-block;
	width: 33%;
	text-align: center;
}
.form-steps .step {
	position: relative;
	display: inline-block;
	border: 15px solid #fff;
    background-color: #fff;
    width: 100px;
    height: 100px;
}
.form-steps .step-number {
	font-size: 30px;
    font-weight: 600;
    color: #33c5d2;
	border: 2px solid #33c5d2;
    border-radius: 50%;
    padding: 12px 10px;
}
.form-steps .step-number.active {
	background: #ffc000;
	color: #fff;
}

/* prices info */
.price-info {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	background-color: #ffc000;
}
.price-info:after {
    content:" ";
    display:block;
    clear:both;
}
.price-info .vehicle {
	float: left;
	width: 50%;
    padding: 15px 20px;
}
.price-info .prices {
	float: right;
	width: 50%;
	background-color: #677083;
	padding: 15px 20px;
}


/* directions map */
.dir-map-panel {
	position: relative;
	background-color: #f7f7f7;
	padding: 20px;
}
.dir-map {
	width: 100%;
	height: 350px;
}
.dir-map-empty {
	position: absolute;
	width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.modal-geo-options {}
.modal-geo-options .modal-content {
	color: #cdd0d6;
	background-color: #394048;
}
.modal-geo-options .modal-header {
	border-bottom: 1px solid #ccd1de;
	color: #fff;
}
.modal-geo-options .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-geo-options .modal-body {
	height: calc(100vh - 185px);
    overflow-y: auto;
	padding: 0px;
}
.modal-geo-options .modal-footer {
	border-top: 0;
}
.modal-geo-options .geo-option {
	border-bottom: 1px solid #404851;
	padding: 10px 10px;
    cursor: pointer;
}
.modal-geo-options .geo-option:after {
    content:" ";
    display:block;
    clear:both;
}
.modal-geo-options .geo-option:hover, .modal-geo-options .geo-option.selected {
	color: #ffc000;
	background: rgba(0, 0, 0, 0.2);
}
.modal-geo-options .geo-option .icon {
    float: left;
    width: 24px;
    font-size: 14px;
    margin-top: 1px;
    color: #7c7e84;
}
.modal-geo-options .geo-option .gap {
	float: left;
	width: 24px;
}
.modal-geo-options .geo-option .name {
    float: left;
}
.modal-geo-options .geo-option.start-point {
	font-weight: 400;
	border-bottom: 1px solid #5f6a75;
}
.modal-geo-options .geo-option .sector {
    float: right;
    color: #acaeb3;
}
.modal-geo-options .btn-cancel {
	color: #ccd1de;
	background: transparent;
	border-radius: 20px;
	border: 1px solid #ccd1de;
	padding: 5px 40px;
}
.modal-geo-options .btn-cancel:hover {
	background: #ccd1de;
	color: #394048;
}


/* Booking status */

.status-0 { /* RES_ONPROGRESS */
}
.status-1 { /* RES_WAITING_RESPONCE */
	color: #e12330;
}
.status-2 { /* RES_WAITING_ACCEPTANCE */
	color: #e12330;
}
.status-3 { /* RES_ACCEPTED */
	color: #008000;
	/*color: #27a8b4;*/
}
.status-4 { /* RES_REJECTED */
	color: #B22222;
}
.status-5 { /* RES_COMPLETED */
	color: #483D8B;
}
.status-6 { /* RES_CANCELED */
	color: #ff0000;
}
.status-7 { /* RES_CANCELED_BY_CLIENT */
	color: #8B0000;
}
.status-8 { /* RES_TRANSACTION_FAIL */
	color: #8B0000;
}
.status-9 { /* RES_TRANSACTION_CANCELED */
	color: #8B0000;
}

/* page Booking Details */

.page-booking-details {}
.page-booking-details h2 {
	text-align: center;
}
.page-booking-details .book-status {
	text-align: center;
	/*color: #e12330;*/
}
.page-booking-details table {
	width: 100%;
}
.page-booking-details table td {
	font-weight: 400;
	padding: 5px 10px;
}
.page-booking-details .title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #ffc000;
}
.page-booking-details .lbl {

	font-weight: 300;
}
.page-booking-details .price {
	font-weight: bold;
}
.page-booking-details .status {
	font-weight: bold;
}
.page-booking-details .model {
	color: #989898;
	font-weight: 300;
}
.page-booking-details .notes {
	font-style: italic;
}
.page-booking-details .tip {
	font-size: 14px;
}

/* -- THUMBS -- */

.thumb {
	display: block;
	position: relative;
}
.thumb .thumb-overlay {
	display: block;
	position: absolute;
	overflow: hidden;
	background: rgba(30, 36, 42, 0.3);
	top: 0;
    left: 0;
    right: 0;
    bottom: 500px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.thumb .thumb-overlay-icon {
	display: block;
	position: absolute;
	color: #fff;
	background-color: #20140e;
	padding: 10px 15px;
	border-radius: 50%;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.thumb:hover .thumb-overlay {
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
	bottom: 0;
}


/* -- FOOTER -- */

footer {
	background-color: #2f353b;
	/*color: #5c6873;*/
	color: #808f9c;
}
footer .footer-content {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px
}
footer h3 span {
	color: #ffc000;
}
footer p {
	font-size: 17px;
    font-weight: 400;
    
}

footer .contacts dl {
	display: flex;
}
footer .contacts dl dt, footer .contacts dl dd {
	display: inline-block;
}
footer .contacts dl dt i {
	color: #ffc000;
	margin-right: 10px;
}
footer .contacts a {
	color: #5c6873;
}
footer .contacts a:hover {
	color: #ffc000;
	text-decoration: none;
}

footer .trip-advisor {
	margin-top: 20px;
    /*margin-left: -10px;*/
}
footer #CDSWIDCOE {
	/*margin: 20px 0px 0px 0px;*/
	margin: 0;
	padding: 10px;
	width: 170px;
	font-size: 12px;
	border: 5px solid #599642;    
}

.footer-menu, .footer-social {
	padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}
.footer-menu {
	margin-bottom: 30px;
}
.footer-menu li {
	list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #394047;
}
.footer-menu li:last-child {
	border-bottom: none;
}
.footer-menu li a {
	display:block;
	color: #5c6873;
}
.footer-menu li a:hover {
	color: #32c5d2;
	text-decoration: none;
}
footer a.book {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #828689;
	border-radius: 20px;
	padding: 10px 15px;
}
footer a.book:hover {
	color: #2f353b;
	background: #fff;
	text-decoration: none;
}

footer .tripadvisor {
	display:block;
	margin-top: 20px;
}

.footer-social li {
	list-style: none;
	display:inline-block;
	margin-right: 10px;
}
.footer-social li a {
	display: inline-block;
	color: #54606b;
	background-color: #1e2226;
	padding: 6px 13px;
}
.footer-social li a:hover {
	color: #fff;
	background-color: #272d32;
}



.footer-credits {
	padding-top: 30px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 15px;
}
.footer-credits .reserved {
	color: #7f8c97;
}
.footer-credits .powered-by {
	color: #7f8c97;
}


/* -- FORM VEHICLES -- */

.vehicle-item {
	position: relative;
	background-color: #f7f7f7;
	border: 1px solid #d0d7de;
	border-radius: 4px;
	padding: 30px 20px 20px 20px;
	margin-bottom: 30px;
}
.vehicle-item .title {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background: #ffc000;
	border: 1px solid #ccc;
	border-radius: 5px;

	top: -15px;
	left: 20px;
	padding: 2px 12px;
}
.vehicle-item .price-go, .vehicle-item .price-re, .vehicle-item .discount {

}
.vehicle-item .total-price {
	font-size: 18px;
	font-weight: 600;
	color: #e12330;
	margin-bottom: 3px;
}

.vehicle-item .not-available {
	font-size: 12px;
	color: #e12330;
}

.vehicle-item .image {
	width: 140px;
	height: 80px;
	background-color: #ccc;
}

.vehicle-item .warnings {
	font-weight: 400;
	color: #e12330;
}

/*.vehicle-item .counts {
	display:inline-block;
	border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px;
    margin-top: 10px;
	margin-right: 10px;
}*/

/* -- FORMS -- */

label span {
	font-size: 12px;
	font-weight: 300;
}

.form-control {
	color: #3f444a;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border-color: #d0d7de;
	border-radius: 2px;
}
.form-control:active, .form-control:focus {
	border-color: #ffc000 !important;
	box-shadow: none !important;
}
.input-group-addon {
	border-radius: 2px;
}
.numeric-select {
	text-align: center;
	text-align-last: center;
	padding: 7px 12px;
}
.form-info {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	margin-top: 5px;
    margin-bottom: 0px;
}

.form-data {
	display: flex;
	align-items: center;
	background: #f7f7f7;
    margin-bottom: 5px;
    padding: 5px 5px;
}
.form-data .label {
	display: block;
	width: 40%;
	font-size: inherit;
	font-weight: 300;
	color: inherit;
    text-align: left;
    white-space: normal;
    vertical-align: unset;
    padding: 0;
}
.form-data .data {
	width: 60%;
	font-weight: 400;
	color: #5c6873;
    background: #f7f7f7;
    padding-left: 5px;
}
.form-data .total-price {
	color: #e12330;
	font-size: 20px;
	font-weight: 600;
}

.tip {
	font-style: italic;
	font-size: 12px;
	margin-top: 5px;
}


/* datepicker */
.ui-datepicker {
	z-index: 9999 !important;
	font-size: 14px;
}

/* timepicker */
.wickedpicker {
    width: 130px;
    height: 160px;
    font-size: 16px;
    z-index: 9999;
}
.wickedpicker__title {
	font-weight: 600;
    padding: 10px 10px 10px 10px;
}
.wickedpicker__controls {
    padding: 5px 0;
}
.wickedpicker__controls__control-down, .wickedpicker__controls__control-up {
    margin: 10px auto;
}
.wickedpicker__controls__control--separator {
    width: 10px;
}

/* autocomplete */
.ui-menu .ui-menu-item {
	font-size: 14px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border-color: 1px solid #ffd400;
	background: #ffd400;
	/* color: #000; IRINI */
	color: #555;
}
.auto-primary {
	font-weight: 600;
}
.auto-info {
	display:inline-block;
	font-weight: 300;
	font-style: italic;
	font-size: 12px;
	padding-left: 10px;
}


/* -- TEXT FORMATING --*/

.font-lg {
	font-size: 22px;
}
.font-md {
	font-size: 18px;
}
.font-sm {
	font-size: 14px;
}

.text-uppercase {
	text-transform: uppercase;
}

.mrg-top-lg {
	margin-top: 40px !important;
}
.mrg-top-md {
	margin-top: 20px !important;
}
.mrg-top-sm {
	margin-top: 5px !important;
}
.mrg-top-none {
	margin-top: 0px !important;
}

.mrg-bottom-lg {
	margin-bottom: 40px !important;
}
.mrg-bottom-md {
	margin-bottom: 20px !important;
}
.mrg-bottom-sm {
	margin-bottom: 5px !important;
}
.mrg-bottom-none {
	margin-bottom: 0px !important;
}

.pointer {
	cursor: pointer;
}


/* Alert window */
.modal-alert {
	top: 155px;
}
.modal-alert .modal-content {
	color: #fff;
	background-color: #a51822;
}
.modal-alert .modal-header {
	border-bottom: none;
	color: #fff;
}
.modal-alert .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-alert .modal-body {
	text-align: center;
}
.modal-alert .modal-footer {
	border-top: none;
}

/* alert panels */
.alert.alert-cancel {
	color: #000;
    background-color: #f2dede;
    border-color: #eed3d7;
}


.communication {
	position: fixed;
    top: 200px;
    left: 0;
	background: #2f353b;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.communication .link {
	position: relative;
	display: block;
	margin: 10px 5px 10px 5px;
}
.communication .link img {
	width: 30px;
	cursor: pointer;
}
.communication .link .phones {
	position: absolute;
	top: 0;
	left: -390px;
	color: #fff;
    background: #2f353b;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.communication .link .phones a {
	color: #ffc000;
}
.communication .link .phones .close-phones {
	color: #fff;
	padding-left: 10px;
	margin-left: 5px;
}


/* Goto Top Button */
/*.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    font-size: 20px;
    padding: 5px 10px;
    display: none;
    color: #89939e;
	opacity: 0.8;
    filter: alphaopacity=80;
	border: 2px solid #89939e;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
}
.go-top:hover {
    color: #89939e;
    opacity: 1;
    filter: alphaopacity=100;
    text-decoration: none;
}*/

.go-top {
    position: fixed;
    bottom: 3em;
    right: 1em;
    display: none;
	opacity: 0.5;
    filter: alphaopacity=50;
	-webkit-font-smoothing: antialiased;
}
.go-top:hover {
    opacity: 1;
    filter: alphaopacity=100;
}





/* LOADER */
.ajax-loader {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 247, 247, 247, .8 ) url('/assets/images/loading.gif') 50% 50% no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}