form { margin:0px }
body > form { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
table { empty-cells:hide }
td { padding:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }
.f-cf:before,.f-cf:after { content:" "; display:table }
.f-cf { _zoom:1 }
.f-cf:after { clear:both }
body { font-family:'Lato', sans-serif; font-size:14px; line-height:1.4; font-weight:300 }
h1 { color:#fff; font-size:40px; text-transform:uppercase; font-variant:normal; line-height:1.1; text-align:center; font-weight:700 }
h1:first-child { margin-top:0px }
h2 { font-weight:bold; font-size:38px; text-align:center }
h2:first-child { margin-top:0px }
h3 { font-weight:bold; font-size:28px }
h3:first-child { margin-top:0px }
h4 { font-size:21px }
h4:first-child { margin-top:0px }
strong { font-weight:bold }
.thirteen { font-size:13px }
.websiteTitle { color:#fff; font-family:'Lato', sans-serif; font-size:16px; text-align:center; font-weight:300 }
.pink { color:#ec2b89; padding: 0 2px; }
.header { color:#fff; font-size:24px; text-transform:uppercase; font-variant:normal; font-weight:700 }
.white { color:#fff }
.purple { color:#6c2888; font-weight:400 }
.center { text-align:center }
.clear {width:100%;clear:both;}

/* Buttons
============================================ */

.btn {
  color: #ffffff;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.btn:hover {
  background-color: #000000;
}
.btn-primary {
  background-color: #EC2B8E;
}

/* Menu Button
============================================ */

.btn-menu {
	width:40px;
	height:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	box-sizing:border-box;
}
.btn-menu-cl {
	width:100%;
	height:15px;
	border-bottom:1px solid #000;
	box-sizing:border-box;
}

/* Line Buttons
============================================ */

.btn-line {
	width: 40px;
	height: 40px;
	border-radius:50%;
}
.btn-line:before,
.btn-line:after {
	height: 1px;
}

/* Close Button
============================================ */

.btn-close {
    position: relative;
    z-index: 10;
    float: right;
}
.btn-close:before,
.btn-close:after {
	content: '';
	position: absolute;
	width: 36px;
	background-color: #fff;
	border-radius: 2px;
	top: 19px;
}
.btn-close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 2px;
}
.btn-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 2px;
}

/* Custom CSS
============================================ */

.hide {
	display:none;
}
header {
	min-height:38px;
}
#navigation1 {
	margin:4px 0 0 0;
	padding:0;
	width:auto;
}
.fwNavContainer1 {
	background:rgba(0,0,0,0.85);
}
#fwNav1 .fwNavItem a {
	color:#000;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#fwNav1 .fwLastChild.fwNavItem a {
	border-bottom:none;
}
#fullwidthwrapperImage {
    background: url(../Resources/backgroundtest.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.next-anchor {
	width: 64px;
    height: 64px;
    background: url(../Resources/VRG_logo2.png) no-repeat left center;
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index:1;
    display: block;
    cursor: pointer;
}
#menuwrapperfull {
	position:fixed;
	z-index:9;
}
#fullwidthwrapperImage {
	padding-top:15%;
}
#LowerImageCOntent {
	position:relative;
}
#LowerImageCOntent .arrow-img {
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	background:url(../Resources/moon_image_final1_arrow.png) no-repeat center center;
	background-size:cover;
	width:860px;
	height:860px;
}
#ContentButton:hover {
	background:#79228A;
}
.email-link {
	color:#EC2B8E;
	text-decoration:none;
  padding: 0 2px;
}
.email-link:hover {
	text-decoration:underline;
}
#AboutUsRight p {
	position:relative;
}
#caricon,
.car-icon-checked,
.car-icon-mask {
	position:absolute;
	right:0;
	width:253px;
}
#caricon {
	z-index:3;
}
.car-icon-mask {
	z-index:2;
}
.car-icon-checked {
	z-index:1;
}
a.privacy-policy {
    color:#EC2B8E;
    cursor: pointer;
    text-decoration: underline;
}
.scroll-disabled {
  overflow: hidden;
  height: 100%;
}

/* Overlay
============================================ */

.overlay {
  display: none;
}
.overlay.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.overlay-content {
  width: 100%;
  max-width: 70ch;
  background-color: #ffffff;
  margin: 80px auto;
  padding: 40px;
  box-sizing: border-box;
}
.overlay-content .icon-close {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: right;
  color:#ffffff;
  cursor: pointer;
  background-color: #EC2B8E;
  border-radius:100%;
  text-align: center;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.overlay-content .text {
  float: left;
  clear:both;
}
.overlay-content .text h1 {
  color:#EC2B8E;
  text-align: left;
}
.overlay-content .text h2 {
  font-size: 1em;
  text-align: left;
}
.overlay-content .text strong {
  font-weight: 400;
}
.overlay-content .text ul {
  padding-left: 0;
  list-style: none;
}
.overlay-content .text ul li {
  margin-bottom: 1rem;
}
.overlay-content .text ul > li > ul {
  padding-left: 1rem;
  border-left: 1px solid #ccc;
}
.overlay-content .text > ul {
  border-top: 1px solid #cccccc;
  padding-top: 2rem;
  margin-top: 2rem;
}
.overlay-content .btn {
  float: left;
  clear: both;
}
#CThree.vehicle-hire {
  background-image: url(../Resources/vehicle-hire.png);
}
#CFour.get-in-touch-today {
  padding-top: 170px;
}

/* Parallax Experiment Date: 2nd April 2009 Author: Paul Hayes
============================================ */

#AboutUsWrapper,
#IZContentBlockWrapper,
#CContentBlockWrapper {
	position:relative;
}
#AboutUsWrapper #background,
#IZContentBlockWrapper #background,
#CContentBlockWrapper #background {
    background: url('../Resources/stars_foreground.png') 5% 5%,
				url('../Resources/stars_midground.png') 50% 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
	z-index:-1;
    -webkit-transition: left 300s linear;
    -moz-transition: left 300s linear;
    -o-transition: left 300s linear;
    -ms-transition: left 300s linear;
    transition: left 300s linear;
}
#AboutUsWrapper:target #background,
#IZContentBlockWrapper:target #background,
#CContentBlockWrapper:target #background {
    left: -5000px;
}
#AboutUsWrapper:hover #background,
#IZContentBlockWrapper:hover #background,
#CContentBlockWrapper:hover #background {
    left: -9999px;
}

/* Responsive CSS
============================================ */

@media screen and (min-width:1201px){
	#navigation1 {
		margin:10px 0 0 0;
		padding:0;
		width:auto;
	}
}
@media screen and (max-width:1200px){
	.fwNavContainer1.fwMenuOn { margin-right:0; left:0 }
	.fwNavContainer1.fwMenuOn {
		margin:0;
		left: auto;
		width:33.333333%;
	}
	#fwNav1 .fwNavItem a {
		color:#fff;
	}
	#fullwidthwrapperImage {
		padding-top:28%;
	}
}
@media screen and (max-width:920px){
	h1 { font-size:30px }
	#fullwidthwrapperImage {
		padding-top:28%;
	}
}
@media screen and (max-width:860px){
	#LowerImageCOntent .arrow-img {
		width:100%;
	}
}
@media screen and (max-width:720px){
	h2 { font-size:31px }
	h3 { font-size:25px }
	h4 { font-size:20px }
	.fwNavContainer1.fwMenuOn {
		width:50%;
	}
	#fullwidthwrapperImage {
		padding-top:25%;
	}
}
@media screen and (max-width:570px){
	h1 { font-size:20px }
	.websiteTitle { font-size:13px }
	.style1 { text-align:center }
	.fwNavContainer1.fwMenuOn {
		width:100%;
	}
	#fullwidthwrapperImage {
		padding-top:28%;
	}
	#AboutUsRight {
		width: 85%;
		float: left;
		/* margin-left: auto; */
		/* margin-top: 0%; */
		/* margin-right: auto; */
		clear: both;
		min-height: 238px;
	}
}
@media screen and (max-width:510px){
  .overlay-content {
    margin: 0 auto;
  }
}
@media screen and (max-width:320px){
	h4 { font-size:21px }
}
