.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*========================================================================
========================================================================*/
/* Large desktop */
@media (min-width: 1200px) {
  .moduletable.testimonials h2.moduleTitle {
    margin: 96px 0 30px 0;
  }
  .moduletable.testimonials .testimonial-item.item-num0 {
    margin: 0 0 30px 35px;
  }
  .moduletable.testimonials .testimonial-item.item-num1 {
    margin: 0 0 30px 0;
  }
  .moduletable.testimonials .testimonial-item.item-num2 {
    margin: 0 0 30px 35px;
  }
}
/*========================================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
  
}
/*========================================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 980px) {
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  .moduletable.testimonials h2.moduleTitle {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .moduletable.testimonials .testimonial-item {
    width: 100%;
  }
  .moduletable.testimonials .testimonial-item.item-num0 {
    margin: 0 0 20px 0;
  }
  .moduletable.testimonials .testimonial-item.item-num1 {
    margin: 0 0 20px 0;
  }
  .moduletable.testimonials .testimonial-item.item-num2 {
    margin: 0 0 20px 0;
  }
  .cols .onehalf {
    width: 100%;
  }
  /*footer*/
  #back-top {
    display: none !important;
  }
}
/*========================================================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .moduletable.navigation.pull-right {
    margin-right: 20px;
  }
}
/*========================================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /*navigation*/
  .select-menu {
    display: block;
    width: 100%;
  }
  .sf-menu {
    display: none;
  }
  .moduletable.navigation {
    width: 70%;
    margin: 30px auto;
    float: none;
  }
  .blog-featured .item,
  .blog.about .item {
    margin-bottom: 30px;
  }
  #footer-row .container a.readmore {
    float: none;
    margin-bottom: 30px;
  }
  .moduletable.team .team.team div.row > div {
    float: left;
    width: 50%;
  }
  #content-row #blogview .blogview-item-image {
    max-width: 40%;
  }
  .row-fluid [class*="itemSpan"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  .moduletable.testimonials .testimonial-item blockquote {
    overflow: visible;
  }
  .moduletable.testimonials .testimonial-item .item-image {
    margin-bottom: 12px;
  }
}
/*========================================================================
========================================================================*/
/* Landscape phones and down */
@media (max-width: 480px) {
  h2 {
    font: 40px/60px Arial, Helvetica, sans-serif;
  }
  .moduletable.slogan h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .moduletable.slogan {
    margin: 0;
    text-align: center;
  }
  .moduletable.team .team.team div.row > div {
    float: none;
    width: 100%;
  }
  #content-row #blogview .blogview-item-image {
    margin: 0 0 20px 0;
    float: none !important;
    width: 100%;
    clear: both;
    overflow: hidden;
    max-width: 100%;
  }
  .view-featured #header-row {
    height: auto;
  }
  .view-featured #content-row {
    height: auto;
  }
  .view-category #header-row {
	height: auto;
  } 
  .view-featured #mainbottom-row {
    height: auto;
  }
  #contact-form .control-label {
    text-align: left;
  }
  #team a.readmore {
    margin: 10px 0 30px 0;
  }
}
/*========================================================================
========================================================================*/
/* Portrait phones */
@media (max-width: 340px) {
  
}
