.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: center center rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first .mask {
  height: 109px;
}

.view-first:hover .mask {
  background: url(view-bg.png) no-repeat center center scroll #252531;
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.pp_inline {
  line-height: 1.5;
  padding: 15px;
}
.pp_inline h2 {
  margin-bottom: 10px;
}
.pp_inline img {
  display: block;
  margin: 10px 0;
  width: 100%;
}

a.get-free-quote {
  background: #2daae2;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
}
a.get-free-quote span {
  margin-left: 20px;
  position: relative;
}
a.get-free-quote span:after {
  background: url(../../images/free-quote.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 18px;
  left: -25px;
  position: absolute;
  top: -2px;
  width: 18px;
}

/*-------------------------------product content-------------------------------*/
#first-half .post-form-edge {
  float: left;
  padding: 0 15px;
  width: 28%;
}
#first-half .post-form-edge:first-child {
  padding-left: 0;
}
#first-half .post-form-edge img {
  width: 100%;
}

#second-half .post-form-edge {
  float: left;
  padding: 0 15px;
  width: 45%;
}
#second-half .post-form-edge:first-child {
  padding-left: 0;
}
#second-half .post-form-edge img {
  width: 100%;
}

#thumbnail-carousel .view-first .mask {
  height: 57px;
}

a.enquire {
  background: #681975;
  color: #fff;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
}
a.enquire span {
  margin-left: 20px;
  position: relative;
}
a.enquire span:after {
  background: url(../../images/enquiry.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 18px;
  left: -25px;
  position: absolute;
  top: -2px;
  width: 18px;
}

a.download {
  background: #b477c4;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 15px;
  text-decoration: none;
}
a.download span {
  margin-left: 20px;
  position: relative;
}
a.download span:after {
  background: url(../../images/download.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 18px;
  left: -25px;
  position: absolute;
  top: -2px;
  width: 18px;
}

/*-------------------------------brands content-------------------------------*/
body.page-template-onecolumn-page-php #brands-container #brands li {
  width: 17.5%;
}
body.page-template-onecolumn-page-php #brands-container #brands .view-first .mask {
  height: 86px;
}

.brand-buttons {
  text-align: center;
}

#brands-container {
  margin-top: 30px;
}
#brands-container #brands {
  margin-left: 0;
}
#brands-container #brands li {
  border: 1px solid #ccc;
  float: left;
  list-style: none;
  margin: 10px;
  text-align: center;
  width: 16%;
}
#brands-container #brands li img {
  width: 100%;
}
#brands-container #brands .view {
  padding: 10px;
}
#brands-container #brands img {
  display: block;
}
#brands-container #brands .mask {
  height: 46px;
}

.product-pop-up .pop-up-image {
  float: left;
  width: 50%;
}
.product-pop-up .pop-up-content {
  float: right;
  width: 45%;
}
.product-pop-up .product-buttons form {
  float: left;
}
.product-pop-up .product-buttons form:last-child {
  float: right;
}
.product-pop-up .product-buttons span.free-quote-icon {
  display: inline-block;
  position: relative;
  width: 100%;
}
.product-pop-up .product-buttons span.free-quote-icon:after {
  background: url(../../images/free-quote.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 17px;
  width: 18px;
}
.product-pop-up .product-buttons .submit-get-free-quote {
  background: 0 0 no-repeat #2daae2;
  border: none;
  color: #fff !important;
  curspor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 15px 15px 15px 32px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.product-pop-up .product-buttons .submit-get-free-quote:hover {
  cursor: pointer;
}
.product-pop-up .product-buttons span.enquire-icon {
  display: inline-block;
  position: relative;
}
.product-pop-up .product-buttons span.enquire-icon:after {
  background: url(../../images/enquiry.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 18px;
  left: 9px;
  position: absolute;
  top: 17px;
  width: 18px;
}
.product-pop-up .product-buttons .submit-enquire {
  background: #b477c4;
  border: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  padding: 15px 15px 15px 32px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.product-pop-up .product-buttons .submit-enquire:hover {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.item .view.view-first {
  float: left;
  height: 77px;
  width: 84px;
}

/*-------------------------------colours content-------------------------------*/
#colours-container {
  list-style: none;
  margin: 0;
}
#colours-container li {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#colours-container #thumbnail-carousel {
  padding-bottom: 30px;
}
#colours-container .brand-logo {
  float: left;
  width: 25%;
}
#colours-container .brand-logo img {
  width: 100%;
}
#colours-container .brand-description {
  float: right;
  width: 70%;
}
#colours-container .brand-description h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#colours-container .owl-carousel {
  display: inline-block;
}
#colours-container a.download {
  float: right;
}

/*-------------------------------footer-------------------------------*/
.call-to-action .call-to-action-wrapper {
  margin: 0 auto;
  width: 1000px;
}
.call-to-action .call-to-action-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
}
.call-to-action .call-to-action-wrapper h2 span {
  display: block;
}
