﻿@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,300,300italic);

@font-face {
  font-family: 'Calibri';
  src: url('/styles/fonts/CALIBRI.woff');
}
@font-face {
  font-family: 'Calibri Bold';
  src: url('/styles/fonts/CALIBRIB.woff');
}
@font-face {
  font-family: 'Calibri Bold Italic';
  src: url('/styles/fonts/CALIBRIZ.woff');
}
@font-face {
  font-family: 'Calibri Italic';
  src: url('/styles/fonts/CALIBRII.woff');
}
@font-face {
  font-family: 'Calibri Light';
  src: url('/styles/fonts/CALIBRIL.woff');
}
@font-face {
  font-family: 'Calibri Light Italic';
  src: url('/styles/fonts/CALIBRILI.woff');
}

@media (min-width: 768px) {
    .onecolumnleft {
        padding:0px 15px 0px 0px!important;
    }
    .onecolumnright {
        padding:0px 0px 0px 15px!important;
    }
    .footerline, .footertop {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    #content_right {
        text-align: right;
    }
    .container {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .container, #undercontent, #footer, #supersized, #content {
        width: 1024px;
    }
}
@media (min-width: 1200px) {
    .container, #undercontent, #footer, #supersized, #content {
        width: 1200px;
    }
}

.container, #undercontent, #footer, #supersized, #content {
    margin: 0 auto;
}

body {
    background-color: #EAEAEA;
}
    
/*### Media_embed ###*/
.media_embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.media_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.form-control {
    max-width: 100%;
}
img {
    max-width: 100%;
    height:auto!important;
}
label {
    font-weight: normal;
    font-family: calibri bold;
}

.footerline {
    border-top: 1px solid white;
    margin-top: 20px;
    padding-top: 20px;
}

.footermenu {
    -webkit-padding-start: 0px;
    padding:0px;
}
.footermenu ul {
    -webkit-padding-start: 0px;
    padding: 0px;
}
.footermenu li {
    display: block;
    font-size: 13px;
    padding-right: 10px;
}
.footermenu .topli {
    width: auto!important;
    font-size: 18px;
    float: left;
    display: table-cell;
    padding-right: 20px;
}

/*### GALLERY ###*/
.album_image_div{
	margin-bottom: 20px;
}

.album_image_div img{
	width:100%;
}

.gallery_image_div{
	margin-bottom: 20px;
}

.gallery_image_div img{
	width:100%;
	cursor: pointer;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7d9f2c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: transparent!important;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/*### SEARCH ###*/

body {
    font-family: Calibri;
    font-size: 16px;
}
    .navbar-default {
        background-color: transparent!important;
        border: 0px!important;
        padding: 0px!important;
    }
    .container-fluid, .navbar-collapse {
        padding: 0px!important;
    }
    .container {
        position:relative;
        margin: 0 auto;
    }
    #logotype {
        float: left;
    }
    .navbar {
        float: right!important;
        margin-bottom: 0px!important;
        padding: 45px 0px 0px 0px!important;
        transition-duration: .3s;
        z-index: 1500;
    }
    .navbar-default .navbar-nav>li>a {
        color: #444!important;
        transition-duration: .5s;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: white!important;
        transition-duration: .5s;
    }   
    .onecolumn {
        padding-top:30px;
        background-color: #EDEDED!important;
    }
    #content_onecolumn {
        background-color: white;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 30px;
    }
    #logotype img {
        transition-duration: .3s;
        max-height: 70px;
        position: absolute;
        z-index: 15000;
        top: 6px;
    }
    .fixed #logotype img {
        height: 40px!important;
        transition-duration: .3s;
        margin-top: 5px!important;
    }
    #headermobile #logotype img {
        height: 40px!important;
        transition-duration: .3s;
        margin: 5px 15px;
        width: auto;
        margin-left: 30px;
    }
    .stickyguide {
        position: absolute;
        top: 40px;
    }
    .fixedmob {
        margin-top: 0px!important;
        transition-duration: .3s;
    }
    #header, #headermobile {
        position: fixed;
        top: 0px;
        z-index: 99999;
        width: 100%;
        height:90px;
        transition-duration: .3s;
    }    
    #header.fixed {
        height: 50px!important;
        transition-duration: .3s!important;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    }
    #supersized {
        border-top: 70px solid white;
    }
    .fixed .navbar {
        padding: 0px!important;
        transition-duration: .3s;
    }
    
    
    
#content {
    background-color: white;
}
#undercontent {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contentbottom {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;    
}
#contentbottomright table img {
    width: 95%!important;   
}
#languages {
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    color: white;
    position: absolute;
    right: 30px;
    margin-top: 3px;
    z-index: 1000;
    transition-duration: .3s;
}
#languages:hover {
    margin-top: 70px;
    transition-duration: .3s;
}
#languages .flags input[type=submit] {
    -webkit-appearance: initial;
    cursor: pointer;
    border: 0px;
    width: 100%;
    padding: 5px 10px;
    background-color: #972b20;
    color: white;
    transition-duration: .3s;
}
#languages .flags input[type=submit]:hover {
    background-color: #8C2319;
}

.mobileglobe {
    position: absolute;
    color: black;
    font-size: 45px;
    margin-top: 10px;
    margin-left: 20px;  
}

#mobilelanguages .flags input[type=submit] {
    -webkit-appearance: initial;
    cursor: pointer;
    border: 0px;
    width: 100%;
    padding: 5px 20px;
    background-color: #6A9B9F;
    color: white;
    transition-duration: .3s;
    text-align: right;
    font-size: 15px;
}
#mobilelanguages .flags input[type=submit]:hover {
    background-color: #649498;
}

b, strong {
    font-family: Calibri Bold!important;
    font-weight: normal!important;
}

i {
    font-family: Calibri Italic;
}
a {
    color: #7d9f2c;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:visited {
    color: #9ac82c;
}
#activelanguage {
    width: 100%;
    padding: 8px 10px;
    color: white;
    text-align: center;
    cursor: default;
}

.slideshowtext {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0,0,0,.6);
    color: white;
    width: 300px;
    left: 30px;
    padding: 20px;
    top: 30px;
}
.slideshowtext a {
    color: #f1ca7f;
    display: block;
}

.caret {
    margin-top: 0px;
    display: table-cell;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}
label {
    color: rgb(128,128,128);
}
.slideshowlink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 500;
}
#puffstart {
    padding: 0px!important;
}
.puff {
    min-height: 365px;
}
h1 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0px !important;
    color: #7d9f2c;
}
h2 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 8px !important;
    color: #7d9f2c;
}
#content_left_start {
    padding-bottom: 20px;
}
#content_left, #content_right {
    padding-bottom: 15px;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
#footer {
    color: white;
    padding: 20px 0px;
    background-color: #7d9f2c;
}
#footer a{
    color: white;
    text-decoration: underline;
}

.navbar-nav > li.active {
    background: #7d9f2c;
}

.coverup {
    height: 90px;
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 1100;
    margin-left: -30px;
    border-bottom: 5px solid #7d9f2c;
}

.sidemenuheader {
    padding: 5px 20px;
    background-color: #6A9B9F;
    color: white;
    font-size: 20px;
    width:100%;
}
.sidemenu {
    margin-top: 10px;
    -webkit-padding-start: 0px!important;
    padding: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color:white!important;
    background-color: transparent!important;
}
.sidemenu a {
    display: block;
    padding: 5px 20px;
    background-color: white;
    margin-top: 1px;
    text-decoration: none!important;
    transition-duration: .2s;
    color: #444;
    width:100%;
}
.sidemenu a:hover {
    background-color: #F7F7F7;
    transition-duration: .2s;
}
.sidemenu ul {
    -webkit-padding-start: 0px!important;
    padding: 0px;
}
.sidemenu li {
    display: none;
}
.sidemenu li.dropdown.active{
    display: block;
}
.sidemenu li.dropdown.active ul li{
    display: block;
}

/*### SubSub Fix ###*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#footer .col-xs-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
    
h2, .h2 {
    font-size: 25px;
}
.rslides.square img{
    height: 100%!important;
    width: auto!important;
    position:absolute;
    max-width: none!important;
}
.rslides.square li {
    height: 100%!important;
}
.dropdown-menu {
    min-width: 100%!important;
    border: 0px!important;
    border-top: 5px solid #80807A!important;
}

.nav>li>a {
    padding: 10px!important;
}


#textcontentright, #textcontentleft {
    padding: 10px 15px 30px 15px;
}

.entoslogo img {
    width: 20px;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.container {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.contentunderpage {
    padding-top: 22px;
}
.rslides {
    max-height: 400px;
}
#bannerimage {
    position: relative;
}
a.rslides_nav.rslides1_nav.prev, a.rslides_nav.rslides1_nav.next {
    position: absolute;
    color: white;
    font-size: 40px;
    bottom: 0px;
    z-index: 999;
    font-weight: 900;
    text-decoration: none;
    opacity: .4;
    cursor: pointer;
    background-color: rgba(0,0,0,.4);
    line-height: 23px;
    transition-duration: .3s;
}
a.rslides_nav.rslides1_nav.prev {
    left: 0px;
    padding: 11px 16px 14px 12px;
    border-radius: 0 50% 0 0;
}
a.rslides_nav.rslides1_nav.next {
    right: 0px;
    padding: 11px 12px 14px 16px;
    border-radius: 50% 0 0 0;
}
a.rslides_nav.rslides1_nav.prev:hover, a.rslides_nav.rslides1_nav.next:hover {
    opacity: .8;
}
#cookieMessageWrapper
{
    background-color: rgba(106, 155, 159, .8);
    padding: 0;
    margin: 0;
    display: none;
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 5000;
    width: 100%;
    bottom: 0px;
}
#cookieMessage
{
	width: 100%; /* this needs to be set to the width of the centre container */
	padding: 5px 0 0 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#cookieMessage:after
{
	content: "."; 
	/*display: block;*/ 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#cookieMessage p
{
	margin-bottom: -10px !important;
	color: #fff !important;
	padding: 8px 8px 0px 8px !important;
}
#cookieMessage a
{
	color: #152419 !important;
}
#cookieClose
{
    padding: 4px 9px;
    background: #000000;
    border-radius: 5px;
    color: #FFF;
}
.newsstart {
    padding: 10px 20px;
    background-color: #F7F7F7;
}
.productlist_product_price {
    display:none;
}
#puffbreaker2, #puffbreaker3, #puffbreaker4 {
    display: none;
}

@media(min-width:992px)
{
    #puffbreaker4 {
        display: block;
    }
}
@media(max-width:1200px)
{
    #logotype img {
        max-height: 57px;
    }
}
@media(max-width:1024px)
{
    .onecolumnright {
        padding:0px 0px 0px 0px!important;
    }
    .onecolumnleft {
        padding:0px 0px 0px 0px!important;
    }
    .nav>li>a {
        padding: 15px 10px!important;
    }
    #facebookcontent {
        padding-right: 10px!important;
    }
    .coverup {
        height:51px;
    }
    .navbar {
        padding: 0!important;
    }
    #header, #headermobile {
        height: 51px!important;
    }
    #supersized {
        border-top: 50px solid white;
    }
    #languages {
        display: none;
    }
    #logotype img {
        max-height: 50px;
    }
}
@media(max-width:991px)
{
    #puffbreaker2 {
        display: block;
    }
}
@media(max-width:768px)
{
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 22px;
    }
    #undercontent {
        padding-top: 0px;
    }
    .rslides li {
        width: 774px!important;
        position: absolute!important;
        left: 50%!important;
        margin-left: -387px!important;
    }
    .rslides {
        height: 142px !important;
    }  
    #content_onecolumn {
        margin-bottom: 0px;
        padding: 20px;
    }
    #content_middle {}
    #content_right {
        margin-bottom: 20px;
    }
    #content_left, #content_middle, #content_right {
        padding: 15px 15px 5px 15px;
    }
    .slideshowtext {
        width: 400px;
        left: 50%;
        margin-left: -200px;
    }
}


@media(max-width:500px)
{
    .slideshowtext {
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }
    .puff {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 20px;
    }
    #puffbreaker2 {
        display: none;
    }
}
@media(max-width:320px)
{
    .slideshowtext {
        width: 260px;
        left: 50%;
        margin-left: -130px;
    }
}

#social_container {
    background-color: #e5ecd5;
    padding: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
}

.entoslogo img {
    width: 22px;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.fa.fa-caret-down {
    margin-left: 4px;
}