.flexslider{
  	margin-bottom: 0;
  }

  .flexslider .slides img {
    //height: 750px;
    max-width: 100% !important;
  }

  @media only screen and (max-width: 767px) {
    .flexslider .slides img {
      //height: 400px;
    }
    .resultZoomWrapper .resultZoomContentItems .resultZoomYourResultItem {
      line-height: 1.5 !important;
    }
  }
  .flex-direction-nav a:before {
    font-family: "flexsliderIcon";
  }


  .btn-warning, .btn-warning:hover {
    color: #ebad42;
    background-color: white;
    border-color: #ebad42;
    font-size: 13px;
  }
  .card.card-block {
    background: none;
    border: 0;
    font-family: LatoRegular;
    font-size: 14px;
    color: #4a4a4a;
    padding: 20px;
  }
  
  @media only screen and (min-width: 768px) {
    .resultZoomWrapper .questionsInsideContent .orangeButton.consultWithFlooring {
      padding: 0 50px; 
    }
    .questionsWrapper.resultZoomWrapper .questionsContent .questionsInsideContent .questionsActiveRow {
      top: 0;
      left: 100%;
      /*padding-left: 1%;*/
	  max-width: 23%;
    }
  }
  a i.fa{
    padding-left: 10px;
  }
  .questionsWrapper.resultZoomWrapper .questionsContent .questionsInsideContent .resultSocialMediaButtons{
    padding:20px;
  }
  .flexslider{
    overflow: hidden;
    min-height: 300px;
  }
  @media only screen and (max-width: 767px) {
    .flexslider{
      min-height: 200px;
    }
  }
  
  .loading {min-height: 300px; background: url(/root/assets/img/all/loading.gif) no-repeat center center;}
  .resultZoomWrapper .resultZoomYourResults{
      font-weight: 600;
  }
  .resultZoomWrapper .resultZoomContentItems .resultZoomYourResultItem .resultZoomYourResultsBold {
    color: #9b9b9b;
    font-weight: normal;
}

.resultZoomWrapper .resultZoomContentItems .resultZoomYourResultItem {
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1.8;
}
.resultZoomArrow.resultZoomLeftImage,.resultZoomArrow.resultZoomRightImage,.questionsProductName {
    //z-index: 999;
}
  .flex-disabled{
    opacity:0 !important;
    display:none;
  }
  
  #showmoredetailsLink a.btn.btn-default {
    font-size: 13px;
  }
  i.glyphicon.glyphicon-plus {
    font-size: 8px;
    font-weight: lighter;
    top: 0;
  }
  .modal-body a#zipLocator {
   // margin-left: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 850px) {
    .questionsWrapper.resultZoomWrapper .questionsContent .questionsInsideContent .questionsActiveRow{
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .questionsWrapper .questionsContent .questionsEndInfo.questionEndInfoQuestion2{
      padding: 0;
    }
  }
  @media only screen and (max-width: 1199px) {
    .footer .footerContent .nonHome .textAlignCenterMobile{
    	text-align: center;
    }
  }
  @media only screen and (min-width: 1200px) {
    .footer .footerContent .nonHome .textAlignCenterMobile{
    	text-align: right;
    }
    .footer .footerContent .nonHome{
        top: -62px;
        right: -25px;
    }
  }

  .flexslider .slides img {
          max-height: 70vh; /*maximum height for all slides*/
          width: auto; /*proper aspect ratio of images*/    
          max-width: 100%; /*maximum width for all slides*/
          margin: 0 auto; /*centering images in the container*/
          cursor: zoom-in;
        }
.mainthumb {
}
 .zoominfo{
    font-size: 12px;
    color: #717171;
}