* {
  outline: none !important;
}
body {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  font-family: 'museo-sans';
}
body p,
body a {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 16px;
  color: #333;
}
body a {
  outline: none;
}
body a:hover,
body a:visited {
  text-decoration: none;
}
body .row {
  font-size: 0;
}
body .row ul {
  font-size: 16px;
}
body h1 {
  font-family: "din_alternatebold";
}
body h1,
body h2,
body h3 {
  text-transform: uppercase;
}
img.mfp-img {
  max-height: auto !important;
}
/***********************************************************************

NAVIGATION STYLING

***********************************************************************/
nav {
  height: 100px;
  z-index: 2;
  position: relative;
}
nav.navbar-inverse {
  background: #000;
}
nav .logolink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
nav .container .navbar-header {
  background: url(../images/navbar-logo.png) center left no-repeat;
  height: 100%;
  background-size: AUTO 70%;
}
nav .container .nav {
  height: 100px;
}
nav .container .nav li {
  vertical-align: middle;
  height: 100px;
  width: 10%;
}
nav .container .nav li ul.mobilesub {
  display: none;
}
nav .container .nav li a {
  color: #7d7d7d;
  font-family: "din_alternatebold";
  font-size: 20px;
  text-transform: uppercase;
  transition: 1s;
}
nav .container .nav li a:hover {
  background: none;
  color: #fff;
  transition: 0.5s;
}
nav .container .nav li.logo {
  width: 30%;
}
nav .container .nav li.logo a:hover {
  background: url(../images/navbar-logo.png) center center no-repeat;
  color: #fff;
  transition: 0.5s;
  background-size: contain;
}
nav .container .navbar-brand {
  background: url(../images/navbar-logo.png) center center no-repeat;
  width: 242px;
  height: 54px;
  display: block;
  left: 50%;
  margin-left: -121px !important;
  position: relative;
}
nav .container .navbar-brand a {
  width: 100%;
  height: 100%;
  display: block;
}
nav .container .navbar-brand.mobile {
  display: none;
}
/***********************************************************************

SLIDER STYLING

***********************************************************************/
.slider {
  width: 100%;
  height: calc(100% - 100px);
  position: relative;
  margin-top: 100px;
  z-index: 1;
  display: block;
  background-size: cover;
  background: #000;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  transition: 1s;
  font-size: 0;
}
.slider.flooring {
  height: calc(70% - 100px);
}
.slider .bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  transition: 1s;
  opacity: 0;
}
.slider .bg.active {
  display: block;
  opacity: 1;
  transition: 1s;
}
.slider .bg img {
  width: 100%;
  display: none;
}
.slider .bg .mobileLabels {
  display: none;
}
.slider #area1,
.slider #area2,
.slider #area3,
.slider #area4,
.slider #area5 {
  width: 20%;
  z-index: 3;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.slider #area1 .surround,
.slider #area2 .surround,
.slider #area3 .surround,
.slider #area4 .surround,
.slider #area5 .surround {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slider #area1 .surround h1,
.slider #area2 .surround h1,
.slider #area3 .surround h1,
.slider #area4 .surround h1,
.slider #area5 .surround h1 {
  bottom: 0px;
  font-size: 30px;
  position: relative;
  color: rgba(255, 254, 254, 0.7);
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
}
.slider #area1 .surround .view,
.slider #area2 .surround .view,
.slider #area3 .surround .view,
.slider #area4 .surround .view,
.slider #area5 .surround .view {
  background: #fff;
  display: block;
  opacity: 0;
  color: #000;
  width: 150px;
  height: 0px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 50px;
  font-family: "din_alternatebold";
  text-transform: uppercase;
  transition: 1s;
}
.slider #area1 .surround .view:hover,
.slider #area2 .surround .view:hover,
.slider #area3 .surround .view:hover,
.slider #area4 .surround .view:hover,
.slider #area5 .surround .view:hover {
  background: #7d7d7d;
}
.slider #area1 .surround .view:hover a,
.slider #area2 .surround .view:hover a,
.slider #area3 .surround .view:hover a,
.slider #area4 .surround .view:hover a,
.slider #area5 .surround .view:hover a,
.slider #area1 .surround .view:hover a:hover,
.slider #area2 .surround .view:hover a:hover,
.slider #area3 .surround .view:hover a:hover,
.slider #area4 .surround .view:hover a:hover,
.slider #area5 .surround .view:hover a:hover,
.slider #area1 .surround .view:hover a:visited,
.slider #area2 .surround .view:hover a:visited,
.slider #area3 .surround .view:hover a:visited,
.slider #area4 .surround .view:hover a:visited,
.slider #area5 .surround .view:hover a:visited {
  color: #fff;
}
.slider #area1 .surround .view a,
.slider #area2 .surround .view a,
.slider #area3 .surround .view a,
.slider #area4 .surround .view a,
.slider #area5 .surround .view a,
.slider #area1 .surround .view a:hover,
.slider #area2 .surround .view a:hover,
.slider #area3 .surround .view a:hover,
.slider #area4 .surround .view a:hover,
.slider #area5 .surround .view a:hover,
.slider #area1 .surround .view a:visited,
.slider #area2 .surround .view a:visited,
.slider #area3 .surround .view a:visited,
.slider #area4 .surround .view a:visited,
.slider #area5 .surround .view a:visited {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  font: inherit;
  color: #000;
}
.slider #area1 .surround .view.active,
.slider #area2 .surround .view.active,
.slider #area3 .surround .view.active,
.slider #area4 .surround .view.active,
.slider #area5 .surround .view.active {
  height: 50px;
  opacity: 1;
  transition: 0.5s;
}
.slider #area1 {
  box-shadow: inset 0 -4px 0 #eb1c23;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.slider #area1.active {
  box-shadow: inset 0 -16px 0 #eb1c23;
  transition: 0.5s;
}
.slider #area1.active h1 {
  color: #ffffff;
  transition: 0.5s;
}
.slider #area2 {
  box-shadow: inset 0 -4px 0 #ffdd00;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.slider #area2.active {
  box-shadow: inset 0 -16px 0 #ffdd00;
  transition: 0.5s;
}
.slider #area2.active h1 {
  color: #ffffff;
  transition: 0.5s;
}
.slider #area3 {
  box-shadow: inset 0 -4px 0 #00aa4e;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.slider #area3.active {
  box-shadow: inset 0 -16px 0 #00aa4e;
  transition: 0.5s;
}
.slider #area3.active h1 {
  color: #ffffff;
  transition: 0.5s;
}
.slider #area4 {
  box-shadow: inset 0 -4px 0 #007cc4;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.slider #area4.active {
  box-shadow: inset 0 -16px 0 #007cc4;
  transition: 0.5s;
}
.slider #area4.active h1 {
  color: #ffffff;
  transition: 0.5s;
}
.slider #area5 {
  box-shadow: inset 0 -4px 0 #eb1c23;
}
.slider #area5.active {
  box-shadow: inset 0 -16px 0 #eb1c23;
  transition: 0.5s;
}
.slider #area5.active h1 {
  color: #ffffff;
  transition: 0.5s;
}
/***********************************************************************

HOMEPAGE STYLING

***********************************************************************/
.container.content {
  margin-top: 40px;
  margin-bottom: 50px;
}
.container.content.minheight {
  min-height: 40%;
}
.container.content h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #b3b3b3;
  font-family: "din_alternatebold";
  text-transform: uppercase;
}
.container.content h3 {
  font-family: "museo-sans";
  font-weight: 900;
  font-size: 18px;
}
.container.content p {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 16px;
}
.container.content .col-md-12 .getintouch {
  text-align: center;
}
.container.content .col-md-12.getintouch {
  text-align: center;
}
.container.content .getintouch {
  margin-top: 30px;
}
.container.content .getintouch a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "museo-sans";
  font-weight: 900;
  display: inline-block;
  transition: 1s;
}
.container.content .getintouch a:hover {
  text-decoration: none;
  background: #7d7d7d;
  transition: 1s;
}
.container.content .getintouch h3 {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
}
.bottom {
  background: url(../images/icons_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.bottom .col-md-4 {
  text-align: center;
}
.bottom .col-md-4 h4 {
  font-family: "museo-sans";
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
}
.bottom .col-md-4 p {
  font-family: "museo-sans";
  font-weight: 300;
  font-size: 16px;
  color: #d2d2d2;
  width: 80%;
  margin-left: 10%;
}
/***********************************************************************

CONTACT PAGE STYLING

***********************************************************************/
#formwarning {
  display: none;
}
#contactform input[type="text"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
  height: 30px;
  font-size: 16px;
}
#contactform input[type="text"].captcha {
  margin-top: 10px;
}
#contactform textarea {
  width: 100%;
  height: 160px;
  border: none;
  background: transparent url(../images/contact_lines.png) bottom left repeat;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}
#contactform input::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
  font-style: italic;
}
#contactform input:-moz-placeholder,
#contactform textarea:-moz-placeholder {
  /* Firefox 18- */

  font-style: italic;
}
#contactform input::-moz-placeholder,
#contactform textarea::-moz-placeholder {
  /* Firefox 19+ */

  font-style: italic;
}
#contactform input:-ms-input-placeholder,
#contactform textarea:-ms-input-placeholder {
  font-style: italic;
}
#contactform input[type="submit"] {
  float: right;
  padding: 10px 30px;
  background: #000;
  border-radius: 0px;
  color: #fff;
  font-family: "museo-sans";
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  transition: 1s;
  font-size: 16px;
}
#contactform input[type="submit"]:hover {
  background: #7d7d7d;
  transition: 1s;
}
.thanks {
  display: none;
}
/***********************************************************************

GENERIC PAGE STYLING

***********************************************************************/
.image .logo {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 70;
}
.hero {
  width: 100%;
  height: 30%;
  min-height: 300px;
  display: block;
  text-align: center;
}
.hero h1 {
  font-family: "din_alternatebold";
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}
.hero p {
  font-family: "museo-sans";
  font-size: 16px;
  color: #d2d2d2;
}
.hero.noslider {
  margin-top: 100px;
}
.hero.noslider #map {
  width: 100%;
  height: 100%;
  display: block;
}
.hero.epoxy {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/homeslider/slider_1.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero.epoxy .container {
  height: 100%;
}
.hero.epoxy .row {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.hero.vinyl {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/homeslider/slider_2.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero.vinyl .container {
  height: 100%;
}
.hero.vinyl .row {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.hero.rubber {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/homeslider/slider_5.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero.rubber .container {
  height: 100%;
}
.hero.rubber .row {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.hero.polyurethane {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/homeslider/slider_3.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero.polyurethane .container {
  height: 100%;
}
.hero.polyurethane .row {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.hero.timber {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/homeslider/slider_4.jpg) bottom center no-repeat;
  background-size: cover;
}
.hero.timber .container {
  height: 100%;
}
.hero.timber .row {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.controls {
  width: 100%;
  text-align: center;
  background: #000;
  height: 80px;
}
.controls p {
  color: #fff;
}
.controls label {
  color: #fff;
}
.controls .options {
  display: inline-block;
  padding: 20px;
  color: #fff;
}
.backbutton {
  text-align: center;
  margin-top: 18px;
}
.backbutton a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  float: right;
  font-weight: 900;
  text-transform: uppercase;
  transition: 1s;
}
.backbutton a:hover {
  background: #7d7d7d;
  transition: 1s;
}
.largethumbs .row {
  margin-bottom: 20px;
}
.largethumbs .row h3 {
  text-transform: uppercase;
  font-size: 16px;
}
.largethumbs .row .col-md-4 {
  margin-bottom: 15px;
}
.largethumbs a {
  display: block;
  background: #000;
}
.largethumbs a h3 {
  margin: 0;
  padding: 20px 0 0px 0;
  background: #fff;
}
.largethumbs img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
.largethumbs img:hover {
  opacity: 0.3;
  transition: 0.5s;
}
.largethumbs p {
  margin-bottom: 20px;
}
.largethumbs #Container .mix {
  display: none;
  width: 20%;
  margin: 20px 2.3%;
}
.largethumbs #Container .mix.vinyl img {
  border-bottom: 4px solid #eb1c23;
}
.largethumbs #Container .mix.epoxy img {
  border-bottom: 4px solid #ffdd00;
}
.largethumbs #Container .mix.poly img {
  border-bottom: 4px solid #00aa4e;
}
.largethumbs #Container .mix.timber img {
  border-bottom: 4px solid #007cc4;
}
.largethumbs .container {
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  background: #68b8c4;
  -webkit-backface-visibility: hidden;
}
.largethumbs .container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.largethumbs .container .mix,
.largethumbs .container .gap {
  display: inline-block;
  width: 49%;
}
.largethumbs .container .mix {
  text-align: left;
  background: #03899c;
  margin-bottom: 2%;
  display: none;
}
.largethumbs .container .mix.category-1 {
  border-top: 2px solid limegreen;
}
.largethumbs .container .mix.category-2 {
  border-top: 2px solid yellow;
}
.largethumbs .container .mix:after {
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}
.largethumbs .container .mix:before {
  content: '';
  display: inline-block;
  padding-top: 60%;
}
@media all and (min-width: 420px) {
  .largethumbs .container .mix,
  .largethumbs .container .gap {
    width: 32%;
  }
}
@media all and (min-width: 640px) {
  .largethumbs .container .mix,
  .largethumbs .container .gap {
    width: 23.5%;
  }
}
.colorgallery {
  display: block;
}
.colorgallery .thumb {
  width: 60px;
  height: auto;
  margin: 5px 10px 5px 0px;
}
.colorgallery .hychem .image {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.colorgallery .hychem .image .floor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 20;
}
.colorgallery .hychem .image .floor.polyur {
  opacity: 1;
}
.colorgallery .hychem .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/top.png') center top no-repeat;
  background-size: cover;
  z-index: 50;
}
.colorgallery .hychem .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bottom.png') center top no-repeat;
  background-size: cover;
  z-index: 10;
}
.colorgallery .hycrete .image {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.colorgallery .hycrete .image .floor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 20;
}
.colorgallery .hycrete .image .floor.polyur {
  opacity: 1;
}
.colorgallery .hycrete .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/cement_top.png') center top no-repeat;
  background-size: cover;
  z-index: 50;
}
.colorgallery .hycrete .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/cement_bottom.png') center top no-repeat;
  background-size: cover;
  z-index: 10;
}
.circles {
  width: 100%;
  margin-top: 10px;
}
.circles .circle {
  width: 30px;
  height: 30px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.circles .neutral-grey {
  background: #cbc9c7;
}
.circles .safety-yellow {
  background: #fdc938;
}
.circles .signal-red {
  background: #d92126;
}
.circles .blue-grey {
  background: #889296;
}
.circles .off-white {
  background: #fbfadb;
}
.circles .paradise-blue {
  background: #00a2c6;
}
.circles .lightbox-grey {
  background: #bdbeb6;
}
.circles .cream {
  background: #f4f3d4;
}
.circles .perwinkle {
  background: #0075ba;
}
.circles .light-grey {
  background: #aeb1a2;
}
.circles .bluebell {
  background: #7aacdb;
}
.circles .light-grey-blue {
  background: #9eb2bd;
}
.circles .pipeline-grey {
  background: #929191;
}
.circles .beige {
  background: #d1b298;
}
.circles .shamrock {
  background: #387221;
}
.circles .koala-grey {
  background: #a9a998;
}
.circles .mushroom {
  background: #b9a691;
}
.circles .curtain-call {
  background: #3e4550;
}
.circles .jet-black {
  background: #0A0A0A;
}
.circles .maize {
  background: #E4A010;
}
.circles .grass-green {
  background: #35682D;
}
.circles .graphite-grey {
  background: #2a383c;
}
.circles .mid-grey {
  background: #798682;
}
.circles .dark-grey {
  background: #3a4c56;
}
.circles .silver-grey {
  background: #cccec4;
}
.circles .pastel-grey {
  background: #d4d4d4;
}
.circles .pearl-grey {
  background: #e9dfd3;
}
.circles .signal-white-ral-9003 {
  background: #f4f6f5;
}
.circles .dusty-grey-ral-7037 {
  background: #677270;
}
.circles .reed-green-ral-6013 {
  background: #4e6a41;
}
.circles .beige-ral-1001 {
  background: #c5b985;
}
.circles .dahlia-yellow-ral-1033 {
  background: #f4ab26;
}
.circles .emerald-green-ral-6001 {
  background: #005d12;
}
.circles .light-grey-ral-7035 {
  background: #cad5d3;
}
.circles .ruby-red-ral-3003 {
  background: #97120d;
}
.circles .traffic-black-pal-9017 {
  background: #4E5452;
}
.circles .oxide-red-ral-3009 {
  background: #59130b;
}
.circles .stone-grey-ral-7030 {
  background: #798474;
}
.circles .sky-blue-ral-5015 {
  background: #2271B3;
}
.circles .poly1 {
  background: url(../images/charts/poly/1.jpg) center bottom repeat;
}
.circles .poly2 {
  background: url(../images/charts/poly/2.jpg) center bottom repeat;
}
.circles .poly3 {
  background: url(../images/charts/poly/3.jpg) center bottom repeat;
}
.circles .poly4 {
  background: url(../images/charts/poly/4.jpg) center bottom repeat;
}
.clients {
  height: 100px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.clients img {
  width: auto !important;
  max-width: 100%;
  max-height: 100px;
  height: 55px;
}
a.pdf {
  display: block;
  margin-bottom: 10px;
}
a.pdf img {
  margin-right: 10px;
}
a.preview img {
  border: solid 1px #151515;
  margin: 0px 20px 20px 0px;
}
#preview {
  position: absolute;
  text-align: center;
  padding: 5px;
  display: none;
  color: #666666;
  background: #151515;
  border: solid 1px #000000;
  text-transform: capitalize;
}
#preview img {
  margin: 0px 0px 5px 0px;
  width: 200px;
}
a.back-to-top {
  display: none;
  position: fixed;
  font-weight: 900;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  line-height: 60px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
a.back-to-top:hover {
  background: #7d7d7d;
  text-decoration: none;
  transition: 0.5s;
}
/***********************************************************************

FOOTER CSS

***********************************************************************/
.footer {
  background: #181818;
  height: 140px;
  display: block;
}
.footer .border {
  font-size: 0px;
}
.footer .border div {
  width: 25%;
  height: 5px;
  display: inline-block;
}
.footer .border div.red {
  background-color: #eb1c23;
}
.footer .border div.yellow {
  background-color: #ffdd00;
}
.footer .border div.green {
  background-color: #00aa4e;
}
.footer .border div.blue {
  background-color: #007cc4;
}
.footer .glyphicon {
  display: inline;
}
.footer .container {
  height: 135px;
  display: block;
}
.footer .container .col-md-3 {
  height: 100%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  /* align horizontal */

  align-items: center;
}
.footer .container .col-md-3 p,
.footer .container .col-md-3 a {
  display: block;
  width: 100%;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}
.footer .container .col-md-3 span {
  font-size: 20px;
  margin-right: 10px;
  color: #707070;
  top: 2px;
}
.footer .container .col-md-3 span.glyphicon-map-marker {
  top: -19px;
  display: inline-block;
}
.footer .container .col-md-3 span.glyphicon-map-marker.mobile {
  display: none;
}
.footer .container .col-md-3 a {
  display: inline;
}
.footer .container .col-md-3.right {
  text-align: right;
}
.footer .container .col-md-3.right p,
.footer .container .col-md-3.right a {
  color: #7d7d7d;
}
.footer .container .col-md-3.right a {
  transition: 0.5s;
}
.footer .container .col-md-3.right a:hover {
  color: #fff;
  transition: 0.5s;
}
.footer .container .col-md-3.right a.threesixty {
  color: #bbbbbb;
  transition: 0.5s;
}
.footer .container .col-md-3.right a.threesixty:hover {
  color: #fff;
  transition: 0.5s;
}
.footer .container .col-md-3.logo {
  background: url(../images/navbar-logo.png) center center no-repeat;
  background-size: 80%;
}
@media all and (max-width: 991px) {
  nav .container .nav li a {
    font-size: 16px;
  }
  nav .container .navbar-brand {
    left: 0px;
    margin-left: 0px !important;
    width: 100%;
    height: auto;
    background-size: contain;
  }
  .slider #area1 .surround h1,
  .slider #area2 .surround h1,
  .slider #area3 .surround h1,
  .slider #area4 .surround h1,
  .slider #area5 .surround h1 {
    font-size: 22px;
  }
  .largethumbs #Container .mix {
    vertical-align: top;
  }
  .largethumbs .col-md-3 {
    width: 50%;
    display: inline-block;
    padding: 15px;
  }
  .largethumbs .row {
    margin-bottom: 0;
  }
  .clients {
    width: 33%;
    text-align: center;
  }
  .container.content .getintouch h3 {
    font-size: 16px;
  }
  .footer {
    height: auto;
  }
  .footer .container {
    height: auto;
  }
  .footer .container .col-md-3 {
    text-align: center;
    height: 80px;
  }
  .footer .container .col-md-3 span.glyphicon-map-marker.mobile {
    display: inline-block;
    top: 0;
  }
  .footer .container .col-md-3 span.glyphicon-map-marker.desktop {
    display: none;
  }
  .footer .container .col-md-3.right {
    text-align: center;
  }
  .footer .container .col-md-3.logo {
    background-size: 30%;
  }
}
@media all and (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  nav {
    display: block;
    height: 60px;
  }
  nav .container .nav {
    height: auto;
  }
  nav .container .nav li {
    width: 100%;
    height: auto;
  }
  nav .container .nav li ul.mobilesub {
    display: block;
    padding-left: 30px;
  }
  nav .container .nav li ul.mobilesub li {
    padding: 5px 0;
  }
  nav .container .nav li ul.mobilesub li a {
    padding: 0;
  }
  nav .container .nav li a {
    width: 100%;
    text-align: left;
  }
  nav .container .nav li.logo {
    display: none;
  }
  nav.navbar-inverse .navbar-collapse {
    background: #000;
  }
  .largethumbs #Container .mix {
    width: 44%;
  }
  #contactform input[type="submit"] {
    float: left;
  }
  .controls {
    height: auto;
  }
  .controls label {
    display: block;
    width: 100%;
    text-align: center;
  }
  .controls .options {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .controls .options div {
    display: block !important;
    margin: auto;
    margin-bottom: 10px;
  }
  .hero.noslider {
    margin-top: 60px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .slider {
    margin-top: 60px;
    height: calc(100% - 60px);
  }
  .slider .previous {
    width: 50px;
    height: 50px;
    background: url(../images/prev.png) center left no-repeat;
    opacity: 0.5;
    display: block;
    position: absolute;
    float: left;
    margin-top: -25px;
    top: 50%;
    z-index: 999;
  }
  .slider .next {
    width: 50px;
    height: 50px;
    background: url(../images/next.png) center right no-repeat;
    opacity: 0.5;
    display: block;
    position: absolute;
    float: right;
    right: 0;
    margin-top: -25px;
    top: 50%;
    z-index: 999;
  }
  .slider #area1,
  .slider #area2,
  .slider #area3,
  .slider #area4,
  .slider #area5 {
    border-right: none !important;
  }
  .slider #area1 .surround,
  .slider #area2 .surround,
  .slider #area3 .surround,
  .slider #area4 .surround,
  .slider #area5 .surround {
    display: none;
  }
  .slider .bg {
    z-index: initial;
  }
  .slider .bg .mobileLabels {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 999;
  }
  .slider .bg .mobileLabels h3 {
    text-transform: uppercase;
    color: rgba(255, 254, 254, 0.7);
    font-family: "museo-sans";
    font-weight: 900;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
  }
  .slider .bg .mobileLabels .view {
    background: #fff;
    display: inline-block;
    color: #000;
    width: 150px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 50px;
    font-family: "din_alternatebold";
    text-transform: uppercase;
    transition: 1s;
    float: right;
    z-index: 999;
    margin-right: 10px;
  }
  .slider .bg .mobileLabels .view a,
  .slider .bg .mobileLabels .view a:hover,
  .slider .bg .mobileLabels .view a:visited {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    font: inherit;
    color: #000;
  }
  .slider .bg .mobileLabels .view.active {
    height: 50px;
    opacity: 1;
    transition: 0.5s;
  }
  .container.content .getintouch {
    text-align: center;
  }
  .bottom .col-md-4 {
    padding-bottom: 20px;
  }
  .backbutton a {
    float: initial;
  }
  .circles .circle {
    margin: 28px 14px 0 13px;
  }
  .footer .container .col-md-3.logo {
    background-size: 260px;
  }
  .footer .container .col-md-3.right p,
  .footer .container .col-md-3.right a {
    font-size: 12px;
  }
}
@font-face {
  font-family: 'din_alternatebold';
  src: url('../fonts/din_alternate_bold-webfont.eot');
  src: url('../fonts/din_alternate_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_alternate_bold-webfont.woff2') format('woff2'), url('../fonts/din_alternate_bold-webfont.woff') format('woff'), url('../fonts/din_alternate_bold-webfont.ttf') format('truetype'), url('../fonts/din_alternate_bold-webfont.svg#"din_alternatebold"') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Style the tab */
.colorgallery .hychem .image {
    margin-bottom: 4px;
}
div.product-tab {
    overflow: hidden;
    
    position: relative;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
    transition: all .3s linear ;

}

div.product-tab > div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
    width: 33.33%;
    text-align: center;
    border-right: 4px solid #FFF;
    background-color: #CDCDCD;
    transition: all .3s linear ;

}
div.product-tab > div:last-child {
    border-right: 0px;
}
div.product-tab div h3{
  margin-top: 16px;
}
div.product-tab > div:hover {
    background-color: #ddd;
}

div.product-tab > div.active {
    background-color: #000;
    color: #CDCDCD;
}

.product-tabcontent {
    overflow: hidden;
    height: 0;
    border-top: none;
} 
.product-tabcontent .row {
    transition: all .6s linear ;
    opacity: 0;
    transform: translate(0, 100px);
}
.product-tabcontent.show {
    height: auto;
}
.product-tabcontent.show .row {
    transition: all .6s linear ;
    opacity: 1;
    transform: translate(0, 0%);
}
.product-tabcontent .logo {
  margin-top: 17px;
}

/*Vinyl Flakes display*/


.vinylflakesblend .item, .vinylflakesstone .item{
    min-height: 250px;
    transition: all 0.5s ease-in-out;
}
@media all and (max-width: 480px) {
  .vinylflakesblend .item, .vinylflakesstone .item{
    width: 50%;
  }
}
.vinylflakesblend img, .vinylflakesstone img {
  margin-top: 10px;
  margin-bottom: 10px;
}
img.mfp-img {
  max-width: 700px;
}
.mfp-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}


