@charset "UTF-8";
/* CSS Document */

.blobs {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -9em;
	margin-left: -4.5em;
	width: 9em;
	height: 16em;
	z-index: 999999;
}
.shake {
	animation-duration: 1s;
	animation-name: changewidth;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes changewidth {
  0% {
transform: scale(0.9);
opacity: 1;
  }
100% { 
transform: scale(1.35);
opacity: 0;
  }
}

.shake2 {
	animation-duration: 1s;
	animation-name: changewidth2;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes changewidth2 {
0% {
transform: scale(0.9);
opacity: 1;
  }
100% { 
transform: scale(1.1);
opacity: 1;
  }
}
.moveit {
    -webkit-animation: moveA 0.4s ease-out;
	animation: moveA 0.4s ease-out; 
    -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes moveA {
	50% {
	-webkit-transform: scale(0.6, 0.9);
	transform: scale(0.6, 0.9); 
		margin-top: 0em; 
	}
100% {
	-webkit-transform: scale(0.6, 0.6); 
	transform: scale(0.6, 0.6); 
	margin-top: -0.5em; 
	background:#72C502;
	}
}	
	
.moveit2 {
    -webkit-animation: moveB 0.4s ease-out;
	animation: moveB 0.4s ease-out;
    -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}	
@-webkit-keyframes moveB {
50% {
	-webkit-transform: scale(0.6, 0.9);
	transform: scale(0.6, 0.9);
	margin-top: -2em; 
	}
100% {
	-webkit-transform: scale(0.6, 0.6);
	transform: scale(0.6, 0.6); 
	margin-top: -1em; 
	background:#72C502; 
	}
}	

.b1 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width: 9em;
	height: 9em;
	left: 0em;
	margin-left: 0em;
	top: 0px;
	margin-top: 3.0em;	
	background: #ffa31a;
	border-radius: 50%;	
	cursor: pointer;
	border: 4.5em solid rgba(255,255,255,0);		
}
.b1border {
	border: 4.5em solid #404f1c;
}
.b2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width: 9em;
	height: 9em;
	left: 0em;
	margin-left: 0em;
	top: 0px;
	margin-top: -9em;	
	background: #ffa31a;
	border-radius: 50%;	
	cursor: pointer;
	border: 4.5em solid rgba(255,255,255,0);
}
.b2border {
	border: 4.5em solid #404f1c;
}
.loadingbox {
	position:absolute;
	display: block;
	width: 9em;
	height: 7em;
	left: 0em;
	margin-left: 0em;
	top: 0px;
	margin-top: 2.5em;	
	padding-top: 3em;
	background:rgba(27,23,23,0.0);
	z-index: 2;	
}	
.chargesvg {
	top: 0px;
	margin-top: -5.35em;	
	shape-rendering: optimizeSpeed;	
	}
.englishsvg {
	top: 0px;
	margin-top: -2.35em;	
	shape-rendering: optimizeSpeed;	
	}
.frenchsvg {
	top: 0px;
	margin-top: -5.35em;	
	shape-rendering: optimizeSpeed;	
	}
#english {	
	position: relative;
	top: 0;
	margin-top: -3.8em;
	margin-left: -3.8em;
	left: 0;
	width: 9em;
	height: 7em;
	}
#french {	
	position: relative;
	top: 0;
	margin-top: -3.8em;
	margin-left: -3.8em;
	left: 0;
	width: 9em;
	height: 7em;
	}
#load {
	position:relative;
	display: block;
	left: 0;
	top: 0;
	margin-left:-1.5em;
	margin-top: 2em;
	width:0.5em;
	height:0.8em;
	border-radius: 1em;
	text-align: right;
	color: #FFFFFF;
	background: rgba(255,255,255,0.6);
	transition-property: width;
	transition-duration: 15s;
	transition-timing-function: ease-out;
}
#load.active {
	width:12em;
}
#loadimages {
	position: fixed;
	margin-left: 0px;
	margin-top: 0px;
	width: 1px;
	height: 1px;
	z-index: 0;
	overflow:visible;
}	
#extraband {
	position: fixed;
	height: 75px;
	width: 100%;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	background-color: rgba(14,8,0,0.67);
	z-index: 9999997;
	pointer-events: none;
	}	
.extrabandON {
	opacity: 1;
	pointer-events:auto;
    transition: 0.6s ease-out;	
	}
.extrabandOFF {
	opacity: 0;
	pointer-events: none;
    transition: 0.6s ease-out;	
	}
.fbroff {
	opacity: 0;
	pointer-events: none;
	}
.fbron {
	animation: hideshow 1s ease;
	pointer-events: all;
	opacity: 1;
	}
@keyframes hideshow {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#Xmenu {
visibility: visible;
}	

#frBtn {
	-webkit-tap-highlight-color: transparent;	
	}
#engBtn {
	-webkit-tap-highlight-color: transparent;
	}
button:focus {
    outline: none;
}	
iframe {
	width: 100%;
	height: 100%;
	z-index: 10001;
}
.activemenu::before {
	content: "";
	position: fixed;
	background-color: rgba(194, 97, 0, 0.3);
	left: 13%;
	right: 16%;
	height: 1.7em;
	margin-top: -0.46em;
	border-radius: 2.0em;
}
.PDFdownload {
	font-size: 100%;
	color:rgba(0,0,0,0.0);
	}	
a:link { text-decoration:none; font-weight:normal; }
a:visited { text-decoration:none; font-weight:normal; }
a:hover { text-decoration:none; font-weight:normal; }
a:active { text-decoration:none; font-weight:normal; }
		
#trigger  {
	position: fixed; 
	width: 0px; 
	height: 0px;
	top: 0px;
	left: 0px;
	background-color:rgba(159,159,148,0.0);
	cursor:default;
	z-index: -2;
}	
#closeallBox.animatedbox {
  animation: fadeInFromNone 0.5s ease-in-out;
}
@keyframes fadeInFromNone {
    0% {    
	width: 0px;
    }
    10% {  
	width: 130px;
    }
    100% {
	width: 108px;
    }
}
.contactback {
 	position: fixed;
  	z-index: -1;
  	top: 0;
	margin-top: 0;
 	left: 0px;
	margin-left: 0px;
	right: 0;
	margin-right: 0;
	bottom: 0;
  	width: auto;
	height:100%;
    background: radial-gradient(circle at 28% 27%, 
		rgb(0 100 100) 30%, 
		rgb(0 102 102) 50%, 
		rgba(0, 114, 117) 78%, 
		rgba(0, 140, 132) 100%);
	
}

		

#mainmenu {
	width: 200px;
	height: 290px; 
	position: absolute;
	overflow: hidden;
	transition: filter 2s ease-in-out; 
}
.xgradient:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -190%;
  right: 70%;
  bottom: -120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0) 27%);
  border-radius: 50%;
  z-index: 99999;
  pointer-events: none;
  transition: top 2s, left 2s, right 2s, bottom 2s; /* Transition for the :after pseudo-element */	
}
.xgradient {
	 filter: sepia(50%) saturate(138%) contrast(115%);
}
#mainmenu.animate:after {
  top: -100%;
  left: -60%;
  right: 70%;
  bottom: -120%;
}
#mainmenu:not(.animate):after {
  top: -100%;
  left: -190%;
  right: 70%;
  bottom: -120%;
}
#mix {
	width: 200px;
	height: 290px; 
	position: relative;
}
.mixblend {
	mix-blend-mode: multiply;
	background: #fff;
	isolation: isolate;
	}
.mixblendoff {
	mix-blend-mode:normal;
	background: rgba(0,0,0,0);	
	}
.mixitup {
	position: absolute;
	mix-blend-mode:overlay;	
	z-index: 1;  /* in front of orange box*/
	/*z-index: 0;  /*so it's behind orange box*/
	}
.mixitupnanner {
	position: absolute;
	/*mix-blend-mode:overlay;	*/
	z-index: -1;
	}
.jimbar2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.jimbar2::-webkit-scrollbar {
  display: none; 
}

	
	
#vid2box{
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
min-height: 100%;
min-width: 100%;
padding: 0em 0em;
pointer-events: none;
z-index: 3;
mix-blend-mode:color-dodge;
transform: translateZ(0px); 
overscroll-behavior: contain;
overscroll-behavior-block: contain;	
}
#vid2{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100%;
min-width: 100%;
object-fit:fill;
}
.vid2in {
	opacity: 1;
}	
#gradient {
	background-image: url("../img/halo1.webp");
	background-repeat:no-repeat;
	background-size: 100% 115%;
		background-position: 50% bottom;
 	position: fixed;
  	z-index: -2;
	margin: 0;
  	top: 0;
  	right: 0;
 	bottom: 0;
 	left: 0px;
  	width:100%;
	height:100%;
	pointer-events: none;
	transform: translateZ(0px); 	
}

#carbox {
	position: fixed;
	top: 30%;
	margin-top: 25px;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: multiply;
	transform: translateZ(0px); 
	overscroll-behavior: contain;
	overscroll-behavior-block: contain;
    transition: all .4s ease-out;
	}
.carpos {
	position: fixed;
	height: 424px;
	width: 1271px;
	top: 0;
	margin-top: 0;
	left: 50%;
	margin-left: -702px;
	transform: translate(0%, -50%);
    transition: all 0.4s ease-out;
}	
#carvideobox{
	position: absolute;
	}
.carvideoboxpos {
	height: 424px;
	width: 1271px;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin-left: 0px;
	transition: all 0.4s ease-out;
	}
.carvideopos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	}
#exhaust {
	position: absolute;
	background-image: url("../images/exhaust.png");
	background-repeat: no-repeat;
	background-size: 100%;	
	z-index: 1;
	transform: translateZ(0px); 
	   transition: all 0.4s ease-out;
	}
.expos {
	width: 326px;
	height: 128px;
	background-size: 100%;	
	top: 0;
	left: 0;
	margin-left: 310px;
	margin-top: 255px;
	}
.exin {
	opacity: 0;
	}
.exout {
	animation: appear 2.4s ;
	transform-origin:  90% 60%;
	opacity: 0.8;
	}
@keyframes appear {
  0% {
opacity: 0;
transform: scale(0, 0);
  }
100% {
opacity: 0.8;
transform: scale(1, 1) ;
  }
}
	
.exout2 {
	animation: disappear 0.7s ;
	opacity: 0;
	}
@keyframes disappear {
  0% {
	transform: translateY(0%);
	opacity: 0.8;
  }
  100% {
	transform: translateY(0%);
	opacity: 0;
  }
}

.animate-logo {
	position: relative;
	width: 100%;
	height:400px;
	top: 0px;
	margin-top: 0px;
	background-color:rgba(225,120,237,0.0);
	pointer-events: none;
	z-index: 2;	
	mix-blend-mode: darken;
	transform: translateZ(0px);
}
.logopos {
	position: absolute;
	width: 280px;
	height: 60px;
	background-image: url("../images/fullfbr2a.svg");
	background-repeat: no-repeat;
	background-size: 100%;	
	top: 0;
	left: 0;
	margin-left: 435px;
	margin-top: 374px;
    transition: all .3s ease-out;
}
.logo.animateIn {
	animation: ninja ease-in-out 0.3s;
	animation-fill-mode: forwards;
	transform-origin: 0% 0%;
}
.logo.animateOut {
	animation: ninjaOut ease-in-out 0.3s;
	animation-fill-mode: forwards;
	transform-origin: 50% 33%;
}

@keyframes ninja {
  0% {
   filter: blur(8px);
    left: 15%;
	opacity: 0;
	transform: scale(1.6, 0.6) translate3d(0, 0, 0);
  }
50% {
	filter: blur(8px);
	transform: scaleX(1.6, 0.6) translate3d(0, 0, 0);
  }
70% {
	left: 8%;
	filter: blur(6px);
	opacity: 1;
	transform: scaleX(1.2, 0.6) translate3d(0, 0, 0);
  }
100% {
	left: 10%;
	filter: blur(0);
	transform: scaleX(1, 1) translate3d(0, 0, 0);
  }
}

@keyframes ninjaOut {
  0% {
    left: 10%;
	filter: blur(0);
	opacity: 1;
	transform: scaleX(1, 1) translate3d(0, 0, 0);
  }
 50% {
	 left: 10%;
	 filter: blur(6px);
	 opacity: 0.3;
	 transform: scaleX(1.1, 0.9) translate3d(0, 0, 0);
  }
  100% {
	  filter: blur(8px);
	  left: 10%;
	  opacity: 0;
	  transform: scale(1.3, 0.8) translate3d(0, 0, 0);
  }
}

#yellowlight {
	position: absolute;
	background-image: url("../images/yellowGlow.png");
	background-repeat: no-repeat;
	z-index: 1;
	mix-blend-mode:hard-light;
	opacity: 0;
	transform: translateZ(0px); 
	}
.yellowpos {
	width: 91px;
	height: 85px;
	background-size: 100%;	
	top: 0;
	left: 0;
	margin-left: 616px;
	margin-top: 98px;
}
.yellowlight-pulse {
		animation: pulse 1.3s infinite;
	}
@keyframes pulse {
	0% {
	opacity: 1;
	}
	15% {
	opacity: 0.7;
	}
	100% {
	opacity: 0;
	}
}


/*Totem Ticker Stylesheet Zach Dunn / Build Internet (buildinternet.com) Winter 2011*/

* {
margin: 0;
padding: 0;
}

.ssBtns {
	position: absolute;
	top: -1.35em;
	margin-top: 0;
	left: 95%;
	margin-left: -15px;
	width: 2.5em;
	height: 2.5em;
    z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0em 0em 0em 0em;
}

.ssBox {	
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	margin-top: 0px;
	left: 0px;
	margin-left: -52px;
	pointer-events:all;
	cursor:default;
}
.ssBox2 {
	position: absolute;
	width: 80px;
	height: 50px;
	top: 0px;
	margin-top: 32px;
	left: 100%;
	margin-left: -60px;
	pointer-events:all;
	cursor:default;
}
.ticker-next {
	mix-blend-mode: multiply;
}
.stop {
	mix-blend-mode: multiply;
}
.tickerstop {
	background-image: url("../images/bannerplay.svg");
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: 50% 50%;
	width: 2.3em;
	height: 2.3em;
	display: flex; 
	border-radius: 50%;
}
.tickerplay {
	background-image: url("../images/bannerpause.svg");
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: 50% 50%;
	width: 2.3em;
	height: 2.3em;
	display: flex; 
	border-radius: 50%;
}
#bannerAd1, #bannerAd2, #bannerAd3 {
	position: relative;
	height: 136px;
	top: 0px;
	left: 0;
	margin-left: 0;
    -webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.banner1 {
	width: 325px;
	background-image: url("../img/bannerAd1b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.banner1F {
	width: 325px;
	background-image: url("../img/bannerFAd1b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.banner2 {
	width: 325px;
	background-image: url("../img/bannerAd2b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.banner2F {
	width: 325px;
	background-image: url("../img/bannerFAd2b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.banner3 {
	width: 325px;
	background-image: url("../img/bannerAd3b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.banner3F {
	width: 325px;
	background-image: url("../img/bannerFAd3b.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	padding-left: 50%;
}
.bannerpos {
	position: fixed;
	top: 52%;
	margin-top: 130px;
	left: 50%;
	margin-left: 0;
	width: 320px;
	height: 110px;
	z-index: 20002;
	 transform: translate(-50%, 0%);
	-webkit-touch-callout: none;
    user-select: none;
    transition: all .4s ease-out;	
}
.bannerwrap {
	padding: 0px;
	width: 320px;
	height: 136px;
	margin: 0 0 0 0;
	cursor: pointer;
}
.vertical-ticker {
	height: 136px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	list-style: none;
	border-top: 1px dashed #E26F00;
	border-bottom: 1px dashed #E26F00;
}
.vertical-ticker li > p {
	font-family: 'co-text', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4d503f;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
.vertical-ticker li {
	padding: 0px;
	display: block;
	background:rgba(10,192,198,0.0);
	border-bottom: 0px solid  #010000;
	text-align: center;
}
#banneroval {
	position:fixed;
	background-image:url("../images/ovalintro.webp");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display:block;
	pointer-events: none;
	transform: translateZ(0px); 
    transition: all .6s ease-out;
	}
.banovalclosed {	
	width: 0%;
	min-width: 0px;
	height: 0%;
	min-height: 0px;
	top: 30%;
	margin-top: 290px;
	left: 10%;
	margin-left: 160px;
	opacity: 0;
	border-radius: 50% 50% 50% 50%;
}
.banovalopen {
	width: 115%;
	height: 50%;
	left: calc(0% - 20px);
	top: calc(40% + 126px);
	opacity: 1;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000000;
	background-color:  rgba(219,149,4,0); 
}
.wrapper {
  width: 94%;
  max-width: 4140px;
  margin: 0 auto;
}
.wrapper-small { 
	max-width: 728px;
}
.wrapper-flush { 
	width: 100%;
}
.nav-container {
	position: fixed;
	top: 75px; 
	left: 0;
	margin-left: 0px;
	z-index: 9999998;
	visibility: hidden; 
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	padding-right: 0;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transform: translateX(-100%);
	background-color: rgba(235, 156, 0, 1);
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
}
.nav-container.is-visible {
	visibility: visible; 
	transform: translateX(0); 
}
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.70rem 1.40rem;
  border: 0;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff; 
	cursor: pointer;
}
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 21px;
  vertical-align: middle;
  fill: none;
}
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: rgba(219, 149, 4, 1);
}
.icon-menu .line-1 {
top: 0; 
}
.is-active .icon-menu .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}
.is-active .icon-menu .line-2 { 
	opacity: 0; 
}
.icon-menu .line-3 { 
bottom: 0; 
}
.is-active .icon-menu .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu {
	font-family: 'co-text', Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4em;
	line-height: 80%;
	letter-spacing: 0.02em;
	color: #fff; 
	text-decoration: none;
	text-indent: 0px;
	background-color: #e69d00; 
	left: calc(5% - 70px);
	margin-left: 0;
	padding-right: 17.5%;
	padding-left: 0px;
	user-select: none;   
}
.nav-menu .menu-item { 
	cursor: pointer;
}
.nav-menu .menu-itemblank {
	font-family: 'co-headline', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 90%;
	color: rgba(14, 57, 67, 1);
	letter-spacing: 0.04em;
	padding: 1.75rem 1rem 1rem 1.2rem;
	text-indent: 70px;	
	margin-left: 0;
	}
.nav-menu .menu-itemfirst {
	font-family: 'co-headline', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 90%;
	color: rgba(14, 57, 67, 1);
	letter-spacing: 0.04em;
	border-top: 0px solid #fff;
	padding: 1.75rem 1rem 1rem 1.2rem;
	text-indent: 70px;	
	}
.nav-menu .menu-itemblank2 {
	border-top: 1px solid #e6cfa7;
  text-indent: 30px;
  padding: 0.9rem 0rem;
  margin-left: 2.55em;
}
.nav-menu .menu-itemblank3 {
	border-top: 0px solid #e6cfa7;
  text-indent: 30px;
  padding: 0.9rem 0rem;
  margin-left: 3em;
}
.nav-menu > .menu-item:last-child { border-bottom: 1px solid #e6cfa7; }
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { 
	background-color: rgba(179, 113, 20, 0);
 }
.nav-menu .menu-link {
	display: block; 
	font-size: 100%;
	text-decoration: none;
	border-top: 1px solid #e6cfa7;
	color: #fff; 
	margin-left: 2.75em;
	padding-left: 1.25em;
	padding-top: 0.75em;
}
 .nav-menu .menu-link22 { 
  display: block; 
  text-decoration: none;
  border-top: 1px solid #e9dec8;  
  color: #99590f;
  margin-left: 3em;
  padding-left: 0em;
  padding-top: 0.75em;
  }
.padB {
	padding-bottom: 0.80em;	
}
.padB2 {
	padding-bottom: 1.2em;	
	border-bottom: 4px solid rgba(211, 106, 9, 0.6);
}
.nav-menu .menu-linkSINGLE {
	font-family: 'co-text', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block; 
	font-size: 120%;
	border-top: 1px solid #e6cfa7;
	text-decoration: none;
	color: #fff;
	text-indent: 0px;
	padding: 1rem 0rem 1.1rem 1.25rem;
	margin-left: 2.55em;
  }
 .nav-menu .menu-linkSINGLE22 {
	 display: block; 
	 border-top: 1px solid #e9dec8;
	 text-decoration: none;
	 color: #99590f;
	 text-indent: 28px;
	 padding: 0.9rem 0rem;
	 margin-left: 3em;
  }
.nav-menu .menu-linkSINGLEALT {
	font-family: 'co-text', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block; 
	font-size: 120%;
	text-decoration: none;
	color: #fff;
	text-indent: 0px;
	padding: 2.25rem 0rem 1.1rem 1.25rem;
	margin-left: 2.55em;
  }
.nav-menu .menu-linkSINGLEALT22 {
	display: block; 
  border-top: 2px solid #e9dec8;
  text-decoration: none;
  color: #99590f; 
  text-indent: 90px;
  padding: 1.7rem 0rem 1.1rem 0rem;
  margin-left: 0em;
  }
.nav-dropdown {
  display: none; 
  background-color:  rgba(219,149,4,1.00);
  text-indent: 50px; 
}
.has-dropdown.is-active > .nav-dropdown { 
	display: block;
}
.content { 
	margin-top: 60px; 
}
.content .wrapper { 
padding: 1rem 0; 
}
#NEWmenu {
	position: fixed;
	width: 200px;
	height: 290px;
	z-index: 20001;  
    transition: 0.5s ease-out;	
	-webkit-touch-callout: none;
    user-select: none;
}
#fbr {
	position: fixed;
	width: 81px;
	height: 44px;
	left: 92%;
	margin-left: -56px;
	top: 0;
	margin-top: 15px;
	background-image: url("../img/fbrOrange.svg");
	background-repeat: no-repeat;
	background-size: 98%;	
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border-top-left-radius: 100%;
	border-top-right-radius: 65%;
	border-bottom-left-radius: 65%;
	border-bottom-right-radius: 100%;
	z-index: 10000001;
	transition: left 0.5s, margin-left 0.5s, top 0.5s, margin-top 0.5s, width 0.5s, height 0.5s; 
}
.NEWmenuLeft {
	opacity: 1;
	top: 17%;
	margin-top: -120px;
	margin-left: -10px;
	left: 50%;
}
.NEWmenuLeft2 {
	opacity: 0;
	top: 16%;
	left: 50%;
	margin-top: -115px;
	margin-left: -24px;	
	visibility: hidden;

}
.menugrid1 {
	margin: 0px 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	position: absolute;
	width: 150px;
	z-index: 20001;
	pointer-events: none;
}
#menu1 {
	position:absolute;
	top: 0px;
	margin-top: 0px;
}
#menu2 {
	position:absolute;
	top: 0px;
	margin-top: 70px;
}
#menu3 {
	position:absolute;
	top: 0px;
	margin-top: 115px;
}
#menu4 {
	position:absolute;
	top: 0px;
	margin-top: 155px;
}
#menu5 {
	position:absolute;
	top: 0px;
	margin-top: 200px;
}
#menu1lines {
	position: absolute;
	background-image: url(../menu/menu1linessmall.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -197px;
	margin-top: 6px;
	width: 388px;
	height: 340px;
	z-index: 20000;
	pointer-events: none;
	}
#menu2lines {
	position: absolute;
	background-image: url(../menu/menu2linessmall.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -207px;
	margin-top: 0px;
	width: 388px;
	height: 340px;
	z-index: 20000;
	pointer-events: none;
	}
#menu3lines {
	position: absolute;
	background-image: url(../menu/menu3linessmall.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -207px;
	margin-top: 0px;
	width: 388px;
	height: 340px;
	z-index: 20000;	
	pointer-events: none;
	}	
#submenuA{
	position:absolute;
	height: 220px;
	width: 360px;
	margin-left: 184px;
	margin-top: -57px;
}
#submenuB{
	position:absolute;
	height: 220px;
	width: 360px;
	margin-left: 194px;
	margin-top: -58px;
	}
#submenuC{
	position:absolute;
	height: 220px;
	width: 360px;
	margin-left: 194px;
	margin-top: 20px;
	}
.submenugridA1 {
	position: absolute;
	margin: 0 0 0 0;
	top: 25px;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	width: 200px;
	z-index: 20002;
	pointer-events: none;
	background-color: rgba(3,102,164,0.0);
	}

.submenugridB1 {
	position: absolute;
	margin: 114px 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	width: 200px;
	background-color: rgba(193,189,11,0.0);
	z-index: 20003;
	pointer-events: none;
	}
.submenugridC1 {
	position: absolute;
	margin: 46px 0 0 0;
	padding-top: 0px;
	padding-left: 0px;
	list-style: none;
	width: 200px;
	z-index: 20002;
	pointer-events: none;
	}
.shape1 {
	position: absolute;
	height: 36px;
	width: 120px;
	margin-top: 30px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-9deg);
	cursor:pointer;
	z-index: 20003;
	background-color:rgba(9,183,242,0.0);
  }
.shape2 {
	position: absolute;
	height: 34px;
	width: 130px;
	margin-top: 78px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-8deg);
	cursor:pointer;
	z-index: 20003;
	background-color:rgba(9,183,242,0.0);
  }
.shape3  {
	position: absolute;	
	height: 32px;
	width: 160px;
	margin-top: 120px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-6deg);
	cursor:pointer;
	z-index: 20003;
	background-color:rgba(9,183,242,0.0);
  }
.shape4  {
	position: absolute;
	height: 32px;
	width: 120px;
	margin-top: 166px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-4deg);
	cursor:pointer;
	z-index: 20003;
	background-color:rgba(9,183,242,0.0);
  }
.shape5  {
	position: absolute;
	height: 38px;
	width: 120px;
	margin-top: 208px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-4deg);
	cursor:pointer;
	z-index: 20003;
	background-color:rgba(9,183,242,0.0);
  }
#submenuA1 {
	position:relative;
	margin-top: 0px;
}
#submenuA2 {
	position:relative;
	margin-top: 0px;
}
#submenuA3 {
	position:relative;
	margin-top: 0px;
}
#submenuA4 {
	position:relative;
	margin-top: 0px;
}
#submenuB1 {
	position:relative;
	margin-top: 0px;
}
#submenuB2 {
	position:relative;
	margin-top: 0px;
}
#submenuC1 {
	position:relative;
	margin-top: 0px;
}
#submenuC2 {
	position:relative;
	margin-top: -10px;
}
#submenuC3 {
	position:relative;
	margin-top: -14px;
}
#submenuShapeA1 {
	position: absolute ;
	height: 60px;
	width: 130px;
	margin-top: 40px;
	margin-left: -20px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-9deg);
	cursor:pointer;
	z-index: 20003;
  }
#submenuShapeA2 {
	 position: absolute;	
	height: 35px;
	width: 140px;
	margin-top: 108px;
	margin-left: -18px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-8deg);
	cursor:pointer;
	z-index: 20003;
  }
#submenuShapeA3 {
	position: absolute;	
	height: 32px;
	width: 140px;
	margin-top: 155px;
	margin-left: -18px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-7deg);
	cursor:pointer;
	z-index: 20003;
  }
#submenuShapeA4 {
	position: absolute;
	height: 40px;
	width: 150px;
	margin-top: 202px;
	margin-left: -18px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-6deg);
	cursor:pointer;
	z-index: 20003;
  }
#submenuShapeB1 {
	position: absolute;
	height: 50px;
	width: 130px;
	margin-left: -17px;
	margin-top: 115px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-7deg);
	cursor:pointer;
	z-index: 20003;	
  }
#submenuShapeB2 {
	position: absolute;
	height: 58px;
	width: 130px;
	margin-top: 175px;
	margin-left: -17px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-7deg);
	cursor:pointer;
	z-index: 20003;
}
#submenuShapeC1 {
	position: absolute;
	height: 42px;
	width: 140px;
	margin-top: 86px;
	margin-left: -18px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-3deg);
	cursor:pointer;
	z-index: 20003;
  }
 #submenuShapeC2 {
	position: absolute;
	height: 38px;
	width: 140px;
	margin-top: 138px;
	margin-left: -18px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-2deg);
	cursor:pointer;
	z-index: 20003;
  }
#submenuShapeC3 {
	position: absolute;
	height: 38px;
	width: 140px;
	margin-top: 188px;
	margin-left: -22px;
	-webkit-tap-highlight-color: transparent;
	transform: rotate(-1deg);
	cursor:pointer;
	z-index: 20003;

  }
#menupic1A {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1B {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1Asmall {
	height: 90px;
	width: 194px;
     margin-top: -5px;
	visibility: visible;
}
#menupic1Bsmall {
	height: 54px;
	width: 194px;
    margin-top: -7px;
	visibility: visible;
}
#menupic1Csmall {
	height: 60px;
	width: 194px;
      margin-top: -20px;
	visibility: visible;
}
#menupic1Dsmall, #menupic1Dxsmall {
	height: 60px;
	width: 194px;
    margin-top: -22px;
	visibility: visible;
}
#menupic2Asmall {
	height: 60px;
	width: 194px;
	visibility: visible;
}
#menupic2Bsmall {
	height: 60px;
	width: 194px;
	visibility: visible;
}
#menupic1C {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1D {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic2A {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic2B {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3A {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3B {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3C {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3Asmall {
	height: 90px;
	width: 194px;
	margin-top: 0;
    margin-top: 8px;
	visibility: visible;
}
#menupic3Bsmall {
	height: 73px;
	width: 194px;
	margin-top: -14px;
	visibility: visible;
}
#menupic3Csmall {
	height: 56px;
	width: 194px;
	margin-top: -5px;
	visibility: visible;
}
.menus {
	margin-left: -5px;
	padding-top: 0px;
}





@media screen  and (max-width: 533px) and (max-height: 768px) {	
.begin2 {
	transform: translateY(-6px);	
	}
.begin3 {
	transform: translateY(-15px);	
	}
.begin4 {
	transform: translateY(-19px);	
}
.begin5 {
	transform: translateY(-27px);	
}		
}



@media only screen and (min-height: 568px) {
.logopos {
		margin-top: 384px;
	}
	
}/* min height 568*/


/* beginning width ends*/










/*-----------------------------------------------*/

/*-----------------------------------------------*/

/*-----------------------------------------------*/


@media only screen and (min-width: 375px) {
.logopos {
		width: 350px;
		height: 80px;
		margin-left: 400px;
		margin-top: 368px;
	}
@media only screen and (min-height: 568px) {
.logopos {
		margin-top: 377px;
	}
	
}/*min height 568*/
		
}/* min width 375*/



/*-----------------------------------------------*/

/*-----------------------------------------------*/



@media screen and (min-width: 400px) {
#fbr {
	width: 99px;
	height: 52px;
	left: 92%;
	margin-left: -78px;
	top: 0;
	margin-top: 12px;
	background-size: 98%;	
}
}







@media only screen and (min-width: 414px) {

	
.ssBtns {
	left: 95%;
	margin-left: 0px;
}
.bannerpos {
	top: 52%;
	margin-top: 134px;
	left: 50%;
	margin-left: 0;
	width: 320px;
	transform: translate(-50%, 0%);
}
.vertical-ticker li > p {
	color: #4d503f;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
	
@media only screen and (min-height: 600px) {
	
#carbox {
	top: 40%;
	margin-top: -50px;
	}
.carpos {
	height: 510px;
	width: 1190px;
	left: 50%;
	margin-left: -672px;
}	
	
.carvideoboxpos {
	height: 510px;
	width: 1190px;
		margin-top: 0px;
	margin-left: 0px;
	}
.yellowpos {
	width: 100px;
	height: 94px;
	margin-left: 570px;
	margin-top: 118px;
	}
.expos {
	width: 326px;
	height: 128px;
	margin-left: 259px;
	margin-top: 323px;
	}	
.logopos {		
	width: 390px;
	margin-left: 358px;
	margin-top: 445px;
	}	
.bannerpos {
	top: 52%;
	margin-top: 150px;
	left: 50%;
	margin-left: 0;
	width: 320px;
	transform: translate(-50%, 0%);
}
.banner1 {
	background-size: 100%;
	padding-left: 0%;
}
.banner2 {
	background-size: 100%;
	padding-left: 0%;
}
.banner1F {
	background-size: 100%;
	padding-left: 0%;
}
.banner2F {
	background-size: 100%;
	padding-left: 0%;
}
}/*min height 600*/
	
	
@media only screen and (min-height: 640px) {
	
.logopos {		
	margin-top: 455px;
	}		
	}/* min height 640*/
	
}/* min width 414*/




/*-----------------------------------------------*/

@media screen  and (min-width: 533px) and (max-height: 480px) {
#fbr{
	width: 78px;
	height: 42px;
	left: 70%;
	margin-left: -156px;	
	top: 54%;
	margin-top: -158px;
	}
.NEWmenuLeft {
	top: 30%;
	left: 45%;
	margin-top: -126px;
	margin-left: 120px;
}
.NEWmenuLeft2 {
	top: 64%;
	margin-top: -180px;
	left: 70%;
	margin-left: -128px;	
}
.begin2 {
	transform: translateY(-6px);	
	}
.begin3 {
	transform: translateY(-15px);	
	}
.begin4 {
	transform: translateY(-19px);	
}
.begin5 {
	transform: translateY(-27px);	
}
	
}/* min-width: 533px) and (max-height: 375px*/









@media only screen and (min-width: 533px) {
	#gradient {
	background-image: url("../img/halo1.webp");
	background-repeat:no-repeat;
	background-size: 100% 110%;
		background-position: 50% bottom;
}
#Xmenu {
	visibility: hidden;
}
#extraband {
	height: 0px;
	width: 0px;
	background-color: rgba(14,8,0,0.0);
	}	
#carbox {
	top: 30%;
	margin-top: 45px;
	}
.animate-logo {
	height:600px;
}	
.logopos {
	width: 304px;
	height: 126px;
	background-image: url("../images/fullfbr2a.svg");
	margin-left: 332px;
	margin-top: 140px;	
	}
.carpos {
	height: 408px;
	width: 952px;
	left: 38%;
	margin-left: -610px;
}	
.yellowpos {
	width: 84px;
	height: 78px;
	margin-left: 442px;
	margin-top: 82px;
	}
.expos {
	width: 342px;
	height: 134px;
	margin-left: 115px;
	margin-top: 244px;
	}
.carvideoboxpos {
	/*height: 408px;
	width: 952px;*/
	height: 438px;
	width: 1023px;
	margin-top: -20px;
	margin-left: -50px;
}
.banovalclosed {	
	top: 50%;
	margin-top: 50px;
	left: 38%;
	margin-left: 290px;
}
.banovalopen {
	width: calc(35% + 200px);
	height: calc(35% + 150px);
	left: calc(60% - 100px);
	top: calc(30% + 20px);
}
.bannerpos {
	top: 60%;
	margin-top: -6px;
	left: 95%;
	margin-left: -260px;
	width: 320px;
	transform: translate(0%, 0%);
}
.bannerwrap {
	width: 320px;
}
.vertical-ticker li > p {
	color: #4d503f;
	font-size: 0.65em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.ssBtns {
	top: -2.76em;
	left: 90%;
	margin-left: -42px;
}

.banner1 {
	background-size: 70%;
	padding-left: 30%;
}
.banner2 {
	background-size: 70%;
	padding-left: 30%;
}
.banner1F {
	background-size: 70%;
	padding-left: 30%;
}
.banner2F {
	background-size: 70%;
	padding-left: 30%;
}
.nav-container.is-visible {
  visibility: hidden; 
}
#fbr{
	width: 92px;
	height: 50px;
	left: 70%;
	margin-left: -156px;	
	top: 42%;
	margin-top: -138px;
	}
.NEWmenuLeft {
	top:25%;
	left: 45%;
	margin-top: -110px;
	margin-left: 108px;
}
.NEWmenuLeft2 {
	opacity: 1;
	top: 45%;
	margin-top: -130px;
	left: 70%;
	margin-left: -128px;	
	visibility: visible;
}		
	
	
@media screen and (min-height: 375px)  {
			
.banovalclosed {	
	top: 40%;
	margin-top: 60px;
	left: 38%;
	margin-left: 260px;	
}

.bannerpos {
	top: 37%;
	margin-top: 80px;
	left: 95%;
	margin-left: -260px;
	width: 320px;
	transform: translate(0%, 0%);		
}
}/* min height 375*/
	
	
@media  (min-height: 540px) {
	
#carbox {
	top: 36%;
	margin-top: 25px;
	}
.carpos {
	height: 510px;
	width: 1190px;
	left: 38%;
	margin-left: -642px;
}		
.logopos {
	width: 310px;
	height: 140px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 324px;
	margin-top: 184px;
}		
.yellowpos {
	width: 109px;
	height: 78px;
	margin-left: 576px;
	margin-top: 112px;
}
.expos {
	width: 326px;
	height: 128px;
	margin-left: 252px;
	margin-top: 326px;
}
.carvideoboxpos {
	height: 510px;
	width: 1190px;
		margin-top: 0px;
	margin-left: 0px;
	}
.banovalclosed {	
	top: 40%;
	margin-top: 210px;
	left: 45%;
	margin-left: 20px;
}

.banovalopen {
	width: calc(25% + 360px);
	height: calc(25% + 150px);
	left: calc(33% - 150px);
	top: calc(50% + 40px);
}	
.bannerpos {
	top: 50%;
	margin-top: 150px;
	left: 50%;
	margin-left: 0px;
	width: 320px;
	transform: translate(-50%, 0%);
}
.banner1 {
	background-size: 100%;
	padding-left: 0;
}
.banner2 {
	background-size: 100%;
	padding-left: 0;
}
.banner1F {
	background-size: 100%;
	padding-left: 0;
}
.banner2F {
	background-size: 100%;
	padding-left: 0;
}
.ssBtns {
	top: -2.5em;
	left: 90%;
	margin-left: 10px;
}
.tickerplay {
	background-size: 100%;
	width: 1.7em;
	height: 1.7em;
}
.tickerstop {
	background-size: 100%;
	width: 1.7em;
	height: 1.7em;
}
#fbr{
	width: 92px;
	height: 50px;
	left: 70%;
	margin-left: -156px;	
	top: 11%;
	margin-top: -50px;
	}
.NEWmenuLeft {
	top:32%;
	left: 45%;
	margin-top: -150px;
	margin-left: 128px;
}
.NEWmenuLeft2 {
	top: 12%;
	margin-top: -40px;
	left: 70%;
	margin-left: -128px;		
}
	
	
}/*min height 540*/

}/*min width 533*/




@media screen and (min-width: 650px) {
	
#fbr {
	top: 32%;
	margin-top: -98px;

	width: 92px;
	height: 50px;
	left: 60%;
	margin-left: -125px;	
}	
.NEWmenuLeft {
	top: 20%;
	left: 45%;
	margin-top: -95px;
	margin-left: 105px;
}
.NEWmenuLeft2 {
	top: 32%;
	margin-top: -75px;

	left: 60%;
	margin-left: -86px;	
}
	
	
@media screen  and (min-height: 480px)  {	
#fbr {
	top: 16%;
	margin-top: -52px;
	left: 60%;
	margin-left: -125px;	
}			
.NEWmenuLeft {
	top: 30%;
	left: 45%;
	margin-top: -130px;
	margin-left: 105px;
}
.NEWmenuLeft2 {
	top: 16%;
	margin-top: -20px;
	left: 60%;
	margin-left: -86px;	
}	
}/* min height 480 */
	
	
	
@media screen  and (min-height: 540px)  {	
	
#fbr {
    top: 11%;
	margin-top: -50px;
	left: 60%;
	margin-left: -125px;
}					
.NEWmenuLeft {
	top: 30%;
	left: 45%;
	margin-top: -155px;
	margin-left: 140px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -40px;
	left: 60%;
	margin-left: -84px;	
}
	
}/* min height 480 */
}/* min width 650*/




/*-----------------------------------------------*/


@media only screen and (min-width: 667px) {
	
#carbox {
	top: 50%;
	margin-top: -20px;
	}
.carpos {
	height: 510px;
	width: 1190px;
	left: 50%;
	margin-left: -790px;
}			
.logopos {
	width: 325px;
	height: 136px;
	background-image: url("../images/fullfbr2a.svg");
	margin-left: 404px;
	margin-top: 184px;
}		
.yellowpos {
	width: 93px;
	height: 87px;
	margin-left: 533px;
	margin-top: 114px;
}
.expos {
	width: 379px;
	height: 148px;
	margin-left: 165px;
	margin-top: 306px;
}
.carvideoboxpos {
	height: 517px;
	width: 1208px;
	margin-top: -10px;
	margin-left: -55px;
	}
.bannerpos {
	top: 45%;
	margin-top: 40px;
	left: 95%;
	margin-left: -302px;
	width: 320px;
	transform: translate(0%, 0%);
}	
.banner1 {
	background-size: 100%;
	padding-left: 0;
}
.banner2 {
	background-size: 100%;
	padding-left: 0;
}
.banner1F {
	background-size: 100%;
	padding-left: 0;
}
.banner2F {
	background-size: 100%;
	padding-left: 0;
}	
.ssBtns {
	top: -2.76em;
	left: 90%;
	margin-left: -22px;

}
@media  (min-height: 415px) {
.bannerpos {
	top: 52%;
	margin-top: 0px;
	left: 95%;
	margin-left: -302px;
	width: 320px;
	transform: translate(0%, 0%);
}
}
@media  (min-height: 480px) {
.bannerpos {
	top: 52%;
	margin-top: 20px;
	left: 95%;
	margin-left: -302px;
	width: 320px;
	transform: translate(0%, 0%);
}
}	
	
	
@media  (min-height: 540px) {

#carbox {
	top: 40%;
	margin-top: 5px;
	}	
.carpos {
	height: 510px;
	width: 1190px;
	left: 38%;
	margin-left: -612px;
}		
.logopos {
	width: 370px;
	height: 190px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 278px;
	margin-top: 147px;
	}		
.yellowpos {
	width: 120px;
	height: 86px;
	margin-left: 550px;
	margin-top: 74px;
	}
.expos {
	width: 358px;
	height: 140px;
	margin-left: 203px;
	margin-top: 296px;
	}
.carvideoboxpos {
	height: 561px;
	width: 1309px;
	margin-top: -60px;
	margin-left: -80px;
	}
	
.banovalclosed {	
	top: 50%;
	margin-top: 120px;
	left: 47%;
	margin-left: 120px;	
}
.banner1 {
	width: 414px;
	background-image: url("../img/bannerAd1.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 0;
}
.banner1F {
	width: 414px;
	background-image: url("../img/bannerFAd1.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 0;
}
.banner2 {
	width: 414px;
	background-image: url("../img/bannerAd2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 0;
}
.banner2F {
	width: 414px;
	background-image: url("../img/bannerFAd2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 0;
}
.banner3 {
	width: 414px;
	background-image: url("../img/bannerAd3.svg");
	background-size: 100%;
	padding-left: 0;
}
.banner3F {
	width: 414px;
	background-image: url("../img/bannerFAd3.svg");
	background-size: 100%;
	padding-left: 0;
}	
.bannerpos {
	top: 60%;
	margin-top: 55px;
	left: 50%;
	margin-left: 0;
	width: 414px;
	transform: translate(-50%, 0%);	
}
.bannerwrap {
width: 414px;
}
.ssBtns {
	left: 90%;
	top: -2em;
	margin-left: 0px;
	width: 1.7em;
	height: 1.7em;
}
	
	
}/*min height 540*/

		
}/*min width 667*/




/*-----------------------------------------------*/



@media only screen and (min-width:736px) {

.bannerpos {
	top: 45%;
	margin-top: 40px;
	left: 95%;
	margin-left: -302px;
	width: 320px;
	transform: translate(0%, 0%);
}	
#carbox {
	top: 50%;
	margin-top: -20px;
	}
.carpos {
	height: 510px;
	width: 1190px;
	left: 33%;
	margin-left: -700px;
}		
.logopos {
	width: 335px;
	height: 136px;
	background-image: url("../images/fullfbr2a.svg");
	margin-left: 434px;
	margin-top: 184px;
}		
.yellowpos {
	width: 96px;
	height: 90px;
	margin-left: 563px;
	margin-top: 111px;
}
.expos {
	width: 391px;
	height: 153px;
	margin-left: 185px;
	margin-top: 308px;
}
.carvideoboxpos {
	height: 534px;
	width: 1246px;
	margin-top: -20px;
	margin-left: -40px;
	}
#fbr {
	top: 42%;
	margin-top: -140px;
	left: 60%;
	margin-left: -120px;	
}	
.NEWmenuLeft {
	top: 25%;
	left: 45%;
	margin-top: -110px;
	margin-left: 120px;
}
.NEWmenuLeft2 {
	top: 42%;
	margin-top: -115px;
	left: 60%;
	margin-left: -84px;	
}	
.menus {
	margin-left: 0px;
	padding-top: 0px;
	}
#menu1lines {
	background-image: url(../menu/menu1lines.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -197px;
	margin-top: 6px;
	width: 388px;
	height: 340px;
}
#menu2lines {
	background-image: url(../menu/menu2lines.svg);
		background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -207px;
	margin-top: 0px;
}
#menu3lines {
	background-image: url(../menu/menu3lines.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-left: -207px;
	margin-top: 0px;
}	
#submenuShapeA1 {
	height: 35px;
	width: 180px;
	margin-top: 51px;
	margin-left: 0px;
  }
#submenuShapeA2 {
	height: 35px;
	width: 180px;
	margin-top: 95px;
	margin-left: 0px;  
  }
#submenuShapeA3 {
	height: 35px;
	width: 190px;
	margin-top: 144px;
	margin-left: 0px;
  }
#submenuShapeA4 {
	height: 35px;
	width: 180px;
	margin-top: 196px;
	margin-left: 0px;
  }
#menupic1A {
	padding-top: 0;
    margin-top: 6px;
	height: 64px;
	width: 194px;
	visibility: visible;
}
#menupic1B {
	height: 48px;
	width: 194px;
     margin-top: -6px;
	visibility: visible;
}
#menupic1Asmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1Bsmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1Csmall, #menupic1Cxsmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1Dsmall, #menupic1Dxsmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic2Asmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic2Bsmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic1C {
	height: 50px;
	width: 194px;
     margin-top: -6px;
	visibility: visible;
}
#menupic1D {
	height: 57px;
	width: 194px;
     margin-top: -6px;
	visibility: visible;
}
#submenuShapeB1 {
	height: 36px;
	width: 180px;
	margin-top: 118px;
	margin-left: 0px;
  }
#submenuShapeB2 {
	height: 48;
	width: 180px;
	margin-top: 160px;
	margin-left: 0px;
  }

#menupic2A {
	height: 50px;
	width: 194px;
	visibility: visible;
}
#menupic2B {
	height: 50px;
	width: 194px;
	visibility: visible;
}
#submenuShapeC1 {
	height: 40px;
	width: 160px;
	margin-top: 92px;
	margin-left: 0px;
  }
#submenuShapeC2 {
	height: 45px;
	width: 180px;
	margin-top: 137px;
	margin-left: 0px;
  }
 #submenuShapeC3 {
	height: 50px;
	width: 180px;
	margin-top: 188px;
	 margin-left: 0px; 
  }

#menupic3A{
	height: 89px;
	width: 192px;
	margin-top: 0px;
	visibility: visible;
}
#menupic3Asmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3Bsmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3Csmall {
	height: 0;
	width: 0;
	visibility: hidden;
}
#menupic3B {
	height: 73px;
	width: 194px;
	margin-top: 0px;
	visibility: visible;
}
#menupic3C {
	height: 56px;
	width: 194px;
	margin-top: 0px;
	visibility: visible;
}
	
	
@media only screen and (min-height:480px) {

.bannerpos {
	top: 45%;
	margin-top: 60px;
	left: 95%;
	margin-left: -302px;
	width: 320px;
	transform: translate(0%, 0%);
}	
}

	
	
@media  (min-height: 540px) {
#fbr {
    top: 11%;
	margin-top: -50px;
	left: 60%;
	margin-left: -120px;
}		
.NEWmenuLeft {
	top: 30%;
	left: 45%;
	margin-top: -155px;
	margin-left: 140px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -40px;
	left: 60%;
	margin-left: -80px;	
}	
#carbox {
	top: 40%;
	margin-top: 5px;
	}	
.carpos {
	height: 510px;
	width: 1190px;
	left: 38%;
	margin-left: -612px;
}	
.logopos {
	width: 370px;
	height: 190px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 278px;
	margin-top: 147px;
}		
.yellowpos {
	width: 120px;
	height: 86px;
	margin-left: 550px;
	margin-top: 74px;
}
.expos {
	width: 358px;
	height: 140px;
	margin-left: 203px;
	margin-top: 296px;
	}
.carvideoboxpos {
	height: 561px;
	width: 1309px;
	margin-top: -60px;
	margin-left: -80px;
	}
.banovalclosed {	
	top: 42%;
	margin-top: 200px;
	left: 45%;
	margin-left: 120px;
}
.banner1 {
	width: 414px;
	background-image: url("../img/bannerAd1.svg");
}
.banner1F {
	width: 414px;
	background-image: url("../img/bannerFAd1.svg");
}
.banner2 {
	width: 414px;
	background-image: url("../img/bannerAd2.svg");
}
.banner2F {
	width: 414px;
	background-image: url("../img/bannerFAd2.svg");
}
.banner3 {
	width: 414px;
	background-image: url("../img/bannerAd3.svg");
}
.banner3F {
	width: 414px;
	background-image: url("../img/bannerFAd3.svg");
}	
.bannerpos {
	top: 60%;
	margin-top: 55px;
	left: 50%;
	margin-left: 0;
	width: 414px;
	transform: translate(-50%, 0%);	
}
.bannerwrap {
	width: 414px;
}
.ssBtns {
	left: 90%;
	margin-left: 0px;	
	top: -2em;
	width: 1.7em;
	height: 1.7em;
}
}/*min height 540*/
}/*min width 736*/



/*-----------------------------------------------*/

/*-----------------------------------------------*/


@media only screen and (min-width: 768px) {


#carbox {
	top: 50%;
	margin-top: -20px;
	}		
.carpos {
	height: 510px;
	width: 1190px;
	left: 33%;
	margin-left: -690px;
}		
.logopos {
	width: 335px;
	height: 136px;
	background-image: url("../images/fullfbr2a.svg");
	margin-left: 434px;
	margin-top: 184px;
}		
.yellowpos {
	width: 96px;
	height: 90px;
	margin-left: 563px;
	margin-top: 111px;
}
.expos {
	width: 391px;
	height: 153px;
	margin-left: 185px;
	margin-top: 308px;
}
.carvideoboxpos {
	height: 534px;
	width: 1246px;
	margin-top: -20px;
	margin-left: -40px;
}
.banovalclosed {	
	top: 30%;
	margin-top: 130px;
	left: 53%;
	margin-left: 190px;
}

.bannerpos {
	top: 33%;
	margin-top: 88px;
	left: 60%;
	margin-left: -30px;
	width: 320px;
	transform: translate(0%, 0%);
}
.bannerwrap {
width: 320px;
}
.ssBtns {
	left: 90%;
	margin-left: -22px;
}	
.banner1 {
	width: 320px;
	background-image: url("../img/bannerAd1b.svg");
}
.banner1F {
	width: 320px;
	background-image: url("../img/bannerFAd1b.svg");
}
.banner2 {
	width: 320px;
	background-image: url("../img/bannerAd2b.svg");
}
.banner2F {
	width: 320px;
	background-image: url("../img/bannerFAd2b.svg");
}
.banner3 {
	width: 320px;
	background-image: url("../img/bannerAd3b.svg");
}
.banner3F {
	width: 320px;
	background-image: url("../img/bannerFAd3b.svg");
}	
	
	
#fbr {
	top: 42%;
	margin-top: -125px;
	left: 60%;
	margin-left: -120px;	
}	
.NEWmenuLeft {
	top: 25%;
	left: 45%;
	margin-top: -110px;
	margin-left: 120px;
}
.NEWmenuLeft2 {
	top: 42%;
	margin-top: -105px;
	left: 60%;
	margin-left: -84px;	
}	
	
	
@media  (min-height: 480px) {	
.bannerpos {
	top: 33%;
	margin-top: 116px;
	left: 56%;
	margin-left: 6px;
	width: 320px;
	transform: translate(0%, 0%);
}
	.banovalopen {
	width: calc(35% + 200px);
	height: calc(35% + 150px);
	left: calc(60% - 100px);
	top: calc(30% + 40px);
}
}
	
	
@media screen and (min-height: 540px)  {	
#fbr {
    top: 11%;
	margin-top: -50px;
	left: 60%;
	margin-left: -120px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -40px;
	margin-left: -84px;	
}
	
}/*min height 540*/
	
	

@media only screen and (min-height: 580px) {

#carbox {
	top: 50%;
	margin-top: -20px;
	}		
.carpos {
	height: 510px;
	width: 1190px;
	left: 33%;
	margin-left: -770px;
}		
.logopos {
	width: 335px;
	height: 136px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 416px;
	margin-top: 220px;
}		
.yellowpos {
	width: 115px;
	height: 108px;
	margin-left: 673px;
	margin-top: 132px;
}
.expos {
	width: 469px;
	height: 183px;
	margin-left: 230px;
	margin-top: 375px;
}
.carvideoboxpos {
	height: 640px;
	width: 1495px;
	margin-top: -20px;
	margin-left: -40px;
}
.bannerpos {
	top: 28%;
	margin-top: 100px;
	left: 60%;
	margin-left: -30px;
	width: 320px;
	transform: translate(0%, 0%);
}
.NEWmenuLeft {
	top: 25%;
	left: 45%;
	margin-top: -140px;
	margin-left: 45px;
}
.banovalopen {
	width: calc(35% + 200px);
	height: calc(35% + 120px);
	left: calc(60% - 100px);
	top: calc(25% + 20px);
}
}/* min height 580*/
	
	
@media screen and (min-height: 768px)  {	
#fbr {
	width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -58px;
	left: 60%;
	margin-left: -130px;
}

.NEWmenuLeft2 {
    top: 12%;
	margin-top: -30px;
	left: 60%;	
	margin-left: -90px;
}
}/*min height 768*/
	
	
	
@media  (min-height: 780px) {
	
#carbox {
	top: 45%;
	margin-top: -20px;
	}
.carpos {
	height: 600px;
	width: 1400px;
	left: 33%;
	margin-left: -660px;
}		
.carvideoboxpos {
	height: 660px;
	width: 1540px;
	margin-top: -40px;
	margin-left: -70px;
	}	
.logopos {
	width: 456px;
	height: 144px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 342px;
	margin-top: 195px;
	}		
.yellowpos {
	width: 154px;
	height: 110px;
	margin-left: 655px;
	margin-top: 117px;
	}		
.expos {
	width: 308px;
	height: 121px;
	margin-left: 375px;
	margin-top: 405px;
	}
.banovalclosed {	
	top: 40%;
	margin-top: 250px;
	left: 35%;
	margin-left: 110px;
}
.banovalopen {
	width: calc(25% + 430px);
	height: calc(25% + 160px);
	left: calc(33% - 170px);
	top: calc(50% + 70px);
}
.bannerwrap {
width: 414px;
}
.bannerpos {
	top: 50%;
	margin-top: 210px;
	left: 50%;
	margin-left: 0px;
	width: 414px;
	transform: translate(-50%, 0%);
}
.banner1 {
	width: 414px;
	background-image: url("../img/bannerAd1.svg");
}
.banner1F {
	width: 414px;
	background-image: url("../img/bannerFAd1.svg");
}
.banner2 {
	width: 414px;
	background-image: url("../img/bannerAd2.svg");
}
.banner2F {
	width: 414px;
	background-image: url("../img/bannerFAd2.svg");
}
.banner3 {
	width: 414px;
	background-image: url("../img/bannerAd3.svg");
}
.banner3F {
	width: 414px;
	background-image: url("../img/bannerFAd3.svg");
}
	
.ssBtns {
	left: 90%;
	margin-left: 0px;
	top: -2em;
	width: 1.7em;
	height: 1.7em;
}	
#fbr {
	left: 60%;
	margin-left: -120px;
}
.NEWmenuLeft {
	top: 33%;
	left: 34.5%;
	margin-top: -268px;
	margin-left: 115px;
}
.NEWmenuLeft2 {	
    top: 12%;
	margin-top: -30px;
	left: 60%;	
	margin-left: -90px;
}	
}/*min height 780*/
	

}/*min width 768*/




/*-----------------------------------------------*/


@media only screen and (min-width: 812px) {
#carbox {
	top: 50%;
	margin-top: -20px;
	}			
.carpos {
	height: 510px;
	width: 1190px;
	left: 33%;
	margin-left: -634px;
}		
.yellowpos {
	width: 105px;
	height: 99px;
	margin-left: 550px;
	margin-top: 101px;
	}
.expos {
	width: 430px;
	height: 168px;
	margin-left: 130px;
	margin-top: 313px;
	}
.logopos {
	width: 375px;
	height: 120px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 264px;
	margin-top: 168px;
}	
.carvideoboxpos {
	height: 587px;
	width: 1370px;
	margin-top: -47px;
	margin-left: -120px;
	}
.bannerpos {
	top: 33%;
	margin-top: 88px;
	left: 53%;
	margin-left: 62px;
	width: 320px;
	transform: translate(0%, 0%);
}
.banovalopen {
	width: calc(35% + 200px);
	height: calc(35% + 150px);
	left: calc(60% - 90px);
	top: calc(30% + 30px);
}	
.NEWmenuLeft {
	margin-left: 65px;
}
	
@media  (min-height: 480px) {	
.bannerpos {
	top: 25%;
	margin-top: 156px;
	left: 56%;
	margin-left: 30px;
	width: 320px;
	transform: translate(0%, 0%);
}	
}
	
		

@media only screen and (min-height: 580px) {

#carbox {
	top: 50%;
	margin-top: -20px;
	}		
.carpos {
	height: 510px;
	width: 1190px;
	left: 33%;
	margin-left: -770px;
}		
.logopos {
	width: 335px;
	height: 136px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 416px;
	margin-top: 220px;
}		
.yellowpos {
	width: 115px;
	height: 108px;
	margin-left: 673px;
	margin-top: 132px;
}
.expos {
	width: 469px;
	height: 183px;
	margin-left: 230px;
	margin-top: 375px;
}
.carvideoboxpos {
	height: 640px;
	width: 1495px;
	margin-top: -20px;
	margin-left: -40px;
}
.bannerpos {
	top: 28%;
	margin-top: 100px;
	left: 60%;
	margin-left: -30px;
	width: 320px;
	transform: translate(0%, 0%);
}
.NEWmenuLeft {
	top: 25%;
	left: 45%;
	margin-top: -140px;
	margin-left: 45px;
}
.banovalopen {
	width: calc(35% + 200px);
	height: calc(35% + 120px);
	left: calc(60% - 100px);
	top: calc(25% + 20px);
}
}/* min height 580*/
	
@media  (min-height: 780px) {
	
.bannerpos {
	top: 50%;
	margin-top: 210px;
	left: 50%;
	margin-left: 0px;
	width: 414px;
	transform: translate(-50%, 0%);
}
.banovalopen {
	width: calc(25% + 430px);
	height: calc(25% + 160px);
	left: calc(33% - 170px);
	top: calc(50% + 70px);
}
#carbox {
	top: 45%;
	margin-top: -20px;
	}
.carpos {
	height: 600px;
	width: 1400px;
	left: 33%;
	margin-left: -660px;
}		
.carvideoboxpos {
	height: 660px;
	width: 1540px;
	margin-top: -40px;
	margin-left: -70px;
	}	
.logopos {
	width: 456px;
	height: 144px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 342px;
	margin-top: 195px;
	}		
.yellowpos {
	width: 154px;
	height: 110px;
	margin-left: 655px;
	margin-top: 117px;
	}		
.expos {
	width: 308px;
	height: 121px;
	margin-left: 375px;
	margin-top: 405px;
	}
	.NEWmenuLeft {
	top: 33%;
	left: 34.5%;
	margin-top: -268px;
	margin-left: 115px;
}
}/* min height 680*/
} /* min width 812*/





/*-----------------------------------------------*/

@media only screen and (min-width: 1024px) {
	.bannerpos {
	top: 45%;
	margin-top: 0px;
	left: 56%;
	margin-left: 70px;
	width: 320px;
	transform: translate(0%, 0%);
}	
.banovalclosed {	
	top: 45%;
	margin-top: 50px;
	left: 25%;
	margin-left: 400px;
}
.banovalopen {
	width: calc(25% + 300px);
	height: calc(35% + 150px);
	left: calc(25% + 270px);
	top: calc(30% + 28px);
}
#fbr {
	width: 108px;
	height: 62px;
	top: 34%;
	margin-top: -86px;
	left: 25%;
	margin-left: 226px;
}
.NEWmenuLeft {
	top: 16%;
	left: 50%;	
	margin-top: -76px;
	margin-left: -10px;
}
.NEWmenuLeft2 {
	top: 38%;
	left: 25%;
	margin-left: 280px;
	margin-top: -60px;
}
	
@media  (min-height: 375px) {
.bannerpos {
	top: 45%;
	margin-top: 40px;
	left: 56%;
	margin-left: 50px;
	width: 320px;
	transform: translate(0%, 0%);
}		
}
	

	
@media screen and (min-height: 480px) {
#fbr {
	width: 108px;
	height: 62px;
	top: 36%;
	margin-top: -162px;
	left: 25%;
	margin-left: 226px;
}
.NEWmenuLeft {
	top: 32%;
	left: 50%;	
	margin-top: -140px;
	margin-left: -10px;
}
.NEWmenuLeft2 {
	top: 36%;
	left: 25%;
	margin-top: -140px;
}
}/* min height 480*/
	
	
		
@media screen and (min-height: 540px)  {
#fbr {
	width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 226px;
}
.NEWmenuLeft {
	top: 26%;
	left: 50%;	
	margin-top: -110px;
	margin-left: -10px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -30px;
	left: 25%;
}
}/* min height 540*/
		
	

	
@media  (min-height: 640px) {
	
.NEWmenuLeft {
	top: 44%;
	left: 45%;	
	margin-top: -300px;
	margin-left: -10px;
}	
#carbox {
	top: 50%;
	margin-top: -40px;
}
.carpos {
	height: 600px;
	width: 1400px;
	left: 30%;
	margin-left: -600px;
}	
.carvideoboxpos {
	height: 810px;
	width: 1890px;
	margin-top: -60px;
	margin-left: -310px;
	}	
.logopos {
	width: 540px;
	height: 216px;
	background-image: url("../images/fullfbr2.svg");
	margin-left: 235px;
	margin-top: 242px;
	}		
.yellowpos {
	width: 189px;
	height: 135px;
	margin-left: 583px;
	margin-top: 114px;
	}		
.expos {
	width: 378px;
	height: 148px;
	margin-left: 225px;
	margin-top: 487px;
	}
.banovalclosed {	
	top: 42%;
	margin-top: 120px;
	left: 31%;
	margin-left: 510px;
}
.banovalopen {
	width: calc(40% + 120px);
	height: calc(35% + 165px);
	max-height: 420px;
	left: calc(30% + 240px);
	top: calc(50% - 210px);
}
.bannerpos {
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: 138px;
	width: 320px;
}
.bannerwrap {
width: 320px;
}
.ssBtns {
	left: 90%;
	margin-left: -15px;
}	
.banner1 {
	width: 320px;
	background-image: url("../img/bannerAd1b.svg");
}
.banner1F {
	width: 320px;
	background-image: url("../img/bannerFAd1b.svg");
}
.banner2 {
	width: 320px;
	background-image: url("../img/bannerAd2b.svg");
}
.banner2F {
	width: 320px;
	background-image: url("../img/bannerFAd2b.svg");
}
.banner3 {
	width: 320px;
	background-image: url("../img/bannerAd3b.svg");
}
.banner3F {
	width: 320px;
	background-image: url("../img/bannerFAd3b.svg");
}	
}/*min height 640*/
	
	
@media screen and (min-height: 680px)  {
#fbr {
    width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 226px;
}
}	
@media screen and (min-height: 768px)  {
#fbr {
    width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 226px;
}
}		
	
@media screen and (min-height: 860px)  {
    
#fbr {
	width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 226px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -30px;
	left: 25%;
		
}
}/* min height 860*/
		
	
	
}/*min width 1024*/







/*-----------------------------------------------*/

/*-----------------------------------------------*/

@media screen and (min-width: 1112px)  {
	

.bannerwrap {
	width: 320px;
}
.ssBtns {
	left: 90%;
	margin-left: -20px;
}	
.banner1 {
	width: 320px;
	background-image: url("../img/bannerAd1b.svg");
}
.banner1F {
	width: 320px;
	background-image: url("../img/bannerFAd1b.svg");
}
.banner2 {
	width: 320px;
	background-image: url("../img/bannerAd2b.svg");
}
.banner2F {
	width: 320px;
	background-image: url("../img/bannerFAd2b.svg");
}
.banner3 {
	width: 320px;
	background-image: url("../img/bannerAd3b.svg");
}
.banner3F {
	width: 320px;
	background-image: url("../img/bannerFAd3b.svg");
}		
	
	
@media screen and (min-height: 414px)  {
	#fbr {
	width: 108px;
	height: 62px;
	top: 30%;
	left: 25%;
	margin-left: 226px;
	margin-top: -106px;
}
.NEWmenuLeft {
	top: 16%;
	left: 34%;
	margin-top: -76px;
	margin-left: 140px;
}
.NEWmenuLeft2 {
	top: 30%;
	left: 25%;
	margin-left: 280px;
	margin-top: -80px;
}
}/* min height 414*/
	
		
@media screen and (min-height: 540px)  {
#fbr {
	width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 236px;
}
.NEWmenuLeft {
	top: 30%;
	left: 34%;
	margin-top: -140px;
	margin-left: 120px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -30px;
}
}/* min height 540*/
	
		
	
	
	
	
@media screen and (min-height: 640px)  {	
	
.NEWmenuLeft {
	top: 44%;
	left: 34%;	
	margin-top: -300px;
	margin-left: 100px;
}	
.bannerwrap {
width: 320px;
}
.ssBtns {
	left: 90%;
	margin-left: -15px;
}	
.banner1 {
width: 320px;
	background-image: url("../img/bannerAd1b.svg");
}
.banner1F {
	width: 320px;
	background-image: url("../img/bannerFAd1b.svg");
}
.banner2 {
	width: 320px;
	background-image: url("../img/bannerAd2b.svg");
}
.banner2F {
	width: 320px;
	background-image: url("../img/bannerFAd2b.svg");
}
.banner3 {
	width: 320px;
	background-image: url("../img/bannerAd3b.svg");
}
.banner3F {
	width: 320px;
	background-image: url("../img/bannerFAd3b.svg");
}
	
}/*min height 680*/

		
@media screen and (min-height: 680px)  {
#fbr {
	width: 108px;
	height: 62px;
	top: 27%;
	left: 25%;
	margin-left: 236px;
	margin-top: -166px;
}
}

@media screen and (min-height: 768px)  {
#fbr {
    width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 236px;
}
}		
@media screen and (min-height: 860px)  {
#fbr {
	width: 108px;
	height: 62px;
    top: 11%;
	margin-top: -50px;
	left: 25%;
	margin-left: 236px;
}
.NEWmenuLeft2 {
    top: 12%;
	margin-top: -30px;
}
}/* min height 860*/

	
	
	
}/*min width 1112*/







/*-----------------------------------------------*/

@media screen and (min-width: 1200px)  {

@media screen and (min-height: 680px)  {	
	
.bannerpos {
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: 100px;
	width: 320px;
}
.bannerwrap {
width: 414px;
}
.ssBtns {
	left: 90%;
	margin-left: 85px;
}	
.banner1 {
	width: 414px;
	background-image: url("../img/bannerAd1.svg");
}
.banner1F {
	width: 414px;
	background-image: url("../img/bannerFAd1.svg");
}
.banner2 {
	width: 414px;
	background-image: url("../img/bannerAd2.svg");
}
.banner2F {
	width: 414px;
	background-image: url("../img/bannerFAd2.svg");
}
.banner3 {
	width: 414px;
	background-image: url("../img/bannerAd3.svg");
}
.banner3F {
	width: 414px;
	background-image: url("../img/bannerFAd3.svg");
}
}/*min height 680*/

}/*min width 1200*/








/*-----------------------------------------------*/

/*-----------------------------------------------*/


@media only screen and (min-width: 2000px) {
	
.carpos {
	left: 0;
	margin-left: 0px;
}		
#fbr {
	width: 108px;
	height: 62px;
	top: 30%;
	left: 25%;
	margin-left: 236px;
	margin-top: -76px;
}
.NEWmenuLeft2 {
	top: 30%;
	margin-top: -50px;
}

@media screen and (min-height: 540px)  {	
#fbr {
	width: 108px;
	height: 62px;
	top: 20%;
	left: 25%;
	margin-left: 236px;
	margin-top: -93px;
}
.NEWmenuLeft2 {
	top: 20%;
	margin-top: -70px;
}
}/* min height 540*/

	
	
@media  (min-height: 640px) {
.carpos {
	left: 0;
	margin-left: 0px;
}	

}/*min height 640*/
				
}/*min width 2000*/


/*-----------------------------------------------*/

/*-----------------------------------------------*/



