@CHARSET "UTF-8";

body {
  margin:0;
  padding:0;
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#000000;
  text-align: center;
  background: url('../content/design/background.jpg') no-repeat top center #FFFFFF;
  min-width: 980px;
}

.content {
    margin: 0 auto;
    width: 980px;
    padding: 0;
    text-align: left;
}

.center {
    text-align: center;
}

.cleaner {
  font-size:0;
  line-height:0;
  clear:both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
}

.w-70 {
    width: 70%;
}

.image img {
    max-width: 100%;
    max-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

label.required {
    padding-right: 15px;
    background-image: url('../content/design/icons/required.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

ul.errors {
    list-style: none;
    margin: 10px 0px;
    padding:12px;
    color: #D8000C;
    background-color: #FFBABA;
}

h1,h2,h3,h4,h5, .breadcrumb {
    margin: 5px 0;
    font-size: 1.3em;
    font-weight: normal;
}

header {
 
}

header > .content {
    position: relative;
    min-height: 230px;
}

header .logo {
    float: left;
    width: 70%;
    vertical-align: middle;
    padding-top: 30px;
}

header .logo img {
    vertical-align: middle;
}

header .logo img:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #BDBDBD;
}

header .flags {
    float: right;
    max-width: 30%;
    padding-top: 20px;
}

header .flags img {
    margin-right: 10px;
}

header .know-how {
    position: absolute;
    bottom: 0;
    right: 0;
}

header nav {
    clear: both;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

header nav a {
    color: #000000;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 20px;
    background-repeat: no-repeat;
}

header nav a:nth-child(1) {
    background-position: -470px top;
}

header nav a:nth-child(2) {
    background-position: -610px top;
}

header nav a:nth-child(3) {
    background-position: -788px top;
}

header nav a:nth-child(4) {
    background-position: -968px top;
}

header nav a:nth-child(5) {
    background-position: -1144px top;
}

header nav a:nth-child(6) {
    background-position: -1330px top;
}

header nav a.selected{
    color: #36618f;
    background-image: url('../content/design/menu-selected-bg.jpg');
}

main .content.top {
    min-height: 685px;
    overflow: hidden;
}

/* CONTENT */
main .news {
    position: relative;
    margin-top: 10px;
}

main .news h2.list-title {
    margin: 0;
    background-color: #d0d0d0;
    color: #000000;
    background-image: url('../content/design/icons/arrow-black.png');
    background-position: 6px 50%;
    background-repeat: no-repeat;
    padding: 6px 6px 6px 26px;
    text-transform: uppercase;
}

main .news > .item {
    margin-left: 1%;
    width: 29%;
}

main .news > .images {
    background-color: #d0d0d0;
    height: 370px;
}

main .news ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

main .news ul.list li .image-data {
    position: absolute;
    width: 34%;
    left: 35.3%;
    top: 6px;
}
main .news ul.list li:first-child .image-data {
    left: 6px;
}

main .news ul.list li:last-child .image-data {
    top: 188px;
}

main .news ul.list li .image {
    height: 137px;
    overflow: hidden;
    border: 1px solid #000000;
}

main .news ul.list li:first-child .image {
    height: 319px;
}

main .news ul.list li .image img {
    min-width: 100%;
    height: 100%;
}

main .news ul.list li .perex {
    line-height: 1.5em;
    padding: 10px 5px;
}

main .news ul.list li .perex p {
    display: inline;
    margin: 0;
}

main .news ul.list li .perex a, main .detail a {
    text-decoration: underline;
    color: #36618f;
}

main .detail h2 a {
    color: inherit;
    text-decoration: inherit;
}

main .news ul.list li {
    border-bottom: 1px solid #b2b2b2;
}

main .news ul.list li:last-child {
    border-bottom: none;
}

.image-data .description {
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #6e6e6e;
    background-image: url('../content/design/icons/arrow-white.png');
    background-position: 6px 50%;
    background-repeat: no-repeat;
    padding: 6px 6px 6px 20px;
    overflow: hidden;
}
main article {
    margin-top: 20px;
}

main .detail .description {
    line-height: 1.5em !important;
}

main article img.left {
    margin: 0 20px 0 0;
}

main article > h1, .breadcrumb {
    padding-left: 25px;
    background-image: url('../content/design/icons/arrow-black.png');
    background-repeat: no-repeat;
    background-position: left 50%;
    color: #36618f;
    font-size: 2.1em;
}

/* NEWS */
main .detail .image {
    width: 300px;
    flex: 0 0 300px;
    overflow: hidden;
}

main .detail.flex .image-fixed {
    flex: 0 0 210px;
    width: 210px;
    overflow: hidden;
}

main .detail .image-fixed .gallery {
    max-height: 200px;
}

main article.detail.flex {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    display: flex;
}


main .detail .flexbox {
    justify-content: space-between;
}

main .detail .flexbox .description {
    width: 68%;
}

/* LAYOUTS */
.flex-list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.flex-2col {
    width: 50%;
}

/* PRODUCTS */
.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #36618f;
    text-decoration: underline;
}

.product-list > section {
    margin-bottom: 1%;
    width: 100%;
    padding: 0;
    display: flex;
}

.product-list .detail .image {
    margin-right: 10px;
}
/*.product-list .detail .image {
    width: 437px;
    height: 351px;
    flex: 0 0 437px;
    overflow: hidden;
}*/

.product-list.flexbox > * {
    flex: 0 0 32%;
    margin-right: 1%;
}


.product-list > section.category-item {
    width: initial;
    flex-direction: column;
    background-color: #d0d0d0;
    border: 1px solid #000000;
}

.product-list > .category-item .image {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list .category-item h1 {
    text-align: center;
    padding: 10px 0;
}

.product-list .category-item a {
    color: #36618f;
}

.product-list section.detail .description {
    flex-grow: 2;
}

footer {
    margin-top: 20px;
}

footer .country {
    
}

footer a {
    color: #36618f;
    text-decoration: underline;
}

footer .countries {
    background-color: #e5e5e5;
    padding: 15px 0;
    
}

footer .countries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 2em;
}

footer .countries ul li {
    display: inline;
    border-right: 1px solid #000000;
    padding: 0 10px;
    white-space: nowrap;
}

footer .countries ul li:last-child, footer .countries ul li.last-on-line {
    border-right: none;
}

footer .contact .flexbox {
    justify-content: space-between;
}

footer .contact .flexbox .item {
    position: relative;
}

footer .contact .flexbox .item:last-child {
    align-self: flex-end;
}

footer .contact {
    background-color: #d4d4d4;
    padding: 20px 0;
}

/* GALLERY */
.galleryImages {
    display: flex;
    justify-content: space-between;   
}

.galleryImages .galleryImage a {
    background-color: #d0d0d0;
    border: 1px solid #000000;
    overflow: hidden;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FLEXSLIDER */
    div.flexslider {
        overflow: hidden;
        height: 300px;
    }
    div.flexslider .bg {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover !important;
        position: relative;
        height: 300px !important;
        overflow: hidden;
    }
    div.flexslider .bg div.black {
        color: #FFFFFF;
        padding: 20px;
        background: rgba(0, 0, 0, 0.70);
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
    div.flexslider .perex h2 {
        margin-top: 0;
        font-weight: bold;
        font-size: 1.2em;
        color: #47b842;
        text-transform: uppercase;
        /*text-shadow: -2px 1px 1px rgba(212, 212, 212, 0.8);*/
        clear: both;

    }
    div.flexslider img.bg-image {
        position:absolute;
    }
    
    div.flexslider .bg div.inner {
        
    }
    
    div.flexslider .bg .text {
        padding: 15px;
        position: absolute;
        top: 80px;
        text-align: center;
    }
    
    div.flexslider .perex p {
        margin: 0;
    }
    
    div.flexslider .slides {
        margin: 0;
        padding: 0; 
        overflow: hidden;
    }
    div.flexslider .flex-viewport {
    }