@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,300,100);

@import url('../fonts/FreestyleScript-Regular.css');

@import "nav.css";
/* ==========================================================================
   Fonts & Type & Resets
   ========================================================================== */
body {
  font-size: 100% !important;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #666;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 1em 0 -8px;
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
  display: table;
}
h1 {
  font-size: 1.3em;
  margin-top: 0.6em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.05em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
p,
li {
  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.01em;
  color: #4b4b4b;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

}
.lato {
  font-family: 'Lato', sans-serif;
}
.freestyleScript {
  font-family: 'FreestyleScript-Regular';
}
/* -- Clear fix .cf  -- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.box-size {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../boxsizing.htc);
}
/* ==========================================================================
   Variables
   ========================================================================== */
::selection {
  background: #f89000;
  color: #fff;
}
::-moz-selection {
  background: #f89000;
  color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Mixin */
.mobile {
  display: none !important;
}
/* ==========================================================================
   Video pop up
   ========================================================================== */
div.video-overlay {
  background: #999999;
  background: rgba(153, 153, 153, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  display: none;
}
div.video-overlay div.container {
  background: white;
  border: 8px solid #f89000;
  padding-top: 0;
  width: 860px;
  padding-bottom: 15px;
  left: 50%;
  margin-left: -430px;
  position: absolute;
  top: 50%;
  margin-top: -295px;
}
div.video-overlay div.container a.close-video {
  position: absolute;
  top: 20px;
  right: 20px;
}
div.video-overlay div.container div.header {
  background: #f89000;
  color: white;
  text-align: center;
  padding: 16px 80px;
  font-size: 1.8em;
}
div.video-overlay div.container div.header a {
  color: white;
  text-decoration: none;
}
div.video-overlay div.container div.header a:hover {
  text-decoration: underline;
}
div.video-overlay div.container a.video {
  background: url('../img/video-image.png') no-repeat 50% 50%;
  background-size: cover;
  width: 388px;
  height: 239px;
  margin: 37px auto;
  position: relative;
  margin-top: 50px;
  display: block;
}
div.video-overlay div.container a.video img {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  margin-left: -42px;
  left: 50%;
  opacity: 0.8;
}
div.video-overlay div.container a.video:hover img {
  opacity: 1;
}
div.video-overlay div.container a.video span {
  display: block;
  position: absolute;
  bottom: 0;
  background: #EC85B5;
  color: white;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
}
div.video-overlay div.container p {
  text-align: center;
  font-size: 1.4em;
  color: #333333;
  font-weight: bold;
  margin: 14px 0;
}
div.video-overlay div.container p a {
  color: #333;
  text-decoration: none;
}
div.video-overlay div.container p a:hover {
  text-decoration: underline;
}
@media all and (max-width: 895px) {
  div.video-overlay div.container {
    left: 5%;
    margin-left: auto;
    width: 90%;
    margin-top: auto;
    top: 5%;
  }
  div.video-overlay div.container div.header {
    font-size: 1.2em;
  }
  div.video-overlay div.container p {
    font-size: .7em;
  }
  div.video-overlay div.container a.video {
    margin: 33px auto 20px;
  }
}
@media all and (max-width: 512px) {
  div.video-overlay div.container {
    border-top: 0;
  }
  div.video-overlay div.container a.close-video {
    top: 15px;
    right: 5px;
  }
  div.video-overlay div.container a.video {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
  }
  div.video-overlay div.container div.header {
    padding: 16px 25px;
    font-size: 1em;
  }
}
/* ==========================================================================
   Header
   ========================================================================== */
header.main {
  padding: 19px 0px 30px 0;
}
header.main a.logo {
  display: inline-block;
  height: 47px;
  width: 243px;
  background: url(../img/logo.jpg) no-repeat;
}
header.main ul {
  margin-top: 10px !important;
  padding-right: 0;
}
header.main ul li {
  list-style: none;
}
header.main ul li a {
  color: #333;
  text-decoration: none;
}
header.main ul li a .fa {
  font-size: 17px;
  color: #fff;
  background: #f89000;
  padding: 9px 12px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  float: left;
  margin-right: 10px;
}
header.main ul li a span {
  text-transform: uppercase;
  font-size: 0.83em;
  font-weight: 600;
  line-height: 1.4;
}
header.main ul li #form_search {
  float: right;
  margin-top: 2px;
}
header.main ul li #form_search input,
header.main ul li #form_search textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
header.main ul li #form_search #form1_q {
  border: 1px solid #ccc;
  margin-right: -40px;
  margin-top: -5px;
  padding: 8px 5px;
  width: 175px;
}
header.main ul li #form_search #form1_btn {
  background: #a4c84d url("../img/search-icon.png") no-repeat scroll center center;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  text-indent: -999em;
  width: 37px;
  height: 30px;
}
header.main ul li #form_search #form1_btn:hover {
  background: #93bb35 url("../img/search-icon.png") no-repeat scroll center center;
}
@media screen and (min-width: 0) and (min-resolution: 72dpi) {
  header.main ul li #form_search #form1_btn {
    height: 32px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header.main ul li #form_search {
    /*Chrome CSS here*/
  
  }
  header.main ul li #form_search #form1_q {
    float: left;
    margin-top: 0;
    padding: 8px 5px 9px 5px;
    margin-right: -38px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header.main ul li #form_search {
    /* Safari and Chrome */
  
  }
  header.main ul li #form_search #form1_q {
    padding: 8px 5px;
  }
}
@media all and (max-width: 925px) {
  header.main ul li a span {
    font-size: 0.81em;
  }
}
@media all and (max-width: 876px) {
  header.main ul li a span {
    margin-top: 2px;
    display: list-item;
    font-size: 0.74em;
  }
  header.main #form_search #form1_q {
    width: 98% !important;
  }
}
@media all and (max-width: 835px) {
  header.main ul {
    width: 380px;
  }
  header.main ul li a span {
    margin-top: 2px;
    display: list-item;
    font-size: 0.78em;
  }
  header.main ul li.phone,
  header.main ul li.advice {
    width: 48%;
  }
  header.main ul li.advice {
    margin-right: 0;
  }
  header.main ul li.form {
    display: none;
  }
}
@media all and (max-width: 670px) {
  header.main ul {
    width: 320px;
  }
  header.main ul li a span {
    margin-top: 2px;
    display: list-item;
    font-size: 0.65em;
  }
}
@media all and (max-width: 606px) {
  header.main ul {
    width: 165px;
  }
  header.main ul li a span {
    font-size: 0.72em;
  }
  header.main ul li.phone {
    width: 100%;
  }
  header.main ul li.advice {
    display: none;
  }
}
@media all and (max-width: 439px) {
  header.main {
    padding: 16px 0 0px;
  }
  header.main a.mobile {
    display: inline-block !important;
  }
  header.main a.fa {
    color: #989898;
    float: right;
    font-size: 1.4em;
    margin-top: 21px;
    text-align: center;
    width: 38px;
  }
  header.main ul {
    width: 100%;
  }
  header.main ul li.phone,
  header.main ul li.advice {
    display: none;
  }
  header.main ul li.form {
    margin-left: -2%;
    width: 104% !important;
    background: #d9d9d9;
    display: inline-block;
    padding: 6px 0;
  }
  header.main ul li.form #form_search {
    float: none;
  }
  header.main ul li.form #form_search #form1_q {
    width: 96% !important;
    margin-left: 2%;
    padding-bottom: 7px;
  }
}
@media all and (max-width: 350px) {
  header.main a.fa {
    font-size: 1.52em;
    margin-top: 13px;
    margin-right: -6px;
    width: 45px;
  }
  header.main a.logo {
    width: 66%;
    background-size: contain;
  }
}
/* ==========================================================================
   Navigation
   ========================================================================== */
section.quick-links {
  background: #F5F5F5;
}
section.quick-links ul {
  width: 770px;
  display: table;
  margin: 0 auto;
  padding: 8px 0;
}
section.quick-links ul li {
  list-style: none;
  float: left;
  margin: 0 10px;
  font-size: 0.84em;
}
section.quick-links ul li:after {
  width: 1px;
  height: 10px;
  background: #555;
  display: inline-block;
  content: "";
  margin-left: 16px;
}
section.quick-links ul li:last-child:after {
  display: none;
}
section.quick-links ul li .fa {
  color: #f89000;
  margin-right: 5px;
}
section.quick-links ul li a {
  text-decoration: none;
  color: #555;
  font-weight: 300;
}
section.quick-links ul li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 790px) {
  section.quick-links ul {
    width: 696px;
  }
  section.quick-links ul li {
    font-size: 0.74em;
  }
}
@media all and (max-width: 766px) {
  section.quick-links ul {
    width: 696px;
  }
  section.quick-links ul li {
    font-size: 0.74em;
  }
}
@media all and (max-width: 696px) {
  section.quick-links ul {
    width: 647px;
  }
  section.quick-links ul li {
    font-size: 0.67em;
  }
}
@media all and (max-width: 696px) {
  section.quick-links ul {
    width: 598px;
  }
  section.quick-links ul li {
    font-size: 0.6em;
  }
}
@media all and (max-width: 598px) {
  section.quick-links ul {
    width: 512px;
  }
  section.quick-links ul li {
    font-size: 0.7em;
  }
  section.quick-links ul li.two {
    display: none;
  }
}
@media all and (max-width: 512px) {
  section.quick-links ul {
    width: 357px;
  }
  section.quick-links ul li {
    font-size: 0.7em;
  }
  section.quick-links ul li.three:after {
    display: none;
  }
  section.quick-links ul li.four {
    display: none;
  }
}
@media all and (max-width: 512px) {
  section.quick-links {
    display: none;
  }
}
/* ==========================================================================
   Home page
   ========================================================================== */
ul.boxes li {
  list-style: none;
  float: left;
  width: 25%;
  line-height: 0;
}
ul.boxes li.box1 a {
  background: url(../img/homepage/box1.jpg) no-repeat;
}
ul.boxes li.box1 a footer {
  background: #CE81AA;
  background: rgba(206, 129, 170, 0.8);
}
ul.boxes li.box1 a footer .fa {
  color: #CE81AA;
}
ul.boxes li.box1 a:hover footer {
  background: #CE81AA;
}
ul.boxes li.box2 a {
  background: url(../img/homepage/box2.jpg) no-repeat;
}
ul.boxes li.box2 a footer {
  background: #BCCF4F;
  background: rgba(188, 207, 89, 0.8);
}
ul.boxes li.box2 a footer .fa {
  color: #BCCF4F;
}
ul.boxes li.box2 a:hover footer {
  background: #BCCF4F;
}
ul.boxes li.box3 a {
  background: url(../img/homepage/box3.jpg) no-repeat;
}
ul.boxes li.box3 a footer {
  background: #292017;
  background: rgba(41, 32, 23, 0.8);
}
ul.boxes li.box3 a footer .fa {
  color: #292017;
}
ul.boxes li.box3 a:hover footer {
  background: #292017;
}
ul.boxes li.box4 a {
  background: url(../img/homepage/box4.jpg) no-repeat;
}
ul.boxes li.box4 a footer {
  background: #8C7D5D;
  background: rgba(140, 125, 93, 0.8);
}
ul.boxes li.box4 a footer .fa {
  color: #8C7D5D;
}
ul.boxes li.box4 a:hover footer {
  background: #8C7D5D;
}
ul.boxes li a {
  width: 100%;
  height: 452px;
  display: inline-block;
  background: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
}
ul.boxes li a footer {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 14px 0 14px 14px;
}
ul.boxes li a footer .fa {
  font-size: 15px;
  color: red;
  background: #fff;
  padding: 8px 10px 9px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  float: left;
  margin-right: 10px;
}
ul.boxes li a footer span {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.1em;
}
@media all and (max-width: 832px) {
  ul.boxes li {
    width: 50%;
  }
  ul.boxes li a {
    height: 352px;
  }
}
@media all and (max-width: 532px) {
  ul.boxes li {
    width: 100%;
  }
  ul.boxes li a {
    height: 210px;
  }
}
div.middle-row {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: inline-block;
}
div.middle-row section.col9 a {
  text-decoration: none;
  color: #202020;
}
div.middle-row section.col9 a.one img {
  border: 3px solid #f89000;
}
div.middle-row section.col9 a footer {
  display: inline-block;
  margin-top: 11px;
}
div.middle-row section.col9 a footer p.title {
  font-weight: bold;
  font-size: 1em;
  color: #000;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: -6px;
}
div.middle-row section.col9 a footer p {
  font-size: 0.87em;
}
div.middle-row section.col9 a:hover p.title {
  text-decoration: underline;
}
div.middle-row section.col9 a.four,
div.middle-row section.col9 a.five {
  margin-top: 27px;
}
div.middle-row section.col9 a.four p.title,
div.middle-row section.col9 a.five p.title {
  margin-top: -23px;
  display: table;
}
div.middle-row ul.col3 {
  width: 23%;
  margin-left: 0.5%;
  list-style: none;
  background: #F5F5F5;
}
div.middle-row ul.col3 li {
  padding: 14px 9px;
  border-bottom: 3px solid #fff;
  color: #000;
  line-height: 1.2;
}
div.middle-row ul.col3 li.three {
  padding: 17px 9px 23px;
}
div.middle-row ul.col3 li.six {
  padding: 12px 9px 2px 9px;
}
div.middle-row ul.col3 li.six span p {
  font-size: 0.87em;
  color: #000;
  line-height: 1.3;
}
div.middle-row ul.col3 li .pn {
  float: left;
  display: inline-block;
  height: 54px;
  width: 60px;
  margin-right: 12px;
}
div.middle-row ul.col3 li .pn.building {
  background: url(../img/icons.png) top left no-repeat;
}
div.middle-row ul.col3 li .pn.service {
  background: url(../img/icons.png) -77px -5px no-repeat;
}
div.middle-row ul.col3 li .pn.products {
  background: url(../img/icons.png) -145px -1px no-repeat;
}
div.middle-row ul.col3 li .pn.engineers {
  background: url(../img/icons.png) -215px -1px no-repeat;
}
div.middle-row ul.col3 li .pn.care {
  background: url(../img/icons.png) -280px -1px no-repeat;
}
div.middle-row ul.col3 li span {
  display: table;
}
div.middle-row ul.col3 li span b {
  margin-bottom: 3px;
  display: inline-block;
}
div.middle-row ul.col3 li span p {
  margin-top: 3px;
  font-size: 0.74em;
}
div.middle-row ul.col3 li span p a {
  font-weight: bold;
  color: #000;
}
div.middle-row ul.col3 li span p a:hover {
  text-decoration: none;
}
@media all and (max-width: 920px) {
  div.middle-row section.col9 {
    width: 66.5%;
  }
  div.middle-row ul.col3 {
    width: 30%;
  }
}
@media all and (max-width: 768px) {
  div.middle-row section.col9 {
    width: 61.5%;
  }
  div.middle-row ul.col3 {
    width: 35%;
  }
}
@media all and (max-width: 750px) {
  div.middle-row section.col9 {
    width: 100%;
  }
  div.middle-row ul.col3 {
    margin-top: 26px;
    width: 100%;
  }
  div.middle-row ul.col3 li {
    height: 98px;
    border-right: 3px solid #fff;
  }
  div.middle-row ul.col3 li.one,
  div.middle-row ul.col3 li.two {
    width: 50%;
    float: left;
  }
  div.middle-row ul.col3 li.two {
    clear: right;
  }
  div.middle-row ul.col3 li.three,
  div.middle-row ul.col3 li.four,
  div.middle-row ul.col3 li.five {
    width: 33.33%;
    float: left;
  }
  div.middle-row ul.col3 li.six {
    float: left;
    width: 100%;
    display: inline-block;
    height: 55px;
    font-size: 1em;
    text-align: center;
  }
  div.middle-row ul.col3 li.six span {
    margin: 0 auto;
  }
}
@media all and (max-width: 608px) {
  div.middle-row {
    margin-top: 37px !important;
    margin-bottom: 28px !important;
  }
  div.middle-row ul.col3 li.three,
  div.middle-row ul.col3 li.four,
  div.middle-row ul.col3 li.five {
    height: 130px;
  }
}
@media all and (max-width: 509px) {
  div.middle-row section.col9 a footer p {
    font-size: 0.75em;
  }
  div.middle-row ul.col3 li {
    width: 100% !important;
    height: inherit !important;
  }
}
@media all and (max-width: 471px) {
  div.middle-row section.col9 a footer p.title {
    display: inline-block;
  }
  div.middle-row section.col9 a footer p {
    display: none;
  }
}
@media all and (max-width: 400px) {
  div.middle-row section.col9 a footer p.title {
    display: inline-block;
    font-size: 0.89em;
  }
}
section.logos {
  background: #F6F6F6;
  padding: 38px 0;
}
section.logos ul.tabs {
  margin: 0 0 30px;
  padding: 0px;
  list-style: none;
}
section.logos ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
  width: 16%;
  text-align: center;
}
section.logos ul.tabs li.current {
  position: relative;
}
section.logos ul.tabs li.current:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -43px;
  right: 39%;
  width: 38px;
  height: 31px;
  background: url(../img/homepage/logo-arrow.png) no-repeat;
}
section.logos .tab-content {
  display: none;
  background: #fff;
  padding: 15px 4%;
  border: 1px solid #ccc;
  text-align: center;
  background-image: url(../img/homepage/footer-logos-left-qoute.jpg), url(../img/homepage/footer-logos-right-qoute.jpg);
  background-position: 2% 34%, 98% 34%;
  background-repeat: no-repeat;
}
section.logos .tab-content blockquote {
  color: #444444;
}
section.logos .tab-content footer {
  color: #444444;
  font-weight: bold;
}
section.logos .tab-content.current {
  display: inherit;
}
@media all and (max-width: 880px) {
  section.logos .tab-content {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media all and (max-width: 820px) {
  section.logos ul.tabs li {
    width: 24.5%;
  }
  section.logos ul.tabs li.five,
  section.logos ul.tabs li.six {
    display: none !important;
  }
}
@media all and (max-width: 620px) {
  section.logos .tab-content blockquote {
    font-size: 0.86em;
  }
  section.logos .tab-content footer {
    font-size: 0.9em;
  }
}
@media all and (max-width: 586px) {
  section.logos .tab-content {
    background-image: none;
    padding: 15px 4%;
  }
  section.logos .tab-content blockquote {
    margin: 0;
    margin-bottom: 15px;
    font-size: 0.8em;
  }
  section.logos .tab-content footer {
    font-size: 0.85em;
  }
  section.logos ul.tabs li {
    width: 32.5%;
  }
  section.logos ul.tabs li.one {
    display: none !important;
  }
}
@media all and (max-width: 437px) {
  section.logos {
    padding: 19px 0 33px 0;
  }
  section.logos ul.tabs li {
    width: 32%;
  }
  section.logos ul.tabs li img {
    width: 89%;
  }
}
/* ==========================================================================
   Main page generic styles
   ========================================================================== */
main p a {
  color: #333;
}
main p a:hover {
  text-decoration: none;
}
ul.breadcrumbs {
  display: inline-block;
  width: 100%;
  margin: 26px 0 8px 0;
  padding-left: 0 !important;
}
ul.breadcrumbs li {
  list-style: none;
  float: left;
  color: #666;
  margin-right: 5px;
  font-size: 0.86em;
}
ul.breadcrumbs li:after {
  font-weight: 300;
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 0.78em;
}
ul.breadcrumbs li:last-child:after {
  display: none;
}
ul.breadcrumbs li a {
  font-weight: 500;
  color: #a4c84d;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Product page
   ========================================================================== */
h2.related-title {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  margin-top: 0;
}
section.product-intro {
  background: #EEEEEB;
}
section.product-intro ul.breadcrumbs {
  margin: 16px 0;
}
section.product-intro .col7.product-image {
  width: 58.5%;
}
section.product-intro .col7.product-image ul.photo-tabs {
  float: right;
  width: 10%;
  list-style: none;
}
section.product-intro .col7.product-image ul.photo-tabs li {
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
section.product-intro .col7.product-image ul.photo-tabs li.current {
  position: relative;
  border: 1px solid #386E12;
}
section.product-intro .col7.product-image .tab-content {
  width: 86%;
  float: left;
  display: none;
}
section.product-intro .col7.product-image .tab-content.current {
  display: inline-block;
}
section.product-intro .col5.product-details {
  width: 35.5%;
}
section.product-intro .col5.product-details .holder {
  background: #fff;
  border: 1px solid #E1E1E1;
  padding: 13px 20px 18px 20px;
}
section.product-intro .col5.product-details .holder a.video {
  background-size: cover;
  width: 100%;
  height: 239px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
  display: block;
}
section.product-intro .col5.product-details .holder a.video img {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -42px;
  margin-left: -42px;
  left: 50%;
  opacity: 0.8;
}
section.product-intro .col5.product-details .holder a.video:hover img {
  opacity: 1;
}
section.product-intro .col5.product-details .holder a.video span {
  display: block;
  position: absolute;
  bottom: 0;
  background: #EC85B5;
  color: white;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
}
section.product-intro .col5.product-details .holder header {
  margin-bottom: 23px;
}
section.product-intro .col5.product-details .holder header p.title {
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 2px;
}
section.product-intro .col5.product-details .holder header footer {
  font-size: 0.8em;
  font-weight: 300;
}
section.product-intro .col5.product-details .holder div.content {
  background: #F8F5F0;
  padding: 1px 15px 18px 15px;
}
section.product-intro .col5.product-details .holder div.content p {
  color: #444;
  font-size: 0.87em;
}
section.product-intro .col5.product-details .holder div.content a.readMore {
  font-size: 0.87em;
  color: #a4c84d;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
}
section.product-intro .col5.product-details .holder div.content a.readMore:hover {
  text-decoration: none;
}
section.product-intro .col5.product-details .holder a.button {
  display: inline-block;
  width: 100%;
  padding: 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
}
section.product-intro .col5.product-details .holder a.button.green {
  background: #a4c84d;
}
section.product-intro .col5.product-details .holder a.button.green:hover {
  background: #93BB35;
}
section.product-intro .col5.product-details .holder a.button.orange {
  background: #f89000;
}
section.product-intro .col5.product-details .holder a.button.orange:hover {
  background: #E08700;
}
section.product-intro .col5.product-details div.social-media {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
section.product-intro .col5.product-details div.social-media b {
  float: left;
  color: 404040;
  font-size: 0.87em;
  margin-right: 11px;
}
section.product-intro .col5.product-details div.social-media #twitter-widget-0 {
  float: left;
  width: 87px !important;
}
section.product-intro .col5.product-details div.social-media .fb_iframe_widget {
  position: relative;
  margin-right: 11px;
  float: left;
  display: inline-flex;
}
section.product-intro .col5.product-details div.social-media a {
  float: left;
}
section.product-intro .col5.product-details div.social-media a.email-btn {
  background: #709DBC;
  color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #5497B3;
  font-size: 0.7em;
  text-decoration: none;
  margin-left: 7px;
  padding: 1px 4px;
}
section.product-intro .col5.product-details div.social-media a.email-btn .fa {
  margin-right: 2px;
}
section.product-intro ul.content-tabs {
  display: inline-block;
  float: none;
  width: 100%;
  list-style: none;
  margin-top: 41px;
}
section.product-intro ul.content-tabs li {
  border: 1px solid #333;
  border-bottom: none 0;
  background: #333;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: auto;
  text-align: center;
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 7px 16px;
  font-weight: 500;
}
section.product-intro ul.content-tabs li.current,
section.product-intro ul.content-tabs li:hover {
  position: relative;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #333;
}
@media all and (max-width: 1024px) {
  section.product-intro {
    padding-left: 1%;
  }
}
@media all and (max-width: 996px) {
  section.product-intro .col7.product-image {
    width: 55.5%;
  }
  section.product-intro .col5.product-details {
    width: 41.5%;
  }
}
@media all and (max-width: 850px) {
  section.product-intro .col7.product-image {
    width: 51.5%;
  }
  section.product-intro .col5.product-details {
    width: 40.5%;
  }
  section.product-intro .col5.product-details .holder div.content p {
    font-size: 0.8em;
  }
  section.product-intro .col5.product-details div.social-media b {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 780px) {
  section.product-intro .col7.product-image {
    width: 54.5%;
  }
  section.product-intro .col7.product-image ul.photo-tabs {
    margin-top: 20px;
    width: 100%;
    float: none;
    display: inline-block;
  }
  section.product-intro .col7.product-image ul.photo-tabs li {
    float: left;
    margin-right: 11px;
    width: 57px;
  }
  section.product-intro .col7.product-image .tab-content {
    width: 100%;
  }
  section.product-intro .col5.product-details {
    width: 41.5%;
  }
  section.product-intro .col5.product-details .holder {
    padding: 0px 20px 18px;
  }
}
@media all and (max-width: 751px) {
  section.product-intro .col7.product-image {
    width: 48.5%;
  }
  section.product-intro .col5.product-details {
    width: 43.5%;
  }
}
@media all and (max-width: 720px) {
  section.product-intro .col7.product-image {
    width: 45.5%;
  }
  section.product-intro .col5.product-details {
    width: 45.5%;
  }
}
@media all and (max-width: 684px) {
  section.product-intro .col7.product-image {
    width: 43.5%;
  }
  section.product-intro .col5.product-details {
    width: 47.5%;
  }
}
@media all and (max-width: 658px) {
  section.product-intro .col7.product-image,
  section.product-intro .col5.product-details {
    width: 100%;
  }
  section.product-intro .col7.product-image {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 470px) {
  section.product-intro ul.content-tabs li {
    display: inline-block;
    width: 100%;
  }
  section.product-intro ul.content-tabs li.current {
    border-bottom: 1px solid #e1e1e1;
  }
}
div.product-info {
  margin-bottom: 28px;
  display: inline-block;
}
div.product-info article.tab-content-main {
  padding: 16px;
  margin-right: 3%;
  width: 63%;
  float: left;
  display: none;
  border: 1px solid #E1E1E1;
  border-top: 0;
  margin-top: -1px;
  background: #fff;
}
div.product-info article.tab-content-main a.video {
  background-size: cover;
  width: 388px;
  height: 239px;
  margin: 37px auto;
  position: relative;
  margin-top: 50px;
  display: block;
}
div.product-info article.tab-content-main a.video img {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  margin-left: -42px;
  left: 50%;
  opacity: 0.8;
}
div.product-info article.tab-content-main a.video:hover img {
  opacity: 1;
}
div.product-info article.tab-content-main a.video span {
  display: block;
  position: absolute;
  bottom: 0;
  background: #EC85B5;
  color: white;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
}
div.product-info article.tab-content-main ul {
  list-style: none;
}
div.product-info article.tab-content-main ul li {
  margin-bottom: 5px;
  position: relative;
  font-size: 1em;
  margin: 10px 0;
  padding-left: 30px;
}
div.product-info article.tab-content-main ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 7px;
  position: absolute;
  color: #f89000;
  left: 0;
  top: 2px;
}
div.product-info article.tab-content-main a {
  color: #a4c84d;
}
div.product-info article.tab-content-main a:hover {
  text-decoration: none;
}
div.product-info article.tab-content-main.current {
  display: inline-block;
}
div.product-info article.tab-content-main#tab-2 {
  border: 1px solid #f89000;
  border-top: 0;
}
div.product-info ul.sidebar {
  list-style: none;
  float: left;
  width: 28%;
  margin-top: 30px;
}
div.product-info ul.sidebar li {
  width: 43%;
  margin: 0 7% 7% 0;
  background: #F5F5F5;
  color: #000;
  text-align: center;
  padding: 8px;
}
div.product-info ul.sidebar li.one {
  height: 140px;
}
div.product-info ul.sidebar li.two {
  height: 140px;
  padding-top: 20px;
}
div.product-info ul.sidebar li.three {
  height: 107px;
  padding-top: 13px;
}
div.product-info ul.sidebar li.four {
  height: 107px;
}
div.product-info ul.sidebar li.five {
  height: 113px;
  padding-top: 13px;
}
div.product-info ul.sidebar li.six {
  height: 113px;
}
div.product-info ul.sidebar li.six span p {
  font-size: 0.82em;
}
div.product-info ul.sidebar li.six span p b {
  font-size: 0.94em;
  margin-bottom: 7px;
  display: inline-block;
}
div.product-info ul.sidebar li.six span p a {
  color: #000;
}
div.product-info ul.sidebar li.six span p a:hover {
  text-decoration: none;
}
div.product-info ul.sidebar li .pn {
  float: none;
  display: inline-block;
  height: 54px;
  width: 60px;
  margin-right: 12px;
}
div.product-info ul.sidebar li .pn.building {
  background: url(../img/icons.png) top left no-repeat;
}
div.product-info ul.sidebar li .pn.service {
  background: url(../img/icons.png) -77px -5px no-repeat;
}
div.product-info ul.sidebar li .pn.products {
  background: url(../img/icons.png) -145px -1px no-repeat;
}
div.product-info ul.sidebar li .pn.engineers {
  background: url(../img/icons.png) -215px -1px no-repeat;
}
div.product-info ul.sidebar li .pn.care {
  background: url(../img/icons.png) -280px -1px no-repeat;
}
div.product-info ul.sidebar li span {
  display: inline-block;
  width: 100%;
  line-height: 1;
}
div.product-info ul.sidebar li span b {
  font-size: 0.76em;
}
@media all and (max-width: 1024px) {
  div.product-info {
    padding-left: 1%;
  }
}
@media all and (max-width: 972px) {
  div.product-info ul.sidebar {
    width: 32%;
  }
}
@media all and (max-width: 851px) {
  div.product-info ul.sidebar {
    width: 34%;
  }
}
@media all and (max-width: 801px) {
  div.product-info ul.sidebar li {
    margin: 0 4% 4% 0;
    width: 46%;
  }
  div.product-info ul.sidebar li span b {
    font-size: 0.69em;
  }
}
@media all and (max-width: 729px) {
  div.product-info article.tab-content-main {
    width: 68%;
  }
  div.product-info ul.sidebar {
    width: 27.5%;
  }
  div.product-info ul.sidebar li {
    margin: 0 4% 4% 0;
    width: 100%;
  }
}
@media all and (max-width: 677px) {
  div.product-info article.tab-content-main,
  div.product-info ul.sidebar {
    width: 100%;
  }
  div.product-info ul.sidebar li {
    height: 103px !important;
    margin: 0 1% 1.5% 0;
  }
  div.product-info ul.sidebar li.six {
    height: 68px !important;
    font-size: 1em;
  }
}
@media all and (max-width: 500px) {
  div.product-info article.tab-content-main a.video {
    width: 100% !important;
  }
}
/* ==========================================================================
   client portfolio page
   ========================================================================== */
.portfolio-background {
  background-color: #EEEEEB;
  width: 100%;
}
.col4.client,
.col4.equipment {
  text-decoration: none;
  margin-top: 30px !important;
  margin-bottom: 30px;
  position: relative;
  background: white;
  padding: 13px;
  min-height: 380px;
}
.col4.client span.title,
.col4.equipment span.title {
  color: #555;
  padding-left: 0;
  padding-bottom: 0px;
  font-size: 1.05em;
}
.col4.client .holder,
.col4.equipment .holder {
  height: 300px;
  border: 1px solid #E1E1E1;
  background-size: auto 100% !important;
  position: relative;
  float: left;
  width: 100%;
  text-decoration: none;
}
.col4.client .holder p,
.col4.equipment .holder p {
  color: #333;
  font-size: 1.7em;
  font-weight: normal;
  height: 100%;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 10px;
  padding-top: 80px;
  text-align: center;
}
.col4.client .holder p img,
.col4.equipment .holder p img {
  margin-bottom: 5px;
}
.col4.client .holder i,
.col4.equipment .holder i {
  color: #f89000;
  margin-top: 125px;
  background: white;
  padding: 10px;
  border-radius: 25px;
  width: 37px;
}
.col4.client .client-intro,
.col4.equipment .client-intro,
.col4.client .equipment-intro,
.col4.equipment .equipment-intro {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  background: none repeat scroll 0% 0% rgba(248, 144, 0, 0.7);
  transition: all 0.67s ease 0s;
}
.col4.client .client-intro:hover,
.col4.equipment .client-intro:hover,
.col4.client .equipment-intro:hover,
.col4.equipment .equipment-intro:hover {
  opacity: 1;
}
.col4.client p,
.col4.equipment p {
  color: #000;
}
.col4.client span,
.col4.equipment span {
  color: #fff;
  display: inline-block;
  font-size: 0.82em;
  padding: 8px 17px;
}
.pagination-controls {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.pagination-controls a {
  color: white;
  background-color: #333;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.pagination-controls a:hover {
  background-color: #f89000;
}
.pagination-controls .selected-page {
  background-color: #f89000;
}
@media all and (max-width: 789px) {
  .col4.client,
  .col4.equipment {
    width: 46%;
    margin-left: 1%;
  }
}
@media all and (max-width: 500px) {
  .col4.client,
  .col4.equipment {
    margin-left: 0%;
    margin-right: 0;
    width: 100%;
  }
}
/* ==========================================================================
   Portfolio pages
   ========================================================================== */
.portfolio {
  margin-bottom: 38px !important;
}
.portfolio main {
  display: block;
}
.portfolio blockquote {
  margin: 0;
  background: #f8f5f0 url(../img/portfolio/blockquote-bg.jpg) repeat-x top left;
  font-family: 'FreestyleScript-Regular';
  padding: 3px 40px 19px 40px;
  text-align: center;
  font-weight: 300;
}
.portfolio blockquote p {
  color: #808080;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.portfolio blockquote footer {
  font-size: 1.2em;
  color: #494949;
}
.portfolio .slider-container p.title {
  color: #a4c84d;
  margin-bottom: 6px;
}
.portfolio .slider-container .portfoliopage-sider {
  position: relative;
  /* Direction Nav */

}
.portfolio .slider-container .portfoliopage-sider .flex-viewport {
  margin: 0;
}
.portfolio .slider-container .portfoliopage-sider .slides li {
  padding: 0 3px;
  position: relative;
}
.portfolio .slider-container .portfoliopage-sider .slides li .example-div {
  height: 100px;
  width: 100%;
}
.portfolio .slider-container .portfoliopage-sider .slides li .example-div a.image-link {
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio .slider-container .portfoliopage-sider .slides li a:hover:before {
  display: none;
}
.portfolio .slider-container .portfoliopage-sider .slides li img:after {
  content: "sdasdad";
  display: inline-block;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav {
  *height: 0;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav a {
  opacity: 0.8;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 26px;
  margin: 0px 0 0;
  position: absolute;
  top: 49px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav a:hover {
  opacity: 1;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav .flex-prev {
  left: -14px;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav .flex-next {
  right: -19px;
  text-align: right;
}
.portfolio .slider-container .portfoliopage-sider .flexslider:hover .flex-next:hover,
.portfolio .slider-container .portfoliopage-sider .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav .flex-disabled {
  cursor: default;
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav a.flex-prev:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  width: 13px;
  height: 17px;
  padding-left: 9px;
  text-align: left;
  font-family: 'FontAwesome';
  font-size: 12px;
  padding-top: 5px;
  background: #333;
  color: #fff;
  line-height: 1;
  display: inline-block;
  content: "\f0d9";
}
.portfolio .slider-container .portfoliopage-sider .flex-direction-nav a.flex-next:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  width: 12px;
  height: 17px;
  padding-left: 10px;
  text-align: left;
  font-family: 'FontAwesome';
  font-size: 12px;
  padding-top: 5px;
  background: #333;
  color: #fff;
  line-height: 1;
  display: inline-block;
  content: "\f0da";
}
.portfolio ul.links li {
  list-style: none;
  text-align: center;
  margin-top: 18px;
}
.portfolio ul.links li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  font-weight: 400;
}
.portfolio ul.links li a .fa {
  margin-left: 10px;
}
.portfolio ul.links li.green {
  background: #a4c84d;
}
.portfolio ul.links li.green:hover {
  background: #93BB35;
}
.portfolio ul.links li.orange {
  background: #f89000;
}
.portfolio ul.links li.orange:hover {
  background: #E08700;
}
@media all and (max-width: 500px) {
  .portfolio ul.breadcrumbs {
    display: none;
  }
  .portfolio .portfoliopage-sider {
    width: 95% !important;
    margin-left: 3% !important;
  }
  .portfolio .col6 {
    width: 97%;
  }
  .portfolio .col6.content {
    margin-bottom: 30px;
  }
}
/* ==========================================================================
   Digital dentistry pages
   ========================================================================== */
.digital-dentistry ul.breadcrumbs li a {
  color: #e2509d;
}
.digital-dentistry main strong {
  color: #5b92ce;
}
.digital-dentistry main h4,
.digital-dentistry main h5,
.digital-dentistry main h6 {
  font-size: .9em;
  font-weight: bold;
  margin: 10px 0;
}
.digital-dentistry main h4 a,
.digital-dentistry main h5 a,
.digital-dentistry main h6 a {
  text-decoration: none;
}
.digital-dentistry main h4 a:hover,
.digital-dentistry main h5 a:hover,
.digital-dentistry main h6 a:hover {
  text-decoration: underline;
}
.digital-dentistry main h4 {
  margin-top: 40px;
}
.digital-dentistry main h4 a {
  color: #324ca5;
}
.digital-dentistry main h5 a {
  color: #e2509d;
}
.digital-dentistry main h6 {
  margin-bottom: 40px;
}
.digital-dentistry main h6 a {
  color: #50796b;
}
.digital-dentistry ul.links li.orange {
  background: #2f95df;
}
.digital-dentistry ul.links li.orange:hover {
  background: #333;
}
.digital-dentistry ul.links li.green {
  background: #da0272;
}
.digital-dentistry ul.links li.green:hover {
  background: #333;
}
.digital-dentistry a.play {
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 20px;
}
.digital-dentistry a.play span {
  display: block;
  position: absolute;
  bottom: -30px;
  background: #e2509d;
  color: white;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  transition: all 0.67s ease 0s;
}
.digital-dentistry a.play img.play-btn {
  position: absolute;
  opacity: 0;
  top: 33%;
  left: 21.5%;
  width: 12.5%;
  transition: all 0.67s ease 0s;
}
.digital-dentistry a.play:hover img.play-btn {
  opacity: 1;
}
/* ==========================================================================
   Two column pages
   ========================================================================== */
aside.sidebar {
  margin-top: 30px;
}
aside.sidebar img.sidebar-img {
  margin-bottom: 20px;
}
aside.sidebar ul {
  border: 1px solid #f89000;
  list-style: none;
  padding: 12px 18px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
aside.sidebar ul li {
  padding: 5px 0;
}
aside.sidebar ul li a {
  font-weight: 400;
  color: #999999;
}
aside.sidebar ul li a.active,
aside.sidebar ul li a:hover {
  color: #333333;
}
aside.sidebar ul li.selected a {
  color: #333333;
}
aside.sidebar a.promise-cta {
  background: #F5F5F5;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding: 14px 15px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
aside.sidebar a.promise-cta p.title {
  font-weight: 600;
  font-size: 1em;
  color: #000;
}
aside.sidebar a.promise-cta.portfolio-cta p.title {
  margin: 0;
  margin-top: 10px;
}
aside.sidebar a.promise-cta p {
  font-size: 0.67em;
  color: #000;
}
aside.sidebar a.promise-cta:hover p.title {
  text-decoration: underline;
}
@media all and (max-width: 692px) {
  aside.sidebar {
    display: none;
  }
  section.col9 {
    width: 100%;
  }
}
/* ==========================================================================
   Main Pages
   ========================================================================== */
.main .col9 {
  width: 74.5%;
}
.main .col9 img {
  width: auto;
}
.main .col9 ul {
  padding-left: 40px;
}
.main main {
  position: relative;
}
.main main .top-right-icon {
  height: 54px;
  width: 60px;
  position: absolute;
  top: -15px;
  right: 2px;
}
.main main .top-right-icon.building {
  background: url(../img/icons.png) top left no-repeat;
}
.main main .top-right-icon.service {
  background: url(../img/icons.png) -77px -5px no-repeat;
}
.main main .top-right-icon.products {
  background: url(../img/icons.png) -145px -1px no-repeat;
}
.main main .top-right-icon.engineers {
  background: url(../img/icons.png) -215px -1px no-repeat;
}
.main main .top-right-icon.care {
  background: url(../img/icons.png) -280px -1px no-repeat;
}
.main main .bullet-points {
  border: 1px solid #f89000;
  padding: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.main main .bullet-points ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
  display: inline-block;
}
.main main .bullet-points ul li {
  padding: 5px 0;
  padding-left: 25px;
  background-size: 20px 20px;
  font-size: 1em;
  float: left;
  width: 46%;
  margin: 0 2%;
  position: relative;
}
.main main .bullet-points ul li i {
  position: absolute;
  top: 10px;
  left: 0;
}
.main h1 {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  margin-top: 0px;
}
.main .get-in-touch {
  /*background-color:#808084;*/

  background: #F5F5F5;
  width: 48.5%;
  float: left;
  padding: 20px;
  margin-right: 3%;
  margin-bottom: 20px;
}
.main .get-in-touch img.map {
  width: 146px;
  float: left;
}
.main .get-in-touch header,
.main .get-in-touch p.text {
  color: black;
}
.main .get-in-touch header {
  font-size: 1.2em;
}
.main .get-in-touch ul {
  list-style: none;
}
.main .get-in-touch ul li {
  margin-bottom: 13px;
}
.main .get-in-touch ul li p {
  margin: 0;
  color: black;
  font-weight: 700;
}
.main .get-in-touch ul li i {
  float: left;
  height: 35px;
  font-size: 2em;
  padding-top: 5px;
  width: 14%;
  text-align: center;
  color: black;
}
.main .get-in-touch ul li a {
  text-decoration: none;
  color: black;
  font-size: 0.9em;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.main .get-in-touch ul li a:hover {
  color: #f89000;
  text-decoration: underline;
}
.main ul.sidebar {
  list-style: none;
  width: 48.5%;
  float: left;
}
.main ul.sidebar li {
  width: 32%;
  margin: 0 2% 2% 0;
  background: #F5F5F5;
  color: #000;
  text-align: center;
  padding: 8px;
  height: 130px !important;
}
.main ul.sidebar li.one {
  height: 122px;
}
.main ul.sidebar li.two {
  height: 122px;
  padding-top: 10px;
}
.main ul.sidebar li.three {
  height: 107px;
  padding-top: 10px;
  margin-right: 0;
}
.main ul.sidebar li.four {
  height: 107px;
}
.main ul.sidebar li.five {
  height: 113px;
  padding-top: 10px;
}
.main ul.sidebar li.six {
  height: 113px;
}
.main ul.sidebar li.six span p {
  font-size: 0.82em;
}
.main ul.sidebar li.six span p b {
  font-size: 0.94em;
  margin-bottom: 7px;
  display: inline-block;
}
.main ul.sidebar li.six span p a {
  color: #000;
}
.main ul.sidebar li.six span p a:hover {
  text-decoration: none;
}
.main ul.sidebar li .pn {
  float: none;
  display: inline-block;
  height: 54px;
  width: 60px;
  margin-right: 10px;
}
.main ul.sidebar li .pn.building {
  background: url(../img/icons.png) top left no-repeat;
}
.main ul.sidebar li .pn.service {
  background: url(../img/icons.png) -77px -5px no-repeat;
}
.main ul.sidebar li .pn.products {
  background: url(../img/icons.png) -145px -1px no-repeat;
}
.main ul.sidebar li .pn.engineers {
  background: url(../img/icons.png) -215px -1px no-repeat;
}
.main ul.sidebar li .pn.care {
  background: url(../img/icons.png) -280px -1px no-repeat;
}
.main ul.sidebar li span {
  display: inline-block;
  width: 100%;
  line-height: 1;
}
.main ul.sidebar li span b {
  font-size: 0.76em;
}
.main ul.sidebar li:last-child {
  margin-right: 0;
}
@media all and (max-width: 994px) {
  .main .get-in-touch {
    height: 271px;
  }
  .main .get-in-touch img.map {
    width: 41%;
  }
}
@media all and (max-width: 916px) {
  .main ul.sidebar li {
    width: 48.5%;
    margin-right: 3% !important;
  }
  .main ul.sidebar li.last {
    margin-right: 0 !important;
  }
  .main ul.sidebar li.three {
    margin-right: 3%;
  }
  .main .get-in-touch {
    height: 405px;
  }
  .main .get-in-touch img.map {
    width: 72%;
    margin-left: 2.5%;
  }
  .main .get-in-touch ul {
    margin-top: 5px;
    float: left;
    width: 100%;
  }
  .main .get-in-touch ul li i {
    width: 20%;
  }
  .main .get-in-touch p.text {
    display: none;
  }
}
@media all and (max-width: 692px) {
  .col9 {
    width: 100% !important;
  }
  .main .get-in-touch {
    height: auto;
  }
  .main .get-in-touch ul {
    margin-top: 10px;
  }
  .main .get-in-touch ul li {
    margin-bottom: 6px;
  }
  .main .get-in-touch p.text {
    display: block;
  }
  .main .get-in-touch img.map {
    width: 200px;
    margin-left: 0;
  }
  .main ul.sidebar li {
    height: 152px !important;
    padding-top: 30px !important;
  }
}
@media all and (max-width: 550px) {
  .main main .bullet-points ul li {
    width: 100%;
    margin: 0%;
  }
  .main ul.sidebar {
    width: 100%;
  }
  .main .get-in-touch {
    width: 100%;
    margin-right: 0;
  }
  .main .get-in-touch ul {
    margin-top: 10px;
    width: 48.5%;
  }
  .main .get-in-touch ul li i {
    width: 30%;
  }
  .main .get-in-touch img.map {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media all and (max-width: 420px) {
  .main .get-in-touch {
    display: none;
  }
}
/* ==========================================================================
   Equipment product list page
   ========================================================================== */
main.search ul {
  list-style: none;
}
main.search h2 a {
  color: #f89000;
}
/* ==========================================================================
   contact page
   ========================================================================== */
.contact-mapholder {
  height: 300px;
  padding: 0;
  position: relative;
  width: 50%;
  z-index: 5;
  float: right;
}
.contact-mapholder #map-canvas {
  width: 100%;
  height: 300px;
}
.contact-mapholder-2 {
  height: 300px;
  padding: 0;
  position: relative;
  float: left;
  width: 50%;
  z-index: 5;
}
.contact-mapholder-2 #map-canvas-2 {
  width: 100%;
  height: 300px;
  border-right: 5px solid white;
}
.contact-us {
  z-index: 10000 !important;
  position: relative;
}
.contact-us main h1 {
  margin-top: 0px;
}
.contact-us .onerow {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-us .col8 {
  background: white;
  padding: 20px;
}
.contact-us .col8 iframe {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}
.contact-us .col4 .twitter-follow-button {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.contact-us .col4 .pin-container {
  margin-top: 2px;
  margin-left: 10px;
  float: left;
  margin-bottom: 15px;
}
.contact-us .col4 .fb-share-button {
  float: left;
}
.contact-us .col4 table {
  width: 100%;
  background: white;
  padding: 20px;
}
.contact-us .col4 table tr th {
  text-align: left;
  padding: 5px 0;
}
.contact-us .col4 table td td {
  font-size: 0.8em;
}
.contact-us .col4 tr td a {
  color: #f89000;
}
.contact-us .col4 tr td a:hover {
  color: #666;
}
.contact-us .col4 table.contact-details {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 860px) {
  .contact-us .col8,
  .contact-us .col4 {
    width: 100%;
  }
  .contact-us .col4 .opening-hours {
    margin-top: 20px;
  }
  .contact-us .col4 .contact-details.address {
    width: 50%;
    float: left;
  }
  .contact-us .col4 .social-media {
    width: 100%;
    float: left;
  }
  .contact-us .col4 .social-media .pin-container {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 692px) {
  .contact-us .col4 {
    display: block;
  }
}
@media all and (max-width: 620px) {
  .contact-mapholder {
    margin-top: 20px;
    height: 200px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
    float: none;
  }
  .contact-mapholder #map-canvas {
    width: 100%;
    height: 200px;
  }
  .contact-mapholder-2 {
    margin-top: 20px;
    height: 200px;
    padding: 0;
    position: relative;
    float: none;
    width: 100%;
    z-index: 5;
  }
  .contact-mapholder-2 #map-canvas-2 {
    width: 100%;
    height: 200px;
    border-right: 0px;
  }
}
@media all and (max-width: 423px) {
  .contact-us .col4 .contact-details.address {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact-us .col4 .opening-hours {
    margin-bottom: 10px;
  }
}
/* ==========================================================================
   Search page
   ========================================================================== */
a.col4.product {
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
a.col4.product img {
  max-height: 300px;
  width: auto;
}
a.col4.product img.product-image {
  max-height: 200px;
  mix-height: 200px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
a.col4.product p {
  color: #000;
  font-weight: 600;
}
a.col4.product p.placeholder {
  max-height: 200px;
  min-height: 200px;
  margin: 0px;
  text-align: center;
  padding-top: 70px;
  border: 1px solid #eee;
}
a.col4.product p.placeholder img {
  width: 75%;
  margin-left: 12.5%;
}
a.col4.product span {
  background: #a4c84d;
  color: #fff;
  display: inline-block;
  font-size: 0.82em;
  padding: 8px 17px;
}
a.col4.product:hover span {
  background: #93BB35;
}
.pagination-controls {
  width: 100%;
  float: left;
}
.pagination-controls a {
  color: white;
  background-color: #333;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.pagination-controls a:hover {
  background-color: #f89000;
}
.pagination-controls .selected-page {
  background-color: #f89000;
}
@media all and (max-width: 650px) {
  a.col4.product {
    margin-left: 1%;
    width: 46%;
  }
}
@media all and (max-width: 370px) {
  a.col4.product {
    margin-right: 0;
    margin-left: 1%;
    width: 98%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
/* ==========================================================================
   Team Page
   ========================================================================== */
img.team-img {
  width: 100%;
}
.team {
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.team .team-box {
  background: #fff;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.team .team-box.last {
  margin-right: 0;
}
.team .team-box .img {
  width: 30%;
  height: 250px;
  background-size: 100% auto !important;
  margin-right: 3%;
  float: left;
}
.team .team-box div.content {
  padding: 1px 15px 18px 15px;
  padding-left: 0;
}
.team .team-box div.content header {
  margin-bottom: 13px;
}
.team .team-box div.content header p.title {
  margin-top: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.team .team-box div.content header footer {
  font-size: 0.8em;
  font-weight: 300;
}
.team .team-box div.content .extra-div p {
  margin-top: 0;
}
.team .team-box div.content p {
  color: #444;
  font-size: 0.87em;
}
.team .team-box div.content a.read-more {
  background: #f89000 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100px;
  position: relative;
  filter: none;
  float: left;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  margin-bottom: 30px;
}
.team .team-box div.content a.read-more:hover {
  text-decoration: underline;
  background: #333 !important;
}
.team .team-box a.button {
  display: inline-block;
  width: 100%;
  padding: 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
}
.team .team-box a.button.green {
  background: #a4c84d;
}
.team .team-box a.button.green:hover {
  background: #93BB35;
}
.team .team-box a.button.orange {
  background: #f89000;
}
.team .team-box a.button.orange:hover {
  background: #E08700;
}
@media all and (max-width: 1000px) {
  .team .team-box .img {
    background-size: auto !important;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 990px) {
  .main .col12 .get-in-touch {
    width: 37.5%;
  }
  .main .col12 ul.sidebar {
    width: 59.5%;
  }
}
@media all and (max-width: 820px) {
  .team .team-box .img {
    background-size: auto !important;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 692px) {
  .main .col12 .get-in-touch {
    width: 48.5%;
  }
  .main .col12 ul.sidebar {
    width: 48.5%;
  }
}
@media all and (max-width: 650px) {
  .team .team-box .img {
    background-size: auto !important;
  }
}
@media all and (max-width: 550px) {
  .main .col12 ul.sidebar {
    width: 100%;
  }
  .main .col12 .get-in-touch {
    width: 100%;
    margin-right: 0;
  }
  .main .col12 .get-in-touch ul {
    margin-top: 10px;
    width: 48.5%;
  }
  .main .col12 .get-in-touch ul li i {
    width: 30%;
  }
  .main .col12 .get-in-touch img.map {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media all and (max-width: 490px) {
  .team .team-box {
    width: 100%;
    margin-right: 0% !important;
  }
  .team .team-box .img {
    background-size: auto 100% !important;
  }
}
@media all and (max-width: 420px) {
  .main .get-in-touch {
    display: none;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer.main {
  background: #333;
  padding: 25px 0 80px 0;
}
footer.main a {
  color: #A7A7A7;
  font-weight: 300;
  text-decoration: none;
}
footer.main a:hover {
  text-decoration: underline;
}
footer.main .row1 {
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
footer.main .row1 .cta {
  font-weight: 300;
  font-size: 1.2em;
  color: #dddddd;
  width: 360px;
}
footer.main .row1 .cta a {
  color: #f89000;
  text-decoration: none;
}
footer.main .row1 .cta a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 0) and (min-resolution: 72dpi) {
  footer.main .row1 .cta {
    width: 370px;
  }
}
footer.main .row1 .contact {
  width: 424px;
  margin-right: -1%;
}
footer.main .row1 .contact ul {
  margin-left: 2%;
  width: 100%;
  display: inline-block;
  margin-top: 10px !important;
  padding-right: 0;
}
footer.main .row1 .contact ul li {
  list-style: none;
}
footer.main .row1 .contact ul li.phone {
  margin-left: 5%;
  width: 43%;
}
footer.main .row1 .contact ul li a {
  color: #333;
  text-decoration: none;
}
footer.main .row1 .contact ul li a .fa {
  font-size: 17px;
  color: #dddddd;
  background: #f89000;
  padding: 9px 12px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  float: left;
  margin-right: 10px;
}
footer.main .row1 .contact ul li a span {
  font-size: 0.83em;
  font-weight: 300;
  line-height: 1.3;
  color: #dddddd;
}
footer.main .row1 .contact ul li a span header {
  color: #f89000;
  font-weight: 600;
}
footer.main .row1 .contact ul li a span p {
  color: #dddddd;
  font-weight: 300;
  margin-top: 1px;
}
footer.main .row1 .contact ul li a:hover span footer {
  text-decoration: underline;
}
footer.main .row1 .contact div.credits {
  width: 100%;
  display: inline-block;
  text-align: right;
}
footer.main .row1 .contact div.credits p,
footer.main .row1 .contact div.credits a {
  color: #A7A7A7;
  font-weight: 300;
  font-size: 0.77em;
  line-height: 0.1;
}
footer.main .row1 .contact div.credits a {
  margin-top: -5px;
  display: inline-block;
  padding: 8px  5px;
  text-decoration: none;
}
footer.main .row1 .contact div.credits a:hover {
  background-color: #e11e26;
  color: white;
}
footer.main .row2 div.col6 ul li {
  list-style: none;
  line-height: 1.3;
}
footer.main .row2 div.col6 ul li a {
  font-size: 0.88em;
}
footer.main .row2 span.col3 {
  font-weight: 300;
  color: #A7A7A7;
  text-align: right;
  font-size: 0.78em;
}
@media all and (max-width: 1024px) {
  footer.main .row1 .contact {
    margin-right: 0;
  }
}
@media all and (max-width: 810px) {
  footer.main .row1 .contact {
    width: auto;
  }
  footer.main .row1 .contact ul {
    display: none;
  }
  footer.main .row1 .contact .credits {
    margin-top: 11px !important;
  }
  footer.main .row2 .col6 {
    width: 68%;
  }
}
@media all and (max-width: 683px) {
  footer.main {
    padding: 25px 0 1px;
  }
  footer.main .row1 {
    border: none;
  }
  footer.main .row1 .cta {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
  }
  footer.main .row1 .cta br {
    display: none;
  }
  footer.main .row1 .contact {
    width: 100%;
    display: inline-block;
  }
  footer.main .row1 .contact .credits {
    margin-top: 35px !important;
    text-align: center !important;
  }
  footer.main .row2 {
    display: none;
  }
}
/* ==========================================================================
   a-z
   ========================================================================== */
.az-brand-page .col6 h3 {
  font-size: 1.3em;
  width: 100%;
  margin-bottom: 10px;
}
.az-brand-page .col6 .brand-image {
  width: 100%;
  padding: 20px;
  border: 1px solid #f89000;
  margin-bottom: 20px;
}
/* ==========================================================================
   Blog
   ========================================================================== */
.blog .archiveshead {
  margin-bottom: 30px;
}
.blog .col8 {
  width: 66%;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.blog .col8 h2 {
  margin-top: 0;
}
.blog .col8 span.meta {
  width: 30%;
  float: left;
  margin-top: 30px;
  text-align: center;
  font-style: italic;
}
.blog .col8 span.meta i {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.blog .col8 span.meta i a {
  color: #a4c84d;
  text-decoration: none;
}
.blog .col8 span.meta i a:hover {
  text-decoration: underline;
}
.blog .col8 .post {
  border-bottom: 1px solid #ccc;
}
.blog .col8 .post-content {
  width: 70%;
  float: right;
  padding-left: 2%;
  background: white;
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
}
.blog .col8 .post-content a.more-link {
  display: table;
  background: #f89000;
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  padding: 6px 14px;
}
.blog .col8 .post-content a.more-link:hover {
  background: #E08700;
}
.blog .col8 .no-search {
  margin-top: 0;
}
.blog .col8 .posthead {
  margin-top: 10px;
}
.blog .col8 .posthead h2 {
  font-size: 1.3em;
  width: 100%;
  float: left;
  margin-bottom: 3px;
}
.blog .col8 .posthead h2 a {
  color: #f89000;
  text-decoration: none;
}
.blog .col8 .posthead h2 a:hover {
  text-decoration: underline;
}
.blog .sidebar-responsive {
  display: none;
}
.blog .onerow {
  padding-top: 20px;
}
.blog .col4 {
  background-color: white;
  padding: 20px;
}
.blog .col4 div.widget {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #f89000;
}
.blog .col4 div.widget .wtitle {
  margin-bottom: 5px;
}
.blog .col4 div.widget #s {
  width: 74%;
  border: 1px solid #ccc;
  padding: 7px 5px;
}
.blog .col4 div.widget #searchsubmit {
  border: 0 none !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 1.5%;
  padding: 7px 5px;
  width: 22.5%;
  background: #f89000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.blog .col4 div.widget #searchsubmit:hover {
  background: #E08700;
}
.blog .col4 div.widget ul {
  list-style: none;
}
.blog .col4 div.widget ul li {
  border-bottom: 1px solid #E8E8E8;
}
.blog .col4 div.widget ul li.cosmetic-treatments,
.blog .col4 div.widget ul li.general-treatments {
  display: none;
}
.blog .col4 div.widget ul li a {
  color: #000;
  display: list-item;
  padding: 7px 6px;
}
.blog .col4 div.widget ul li a:hover {
  text-decoration: none;
  color: #f89000;
}
.blog .col4 div.widget ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  margin-right: 7px;
}
.blog .col4 div.widget ul.subnav li.title,
.blog .col4 div.widget ul.subnav li:first-child {
  background: #f89000;
  color: #fff;
  padding: 9px 6px;
}
.blog .col4 div.widget ul.subnav li.title:after,
.blog .col4 div.widget ul.subnav li:first-child:after {
  display: none;
}
.blog .col4 div.widget ul.subnav li.title a,
.blog .col4 div.widget ul.subnav li:first-child a {
  color: #fff;
  padding: 3px 6px;
  cursor: default;
}
.blog .col4 div.widget ul.subnav li.title a:hover,
.blog .col4 div.widget ul.subnav li:first-child a:hover {
  text-decoration: none;
}
.blog .col4 div.widget ul.subnav li.title a:after,
.blog .col4 div.widget ul.subnav li:first-child a:after {
  display: none !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0px 8px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 8px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 874px) {
  .blog .col8,
  .blog .col4 {
    width: 100%;
    margin-right: 0;
  }
  .blog .col4 {
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 503px) {
  .blog .col8 span.meta {
    width: 100%;
  }
  .blog .col8 .posthead h2 {
    margin-top: 10px;
    width: 100%;
  }
  .blog .col8 .post-content {
    width: 100%;
  }
}
