/* 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:300px; 
  height:600px; 
}

#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_300x600.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_black_EN.png) no-repeat; */
  background-size: contain;
}

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

#f2_copy, #f3_copy{
  text-align: center;
  line-height: 25.5px;
  font-size: 25px;
  padding: 0 10px;
  letter-spacing: -0.5px;
  width: 100%;
  /* height: 31%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 413px;
  font-family: "trade-gothic-next", sans-serif;
} 

#endFrame_copy{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 345px;
  text-align: center;
}

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

#f4_copy1{
  font-size: 22px;
  position: relative;
  line-height: 21px;
}

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

#price{
  width: 100%;
  position: relative;
  font-family: "trade-gothic-next", sans-serif;
}

#price1{
  font-size: 10px;
  position: relative;
  letter-spacing: 0.2px;
  margin-top: 12px;
  margin-bottom: -10px;
}

#price2{
  position: relative;
  font-size: 84px;
  top: 2;
}

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

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

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

#cta { 
  overflow: hidden;
  position: relative;
  width: auto;
  height: 30px;
  margin: -4px auto;
  background: #0066cc;
  padding: 0 15px;
  font-family: "trade-gothic-next", sans-serif;
}

#ctaTxt {
  width: 100%;
  text-align: center;
  text-rendering: optimizeLegibility; 
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: #FFFFFF;
  padding-top: 5px;
  font-weight: 700;
}

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

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