﻿/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-regular-webfont.woff') format('woff'),
  url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
  url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/opensans-bold-webfont.woff') format('woff'),
  url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
  url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'BellGothicBT-Roman';
  src: url('../fonts/BellGothicBT-Roman.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BellGothicBT-Roman.woff') format('woff'),
  url('../fonts/BellGothicBT-Roman.ttf')  format('truetype'),
  url('../fonts/BellGothicBT-Roman.svg#BellGothicBT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-CondensedRegular';
  src:   url('../fonts/DINPro-CondensedRegular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-CondensedRegular.otf')  format('opentype'),
  url('../fonts/DINPro-CondensedRegular.woff') format('woff'),
  url('../fonts/DINPro-CondensedRegular.ttf')  format('truetype'),
  url('../fonts/DINPro-CondensedRegular.svg#DINPro-CondensedRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BELGOTHK';
  src:   url('../fonts/BELGOTHK.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media all and (-ms-high-contrast:none)
{
 .banner h6{
  line-height: 60px !important;
}
}

body {
	color: #3d3d3d;
  font-family: 'BellGothicBT-Roman';;
  font-size: 13px;
  background: #f0f2f1;
}

p {
  font-family: 'BellGothicBT-Roman';
}

a:focus {
	outline:none !important;
}
* {
	box-sizing:border-box;
}
/*body ,div,*/
a{
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	font-weight: normal;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "BELGOTHK" !important;
}

#slide_left {
  display: none !important;
}


.container.main_header {
	background: #f1f1f1;
}

.headerpart {
	float: left;
  padding: 0 0 13px 0;
  width: 100%;
}
.cookies {
	float: left;
	width: 100%;
	text-align: center;
}

.cookies p {
	font-family: verdana,sans-serif;
	color: #000000;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.cookies p a {
	text-decoration: none;
	color: #339966;
}

header {
	position: fixed;
  width: 100%;
  z-index: 99999999;
}

.head {
	float: left;
	width: 100%;
}
.head .logo {
	//float: right;
  margin: 25px 0 0;
  display : inline-block;
  float:left;
}
.head .logo a {
	display: inline-block;
  max-width: 300px;
  width: 100%;
}

.logo img {
  width: 100%;
}
.head .menu {
  float: right;
  margin: 38px 0 0;
}
.head .menu ul {
  display: block;
  list-style: outside none none;
}
.head .menu ul li {
  display: inline-block;
  /*margin-left: 24px;*/
  margin-left: 23px;
}

.head .menu ul li:first-child {
  margin-left: 0;
}
.head .menu ul li a:hover {
  color: #339966;
}
.head .menu ul li a {
  color: #000000;
  font-family: "open_sansregular";
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  /*text-transform: capitalize;*/
}
.head .menu ul li.current-menu-item a ,
.head .menu ul li.current-page-ancestor a{
  color: #339966;
}


a.button.sbutton {
  background: #cccccc;
  color: #1b1b1b;
  display: inline-block;
  font-family: "gisha-bold";
  font-size: 14px;
  left: 0;
  line-height: 18px;
  padding: 5px 6px;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 43px;
}
a.button span {
  background: #000000;
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease-in 0s;
}
a.button:hover {
  color: #339966;
}
a.button:hover span {
  background: #339966;
  margin: 6px 0;
}
/*
.slide_left_open a.button.sbutton {
	position: relative;
}
*/



.container.main_banner {
 background: url("../images/banner.jpg") no-repeat center top;
 height: 555px;
 padding: 0;
 position: relative;
 background-size:cover;
 width: 100%;
}

.container.main_banner a.banner-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner {
  bottom: 40px;
  float: right;
  left: auto;
  margin: 58px 0 0 0px;
  position: absolute;
  width: auto;
}
.banner h6 {
  color: #17b32a;
  font-family: 'DINPro-CondensedRegular';
  font-size: 55px;
  font-weight: normal;
  line-height: 78px;
  margin: 0;
  text-decoration: none;
  text-transform: inherit;
}
.banner h5 {
  color: #ffffff;
  font-family: 'BellGothicBT-Roman';
  font-size: 47px;
  line-height: 51px;
  margin: 0;
}
.banner p {
  color: #ffffff;
  font-family: 'BellGothicBT-Roman';
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  text-decoration: none;
  text-transform: inherit;
}
.banner ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.banner ul li {
  list-style-type: none;
  color: #ffffff;
  font-family: verdana,sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
  position: relative;
  line-height: 22px;
  text-decoration: none;
  text-transform: inherit;
  display: inline-block;
}
.banner ul li::before {
  background: #17b32a none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: -1px 0 2px #454545;
  content: "";
  height: 8px;
  left: -6px;
  position: absolute;
  top: 25px;
  width: 8px;
}
.banner ul li:first-child::before {
  content: none;
}
.banner ul li:first-child {
  padding-left: 0;
}
.banner p {
	/* font-size: 26px;
    line-height: 30px;
    background: url("../images/tp-dots.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: #000000;
    display:block;
    font-family: 'open_sansregular';
    padding: 10px 20px;
    margin: 0 0 5px 0;
    text-transform: lowercase;*/
  }
  .banner a {
    display: block;
    float: right;
    width: 100%;
  }
  .banner a .right-text {
    background: url(../images/tp-dots.png) repeat 0 0;
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    float: right;
    font-family: "open_sansregular";
    font-size: 18px;
    line-height: 22px;
    text-transform: lowercase;
    margin-top: 5px;
    padding: 10px 20px;
  }

  .home .container.main_footer{
    border-top: 0;
  }

  .container.main_footer {
   /*background: url(../images/ft_bg.jpg) no-repeat center top;*/
   background: #515150;
   min-height: 209px;
   padding-top: 40px;
   padding-bottom: 40px;
   border-top: 5px solid #339966;
   background-size: cover;
 }
 .footer {
  float: left;
  padding: 45px 0;
  width: 100%;
}
.footer .address {
 /*width: 50%;*/
 width: 80%;
 float: left;
}

.footer .countries {
 text-align: right;
 float: right;
 margin: 40px 0 0;
 /*width: 50%;*/
 width: 20%;
}
.footer-newcont h1  {
  font-size: 27px;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 35px;
  font-family: 'BellGothicBT-Roman';
  text-align: center;
  text-transform: uppercase;
}
.footer-newcont p  {
  font-size: 21px;
  font-weight: normal;
  color: #ffffff;
  line-height: 26px;
  font-family: 'BellGothicBT-Roman';
  text-align: center;
  margin: 0 0 15px 0;
}
.foo-menu-1 {
  margin: 40px 0 30px;
}
.foo-menu-1 ul {
  margin: 0 0 0 0;
  padding: 0 0 00 ;
  width: 100%;
  text-align: center;
}
.foo-menu-1 ul li {
  display: inline-block;
  margin: 0 1.5%;
}
.foo-menu-1 ul li a {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  line-height: 29px;
  font-family: 'BellGothicBT-Roman';
}
.foo-menu-1 ul li a:hover {
  color: #17b32a;
}
.footer a {
  color: #000000;
  text-decoration: none;
}
div.gform_wrapper form {
  text-align: center;
}
div.gform_wrapper form input.medium[type="text"]{
  width: 292px;
  height: 42px;
  background: #868685;
  font-size: 21px;
  text-align: center;
  border: 0;
  font-weight: normal;
  font-family: 'BellGothicBT-Roman';
  border-radius: 0;
  line-height: 42px;
  color: #ffffff;
}
div.gform_wrapper form label {
	color: #fff;
}
div.gform_wrapper form ul li label {
  margin: 0 0 5px 0 !important;
}
div.gform_wrapper form ul li {
  margin: 0 0 10px 0;
}
.page-template-contact .popup-form .gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper form .gform_footer input[type="submit"] {
  width: 138px;
  height: 37px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: 'BellGothicBT-Roman';
  color: #fff;
  line-height: 37px;
}
div.gform_wrapper form .gform_footer input[type="submit"]:hover ,
div.gform_wrapper form .gform_footer input[type="submit"]:focus {
  background: #17b32a;
}
.footer-newsocial {
  margin: 30px 0 10px;
  text-align: center;
}
.footer-newcopy {
  color: #ffffff;
  font-family: 'BellGothicBT-Roman';
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
}

.footer-newsocial a {
  height: 41px;
  margin: 0 2px 0 2px;
  text-indent: -9999px;
  width: 41px;
  text-decoration: none;
  display: inline-block;
}
.footer-newsocial a.mail {
  background: url(../images/new_mail.png) no-repeat center center;
  background-size: 41px auto;
}
.footer-newsocial a.link {
  background: url(../images/new_link.png) no-repeat center center;
  background-size: 41px auto;
}
.footer-newsocial a.vimeo {
  background: url(../images/new_vimeo.png) no-repeat center center;
  background-size: 41px auto;
}
.footer-newsocial a.utube {
  background: url(../images/new_utube.png) no-repeat center center;
  background-size: 41px auto;
}


a.lang ,
#lang_sel_list ul li a{
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 52px;
  top: 0;
  transition:none;
  background-color: transparent;
  width: 33px;
}
a.lang.en ,
#lang_sel_list ul li.icl-en a {
  background-image: url("../images/lang_en.png");
  left: 0;
}
a.lang.se ,
#lang_sel_list ul li.icl-sv a{
  background-image: url("../images/lang_se.png");
  left: 34px;
}
a.lang.fi ,
#lang_sel_list ul li.icl-fi a {
  background-image: url("../images/lang_fi.png");
  left: 68px;
}
.footer a:hover {
  text-decoration: underline;
}

a.lang:hover ,
#lang_sel_list ul li a:hover{
  background-position: right top;
  transition:none;
}

.box1 {
  float: left;
    /*margin-left: 3%;
    width: 39.9%;*/
    width: 195px;
    margin: 0 0 15px 0;
  }
  .box1  h2 {
    color: #000000;
    display: block;
    font-family: "open_sansbold";
    font-size: 14px;
    line-height: 22px;
  }
  .box1 p {
    color: #3d3d3d;
    font-family: verdana,sans-serif;
    font-size: 13px;
    line-height: 16px;
  }

  #lang_sel_list {
    float: right;
  }
  #lang_sel_list ul li img {
    display: none;
  }

  /* ===========PAGE 2 Lösningar PAGE================== */

  body.pg_2 {
    background: #fff;
  }
  .pg_2 .main_banner{
    height: 360px;
    background-size: auto;
  }

  .circles {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .circle1:first-child ,
  .circles a:first-child{
   /* margin: 0 0 0 0;*/
 }
 .circle1 ,
 .circles a{
   /* height: 240px;
    float: left;
    margin: 0 0px 0 5px;
    width: 240px;
    color: #fff;
    border-radius: 100%;
    background: #ccc;*/
  }
  .circle1 .table {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
  }
  .circle1 .table .table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }

  .circle1 h3 {
    font-family: "open_sansbold";
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 31px;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  .circle1 p {
    font-family: "open_sansregular";
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-transform: uppercase;
  }
  .circle1.grey {
    background: #B0B0B0;
  }
  .circle1.pink {
    background: #BB8FCE;
  }
  .circle1.blue {
    background: #9EC9EB;
  }
  .circle1.green {
    background: #B7E491;
  }
  .container.mid-section {
    padding-bottom: 60px;
    padding-top: 130px;
    position: relative;
  }


  /* ============PAGE 3 PRODUCT PAGE================= */

  body.pg_3 {
    background: #fff;
  }
  .container.product_pg {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .product_sidebar {
   /*border-right: 1px solid #dddddd;*/
   box-sizing: border-box;
   float: left;
   padding: 0 10px 0 0;
   width: 18.5%;
 }
 .product_sidebar ul {
  margin: 4px 0 0 0;
}
.product_sidebar ul li {
  display: block;
  margin: 0 0 18px 0;
  padding:0 0 0 0;
}
.product_sidebar ul li a {
  font-family: verdana,sans-serif;
  color: #20191b;
  word-wrap:break-word;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
}
.product_sidebar ul li a:hover {
  color: #339966;
}


.product_sidebar ul li.current_page_item a {
  color: #339966;
}
.product_body {
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 12px;
  width: 81.5%;
}

.product_body h1 {
  font-size: 32px !important;
  font-weight: normal !important;
  line-height: 40px !important;
  margin: 3px 0 29px 0 !important;
}
.product_body ul {
  margin: 15px 0 15px 20px;
}
.product_body ul.bullets li {
 background: url("../images/CheckboxGreen.jpg") no-repeat left top;
 line-height: 19px;
 list-style-type: none;
 margin: 0 0 25px;
 padding: 0 0 0 30px;
}
.categories {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
}
.categories .cat1 ,
.categories .cat2 {
  float: left;
}
.categories .cat1 {
  width: 40%;
  text-align: center;
}
.categories .cat2 {
  width: 60%;
  text-align: center;
}
.categories .cat1 h3, .categories .cat1 h2{
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 11px 0;
}
.categories .cat2 h3, .categories .cat2 h2{
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  margin: 0 0 11px 0;
}
.cat_prod1:first-child {
  margin: 0;
}
.cat_prod1 > img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.cat_prod1 {
  float: left;
  margin: 0 0 0 0.3%;
  /*    width: 49.846%;*/
  width:49.3%;
  /*    background: #ccc;*/
}

.cat_prod1 h6 {
  font-size: 10px;
  word-wrap:break-word;
  padding:4px 0 4px 0;
}

.cat2 .cat_prod1 {
  /*   background: none repeat scroll 0 0 #cccccc;*/
  float: left;
  margin: 0 0 0 0.4%;
  width: 32.9%;
  /*    width: 33.03%;*/
}
.categories.row2 {
  margin: 0 0 30px;
}

.categories.row1 .cat_prod1 a img ,
.categories.row2 .cat_prod1 a img {
  width: 100%;
  vertical-align: top;
}

.row2 .cat_prod1:first-child{
  margin: 0 0 0 0;
}

/* ============PAGE 4 BELYSNING PAGE================= */

body.pg_4 {
  background: none repeat scroll 0 0 #ffffff;
}

.product_sidebar ul ul {
  margin: 18px 0 0;
  padding: 0 0 0 15px;
}
.product_sidebar ul li.current_page_item ul li a {
  color: #20191b;
}
.product_sidebar ul li.current_page_item ul li a:hover {
  color: #339966;
}
.belysning-body {
  float: left;
  width: 100%;
}

.belysning-body .full_blocks h1 {
  color: #339966;
  font-family: verdana,geneva,sans-serif;
  font-size: 20px;
  margin: 0 0 13px 0;
}

.full_blocks {
  float: left;
  width: 100%;
}

.full_blocks .inner_blocks .block1 h3{
  color: #3d3d3d;
  font-family: verdana,sans-serif;
  text-align: center;
  /*min-height: 20px;*/
  min-height: 36px;
  font-size: 13px;
}
.full_blocks .inner_blocks .block1 {
  width: 19.2%;
  float: left;
  margin: 0 0 15px 0.7%;
}
.full_blocks .inner_blocks .block1 img {
  height: auto;
  width: 100%;
}

.full_blocks .inner_blocks .block1:first-child {
  margin: 0 0 15px 0;
}

.full_blocks .inner_blocks .four {
  float: left;
  width: 100%;
}


/* ============ PAGE 5 PROJEKT CASE PAGE ================= */

.page-template-projectcase .container.main_projectcase{
  padding-top: 130px;
  padding-bottom: 89px;
}
body.pg_5 {
  background: none repeat scroll 0 0 #ffffff;
}
.pg_5 .container.main_projectcase {
  padding-top: 78px;
  padding-bottom: 89px;
}

.project_case {
  width: 100%;
  /*max-width: 700px;*/
  margin: 0 auto;
}

.prokect_title {
  float: left;
  width: 100%;
}
.prokect_title h1 {
  font-size: 28px;
  text-align: center;
  line-height: 32px;
  margin: 0 0 14px 0;
  font-family: verdana,geneva,sans-serif;
  font-weight: normal;
}

.project_case .img1 {
  width: 24%;
  float: left;
  margin: 0 0 8px 1%;
}
.project_case .img1 img {
  vertical-align: top;
}
/*.project_case .img1:nth-child(odd) {
    margin: 0 0 8px 0;
    }*/

    /* ============ PAGE 6 OM OSS PAGE ================= */


    body.pg_6 {
      background: none repeat scroll 0 0 #ffffff;
    }

    .om-page {
      float: left;
      width: 100%;
    }
    .om-page h1 span{
      color: #339966;
    }
    img.align-right {
      float: right;
      height: 241px;
      margin: 0 100px 0 90px;
      text-align: right;
      vertical-align: top;
      width: 240px;
    }
    .om-page p {
      margin: 0 0 15px 0;
      color: #000000;
      text-align: left;
      line-height: 20px;
      font-family: verdana,sans-serif;
      font-size: 13px;
    }
    .om-page h5 {
      color: #3d3d3d;
      font-family: verdana,sans-serif;
      font-size: 13px;
      font-weight: bold;
      margin: 30px 0 15px;
    }

    .om-page a {
      color: #339966;
    }

    form.om-oss-page {
      float: left;
      margin: 47px 0 0 0;
      width: 100%;
    }

    form.om-oss-page p ,
    .product_body .gform_wrapper .gform_body ul li{
      width: 100%;
      margin: 0 0 12px 0;
    }

    form.om-oss-page p label ,
    .product_body .gform_wrapper .gform_body ul li label{
      display: block;
      margin: 0 0 15px 0;
      font-size: 12px;
      font-weight: bold;
      width: 100%;
      text-align: left;
      color: #3d3d3d;
    }

    form.om-oss-page p input ,
    .product_body .gform_wrapper .gform_body ul li .ginput_container input {
     background-color: #ffffff;
     border: 1px solid #1f181a;
     border-radius: 4px;
     color: #20191b;
     font-size: 13px;
     padding-left: 1%;
     margin-bottom: 10px;
     outline: medium none;
     box-sizing:border-box;
     position: relative;
     width: 100%;
     text-align:left;
   }
   form.om-oss-page p input:hover ,
   .product_body .gform_wrapper .gform_body ul li .ginput_container input:hover ,
   form.om-oss-page p textarea:hover ,
   .product_body .gform_wrapper .gform_body ul li .ginput_container textarea:hover{
     border-color: #8b0313;
   }

   #gform_6 .gfield_select {
     float: left;
     margin-bottom: 15px;
     width: 100%;
     background-color: #ffffff;
     border: 1px solid #1f181a;
     border-radius: 4px;
     padding-left: 1%;

   }

   .gform_button_select_files{
    text-align:center !important;
  }

  form.om-oss-page p textarea ,
  .product_body .gform_wrapper .gform_body ul li .ginput_container textarea {
    height: 77px;
    margin-bottom: 20px;
    padding: 1%;
    background-color: #ffffff;
    box-sizing:border-box;
    border: 1px solid #1f181a;
    border-radius: 4px;
    color: #20191b;
    font-size: 13px;
    padding-left: 1%;
    outline: medium none;
    position: relative;
    width: 100%;
  }

  form.om-oss-page p input[type="submit"] ,
  .product_body .gform_wrapper .gform_footer input[type="submit"]{
    cursor: pointer;
    font-weight: bold;
    width: 150px;
    background-color: #ffffff;
    border: 1px solid #1f181a;
    border-radius: 4px;
    box-sizing: border-box;
    color: #20191b;
    font-size: 13px;
    padding: 0;
    height: 29px;
    line-height: 29px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 1%;
    position: relative;
    margin-top: -25px;
  }

  form.om-oss-page p input:focus ,
  form.om-oss-page p textarea:focus ,
  .product_body .gform_wrapper .gform_body ul li .ginput_container input:focus ,
  .product_body .gform_wrapper .gform_body ul li .ginput_container textarea:focus{
    /*background-color: #eed9dc;*/
  }

  .product_body .gform_wrapper .gform_body ul li.gfield_error {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0 !important;
  }
  .product_body .gform_wrapper {
    float: left;
    margin: 47px 0 0;
    width: 50%;
    max-width: 100%;
  }

  .product_body .gform_wrapper .gform_heading {
    margin: 0;
  }

  .product_body .gform_wrapper #gform_1 .gform_body label{
    color: #3d3d3d;
    text-align: left;
  }
  /* ============ PAGE 7 Medarbetare PAGE ================= */

  body.pg_7 {
    background: none repeat scroll 0 0 #ffffff;
  }
  .product_body .om-oss_sub_1_row1 h1 {
    margin:3px 0 6px;
  }
  .box1_om-oss {
    float: left;
  }
  .box1_om-oss h4 {
    color: #3d3d3d;
    font-family: verdana,sans-serif;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 20px;
  }
  .box1_om-oss {
    float: left;
    margin: 0 0 0 0.55%;
    width: 24%;
  }
  .box1_om-oss > img {
    height: auto;
    vertical-align: top;
    width: 100%;
  }
  .box1_om-oss p {
    font-size: 10px;
    line-height: 19px;
    margin: 0 0 4px;
  }

  .om-oss_sub_1_row1 .four {
    float: left;
    margin: 0 0 22px;
    width: 100%;
  }

  /* ============ PAGE 8 Adresser PAGE ================= */

  body.pg_8 {
    background: none repeat scroll 0 0 #ffffff;
  }
  .main_adress h1 {
    margin:3px 0 5px;
  }

  .address {
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
  }


  .address .add_right ,
  .address .add_left {
    float: left;
    width: 50%;
    text-align: left;
  }
  .address .add_right h4,
  .address .add_left h4 {
    color: #3d3d3d;
    font-family: verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
  .address .add_right p,
  .address .add_left p {
    line-height: 18px;
  }

  /* ============ PAGE 9 SCOPE Nyhetsbrev PAGE ================= */

  /*** SAME AS PAGE 6 ***/





  /* ============ PAGE 10 Forsaljningspartner PAGE ================= */


  body.pg_10 {
    background: #ffffff;
  }

  .main_partner_address {
    float: left;
    width: 100%;
  }

  .four {
    float: left;
    /*margin: 0 0 70px 0;*/
    margin: 0 0 20px 0;
    width: 100%;
  }
  .four:last-child {
    margin: 0 0 20px 0;
  }
  .add_box1 {
    float: left;
    width: 25%;
  }
  .add_box1 h4 {
    line-height: 20px;
    font-weight: bold;
    color: #3d3d3d;
    margin: 0 0 2px 0;
    font-family: verdana,sans-serif;
    font-size: 13px;
  }
  .add_box1 p a{
    color: #339966;
  }
  .add_box1 p {
    line-height: 20px;
  }


  /* ============ PAGE 10 Forsaljningspartner PAGE ================= */


  .product_body .product_body_left {
   border-right: 1px solid #dddddd;
   box-sizing: border-box;
   float: left;
   padding: 0 20px 0 0;
   width: 74%;
 }
 .product_body .product_body_right {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 20px;
  width: 26%;
}
.product_body .product_body_right .img_list a {
  margin: 0 0 15px 0;
  display: inline-block;
}
.product_body .product_body_right .img_list a img {
  width: 100%;
}

.product_body .product_body_left p {
  color: #000000;
  font-family: verdana,sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px;
  text-align: left;
}

.product_body .product_body_left hr {
  background: #339966; 
  border: none;
  height: 10px;
}

.pdffiles {
  float: left;
  height: 40px;
  position: relative;
  width: 200px;
}
.pdffiles b {
  line-height: 35px;
  vertical-align: middle;
}
.pdffiles a {
  background: url(../images/pdf_file.png) no-repeat 0 0;
  background-size: 17px auto;
  display: block;
  height: 21px;
  padding: 0;
  float: left;
  /*    position: absolute;*/
  position: relative;
  right: -10px;
  text-indent: -9999px;
  top: 10px;
  vertical-align: middle;
  width: 21px;
  z-index: 9999;
}
.two_col_list {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.two_col_list p span {
  display: table-cell;
  width: 160px;
}
.datalist > p {
  display: table;
}
.two_col_list > h2 {
  margin: 0 0 15px;
}
.two_col_list h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
}
.two_col_list_l ,
.two_col_list_r {
  float: left;
  min-height: 300px;
  width: 38%;
}

.two_col_list_l h4 ,
.two_col_list_r h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.two_col_list_l img ,
.two_col_list_r img {
  height: 150px;
  width: 150px;
}

.two_col_list_l ul li a ,
.two_col_list_r ul li a {
  color: #339966;
  font-size: 10px;
}

.two_col_list_l ul ,
.two_col_list_r ul {
  margin: 20px 0 0 12px;
}


.container.single_main .single_body {
 box-sizing: border-box;
 float: left;
 padding: 0 80px 0 0;
 width: 72.5%;
 border-right:1px solid #dddddd;
}
.container.single_main .single_sidebar {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 20px;
  width: 27.5%;
}
.container.single_main .single_sidebar a img{
  vertical-align: top;
  margin: 0 0 20px 0;
}
.single_wrap {
  float: left;
  width: 100%;
  margin: 57px 0 60px 0;
}
.container.single_main .single_body h1 {
  font-size: 32px;
  color: #3d3d3d;
  font-family: verdana,sans-serif;
  font-weight: normal;
  line-height: 40px;
  margin: 3px 0 10px 0;
}

.single_sidebar img{
  width: 100%;
  height: auto;
}
.container.single_main .single_body img {
  margin: 0 0 20px 0;
  vertical-align: top;
}
.container.single_main .single_body p{
  color: #3d3d3d;
  font-size: 13px;
  font-family: verdana,sans-serif;
  line-height: 20px;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.single_body_half_layout {
  float: left;
  width: 100%;
}
.single_body_half_layout h5 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 25px 0;
}
.single_body_half_layout .r1_left h5 ,
.single_body_half_layout .r1_right h5 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.single_body_half_layout .r1 {
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
.single_body_half_layout .r1_left ,
.single_body_half_layout .r1_right {
  float: left;
  width: 33%;
  margin: 0 3% 0 0;
}
.single_body_half_layout ul li {
  list-style-type: none;
}
.single_body_half_layout ul li a {
  color: #339966;
}

/*
.circles a {
  display: inline-block;
  text-indent: -9999px;
  left: 0;
  padding: 100px 0;
  position: relative;
  top: -243px;
  width: 22%;
}
*/

.page-template-smallleftsidebar .product_body .sb_left {
  float: left;
  width: 69%;
}
.page-template-smallleftsidebar .product_body .sb_right {
  float: right;
  width: 29%;
}
.page-template-smallleftsidebar .product_body .product_body_left {
  width: 100%;
  border:0;
}
.page-template-smallleftsidebar .product_body .sb_right .product_body_right {
  width: 100%
}
.three_col_lay {
  float: left;
  width: 100%;
}
.three_col_lay1 p {
  text-align: center;
}
.three_col_lay1 {
  box-sizing: border-box;
  float: left;
  padding: 5px;
  text-align: center;
  width: 33.333%;
}
.three_col_lay1 p img {
  width: auto;
}
.lastimage.midsection img {
  height: auto;
  vertical-align: top;
  width: 45px;
}
.lastimage.midsection {
  float: left;
  margin: 30px 0 0 0;
  width: 100%;
}
.new_row1 ,
.check_row{
  float: left;
  width: 100%;
}
.new_row1_1 h4 {
  color: #000000;
  font-family: "open_sansbold";
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px 0;
}
.new_row1_1 {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  width: 33.33%;
}

.new_row2_1 {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  min-height: 58px;
  width: 33.33%;

}
.row_rep_1 {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  min-height: 40px;
  width: 33.33%;
}

.new_checkmark_row {
  float: left;
  width: 100%;
}

.checkmark_row1 {
 box-sizing: border-box;
 float: left;
 padding: 0 10px;
 min-height: 44px;
 width: 33.33%;
}
.checkmark_row1 p a.check {
 background: url(../images/CheckboxGreen.jpg) no-repeat left top;
 text-indent: -9999px;
 background-size: 16px;
 display: block;
}
.checkmark_row1 p {
  font-size: 11px;
  margin: 0;
}
.om-page.main_scope hr {
  background: none repeat scroll 0 0 #339966;
  border: medium none;
  height: 10px;
}

.check_row .row_rep_1 a {
  background: url(../images/pdf_file.png) no-repeat 0 0;
  text-indent: -9999px;
  padding:0 0 8px 0;
  display: block;
  background-size: 19px;
}




.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}


.gform_wrapper .gfield_error .gfield_label {
	color: #3d3d3d !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required ,
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning ,
.product_body .gform_wrapper .gform_body ul li.gfield_error {
	margin-bottom:12px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none;
}

.gform_wrapper div.validation_error {
  border-bottom: 0 none !important;
  border-top: 0 none !important;
  clear: both;
  color: #ff0000 !important;
  font-size: 13px !important;
  line-height: 20px;
  font-weight: normal !important;
  margin-bottom: 35px !important;
  padding: 0 !important;
  width: 100% !important;
}


.gform_wrapper .gfield_required {
	display: none;
}
#slidethanks {
	color: #339966;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	width:100%;
	max-width: 100% !important;
}

#colorbox #cboxLoadedContent img{
  width: 100% !important;
  /* height: auto !important; */
  margin-top: 0 !important;
  /*  height: 100% !important;
  width: auto !important; */
}
.imprint_overlay{
  background: none repeat scroll 0 0 #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11111;
}

/*======================================add css09/09/2016=====================================*/

.home-popup {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  box-shadow: 4px 3px 4px -3px #cccccc;
  display: none;
  height: auto;
  overflow: hidden;
  padding: 36px 20px 20px 20px;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 760px;
  z-index: 99999;
  margin-left: -380px;
}

.home-popup .pop-close {
  position: absolute;
  width: 21px;
  top: 15px;
  right: 15px;
  background-color: #3d3d3d;
  color: #ffffff;
  height: 21px;
  line-height: 19px;
  padding-left: 7px;
  border-radius: 50%;
  font-size: 11px;
  cursor: pointer;
}
.home-popup .pop-close:hover { background-color: #339966; }

.home-popup h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-popup p {
  line-height: 22px;
}
.container.mid-section .circles {
  text-align: left;
}
.container.mid-section .circles img {
  left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 370px;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 30px;
}
.container.mid-section .circles .sidecontent-1 {
  float: left;
  min-height: 240px;
  position: relative;
  width: 50%;
  z-index: 100000;
}

.container.mid-section .circles .sidecontent-2 {
  float: right;
  min-height: 240px;
  position: relative;
  width: 50%;
  z-index: 100000;
}

.container.mid-section .circles .sidecontent-3 {
  float: left;
  position: relative;
  width: 50%;
  z-index: 100000;
}

.container.mid-section .circles .sidecontent-4 {
  float: right;
  position: relative;
  width: 50%;
  z-index: 100000;
}
.container.mid-section .circles .sidecontent_wrapper {
  max-width: 290px;
  width: 100%;
}
.container.mid-section .circles .sidecontent-4 .sidecontent_wrapper,
.container.mid-section .circles .sidecontent-2 .sidecontent_wrapper {
  float: right;
}
.container.mid-section .circles .sidecontent_wrapper h1 {
  font-weight: 600;
  margin-bottom: 15px
}
.container.mid-section .circles .sidecontent_wrapper p {
  line-height: 21px;
}
.container.mid-section .circles .sidecontent_wrapper ul li {
  list-style: none;
  background: url("../images/li-bg.jpg") no-repeat left 7px ;
  background-size: 5px auto;
  padding-left: 13px;
  margin-bottom: 10px;
}
.data-table {
  margin-top: 40px;
  max-width: 450px;
}
.data-table p {
  clear: both;
}
.data-table p span {
  float: right;
  width: 115px;
  margin-bottom: 15px;
}
.data-table p span img {
  max-width: 20px;
  margin-bottom: 0px;
}
body p a ,
body a {
  color: #339966;
}
body.home .container.main_banner {
  background-size: cover;
  background-position: center center;
}
.new_pdf_struct {
	float: left;
	width: 100%;
}
.new_pdf_struct-label {
  display: table-cell;
  vertical-align: top;
  width: 165px;
}
.new_pdf_struct-label > label {
  display: inline-block;
  margin: 11px 0 0;
}
.new_pdf_struct-content {
  display: table-cell;
  /*	width: 70%;*/
}
.new_center {
  margin: 0 auto 280px;
  width: 100%;
}
.new_pdf_struct-content .pdffiles > span {
  line-height: 35px;
  float: left;
}
.new_pdf_struct-content .pdffiles {
	width: 100%;
}
.product_body.fullbody .product_body_left {
	float: left;
	border: 0;
	width: 100%;
}
.page-template-product .categories .cat1 ,
.page-template-product .categories .cat2{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.page-template-product .categories .cat1 .cat_prod1 ,
.page-template-product .categories .cat2 .cat_prod1 {
	width: 24.5%;
}

.slider-main-bg {
  background-image: url(../images/front_page_main.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  /*margin: 94px 0 0 0;*/
}

.slider-static-bg {
  background-image: url(../images/front_page_main.jpg);
  position: absolute;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  /* margin: 94px 0 0 0; */
}

.cat_prod{display: table;width: 100%;}
.cat_prod1:nth-child(4n + 5) {clear: left;}

@media screen and (min-width: 75em) {
  .slider-static-bg {
    height: 750px;
    max-height: 750px;
  }
}

@media (max-width: 768px) {
  .slider-static-bg {
    height: 350px;
    max-height: 350px;
  }

  .slider-static-bg .slide-center {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      transform: unset;
      padding-top: 70px;
  }

  .slider-static-bg .slide-center h6 {
      font-size: 36px !important;
      max-width: 90%;
      margin: 0 auto;
  }

  .slider-static-bg .slide-center p {
      font-size: 17px !important;
  }
}

.slider-static-bg * {
  font-family: 'BellGothicBT-Roman' !important;
}

.slider-static-bg .slide-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.slider-static-bg .slide-center h6 {
  font-size: 60px;
  font-weight: bold;
}

.slider-static-bg .slide-center p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

body.home .container.static_banner {
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 75em) {
  .home .container.static_banner {
      height: 450px;
      max-height: 450px;
  }
}

header.sticky {
	z-index: 99999999;
	box-shadow: 0 0 13px #686868;
}
.site-content {
  padding: 94px 0 0 0;
}
/*======================================= add new css 6-10-2016 ============================================*/

#cboxMiddleLeft,
#cboxContent,
#cboxMiddleRight {
  /*height: 480px !important; */
  z-index: 99999 !important;
}
#cboxWrapper,
/*#colorbox {
  height: 550px!important;
  } */
  body #cboxCurrent {
    bottom: 35px;
  }
  body #cboxPrevious,
  body #cboxNext,
  body #cboxClose {
    bottom: 30px;
  }
  body #cboxTitle {
    text-align: left;
    left: 2px;
  }

  #colorbox {
   z-index:  99999999 !important;
 }

 #cboxOverlay {
  z-index: 99999999 !important;
}
.video_section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.video_section .middle-section {
  float: left;
  width: 100%;
}
.video_section .middle-section .video-left {
  position: relative;
  float: left;
  width: 40%;
}
.video_section .middle-section .video-left .overlay_video {
  margin-top: -50px;
  position: absolute;
  right: 15px;
  top: 50%;
}
.video_section .middle-section .text-right {
  float: right;
  width: 55%;
}
.video_section .middle-section .text-right p {
 color: #000000;
 font-family: verdana,sans-serif;
 font-size: 13px;
 line-height: 20px;
 margin: 0 0 15px;
 text-align: left;
}
.video_section .middle-section .video-left iframe {
  height: 250px;
  max-width: 100%;
  width: 100%;
}
.video_section .middle-section .video-left a img {
  width: 100%;
  height: auto;
}

.footer h2{
 color: #20191b;
 display: block;
 font-family: "BellGothicBT-Roman";
 font-size: 28px;
 margin-bottom: 25px;
 overflow-wrap: break-word;
 position: relative;
 text-decoration: none;
 line-height: 36px;
 text-transform: uppercase;
}
.footer .foo-menu-1 ,
.footer .foo-menu-2 ,
.footer .foo-menu-3 ,
.footer .countries {
  float: left;
  margin: 0 2% 0 0;
  width: 160px;
}

.footer h3{
  font-family: "BellGothicBT-Roman";
  margin: 0 0 10px 0;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}
.footer ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.footer ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
}
.footer ul li a {
  font-family: "BellGothicBT-Roman";
  margin: 0 0 10px 0;
  line-height: 21px;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}
.footer ul li a:hover {
  text-decoration: none;
}

.footer #lang_sel {
  display: none;
}
.footer .countries a {
  display: inline-block;
  font-size: 0;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}
.footer .countries a.utube {
  background: url(../images/youtube.png) no-repeat 0 0;
  background-size: 30px auto;
}
.footer .countries a.vimeo {
  background: url(../images/vimeo.png) no-repeat 0 0;
  background-size: 30px auto;
}
.footer .countries a.mail {
  background: url(../images/new-email-button.png) no-repeat 0 0;
  background-size: 30px auto;
}
#lang_sel {
  display: inline-block;
  float: left;
  font-family: verdana,arial,sans-serif;
  height: 32px;
  margin: 35px 0 0 5px;
  position: relative;
}
.container.main_header .row {
  overflow: visible;
}
.container.main_header .clear {
  clear: both;
}
#lang_sel li {
  width: 90px !important;
}
#lang_sel a.lang_sel_sel {
  background: rgba(0, 0, 0, 0) url("../img/nav-arrow-down.png") no-repeat scroll right center;
  border: 0 none;
  color: #444444;
}
#lang_sel a.lang_sel_sel {
  background: none !important;
}
#lang_sel ul ul {
  border: 0 !important;
  z-index: 99999;
}
#lang_sel ul ul a {
  background-color: #f1f1f1 !important;
  border: 0 none !important;
}

.middle-section-one ,
.middle-section-two ,
.middle-section-three {
  float: left;
  width: 100%;
}
.middle-section-one{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d1d1d1;
}
.below_video_section {
  background: #515150;
  padding-top: 80px;
  padding-bottom: 135px;
  position: relative;
}
.below_video_section .video_blocks {
  float: left;
  width: 27%;
}
.below_video_section .video_blocks:nth-child(2) {
  margin: 0 9%;
}
.below_video_section .video_blocks .title_cont {
  float: left;
  color: #fff;
  font-weight: normal;
  font-family: 'BellGothicBT-Roman';
  font-size: 20px;
  width: 100%;
  text-align: center; 
  /* min-height: 250px;*/
  min-height: 150px;  
  line-height: 26px;
}
.below_video_section .video_blocks .title_cont a {
  display: block;
  color: #fff;
  font-weight: normal;
  font-family: "BELGOTHK" !important;
  font-size: 53px;
  /*text-transform: capitalize;*/
  line-height: 60px;
}
.below_video_section .video_blocks .title_cont a:hover {
  color: #339966;
}
.below_video_section .video_blocks img {
  width: 100%;
  height: auto;
}
.below_video_section2 {
  padding-top: 80px;
  background: #e3e3e3;
  padding-bottom: 80px;
}
.below_video_section2 .middle-section-three {
  margin: 0 0 15px 0;
}
.below_video_section2 .middle-section-three h3{
  color: 515150;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: normal;
  font-size: 53px;
  font-family: 'BellGothicBT-Roman';
  line-height: 60px;
}
.below_video_section2 .middle-section-three p ,
.below_video_section2 .middle-section-three strong ,
.below_video_section2 .middle-section-three b {
  font-size: 20px;
  color: 515150;
  font-family: 'BellGothicBT-Roman';
  margin: 0 0 15px 0;
  padding: 0 0 0px 0;
  font-weight: normal;
  line-height: 26px;
}
#cboxMiddleLeft,
#cboxContent,
#cboxMiddleRight {
  /*    height: 335px !important;*/
  padding-top: 30px;
}

/*#cboxMiddleLeft iframe,
#cboxContent iframe,
#cboxMiddleRight iframe {
    height: 335px !important;
    } */
    #cboxMiddleLeft #cboxLoadedContent,
    #cboxContent #cboxLoadedContent,
    #cboxMiddleRight #cboxLoadedContent {
      /*    height: 335px !important;*/
    }

    .single #cboxMiddleLeft,
    .single #cboxContent,
    .single #cboxMiddleRight{
      height: 510px !important;
      padding-top: 0;
    }
    .single #cboxWrapper, .single #colorbox {
      height: 1000px !important;
    }
    .single #cboxMiddleLeft #cboxLoadedContent,
    .single #cboxContent #cboxLoadedContent,
    .single #cboxMiddleRight #cboxLoadedContent {
      height: 510px !important;
    }
    body #cboxClose {
     top: 0;
     bottom: auto;
   }
   .scroll_dwn {
    bottom: 10px;
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
  }
  .scroll_dwn img {
    opacity: 0.51;
    width: 55px;
  }
  .middle-section-three .scroll_dwn{
    position: inherit;
    margin-bottom: 30px;
  }
  #thirdsec2 > h2 {
    margin-bottom: 40px;
  }
  .middle-section-three > span {
    display: inline-block;
    width: 100%;
  }


/*.page-template-contact .fancybox-overlay{
    background: rgba(0, 0, 0, 0.94);
    z-index: 99999999;
}

.page-template-contact .fancybox-overlay .fancybox-opened {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
.page-template-contact .fancybox-skin {
    background: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 0 0 !important;
}
.page-template-contact .fancybox-skin .fancybox-inner {
    width: 100% !important;
    overflow: hidden !important;
    height: auto !important;
}
.page-template-contact .fancybox-skin a.fancybox-close {
    background-image: url(../images/close-popup.png);
    background-size: 50px auto;
    width: 50px;
    height: 45px;
    top: 0;
    right: 0;
    position: absolute;
}
*/

/*.page-template-contact .fancybox-skin .gform_wrapper { max-width: 600px; margin: 20px auto; -webkit-transition: none;
-o-transition: none;
transition: none;}

.page-template-contact .fancybox-skin .fancybox-inner .gform_body ul li .medium {
    width: 100%;
    text-align: left;
    border: 1px solid;
    color: #fff !important;
    background: transparent;
    padding: 7px;
    font-size: 17px !important;
}
.page-template-contact .fancybox-skin .fancybox-inner .gform_body ul li label{
    text-align: left !important;
    width:100%;
    display: none;
}
.page-template-contact .fancybox-skin .fancybox-inner .gform_body ul li textarea {
    font-family: 'BellGothicBT-Roman' !important;
    font-weight: normal;
    border-radius: 0px;
    padding: 8px 10px 10px 15px !important;
    font-size: 17px !important;
}
.page-template-contact .fancybox-skin .fancybox-inner .gform_body ul li ul.gfield_checkbox label {
    display: block;
    font-size: 17px;
    font-family: 'BellGothicBT-Roman';
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: normal;
}
.page-template-contact .fancybox-skin .fancybox-inner .gform_body ul li {
    margin-bottom: 15px !important;
    } */


    div#cboxLoadedContent,#cboxLoadedContent{
      overflow: hidden !important
    }

    body.isFixed { position: fixed;}

    .popup-form {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(81, 81, 80, 0.95);
      z-index: 999999999;
      overflow: auto;
      padding: 20px 20px 0;
    }

    .popup-form .popup-close {
     background-image: url(../images/close-popup.png);
     background-size: 50px auto;
     width: 50px;
     height: 45px;
     top: 0;
     right: 0;
     position: absolute;
   }

   .page-template-contact .popup-form .gform_wrapper {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .medium {
    width: 100% !important;
    text-align: left;
    border: 1px solid;
    color: #fff !important;
    background: transparent;
    padding: 0 7px;
    font-size: 17px !important;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .textarea.medium {
    height: 160px;
    margin-bottom: 0;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .medium { margin-left: 0;}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li select.medium option { color: #000;}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li input::-webkit-input-placeholder,
  .page-template-contact .popup-form .gform_wrapper .gform_body ul li textarea::-webkit-input-placeholder { color: #fff; opacity:1; font-family: 'BellGothicBT-Roman';}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li input::-moz-placeholder,
  .page-template-contact .popup-form .gform_wrapper .gform_body ul li textarea::-moz-placeholder { color: #fff; opacity:1; font-family: 'BellGothicBT-Roman';}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li input:-ms-input-placeholder,
  .page-template-contact .popup-form .gform_wrapper .gform_body ul li textarea:-ms-input-placeholder { color: #fff; opacity:1; font-family: 'BellGothicBT-Roman';}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li input:-moz-placeholder,
  .page-template-contact .popup-form .gform_wrapper .gform_body ul li textarea:-moz-placeholder { color: #fff; opacity:1; font-family: 'BellGothicBT-Roman';}


  .page-template-contact .popup-form .gform_wrapper .gform_body ul li label{
    display: none;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li textarea {
    font-family: 'BellGothicBT-Roman' !important;
    font-weight: normal;
    border-radius: 0px;
    padding: 8px 10px 10px 15px !important;
    font-size: 17px !important;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li ul.gfield_checkbox label {
    display: block;
    font-size: 17px;
    font-family: 'BellGothicBT-Roman';
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: normal;
    color: #fff;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li ul.gfield_checkbox label a {
    color: #fff;
    text-decoration: underline;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li ul.gfield_checkbox label a:hover { color: #339966;}

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li {
    margin-bottom: 15px !important;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .ginput_preview { color: #fff; text-align: left;}

  .page-template-contact .popup-form div.gform_wrapper form .gform_footer { float: left;}

  .page-template-contact .popup-form div.gform_wrapper form .gform_footer input[type="submit"]{
    background-color: #333;
    float: left;
    border-radius: 0px;
    border: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .ginput_container .gform_button_select_files {
    background-color: #333 !important;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    border: 0 !important;
    border-radius: 0;
    margin-left: 5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_body ul li .ginput_container .gform_button_select_files:hover,
  .page-template-contact .popup-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #56bd63 !important;
  }

  .page-template-contact .popup-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border: 1px solid #fff !important;
  }

  .page-template-contact .popup-form .gform_body ul li ul.gfield_checkbox input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none!important;
    position: relative;
    z-index: 999999999;
    opacity: 0;
    width: 20px;
    height: 20px;
    vertical-align: top;
  }

  .page-template-contact .popup-form .gform_body ul li ul.gfield_checkbox label:before {
    background: url(../images/checkbox-img.png) no-repeat center center transparent!important;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
  }

  .page-template-contact .popup-form .gform_body ul li ul.gfield_checkbox input[type="checkbox"]:checked + label:before{
    background: url(../images/checkbox-checked-img.png) no-repeat center center transparent!important;
  }

  #colorbox #cboxLoadedContent img{
    height: auto !important;
  }

  .page-template-contact .popup-form .gform_body ul li.gfield_error {
    padding: 0;
    width: 100%;
    background: transparent;
    border:none;
  }

  .page-template-contact .popup-form .gform_body ul li.gfield_error .medium {
    border: 1px solid #ff0000;
  }

  .page-template-contact .popup-form .gform_body ul li.gfield_error ul.gfield_checkbox li label {
    color: #ff0000;
  }

  .page-template-contact .popup-form .validation_error {
    font-size: 13px !important;
    text-align: left;
    margin-bottom: 15px !important;
  }

  .page-template-contact .product_body .popup-button h3 a {
    text-align: center;
    max-width: 200px;
    background-color: #3faf4d;
    display: block;
    padding: 10px;
    color: #fff;
    margin:0 auto;
    margin-bottom: 15px;
  }

  .page-template-contact .product_body .popup-button h3 a:hover {
    background-color: #56bd63;
  }

  .page-template-contact .product_body { width: 100%;}

  .page-template-contact .popup-form form.om-oss-page p input:hover,
  .page-template-contact .product_body .popup-form .gform_wrapper .gform_body ul li .ginput_container input:hover,
  .page-template-contact .product_body .popup-form form.om-oss-page p textarea:hover,
  .page-template-contact .product_body .popup-form .gform_wrapper .gform_body ul li .ginput_container textarea:hover { border-color: #fff !important;}

  .gchoice_6_11_1 input, .gchoice_6_11_1 label{float:left;}
  .ginput_recaptcha>div{margin: 0 auto;}

  /* ============================= */
  /* ! Layout for mobile version   */
  /* ============================= */

  @media handheld, only screen and (max-width: 1199px) {
    body.home .container.main_banner {
      height: 500px;
      background-size: cover;
      background-position: center center;
    }
    .new_center {
      margin: 0 auto 180px;
      width: 100%;
    }
    .below_video_section .video_blocks .title_cont a {
      font-size: 40px;
      line-height: 45px;
    }
  }

  @media handheld, only screen and (max-width: 1023px) {
    body.home .container.main_banner {
      height: 400px;
    }
    .pg_2 .main_banner {
      height: auto;
    }
    .container.mid-section .circles img {
      max-width: 330px;
    }
    .below_video_section .video_blocks .title_cont a {
      font-size: 32px;
      line-height: 40px;
      text-align: center;
    }
    .head .menu ul li{
     margin-left:15px;
   }
   .video_section .middle-section .text-right p {
     color: #000000;
     font-family: verdana,sans-serif;
     font-size: 13px;
     line-height: 20px;
     margin: 0 0 15px;
     text-align: center;
   }
 }
 @media handheld, only screen and (max-width: 990px) {
  .banner {
    margin: 58px 0 0 17px;
  }
}

@media handheld, only screen and (max-width: 960px) {
  .container.mid-section .circles {
    text-align: center;
  }
  .container.mid-section .circles .sidecontent_wrapper {
    text-align: left;
    max-width: 100%;
  }
  .container.mid-section .circles .sidecontent-1,
  .container.mid-section .circles .sidecontent-2,
  .container.mid-section .circles .sidecontent-3,
  .container.mid-section .circles .sidecontent-4 {
    width: 47%;
    z-index: 0;
  }
  .container.mid-section .circles img {
    position: relative;
    top: 0px;
    max-width: 100%;
    left: auto;
    right: auto;
  }
  .page-template-smallleftsidebar .product_body .sb_left {
    width: 100%;
  }
  .product_body .product_body_left p.clear-both {
    clear: both;
  }
  .page-template-smallleftsidebar .product_body .sb_right {
    float: left;
    width: 50%;
    margin-top: 30px;
  }
  .product_body .product_body_right {
    padding-left: 0px;
  }
  .below_video_section .video_blocks {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .below_video_section .video_blocks .title_cont {
    min-height: 0;
    margin: 0 0 15px 0;
  }
  .below_video_section .video_blocks:nth-child(2) {
    margin: 0 0 15px 0;
  }
}
@media(max-width:850px)
{
  .head .menu{
    margin:30px 0 0 0 ;
  }
}

@media handheld, only screen and (max-width: 800px) {
  .home-popup {
    width: auto;
    left: 25px;
    right: 25px;
    margin-left: 0px;
  }
  .banner h5 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner h6 {
    font-size: 40px;
    line-height: 44px;
  }
  .banner ul li::before {
    top: 16px;
  }
  .new_center {
    margin: 0 auto 130px;
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .popup-form { padding-top: 50px;}
  #cboxOverlay {
    z-index: 999999999 !important;
  }
  .logo_language_section{
    width:245px;
  }


  #colorbox {
    z-index: 999999999 !important;
  }
  .single-projectcase .single_wrap {
    margin-top: 100px;
  }
  .site-content {
    padding: 0px 0 0;
  }

  body.home .container.main_banner {
    height: 300px;
  }
  body .container.main_banner {
    height: auto;
  }
  .container.mid-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.mid-section .circles .sidecontent_wrapper h1 {
    font-size: 22px;
  }
  .container.mid-section, .container.product_pg, .page-template-projectcase .container.main_projectcase{ padding-top: 170px; }
  .slider-main-bg{ margin-top: 130px; }
  .head .logo .a{
    max-width: 210px;
  }
  .page-template-contact .fancybox-overlay .fancybox-opened {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-template-contact .fancybox-overlay .fancybox-skin a.fancybox-close{
    right:30px;
  }
  .page-template-contact .fancybox-overlay .fancybox-opened .fancybox-skin .fancybox-inner{
    padding-right: 30px;
  }

}

@media handheld, only screen and (max-width: 664px) {
	.foo-menu-1 ul li {
   display: block;
   margin: 0 0 10px;
 }
 .scroll_dwn {
  bottom: 3px;
}
.below_video_section {
 padding-bottom: 85px;
 padding-top: 50px;
}
.below_video_section2 {
 padding-bottom: 15px;
 padding-top: 40px;
}
.below_video_section2 .middle-section-three h3 {
  font-size: 43px;
  line-height: 50px;
}
.scroll_dwn img {
 width: 30px;
}
.page-template-product .categories .cat1 .cat_prod1,
.page-template-product .categories .cat2 .cat_prod1 {
  width: 49.4%;
}
.container.mid-section .circles .sidecontent-1,
.container.mid-section .circles .sidecontent-2,
.container.mid-section .circles .sidecontent-3,
.container.mid-section .circles .sidecontent-4 {
  width: 100%;
  min-height: auto;
  margin-bottom: 25px;
}
.page-template-smallleftsidebar .product_body .sb_left table,
.page-template-smallleftsidebar .product_body .sb_left table tr td,
.page-template-smallleftsidebar .product_body .sb_left table tr td img {
  width: 100%!important;
  height: auto!important;
}
.new_center {
  margin: auto;
  width: auto;
}
form.om-oss-page p, .product_body .gform_wrapper .gform_body ul li {
  margin: 0 0 5px;
}
.product_body .gform_wrapper{
  width: 100%;
}
#colorbox #cboxLoadedContent img {
  height: auto !important;
  width: 100% !important;
}

.cat_prod1:nth-child(4n + 5) {clear: none;}
.cat_prod1:nth-child(2n + 3) {clear: left;}

}

@media handheld, only screen and (max-width: 479px) {
	.middle-section-three p img {
		margin: 0 0 15px 0;
		width: 100%;
	}
	.page-template-product .categories .cat1 .cat_prod1,
	.page-template-product .categories .cat2 .cat_prod1 {
		width: 100%;
		margin: 0 0 10px 0;
	}
/*
	.new_pdf_struct-content {
		display: block;
	}
  */
  .banner ul li::before {
    top: 10px;
  }
  .banner h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner p {
    font-size: 18px;
  }
  body.home .container.main_banner {
    height: 250px;
  }
  body .head .logo {
    width: 210px;
  }
  .home-popup img.alignleft {
    float: none;
    margin-right: 0px;
    width: 100%;
  }
  .product_body .product_body_left p img {
    float: none;
    margin: 40px 0 15px 0;
    width: 100%;
  }
  .data-table p img {
    margin: 0px!important;
  }
  .page-template-smallleftsidebar .product_body .sb_right {
    width: 100%;
  }
  .page-template-smallleftsidebar .product_body .sb_right img {
    margin: 0px!important;
  }
  .container.mid-section, .container.product_pg, .page-template-projectcase .container.main_projectcase{ padding-top: 100px; }
  .slider-main-bg{ margin-top: 69px; }

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
   }*/

 }
 .logo_language_section {
  float: left;
  display: block;
}

#gform_7 .gfield_select {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1f181a;
  border-radius: 4px;
  padding-left: 1%;
}

#gform_3 .gchoice_3_3_1 input[type=checkbox] {
  display: inline;
  float: none;
  line-height: 30px;
  vertical-align: text-bottom;
}

#gform_3 .gchoice_3_3_1 label {
  display: inline;
  line-height: 30px;
}
#gform_3 .gchoice_3_3_1 label a {
  line-height: 30px;
}

#gform_6 .gchoice_6_11_1 input[type=checkbox] {
  display: inline;
  margin-top: 8px;
}

#gform_6 .gchoice_6_11_1 label {
  line-height: 30px;
}

#gform_6 .gchoice_6_11_1 label a {
  line-height: 30px;
}

#gform_1 .gchoice_1_7_1 input[type=checkbox] {
  display: inline;
  margin-top: 3px;
}

#gform_2 .gchoice_2_5_1 input[type=checkbox] {
  display: inline;
  margin-top: 2px;
}

/*#gform_6 .gchoice_6_11_1 label {
  line-height: 30px;
}

#gform_6 .gchoice_6_11_1 label a {
  line-height: 30px;
  }*/

  #gform_7 .gchoice_7_8_1 input[type=checkbox] {
    top: -2px;
  }

  
  /* IE5.5 hacks */
  * html #lang_sel,
  * html #lang_sel_list {
	width: 12em;
  }
  * html #lang_sel a,
  * html #lang_sel_list a {
	width: 149px;
  }
  * html #lang_sel a:visited,
  * html #lang_sel_list a:visited {
	width: 149px;
  }
  * html #lang_sel ul ul,
  * html #lang_sel_list ul {
	top: 18px;
  }
  * html #lang_sel ul ul a,
  * html #lang_sel_list ul a {
	width: 150px;
  }
  * html #lang_sel ul ul a:visited,
  * html #lang_sel_list ul a:visited {
	width: 150px;
  }
  
  /* remove all the bullets, borders and padding from the default list styling */
  #lang_sel {
	height: 32px;
	position: relative;
	font-family: verdana, arial, sans-serif;
	display: inline-block;
	/* style the table so that it takes no part in the layout - required for IE to work */
	/* style the top level hover */
  }
  #lang_sel ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	/* hide the sub levels and give them a positon absolute so that they take up no room */
  }
  #lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
	visibility: visible;
  }
  #lang_sel ul ul {
	width: 149px;
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	border-top: 1px solid #cdcdcd;
  }
  #lang_sel ul ul a {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
  }
  #lang_sel ul ul a:visited {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
  }
  #lang_sel li {
	float: left;
	width: 149px;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
  }
  #lang_sel li:before {
	content: '' !important;
  }
  #lang_sel a {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
  }
  #lang_sel a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
  }
  #lang_sel a.lang_sel_sel {
	background: url(../img/nav-arrow-down.png) #fff right no-repeat;
	color: #444;
  }
  #lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
	color: #000;
  }
  #lang_sel table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
  }
  #lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
	color: #000;
	background: #eee;
  }
  #lang_sel img.iclflag {
	width: 18px;
	height: 12px;
	margin-right: 10px !important;
	position: relative;
	top: 1px;
  }
  #lang_sel.icl_rtl {
	text-align: right;
	direction: rtl;
  }
  #lang_sel.icl_rtl .lang_sel_sel {
	padding-right: 14px;
  }
  
  /* make the second level visible when hover on first level list OR link */
  #lang_sel_footer {
	margin: 0;
	padding: 7px;
	text-align: center;
	font: 11px Verdana, sans-serif;
	min-height: 15px;
	clear: both;
	background-color: #fff;
	border: 1px solid #cdcdcd;
  }
  #lang_sel_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  #lang_sel_footer ul li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
	white-space: nowrap;
	line-height: 25px;
  }
  #lang_sel_footer ul li img {
	position: relative;
	top: 1px;
	width: 18px;
	height: 12px;
  }
  #lang_sel_footer ul li a {
	text-decoration: none;
	padding: 5px 10px;
  }
  #lang_sel_footer ul li a:visited {
	text-decoration: none;
	padding: 5px 10px;
  }
  
  #wpml_credit_footer {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
  }
  
  /* remove all the bullets, borders and padding from the default list styling */
  #lang_sel_list {
	height: 32px;
	position: relative;
	z-index: 99;
	font-family: verdana, arial, sans-serif;
	/* style the table so that it takes no ppart in the layout - required for IE to work */
  }
  #lang_sel_list ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
  }
  #lang_sel_list ul li:hover ul, #lang_sel_list ul a:hover ul {
	visibility: visible;
  }
  #lang_sel_list ul.lang_sel_list_vertical {
	width: 149px;
  }
  #lang_sel_list ul a {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
  }
  #lang_sel_list li {
	float: left;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
  }
  #lang_sel_list li:before {
	content: '' !important;
  }
  #lang_sel_list a {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	background: #fff;
	line-height: 18px;
	padding-left: 5px;
  }
  #lang_sel_list a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	background: #fff;
	line-height: 18px;
	padding-left: 5px;
  }
  #lang_sel_list a.lang_sel_sel {
	background-image: none;
	color: #444;
  }
  #lang_sel_list a.lang_sel_sel:hover {
	text-decoration: none;
	color: #000;
  }
  #lang_sel_list.lang_sel_list_vertical {
	width: 149px;
	/* hide the sub levels and give them a positon absolute so that they take up no room */
  }
  #lang_sel_list.lang_sel_list_vertical ul {
	/*visibility:hidden;position:absolute;*/
	height: 0;
	top: 19px;
	left: 0;
	border-top: 1px solid #cdcdcd;
  }
  #lang_sel_list.lang_sel_list_vertical ul a {
	padding: 3px 10px;
  }
  #lang_sel_list.lang_sel_list_vertical li {
	width: 149px;
  }
  #lang_sel_list.lang_sel_list_vertical a {
	border: 1px solid #cdcdcd;
	border-top-width: 0;
	padding-left: 10px;
  }
  #lang_sel_list.lang_sel_list_vertical a:visited {
	border: 1px solid #cdcdcd;
	border-top-width: 0;
	padding-left: 10px;
  }
  #lang_sel_list table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
  }
  #lang_sel_list img.iclflag {
	width: 18px;
	height: 12px;
	position: relative;
	top: 1px;
  }
  
  /* style the second level links */
  #lang_sel_list_list ul a:visited {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 3px 10px;
  }
  
  /* reset menu img definitions */
  .menu-item-language img.iclflag {
	height: 12px !important;
	width: 18px !important;
	margin-bottom: 0 !important;
	margin-right: 4px;
  }
  @media handheld, only screen and (max-width: 767px) {
		  #lang_sel_list li {
		  margin: 0 2px !important;
	  }
  }
  
/* Hide title on system page */
.page-id-7695  h1:first-child {
  display: none;
}

body.page-template-product h2 {
  text-align: center !important;
}

.page-id-588 h2, .page-id-6913 h2 {
  color: #339966 !important;
}

.menu-option-hidden {
  display: none !important;
}

body .menu-option-hidden {
  display: inline-block !important;
}

body header > .container > .row {
  max-width: 1115px !important;
}

@media only screen and (max-width: 1115px) {
  body .head .menu ul li a {
      font-size: 13px !important;
  } 
  body .logo img {
      width: 215px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 797px) {
  body .logo img {
    width: 203px !important;
  }
}

/* fixar för hållbarhetssidan */

body.page-id-9166 .product_sidebar,
body.page-id-9167 .product_sidebar {
  display: none !important;
}

body.page-id-9166 .product_body,
body.page-id-9167 .product_body {
  width: 100% !important;
  border: unset !important;
}

body.page-id-9166 p,
body.page-id-9167 p {
  text-align: center !important;
}

/* 
body.lang-en header > .container > .row {
  max-width: 1115px !important;
}

@media only screen and (max-width: 1146px) {
  body.lang-en .head .menu ul li a {
      font-size: 13px !important;
  } 
  body.lang-en .logo img {
      width: 215px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 824px) {
  body.lang-en .logo img {
    width: 176px !important;
  }
}
 */
