@charset "UTF-8";
/* CSS Document */

#awconfig-holder {
  /*position: absolute;*/
  /*max-width: 900px;*/
  text-align: center;
  /*position: relative;*/
  /*width: 100%;*/
  /*height: 240px;*/
  background-color: transparent !important;

  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: box;*/
  /*-moz-box-orient: horizontal;*/
  /*box-orient: horizontal;*/
  /*-webkit-box-orient: horizontal;*/
  z-index: -100;
  opacity: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awning-configurator {
  position: relative;
  margin: 0 auto;
  /*display: inline-block;*/
  flex: 0 1;
}

#awn-wrapper {
  width: 100px;
  min-height: 1px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform: rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  -moz-transform: rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  -o-transform: rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  -ms-transform: rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(50deg) rotateZ(0deg);

  overflow: visible !important;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#back-bar {
  width: calc(100% + 26px);
  margin-left: -13px;
  height: 45px;
  position: relative;
  background-image: url(img/bar-back-left-double.png), url(img/bar-back-mid.png), url(img/bar-back-right.png);
  background-size: 45px, auto, 16px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
}


#front-bar {
  min-height: 25px;
  position: absolute;
  top: 0px;
  background-image: url(img/bar-front.png);
  background-repeat: no-repeat;
  background-size: 100% 25px;
  width: calc(100% + 6px);
  margin-left: -3px;
}

#awn-top {
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
  position: absolute;
  top:25px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*-webkit-transform: perspective(550px) rotateX(70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-moz-transform: perspective(550px) rotateX(70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-o-transform: perspective(550px) rotateX(70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-ms-transform: perspective(550px) rotateX(70deg) rotateY(0deg) rotateZ(0deg);*/
  transform:  rotateX(70deg) rotateY(0deg) rotateZ(0deg);
}

#awn-top img {
  width: 100%;
  height: 100%;
}
#val-holder {
  min-height: 10px;
  position: relative;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: rotateX(-70deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: rotateX(-70deg) rotateY(0deg) rotateZ(0deg) ;
  -ms-transform: rotateX(-70deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-70deg) rotateY(0deg) rotateZ(0deg);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#awn-val {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
}

#awn-droit {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}
#val-select {
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #999 solid 1px;
  font-size: 12px;
  cursor: pointer;
  padding:1px 5px;
  width: 190px;
  white-space: pre;
  overflow: hidden;
}
#val-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: absolute;
  width: auto;
  height: auto;
  right:0;
  overflow: hidden;
  display: none;
  background-color: #FFF;
  z-index: 1000 !important;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
}
.val-option {
  line-height: 20px;
  padding: 5px;
  height: 20px;
  width: 260px;
  font-size: 11px;
  cursor: pointer;
  border-bottom: #999 solid 1px;
  color: #000;
  background-color: #FFF;
  background-position: 190px;
  background-repeat: no-repeat;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;

}
.val-option:hover {
  background-color: #EAF28E;
}
.corner {
  position: absolute;
  /*background:aqua;
  height: 3px;
  width: 3px;*/
}
.corner.tl {
  left: 0;
  top: 0;
}
.corner.tr {
  right: 0;
  top: 0;
}
.corner.bl {
  left: 0;
  top: 0;
}
.corner.blb {
  left: 0;
  bottom: 0;
}
.corner.br {
  right: 0;
  top: 0;
}

.corner.bl-back, .corner.tl-back {
  left: 0;
  top: 0;
}

#arr-bottom{position:absolute; height:10px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  text-align:center;
}

#arr-left {position:absolute; height:10px; top:0px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-align:center;
}

#arr-left-back {position:absolute; height:10px; top:0px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  text-align:center;
}

#arr-right {position:absolute; height:10px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  text-align:center;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  text-align:center;
}

.arr-legend {font-size:12px; width:auto;line-height:16px; display:inline-block; height:12px; margin-top:-11px; text-align:center;
}

.num-input {width:50px !important;}


/*********************  back part ******************/

#awn-top-back {
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
  position: absolute;
  top:25px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  /*-webkit-transform: perspective(550px) rotateX(-70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-moz-transform: perspective(550px) rotateX(-70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-o-transform: perspective(550px) rotateX(-70deg) rotateY(0deg) rotateZ(0deg);*/
  /*-ms-transform: perspective(550px) rotateX(-70deg) rotateY(0deg) rotateZ(0deg);*/
  transform:  rotateX(-74deg) rotateY(0deg) rotateZ(0deg);
}

#awn-top-back img {
  width: 100%;
  height: 100%;
}
#val-holder-back {
  min-height: 10px;
  position: relative;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg) translateY(2px);
  -moz-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg) translateY(2px);
  -o-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg) translateY(2px);
  -ms-transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg) translateY(2px);
  transform: rotateX(74deg) rotateY(0deg) rotateZ(0deg) translateY(2px);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#awn-val-back {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
}

#awn-droit-back {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}

#front-bar-back {
  min-height: 25px;
  position: absolute;
  top: 0px;
  background-image: url(img/bar-front.png);
  background-repeat: no-repeat;
  background-size: 100% 25px;
  width: calc(100% + 6px);
  margin-left: -3px;
}


#ie-message {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 850px;
  height: 190px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-image: url(img/ie-msg-bg-double.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  line-height:22px;
  padding-top:50px;
}

#ie-link, #ie-link:visited,#ie-link:hover, #ie-link:active {color: #0099FF; font-weight:bold;}