* {
    box-sizing: border-box;
}
a:focus {
	outline-color: dodgerblue;
	outline-style: dashed;
	outline-width: thin;
}

a:active {
	outline-color: dodgerblue;
	outline-style: dashed;
	outline-width: thin;
}
ul {
  list-style-type: none;
}
p {
	line-height: 1.5;
}
.accountTextDisplay {
	color:#000000;
	background-color: #FFFFFF;
	font-weight:bolder;
		font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 16px;
}
.warningText {
	color:#B80000;
	font-weight:bolder;
		font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 16px;
}
.navigationTextDisplay {
	display:block; 
	position: absolute; 
	z-index: 80; 
	width: 100%; 
	height: 100%;		
	background-color:rgba(0,0,0,0.00);
	overflow: hidden;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 16px;
	color: rgba(255,255,255,0.00);
	padding-left: 5px;
	padding-top: 5px;
	text-decoration:none;	
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navigationTextDisplay:hover {
	 color: rgba(255,255,255,1.00); 
	 background-color: rgba(0,0,0,0.4); 
}		 
.navigationImageDisplay {
	width:100%; 
	height: 100%; 
	max-height: 450px; 	
	position: inherit;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navigationImageDisplay:hover {
	 width:100%;
	 height: 100%;
}	
.groupAreaDisplay{
	width:100%; 
	height: 100%; 
	position: inherit;
	-webkit-transition-duration: 0.85s;
	-moz-transition-duration: 0.85s;
	-o-transition-duration: 0.85s;
	transition-duration: 0.85s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	 
.areaTextDisplay {
	color: rgba(255,255,255,1.00);
	height: 15%;
	max-height: 40px;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.areaTextDisplayNOPANEL {
	color: rgba(255,255,255,1.00);
	height: 15%;
	max-height: 40px;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.areaTextDisplay:hover {
	 height: 100%;
	 max-height: 450px;
	color: rgba(255,255,255,1.00); 
	background-color: rgba(0,0,0,0.90); 
}	
.newsTextDisplay {
	background-color:rgba(0,0,0,0.40);
	color: rgba(255,255,255,1.00);
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.newsTextDisplay:hover {
	 height: 100%;
	 max-height: 200px;
	 color: rgba(255,255,255,1.00); 
	 background-color: rgba(0,0,0,0.75); 
}	
.newsTextDisplay:focus {
	 height: 100%;
	 max-height: 200px;
	 color: rgba(255,255,255,1.00); 
	 background-color: rgba(0,0,0,0.75); 
}	
.newsImageDisplay {
	width:100%; 
	height: 100%; 
	max-height: 500px; 	
	position: inherit;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.newsImageDisplay:hover {
	 width:100%;
	 height: 100%;
}	 
.column1 {
    float: left;
    width: 100.00%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;	
}
.column2 {
    float: left;
    width: 50.00%;
	text-align: center;
	padding: 1px;
	
}
.column3 {
    float: left;
    width: 33.33%;
	text-align: center;
	padding: 1px;
}
.column4 {
    float: left;
    width: 25.00%;
	text-align: center;
	padding: 1px;
}
.column4a {
    float: left;
    width: 100.00%;
	text-align: center;
	padding: 1px;
}
.column4b {
    float: left;
    width: 100.00%;
	text-align: center;
	padding: 1px;
}
.column4c {
    float: left;
    width: 100.00%;
	text-align: center;
	padding: 1px;
}
.column4d {
    float: left;
    width: 100.00%;
	text-align: center;
	padding: 1px;
}
.columnModels {
	float: right;
    width: 75.00%;
	text-align: center;
	padding: 1px;
}	
.columnModels2 {
	float: right;
    width: 33.33%;
	text-align: left;
	padding: 1px;
}		 
.panelArea {
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow: hidden;
	background-color:rgba(0,180,177,0.00);
	}
.panelAreaSocial {	
	width: 100%;
	height: auto;
	max-height: 380px;
	background-color:rgba(195,195,195,0.00);
	}	
.panelAreaNews {
	width: 100%;
	height: auto;
	max-height: 500px;
	overflow: hidden;
	position: relative;
	background-color:rgba(195,195,195,0.00);
	padding: 10px;
	}	 
.panelAreaModels	{
	width: 100%;
	height: auto;
	max-height: 450px;
	overflow: hidden;
	position: relative;
	}	  
.panelAreaDealers {
	width: 100%;
	height: auto;
	max-height: 300px;
	overflow: hidden;
	position: relative;	
	background-color:rgba(0,180,177,0.00);
	}	
.panelAreaEvents {
	width: 100%;
	height: auto;
	max-height: 300px;
	overflow: hidden;
	position: relative;	
	background-color:rgba(0,180,177,0.00);
	}	
.panelAreaGroup {
	width: 100%;
	height: auto;
	max-height: 300px;
	overflow: hidden;
	position: relative;	
	background-color:rgba(0,180,177,0.00);
	}	
.panelAreaValhalla {
	width: 100%;
	height: auto;
	max-height: 650px;
	overflow: hidden;
	position: relative;	
	margin-top: 25px;
	background-color:rgba(0,0,0,1.00);
	}	
.panelAreaBottom {
	width: 100%;
	height: auto;	
	max-height: 400px;
	overflow: hidden;
	background-color:rgba(195,195,195,0.00);
	}	
.panelAreaFooter {
	width: 100%;
	height: auto;	
	max-height: 370px;
	overflow: hidden;
	background-color:rgba(195,195,195,0.00);
	}	
.pageAreaMainTitle {	
	width: 100%;
	height: auto;
	}	
.pageAreaMainText {	
	width: 100%;
	height: auto;
	}	

.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 2701px) {
			.column2 {
        width: 50%;
		max-height: 800px;
		overflow: hidden;
}
	.column3 {
        width: 33.33%;
		max-height: 450px;	
		overflow: hidden;	
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 2001px) AND (max-width: 2700px) {
			.column2 {
        width: 50%;
		max-height: 700px;
		overflow: hidden;
}
	.column3 {
        width: 33.33%;
		max-height: 400px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 1901px) AND (max-width: 2001px) {
			.column2 {
        width: 50%;
		max-height: 600px;
		overflow: hidden;
}
	.column3 {
        width: 33.33%;
		max-height: 370px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 1701px) AND (max-width: 1900px) {
			.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}
	.column3 {
        width: 33.33%;
		max-height: 300px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}
@media screen and (min-width: 1501px) AND (max-width: 1700px) {
		.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}	
	.column3 {
        width: 33.33%;
		max-height: 275px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 1281px) AND (max-width: 1500px) {
		.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}	
	.column3 {
        width: 33.33%;
		max-height: 240px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 1024px) AND (max-width: 1280px) {
		.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}	
	.column3 {
        width: 33.33%;
		max-height: 200px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }	
}	
@media screen and (min-width: 861px) AND (max-width: 1023px) {
		.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}	
	.column3 {
        width: 50.00%;
		max-height: 200px;
		overflow: hidden;		
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }
	
}	
@media screen and (min-width: 769px) AND (max-width: 860px) {
		.column2 {
        width: 50%;
		max-height: 500px;
		overflow: hidden;
}	
	.column3 {
        width: 50%;
		max-height: 200px;
		overflow: hidden;
    }
	.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }
}	
@media screen and (min-width: 641px) AND (max-width: 768px) {
		.column2 {
        width: 100%;
		max-height: 400px;
		overflow: hidden;
}
	.column3 {
        width: 50%;
		max-height: 200px;
		overflow: hidden;
    }
	.column4 {
        width: 100%;
    }
		.column4a {
        width: 50%;
    }
	.column4b {
        width: 50%;
    }
}
@media screen and  (min-width: 481px) AND (max-width: 640px) {
		.column2 {
        width: 100%;
		max-height: 400px;
		overflow: hidden;
}
	.column3 {
        width: 50%;
		max-height: 180px;
		overflow: hidden;
    }
		.column4a {
        width: 100%;
    }
	.column4b {
        width: 100%;
    }
	
}
@media screen and  (min-width: 441px) AND (max-width: 480px) {
		.column2 {
        width: 100%;
		max-height: 400px;
		overflow: hidden;
}
	.column3 {
        width: 100%;
		max-height: 230px;
		overflow: hidden;
    }
		.column4a {
        width: 100%;
    }
	.column4b {
        width: 100%;
    }
	
}
@media screen and (min-width: 321px) AND (max-width: 440px) {
		.column2 {
        width: 100%;
		max-height: 400px;
		overflow: hidden;
}
	.column3 {
        width: 100%;
		max-height: 220px;
		overflow: hidden;
    }
		.column4a {
        width: 100%;
    }
	.column4b {
        width: 100%;
    }
	
}
@media screen and (min-width: 50px) AND (max-width: 320px) {
	.column2 {
        width: 100%;
		max-height: 400px;
		overflow: hidden;
}
	.column3 {
        width: 100%;
		max-height: 210px;
		overflow: hidden;
    }
		.column4a {
        width: 100%;
    }
	.column4b {
        width: 100%;
    }
	
}
.GothamStandard14 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-style: normal;
	font-size: 14px;
	text-decoration:none;	
}
.GothamStandard16 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 16px;
	text-decoration:none;	
}
.GothamStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 20px;
	text-decoration:none;	
}	
.GothamWhiteStandard {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.GothamWhiteStandard11 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.GothamWhiteStandard14 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.GothamWhiteStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;	
}
.GothamWhiteStandard16 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;	
}
.GothamWhiteStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;	
}	
.GothamWhiteStandard30 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 30px;
	color:#FFFFFF;
	text-decoration:none;	
}	 
.GothamBlue {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:30px;
	color:#14578F;
}
.GothamBlue16 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:16px;
	color:#14578F;
}
.GothamBlue12 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:12px;
	color:#14578F;
}
.GothamBlue26 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:26px;
	color:#14578F;
}
.GothamBlue50 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:50px;
	color:#14578F;
}
.GothamBlueLarge {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:70px;
	color:#14578F;
}

.embed-containerNew2 {
  left: 0px;
  top: 0px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 56%;
  overflow: hidden;
  z-index: 2;
  width: 100%;
	height: 100%;
	max-height: 2500px;
  background:#000000;
  text-align: left; 
  margin: 0px;
}
.embed-containerNew2 iframe,
.embed-containerNew2 object,
.embed-containerNew2 embed {
	overflow: hidden;
	position: absolute;
	left: -5%;
	top: -17%;
	width: 110%;
	max-height: 4500px;
	max-width: 7500px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 135%;
}

.embed-containerNew {
  left: 0px;
  top: 0px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 56%;
  overflow: hidden;
  z-index: 2;
  width: 100%;
	height: 100%;
	max-height: 2500px;
  background:#000000;
  text-align: left; 
  margin: 0px;
}
.embed-containerNew iframe,
.embed-containerNew object,
.embed-containerNew embed {
	overflow: hidden;
	position: absolute;
	left: -5%;
	top: -17%;
	width: 110%;
	max-height: 4500px;
	max-width: 7500px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 135%;
}

.embed-container {
  left: 0px;
  top: 0px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 56%;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  background-color:black;
  text-align: left; 
  margin: 0px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	max-height: 2500px;
	max-width: 3500px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
}




.vcontent{
	background-color: black;
}
.vcontentNew{
	background-color: black;
	top: -150px;
}
#slideHolderAreaIPAD {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
	}
#slideHolderArea {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
	max-height: 1150px;
-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#imageframeIPAD {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
	overflow: hidden;
}
#thumbAreaExpandIPAD{	
	height:180px;
	max-width:100%;
	width: 100%; 
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: 199; 
	position: bottom; 
	bottom:0px; 
	text-align: center;
	vertical-align:middle; 
	background-color:rgba(5,36,62,0.80);
	padding-top: 2px;
}
#thumbAreaExpand{	
	height:65px;
	max-height: 67px;
	max-width:100%;
	width: 100%; 
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	overflow:hidden;
	z-index: 75; 
	position: sticky; 
	bottom:0px; 
	text-align: center;
	vertical-align:middle; 
	background-color:rgba(5,36,62,0.80);
	padding-top: 2px;
}
#thumbAreaExpand:hover{
	height:auto;
	max-height: 1000px;
}
#imageframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 	overflow: hidden;
}	
#imageDots {
	bottom:85px;
	position: relative;
	text-align: center;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 55;
}	
#imageDotsModels {
	text-align: center;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	background-color:#14578F;
}	


.mySlidesMainScaler {
	display: none;
	top:0px; 
	height:100%; 
	width:100%;
	left:0px; 
	position:inherit; 
	z-index:1;
	text-align:center;
}	


.mySlidesMain {
	display: none;
	top:0px; 
	height:100%; 
	width:100%;
	left:0px; 
	position:inherit; 
	z-index:1;
	text-align:center;
}	


.mySlides {
	display: block;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.demoListing {
	opacity: 0.6;
	border: thin solid #FFFFFF;
	z-index: 105;
}
.active,
.demoListing:hover {
  opacity: 1;
}
	
.textTableAlign {
	align-content: center;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	text-align: center;
}
.textTableDefault {
	padding: 2px;
	margin: 2px;
	width: 100%;
	align-content: center;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	text-align: center;
}

#newsletterDiv {
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.0;
	width: auto;
	height: auto;
	z-index: 180;
	border: thick;
	padding-right: 10px;
	background-color: #05243E;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.MyAccountButtons {
	width: auto;
	background-color: #05243E;
	padding: 10px;
	border: thin solid;
	text-align: center;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 4px;
	text-decoration: none;
}
	 input[type=submit] {
	-webkit-appearance: none;
	text-decoration: none;	
	cursor:pointer; 
}

.largeImageStyle{width:100%; overflow:hidden;}
.mobileImageStyle{width: 100%; overflow:hidden;}
.tabletImageStyle{width: 100%; overflow:hidden;}
.skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.skip a:focus
{
position:static;
width:auto;
height:auto;
}
.skipFormat {
    color: #000000; background-color: #FFFFFF;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
}
.embed-containerModels {
  left: 0px;
  top: 0px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 56%;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  background-color:white;
  text-align: left; 
  margin: 0px;
 border: 0px;
}
.embed-containerModels iframe,
.embed-containerModels object,
.embed-containerModels embed {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	max-height: 2500px;
	max-width: 3500px;
	z-index: 2;
	padding: 40px;
	margin: 0px;
	text-align: center;
	height: 100%;
	user-scalable: Yes;
    border: 0px;
}


.navigationTextModel {
    font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-size: 26px;
	text-decoration:none;
    display: inline;
    color: #05243E;
}

.navigationModelsAll {
    min-width: 150px;
    max-width: 300px;
    display: inline-block;
	height: auto;
	position: inherit;
	margin: auto;
    text-align: center;
	padding: 5px;
	background-color: aqua;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}	 	 
.modelImageListing {
    min-width: 150px;
    max-width: 600px;
    display: inline-block;
	height: auto;
	position: inherit;
	margin: 0px;
    text-align: left;
	padding: 5px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}	 	 




.barlow-thin {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 900;
  font-style: italic;
}
.DefaultStandard14 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-style: normal;
	font-size: 14px;
	text-decoration:none;	
	color: black;
}
.DefaultStandard16 {
    font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
		font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: black;
    text-align: left;
}
.DefaultStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
		font-style: normal;
	font-size: 20px;
	text-decoration:none;	
	color: black;
}	
.DefaultStandard26 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
		font-style: normal;
	font-size: 26px;
	text-decoration:none;	
	color: black;
}	
.accountButtons{
	border: 1px solid black; 
	padding: 10px; border-radius: 8px; background-color:#FFFFFF; color: #000000;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
		font-style: normal;
	font-size: 20px;
	height: 65px;
	text-decoration:none;	
	display: block;
	text-align: center;
	width: auto;
	margin: auto;
	max-width: 300px;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	align-self: center;
}

.modelMobileButtons{
border: 1px solid black; padding: 10px; border-radius: 8px; background-color:#FFFFFF; color: #000000;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
		font-style: normal;
	font-size: 26px;
	text-decoration:none;	
}

.DefaultStandard30 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;
	font-size: 30px;
	text-decoration:none;
	color: black;
}	
.DefaultStandard40 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 40px;
	text-decoration:none;
	color: black;
}	
.DefaultStandard50 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 50px;
	text-decoration:none;	
	color: black;
}	
.DefaultWhiteStandard {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard11 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard14 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard16 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard20 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	color:#FFFFFF;
	text-decoration:none;	
}	
.DefaultWhiteStandard24 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 24px;
	color:#FFFFFF;
	text-decoration:none;	
}
.DefaultWhiteStandard30 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 30px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: 200;
}	
.DefaultWhiteStandard40 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 40px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: 200;
}	 
.DefaultWhiteStandard50 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 50px;
	font-weight: 200;
	color:#FFFFFF;
	text-decoration:none;	
}	 
.DefaultBlueStandard50 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 50px;
	font-weight: 200;
	color:cornflowerblue;
	text-decoration:none;	
}	 
.DefaultBlue {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:30px;
	color:#14578F;
}
.DefaultBlue16 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:16px;
	color:#14578F;
}
.DefaultBlue12 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;

	font-size:12px;
	color:#14578F;
}
.DefaultBlue26 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;
	font-size:26px;
	color:#14578F;
}
.DefaultBlue50 {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;
	font-size:50px;
	color:#14578F;
}
.DefaultBlueLarge {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
	font-weight:400;
	font-size:70px;
	color:#14578F;
}
.contactInputForm {
	background: #f4f4f4;
	border: 1px solid dimgray;
	color: #0d0d0d;
  font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
  font-weight: 400;
  font-style: normal;
	height: auto;
	padding: 24px;
	width: 100%;
}
.contactInputLabel {
	align-items: center;
	color: #0d0d0d;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
	font-weight: 400;
	left: 0;
	line-height: 24px;
	padding: 0 24px;
	transition: all .15s ease;
	width: 100%;
}
.contactInputButton {
	cursor: pointer;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
	height: auto;
	padding: 24px;
}
#txtExpandMobile {
	text-align: left;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	margin: 20px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#txtExpand {
	text-align: left;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.classSlideClsBtn {
	width: 100%; 
	margin: auto; 
	text-align: center;
	padding: 25px; 
	padding-top: 25px; 
	/*background-color: rgba(255,255,255,0.90);*/
}
.classSlideText {
	max-height: 2500px; 
	overflow:hidden; 
	scrollbar-color: cornflowerblue grey; 
	scrollbar-width: thin;
/*	background-color: rgba(255,255,255,0.90);*/
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 24px;
	text-decoration:none;
	font-weight: 200;
	color: black;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
}
.classSlideTextMobile {
	max-height: 2500px; 
	overflow:hidden; 
	scrollbar-color: cornflowerblue grey; 
	scrollbar-width: thin;
/*	background-color: rgba(255,255,255,0.90);*/
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 20px;
	text-decoration:none;
	font-weight: 200;
	color: black;	
/* 	font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";*/
}
.classSlideFade {
	text-align: left;
	padding-top: 365px; 
	padding-bottom: 365px; 
	padding-left: 75px; 
	padding-right: 25px; 
	width: 40%; 
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.classSlideIn {
	height:auto; 
	max-height: 0px; 
	/*cursor: pointer;*/
	overflow: hidden; 
	width: 100%;
	background-color: rgba(255,255,255,0.90);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.classSlideButton {
	background-color: cornflowerblue;
	color: white;
	padding: 10px;
	margin: 5px;
	height: auto;
	border-radius: 8px;
	text-decoration: none;	
	/* font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; */
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	border: none;
	cursor: pointer;
	font-weight: 200;
	font-size: 14px;	
}
.classSlideButton:focus {
  outline: 2px solid #007BFF;
}
.aboutSlideFade {
	text-align: left;
	padding-top: 125px; 
	padding-bottom: 125px; 
	padding-left: 75px; 
	padding-right: 25px; 
	width: 40%; 
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.eventSlideFade {
	text-align: left;
	padding-top: 255px; 
	padding-bottom: 255px; 
	padding-left: 75px; 
	padding-right: 25px; 
	width: 40%; 
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.historySlideFade {
	text-align: left;
	padding-top: 65px; 
	padding-bottom: 65px; 
	padding-left: 75px; 
	padding-right: 25px; 
	width: 40%; 
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.dealerSlideFade {
	text-align: left;
	padding-top: 65px; 
	padding-bottom: 65px; 
	padding-left: 75px; 
	padding-right: 25px; 
	width: 50%; 
	background-color: rgba(0,0,0,0.6); 
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#powerFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#powerSlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#galleryFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#gallerySlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: rgba(255,255,255,0.90);
}
#plansFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#plansSlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#tourFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#tourSlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#mediaFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#mediaSlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#brochureFade {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#brochureSlideIn {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.addModelsBlock {
	cursor: pointer; 
	max-height: 750px; 
	vertical-align: top; 
	padding: 30px; 
	height: 100%; 
	min-height: 580px;
	display: inline-block; 
	text-decoration: none; 
	width: auto; 
	float: left;
}

.addModelsBlockImage {
	width: 100%; 
	max-height: 200px;
	height: auto;
	overflow: hidden;
}
.addPagesBlock {
	cursor: pointer; 
	max-height: 750px; 
	vertical-align: top; 
	padding: 30px; 
	height: 100%; 
	min-height: 560px;
	display: inline-block; 
	text-decoration: none; 
	width: auto; 
	float: left;
}

.addPagesBlockImage {
	width: 100%; 
	max-height: 200px;
	height: auto;
	overflow: hidden;
}
.modal {
  display: block;
  z-index: 1;
  height: auto;
  max-height: 145px;
  overflow:hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.modal:hover {
	height: auto;
	max-height: 1500px;
}	
.modal-content {
  top: 0px;
}
.mdlsImgDisp {
	width: 100%;
	height: auto;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.mdlsImgDisp:hover {
	width: 105%;
}
.nwsMainImgDisp {
	width: auto;
	height: auto;
	max-width: 800px;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.nwsMainImgDisp:hover {
	/* width: 105%; */
}
.diffMainImgDisp {
	width: auto;
	height: auto;
	max-width: 550px;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.diffMainImgDisp:hover {
	/* width: 105%; */
}

.historyImgDisp {
	width: 100%;
	height: auto;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.nwsImgDisp {
	width: 100%;
	height: auto;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	transition: all 1.5s ease 0s;
}
.nwsImgDisp:hover {
	width: 105%;
}
.nwsListBlock {
	cursor: pointer; 
	max-height: 750px; 
	vertical-align: top; 
	padding: 30px; 
	height: 100%; 
	min-height: 560px;
	display: inline-block; 
	text-decoration: none; 
	width: auto; 
}
.nwsListBlockImage {
	width: 100%; 
	max-height: 200px;
	height: auto;
	overflow: hidden;
}


.nwsMainBlock {
	cursor: pointer; 
	vertical-align: top; 
	padding: 30px; 
	height: 100%; 
	min-height: auto;
	display: inline-block; 
	text-decoration: none; 
	width: auto; 
	overflow: hidden;
	background-color: #FFFFFF;
}
.nwsMainBlockImage {
	width: auto; 
	height: auto;
	overflow: hidden;
	display: inline-flex;
}

.evntListBlock {
	cursor: pointer; 
	max-height: 750px; 
	vertical-align: top; 
	padding: 30px; 
	height: 100%; 
	min-height: 560px;
	display: inline-block; 
	text-decoration: none; 
	width: auto; 
	max-width: 400px;
}

.evntListBlockImage {
	width: 100%; 
	max-height: 200px;
	height: auto;
	overflow: hidden;
}


.accordion {
    background-color:#F5F5F5;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
	float: left;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color:#ECECEC;
}

.panel {
    padding: 0 18px;
	width: 100%;
    max-height: 0;
    overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;
}


.PanelEnlargeP {
	width:100%;
	z-index:190;
	height:55px;
	position:inherit;
	background-color:rgba(5,36,62,1.00);
	opacity: 0.6;
	color: rgba(255,255,255,1.00);
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background-image:url(../images/icons/expand.png);
	background-repeat: no-repeat;
	background-position: center;
}
.PanelEnlargeP:hover {
  opacity: 1;
}
#ModelsPanelBottom {
	scrollbar-color: cornflowerblue grey; 
	scrollbar-width: none;
	background-color: #D4D4D4; 
	float: left; 
	overflow-x: scroll; 
	overflow-y: hidden; 
	width: 5500px;
	position: relative;
}
#ModelsPanelBottomInside {
	position: relative;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;	
}

#PagesPanelBottom {
	scrollbar-color: cornflowerblue grey; 
	scrollbar-width: none;
	background-color: #FFFFFF; 
	float: left; 
	overflow-x: scroll; 
	overflow-y: hidden; 
	width: 5500px;
	position: relative;
}
#PagesPanelBottomInside {
	position: relative;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;	
}

.accordionInternational {
    background-color:#F5F5F5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
	float: left;
	vertical-align: middle;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 40px;
	text-decoration:none;
	color: black;	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordionInternational:hover {
    background-color:#ECECEC;
}
.panelInt {
    padding: 0 18px;
	width: 100%;
    max-height: 0;
    overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;
}

.accordionInternationalM {
    background-color:#F5F5F5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
	float: left;
	vertical-align: middle;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 40px;
	text-decoration:none;
	color: black;	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordionInternationalM:hover {
    background-color:#ECECEC;
}
.panelIntM {
    padding: 0 18px;
	width: 100%;
    max-height: 0;
    overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;
}
.accordionDomestic {
    background-color:#F5F5F5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
	float: left;
	vertical-align: middle;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 40px;
	text-decoration:none;
	color: black;	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordionDomestic:hover {
    background-color:#ECECEC;
}
.panelDom {
    padding: 0 18px;
	width: 100%;
    max-height: 0;
    overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;
}
.accordionDomesticM {
    background-color:#F5F5F5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
	float: left;
	vertical-align: middle;
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 40px;
	text-decoration:none;
	color: black;	
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordionDomesticM:hover {
    background-color:#ECECEC;
}
.panelDomM {
    padding: 0 18px;
	width: 100%;
    max-height: 0;
    overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5 ease 0s;
	transition: all .5 ease 0s;
}
#loadingPanel {
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: #1F1F1F;
	z-index: 999;
	position: relative;
	margin: auto;
	text-align: center;
	padding: 25px;

}
#loadingText {
	font-family: "Barlow",  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
	font-style: normal;	
	font-size: 20px;
	color: #FFFFFF;
	padding: 25px;
}
