.bold{
    font-family: apexsansboldtregular;
}

#fade,
#fade_wrapper,
#fade_background {
  transition: all 0.3s;
}

.lowopacity{
    opacity: 0.1;
}

.globe{
  position: absolute;
  right: 80px;
}

.globe a{
    color: white;
}



.search-bar_form > .search__input{
    background-color: #f3f3f3;
}

.mobile_search{
    background-color: initial !important;
}

.fa-search-desktop:hover{
    cursor: hand;
}

.fa-search-desktop{
  float: right !important;
  color: #fff !important;
  position: absolute !important;
  right: -15px !important;
}

#search-desktop-container{
  width: 100%;
  height: 0px;
  background-color: #404040db;
  position: absolute;
  top: 85px;
  z-index: 100;
  border-bottom: 2px solid #e6e6e6;
  display: none;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.search-desktop-open{
    height: 100px !important;
    display: block !important;
}

.search-desktop-form{
    margin: 0 auto;
    max-width: 520px;
    display: table;
}

.search-desktop-input{
    float: right;
    width: 310px;
    margin-top: 11px;
}

.search-desktop-label{
    float: left;
    margin-right: 10px;
  color: #fff;
  margin-top: 33px;
}

#imagelightbox-caption{
    bottom: 10% !important;
    font-size: 21px !important;
}

.popup_background{
    opacity: 1 !important;
    background-color: #696969 !important;
    transition: background-color .2s linear, opacity .2s linear;
}

#homepagemap{
    background-color: #696969;
    max-width: 900px;
    color: white !important;
    text-align: center !important;
    padding: 20px;
    font-size: 12px;
    border: 1px solid #929292;
}

.product-imageh{

  height: 100vh;
  background-repeat: no-repeat;
  max-height: 780px;
}

.sug_country a{
    color: #82b11a !important;
    font-size: 16px;
}

#homepagemap a{
    color: white;
    text-decoration: underline;
}

#homepagemap a:hover{
    text-decoration: underline;
}

#homepagemap ul li a{
    text-decoration: none;
}

#homepagemap h2{
     font: 18px apexsansmediumtregular;
}

#homepagemap ul{
    list-style: none;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

#homepagemap button{
    font-size: 16px;
    background-color: #696969;
    padding: 5px;
    border: 2px solid;
    padding-left: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 60px;
}
.hideGallery{
    display: none !important;
}

.hprightcol{
    text-align: right;
}

.homepagemapimg{
  max-width: 640px;
  margin-top: 30px;
  margin-left: 30px;
}

.hpchoose{
    font-size: 14px;
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container.hover .ps-scrollbar-x-rail,
.ps-container:hover .ps-scrollbar-x-rail {
    opacity: .6
}

.ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-x-rail.in-scrolling,
.ps-container .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    border-radius: 4px;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear
}

.ps-container.hover .ps-scrollbar-y-rail,
.ps-container:hover .ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail.in-scrolling,
.ps-container .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0
}

.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
    background-color: #999
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 8px;
    background-color: #aaa;
    border-radius: 4px;
    transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0
}

.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #999
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden
}

.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y,
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y {
    visibility: visible
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul {
    padding: 0
}

ul {
    margin: 0
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.vert-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)
}

.no-csstransforms .vert-center {
    width: 100%;
    top: 50px;
    left: inherit
}

@font-face {
    font-family: apexsanslighttregular;
    src: url(../fonts/apexsanslightt-webfont.eot);
    src: url(../fonts/apexsanslightt-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/apexsanslightt-webfont.woff2) format("woff2"), url(../fonts/apexsanslightt-webfont.woff) format("woff"), url(../fonts/apexsanslightt-webfont.ttf) format("truetype"), url(../fonts/apexsanslightt-webfont.svg#apexsanslighttregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: apexsansboldtregular;
    src: url(../fonts/apexsansboldt-webfont.eot);
    src: url(../fonts/apexsansboldt-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/apexsansboldt-webfont.woff2) format("woff2"), url(../fonts/apexsansboldt-webfont.woff) format("woff"), url(../fonts/apexsansboldt-webfont.ttf) format("truetype"), url(../fonts/apexsansboldt-webfont.svg#apexsansboldtregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: apexsansbooktregular;
    src: url(../fonts/apexsansbookt-webfont.eot);
    src: url(../fonts/apexsansbookt-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/apexsansbookt-webfont.woff2) format("woff2"), url(../fonts/apexsansbookt-webfont.woff) format("woff"), url(../fonts/apexsansbookt-webfont.ttf) format("truetype"), url(../fonts/apexsansbookt-webfont.svg#apexsansbooktregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: apexsansmediumtregular;
    src: url(../fonts/apexsansmediumt-webfont.eot);
    src: url(../fonts/apexsansmediumt-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/apexsansmediumt-webfont.woff2) format("woff2"), url(../fonts/apexsansmediumt-webfont.woff) format("woff"), url(../fonts/apexsansmediumt-webfont.ttf) format("truetype"), url(../fonts/apexsansmediumt-webfont.svg#apexsansmediumtregular) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    width: 100%
}

body,
html {
    height: 100%
}

body {
    background: white;
    font-family: apexsansbooktregular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /*   font-size: 62.5%; */
    overflow-x: hidden;
}

.wrapper {
    margin: auto;
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
    max-width: 75rem;
}

.widewrapper{
    margin: auto;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    max-width: 95rem;
}

header {
    background: #54575A;
    width: 100%;
    margin: 0;
    height: 85px;
    position: relative;
    z-index: 100;
}

.search-ctn {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3d3d3d;
    z-index: 200;
    display: none
}

.search__icon{
  float: right;
  position: absolute;
  right: 0;
  margin-right: 50px;
  color: #bbb;
  font-size: 27px !important;
}

.search__input {
    display: block;
    margin: 10px auto;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 30px;
    padding-top: 10px;
    line-height: 30px;
    outline: none;
    font-size: 16px;
    margin-top: 20px;
}

.search__input::placeholder{
    color: #bbb;
}

.logo {
    float: left;
    padding: 50px 0 0 20px;
    width: 128px;
    margin: 0;
    margin-right: 50px
}

.logo a {
    display: block
}

.top-menu {
    padding-top: 100px
}

.top-menu,
.top-menu .menu {
    float: left
}

.top-menu .search-btn {
    float: left;
    margin-left: 25px;
    padding: 0;
    display: block
}

.top-menu .search-btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-bottom: 6px
}

.top-menu li {
    list-style: none;
    float: left;
    margin-left: 25px;
    position: relative;
    z-index: 30
}

.top-menu li:first-child {
    margin-left: 0
}

.top-menu li.current-menu-item a{
    border-bottom: 1px solid #fff
}

.top-menu li ul {
    display: none
}

.top-menu a {
    color: #fff;
    font: 16px apexsansbooktregular;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 8px
}

.top-menu a:hover {
    border-bottom: 1px solid #fff
}

.home.slider {
    width: 100%;
/*     height: 750px; */
    max-height: 590px;
    overflow: hidden;
    margin-top: -85px;
}

.bx-viewport{
    margin-top: -2px;
}

.home.slider .bx-viewport,
.home.slider .bx-wrapper {
    height: 100%
}

.home.slider li {
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover
}

.slogan-container{
    position: absolute;
    width: 100%;
    top: 280px;
    text-align: center;
}

.slogan-overlay{
    color: #fff;
    font: 36px/38px apexsanslighttregular;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-bottom: 220px;
}

.slogan-overlay-big{
    color: #fff;
    font: 42px apexsansmediumtregular;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    }

.slogan-description{
   color: #fff;
    font: 19px apexsanslighttregular;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 260px;
    display: inherit;
}
/* 
.slogan-topright2{
    margin-bottom: 260px;
    margin-left: -60px;    
}

.slogan-bottomleft{
    text-align: left;
    margin-left: 50px;
    margin-right: 60px;    
}

.slogan-bottomright{
    margin-left: -60px;
} */

.slogan-center{
    text-align: center;
    margin-right: 0px !important;
}

.mission{
    background-color: #54575A;
    width: 100%;
    font: 22px apexsanslighttregular;
    color: white;
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;    
    margin-top: -2px;
}

.mstatement{
    max-width: 1200px;
    display: inline-block;
}
.main-links{
    background-color: #e6e6e6;
    padding-bottom: 50px;
}

.main-links ul {
    list-style: none
}

.main-links col {
/*     float: left;
    width: 33.33%;
 */ 
    text-align: center;
    height: 380px;
    padding: 60px 0
}

.main-links ul li div {
/*     display: table;
    height: 94px;
    width: 94px;
    border-radius: 50px;
    border: 1px solid #3d3d3d;
    margin: auto;
    text-align: center */
}

.main-links-container{
    text-align: center;
    background-color: white;    
    padding-bottom: 20px;
    margin-top: 35px;
}

.main-links-container-hg{
    margin-top: 35px;
    height: 400px;
}

.main-links-container-hgtext-container{
    text-align: center;
}

.main-links-container-hgtext{
  margin-top: -95px;
  width: 90%;
  display: inline-block;
  padding-bottom: 0px;
  min-height: 165px;
}

.main-link-img{
    width: 100%;
    /*  background-size: cover; */
    /*  height: 330px; */
}

.main-links ul li div span {
    display: table-cell;
    vertical-align: middle;
    margin: auto
}

.main-links ul li h2, .main-links-container h2 {
    color: #454647;
    font: 28px apexsansboldtregular;
    /* white-space: nowrap; */
    margin: 15px auto 0px;
    text-transform: uppercase;
}

.main-links ul li h3, .main-links-container h3 {
    color: #454647;
    font: 14px apexsansmediumtregular;
    max-width: 260px;
    margin: 0 auto;
    height: 36px;
    max-height: 36px;
    display: inline-block;
}

.main-links-container-hgtext h3{
    width: 90%;
}

.main-links ul li a, .main-links-container a {
    display: block;
    border: 1px solid #3d3d3d;
    color: #454647;
    font: 16px/38px apexsansbooktregular;
    height: 38px;
    max-width: 180px;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase
}

.greenguard{
    margin-top: 10px;
}

footer {
    background: #54575A;
    width: 100%;
    margin: 0;
}

footer .fund {
    height: 60px
}

.mgbutton{
border-radius:0px !important;
}

footer .fund p {
    float: left;
    font: 12px/60px apexsansbooktregular;
    color: #fff;
    padding-left: 20px;
    margin-right: 40px
}

footer .fund a {
    float: left;
    margin: 15px 40px 15px 0;
    display: block
}

footer .fund img {
    height: 30px;
    width: auto
}

footer .infos {
    padding: 20px;
    background: white;
}

footer .infos p {
    display: block;
    float: left;
    color: #000;
    font: 12px apexsansbooktregular
}

footer .infos .know-more {
    display: block;
    float: right;
    color: #fff;
    font: 14px apexsansbooktregular;
    text-decoration: none
}

footer .infos a{
    color: #000;
}

footer .infos a:hover{
    color: #000;
}

footer .infos a img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px
}

footer .navto {
    float: none;
    margin: auto;
    width: 240px;
    height: 20px;
    margin-top: -10px
}

footer .navto a,
footer .navto h2 {
    text-align: center
}

footer .navto a {
    display: inline-block;
    border: 2px solid #fff;
    font: 14px/36px apexsansbooktregular;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

footer .navto a:hover {
    background: #fff;
    color: #67696b
}

.footer-menu{
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-menu ul {
    list-style: none;
    padding-bottom: 35px
}

.footer-menu li {
    float: left
}

.footer-menu .menu>li {
    float: left;
    width: 25%;
}

.footer-menu li ul {
    margin-top: 20px;
    border-bottom: none;
    padding-bottom: 0;
    border-top: 1px solid #ffffffab;
    margin-right: 20%;
}

.footer-menu li ul ul {
    display: none
}

.footer-menu li li:first-child{
    margin-top: 20px;
}

.footer-menu li li {
    float: none;
    width: 100%
}

.footer-menu li a {
    color: white;
    text-decoration: none;
    font: 22px apexsansbooktregular;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
}

.footer-menu li a:hover {
    color: #cacaca;
}

.footer-menu li li a {
  font: 16px/20px apexsansbooktregular;
  line-height: 1.7;
}

.posts {
    position: relative
}

.posts nav {
    height: 100px;
    width: 100%;
    background: #3d3d3d;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.posts nav ul {
    list-style: none;
    text-align: center;
    height: 100%;
}

.posts nav li {
    display: inline-block;
    height: 38px;
    margin: 31px 10px;
    vertical-align: middle
}

.posts nav a {
    display: block;
    height: 38px;
    font: 14px/38px apexsansbooktregular;
    border: 1px solid #fff;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.posts article figure {
    text-align: center;
    position: relative;
    max-height: 675px;
    overflow: hidden
}

.posts article figure img {
    width: 100%;
    height: auto
}

.posts article figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20
}

.posts article figure figcaption div {
    display: table;
    width: 100%;
    height: 100%
}

.posts article figure figcaption span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font: 44px/50px apexsansbooktregular;
    text-shadow: 1px 1px 1px #3d3d3d
}

.posts article h2 {
    margin: 80px 0 25px;
    font: 34px apexsansmediumtregular;
    color: #3d3d3d
}

.posts article h3 {
    margin: 40px 0;
    font: 25px apexsansbooktregular;
    color: #4d861a;
    padding: 20px 0;
    border-top: 1px solid #4d861a;
    border-bottom: 1px solid #4d861a
}

.posts article .text {
    margin-bottom: 80px
}

.posts article .text p {
    color: #3d3d3d;
    font: 20px apexsansbooktregular;
    margin-bottom: 15px
}


.downloads h3 {
    font: 28px apexsanslighttregular;
    text-transform: uppercase;
    margin-top: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    cursor: pointer
}

.downloads h3,
.downloads h3 .wrapper {
    position: relative;
    width: 100%;
}

.downloads h3 .wrapper:after {
    content: "<";
    font: 50px/40px apexsanslighttregular;
    color: #3d3d3d;
    position: absolute;
    top: 0;
    right: 18px;
    transform: rotate(90deg);
    transition: all .3s
}

.downloads h3.active .wrapper:after {
    transform: rotate(-90deg)
}

.downloads h3 img {
    border-radius: 50px;
    border: 1px solid #3d3d3d;
    margin-right: 30px
}

.downloads .items {
    display: none
}

.downloads .item {
    background: #cbcbcb;
    padding: 5px 0;
    border-bottom: 1px solid #fff
}

.downloads .item a {
    display: block;
    font: 18px apexsanslighttregular;
    color: #3d3d3d;
    text-decoration: none
}

.downloads .item .wrapper {
    position: relative
}

.downloads .item .wrapper span {
    background: url(../images/download.png) no-repeat;
    width: 34px;
    height: 29px;
    position: absolute;
    top: 8px;
    right: 25px
}


.contacts .fa{
    color: #404040;
  margin-right: 5px;
}

#map-canvas {
    width: 100%
}

#map-canvas.active {
    height: 675px
}

.infoBox>img {
    display: none
}

.contacts h3 {
    font: 34px apexsansmediumtregular;
    color: #3d3d3d;
    margin-bottom: 10px
}

.contacts label,
.contacts p {
    font: 16px/24px apexsansbooktregular;
    color: #3d3d3d
}

.contacts p {
    margin: 10px 0
}

.contacts input,
.contacts textarea {
    width: 100%;
    background: #eaeaea;
    font: 16px/30px apexsansbooktregular;
    color: #3d3d3d;
    border: none;
    resize: none
}

.contacts .captcha-948 input {
    width: 100px
}

.contacts .wpcf7-not-valid-tip {
    font: 12px apexsansbooktregular
}

.contacts input[type=submit] {
    font: 14px/26px apexsansbooktregular;
    width: 96px;
    height: 28px;
    border: 1px solid #3d3d3d;
    text-transform: uppercase;
    outline: 0
}

div.wpcf7-validation-errors {
    font: 12px apexsansbooktregular;
    color: red;
    border: none;
    margin: 0;
    padding: 0
}

.categories {
    width: 100%
}

.categories article {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.categories article a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block
}

.categories article img {
    display: inline-block;
    margin: 50px auto 10px
}

.categories article h2 {
    font: 36px apexsansbooktregular;
    margin-bottom: 7px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    display: inline-block
}

.categories article h3 {
    font: 16px apexsansbooktregular;
    display: inline-block;
    width: 320px
}

.category {
    width: 100%;
    min-height: 934px;
    overflow: hidden;
}

.category .wrapper {
    position: relative
}

.category .abs {
    width: 100%;
    position: absolute;
    top: 50px
}

.category .center {
    text-align: center;
    margin-top: 50px;
}

.category nav {
    display: inline-block
}

.category nav a {
    display: inline-table;
    float: left;
    padding: 0 40px 40px;
    background: url(../images/lines-marker.png) no-repeat center 120px
}

.category nav a.active {
    background: url(../images/lines-marker-active.png) no-repeat center 120px;
    border-bottom: none
}

.category article {
    float: left;
    width: 100%;
    height: 934px;
    padding-top: 235px;
    background-repeat: no-repeat;
    background-size: cover
}

.category article h3 {
    padding: 0 60px;
    font: 22px apexsansbooktregular;
    color: #fff
}

.category article .child-collection {
    margin-top: 40px
}

.category article .child-collection a {
float: left;
  width: 32% !important;
  text-align: center;
  text-decoration: none;
  width: 330px;
  height: 60px;
  font: 18px/60px apexsansbooktregular;
  color: #333;
  background-color: #ffffffc4;
  margin-right: 17px;
  margin-bottom: 27px;
}

.category article .child-collection a:nth-child(3n) {
    margin-right: 0
}

.breadcrumbs {
    width: 100%;
    padding: 15px 0 0px;
}

.breadcrumbs a,
.breadcrumbs span {
    font: 12px apexsansbooktregular;
    text-transform: uppercase;
    color: #3d3d3d
}

.breadcrumbs h2 {
    font: 30px apexsansbooktregular;
    text-transform: uppercase;
    color: #3d3d3d;
    margin: 30px 0 0
}

.breadcrumb_title{
    font: 12px apexsansboldtregular !important;
}

.collection .description {
    font: 22px apexsansbooktregular;
    color: #68696c;
    margin: 20px 0 50px
}

.collection ul {
    list-style: none;
    margin-top: 55px
}

.collection li {
    width: 16.66%;
    float: left;
    padding: 0 6px;
    margin-bottom: 30px
}

.collection li a {
    font: 14px apexsansboldtregular;
    text-decoration: none;
    color: #3d3d3d;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.collection li img {
    display: block;
    width: auto;
    height: 421px;
    margin-bottom: 15px
}

.product {
    margin-bottom: 105px
}

.product nav {
    margin: 10px 0 20px
}

.product nav a,
.product nav span {
    font: 12px apexsansbooktregular;
    color: #3d3d3d;
    text-transform: uppercase
}

.product h2 {
    font: 30px/38px apexsansbooktregular;
    color: #3d3d3d;
    width: 100%;
    padding-bottom: 11px;
}

.product .backto {
    display: block;
    font: 12px/38px apexsansbooktregular;
    color: #3d3d3d;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: right
}

.product .backto:hover {
    text-decoration: underline
}

.product aside {
    width: 20%;
    float: left;
}

.product aside figure,
.product aside img {
    width: 100%;
    max-width: 230px;
}

.product.technical aside figure,
.product.technical aside img {
    width: auto;
    height: auto
}

.product article {
    width: 76%;
    float: right;
}

.product.technical article p {
    font: 12px/16px apexsansbooktregular;
    color: #3d3d3d
}

.product.technical article a {
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    font: 16px apexsansboldtregular;
    display: inline-block;
    padding: 12px 6px;
    margin: 24px 0
}

.product article table {
/*     border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d */
    width: 100%;
}

.product article table tr {
    /* border-top: 1px solid #ededed */;
}

.product article table tr:first-child {
    border-top: none
}

.product article table td,
.product article table th {
    padding: 15px 0
}

.product article th {
    width: 80px;
/*     text-transform: uppercase; */
    font: 14px apexsansbooktregular
}

.product_uppercase{
    text-transform: uppercase;  
}

.product_title{
    font: 18px apexsansmediumtregular !important;
  text-transform: uppercase;
  margin-right: 4px;
}

.product_subdesc{
  font: 18px apexsansbooktregular !important;
  color: #68696c;
  margin-top: 10px;
  margin-bottom: 30px;
}

.product article table a{
    color: #3d3d3d;
}

.product article table td,
.product article th {
    text-align: left;
    color: #68696c;
    vertical-align: middle
    width: 780px;
}

.product article table td {
    padding-left: 20px;
    font: 18px apexsansboldtregular;
    padding-left: 24px;
    background-color: #f5f5f5;
    border-bottom: 4px solid #fff;
}

.product article td a {
    color: #68696c;
    text-decoration: none;
    font: 13px apexsansmediumtregular;
    display: inline-block;
  padding: 7px;
  padding-right: 7px;
  padding-left: 5px;
    text-transform: uppercase;
}

.product article .systems img {
   /*  margin: 0 20px 0 0 */
}

.product article .systems .floatright {
    float: right;
    text-align: right
}

.product article .photos a {
    background: none;
    padding: 0
}

.product article .photos img {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    margin: 0 7px 14px 0;
}

.product article .related {
  background-color: #fff;
  padding: 0px;
  padding-top: 10px;
}

.product article .related img {
    width: 100px;
    height: 100px;
    border-radius: 0px;
    margin: 0 7px 5px 0;
}

.product article .studio-link {
    text-align: left;
    margin-left: 90px
}

.studio_container{
    text-align: left;
    margin-top: 15px;
}

.product article .studio-link a {
    text-transform: uppercase;
    text-decoration: none;
    background: #67696b;
    border: 1px solid #67696b;
    color: #fff;
    font: 14px apexsansboldtregular;
    display: inline-block;
    padding: 12px 24px;
    margin: 20px 12px
}

.product article .studio-link a:hover {
    background: #fff;
    color: #67696b
}

.product_td_info{
    background-color: #fff !important;
    padding: 0px !important;
    font: 18px apexsansbooktregular !important;
    padding-top: 20px !important;
}

.product_td_info a{
    text-transform: none !important;
    margin-right: 0px !important; 
    font: 18px apexsansboldtregular !important;
}

.black-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 100
}

.video-lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -281px 0 0 -500px;
    background: #000;
    z-index: 101
}

.video-lightbox .close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #fff;
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font: 14px/30px apexsansbooktregular
}

.video-lightbox .close:hover {
    background: #ccc
}

.overlay {
    background: #000;
    cursor: pointer;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 12px;
    z-index: 1001
}

.f-lightbox {
    width: 624px;
    min-height: 500px;
    margin: -250px 0 0 -312px
}

.c-lightbox h3,
.f-lightbox h3 {
    text-transform: uppercase;
    color: #3d3d3d;
    font: 16px apexsansbooktregular;
    text-align: center;
    margin-bottom: 30px
}

.f-lightbox p {
    color: #3d3d3d;
    font: 14px apexsansbooktregular;
    text-align: center;
    margin: 10px 0
}

.f-lightbox img {
    width: 600px;
    height: 410px;
    overflow: hidden
}

.c-lightbox {
    width: 324px;
    min-height: 500px;
    margin: -250px 0 0 -162px;
    overflow: hidden
}

.c-lightbox img {
    max-width: 100%
}

.g-lightbox {
    width: 624px;
    min-height: 500px;
    margin: 0 0 0 -312px;
    top: 50px
}

.g-lightbox .bx-wrapper {
    position: relative
}

.g-lightbox .bx-viewport,
.g-lightbox .bx-wrapper,
.g-lightbox .lightbox-slider {
    height: 100%
}

.g-lightbox ul {
    list-style: none
}

.g-lightbox li {
    float: left;
    text-align: center
}

.g-lightbox li img {
    max-width: 100%;
    max-height: 600px
}

.g-lightbox h4 {
    color: #3d3d3d;
    font: 700 14px apexsansbooktregular;
    text-align: center;
    margin: 10px 0
}

.g-lightbox .bx-controls {
    position: absolute;
    top: 47%;
    z-index: 100;
    width: 100%
}

.g-lightbox .bx-controls .bx-prev {
    position: absolute;
    display: block;
    left: 0;
    width: 50px;
    height: 30px;
    background: #fff url(../images/prev.png) no-repeat 50%
}

.g-lightbox .bx-controls .bx-next {
    position: absolute;
    display: block;
    right: 0;
    width: 50px;
    height: 30px;
    background: #fff url(../images/next.png) no-repeat 50%
}

.lightbox .close {
    text-decoration: none;
    text-transform: uppercase;
    color: #3d3d3d;
    font: 16px apexsansbooktregular;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 100
}

.s-lightbox {
    width: 830px;
    height: auto;
    margin: -325px 0 0 -415px
}

.s-lightbox h3 {
    text-transform: uppercase;
    color: #3d3d3d;
    font: 26px/26px apexsansboldtregular;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3d3d3d;
    width: 100%
}

.s-lightbox h3 img {
    height: 26px;
    width: auto;
    margin-right: 10px
}

.s-lightbox h3 img,
.s-lightbox h3 span {
    display: inline-block;
    vertical-align: middle
}

.s-lightbox aside {
    width: 300px;
    float: left;
    margin: 0 50px;
    padding-top: 25px
}

.s-lightbox aside p {
    color: #3d3d3d;
    font: 14px apexsansbooktregular
}

.s-lightbox .technicals {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0;
    margin-left: 36px;
    margin: 20px 0
}

.s-lightbox article {
    width: 340px;
    float: left
}

.s-lightbox article p {
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
    color: #3d3d3d;
    font: 16px apexsansbooktregular
}

.s-lightbox article p span {
    font: 12px apexsansbooktregular
}

.s-lightbox article p:first-child {
    border-top: none
}

.s-lightbox article p strong {
    font: 24px apexsansboldtregular
}

.s-lightbox .files {
    text-align: center
}

.s-lightbox .files a {
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    font: 16px apexsansboldtregular;
    display: inline-block;
    padding: 12px 6px;
    margin: 0 12px
}

.studio-lightbox {
    width: 1000px;
    min-height: 500px;
    top: 50px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;
    position: absolute
}

.studio-lightbox h2 {
    font: 32px/1 apexsansbooktregular;
/*     text-shadow: 1px 1px 2px #333; */
    width: 664px
}

.studio-lightbox h2,
.studio-lightbox h3 {
    text-align: center;
    padding: 15px 0;
    display: block;
    text-transform: uppercase
}

.studio-lightbox h3 {
    font: 16px/1 apexsansbooktregular
}

.studio-lightbox .bx-wrapper {
    position: relative
}

.studio-lightbox .lightbox-slider {
    float: left;
    width: 664px;
    overflow: hidden
}

.studio-lightbox .bx-viewport,
.studio-lightbox .bx-wrapper,
.studio-lightbox .lightbox-slider {
    height: 100%
}

.studio-lightbox ul {
    list-style: none
}

.studio-lightbox .lightbox-slider li {
    float: left;
    text-align: center
}

.studio-lightbox li img {
    max-width: 100%;
    max-height: 600px
}

.studio-lightbox li h4 {
    margin: 10px 0;
    font-size: 12px
}

.studio-lightbox .bx-controls {
    position: absolute;
    top: 47%;
    z-index: 100;
    width: 100%
}

.studio-lightbox .bx-controls .bx-prev {
    position: absolute;
    display: block;
    left: 0;
    width: 50px;
    height: 30px;
    background: #fff url(../images/prev.png) no-repeat 50%
}

.studio-lightbox .bx-controls .bx-next {
    position: absolute;
    display: block;
    right: 0;
    width: 50px;
    height: 30px;
    background: #fff url(../images/next.png) no-repeat 50%
}

.studio-lightbox aside {
    color: #fff;
    background: #67696b;
    width: 300px;
    float: right;
    padding: 12px;
    height: 50vh;
    overflow: auto
}

.studio-lightbox aside a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    border: 1px solid #67696b
}

.studio-lightbox aside ul ul a.active,
.studio-lightbox aside ul ul a:hover {
    border: 1px solid #fff
}

.studio-lightbox aside>ul {
    margin-bottom: 12px
}

.studio-lightbox aside ul ul {
    padding-left: 20px
}

.news {
    padding-bottom: 90px
}

.news figure {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 276px
}

.news article {
    float: left;
    width: 65%;
    margin-top: 65px
}

.news article h3 {
    color: #3d3d3d;
    font: 34px/36px apexsansmediumtregular;
    text-transform: uppercase
}

.news article time {
    display: block;
    color: #3d3d3d;
    font: 15px apexsansmediumtregular;
    margin-bottom: 32px
}

.news article .text p {
    color: #3d3d3d;
    font: 15px apexsansbooktregular;
    margin-bottom: 12px
}

.news aside {
  overflow: hidden;
  float: left;
  width: 30%;
  margin-top: 40px;
  border-left: 1px solid #aea58d;
  padding: 0 12px 24px;
  height: 400px;
  margin-left: 20px;
  position: relative;
}

.news .scrollbar {
    right: 10px;
    position: absolute;
    width: 6px;
    z-index: 100
}

.news .track {
    height: 100%;
    position: relative;
    width: 6px
}

.news .thumb {
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 5px
}

.news .thumb,
.news .thumb .end {
    background: #777;
    overflow: hidden;
    width: 6px
}

.news .thumb .end {
    height: 5px
}

.news .disable {
    display: none
}

.news .viewport {
    min-height: 100%;
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.news .overview {
    width: 100%;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0
}

.news aside a {
    display: block;
    text-decoration: none
}

.news aside h3 {
    color: #838383;
    font: 18px/24px apexsansboldtregular;
    border-top: 1px solid #aea58d;
    padding-top: 24px;
    padding-bottom: 12px
}

.news aside .active h3 {
    color: #000
}

.news aside h3:first-child {
    border-top: none
}

.news aside time {
    color: #838383;
    font: 14px apexsansbooktregular;
    display: block;
    padding-bottom: 24px
}

.news aside .active time {
    color: #000
}

.news nav {
    width: 700px
}

.news nav a {
    display: block;
    color: #91908e;
    font: 20px apexsansbooktregular;
    text-decoration: none
}

.news nav .prev {
    background: url(../images/prev.png) no-repeat 0 8px;
    padding-left: 40px;
    float: left
}

.news nav .next {
    background: url(../images/next.png) no-repeat 40px 8px;
    padding-right: 40px;
    float: right
}

.entry-map {
    display: inline-block;
    background: #68696d;
    height: 100%;
    width: 100%
    text-align: -webkit-center;
}

.entry-map .wrapper {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #67696b;
    width: 938px;
    height: 726px
}

.entry-map .selector {
  background: #fff;
  cursor: pointer;
  margin-top: 15px;
  padding: 5px;
}

.entry-map .selector .select {
    color: #67696b;
    font: 14px/28px apexsansbooktregular;
    display: block;
    padding-left: 20px;
    position: relative
}

.entry-map .selector .select:after {
    position: absolute;
    right: 10px;
    top: 10px;
    border-top: 8px solid #67696b;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: ""
}

.entry-map .selector ul {
    list-style: none;
    background: #fff
}

.entry-map .selector a {
    padding-left: 20px;
    text-align: left;
    display: block;
    width: 100%;
    text-decoration: none
}

.entry-map .selector a img {
    display: inline-block;
    vertical-align: middle
}

.entry-map .selector a span {
    color: #67696b;
    font: 14px/28px apexsansbooktregular;
    text-align: left;
    vertical-align: middle;
    padding-left: 6px
}

.entry-map .selector a:hover {
    background: #ccc
}

.entry-map h2 {
    background: #68696d;
    text-align: center
}

.entry-map h2 a {
    display: inline-block;
    border: 2px solid #fff;
    font: 14px/36px apexsansbooktregular;
    text-align: center;
    padding: 0 62px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}

.entry-map h2 a:hover {
    background: #fff;
    color: #67696b
}

.search__container {
    width: 100%;
}

.search-form-wrap {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    margin-bottom: 50px
}

.search-form-wrap .search__input {
    margin: 0 auto;
    font-size: 24px;
    padding: 30px;
}

.search__item {
    margin-bottom: 20px;
}

.search__title {
    display: block;
    font: 18px apexsanslighttregular;
    color: #3d3d3d;
    text-decoration: none
}

.search__main-title {
    font: 48px/50px apexsanslighttregular;
    color: #cbcbcb;
    text-transform: uppercase;
    margin-top: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb
}

.systems {
    padding: 15px 0;
    background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 50vh;
  border-bottom: 3px solid #f5f5f5 !important;
  background-color: #fff !important;
  padding-bottom: 14px !important;
}

.systems a {
    text-decoration: none
}

.servicesCats__item {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.servicesCats__aside {
    width: 35%;
    text-align: center;
    padding: 0 40px 40px 0;
    position: relative
}

.servicesCats__aside:after {
    content: "";
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 3px solid #fff
}

.servicesCats__aside.selected:after {
    border-left: none;
    background-image: url(../images/systems-line.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0
}

.servicesCats__title {
    color: #fff;
    font: 36px apexsansbooktregular
}

.servicesCats__main {
    width: 65%;
    padding-left: 10%;
    display: none
}

.servicesCats__main.selected {
    display: block
}

.productArticle{
    height: 270px;
    background-size: cover;
}

.productArticle h2{
    color: white;
    font: 18px apexsansmediumtregular;
}

.productArticleDesc{
    padding: 20px;
    font-size: 12px;
}

.productArticle .icon{
    margin-top: 150px;
}

.productCategories__item {
    list-style: none
}

.productCategories__image {
    display: inline-block;
    height: 20px;
    width: 20px
}

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

.productCategories__title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    color: #fff;
    font: 24px apexsansbooktregular;
    text-transform: uppercase
}

.productCategories__description {
    color: #fff;
    font: 16px apexsansbooktregular;
    margin: 32px auto
}

.collections__item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 72px
}

.system__details__button {
    cursor: pointer
}

.system-img{
    width: 50px;
    padding: 10px;
    padding-left: 0px;
    padding-top: 5px;
}

.system-title{
    font-size: 18px;
    margin-right: 20px;
}

.lightbox-system-details {
    width: 50vw;
    height: 80vh;
    left: 25vw;
    top: 10vh;
    padding: 25px;
    overflow-x: hidden;
    overflow-y: auto
}

.system__title {
    color: #3d3d3d;
    font: 32px apexsansbooktregular;
    text-transform: uppercase
}

.system__layers,
.system__title {
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 32px
}

.system__icons {
    list-style: none;
    margin-bottom: 32px
}

.system__icons li {
    display: inline-block;
    margin-right: 16px
}

.system__icons img {
    width: 32px;
    height: 32px
}

.system__legend {
    color: #3d3d3d;
    font: 16px apexsansbooktregular;
    margin-bottom: 16px
}

.system__products {
    list-style: none
}

.system__products li {
    display: inline-block;
    margin: 0 16px 16px 0
}

.system__products a {
    color: #3d3d3d;
    font: 16px apexsansbooktregular
}

.graybg{
	background-color: #696969 !important;
}

.container{
    max-width: 95% !important;
}

.container-home{
	padding: 25px;
}

.subsubcats{
    width: 32%; margin-right:17px;
    float: left;
    text-align: center;
    color:black;
    border: 1px solid #cacaca;
    padding: 10px;
    color: #333;
    font-size: 18px;
    background-color: #f9f9f9;
}

.subsubcats a{
    color: black;
}

.subcatshtml{
    width:100%; display:inline-flex; margin-top:30px; clear:both;
    
}

.homelogo{
  background-image: url(../images/corkart-horizontal-logo.png);
  width: 150px;
  height: 50px;
  margin-left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footerlogo{
  background-image: url(../images/corkart-horizontal-logo.png);
  width: 150px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.homemap{
	background-image: url(../images/map.gif);
  width: 100%;
  max-width: 706px;
  height: 355px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-menu{
    position: absolute;
    right: 100px;
    font-size: 18px;
    list-style: none;
    margin-top: 2px;
}

.header-menu a{
    color: white;
    text-transform: uppercase;
}

.header-menu ul {
    list-style: none
}

.header-menu ul li {
    float: left;
    margin-right: 30px;
    margin-top: 2px;
}

#menu-top-menu{
  margin-top: 20px;
}

#menuToggle{
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input:not(#s){
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2;
  
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: white;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.2s ease;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}

.mobile_search{
    background: none;
    border-bottom: 1px solid #7b7b7b;
    border-radius: 0px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
}

.strong-view.modern .testimonial-image img{
    border: 5px solid #cacaca;
}

.newsletter{
    margin-top: 20px;
    border: 0px solid red;
}

.newsletter input{
    padding: 10px;
    border: 0px;
}

.mc4wp-notice{
    color: #fff;
  padding: 10px;
  padding-left: 0px;
  text-align: left;
}


#menu-top-menu{
    width: 100vmin;
    right: -100vmin;
   /*  min-height: calc(100vmax - 85px); */
    padding: 30px;
    display: inline-table;
    position: absolute;
    overflow: hidden;
    margin-top: 60px;
    padding-top: 35px;
    background: #535353e6;
    list-style-type: none;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    z-index: 100000;
}

.menu-top-menu-open{
    right: -1px !important;
    min-height: calc(100vmax - 85px);
}

.current-menu-item{
    font-weight: 600;
}

.menu-opener{
    color: white;
    float: right;
    cursor: pointer;
}

#menu ul .sub-menu{
    max-height: 0;
    margin-left: 20px;
    overflow-y: hidden;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#menu-top-menu, .submenu-open {
    max-height: 1000px !important;
}

#menu li{
  padding: 8px 0;
  font-size: 18px;
  list-style: none;
}

#menu ul .sub-menu a{
    font-size: 18px;
}

#menu a{
    color: white;
    text-transform: uppercase;
}

.sub-menu-social{
  margin-top: 0px !important;
  border: 0px !important;
}

.submenu-opener{
    float: right;
}

.submenu-opener i{
    color: white;
}

.submenu-countries li{
    padding: 2px !important;
}

.submenu-countries{
    max-height: 0;
    margin-left: 20px;
    margin-top: 25px;
    overflow-y: hidden;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    height: calc(100vmin - 490px);
    height: -webkit-calc(100vmin - 490px); /* google, safari */
    height: -moz-calc(100vmin - 490px); /* firefox */
    overflow-y: scroll;
}

.submenu-countries-title{
    margin-top: 5px;
}

.submenu-countries-title a{
    text-transform: none !important;
}

#menuToggle input:checked ~ ul{
  transform: none;
}

.slide-selector-container{
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    margin-top: 540px;
    z-index: 10000;
}

.bx-controls{
    position: absolute;
    width: 100%;
    top: 555px;
    text-align: center;
}

.bx-pager-link{

}

.bx-pager{
    text-align: center;
    display: inline-block;
}

.bx-pager-item, .bx-pager-link{
    width: 35px;
    height: 6px;
    background-color: #fff6;
    float: left;
    margin-right: 8px;

}

.active{
    background-color: #fff;
    display: inline-block;
    color: black !important;
/*     width: 35px; height: 6px; */
}

.slider-selector{
    width: 55px;
    height: 8px;
    background-color: #ffffff70;
    margin-right: 3px;
    display: inline-block;
}

.slider-current{
   background-color: #ffffff; 
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

#menu-top-menu-1 > .submenu-countries-title{
    display: none;
}

.disable_hscroll {
  position: relative;
  overflow: hidden;
  width: 100%; }

@media (max-width: 320px){
	.entry-map h2 a{
		padding: 0px 34px;
	}
	.homemap{
		background-size: contain;
	}
}

@media (max-width: 575px) {

    .subsubcats{
        width: 100%;
        margin-bottom: 10px;
    }

    .subcatshtml{
        display: block;
    }

    .product-imageh{
        height: 460px;
        background-size: cover !important;
    }

    .hprightcol{
        text-align: center;
    }

    #homepagemap ul{
        font-size: 24px;
        text-align: center;
    }

    .sug_country a{
        font-size: 26px;
    }

    #homepagemap button{
        font-size: 22px;
    }

    .product article .related img{
        width: 160px;
        height: 220px;
        border-radius: 0px;
        margin: 5px 7px 3px 9px;
    }

    .product article .photos img{
        width: 150px;
        height: 150px;
        border-radius: 5px;
        margin: 7px;
    }
    
    .studio_container{
        text-align: center;
    }

    .product_subdesc{
        padding: 15px;
        padding-bottom: 0px;
    }

    .product article table td, .system-title{
        font-size: 18px;
        padding: 10px;
    }

    .product_td_info{
        padding: 20px !important;
    }

    .system-img{
        width: 50px;
        padding: 10px;
    }

    .product aside figure,
    .product aside img {
        max-height: 400px;
    }

    .product article{
        margin-left: 0px;
    }

    .studio-lightbox{
        width: 100%;
        min-height: 500px;
        top: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        margin-left: 0;
    }

    .studio-lightbox h2, .studio-lightbox h3{
        text-align: center;
        padding: 15px 0;
        display: block;
    }

    .studio-lightbox h2{
        width: 100%;
    }

    .studio-lightbox .lightbox-slider{
        width: 100%;
    }

    .studio-lightbox aside{
        color: #fff;
        background: #67696b;
        width: 100%;
        float: right;
        padding: 12px;
        height: 70vh;
        overflow: auto;
    }

    #menu-top-menu{
        left: -100vmin;
    }

    .menu-top-menu-open{
        left: 0px !important;
    }

    .category .abs{
        width: auto;
    }

    .posts article figure figcaption span{
        font: 22px apexsansbooktregular;
    }

    .news nav, .news article{
        width: 100%;
    }

    .posts nav, .news aside{
        display: none;
    }

    .wrapper, .widewrapper{
        padding: 0px 10px 10px 10px;
    }

    .slogan-overlay-big{
        font: 28px apexsansmediumtregular;
    }

    .collection li{
        width:50%;
    }

    .contacts input[type=submit]{
        font: 26px apexsansbooktregular;
        width: 100%;
        margin-top: 20px;
        height: 68px;

    }

    .product h2{
        font-size: 24px;
        padding-top: 10px;
        text-align: center;
        background-color: #3d3d3d;
        color: #fff;
        margin-bottom: 5px;
    }

    .product aside{
        width: 100%;
    }

    .product article table{
        border: 0px;
    }

    .product article{
        width: 100%;
    }

    .category .center{
        margin-top: 0;
    }

    .category{
        min-height: auto;
    }

    .category article{
        height: auto;
    }

    .category article h3{
        padding: 0 0 30px;
        float: right;
    }

    .category article .child-collection a{
        width: 100% !important;
    }


    .cat-image{
        width: 100px;
        height: 91px;
    }

    .category nav a{
        margin-bottom: 10px;
        padding: 0 0 0 10px;
    }

    #menu-top-menu{
        background: #535353f5 !important;
        height: 100vmin;
        overflow-y: scroll;
        display: inline-block;
    }
    .submenu-countries{height:auto !important;}
    .menu-top-menu-open{right: 0px !important;}
	.homemap{height: 265px;}
    .downloads h3{ font-size: 18px; margin-top:16px;}
    .downloads .item a{ font-size: 12px; color: black; }
    .downloads .item .wrapper span{
        width: 25px;
        height: 20px;
        background-size: contain;
        position: absolute;
        top: 6px;
        right: 0px;
    }
    .header-menu{
        display: none;
    }
    .home.slider li{
        height: 400px !important;
        background-position: center center;
    }
    .slogan-container{
        text-align: center;
        top: 150px;
        padding: 0px 10px 0px 10px;
    }

    .slogan-overlay{
        font: 19px apexsanslighttregular;
        margin-bottom: 30px !important;
        margin-right: 0px;
        max-width: 200px;
        text-align: center;
    }

    .mission{
        padding: 40px;
        padding-top: 35px;
        padding-bottom: 35px;
        font-size: 18px;
    }

    .main-links-container-hg{
        height: 290px;
        background-position: center center;
        background-size: cover;
    }

    .main-links-container-hgtext{
        width: 100%;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .slogan-topright2{
        margin-bottom: 0px !important;
    }
    .slogan-bottomleft, .slogan-bottomright, .slogan-topright2{
        margin-left: auto !important;
    }

    .bx-controls{
        top: 365px;
    }

    .bx-pager-item, .bx-pager-link{
        width: 30px;
        height: 6px;
    }

    .footer-menu{
        padding-left: 30px;
        padding-right: 0px;
    }

    .footer-menu .menu>li{
        width: 50%;
        margin-bottom: 70px;
    }

    .about_corkart_footer{
        /* width: 100% !important; */
    }

     .about_corkart_footer_search{
        width: 90% !important;
    }   

    .footer-menu li ul{
        margin-right: 20% !important;
    }

    footer .fund{
        height: auto !important;
        padding-bottom: 20px !important;
        display: inline-table !important;
    }

    .footer-menu ul{
        padding-bottom: 0px !important;
    }

    footer .fund a {
      float: left !important;
      margin: 10px 20px 5px 10px !important;
      display: block !important;
    }

}

@media only screen and (max-width: 737px) and (orientation:landscape) {
    .main-links ul li h2, .main-links-container h2{
        font: 18px apexsansboldtregular;
    }
    .main-links ul li h3, .main-links-container h3{
        width: 100%;
    }
    .main-links ul li a, .main-links-container a{
        width: 130px;
        font: 12px/38px apexsansbooktregular;
    }
    .bx-controls{
        top: 553px;
    }
}

@media (min-width: 1600px){
    .home.slider { max-height: 1000px; }
    .slogan-container{ top: 380px !important; }
    .slogan-overlay{ margin-bottom: 50px; }
    .bx-controls{top:710px;}
}

@media (max-width: 1200px) {
    .homemap{ height: 402px;}
    .slogan-overlay{ margin-bottom: 200px; }
}

@media (min-width: 768px){
    #menu-top-menu {
      width: 35vmin;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */



/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .product aside{ width: 20%; }
    .product article{ width: 75%;}

    #menu-top-menu{   
        width: 40vmin;
        min-width: 300px;
    }

    .studio-lightbox{
        width: 100%;
        min-height: 500px;
        top: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        margin-left: 0;
    }

    .studio-lightbox h2, .studio-lightbox h3{
        text-align: center;
        padding: 15px 0;
        display: block;
    }

    .studio-lightbox h2{
        width: 100%;
    }

    .studio-lightbox .lightbox-slider{
        width: 100%;
    }

    .studio-lightbox aside{
        color: #fff;
        background: #67696b;
        width: 100%;
        float: right;
        padding: 12px;
        height: 70vh;
        overflow: auto;
    }

}

.ilightbox-holder .ilightbox-container .ilightbox-caption{
    top: 0 !important;
    bottom:  auto !important;
}

.ilightbox-container{
    overflow: none !important;
    -webkit-overflow-scrolling: no !important;
}

.ilightbox-noscroll{
    overflow: hidden !important;
    height: 100vh !important;
}

.ilightbox-overlay{
    opacity: 1 !important;
}

/* 
.ilightbox-holder.metro-white{
    left: 0 !important;
}

.ilightbox-overlay.metro-white{
    opacity: 1 !important;
}

.ilightbox-holder div.ilightbox-container{
    width: 100% !important;
    height: auto !important;
} */

/* .ilightbox-container {
  overflow: hidden !important;
  height: auto !important;
} */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .main-links ul li h3, .main-links-container h3{
        width: 90%;
    }

    .main-links ul li h2, .main-links-container h2{
          font: 21px apexsansboldtregular;
    }

    .header-menu ul li{
        margin-right: 10px;
    }

}

/* .ilightbox-holder .ilightbox-container .ilightbox-caption{
    position: relative !important;
    background-color: #f0f0f0 !important;
    padding: 2px !important;
    font-size: 16px !important;
} */

/* 
.inner-wrap {
  padding:2.5em constant(safe-area-inset-right) 2.5em constant(safe-area-inset-left);
} */


/* IMAGE LIGHTBOX SELECTOR */

        #imagelightbox
        {
            cursor: pointer;
            position: fixed;
            z-index: 10000;

            -ms-touch-action: none;
            touch-action: none;
        }


        /* ACTIVITY INDICATION */

        #imagelightbox-loading,
        #imagelightbox-loading div
        {
            border-radius: 50%;
        }
        #imagelightbox-loading
        {
            width: 2.5em; /* 40 */
            height: 2.5em; /* 40 */
            background-color: #444;
            background-color: rgba( 0, 0, 0, .5 );
            position: fixed;
            z-index: 10003;
            top: 50%;
            left: 50%;
            padding: 0.625em; /* 10 */
            margin: -1.25em 0 0 -1.25em; /* 20 */

            -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
            box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
        }
            #imagelightbox-loading div
            {
                width: 1.25em; /* 20 */
                height: 1.25em; /* 20 */
                background-color: #fff;

                -webkit-animation: imagelightbox-loading .5s ease infinite;
                animation: imagelightbox-loading .5s ease infinite;
            }

            @-webkit-keyframes imagelightbox-loading
            {
                from { opacity: .5; -webkit-transform: scale( .75 ); }
                50%  { opacity: 1;  -webkit-transform: scale( 1 ); }
                to   { opacity: .5; -webkit-transform: scale( .75 ); }
            }
            @keyframes imagelightbox-loading
            {
                from { opacity: .5; transform: scale( .75 ); }
                50%  { opacity: 1;  transform: scale( 1 ); }
                to   { opacity: .5; transform: scale( .75 ); }
            }


        /* OVERLAY */

        #imagelightbox-overlay
        {
            background-color: #fff;
            background-color: rgba( 255, 255, 255, .9 );
            position: fixed;
            z-index: 9998;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }


        /* "CLOSE" BUTTON */

        #imagelightbox-close
        {
            width: 2.5em; /* 40 */
            height: 2.5em; /* 40 */
            text-align: left;
            background-color: #666;
            border-radius: 50%;
            position: fixed;
            z-index: 10002;
            top: 2.5em; /* 40 */
            right: 2.5em; /* 40 */

            -webkit-transition: color .3s ease;
            transition: color .3s ease;
        }
        #imagelightbox-close:hover,
        #imagelightbox-close:focus { background-color: #111; }

            #imagelightbox-close:before,
            #imagelightbox-close:after
            {
                width: 2px;
                background-color: #fff;
                content: '';
                position: absolute;
                top: 20%;
                bottom: 20%;
                left: 50%;
                margin-left: -1px;
            }
            #imagelightbox-close:before
            {
                -webkit-transform: rotate( 45deg );
                -ms-transform: rotate( 45deg );
                transform: rotate( 45deg );
            }
            #imagelightbox-close:after
            {
                -webkit-transform: rotate( -45deg );
                -ms-transform: rotate( -45deg );
                transform: rotate( -45deg );
            }


        /* CAPTION */

        #imagelightbox-caption
        {
            text-align: center;
            /* color: #fff;
            background-color: #666; */
            position: fixed;
            z-index: 10001;
            left: 0;
            right: 0;
            bottom: 0;
            padding-bottom: 0.625em; /* 10 */
        }


        /* NAVIGATION */

        #imagelightbox-nav
        {
            background-color: #444;
            background-color: rgba( 0, 0, 0, .5 );
            border-radius: 20px;
            position: fixed;
            z-index: 10001;
            left: 50%;
            bottom: 3.75em; /* 60 */
            padding: 0.313em; /* 5 */

            -webkit-transform: translateX( -50% );
            -ms-transform: translateX( -50% );
            transform: translateX( -50% );
        }
            #imagelightbox-nav button
            {
                width: 1em; /* 20 */
                height: 1em; /* 20 */
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 50%;
                display: inline-block;
                margin: 0 0.313em; /* 5 */
            }
            #imagelightbox-nav button.active
            {
                background-color: #fff;
            }


        /* ARROWS */

        .imagelightbox-arrow
        {
            width: 3.75em; /* 60 */
            height: 7.5em; /* 120 */
            background-color: #444;
            background-color: rgba( 0, 0, 0, .5 );
            vertical-align: middle;
            display: none;
            position: fixed;
            z-index: 10001;
            top: 50%;
            margin-top: -3.75em; /* 60 */
        }
        .imagelightbox-arrow:hover,
        .imagelightbox-arrow:focus  { background-color: rgba( 0, 0, 0, .75 ); }
        .imagelightbox-arrow:active { background-color: #111; }

            .imagelightbox-arrow-left   { left: 2.5em; /* 40 */ }
            .imagelightbox-arrow-right  { right: 2.5em; /* 40 */ }

            .imagelightbox-arrow:before
            {
                width: 0;
                height: 0;
                border: 1em solid transparent;
                content: '';
                display: inline-block;
                margin-bottom: -0.125em; /* 2 */
            }
                .imagelightbox-arrow-left:before
                {
                    border-left: none;
                    border-right-color: #fff;
                    margin-left: -0.313em; /* 5 */
                }
                .imagelightbox-arrow-right:before
                {
                    border-right: none;
                    border-left-color: #fff;
                    margin-right: -0.313em; /* 5 */
                }

        #imagelightbox-loading,
        #imagelightbox-overlay,
        #imagelightbox-close,
        #imagelightbox-caption,
        #imagelightbox-nav,
        .imagelightbox-arrow
        {
            -webkit-animation: fade-in .25s linear;
            animation: fade-in .25s linear;
        }
            @-webkit-keyframes fade-in
            {
                from    { opacity: 0; }
                to      { opacity: 1; }
            }
            @keyframes fade-in
            {
                from    { opacity: 0; }
                to      { opacity: 1; }
            }

        @media only screen and (max-width: 41.250em) /* 660 */
        {
            #container
            {
                width: 100%;
            }
            #imagelightbox-close
            {
                top: 1.25em; /* 20 */
                right: 1.25em; /* 20 */
            }
            #imagelightbox-nav
            {
                bottom: 1.25em; /* 20 */
            }

            .imagelightbox-arrow
            {
                width: 2.5em; /* 40 */
                height: 3.75em; /* 60 */
                margin-top: -2.75em; /* 30 */
            }
            .imagelightbox-arrow-left   { left: 1.25em; /* 20 */ }
            .imagelightbox-arrow-right  { right: 1.25em; /* 20 */ }
        }

        @media only screen and (max-width: 20em) /* 320 */
        {
            .imagelightbox-arrow-left   { left: 0; }
            .imagelightbox-arrow-right  { right: 0; }
        }
