@media (max-width: 780px) { 

  body {
    font: 17px/1.6 'myriad-pro', Arial, Verdana, sans-serif; /* "PT sans" */;
  }

  #pageWrapper,
  #content {
    width: 100%;
    box-sizing: border-box;    
  }
 
  #carrousel,
  #uvTab {
    display: none;
  }

  #content {
    box-shadow: none;
  }

  #header {    
    height: 100px;
    padding: 0 20px;
    position: relative;
    z-index: 300;
  }

  #headerLogo {
    width: 280px;
    background-size: 100% auto;
    top: 10px;
  }

  #headerSearch {
    left: 20px;
    right: 75px;
    top: 28px;
  }

  .headerOpenMenu {
    position: absolute;
    top: 23px;
    right: 20px;
    padding-top: 3px; 
    padding-bottom: 4px; 
    border-radius: 8px;
    border: 3px solid #608CC3;
  }

  #search-form {
    width: 100%;
  }

  #headerSearch #search-form input {
    width: 47px;
    background: white;
    position: absolute;
    right: 0;
    height: auto;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 7px;
    max-height: 37px;
  }

  #headerSearchSubmit {
    display: none;
  }

  .headerSearchSubmitMobile {
    box-sizing: border-box;
    display: block;
    margin: 0;
    box-shadow: none;
    position: absolute;
    top: 4px;
    right: 8px;
    height: 31px;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  #header.search--expanded #headerlogo {
    display: none;
  }

  #header.search--expanded #search-form input {
    width: 100%;
  }

  #search-form button {
    // right: 3px;
  }

  form li.offset {
    padding: 0px;
  }

  form li.offset label {
    position: static;
    width: 100%;
    display: block;
  }

  form li.offset input {
    box-sizing: border-box;
    width: 100%;
  }

  form li.offset input[type='checkbox'] {
    width: auto;
    margin-top: 8px;
  }

  .article-author {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contentImage,
  .contentImage img,
  .contentImage.right,
  .contentImage.left {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }

  .contentImage span {
    display: block;
    margin-bottom: 20px;
  }

  #mainMenu {
    background-color: #fff;
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    display: none;
    z-index: 200;
    min-width: 250px;
    font-size: 18px;
  }

  #mainMenuOverlay {
    display: none;
    opacity: .5;
    background: #000;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .headerOpenMenu {
    display: block;
  }

  .offset input.full,
  .offset textarea.full {
    box-sizing: border-box;
    width: 100%;
  }

  #mainMenu ul {
    float: none;    
    padding: 0 20px;
    margin: 0;
  }

  #mainMenu li {
    display: block;
    text-align: right;
  }

  #mainMenu li a {
    background: none;
    display: block;    
    padding: 10px 0px;
    border-bottom: 1px solid #c8c8c6;
    text-transform: none;
  }

  #mainMenu li a:hover {
    background: none;
    border-radius: 0px;
  }

  #loginInfo {
    position: static;
    padding: 0;
    margin: 50px 20px 0;    
    border-top: 1px solid #c8c8c6;
  }

  #loginInfo span {
    display: none;
  }

  #loginInfo a {
    color: #5B5F6F;
    display: block;
    padding: 0;
    text-align: right;
    border-bottom: 1px solid #c8c8c6;
    border-radius: 0px;
  }

  #loginInfo a:hover {
    text-decoration: none;
  }

  #navigation {
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #354D98;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    font-size: 80%;
  }

  #navigation.is-expanded {
    max-height: none;
    padding-bottom: 20px;
  }

  #navigation.is-expanded .breadcrumbs__toggle {
    background: none;
    height: auto;
  }

  #navigation .breadcrumbs a,
  #navigation .breadcrumbs a:hover,
  #navigation .breadcrumbs .active a {
    color: #555556;
  }

  .breadcrumbs__toggle {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 50;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );    
  }

  .breadcrumbs__toggle__toggler {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #354D98;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px;
  }

  .breadcrumbs__toggle__text {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
  }

  .search input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;    
  }

  .search button {
    float: none;
    display: block;
    margin: 0px auto;
  }

  .section-listing {
    width: 100%;
    float: none;
    overflow: visible;
  }

  .home-row .column,
  .section-listing div:first-child, 
  .section-listing ul {
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-listing li a {
    width: 100%;
  }

  .home-block {
    margin-top: 20px;
  }

  .diapedia-info_block {
    margin-bottom: 20px;
  }

  .breadcrumbs {    
    padding: 10px 20px 0;
  }

  .article-tree {
    padding: 10px 20px;
    margin: 10px 0 0;
    background: none;
  }

  .article-tree .open-all {
    display: none;
  }

  .article-tree ul {
    width: 100%;
    margin: 0;
    float: none;
  }

  .article-tree li {
    padding: 0px;
  }

  .article-tree li a {
    padding: 5px 0;
    display: block;
  }

  .article-tree .has-children .toggler {
    display: none;
  }

  .team_members {
    width: 100%;
  }

  .team_members li {
    float: none;
    width: 100%;
  }

  .comment-list li {
    padding: 0 0 20px 0;
  }

  .comment-userinfo {
    padding-left: 90px;
    margin-bottom: 20px;
    line-height: 1em;
  }

  .comment-list li.by-moderator {
    padding: 10px;
  }

  .comment-userinfo b {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }

  #footer .footerMenu {
    float: none;
    border: 0px;
  }

  #footer .footerInfoMiddle {
    float: none;
    position: static;
    border: 0px;
    margin-top: 20px;
  }

  #footer .footerInfo {
    float: none;
    margin-top: 20px;
  }

}

@media (max-width: 400px) { 

  #headerLogo {
    width: 200px;
    background-size: 100% auto;
    top: 22px;
  }

}