.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 951px) {
  .showOnMobile:not(.showOnDesktop),
  .showOnTablet:not(.showOnDesktop) {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  #headerContainerInner,
  #menuContainerInner,
  #featuredContainerInner,
  #mainContainerInner,
  #footerContainerInner {
    width: 100%;
    margin: 0px auto;
    height: auto;
  }
  #contentBoxInner img,
  #contentBoxInner table {
    clear: none;
    float: none;
    width: 100%;
    height: auto;
    min-width: 150px;
    max-width: 100%;
  }
  #contentBoxInner table {
    max-width: 100%;
    overflow: scroll;
    display: block;
  }
  h3 {
    float: none;
  }
  #contentBoxInner > p,
  #contentBoxInner .aTab > p,
  #contentBoxInner > h2,
  #contentBoxInner .aTab > h2,
  #contentBoxInner > ul,
  #contentBoxInner .aTab > ul {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    clear: right;
  }
  #contentBoxInner table td {
    padding: 0px;
  }
  div#categoryHolder {
    width: 50%;
  }
  div#categoryHolder > a {
    padding: 3%;
    margin: 3%;
    width: 88%;
    text-align: center;
  }
  div#categoryHolder > a img {
    max-width: 100%;
    height: auto;
    min-width: 0px;
  }
  #galleryHolder-4 #bigImages {
    width: 100%;
    margin-bottom: 20px;
  }
  #galleryHolder-4 #thumbnailImages {
    width: 100%;
    height: auto;
  }
  #galleryHolder-4 .scrollable {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #galleryHolder-4 .scrollable .items {
    position: absolute;
    height: 20000em;
    width: 100%;
    top: 0px !important;
  }
  #galleryHolder-4 .scrollable .items >div {
    width: 100%;
  }
  #galleryHolder-4 .scrollable .items >div ul li {
    display: block;
    width: 31%;
  }
  #galleryHolder-4 .scrollable .items >div ul li a,
  #galleryHolder-4 .scrollable .items >div ul li a img {
    min-width: 0px;
    width: 100%;
  }
  #galleryHolder-4 .scrollable .items {
    position: relative;
    height: auto;
  }
  #galleryHolder-4 .nextPlease,
  #galleryHolder-4 .prevPlease {
    display: none;
  }
  #galleryHolder-4 .items div {
    width: 100%;
  }
  #galleryHolder-4 .ngg-gallery-list li {
    width: 31%;
    margin: 1% !important;
    float: left;
  }
  #titleBox h2 {
    background-color: #414042;
    color: white;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 0px;
  }
  #subMenuBox {
    border-bottom: 2px solid #414042;
  }
  #contentBox {
    width: 98%;
    margin-right: 2%;
  }
  #contentBox #contentBoxInner {
    width: 92%;
    padding: 4%;
  }
  #contentBox #contentBoxInner.news {
    margin-right: 0px;
  }
  #contentBox #contentBoxInner.news #contentLeftColumn {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 20px 0px;
  }
  #contentBox #contentBoxInner.news #contentMiddleColumn,
  #contentBox #contentBoxInner.news #contentRightColumn {
    text-align: center;
    width: 47.5%;
    width: calc(48% - 1px);
    margin: 0px 0px 20px 0px;
    border-left: 0px;
  }
  #contentBox #contentBoxInner.news #contentMiddleColumn img,
  #contentBox #contentBoxInner.news #contentRightColumn img {
    clear: none;
    float: none;
  }
  #contentBox #contentBoxInner.news #contentMiddleColumn {
    padding: 2% 2% 2% 0%;
  }
  #contentBox #contentBoxInner.news #contentRightColumn {
    padding: 2% 0% 2% 2%;
  }
  #contentBox #contentBoxInner.gallery {
    width: 100%;
    padding: 0px;
  }
  #contentBox #contentBoxInner.gallery img {
    width: 100%;
    min-width: 590px;
    height: auto;
  }
  #contentBox #contentBoxInner.gallery #galleryNavigation {
    width: 100%;
  }
  #footerBox {
    width: 96%;
    padding: 2%;
  }
  #footerBox #footerMenuWrapper {
    margin-bottom: 10px;
  }
  #footerBox .menu-footer-container {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 541px) {
  #headerBox {
    display: block !important;
  }
}
@media only screen and (max-width: 950px) and (min-width: 541px) {
  .showOnDesktop:not(.showOnTablet),
  .showOnMobile:not(.showOnTablet) {
    display: none;
  }
  .leftSide,
  #mainContainer #mainContainerInner #menuBox {
    width: 70%;
    width: calc(100% - 268px);
    height: auto;
  }
  #contentBoxInner > p,
  #contentBoxInner .aTab > p,
  #contentBoxInner > h2,
  #contentBoxInner .aTab > h2,
  #contentBoxInner > ul,
  #contentBoxInner .aTab > ul {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    clear: none;
  }
  #menuBox ul#nav > li > a {
    padding: 16px 14px;
  }
}
@media only screen and (max-width: 850px) and (min-width: 781px) {
  #menuBox ul#nav > li > a {
    padding: 11px;
  }
  #menuBox ul#nav > li:hover > ul {
    top: 50px;
  }
}
@media only screen and (max-width: 780px) and (min-width: 541px) {
  #menuBox ul#nav > li {
    width: 33%;
  }
  #menuBox ul#nav > li > a {
    width: 90%;
    width: calc(100% - 38px);
    padding: 11px 19px;
  }
  #menuBox ul#nav > li:hover > ul {
    top: 49px;
  }
}
@media only screen and (max-width: 650px) and (min-width: 541px) {
  #menuBox {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 541px) {
  #headerContainer h1 a,
  #headerContainer h1 .rhino-wall {
    width: 43%;
    display: block;
    margin: 0px;
    float: left;
  }
  #headerContainer h1 a img,
  #headerContainer h1 .rhino-wall img {
    width: 100%;
  }
  #headerContainer h1 .rhino-wall {
    width: 55%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 540px) {
  .showOnDesktop:not(.showOnMobile),
  .showOnTablet:not(.showOnMobile) {
    display: none;
  }
  #contentBox {
    width: 100%;
    margin-right: 0%;
  }
  .leftSide,
  #mainContainer #mainContainerInner #menuBox {
    width: 100%;
    height: auto;
  }
  #mobileSideBox {
    z-index: 9999;
  }
  #headerContainer #headerContainerInner .leftSide,
  #headerContainer #headerContainerInner .rightSide {
    width: 94%;
    padding: 4% 3%;
    clear: both;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox,
  #headerContainer #headerContainerInner .rightSide #logoBox {
    display: block;
    height: auto;
    left: 0px;
    top: 0px;
    position: relative;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox h1,
  #headerContainer #headerContainerInner .rightSide #logoBox h1 {
    width: 60%;
    width: calc(100% - 126px );
    float: left;
    display: block;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox h1 img,
  #headerContainer #headerContainerInner .rightSide #logoBox h1 img {
    max-width: 100%;
    height: auto;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox h1 a img,
  #headerContainer #headerContainerInner .rightSide #logoBox h1 a img {
    max-width: 80%;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox h1 img.rhino-wall,
  #headerContainer #headerContainerInner .rightSide #logoBox h1 img.rhino-wall {
    clear: left;
    margin-top: 20px;
    margin-left: 0px;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox #showContact,
  #headerContainer #headerContainerInner .leftSide #logoBox #showMenu,
  #headerContainer #headerContainerInner .rightSide #logoBox #showContact,
  #headerContainer #headerContainerInner .rightSide #logoBox #showMenu {
    width: 38px;
    padding-top: 35px;
    background-image: url("http://www.rhino-grating.com.au/wp-content/themes/rhino2015/css/../images/contact_icon@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    display: block;
    font-size: 10px;
    text-align: center;
    margin-left: 25px;
    margin-top: 10px;
  }
  #headerContainer #headerContainerInner .leftSide #logoBox #showMenu,
  #headerContainer #headerContainerInner .rightSide #logoBox #showMenu {
    background-image: url("http://www.rhino-grating.com.au/wp-content/themes/rhino2015/css/../images/menu_icon@2x.png");
  }
  #headerContainer #headerContainerInner .leftSide#headerBox:not(.shown),
  #headerContainer #headerContainerInner .rightSide#headerBox:not(.shown) {
    display: none;
  }
  #headerContainer #headerContainerInner .leftSide#headerBox,
  #headerContainer #headerContainerInner .rightSide#headerBox {
    background-position: 95% center;
  }
  html body #mm-blocker {
    transition: background-color 0.5s ease-in-out;
  }
  body .mm-menu > .mm-navbar {
    height: auto;
    width: 90%;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
    color: white;
  }
  body .mm-menu > .mm-navbar > h4,
  body .mm-menu > .mm-navbar > #searchBox,
  body .mm-menu > .mm-navbar > #contactBox {
    width: auto;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: white;
  }
}
@media screen and (max-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1.5),screen and (max-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1),screen and (max-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2),screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  #headerContainer #headerContainerInner .leftSide #logoBox #showContact,
  #headerContainer #headerContainerInner .leftSide #logoBox #showMenu,
  #headerContainer #headerContainerInner .rightSide #logoBox #showContact,
  #headerContainer #headerContainerInner .rightSide #logoBox #showMenu {
    margin-top: 0px;
  }
  #contentBoxInner img,
  #contentBoxInner table,
  #galleryHolder-4 .ngg-gallery-list li img {
    min-width: 50px;
  }
  .menu-item a img {
    display: none;
  }
  body .mm-listview > li > a,
  .mm-listview > li > span {
    padding: 5px 10px 5px 20px;
  }
}
