/*
Theme Name:         Power Cool Theme
Theme URI:          http://go2.com.my
Description:        Power Cool Wordpress Theme
Version:            1.0
Author:             GoGo Media
Author URI:         http://go2.com.my
*/

html{ height: 100%; }
body { min-height: 100%; }

body {
  color: #343434;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 2em;
  background: url(images/powercool-bg.jpg) no-repeat top center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.home {
  position: relative;
  background: url(images/bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}

.border {border: 1px solid red;}
.border2 {border: 1px solid blue;}
.border3 {border: 1px solid green;}
.border4 {border: 1px solid orange;}
.border5 {border: 1px solid yellow;}

blockquote {
  padding: 15px;
  border: none;
  font-size: 18px;
  font-weight: 200;
  line-height: 2em;
  width: 80%;
  margin: 0 auto;
}

/* .container {max-width:970px! important;}
.container-full {width:100%; margin: 0 auto;} */

::-moz-selection { background: rgba(15,105,197,0.5); color: #fff; }
::selection { background: rgba(15,105,197,0.5); color: #fff; }

a {
  color: #0f69c5;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

a:hover, a:active, a:focus {
  text-decoration: none; outline: none;
}

.crystal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-image: url(images/crystal-bg.png);
  z-index: -1;
}

.splash-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/splash-bg.png) top left no-repeat;
  z-index: -1;
}

/* Header */

.header { position: relative; }

.logo a {
  display: block;
  background: url(images/powercool-logo.png) left no-repeat;
  padding-left: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 700;
}

  .logo a span {
    display: block;
    font-family: 'Monda', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #343434;
  }

.top-right ul {
  background: url(images/top-right-bg.png) top center no-repeat;
  list-style-type: none;
  padding: 5px 0 7px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.top-right ul li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.top-right ul li:first-child {
  padding-right: 15px;
}

.top-right ul li:last-child {
  padding-right: 5px;
}

.top-right ul li .fa {
  padding-right: 10px;
}

.navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.navigation > ul > li {
  display: inline-block;
}

.navigation > ul > li > a {
  font-family: 'Monda', sans-serif;
  font-size: 13px;
  color: #343434;
  text-transform: uppercase;
  display: block;
  padding: 25px 40px 25px 10px;
  background: url(images/navi-bg.png) right no-repeat;
}

.navigation > ul > li.active > a,
.navigation > ul > li a:hover {
  color: #337AB7;
}

.navigation > ul > li:last-child > a {
  background: none;
  padding: 25px 15px 25px 10px;
}

.footer {
  width: 100%;
  background: #fff;
  height: auto;
  position: absolute;
  bottom: 0;
  text-align: center;
}

  .footer span {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-family: 'Monda', sans-serif;
  }

.index-content {
  margin-top: 30px;
}

.index-tabs-container h1,
.index-tabs-container h2 {
  text-align: right;
  margin: 0 15px;
}

.index-tabs-container h1 {
  color: #0f69c5;
  font-size: 32px;
  font-family: 'Nunito', sans-serif;
}

.index-tabs-container h2 {
  color: #343434;
  font-weight: normal;
  font-size: 25px;
  font-family: 'Monda', sans-serif;
}

.index-tabs {
  margin-top: 30px;
}

  .index-tabs ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }

    .index-tabs ul li {
      display: block;
      -webkit-transition: all 0.3s ease-out; 
         -moz-transition: all 0.3s ease-out; 
           -o-transition: all 0.3s ease-out; 
              transition: all 0.3s ease-out; 
    }

    .index-tabs ul:hover li {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
    }

    .index-tabs ul li:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
    }

      .index-tabs ul li a {
        position: relative;
        padding: 20px 15px 20px 160px;
        display: block;
        background: url(images/tab-list-bg.png) top center no-repeat;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
      }

      .index-tabs ul li a:hover {
        padding: 20px 15px 20px 170px;
      }

        .index-tabs ul li a b {
          display: block;
          font-size: 10px;
          font-weight: bold;
          text-transform: uppercase;
          color: #656565;
        }

          .index-tabs ul li a .tab-thumb {
            display: block;
            position: absolute;
            width: 60px;
            height: 60px;
            top: 8px;
            right: 15px;
            -webkit-transition: all 0.3s ease-out; 
               -moz-transition: all 0.3s ease-out; 
                 -o-transition: all 0.3s ease-out; 
                    transition: all 0.3s ease-out; 
          }

          .index-tabs ul li a:hover .tab-thumb {
            right: 25px;
          }

  .index-tabs h2 {
    margin: 15px;
    font-size: 20px;
  }

.index-profile-container {
  margin-bottom: 60px;
}

.index-company-video {
  text-align: right;
  margin-top: -50px;
}

.index-company-profile {
  margin-top: -50px;
}

.index-company-profile h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Monda', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0f69c5;
}

.index-company-profile p {
  font-family: 'Open Sans', sans-serif;
}

.index-company-profile a {
  display: inline-block;
  margin-top: 5px;
}

.index-company-profile a span {
  display: inline-block;
  padding: 7px 20px 9px 20px;
  border: 2.5px solid #0f69c5;
  border-radius: 20px;
  color: #0f69c5;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.index-company-profile a:hover span {
  background: #0f69c5;
  color: #fff;
}

/* page styling */

.page-fixed-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.page-fixed-header {
  width: 100%;
  background: #fff;
  z-index: 3;
  box-shadow: 0px 0px 5px #ddd;
}

.page-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.page-navigation > ul > li {
  display: inline-block;
}

.page-navigation > ul > li > a {
  border-top: 3px solid #fff;
  font-family: 'Monda', sans-serif;
  font-size: 13px;
  display: block;
  padding: 42.5px 15px;
  color: #343434;
  text-transform: uppercase;
}

.page-navigation > ul > li.active > a,
.page-navigation > ul > li > a:hover {
  border-top: 3px solid #0f69c5;
  display: block;
  color: #0f69c5;
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-top: 0px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px;
}

.page-banner {
  height: 250px;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(images/bg.jpg);
  background-size: cover;
}

  @media only screen and (min-width:768px){
    .page-banner .container {
      height: 250px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

    .page-banner .flex {
      width: 50%;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
    }
  }

  @media only screen and (max-width:767px){
    .page-banner .container {
      height: 250px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .page-banner .flex:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
    }

    .page-banner .flex:nth-child(2) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
    }
  }

.banner-title {
  text-align: left;
}

.banner-title h1 {
  position: relative;
  display: inline-block;
  font-family: 'Monda', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.banner-title h1:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: block;
  width: 50%;
  height: 2px;
  background: #282828;
}

  @media only screen and (max-width:767px){
    .banner-title h1 {
      margin-top: 15px;
    }
    .banner-title h1:after {
      content: '';
      position: relative;
      display: block;
      margin: 0 auto;
      width: 50%;
      height: 2px;
      background: #282828;
    }
  }

.page-container {
  margin-top: 50px;
  margin-bottom: 100px;
}

.page-breadcrumb {
  background: #0f69c5;
  padding: 0;
  color: #fff;
}

.map {
  height: auto;
  margin-top: 30px;
}

.contact-info h4,
.contact-form h4 {
  color: #0f69c5;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Monda', sans-serif;
  font-size: 16px;
}

.contact-info h1,
.contact-form h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  text-transform: capitalize;
  font-family: 'Monda', sans-serif;
  font-size: 30px;
  font-weight: normal;
}

.contact-info h1:after,
.contact-form h1:after {
  content: '';
  position: absolute;
  bottom: -10px;
  display: block;
  width: 30%;
  height: 1px;
  background: #ddd;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 15px;
}

.contact-info ul li i {
  font-size: 15px;
  padding-right: 5px;
  width: 20px;
}

.the-form strong.red { color: red; }

.the-form label {
  display: block;
  margin-top: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.the-form input[type="text"],
.the-form input[type="tel"],
.the-form input[type="email"] {
  min-width: 70%;
  max-width: 70%;
}

.the-form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  resize-x: none;
}

.the-form input[type="text"],
.the-form input[type="tel"],
.the-form input[type="email"],
.the-form textarea {
  padding: 5px;
  border: none;
  border-radius: 5px;
  border: 2px solid #ddd;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.the-form input[type="text"]:focus,
.the-form input[type="tel"]:focus,
.the-form input[type="email"]:focus,
.the-form textarea:focus {
  border: 2px solid #0f69c5;
}

.the-form input[type="submit"]{
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid #0f69c5;
  background: #fff;
  text-transform: uppercase;
  color: #0f69c5;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.the-form input[type="submit"]:hover{
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  background: #0f69c5;
  border: 2px solid #0f69c5;
  text-transform: uppercase;
  color: #fff;
}

/* sidebar */

.sidebar { margin-bottom: 30px; }

.widget h3 {
  border-bottom: 2px solid #ddd;
  font-family: 'Monda', sans-serif;
  padding-bottom: 5px;
  margin: 0 0 15px;
  color: #0f69c5;
}

.widget h3 span {
  position: relative;
}

.widget h3 span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0f69c5;
  left: 0;
  bottom: 0;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

  .widget ul li {
    display: block;
    padding: 10px;
  }

  .widget ul li.active {
    background: #0f69c5;
  }

    .widget ul li a {
      text-transform: uppercase;
      line-height: 20px;
      padding-bottom: 1px;
      border-bottom: 1px solid #ddd;
    }

    .widget ul li a:hover {
      border-bottom: 1px solid #23527C;
    }

    .widget ul li.active a {
      color: #fff;
      border-bottom: 1px solid #0f69c5;
    }

    .widget ul li.active a:hover {
      color: #fff;
      border-bottom: 1px solid #fff;
    }

/* page content */

.the-content img {
  max-width: 100%;
  height: auto;
}

.the-content ul {
  list-style: none;
  padding: 0;
}

.the-content ul li {
  background: url(images/li-arrow.png) left no-repeat;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

/* product styling */

.product-list {
  margin-bottom: 120px;
}

.product-box {
  border-right: 1px solid #ddd;
}

.product-box:nth-child(4n+4),
.product-box:last-child {
  border-right: 0;
}

.product-box a {
  display: block;
  position: relative;
  /*overflow: hidden;*/
}

.product-box img.product-img {
  max-width: 100%;
  display: block;
  padding-bottom: 40px;
}

.product-box h4,
.product-box h5 {
  text-align: center;
  margin: 5px;
}

.product-box h4 {
  font-family: 'Monda', sans-serif;
  font-size: 16px;
}

.product-box h5 { 
  font-size: 13px;
  color: #555; 
}

.product-title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.product-box a:hover .test-img img { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1.1);
}

.product-box a:hover .product-title {
  bottom: 10px;
}

.banner-title h4 {
  font-family: 'Monda', sans-serif;
  font-weight: bold;
  margin-top: 35px;
}

.single-product-content h3 {
  position: relative;
  font-family: 'Monda', sans-serif;
  margin: 0 0 25px;
}

/* about page */

.about_product_row {
  margin: 60px 0 80px 0;
}

.about_product_icon {
  padding: 15px;
  text-align: center;
}

.about_product_icon {
  font-weight: bold;
}

.about_product_icon h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  color: #0F69C5;
}

.about_product_icon a {
  margin-top: -5px;
  color: #555;
  font-weight: bold;
  line-height: 1.5em;
}

.fitimg img, .fitimg2 img { max-width: 100%; }

.fitimg { padding-right: 50px; }
.fitimg2 { padding-left: 50px; }

/*.single-product-content h3:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -15px;
  width: 100px;
  height: 2px;
  background: #ddd;
}*/

/* fix */

.page-footer {
  background: #333;
  color: #efefef;
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  font-size: 11px;
}

.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  text-align: left;
}

.page-footer ul li {
  display: inline-block;
}

.page-footer ul li a {
  display: block;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}

.page-footer ul li a:hover {
  color: #477BD1;
}

.footer_info { text-align: right; padding-top: 0px; }

.footer_info span { display: inline-block; border-right: 1px solid #222; padding: 0 15px; }

.footer_info span:last-child {border-right: 0; padding-right: 0; }

.footer_info b { text-transform: uppercase; }

/* Projects */

.project-container {
  padding: 0 60px;
}

  @media only screen and (max-width:767px){
    .project-container {
      padding: 0 15px;
    }
  }

.project-content {
  min-height: 350px; 
}

.project-box { margin-bottom: 15px; }

.project-box a {
  display: block;
  position: relative;
  overflow: hidden;
}

.project-box img { 
  min-width: 100%; 
  max-width: 100%; 
  height: auto;
  -webkit-transition: all 0.3s ease-out; 
       -moz-transition: all 0.3s ease-out; 
         -o-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;   
}

/*.project-box a:hover img { transform: scale(1.1); }*/

.project_description { 
  position: relative;
  display: block;
  padding: 15px;
  background: #efefef;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
}

.project_description h4 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}

.project_excerpt { margin-bottom: 15px; }

.project_readmore {
  display: block;
  position: absolute;
  bottom: 0;
}

.project-container-single {
  padding: 0 30px;
}

.project-ftd-img {
  position: relative;
  margin-bottom: 30px;
}

.project-ftd-img img {
  max-width: 100%;
}

.project-ftd-img .caption{
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 7px 15px;
  font-size: 22px;
  background: rgba(0,0,0,0.6);
  color: #fff;
}

.project-container-single .thumbnail {
  border-radius: 0;
  border: 2px solid #ddd;
}

.banner-breadcrumb { text-align: right; }

/* fix */

.page-top-header {
  margin-top: 60px;
}

.new-banner-title h1 {
  font-family: "Monda",sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
  color: #0f69c5;
}

.new-banner-breadcrumb {
  text-align: center;
}

.product-ql {
  margin-bottom: 60px;
  padding: 15px;
}

.product-ql ul {
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-ql ul li {
  display: block;
  width: 25%;
  float: left;
  -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out; 
}

.product-ql-link a {
  display: block;
  color: #656565;
  font-size: 10px;
  position: relative;
  line-height: 2em;
  border-right: 1px solid #a5a5a5;
}

.product-ql ul li:last-child a {
  border-right: none;
}

.product-ql ul li:nth-child(1) a {
  padding: 25px 15px 25px 35px;
}

.product-ql ul li:nth-child(2) a {
  padding: 25px 15px 25px 30px;
}

.product-ql ul li:nth-child(3) a {
  padding: 25px 15px 25px 35px;
}

.product-ql ul li:nth-child(4) a {
  padding: 25px 15px 25px 15px;
}

/*.product-ql-link a:before {    
  content: '';
  position: absolute;
  left: 15px;
  margin-top: 3px;
  width: 14px;
  height: 24px;
  background: url(images/arrow.png);
}*/

.product-ql-link a b {
  display: block;
  font-size: 16px;
  color: #0f69c5;
}

.product-ql-link a span {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.displaychillerandfreezer a span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 130%;
  display: block;
  width: 60px;
  height: 60px;
  background: url(images/thumb_chiller.png) right no-repeat;
}

.displaychillerandfreezer a span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 250%;
  width: 14px;
  height: 24px;
  background: url(images/arrow.png);
}

.uprightchillerandfreezer a span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 110%;
  display: block;
  width: 60px;
  height: 60px;
  background: url(images/thumb_refrigerator.png) right no-repeat;
}

.uprightchillerandfreezer a span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 180%;
  width: 14px;
  height: 24px;
  background: url(images/arrow.png);
}

.counterchillerandfreezer a span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 130%;
  display: block;
  width: 60px;
  height: 60px;
  background: url(images/thumb_freezer.png) right no-repeat;
}

.counterchillerandfreezer a span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 260%;
  width: 14px;
  height: 24px;
  background: url(images/arrow.png);
}

.showcaseandothers a span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 105%;
  display: block;
  width: 60px;
  height: 60px;
  background: url(images/thumb_showcase_others.png) right no-repeat;
}

.showcaseandothers a span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 140%;
  width: 14px;
  height: 24px;
  background: url(images/arrow.png);
}

.product-ql ul:hover li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.product-ql ul li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.about-banner { margin-top: 60px; padding: 0; }
.about-banner img { min-width: 100%; max-width: 100%; }

.about_content h3 {
  margin: 0 0 15px;
  border: medium none;
  font-size: 16px;
  font-weight: 200;
  line-height: 2em;
}

.content2 { margin-top: 60px; }

.contact-infos-wrapper { margin-bottom: 30px; }

.contact-infos li.contact-title { position: relative; padding-left: 30px; }

.contact-infos li.icon_address:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f015";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contact-infos li.icon_tel:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f095";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contact-infos li.icon_email:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f003";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contact-infos li.icon_factory:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f013";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contact-infos li.icon_fax:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f1ac";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.contact-infos li.icon_website:before {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f0c1";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}