.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) {
  
}
/*========================================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
  #camera-slideshow p.captionText {
    font: 33px/40px "Open Sans", sans-serif;
  }
}
/*========================================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 980px) {
  #logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .moduletable.navigation {
    width: 100%;
  }
  #camera-slideshow p.captionText {
    font: 33px/40px "Open Sans", sans-serif;
  }
  #camera-slideshow .cameraContents {
    background-size: 100% 40.5%;
  }
  #showcase-row:before {
    height: 40.5%;
  }
  .moduletable.offers div.row-fluid > div {
    min-height: 250px;
  }
  .moduletable.navigation ul.sf-menu {
    float: none;
    text-align: center;
  }
  .moduletable.navigation ul.sf-menu > li {
    float: none;
    display: inline-block;
  }
  .blogview-item-image {
    width: 100%;
    overflow: hidden;
  }
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  /*footer*/
  #back-top {
    display: none !important;
  }
  aside .input-modal {
    width: 95px;
  }
  aside #mod-search-searchword {
    width: 148px;
  }
}
/*========================================================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/*========================================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #header-row {
    padding-bottom: 20px;
  }
  /*navigation*/
  .select-menu {
    display: block;
    width: 100%;
  }
  .sf-menu {
    display: none;
  }
  div.quote {
    display: none;
  }
  #camera-slideshow .cameraContents {
    background: none;
  }
  #camera-slideshow .camera_caption {
    display: none !important;
  }
  #showcase-row:before {
    display: none;
  }
  #showcase-row .camera_prev {
    left: 20px;
    padding: 8px 5px;
    background: #fefefe;
  }
  #showcase-row .camera_next {
    left: 56px;
    padding: 8px 5px;
    background: #fefefe;
  }
  .moduletable.offers div.row-fluid > div {
    min-height: auto;
  }
  /*content*/
  .item-image.blog-image {
    float: none;
    margin: 0 0 20px 0;
  }
  .row-fluid [class*="itemSpan"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  .gallery-img-intro.item-image {
    display: inline-block;
  }
  .team.senior-staff > div {
    width: 25% !important;
  }
  .search button.btn.btn-primary {
    position: relative;
    top: -6px;
  }
  .form-horizontal .control-label {
    text-align: left !important;
  }
  ul.nav.products li {
    width: 33.3%;
  }
}
/*========================================================================
========================================================================*/
/* Landscape phones and down */
@media (max-width: 480px) {
  #header-row {
    padding-bottom: 0px;
  }
  #camera-slideshow .camera_caption {
    display: none !important;
  }
  #showcase-row:before {
    display: none;
  }
  #blogview .blogview-item-wrapper,
  #archive-items .blogview-item-wrapper {
    overflow: visible !important;
  }
  #blogview .published,
  #archive-items .published {
    margin-bottom: 12px;
  }
}
/*========================================================================
========================================================================*/
/* Portrait phones */
@media (max-width: 340px) {
  
}
