﻿

a:link, a:active, a:visited {
	color: #3366cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


a:label {
	text-decoration: none;
}



html {

scroll-behavior: smooth;

}


p {
margin-top: 0;
margin-bottom: 0;
}


body { 

	background-image: url(images/classic.jpg) !important;      
	background-attachment: fixed !important;
	background-size: 100vw 100vh !important;
	background-repeat: no-repeat;
	background-position: center center;
	
	font-family: "BodyFont";
	font-size: 18pt;
	text-decoration: none;
	margin-top:55;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	color: #000000;
	
	overflow-x:hidden;
	scroll-padding-top: 80px !important;
	
}

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

body {
	font-family: "BodyFont";
	text-decoration: none;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	color: #000000;
}
}






.DesktopNavbar {
width: 100%; 
height: 50px; 
position: fixed; 
left: 0px; 
top: 0px !important; 
z-index: 999980;
}


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

.DesktopNavigation-Visibility {
display: block;
visibility: visible;
width: 100%; 
height: 40px;
position: fixed;
left: 0px; top: 0px !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: 100%; 
height: 40px;
position: fixed;
left: 0px; top: 0px !important;
z-index: 999980;
}
}

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



.NavMobile {
position: fixed;
right: 5px;
top: 5px;
z-index: 9999999996;
}


.DialogBoxStyling {
margin-top: 50px !important; 
display: none;
max-width: 95% !important;
z-index:9999999999 !important;
background: rgba(255,255,255,0.9) !important;
border-radius: 16px !important;
padding: 0px;
box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15) !important;
backdrop-filter: blur(10px) !important;
}


.MotorfestBanner {
	background-image: url(images/motorfest23-1.jpg);  
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 16px;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);

}
.MotorfestOverlay {
background: rgba(255,255,255,0.85);
border-radius: 16px;
}

.MotorfestBannerLogo {
width: 60%;
}

@media only screen and (max-width: 640px) {
.MotorfestBannerLogo {
width: 100%;
}
}



/* PRE-LOADING SCREEN */

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
}
.spinner .path {
  stroke: rgba(255,255,255,1);
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}





.PreLoadLogo {
position: fixed;
width: 150px;
height: 150px;
left: calc(50% - 75px);
top: calc(50% - 75px);
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.95;
  background-color: rgba(0,0,0,0.85);
  z-index: 99999999998;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

.LoadingText {
position: fixed;
width: 100%;
height: 50px;
left: 0px;
top: calc(50% + 100px);
overflow: hidden;
}


/* PRE-LOADING SCREEN */


.TransparentImageShadow {
filter: drop-shadow(5px 5px 6px rgba(0,0,0,0.5));
}



.SocialMedia {
position: fixed; 
right: 0; 
top: calc(50% - 150px); 
z-index: 50;
width: 40px;
height: 320px;
visibility: visible;
}
@media only screen and (max-width: 640px) {
.SocialMedia {
visibility: hidden;
}
}







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

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

}
/* Top navigation pages other than homepage */



/* Page Icons */

.SiteMapIcon {

background-image: url(images/map.png);  
background-size: 15% auto;
background-repeat: no-repeat;
background-position: right top;

}

/* End Page Icons */

hr.reviews {
  border: 0;
  border-top: 4px dotted rgba(0,0,0,0.1) !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ReviewIcon {
height: 28px !important;
width: 28px !important;
border-radius: 14px !important;
border: 0px;
background-color: #990000;
text-align: center;
font-family: Arial;
text-transform: uppercase;
color: #FFFFFF;
font-size: 16pt;
line-height: 28px !important;
margin-bottom: 5px;
}


.sub-content {

padding: 30px;

}

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

padding: 10px;

}
}


.PageHeadings {

font-family: "Hancock";
font-size: 36px;
color: rgba(255,210,90,1);
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 5px rgba(0,0,0,1);
line-height: 115%;
padding-top: 2px;
width: 100%;
height: 50px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

background: rgb(237,9,0);
background: -moz-linear-gradient(180deg, rgba(237,9,0,1) 0%, rgba(110,0,0,1) 50%, rgba(91,0,0,1) 50%, rgba(98,6,0,1) 90%, rgba(255,216,0,1) 90%, rgba(255,216,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(237,9,0,1) 0%, rgba(110,0,0,1) 50%, rgba(91,0,0,1) 50%, rgba(98,6,0,1) 90%, rgba(255,216,0,1) 90%, rgba(255,216,0,1) 100%);
background: linear-gradient(180deg, rgba(237,9,0,1) 0%, rgba(110,0,0,1) 50%, rgba(91,0,0,1) 50%, rgba(98,6,0,1) 90%, rgba(255,216,0,1) 90%, rgba(255,216,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed0900",endColorstr="#ffd800",GradientType=1);

box-shadow: 0px 10px 30px -5px #000000 inset;

}

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

font-size: 24px;
height: 36px;

}
}


.ClubName {

visibility: visible;
content: url(images/glhac-header.webp); 
width: 70%;
height: auto;
margin-top: 50px !important;
margin-bottom: 0px;
margin-left: 50%;
transform: translateX(-50%);
z-index: 8999;
filter: drop-shadow(2px 2px 5px rgba(0,0,0,1));
-webkit-filter: drop-shadow(2px 2px 5px rgba(0,0,0,1));
}

@media only screen and (max-width: 640px) {
.ClubName {
width: 1px;
height: 1px;
visibility: hidden;
}
}


.ClubNameMobile {
width: 1px;
height: 1px;
visibility: hidden;
}

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

visibility: visible;
content: url(images/glhac-header.svg);
width: 95%;
height: auto;
margin-top: 5px;
margin-bottom: 5px;

}
}






input.PrintPage {

    background-image: url(images/printer.svg); 
    background-size: 25px 25px;
    background-color: rgba(0,0,0,0.5); 
    background-repeat: no-repeat;  
    background-position: 10px center;  
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 36px;           
    width: 200px;
    padding-left: 40px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
	font-family: "BodyFont";
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.PrintPage:hover {

background-color: rgba(50,50,50,0.9);

}


input.LinkButton {

    background-image: url(images/links-white.svg); 
    background-size: 25px 25px;
    background-color: rgba(0,0,0,0.5); 
    background-repeat: no-repeat;  
    background-position: 10px center;  
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 36px;           
    width: 200px;
    padding-left: 40px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
	font-family: "BodyFont";
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.LinkButton:hover {

background-color: rgba(50,50,50,0.9);

}



input.DownloadButton {

    background-image: url(images/download-w.svg); 
    background-size: 25px 25px;
    background-color: rgba(0,0,0,0.5); 
    background-repeat: no-repeat;  
    background-position: 10px center;  
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 36px;           
    width: 200px;
    padding-left: 40px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
	font-family: "BodyFont";
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.DownloadButton:hover {

background-color: rgba(50,50,50,0.9);

}





.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;

}






/* SCROLLBARS */

::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(150, 150, 150, 1);
}

::-webkit-scrollbar-track {	

	background-color: rgba(200, 200, 200, 1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);	
}

::-webkit-scrollbar-thumb {
	
	border: 1px solid rgba(210,0,0,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(120, 0, 0, 1);
    border-radius: 4px;
}

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


/* SCROLLBARS */



.cars-footer {

width: 100%;
height: 185px;

}


.HomePageConclusion {

z-index: 100;
width: 100%;
height: 150px;
margin-top: 15px;
margin-bottom: 15px;

}


.Photo-Grid {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}

@media only screen and (max-width: 1280px) {
.Photo-Grid {
grid-template-columns: repeat(3, 1fr);
gap: 5px;
}
}

.CaptionedPhoto {
max-width: 90%;
max-height: 300px;
border: 2px solid rgba(0,0,0,1) !important;
}

.CaptionedPhoto:hover {
border: 2px solid red !important;
}

.PhotoCaption {
position: absolute;
bottom: 8px;
left: 8px;
color: white !important;
font-weight: bold;
font-size: 18px;
text-decoration: none !important;
background: rgba(50,50,50,0.5);
}

.OverlayIcon {
height: 1em;
padding-top: 3px;
margin-bottom: -3px;
height: 22px;
width: 22px;
}


.rounded-image {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}

#shadow {
  box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}

.shadow {
  box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}



.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;

}
}



/* START SET THE MARGINS AND WIDTHS FOR THE MAIN CONTENT AREA */


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


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

padding: 0px;

width: 75%;
max-width: 85%;
moz-border-radius:13px; 
-webkit-border-radius:13px; 

backdrop-filter: blur(8px);

}


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

.content {

	width: 85%;
        max-width: 85%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        overflow: hidden;

}
}

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

.content {
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        overflow: hidden;

}
}


/* END SET THE MARGINS AND WIDTHS FOR THE MAIN CONTENT AREA */





.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;

}



.BodyText {
	color: #000000;
	font-family: "BodyFont";
	font-size: 18pt;
	line-height: 1.2em;
	margin-left: 0px;
	margin-right: 0px;
}


.BodyTitleVintage {
	color: #000000;
	font-family: "Stylish";
	line-height: 3em;
	margin-left: 0px;
	margin-right: 0px;
}

.LinotypeFont {
	font-family: "LinotypeFont";
	font-size: 23pt;
	line-height: 120%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.BodyStylish {

	font-family: "Stylish";
	line-height: 200%;
}


.Body-Subheadings {
	font-family: "BodyBold";
	font-weight: bold;
	font-size: 21pt;
	line-height: 28pt;
}

.Review-Subheadings {
	font-family: "BodyBold";
	font-weight: bold;
	font-size: 19pt;
	line-height: 20pt;
}




/* Drop capped header */

.DropCapHeader {
	font-family: "Georgia";
	font-size: 30px;
	line-height: 35px;
	margin-left: 0px;
	margin-right: 0px;
}

.DropCaps {

float: left;
font-size: 90px;
line-height: 45px;
font-family: "Georgia";
font-weight: Bold;
padding-top: 8px;
padding-right: 4px;
padding-left: 0px;

}

.DropCapHeaderImage {
	height: 250px;
	background-image: url(images/great-lakes.jpg);  
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	padding: 20px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
}

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

padding: 10px;

}
}

/* Drop capped header */


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



.BodySubheading {
	
	font-family: "Hancock";
	color: rgba(140, 0, 0, 1);
	font-size: 32px;
	line-height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 10px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));    
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}



.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;

	
}



.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;

}








.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 );


}




#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.8;
}




.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: 40px;
	font-family: "Headliner";
	font-size: 28px;
	text-decoration: none;
	padding-left: 10px;
	background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 90%);
    moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.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: 0px;
  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%);

}




.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: 15px;

}
}


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

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

.VariableLogoWidth {

width: 90%;
height: auto;

}
}







.Mag3D {

-webkit-box-reflect: below 2px linear-gradient(to bottom, rgba(0,0,0,0.0) 80%, rgba(0,0,0,0.4));

transform: perspective(600px) rotateY(20deg);
perspective-origin: -50% 50%;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
border: 1px solid rgba(0,0,0,0.5);


}

.Mag3D-Right {

-webkit-box-reflect: below 2px linear-gradient(to bottom, rgba(0,0,0,0.0) 80%, rgba(0,0,0,0.4));

transform: perspective(600px) rotateY(-20deg);
perspective-origin: -50% 50%;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
border: 1px solid rgba(0,0,0,0.5);
width: 20%;



}

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

width: 30%;

}
}







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

.NavMobile-Background {

background-color: rgba(0,0,0, 0.8);
position: fixed;
left: 0;
top: 0;
z-index: 999996;
height: 40px;
width: 100%;
color: rgba(255,255,255,1);
font-size: 20px;
line-height: 40px;
}
/*Sets background of navigation bar on mobile devices*/





/* Mobile Menu Overlay */

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 40px;
z-index: 1000000001;
height: calc(100% - 40px);
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
overflow: hidden;

}

/* Mobile Menu Overlay */



.Copyright-Footer {

margin-top: 0px;
margin-bottom: 0px;
height: 70px;
width: 100%;
border: 0px;

}


.CopyrightFooter {

text-align: center;
text-decoration: none;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 5px;
width: 100%;
height: 70px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
background: linear-gradient(to right, rgba(50,0,0,1)0%, rgba(160,0,0,1) 50%, rgba(50,0,0,1) 100%);
box-shadow: 0px -3px 20px rgba(0,0,0,0.5);

}



.Motorfest {

box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
content: url(images/motorfest_desktop.jpg);
}

@media only screen and (max-width: 640px) {
.Motorfest {
content: url(images/motorfest_mobile.jpg);
}
}


















/* END */