@charset "UTF-8";

@font-face {
  font-family: 'peugeotregular';
  src: url('https://s0.2mdn.net/creatives/assets/3754153/peugeot_normal_v2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'peugeotbold';
  src: url('https://s0.2mdn.net/creatives/assets/3754153/peugeot_bold_v2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------
    Reset
---------------------------------------*/

/* apply a natural box layout model to all elements */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
}

img {
  border: 0;
  outline: 0;
}

br {
  position: static !important;
}
.colorBlue{
  color:#23c4de;
  font-weight: bold;
}
/*-------------------------------------
    Layout
---------------------------------------*/
#clicktag {
  position: absolute;
  cursor: pointer;
  background: gray;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

#clicktag img {
  border: none;
  outline: none;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader.show {
  display: block;
}

#container {
  font-family: 'peugeotregular', sans-serif;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 250px;
}

#content {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

#content>div {
  position: absolute;
}

#content.show {
  display: block;
}

#content.hide,
#loader.hide {
  display: none;
}

/*-------------------------------------
    Content Elements
---------------------------------------*/
#bgCarImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#logo {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: auto;
  right: 15px;
  top: 15px;
}

#headContainer {
  width: 70%;
  height: auto;
  top: 15px;
  left: 15px;
  z-index: 10;
  position: relative !important;
}

#modelNameTxt {
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  font-family: 'peugeotregular' !important;
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 15px;
}

#modelNameTxt span,
#modelNameTxt strong,
#modelNameTxt b {
  font-family: 'peugeotbold' !important;
}

#headLineContainer {
  position: relative !important;
}

#headLineTxt1,
#headLineTxt2,
#headLineTxt3,
#propertyTxt1,
#propertyTxt2,
#propertyTxt3 {
  line-height: 1.2;
  text-align: left;
  font-family: 'peugeotbold' !important;
  position: absolute;
  top: 0px;
  color: #ffffff;
}

#headLineTxt1 span,
#headLineTxt2 span,
#headLineTxt3 span,
#propertyTxt1 span,
#propertyTxt2 span,
#propertyTxt3 span {
  font-family: 'peugeotregular' !important;
}

#headLineTxt1,
#headLineTxt2,
#propertyTxt1,
#propertyTxt2,
#propertyTxt3 {
  font-size: 15px;
}

#headLineTxt3 {
  font-size: 15px;
}

#propertyImg1,
#propertyImg2,
#propertyImg3 {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#cta {
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  padding: 6px 10px;
  bottom: 15px;
  left: 50%;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  background-color: #008fe5;
  border: 1px solid #006bd9;
  font-size: 10px;
}