body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

/* @group Text */

p {
	font-weight: 300;
	line-height: 1.8rem;
	font-size: 1.1rem;
}

a {
	color: #000;
}

a:hover {
	color: #60269e;
	text-decoration: none;
}

h1  {
	font: 46px 'Questrial', sans-serif;
	margin-bottom: 30px;
}

h2, h1.home  {
	font: 38px 'Questrial', sans-serif;
	margin-bottom: 30px;
}

h4  {
	font: 18px/24px 'Questrial', sans-serif;
}

a h4 {
	color: #000;
}

h6 {
	font-weight: 400;
}

.font-bold {
	font-weight: 500;
}

label {
	font-weight: 300;
	font-size: 14px;
}




/* @end */



/* @group Misc */

.hamburger {
	width: 26px;
	display: block;
	cursor: pointer;
}

.fixie {
	position: fixed;
	z-index: 2000;
}

.theflash {
	width: 75%;
}

.purple-bg {
	background-color: #60269e;
}

.purple {
	color: #60269e;
}

.green {
	color: #80bc00;
}

.unit {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: -20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.btn-primary {
	background-color: #60269e;
	border-width: 0;
	transition: all 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-primary:hover {
	background-color: #80bc00;
	transition: all 0.3s;
}



.map-responsive {
    overflow:hidden;
    padding-bottom: 100%;
    position:relative;
    height:0;
	
}
.map-responsive iframe {
    left:0;
    top:0;
    height: 100%;
    width:100%;
    position:absolute;
}

.line-separator {
	border-bottom: 1px solid #cbcbcb;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* @end */



/* @group Home */


.carousel {
	margin-top: 62px;
}

.carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height: 265px;
}

.content {
	padding-top: 210px;
}

.highlights p {
	font-size: 15px;
}

.highlight-icon {
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
}


.arrow {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4rem;
}
.othervans .arrow {
	top: 40%;
}

.overlink:hover .image {
  opacity: 0.3;
}

.overlink .image {
  opacity: 1;
  transition: all 0.5s;
}

.overlink:hover .arrow {
  opacity: 1;
}





.avail-badge {
  transition: all 0.5s;
  opacity: 100;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
  background-color: rgba(96, 38, 158, .8);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 15px;
}
.overlink:hover .avail-badge {
  opacity: 0;
}
.othervans .avail-badge {
	font-size: 10px;
	padding: 2px 14px;
  border-radius: 15px;
}



/* @end */





/* @group Bookings */

.datepicker-days {
	font-size: 0.875rem;
}


.datepicker table tr td.day {
	padding-left: 10px;
	padding-right: 10px;
}

.datepicker table tr td.active.day {
	background: #60269e;
	color: #FFF;
	cursor: pointer;
}

.booking-enquiry-alert {
	display: none;
}

/* @end */





/* @group Fleet */

.inclusions {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150%;
}

.img-gallery a {
	transition: all 0.3s;
}

.img-gallery a:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

.grey-bg {
	background-color: #f2f2f2;
}

.rate {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}


.bookings-list ul {
	padding-left: 0px;
}

.bookings-list li {
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 6px;
	line-height: 17px;
}

.fa-list ul {
	padding-left: 1.6em;
}

.fa-list li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
	background-image: url(../images/tick_icon.png);
	background-image: url(../images/tick_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.8em;
	margin-left: -1.8em;
	margin-bottom: -0.08em;
}


.responsiveCal {
	position: relative;
	padding-bottom: 100% !important;
	height: 0;
	overflow: hidden;
}

.responsiveCal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.othervans {
	font-size: 13px;
}




/* Arrows */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	opacity: 1;
}
.slick-prev:before,
.slick-next:before
{
    opacity: 0.4;
    color: #60269e;
}


.slick-dots li 
{
    width: 12px;
    height: 12px;
}
.slick-dots li button:before
{
    opacity: .25;
    color: #60269e;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #60269e;
}



/* @end */



/* @group Information */

.information {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}

/* @end */




/* @group Header Mobile & Desktop */

.logo-mobile {
	display: block;
	width: 150px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.logo-desktop {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}



a.nav-link {
	transition: all 0.3s;
}

a.nav-link:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

/* @end */




/* @group Footer */

.logo-footer {
	width: 120px;
}

.footer a.nav-link, .footer p.nav-link {
	font-size: 13px;
	padding: 0 10px;
	color: gray;
	font-weight: 300;
	margin: 0 0 9px;
	line-height: 14px;
}

.footer a.nav-link:hover {
	color: #60269e;
	opacity: 1;
}



/* @end */








/* @group Fleet FILTERING */


.filter-menu {
	background-color: #ece5f3;
}

/* The "show" class is added to the filtered elements */
.filter {
  display: none; /* Hide all elements by default */
}

.show {
  display: block;
  animation: anim 0.5s ease-in;
}
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* Style the buttons */
.filter-menu .btn {
	cursor: pointer;
	color: #60269e;
	margin: 6px 2px;
	border-radius: 25px;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 15px;
	transition: all .3s ease;
	background-color: #FFF;
}

/* Add a grey background color on mouse-over */
.filter-menu .btn:hover {
	color: #FFF;
	background-color: #60269e;
	transition: all .3s ease;
}

/* Add a dark background color to the active button */
.filter-menu .btn.active {
	color: #FFF;
	background-color: #60269e;
	transition: all .3s ease;
}


/* @end */



























/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
.footer .nav li:not(:last-child){
    border-right: 1px solid gray;
}

.footer a.nav-link, .footer p.nav-link {
	margin: 0;
}

.leftside a.nav-link {
	padding-right: 14px;
	padding-left: 14px;
}

.inclusions {
	background-size: 90%;
}

.map-responsive {
    padding-bottom: 50%;
}

.information {
	padding: 0;
}


.filter-menu .btn {
	padding-right: 18px;
	padding-left: 18px;
	font-size: 15px;
}



}



/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

p {
	line-height: 1.6rem;
	font-size: 1.0rem;
}

.carousel {
	margin-top: 125px;
}

.carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height: 380px;
}

.content {
	padding-top: 260px;
}

.logo-desktop {
	width: 180px;
	display: block;
	margin-top: 20px;
}

.header-desktop .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #383838;
}

a.dropdown-item {
	font-size: 13px;
	color: #383838;
	font-weight: 300;
}

a.dropdown-item:hover {
	background-color: #80bc00;
	color: white;
}

.header-desktop .nav {
	padding-top: 44px;
	padding-bottom: 44px;
	transition: all 0.3s;
}

.theflash {
	width: 50%;
}

.fa-list ul {
	padding-left: 1.8em;
}

.inclusions {
	background-size: 70%;
}






}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


.carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height: 550px;
}


.header-desktop .nav-link {
	padding-right: 30px;
	padding-left: 30px;
}

.header-desktop .container {
	padding-right: 40px;
	padding-left: 40px;
}

.sub-footer a.nav-link, .sub-footer p.nav-link {
	font-size: 12px;
}
	
}



/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

.header-desktop .nav-link {
	font-size: 15px;
}

.header-desktop .container {
	padding-right: 100px;
	padding-left: 100px;
}

}









/* @group Headroom – Hide/Show */

.headroom {
	transition: all 0.1s;
}

.headroom--pinned {
	transition: all 0.1s;
}

.headroom--unpinned {
	opacity: 0;
	transition: all 0.1s;
}

.headroom--top .logo-mobile {
	opacity: 1;
	transition: all 0.3s;
}

.headroom--not-top .logo-mobile {
	transition: all 0.3s;
	width: 80px;
}





.headroom--not-top .header-desktop {
	opacity: 0;
	transition: all 0.1s;
}

.headroom--not-top .shadowy {
	box-shadow: 0px -5px 10px grey;
}

.headroom--pinned .header-desktop {
	opacity: 1;
	transition: all 0.1s;
}

.headroom--not-top .nav {
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.1s;
}

.headroom--not-top .logo-desktop {
	width: 100px;
	margin-top: 10px;
	transition: all 0.3s;
}

.headroom--top .logo-desktop {
	transition: all 0.3s;
}



/* @end */











