html, body, span, a, label, p, h1, h2, h3, h4, h5, h6{ font-family: 'Ubuntu', sans-serif; color: #fff; font-weight: 300;}
i{ color:#fff; }
a:hover{ color: #f6cd1f; }

.top{ 
    background: rgba(22,32,61,0.8);
    position: fixed;
    top: 0;
    z-index: 3000;
    width: 100%;
    padding: 1em 0; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}

.fix-top{ padding:0; height: 100px; background: rgba(22,32,61,0.95); }

.slideshow{ position:relative; }
.banner-description{
    position: absolute;
    bottom: 22%;
    left: 23.5%;
    z-index: 1000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    /*-webkit-font-smoothing: antialiased;*/
    -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(-10deg) translate3d( 0, 0, 0);
    -o-transform: rotate(-10deg) translate3d( 0, 0, 0);
    -ms-transform: rotate(-10deg) translate3d( 0, 0, 0);
    -webkit-transform-origin: 50%  60%;
}
.banner-description h1{ font-size: 2.2em; line-height: 1.3; }
.banner-description h2{ font-size: 2em; line-height: 1; }
.banner-description h3{ font-size: 1.8em; line-height: 1; }
.call-now{
    text-transform: uppercase;
    background: #f6cd1f; 
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0.3em 0.5em;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 4px;
    box-shadow: text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
}

.call-now:hover{
    background: #ffdf55;
    color:#fff;
}

.logo{ width: 200px; float:right; padding-top: .5em; }
.fix-logo { width: 120px; float:right;  }

.menu-area{
    position: absolute;
    bottom: .8em;
}

.main-menu{ display: flex; }
.main-menu li{ list-style:none; margin-right: 2.5em; padding-bottom: 0.5em; }
.main-menu li a.menu-link{ 
    color: #fff; 
    font-size: 1.5rem;
    font-weight: 300; 
}

.menu-link-fix{ font-size: 1.3rem!important; }

.main-menu li a:hover{ color: #f6cd1f; }
.main-menu li a.active{ border-bottom: 2px solid #f6cd1f; }
.new{ 
    position: absolute;
    background: #ca2525; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px 1px 4px;
    margin-left: 3px;
    font-size: 0.75em;
}

.book-now{
    background: #f6cd1f;
    padding: 2.6em;
}

.book-now a{ 
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293967+0,16203d+100 */
    background: #293967; /* Old browsers */
    background: -moz-linear-gradient(to bottom,  #283e7b 0%,#16203d 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom,  #283e7b 0%,#16203d 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #283e7b 0%,#16203d 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293967', endColorstr='#16203d',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em 1.5em;
}

.book-now a:hover{ 
    background: linear-gradient(to bottom,  #293967 0%,#16203d 100%); 
    background: -webkit-linear-gradient(top,  #293967 0%,#16203d 100%);
    background: -moz-linear-gradient(top,  #293967 0%, #16203d 100%); 
}

.services{
    background: #272b38;
    padding: 5em 0;
    padding-bottom: 3em;
}

.services h3{ font-size: 1.3rem; font-weight: 300; }

.why-choose{
    background: url('../img/grey-bg.png') repeat center;
    padding: 6em 0;
    padding-bottom:0;
}
.prices{
    background: url('../img/yellow-bg.png') repeat center;
    padding: 4em 0;
    margin-top: 5em;
    padding-bottom:6em;
}

footer{ /*margin-top: -57px;*/ }

.squares{
   /* position:absolute;
    bottom: 0;*/
    background: url('../img/squares.png') repeat;
    height: 55px;
    z-index: 100;
    /*margin-bottom:-1px;*/
}

.contacts{
    background: #262626;
    border-bottom: 5px solid #f6cd1f;
    padding: 0;    
}

.contacts-inner{ padding: 6em 0; }

.credits{
    background: #000;
    color: #aaa;
    font-weight: 300;
    font-size: 0.8rem;
    padding:0.8em 0;
}



/*******************   RATES   *********************/
.line{ margin-bottom: 0.2em; display:flex;}
.price{     
    font-size: 1.2em;
    border-radius: 0px 5px 5px 0px;
    color: #223753;
    background: #efefef;
    padding: 0.4em 0.8em;
    margin-left: -3px;
    font-weight: 500;
    width: 90px;
    text-align:center;
}
.description{ 
    font-size: 1.2em;
    border-radius: 5px 0px 0px 5px;
    padding: 0.4em 0.8em;
    background: rgb(34, 55, 83);
    width: 210px; 
    text-align:center;
}
.price-lg{     
    width: 100%; 
    text-align:center;
    font-size: 1.4em;
    border-radius: 0px 0px 5px 5px;
    color: #223753;
    background: #efefef;
    padding: 1.5em 0.8em;
    font-weight: 500;
}                        
.description-lg{ 
    width: 100%!important; 
    text-align:center;
    font-size: 1.4em;
    border-radius: 5px 5px 0px 0px;
    padding: 0.7em 0.8em;
    background: rgb(34, 55, 83);
}
.btn-call, .btn-call-yellow{ 
    font-size: 1.2em;
    border-radius: 5px;
    padding: 1.5em 1.5em;
    background: rgb(34, 55, 83);
    color: #fff;
    width: 100%;
    display: -webkit-box;
}
.btn-call:hover{ color: #fff; background: rgb(62, 96, 142);}
.btn-call:visited{ color:#fff; }
.btn-call-yellow{ background: #999; }
.btn-call-yellow:hover{ background: #F6CE19; }
.fa-credit-card-alt, .fa-euro{ font-size: 2em!important; margin: 0.25em 0.5em!important; color: #223753;  }

/*************************/ 


.pick-me{ color: #fff!important; border-color: #fff!important; border-radius: 3px!important;  }
.pick-me:hover{ background: #f6cd1f!important; border-color: #f6cd1f!important; color: #262626!important; }


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    color: #fff!important;  
    background: none!important;  
    border-color: #fff!important;  
    border-radius: 3px!important;  
}
 [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    background: #303030!important;     
      border-color: #f6cd1f!important;
}
.datepicker:hover{ cursor:pointer!important; }
.header-mobile{ display: none; }
.why-choose-mobile{ display:none; }

.hidden{ display:none!important; }

.iti-flag {background-image: url("js/country-code/build/img/flags.png");}
.intl-tel-input .country-list{ background: #262626; }  
/*.iti-flag {background-image: url("js/country-code/build/img/flags.png");}
.intl-tel-input .country-list{ background: #262626; }  */

/*******   BACK TO TOP   *************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(246, 205, 31) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 2000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
/*        *********        */


.slicknav_menu {
	display:none;
    background: rgba(22, 32, 61, 0.95)!important;
    right: 0;
    z-index: 2000;
    width: 100%; 
}
.slicknav_nav a{ font-size: 16px!important; padding: 0.5em 1em!important; border-radius:5px!important;}
.slicknav_nav a.active{ background:#F6CD1F; }
.slicknav_btn{ background:none!important; }
.mobile-menu-fix{ position: fixed!important; top:0!important; }

/* Small only */
@media screen and (max-width: 39.9375em) {
    .credits div{ width:100%; text-align:center; }
    .design{ width:100%; text-align:center; margin-top:2em; }
}

/* Medium and up */
@media screen and (min-width: 40em) {}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Small to Medium */
@media screen  and (max-width: 63.9375em) {
    .cd-top { bottom: 15px; right: 15px; }
    .header-large{ display: none; }
    .header-mobile{ display: initial; }
    .contact{ margin-bottom: 1em; }
    .book-a-taxi{ margin-top: 2em; }
    .book-now a{ font-size: 1.1em; }
    .services i{ font-size: 25px; margin-top:15px; }
    .why-choose-large{ display:none; }
    .why-choose-mobile{ display:initial; }
    .header-mobile .logo-area-mobile{ background: rgba(22,32,61,1); padding: 1em 0; }
    .header-mobile .logo{ width: 150px; float:none;  }        
    footer h3{ font-size: 1.5em; border-bottom: 1px solid #444; padding-bottom:0.3em; margin-bottom:1em;}
    .slides{ position:relative; }
    .call-now{ position: absolute; bottom: 1em; right: 1em; font-size:1!important; background: rgba(22, 32, 61, 0.75); font-weight: 300!important; }
    .call-now:hover{ background: rgba(22, 32, 61, 0.75); }
    .book-now{ padding: 1em;}
    .contacts-inner{ padding: 3em 0; }
    .prices { padding: 4em 1em; }
    .rates{ padding: 0!important; margin: 2em 0; }
    .description{ width: 70%!important; font-size: 1em!important; }
    .price{ width: 30%!important; font-size: 1em!important; }
    .price-lg-mobile{ margin-bottom: 0.5em!important; }
    .description-lg, .price-lg{ font-size: 1.2em!important; }
    /* #menu is the original menu */
	#menu-mobile{ display:none!important; }
	.slicknav_menu{ display:block!important; }
}

/* 1024px a 1310px */
@media screen and (min-width: 64em) and (max-width: 81.874em) {
    .banner-description{ bottom: 20.5%; left: 23.5%; }
    .banner-description h1{ font-size: 1.4em; line-height: 1; }
    .banner-description h2{ font-size: 1em; line-height: 1; }
    .banner-description h3{ font-size: 1em; line-height: 1; }
    a.call-now { font-size: 0.7em; margin-top:-2em;}
    
}
/* 1310px a 1530px */
@media screen and (min-width: 81.875em) and (max-width: 95.624em) {
    .banner-description{ bottom: 22%; left: 23%; }
    .banner-description h1{ font-size: 1.6em; line-height: 1.3; }
    .banner-description h2{ font-size: 1.2em; line-height: 1; }
    .banner-description h3{ font-size: 1.1em; line-height: 1; }
    a.call-now { font-size: 0.9em; }
    
}

/* 1530px a 1850px */
@media screen and (min-width: 95.625em) and (max-width: 115.625em) {
    .banner-description{ bottom: 22%; left: 23.5%; }
    .banner-description h1{ font-size: 1.8em; line-height: 1.3; }
    .banner-description h2{ font-size: 1.4em; line-height: 1; }
    .banner-description h3{ font-size: 1.3em; line-height: 1; }
    a.call-now { font-size: 1em;}
    
}