@import url( 'fontello.min.css' );
@import url( 'icon-th.min.css' );
@import url( 'animation.css' );
@import url( 'jquery-ui.min.css' );
@import url( 'jquery-ui.structure.min.css' );
@import url( 'jquery-ui.theme.min.css' );

* {
  font-family: Arial,​Helvetica,​sans-serif;
}

body,
html,
#qfcontent {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#qf-header,
#qf-carousel,
#qf-footer {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
#qf-embed,
#qf-footer,
#qf-carousel {
  text-align: center;
}

#qf-embed {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #ffffff;
  z-index: 2;
}
#qf-embed textarea {
  border: 1px solid #0095a8;
  margin-top: 5px;
  width: 90%;
  font-size: 12px;
  padding: 3px;
}

#qf-header {
  background: #f4f4f4 none repeat scroll 0 0;
  height: 30px;
}
#qf-header div {
  color: #0c3953;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 11px;
}
#qf-header div a {
  display: inline-block;
  width: 30px;
  float: right;
  text-decoration: none;
  text-align: center;
}
#qf-header div a span:before {
  color: #0095a8;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
#qf-header div a:hover span:before,
#qf-header div a[data-toggle="on"] span:before {
  color: #ff7043;
}

#qf-carousel h3 {
  color: #ff9c00;
  font-size: 20px;
  line-height: 25px;
  height: 25px;
  margin: 10px 0 5px;
}
#qf-carousel div > div {
  color: #073751;
  font-size: 13px;
  font-weight: bold;
  padding: 0 5px;
}
#qf-carousel div > span {
  color: #073751;
  font-size: 10px;
  line-height: 12px;
}
#qf-carousel div div span {
  font-size: 16px;
}

#qf-footer {
  position: absolute;
  bottom: 0;
  height: 35px;
  z-index: 1;
}
#qf-footer label {
  display: none;
}
#qf-footer select {
  border: 1px solid #ffffff;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  width: 180px;
  box-shadow: 2px 2px 10px #888888;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 5px, #ffffff 5px), linear-gradient(135deg, #ffffff 5px, transparent 5px), linear-gradient(to right, #4b636e, #4b636e);
  background-position: calc(100% - 14px) calc(100% - 9px), calc(100% - 7px) calc(100% - 9px), 100% 0;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px, 28px 28px;
  box-sizing: border-box;
  padding-right: 28px;
  text-overflow: ellipsis;
}
#qf-footer select:focus {
  background-image: linear-gradient(45deg, #ffffff 5px, transparent 5px), linear-gradient(135deg, transparent 5px, #ffffff 5px), linear-gradient(to right, #4b636e, #4b636e);
  background-position: calc(100% - 7px) calc(100% - 9px), calc(100% - 14px) calc(100% - 9px), 100% 0;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px, 28px 28px;
  border-color: grey;
  outline: 0 none;
}
#qf-footer select::-ms-expand {
  display: none;
}
#qf-footer select option:nth-of-type(n+2) {
  font-weight: normal;
}