﻿@font-face {
	font-family: "Manning"; 
	src: url('fonts/manning.ttf'), url('fonts/manning.ttf');
}

@font-face { 
	font-family: "BodyFont"; 
	src: url('fonts/fontmedium.ttf'), url('fonts/fontmedium.ttf');
}

@font-face { 
	font-family: "TitleHeavy"; 
	src: url('fonts/fontheavy.ttf'), url('fonts/fontheavy.ttf');
}

@font-face { 
	font-family: "OldSans"; 
	src: url('fonts/oldsans.ttf'), url('fonts/oldsans.ttf');
}

@font-face { 
	font-family: "OldSansBold"; 
	src: url('fonts/OpenSans-Semibold.ttf'), url('fonts/OpenSans-Semibold.ttf');
}

@font-face { 
	font-family: "PageMainHeadings"; 
	src: url('fonts/abadi.ttf'), url('fonts/abadi.ttf');
}

@font-face { 
	font-family: "BodyBold"; 
	src: url('fonts/fontbold.ttf'), url('fonts/fontbold.ttf');
}

@font-face { 
	font-family: "AccentText"; 
	src: url('fonts/segoeuil.ttf'), url('fonts/segoeuil.ttf');
}

@font-face { 
	font-family: "Stylish"; 
	src: url('fonts/stylish.ttf'), url('fonts/stylish.ttf');
}

@font-face { 
	font-family: "Headliner"; 
	src: url('fonts/futura.ttf'), url('fonts/futura.ttf');
}

@font-face { 
	font-family: "PageSubHeading"; 
	src: url('fonts/digimpact.ttf'), url('fonts/digimpact.ttf');
}

@font-face { 
	font-family: "PageHeadings"; 
	src: url('fonts/digiscript.ttf'), url('fonts/digiscript.ttf');
}

@font-face { 
	font-family: "Hancock"; 
	src: url('fonts/hancock.otf'), url('fonts/hancock.otf');
}

@font-face { 
	font-family: "SansExtraBold"; 
	src: url('fonts/OpenSans-ExtraBold.ttf'), url('fonts/OpenSans-ExtraBold.ttf');
}



a:link, a:active, a:visited {
	color: rgba(101,102,180,1);
	text-decoration: none !important;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: -2px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 2px solid rgba(101,102,180,0);
	border-radius: 5px;
	display: inline-block;
	line-height: 0.9em;
}

a::first-letter {
	text-transform: capitalize !important;
}

a:hover {
	text-decoration: none !important;
	border-bottom: 2px solid rgba(101,102,180,1);
}



a:label {
	text-decoration: none;
}


a .MouseOver {
font-family: "MenuFont";
font-size: 12pt !important;
color: rgba(255,255,255,1) !important;
margin: 0px;
padding: 5px;
rgba(200,200,200, 0) !important;
}

a .MouseOver:hover {
color: rgba(255,255,255, 1) !important;
animation-name: MenuIn !important;
animation-duration: 0.2s !important; 
animation-fill-mode: forwards !important;
border-radius: 6px !important;
}

@keyframes MenuIn {
  from {background: rgba(200,200,200, 0); }
  to {background: rgba(120,120,120, 0.9); }
}






@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMobile{ display: block; }  /* show it on smaller screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMobile{ display: none; }   /* hide it larger screens */
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .NavMain{ display: none; }  /* show it on larger screen */
}
@media screen and (min-width: 641px) and (max-width: 6000px) {
  .NavMain{ display: block; }   /* hide it smaller screens */
}






html {

scroll-behavior: smooth;
scroll-padding-top: 60px !important;
}

body { 
	
	font-family: "BodyFont";
	text-decoration: none;
	margin-top:42;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	overflow-x:hidden !important;
	scroll-padding-top: 60px !important;
	
}


body.nanoUTE {
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: Black;
}

body.nanoUTE2 {
	background: Black !important;
}

body.Zippee {
	background: Black !important;
}

body.eBarrow {
	background: Black !important;
}

body.cargoEV5 {
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: Black !important;
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center center;
}


@media only screen and (max-width: 640px) {
/*For mobile phones*/

body {

	font-family: "BodyFont";
	text-decoration: none;
	margin-top:42;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
}


body.subpage {
  background-image: url("images/stage9.webp") !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  
  min-height: calc(100vh - 60px) !important;
  position: relative;
}

body.subpage::after {
content: "" !important;
display: block !important;
height: 70px !important;
}



body.evsubpage {
  min-height: calc(100vh - 60px) !important;
  position: relative;
}

body.evsubpage::after {
content: "" !important;
display: block !important;
height: 70px !important;
}



/* DETERMINE WHICH NAVIGATION TO DISPLAY DEPENDING ON DEVICE (START) */

.DesktopNavigation-Visibility {
display: block;
visibility: visible;
width: 100vw !important; 
height: 40px;
position: fixed;
left: 0px !important;
top: -15px !important;
z-index: 999980;
}
@media only screen and (max-width: 640px) {
.DesktopNavigation-Visibility {
display: none;
visibility: hidden;
}
}

.MobileNavigation-Visibility {
display: none;
visibility: hidden;
}
@media only screen and (max-width: 640px) {
.MobileNavigation-Visibility {
display: block;
visibility: visible;
width: 100vw !important; 
height: 40px;
position: fixed;
left: 0px !important;
top: 0px !important;
z-index: 999980;
}
}

/* DETERMINE WHICH NAVIGATION TO DISPLAY DEPENDING ON DEVICE (END) */



.ForceMaxWidth {
min-width: 100% !important;
width: 100% !important;
overflow-x: hidden !important;
}


.tempbanner {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
width: 95%;

border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
margin-top: 10px;
margin-bottom: 10px;

background: rgb(241,218,54);
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 );

}


/* Volta Logo */


.vlogosize {
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
height: 30px;
position: fixed; 
left: 1px; 
top: 3px; 
z-index: 10000002;
animation-name: VoltaFadeIn;
}

.vlogosize:hover {
animation-name: VoltaFadeIn;
animation-duration: 0.2s;  
animation-fill-mode: forwards;
}

@keyframes VoltaFadeIn {
  from {filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));}
  to {filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.8));}
}


@media only screen and (max-width: 640px) {
/*For mobile phones*/

.vlogosize {

height: 30px;

}
}

/* Volta Logo */


/* Top navigation pages other than homepage */
.NavSubPages {

z-index: 10000001; 
position: fixed; 
left: 0; 
top: 0; 
margin: 0; 
height: 43px; 
width: 100%; 
border: 0px;

}
/* Top navigation pages other than homepage */




.PageHeadings {


background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(0,0,0,0.15) 50%, rgba(255,255,255,0) 80%);
padding-top: 16px;
padding-bottom: 16px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 46px;
font-family: "BodyFont";
font-weight: 800;
color: rgba(110,110,110,1);
letter-spacing: 0px;
display: block;
text-align: center;
vertical-align: bottom;
height: 3rem
line-height: 3rem;
width: 100% !important;

border-top-left-radius: 16px;
border-top-right-radius: 16px;

box-shadow: inset 0px -10px 30px rgba(110,110,110,0.2);
text-shadow: 0px 0px 8px rgba(255,255,255,1);
}


@media only screen and (max-width: 640px) {
.PageHeadings {
font-size: 36px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding-top: 30px;
}
}





.BodyHeader {

border: none;
border-width: 0px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding: 15px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c993', endColorstr='#00ffffff',GradientType=0 );


}

.BodyPadding {

padding-left: 0px;
padding-right: 0px;

}



hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;;
}

::-webkit-scrollbar-track {	
	border-radius: 8px;
	background-color: #F5F5F5;
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.1);	
}

::-webkit-scrollbar-thumb {

	border-radius: 8px;
	background-color: rgba(0, 0, 100, 0.5);
	border-style: solid;
	border-width: 2px;
	border-color: #F5F5F5;
	
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow:        inset 0 0 10px rgba(0, 0, 0, 0.2);

}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 200, 0.5);
}

.gradient {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Vertical Navigation Overlay */


.InlineIcons {
height: 0.9em !important;
width: auto;
margin-bottom: -0.1em;
filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}



.sponsor-footer {

width: 100%;
height: 165px;

}

.rounded-image {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
  
}

.sub-content {


border: none;
border-width: 0px;
border-color: #000000;

  moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  width: 80%;
  background-color: #FFFFFF;
  padding: 10px;
  align: center;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.sub-content {

width: 95%;

}
}

.papers {

	background-image: url(images/paper.jpg);    	
	background-attachment: scroll;
	background-size: auto;
	background-repeat: repeat;

}

.headings {
	font-family: "PageHeadings";
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	
	
background: rgb(83,112,46);
background: -moz-linear-gradient(top,  rgba(83,112,46,1) 0%, rgba(105,137,31,1) 50%, rgba(78,109,0,1) 51%, rgba(98,137,31,1) 100%);
background: -webkit-linear-gradient(top,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
background: linear-gradient(to bottom,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53702e', endColorstr='#62891f',GradientType=0 );

}


.TopBottomOnly table tr td {
    border-top: 1px solid #c4c4c4;
}





.VideoStyle {

moz-border-radius: 12px;
-webkit-border-radius: 12px;
align: center;


}



.YouTube {

width: 70%;
height: auto;

box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.8);
moz-border-radius: 12px;
-webkit-border-radius: 12px;

-webkit-filter: brightness(100%);	
transition: .15s ease-in-out;
-moz-transition: .15s ease-in-out;
-webkit-transition: .15s ease-in-out;

margin-top: 15px;
margin-bottom: 15px;

}

.YouTube:hover {

-webkit-filter: brightness(60%);

}

@media only screen and (max-width: 480px) {
/*For mobile phones*/

.YouTube {

width: 95%;
height: auto;

box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.8);
moz-border-radius: 12px;
-webkit-border-radius: 12px;

margin-top: 15px;
margin-bottom: 15px;

}
}



.CalendarDate {
margin: 5px;
background: #FFFFFF;
border-collapse: collapse;
border: 1px solid rgba(0,82,175,1);
moz-border-radius: 20px;
-webkit-border-radius: 20px;
width: 70px;
line-height: 1.1em;
}

.CalendarMonth {
width: 100%;
text-shadow: 2px 2px 5px rgba(0,0,0,1);
border-top-left-radius: 19px;
border-top-right-radius: 19px;
padding-top: 0px;
padding-bottom: 0px;
background: rgb(226,87,87);
background: linear-gradient(180deg, rgba(226,87,87,1) 20%, rgba(115,2,2,1) 90%);
}

.CalendarDay {
letter-spacing: -0.07em;
margin-top: 4px;
margin-bottom: 0px;
}




.ClassifiedPoster {

border: 1px solid rgba(0,82,175,1);
moz-border-radius: 15px;
-webkit-border-radius: 15px;
box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.2);

}



.ResponsiveClassified { 

width: 30%;
height: auto;

}

@media only screen and (max-width: 480px) {
/*For mobile phones*/

.ResponsiveClassified {

width: 70%;
height: auto;

}
}




.PicPositioning { 

width: 120px;
height: auto;
margin-right: 20px;
margin-left: 20px;

}

@media only screen and (max-width: 480px) {
/*For mobile phones*/

.PicPositioning {

width: 90px;
height: auto;

}
}




.VideoFrame {

width: 75%;
height: 300px;
margin-left: 10%;

box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.4);
moz-border-radius: 12px;
-webkit-border-radius: 12px;

}

.PageWatermark {

}


/* RSS FEED STYLING */

.labelfield{ /*CSS for label field in general*/
text-align: left;
color: #006fc8;
font-size: 16pt;
margin-left: 0px;
margin-right: 0px;
}

.datefield{ /*CSS for date field in general*/
text-align: left;
color:gray;
margin-left: 0px;
margin-right: 0px;
}

#example3 a{ /*CSS specific to demo 3*/
text-align: left;
color: #006fc8;
font-size: 16pt;
text-decoration: none;
font-weight: 500;
}

#example3 a:hover {
text-decoration: underline;
}

#example3 p{ /*CSS specific to demo 3*/
text-align: left;
font-size: 16pt;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
}

.rsspreview {
width: 95%;
}

code{ /*CSS for insructions*/
text-align: left;
font-size: 16pt;
color: #006fc8;
margin-left: 0px;
margin-right: 0px;
}


/* RSS FEED STYLING */





















.ContentArea {

width: 100%;
max-width: 100%;
padding: 0px;
margin-top: 0px;
border: none;
border-width: 0px;

}



.content {
background-color: rgba(255,255,255,0.8);

-webkit-backdrop-filter: blur(25px) !important;
backdrop-filter: blur(25px) !important;

margin-top:44px; 
margin-bottom:30px; 
margin-right: 0px;
margin-left: 0px;
padding: 0px;
width: 75%;
max-width: 85%;
border-radius: 16px; 
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.content {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0px;
        margin-left: 0px;
        border-radius: 0px; 
        overflow: hidden;

}
}


.ContentSpecs {
background-color: #FFFFFF;
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);

margin-top:0px; 
margin-bottom:0px; 
margin-right: 0px;
margin-left: 0px;

padding: 0px;

width: 100%;
max-width: 100%;

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.ContentSpecs {
        width: 100%;
        max-width: 100%;
        margin-top: 26px !important;
        margin-right: 0px;
        margin-left: 0px;
        overflow: hidden;

}
}



.Paint-Colour {
width: 22px !important;
height: auto;
margin-bottom: -3px;
}


.Decorations {

margin-top: 5px;

}

.HalfRule {
  width: 50%;
  height: 1px;
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;

}



.BannerHeadline {

	color: #000000;
	font-family: "Banner";
	font-size: 32pt;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 30pt;

}



.ResponsiveImage200 {

width: 200px;
height: auto;
max-width: 40%;

}

.ResponsiveImage300 {

width: 300px;
height: auto;
max-width: 40%;
margin-right: 2px;

}

.BodyText {
	font-family: "BodyFont";
	font-size: 16pt;
	line-height: 1em;
	margin-left: 0px;
	margin-right: 0px;
}

.BodyTextHead {
	color: #000000;
	font-family: "PageSubHeading";
	font-size: 24pt;
	margin-left: 0px;
	margin-right: 20px;
}

.BodySubheading {
	color: #000000;
	font-family: "Hancock";
	font-size: 19pt;
	line-height: 21px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.BodySubtitle {
	color: #000000;
	font-family: "BodyFont";
	font-size: 30px;
	line-height: 34px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	font-variant: small-caps;
}

.HomeSubheading {
	color: #000000;
	font-family: "Georgia";
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -1px;
}



.GreyBullet {
height: 1rem !important;
width: auto;
margin-right: 5px;
margin-bottom: -0.1rem;
}




.DropCaps {

float: left;
font-size: 60px;
line-height: 40px;
font-family: "Georgia";
font-weight: Bold;
color: #6D0000;
padding-top: 4px;
padding-right: 4px;
padding-left: 0px;

}

.Stylish {
	color: #000000;
	font-family: "Stylish";
	font-size: 22pt;
}

.copyright {

margin-top: 10px;
margin-bottom: 10px;
height: 125px;
width: 90%;

}

.counter {
width: 300px;
height: 105px;
}

#RoundedFooter {
width: 100%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;


}


#PageHeading {

font-family: "PageHeadings";
font-size: 22pt;
color: #ffffff;
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 5px #333333;

width: 100%;
height: 44px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

background: rgb(83,112,46);
background: -moz-linear-gradient(top,  rgba(83,112,46,1) 0%, rgba(105,137,31,1) 50%, rgba(78,109,0,1) 51%, rgba(98,137,31,1) 100%);
background: -webkit-linear-gradient(top,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
background: linear-gradient(to bottom,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53702e', endColorstr='#62891f',GradientType=0 );

}



#PageSubHeading {

font-family: "Hancock";
font-size: 23pt;
color: #000000;
text-shadow: 0 0 5px #FFFFFF;

border-spacing: 0px 20px;
margin-top: 10px;
margin-bottom: 10px !important;

text-align: Left;
padding-left: 10px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
height: 5px;
font-variant: small-caps;

background-image: linear-gradient(to right, rgba(138, 120, 66, 0.3), rgba(255, 255, 255, 0));

moz-border-radius: 20px;
-webkit-border-radius: 20px;

}



.logo {

	margin-top: 37px;
	margin-bottom: 0px;
	height: AUTO;
	clear: both;
	width: 100%;
	overflow: hidden;
	
}



.RightAlignedImage {

margin-right: 5px;

}

#rounded {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  margin: 5px;
}

.rounded2 {
  background-image: url('images/paper.jpg');
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}


.MembershipTable {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  margin: 5px;
  
background: -moz-linear-gradient(top, rgba(206,220,231,0.3) 0%, rgba(205,219,230,0.3) 1%, rgba(89,106,114,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(206,220,231,0.3) 0%,rgba(205,219,230,0.3) 1%,rgba(89,106,114,0.3) 100%);
background: linear-gradient(to bottom, rgba(206,220,231,0.3) 0%,rgba(205,219,230,0.3) 1%,rgba(89,106,114,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dcedce7', endColorstr='#4d596a72',GradientType=0 );


}

#shadow {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}


@media only screen and (max-width: 640px) {
#shadow {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
}


#subtitle {
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
background-image: linear-gradient(to right, #e0e0eb, rgba(224,224,235,0));
}




hr.style-seven {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(224,224,235, 0), rgba(192,192,192, 1), rgba(224,224,235, 0));
}



.myButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	-webkit-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c99c7), color-stop(1, #244985));
	background:-moz-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-webkit-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-o-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-ms-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:linear-gradient(to bottom, #6c99c7 5%, #244985 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c99c7', endColorstr='#244985',GradientType=0);
	background-color:#6c99c7;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #565f6b;
	width: 160px;
	margin-top: 10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:BodyFont;
	font-size:20px;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 0px 6px #000000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244985), color-stop(1, #6c99c7));
	background:-moz-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-webkit-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-o-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-ms-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:linear-gradient(to bottom, #244985 5%, #6c99c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244985', endColorstr='#6c99c7',GradientType=0);
	background-color:#244985;
}
.myButton:active {
	position:relative;
	top:1px;
}





.fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

.fade:hover {
opacity: 0.5;
}

#fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

#fade:hover {
opacity: 0.5;
}


.hrefButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	-webkit-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c99c7), color-stop(1, #244985));
	background:-moz-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-webkit-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-o-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-ms-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:linear-gradient(to bottom, #6c99c7 5%, #244985 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c99c7', endColorstr='#244985',GradientType=0);
	background-color: #6c99c7;
	-moz-border-radius: 12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	border:1px solid #565f6b;
	display:inline-block;
	cursor:pointer;
	color: #ffffff !important;
	font-family: BodyFont;
	font-size: 20px;
	font-weight: 300 !important;
	font-style: normal !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px 6px #000000;
	text-decoration: none;
}
.hrefButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244985), color-stop(1, #6c99c7));
	background:-moz-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-webkit-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-o-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-ms-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:linear-gradient(to bottom, #244985 5%, #6c99c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244985', endColorstr='#6c99c7',GradientType=0);
	background-color:#244985;
	text-decoration: none;
}
.hrefButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
}


.subscribebox {
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #CCCCCC;
  padding: 3px;
  padding-left: 6px;
      box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
}


.specs {
	height: 20px;
	font-family: "Headliner";
	font-size: 28px;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	background: linear-gradient(to right, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 90%);
    moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.EnquiryButton {


opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;

background: linear-gradient(to bottom, rgba(0,0,60,0.6) 0%, rgba(0,0,60,0.3) 90%); 
font-family: "BodyFont";
font-size: 26px;
text-decoration: none;
text-align: center;
text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
line-height: 50px;

box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.2);

color: rgba(255,255,255,1);
margin: 0px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;

border: 1px solid rgba(255,255,255,0);
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;

}

.EnquiryButton:hover {

opacity: 0.8;
background: linear-gradient(to bottom, rgba(0,0,60,0.3) 0%, rgba(0,0,60,0.6) 90%);
border: 1px solid rgba(255,255,255,1);
text-decoration: none !important;
}







.ShadowText {
text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
}


.TextOverImage {

background-image: url("images/ev5.jpg");
  width: 100%; 
  overflow: hidden;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

z-index: 200;
position: relative;
bottom: 200;
padding-left: 15px;
display: block;
overflow: hidden;
margin-bottom: -200px;


}

.VariablePadding {	
padding-left: 80px;
padding-top: 50px;
padding-right: 50px;
padding-bottom: 50px;	
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.VariablePadding {
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
}




.VariableLogoWidth {
	
width: 70%;
height: auto;
	
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.VariableLogoWidth {

width: 90%;
height: auto;

}
}

.SectionHeading {
font-family: "Headliner";
font-size: 60px;
line-height: 65px;
}

@media only screen and (max-width: 640px) {
.SectionHeading {
font-size: 50px;
line-height: 50px;
max-width: 200px;
}
}


/*Sets background of navigation bar on mobile devices*/

.NavMobile-Background {

background-color: rgba(0,0,0, 0.35);
position: fixed;
left: 0;
top: 0;
z-index: 999996;
height: 42px;
width: 100%;

-webkit-backdrop-filter: blur(15px) !important;
backdrop-filter: blur(15px) !important;

}
/*Sets background of navigation bar on mobile devices*/





/* Mobile Menu Overlay */

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 40px;
z-index: 10000009;
height: 100% !important;
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
overflow: hidden;
}

/* Mobile Menu Overlay */





.Copyright-Footer {

position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin-top: 0px !important;
height: 70px;
width: 100%;
border: 0px;

z-index: 1000000;
overflow: hidden !important;

}



.CopyrightFooter {

height: 100%;
width: 100%;

}


















/* END */