/* Trade Gothic Next LT Pro Bold
font-family: trade-gothic-next, sans-serif;
font-weight: 700;
font-style: normal;

Trade Gothic Next LT Pro Regular
font-family: trade-gothic-next, sans-serif;
font-weight: 400;
font-style: normal; */


body {
	margin: 0px;
}

div { 
	position:absolute; 
	margin:0px; 
  padding:0px;
  box-sizing: border-box;
  font-family: "trade-gothic-next", sans-serif;
}

p {
  font-weight: 700;
  box-sizing: border-box;
}

/** * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

/* Fix fonts that render as bold in Firefox */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.bannerSize {
	width:728px; 
  height:90px; 
}

#viewport { 
	overflow:hidden;
  position: relative;
  margin: 0 auto;
}

#border { 
	position: absolute;
	pointer-events: none;
  left: 0px;
  top: 0px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #000;
}

#clickable { 
	position: absolute;
  left: 0px;
  top: 0px;
	opacity: 0;
}

#video {
	position: absolute;
	background:transparent url('images/poster.jpg') no-repeat 0 0;
   -webkit-background-size:contain;
   -moz-background-size:contain;
   -o-background-size:contain;
   background-size:contain;
}

#background { 
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: url(images/background_chrysler_tire_728X90.jpg) no-repeat; */
  background-size: contain;
}

#brandLogo { 
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(images/mopar_logo_EN.png) no-repeat;
  background-size: contain;
}

#brandLockup { 
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: url(images/mopar_lockup_white_FR.png) no-repeat; */
  background-size: contain;
}

#vehicleLogo{ 
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: url(images/chrysler_logo_black_728x90.png) no-repeat; */
  background-size: contain;
}

#f2_copy, #f3_copy{
  text-align: left;
  line-height: 23px;
  font-size: 17px;
  padding: 0 10px;
  letter-spacing: -0.5px;
  /* width: 32%; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 2px;
  left: 440px;
  font-family: "trade-gothic-next", sans-serif;
} 

#endFrame_copy{
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  right: 15%;
  height: 100%;
  padding-top: 0px;
}

#f4_copy{
  font-family: "trade-gothic-next", sans-serif;
}

#f4_copy1{
  font-size: 24px;
  position: relative;
  line-height: 16px;
  margin-bottom: 0px;
}

#f4_copy2{
  font-size: 32px;
  position: relative;
  width: 100%;
  line-height: 23px;
  margin-top: 0px;
}

#price{
  right: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
  padding-top: 2px;
  font-family: "trade-gothic-next", sans-serif;
}

#price1{
  font-size: 8px;
  position: relative;
  letter-spacing: 0.2px;
  margin-bottom: -5px;
  width: 100%;
  padding-left: 10px;
}

#price2{
  position: relative;
  font-size: 45px;
  top: 0;
}

sup {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 19px;
  vertical-align: top;
}

span.price {
  position: relative;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 12px;
  vertical-align: 212%;
}

#cta_container{
    top: 504px;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
}

#cta { 
  overflow: hidden;
  position: absolute;
  width: 70px;
  height: 20px;
  background: #0066cc;
  font-family: "trade-gothic-next", sans-serif;
  right: 19px;
  top: 58px;
}

#ctaTxt {
  width: 100%;
  text-align: center;
  text-rendering: optimizeLegibility; 
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  color: #FFFFFF;
  padding-top: 2px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding-left: 1px;
}


#sheen { 
	position: absolute;
  left: -80px;
  top: 0px;
	width:75px; 
	height:30px; 
	background: url(images/sheen.png) no-repeat;
}

span.letter{
  letter-spacing: -0.5px;
}