@import "http://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";
.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.quick-info {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.quick-info h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info h2 span {
  display: block;
}
.quick-info h2 strong {
  font-weight: 400;
  display: block;
  font-size: .8em;
}
.quick-info h2:before,
.quick-info h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .quick-info.qi-active {
    padding-bottom: 0;
    height: auto;
  }
}
.quick-info.qi-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.quick-info.qi-active h2:before {
  top: 0;
}
.quick-info.qi-active h2:after {
  bottom: -16px;
}
.quick-info .qi-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info .qi-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info.qi-active .qi-btn-action {
  top: 62px;
}
.quick-info .qi-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.quick-info .qi-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info .qi-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.quick-info .qi-footer a {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.quick-info .qi-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.quick-info .qi-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.quick-info .qi-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.quick-info .qi-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.quick-info .qi-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.quick-info .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-info.qi-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.quick-info.qi-active .qi-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .quick-info.qi-active .qi-content {
    position: relative;
    margin-right: 16px;
  }
}
.quick-info.qi-active .qi-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .quick-info.qi-active .qi-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.quick-info.qi-active .qi-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}
.quick-info.qi-active .qi-footer a {
  top: 0;
}
.quick-info.qi-active .qi-footer h4 {
  top: -32px;
}
.quick-info.Red h2 {
  background-color: #F44336;
}
.quick-info.Red h2:after {
  border-top-color: #F44336;
  border-right-color: #F44336;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Red h2:before {
  border-top-color: transparent;
  border-right-color: #B71C1C;
  border-bottom-color: #B71C1C;
  border-left-color: transparent;
}
.quick-info.Red.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #F44336;
  border-bottom-color: #F44336;
  border-left-color: transparent;
}
.quick-info.Red.qi-active h2:after {
  border-top-color: #B71C1C;
  border-right-color: #B71C1C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Red .qi-btn-action {
  background-color: #F44336;
}
.quick-info.Red .qi-btn-action:hover {
  background-color: #B71C1C;
}
.quick-info.Red .qi-footer h4 {
  color: #B71C1C;
}
.quick-info.Red .qi-footer a {
  background-color: #B71C1C;
}
.quick-info.Red.qi-active .qi-content {
  background-color: #FFEBEE;
}
.quick-info.Red.qi-active .qi-footer {
  background-color: #FFCDD2;
}
.quick-info.Red.qi-active .qi-btn-action {
  border-color: #FFEBEE;
}
.quick-info.Blue-Grey h2 {
  background-color: #607D8B;
}
.quick-info.Blue-Grey h2:after {
  border-top-color: #607D8B;
  border-right-color: #607D8B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue-Grey h2:before {
  border-top-color: transparent;
  border-right-color: #263238;
  border-bottom-color: #263238;
  border-left-color: transparent;
}
.quick-info.Blue-Grey.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #607D8B;
  border-bottom-color: #607D8B;
  border-left-color: transparent;
}
.quick-info.Blue-Grey.qi-active h2:after {
  border-top-color: #263238;
  border-right-color: #263238;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue-Grey .qi-btn-action {
  background-color: #607D8B;
}
.quick-info.Blue-Grey .qi-btn-action:hover {
  background-color: #263238;
}
.quick-info.Blue-Grey .qi-footer h4 {
  color: #263238;
}
.quick-info.Blue-Grey .qi-footer a {
  background-color: #263238;
}
.quick-info.Blue-Grey.qi-active .qi-content {
  background-color: #ECEFF1;
}
.quick-info.Blue-Grey.qi-active .qi-footer {
  background-color: #CFD8DC;
}
.quick-info.Blue-Grey.qi-active .qi-btn-action {
  border-color: #ECEFF1;
}
.quick-info.Pink h2 {
  background-color: #E91E63;
}
.quick-info.Pink h2:after {
  border-top-color: #E91E63;
  border-right-color: #E91E63;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Pink h2:before {
  border-top-color: transparent;
  border-right-color: #880E4F;
  border-bottom-color: #880E4F;
  border-left-color: transparent;
}
.quick-info.Pink.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #E91E63;
  border-bottom-color: #E91E63;
  border-left-color: transparent;
}
.quick-info.Pink.qi-active h2:after {
  border-top-color: #880E4F;
  border-right-color: #880E4F;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Pink .qi-btn-action {
  background-color: #E91E63;
}
.quick-info.Pink .qi-btn-action:hover {
  background-color: #880E4F;
}
.quick-info.Pink .qi-footer h4 {
  color: #880E4F;
}
.quick-info.Pink .qi-footer a {
  background-color: #880E4F;
}
.quick-info.Pink.qi-active .qi-content {
  background-color: #FCE4EC;
}
.quick-info.Pink.qi-active .qi-footer {
  background-color: #F8BBD0;
}
.quick-info.Pink.qi-active .qi-btn-action {
  border-color: #FCE4EC;
}
.quick-info.Purple h2 {
  background-color: #9C27B0;
}
.quick-info.Purple h2:after {
  border-top-color: #9C27B0;
  border-right-color: #9C27B0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Purple h2:before {
  border-top-color: transparent;
  border-right-color: #4A148C;
  border-bottom-color: #4A148C;
  border-left-color: transparent;
}
.quick-info.Purple.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #9C27B0;
  border-bottom-color: #9C27B0;
  border-left-color: transparent;
}
.quick-info.Purple.qi-active h2:after {
  border-top-color: #4A148C;
  border-right-color: #4A148C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Purple .qi-btn-action {
  background-color: #9C27B0;
}
.quick-info.Purple .qi-btn-action:hover {
  background-color: #4A148C;
}
.quick-info.Purple .qi-footer h4 {
  color: #4A148C;
}
.quick-info.Purple .qi-footer a {
  background-color: #4A148C;
}
.quick-info.Purple.qi-active .qi-content {
  background-color: #F3E5F5;
}
.quick-info.Purple.qi-active .qi-footer {
  background-color: #E1BEE7;
}
.quick-info.Purple.qi-active .qi-btn-action {
  border-color: #F3E5F5;
}
.quick-info.Deep-Purple h2 {
  background-color: #673AB7;
}
.quick-info.Deep-Purple h2:after {
  border-top-color: #673AB7;
  border-right-color: #673AB7;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Deep-Purple h2:before {
  border-top-color: transparent;
  border-right-color: #311B92;
  border-bottom-color: #311B92;
  border-left-color: transparent;
}
.quick-info.Deep-Purple.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #673AB7;
  border-bottom-color: #673AB7;
  border-left-color: transparent;
}
.quick-info.Deep-Purple.qi-active h2:after {
  border-top-color: #311B92;
  border-right-color: #311B92;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Deep-Purple .qi-btn-action {
  background-color: #673AB7;
}
.quick-info.Deep-Purple .qi-btn-action:hover {
  background-color: #311B92;
}
.quick-info.Deep-Purple .qi-footer h4 {
  color: #311B92;
}
.quick-info.Deep-Purple .qi-footer a {
  background-color: #311B92;
}
.quick-info.Deep-Purple.qi-active .qi-content {
  background-color: #EDE7F6;
}
.quick-info.Deep-Purple.qi-active .qi-footer {
  background-color: #D1C4E9;
}
.quick-info.Deep-Purple.qi-active .qi-btn-action {
  border-color: #EDE7F6;
}
.quick-info.Indigo h2 {
  background-color: #3F51B5;
}
.quick-info.Indigo h2:after {
  border-top-color: #3F51B5;
  border-right-color: #3F51B5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Indigo h2:before {
  border-top-color: transparent;
  border-right-color: #1A237E;
  border-bottom-color: #1A237E;
  border-left-color: transparent;
}
.quick-info.Indigo.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #3F51B5;
  border-bottom-color: #3F51B5;
  border-left-color: transparent;
}
.quick-info.Indigo.qi-active h2:after {
  border-top-color: #1A237E;
  border-right-color: #1A237E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Indigo .qi-btn-action {
  background-color: #3F51B5;
}
.quick-info.Indigo .qi-btn-action:hover {
  background-color: #1A237E;
}
.quick-info.Indigo .qi-footer h4 {
  color: #1A237E;
}
.quick-info.Indigo .qi-footer a {
  background-color: #1A237E;
}
.quick-info.Indigo.qi-active .qi-content {
  background-color: #E8EAF6;
}
.quick-info.Indigo.qi-active .qi-footer {
  background-color: #C5CAE9;
}
.quick-info.Indigo.qi-active .qi-btn-action {
  border-color: #E8EAF6;
}
.quick-info.Blue h2 {
  background-color: #2196F3;
}
.quick-info.Blue h2:after {
  border-top-color: #2196F3;
  border-right-color: #2196F3;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue h2:before {
  border-top-color: transparent;
  border-right-color: #0D47A1;
  border-bottom-color: #0D47A1;
  border-left-color: transparent;
}
.quick-info.Blue.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #2196F3;
  border-bottom-color: #2196F3;
  border-left-color: transparent;
}
.quick-info.Blue.qi-active h2:after {
  border-top-color: #0D47A1;
  border-right-color: #0D47A1;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue .qi-btn-action {
  background-color: #2196F3;
}
.quick-info.Blue .qi-btn-action:hover {
  background-color: #0D47A1;
}
.quick-info.Blue .qi-footer h4 {
  color: #0D47A1;
}
.quick-info.Blue .qi-footer a {
  background-color: #0D47A1;
}
.quick-info.Blue.qi-active .qi-content {
  background-color: #E3F2FD;
}
.quick-info.Blue.qi-active .qi-footer {
  background-color: #BBDEFB;
}
.quick-info.Blue.qi-active .qi-btn-action {
  border-color: #E3F2FD;
}
.quick-info.Light-Blue h2 {
  background-color: #03A9F4;
}
.quick-info.Light-Blue h2:after {
  border-top-color: #03A9F4;
  border-right-color: #03A9F4;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Light-Blue h2:before {
  border-top-color: transparent;
  border-right-color: #01579B;
  border-bottom-color: #01579B;
  border-left-color: transparent;
}
.quick-info.Light-Blue.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #03A9F4;
  border-bottom-color: #03A9F4;
  border-left-color: transparent;
}
.quick-info.Light-Blue.qi-active h2:after {
  border-top-color: #01579B;
  border-right-color: #01579B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Light-Blue .qi-btn-action {
  background-color: #03A9F4;
}
.quick-info.Light-Blue .qi-btn-action:hover {
  background-color: #01579B;
}
.quick-info.Light-Blue .qi-footer h4 {
  color: #01579B;
}
.quick-info.Light-Blue .qi-footer a {
  background-color: #01579B;
}
.quick-info.Light-Blue.qi-active .qi-content {
  background-color: #E1F5FE;
}
.quick-info.Light-Blue.qi-active .qi-footer {
  background-color: #B3E5FC;
}
.quick-info.Light-Blue.qi-active .qi-btn-action {
  border-color: #E1F5FE;
}
.quick-info.Cyan h2 {
  background-color: #00BCD4;
}
.quick-info.Cyan h2:after {
  border-top-color: #00BCD4;
  border-right-color: #00BCD4;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Cyan h2:before {
  border-top-color: transparent;
  border-right-color: #006064;
  border-bottom-color: #006064;
  border-left-color: transparent;
}
.quick-info.Cyan.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #00BCD4;
  border-bottom-color: #00BCD4;
  border-left-color: transparent;
}
.quick-info.Cyan.qi-active h2:after {
  border-top-color: #006064;
  border-right-color: #006064;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Cyan .qi-btn-action {
  background-color: #00BCD4;
}
.quick-info.Cyan .qi-btn-action:hover {
  background-color: #006064;
}
.quick-info.Cyan .qi-footer h4 {
  color: #006064;
}
.quick-info.Cyan .qi-footer a {
  background-color: #006064;
}
.quick-info.Cyan.qi-active .qi-content {
  background-color: #E0F7FA;
}
.quick-info.Cyan.qi-active .qi-footer {
  background-color: #B2EBF2;
}
.quick-info.Cyan.qi-active .qi-btn-action {
  border-color: #E0F7FA;
}
.quick-info.Teal h2 {
  background-color: #009688;
}
.quick-info.Teal h2:after {
  border-top-color: #009688;
  border-right-color: #009688;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Teal h2:before {
  border-top-color: transparent;
  border-right-color: #004D40;
  border-bottom-color: #004D40;
  border-left-color: transparent;
}
.quick-info.Teal.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #009688;
  border-bottom-color: #009688;
  border-left-color: transparent;
}
.quick-info.Teal.qi-active h2:after {
  border-top-color: #004D40;
  border-right-color: #004D40;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Teal .qi-btn-action {
  background-color: #009688;
}
.quick-info.Teal .qi-btn-action:hover {
  background-color: #004D40;
}
.quick-info.Teal .qi-footer h4 {
  color: #004D40;
}
.quick-info.Teal .qi-footer a {
  background-color: #004D40;
}
.quick-info.Teal.qi-active .qi-content {
  background-color: #E0F2F1;
}
.quick-info.Teal.qi-active .qi-footer {
  background-color: #B2DFDB;
}
.quick-info.Teal.qi-active .qi-btn-action {
  border-color: #E0F2F1;
}
.quick-info.Green h2 {
  background-color: #4CAF50;
}
.quick-info.Green h2:after {
  border-top-color: #4CAF50;
  border-right-color: #4CAF50;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Green h2:before {
  border-top-color: transparent;
  border-right-color: #1B5E20;
  border-bottom-color: #1B5E20;
  border-left-color: transparent;
}
.quick-info.Green.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #4CAF50;
  border-bottom-color: #4CAF50;
  border-left-color: transparent;
}
.quick-info.Green.qi-active h2:after {
  border-top-color: #1B5E20;
  border-right-color: #1B5E20;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Green .qi-btn-action {
  background-color: #4CAF50;
}
.quick-info.Green .qi-btn-action:hover {
  background-color: #1B5E20;
}
.quick-info.Green .qi-footer h4 {
  color: #1B5E20;
}
.quick-info.Green .qi-footer a {
  background-color: #1B5E20;
}
.quick-info.Green.qi-active .qi-content {
  background-color: #E8F5E9;
}
.quick-info.Green.qi-active .qi-footer {
  background-color: #C8E6C9;
}
.quick-info.Green.qi-active .qi-btn-action {
  border-color: #E8F5E9;
}
.quick-info.Light-Green h2 {
  background-color: #8BC34A;
}
.quick-info.Light-Green h2:after {
  border-top-color: #8BC34A;
  border-right-color: #8BC34A;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Light-Green h2:before {
  border-top-color: transparent;
  border-right-color: #33691E;
  border-bottom-color: #33691E;
  border-left-color: transparent;
}
.quick-info.Light-Green.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #8BC34A;
  border-bottom-color: #8BC34A;
  border-left-color: transparent;
}
.quick-info.Light-Green.qi-active h2:after {
  border-top-color: #33691E;
  border-right-color: #33691E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Light-Green .qi-btn-action {
  background-color: #8BC34A;
}
.quick-info.Light-Green .qi-btn-action:hover {
  background-color: #33691E;
}
.quick-info.Light-Green .qi-footer h4 {
  color: #33691E;
}
.quick-info.Light-Green .qi-footer a {
  background-color: #33691E;
}
.quick-info.Light-Green.qi-active .qi-content {
  background-color: #F1F8E9;
}
.quick-info.Light-Green.qi-active .qi-footer {
  background-color: #DCEDC8;
}
.quick-info.Light-Green.qi-active .qi-btn-action {
  border-color: #F1F8E9;
}
.quick-info.Lime h2 {
  background-color: #CDDC39;
}
.quick-info.Lime h2:after {
  border-top-color: #CDDC39;
  border-right-color: #CDDC39;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Lime h2:before {
  border-top-color: transparent;
  border-right-color: #827717;
  border-bottom-color: #827717;
  border-left-color: transparent;
}
.quick-info.Lime.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #CDDC39;
  border-bottom-color: #CDDC39;
  border-left-color: transparent;
}
.quick-info.Lime.qi-active h2:after {
  border-top-color: #827717;
  border-right-color: #827717;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Lime .qi-btn-action {
  background-color: #CDDC39;
}
.quick-info.Lime .qi-btn-action:hover {
  background-color: #827717;
}
.quick-info.Lime .qi-footer h4 {
  color: #827717;
}
.quick-info.Lime .qi-footer a {
  background-color: #827717;
}
.quick-info.Lime.qi-active .qi-content {
  background-color: #F9FBE7;
}
.quick-info.Lime.qi-active .qi-footer {
  background-color: #F0F4C3;
}
.quick-info.Lime.qi-active .qi-btn-action {
  border-color: #F9FBE7;
}
.quick-info.Yellow h2 {
  background-color: #FFEB3B;
}
.quick-info.Yellow h2:after {
  border-top-color: #FFEB3B;
  border-right-color: #FFEB3B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Yellow h2:before {
  border-top-color: transparent;
  border-right-color: #F57F17;
  border-bottom-color: #F57F17;
  border-left-color: transparent;
}
.quick-info.Yellow.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #FFEB3B;
  border-bottom-color: #FFEB3B;
  border-left-color: transparent;
}
.quick-info.Yellow.qi-active h2:after {
  border-top-color: #F57F17;
  border-right-color: #F57F17;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Yellow .qi-btn-action {
  background-color: #FFEB3B;
}
.quick-info.Yellow .qi-btn-action:hover {
  background-color: #F57F17;
}
.quick-info.Yellow .qi-footer h4 {
  color: #F57F17;
}
.quick-info.Yellow .qi-footer a {
  background-color: #F57F17;
}
.quick-info.Yellow.qi-active .qi-content {
  background-color: #FFFDE7;
}
.quick-info.Yellow.qi-active .qi-footer {
  background-color: #FFF9C4;
}
.quick-info.Yellow.qi-active .qi-btn-action {
  border-color: #FFFDE7;
}
.quick-info.Amber h2 {
  background-color: #FFC107;
}
.quick-info.Amber h2:after {
  border-top-color: #FFC107;
  border-right-color: #FFC107;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Amber h2:before {
  border-top-color: transparent;
  border-right-color: #FF6F00;
  border-bottom-color: #FF6F00;
  border-left-color: transparent;
}
.quick-info.Amber.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #FFC107;
  border-bottom-color: #FFC107;
  border-left-color: transparent;
}
.quick-info.Amber.qi-active h2:after {
  border-top-color: #FF6F00;
  border-right-color: #FF6F00;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Amber .qi-btn-action {
  background-color: #FFC107;
}
.quick-info.Amber .qi-btn-action:hover {
  background-color: #FF6F00;
}
.quick-info.Amber .qi-footer h4 {
  color: #FF6F00;
}
.quick-info.Amber .qi-footer a {
  background-color: #FF6F00;
}
.quick-info.Amber.qi-active .qi-content {
  background-color: #FFF8E1;
}
.quick-info.Amber.qi-active .qi-footer {
  background-color: #FFECB3;
}
.quick-info.Amber.qi-active .qi-btn-action {
  border-color: #FFF8E1;
}
.quick-info.Orange h2 {
  background-color: #FF9800;
}
.quick-info.Orange h2:after {
  border-top-color: #FF9800;
  border-right-color: #FF9800;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Orange h2:before {
  border-top-color: transparent;
  border-right-color: #E65100;
  border-bottom-color: #E65100;
  border-left-color: transparent;
}
.quick-info.Orange.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #FF9800;
  border-bottom-color: #FF9800;
  border-left-color: transparent;
}
.quick-info.Orange.qi-active h2:after {
  border-top-color: #E65100;
  border-right-color: #E65100;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Orange .qi-btn-action {
  background-color: #FF9800;
}
.quick-info.Orange .qi-btn-action:hover {
  background-color: #E65100;
}
.quick-info.Orange .qi-footer h4 {
  color: #E65100;
}
.quick-info.Orange .qi-footer a {
  background-color: #E65100;
}
.quick-info.Orange.qi-active .qi-content {
  background-color: #FFF3E0;
}
.quick-info.Orange.qi-active .qi-footer {
  background-color: #FFE0B2;
}
.quick-info.Orange.qi-active .qi-btn-action {
  border-color: #FFF3E0;
}
.quick-info.Deep-Orange h2 {
  background-color: #FF5722;
}
.quick-info.Deep-Orange h2:after {
  border-top-color: #FF5722;
  border-right-color: #FF5722;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Deep-Orange h2:before {
  border-top-color: transparent;
  border-right-color: #BF360C;
  border-bottom-color: #BF360C;
  border-left-color: transparent;
}
.quick-info.Deep-Orange.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #FF5722;
  border-bottom-color: #FF5722;
  border-left-color: transparent;
}
.quick-info.Deep-Orange.qi-active h2:after {
  border-top-color: #BF360C;
  border-right-color: #BF360C;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Deep-Orange .qi-btn-action {
  background-color: #FF5722;
}
.quick-info.Deep-Orange .qi-btn-action:hover {
  background-color: #BF360C;
}
.quick-info.Deep-Orange .qi-footer h4 {
  color: #BF360C;
}
.quick-info.Deep-Orange .qi-footer a {
  background-color: #BF360C;
}
.quick-info.Deep-Orange.qi-active .qi-content {
  background-color: #FBE9E7;
}
.quick-info.Deep-Orange.qi-active .qi-footer {
  background-color: #FFCCBC;
}
.quick-info.Deep-Orange.qi-active .qi-btn-action {
  border-color: #FBE9E7;
}
.quick-info.Brown h2 {
  background-color: #795548;
}
.quick-info.Brown h2:after {
  border-top-color: #795548;
  border-right-color: #795548;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Brown h2:before {
  border-top-color: transparent;
  border-right-color: #3E2723;
  border-bottom-color: #3E2723;
  border-left-color: transparent;
}
.quick-info.Brown.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #795548;
  border-bottom-color: #795548;
  border-left-color: transparent;
}
.quick-info.Brown.qi-active h2:after {
  border-top-color: #3E2723;
  border-right-color: #3E2723;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Brown .qi-btn-action {
  background-color: #795548;
}
.quick-info.Brown .qi-btn-action:hover {
  background-color: #3E2723;
}
.quick-info.Brown .qi-footer h4 {
  color: #3E2723;
}
.quick-info.Brown .qi-footer a {
  background-color: #3E2723;
}
.quick-info.Brown.qi-active .qi-content {
  background-color: #EFEBE9;
}
.quick-info.Brown.qi-active .qi-footer {
  background-color: #D7CCC8;
}
.quick-info.Brown.qi-active .qi-btn-action {
  border-color: #EFEBE9;
}
.quick-info.Grey h2 {
  background-color: #9E9E9E;
}
.quick-info.Grey h2:after {
  border-top-color: #9E9E9E;
  border-right-color: #9E9E9E;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Grey h2:before {
  border-top-color: transparent;
  border-right-color: #212121;
  border-bottom-color: #212121;
  border-left-color: transparent;
}
.quick-info.Grey.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #9E9E9E;
  border-bottom-color: #9E9E9E;
  border-left-color: transparent;
}
.quick-info.Grey.qi-active h2:after {
  border-top-color: #212121;
  border-right-color: #212121;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Grey .qi-btn-action {
  background-color: #9E9E9E;
}
.quick-info.Grey .qi-btn-action:hover {
  background-color: #212121;
}
.quick-info.Grey .qi-footer h4 {
  color: #212121;
}
.quick-info.Grey .qi-footer a {
  background-color: #212121;
}
.quick-info.Grey.qi-active .qi-content {
  background-color: #FAFAFA;
}
.quick-info.Grey.qi-active .qi-footer {
  background-color: #F5F5F5;
}
.quick-info.Grey.qi-active .qi-btn-action {
  border-color: #FAFAFA;
}
.quick-info.Blue-Grey h2 {
  background-color: #607D8B;
}
.quick-info.Blue-Grey h2:after {
  border-top-color: #607D8B;
  border-right-color: #607D8B;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue-Grey h2:before {
  border-top-color: transparent;
  border-right-color: #263238;
  border-bottom-color: #263238;
  border-left-color: transparent;
}
.quick-info.Blue-Grey.qi-active h2:before {
  border-top-color: transparent;
  border-right-color: #607D8B;
  border-bottom-color: #607D8B;
  border-left-color: transparent;
}
.quick-info.Blue-Grey.qi-active h2:after {
  border-top-color: #263238;
  border-right-color: #263238;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.quick-info.Blue-Grey .qi-btn-action {
  background-color: #607D8B;
}
.quick-info.Blue-Grey .qi-btn-action:hover {
  background-color: #263238;
}
.quick-info.Blue-Grey .qi-footer h4 {
  color: #263238;
}
.quick-info.Blue-Grey .qi-footer a {
  background-color: #263238;
}
.quick-info.Blue-Grey.qi-active .qi-content {
  background-color: #ECEFF1;
}
.quick-info.Blue-Grey.qi-active .qi-footer {
  background-color: #CFD8DC;
}
.quick-info.Blue-Grey.qi-active .qi-btn-action {
  border-color: #ECEFF1;
}
body {
  background-color: #ECEFF1;
  color: #37474F;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 200;
}
