html {
    margin:0;
    padding:0;
    overflow-y:scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;/* prevents scrollbar from hovering over content in IE */
}

body {
    background-color: #EAE9E9;
    color:#353535;
    font-family: 'Open Sans', sans-serif;
    padding:0;
    margin:0;
    line-height: 1.7em;
    font-weight: 400;
    position: relative;
}

body > pre:first-of-type {
    margin-top: 100px; /* prevent core error messages from being hidden by the sticky header. */
}

strong, b { font-weight: 600;}

a {
    text-decoration:none;
    color: #679737;
    transition:all 0.1s;
}


a:hover {
    text-decoration:underline;
    color: #679737;
}

a:active, a:visited, a:link {
    color: #679737;
}
*:focus,
a:focus {
    outline: 1px dotted #5C983F;
}

.container {
    width: 100% !important;
    padding: 0;
    margin:0 auto;
}

p { margin: 30px 0px;}
p:last-child { margin-bottom:0;}
p:first-child { margin-top:0;}

@media ( min-width : 1600px) {
    .container {
        width:1600px !important;
        -webkit-box-shadow: 0 0 2px 1px #CCCCCC;
        box-shadow: 0 0 2px 1px #CCCCCC;
    }
}

#ecx-page {
    background-color:#fff;
}

#ecx-navbar { max-width: 1600px; left:0; width:100%; margin:0 auto; top:0; right:0; z-index:9999999999; background-color:#fff;}
/*body.ecx-layout0 #ecx-page { margin-top:94px;}*/

/*
@media (max-width: 1199px) {
    body.ecx-layout1 #ecx-page {
        margin-top: 130px;
    }

    body.ecx-layout0 #ecx-page { margin-top:130px;}
    #ecx-navbar {position: fixed;}
}*/

.ecx-fixnav { position: fixed; top: 0; left:0; right:0;z-index:9999999999999;}

#buorg {
    z-index:9999999999999999;

    border: 0px solid red;
}


@media (min-width: 1034px) {
    #ecx-navbar {position: fixed; z-index:999999999;}
    body.ecx-layout0 #ecx-page { margin-top:94px;}
}


#ecx-navbar:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}
#ecx-head { margin:0 auto; max-width: 1180px;}

#ecx-head:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}
.ecx-logo { border-bottom: 2px solid #fff; margin:0; background-color:#EDEDED; padding: 0px 0px;}

.ecx-logo .ecx-logoholder { position: relative; display: inline-block; margin:0;padding:0; }
.ecx-logo .ecx-logo-description {
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 9px;
    display:block;
    width: 145px;
}
.ecx-logo .ecx-logo-description span { display: block;}


.ecx-logo .ecx-logoholder .ecx-logo-description .ecx-quality {
    font-size: 14px;
    display: block;
    line-height: 16px;
    font-weight: 400;
}

.ecx-logo .ecx-logoholder .ecx-logo-description .ecx-made {
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    line-height: 16px;
    font-weight: 300;
}


.ecx-mmbutton {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 106px;
    height: 35px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    border-right: 2px solid white;
    cursor: pointer;
    transition: background 0.3s;

}

.ecx-mmbutton:focus {
    outline: none;
}


.ecx-mmbutton span {
    display: block;
    position: absolute;
    top: 16px;
    left: 38px;
    right: 38px;
    height: 3px;
    background: #000;
}

.ecx-mmbutton span::before,
.ecx-mmbutton span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
}

.ecx-mmbutton span::before {
    top: -6px;
}

.ecx-mmbutton span::after {
    bottom: -6px;
}

.ecx-mmbutton-htx {
    background-color: transparent;
}

.ecx-mmbutton-htx span {
    transition: background 0s 0.3s;
}

.ecx-mmbutton-htx span::before,
.ecx-mmbutton-htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.ecx-mmbutton-htx span::before {
    transition-property: top, transform;
}

.ecx-mmbutton-htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.ecx-mmbutton-htx.is-active {
    background-color: #cb0032;
}

.ecx-mmbutton-htx.is-active span {
    background: none;
}

.ecx-mmbutton-htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.ecx-mmbutton-htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.ecx-mmbutton-htx.is-active span::before,
.ecx-mmbutton-htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/************************************************
 Header Navigation
 ************************************************/
.ecx-mainmenue { float: left;  width:calc(100% - 245px); display:none;}


.ecx-mainmenue ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.ecx-mainmenue ul.ecx-navlevel1 {
    width:100%;
    margin-top:33px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ecx-mainmenue ul.ecx-navlevel1 > li {
    /*  display: table-cell;*/
    border-right: 1px solid #D9D9D9;
    position: relative;
    -webkit-flex-grow: 1;
    /* -ms-flexbox-grow: 1 1 0;
     -ms-flexbox-basis: auto;*/
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    text-align: center;
}


.ecx-mainmenue ul.ecx-navlevel1 > li.ecx-productnav {
    display: block;
    position: static;
}

.ecx-mainmenue ul.ecx-navlevel1 > li.ecx-last {
    border-right: 0px solid transparent;
}


.ecx-mainmenue ul.ecx-navlevel1 > li > a {
    text-transform: uppercase;
    color:#353535;
    font-size:14px;
    line-height:28px;
    display:block;
    text-align: center;
    font-weight: 600;
    text-decoration:none;
}

body.ecx-layout1 .ecx-mainmenue ul.ecx-navlevel1 > li > a { color: #fff; }
body.ecx-layout1 .ecx-mainmenue ul.ecx-navlevel1 > li:hover > a { color: #8CD049; }


.ecx-mainmenue ul.ecx-navlevel1 > li.ecx-active > a,
.ecx-mainmenue ul.ecx-navlevel1 > li.ecx-current > a,
.ecx-mainmenue ul.ecx-navlevel1 > li:hover > a {
    color:#679737
}


.ecx-mainmenue .ecx-dropmenue  {
    display: none;
    position: absolute;
    width:100%;
    margin:0 auto;
    background-color: transparent;
    padding-top:33px;
    z-index:9999999999999;
    max-width:1180px;
    min-width:220px;

}
.ecx-mainmenue .ecx-renderblock {
    left:0;
    right:0;
}

.ecx-mainmenue .ecx-renderblock ul {
    width:100%;
    background-color: #fff;
    display:table;
}

.ecx-mainmenue .ecx-renderblock > ul {
    display:flex;
    flex-wrap: wrap;
}

.ecx-mainmenue .ecx-renderblock > ul > li{

}

.ecx-mainmenue .ecx-renderblock .menuproductlist {
    margin-top:6px;
    background-color:transparent;
}

.ecx-mainmenue .ecx-renderblock .menuproductlist .product{
    width:100%;
    height:auto;
    display:block;
    float:none;
    border:none;
    line-height:21px;
    padding:0;
    background-color:transparent;
}

.ecx-mainmenue .ecx-renderblock .menuproductlist .product:hover{
    box-shadow: none;

}



.ecx-mainmenue .ecx-renderblock .menuproductlist .product a{
    text-align:center;
    color:#353535;
    text-decoration: none;
    font-size:14px;
    display:inline;
    outline:none;
}

.ecx-mainmenue .ecx-renderblock .menuproductlist .product a:hover{
    color:#679737;
}

.ecx-mainmenue .ecx-renderblock ul:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}

.ecx-mainmenue .ecx-renderblock li {
    width:25%;
    overflow:hidden;
    display:block;
    border-right: 1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
    float:left;
    text-align:center;
    padding:10px;
    font-size:14px;
}

.ecx-mainmenue .ecx-renderblock > ul > li {
    min-height:295px;
}



.ecx-mainmenue .ecx-renderblock li img {
    height: 120px;
    width: auto;
    margin:0 auto;
    min-height:100px;

}

.ecx-mainmenue .ecx-renderblock li img.show-mobile {
    display:none;
}

.ecx-mainmenue .ecx-renderblock li span {
    display:block;
    text-align:center;
    line-height:1.2em;
    font-size: 16px;
    font-weight: bold;
    overflow:hidden;
}


.ecx-mainmenue .ecx-renderblock > ul li > a {
    padding:0px 0px !important;
    border-bottom:0 !important;
    display:block;
}

.ecx-mainmenue .ecx-renderblock li span.ecx-productname {  text-transform:uppercase; }
.ecx-mainmenue .ecx-renderblock li span.ecx-teaser { max-height: 60px; color:#353535 !important; padding-top: 7px; font-weight: 500; font-size:14px;}
.ecx-mainmenue .ecx-renderblock li:hover {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
}
.ecx-mainmenue .ecx-renderblock li:hover span.ecx-productname { color:#679737;}

.ecx-mainmenue ul.ecx-navlevel1 > li:hover .ecx-dropmenue, .ecx-mainmenue ul.ecx-navlevel1 > li > .ecx-dropmenue.shownav { display: block;}
/*.ecx-mainmenue #ecx-nav55 .ecx-dropmenue { display: block;}*/

.ecx-mainmenue .ecx-dropmenue > ul {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    padding: 0px;
}

.ecx-mainmenue .ecx-dropmenue > ul li > a {
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px;
    outline: none;
}


.ecx-mainmenue .ecx-dropmenue > ul li > a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    color: #353535;
    padding: 5px 20px;
    text-align: left;
}


.ecx-mainmenue .ecx-dropmenue > ul li.ecx-hassub {
    background-repeat:no-repeat;
    background-position: top 8px right 10px;
    background-image:url('../img/iconsubnav_black.png');
    position: relative;
}

.ecx-mainmenue .ecx-dropmenue > ul li.ecx-active,
.ecx-mainmenue .ecx-dropmenue > ul li.ecx-current {
    background-color: #E4EAE0;
}

.ecx-mainmenue .ecx-dropmenue > ul li.ecx-active.ecx-hassub,
.ecx-mainmenue .ecx-dropmenue > ul li.ecx-current.ecx-hassub {
    background-image:url('../img/iconsubnav_green.png');
}


.ecx-mainmenue .ecx-dropmenue > ul li.ecx-active > a,
.ecx-mainmenue .ecx-dropmenue > ul li.ecx-current > a{
    color:#679737;
}

.ecx-mainmenue .ecx-dropmenue > ul li:hover {
    background-color: #679737;
}

.ecx-mainmenue .ecx-dropmenue > ul li.ecx-hassub:hover,
.ecx-mainmenue .ecx-dropmenue > ul li.ecx-hassub:hover {
    background-image:url('../img/iconsubnav_white.png');
}
.ecx-mainmenue .ecx-dropmenue > ul li:hover > a {
    color: #fff;
}


.ecx-mainmenue .ecx-dropmenue ul.ecx-navlevel3 {
    display:none;
    position: absolute;
    left: 100%;
    top:0;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    width:220px;
}

.ecx-mainmenue .ecx-dropmenue .featuredproduct{
    position:relative;
}

.ecx-mainmenue .ecx-renderblock li.featuredproduct img{
    margin-top:10px;
}

.ecx-mainmenue .ecx-renderblock li.featuredproduct .ecx-productname{
    margin-top:-10px;
}


.ecx-mainmenue .ecx-renderblock li span.mobilefeaturedlabel{
    display:none;
    font-weight:bold;
    color:#333;
}

#ecx-mmenue .ecx-dropmenue .featuredproduct{
    background-color:#e5eddc;
    padding-top:22px;
}

#ecx-mmenue .ecx-dropmenue .featuredproduct .mm-next{
    display:none;
}

@media (max-width:1030px){
    #ecx-mmenue .ecx-dropmenue .featuredproduct .mobilefeaturedlabel{
        display:block;
        color:#fff;
        font-weight:bold;
        background-color: #5C983F;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        line-height: 22px;
    }
    #ecx-mmenue .ecx-dropmenue .featuredproduct .ecx-teaser{
        display:none;
    }
}

.ecx-mainmenue .ecx-dropmenue .featuredlabel{
    text-transform: uppercase;
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    background-color: #5C983F;
    font-size: 16px;
    font-weight: 600;
    padding: 4px;
    position:absolute;
    width:100%;
}

.ecx-mainmenue .ecx-dropmenue li.menutext,
.ecx-mainmenue .ecx-dropmenue li.menutext:hover{
    background-color:#e5eddc !important;
    padding:30px;
}

.ecx-mainmenue .ecx-dropmenue .menutext p{
    margin: 0;
}

.ecx-mainmenue .ecx-dropmenue .menutext p a{
    color:#353535;
}

.ecx-mainmenue .ecx-dropmenue .menutext p i.fa{
    font-size:18px;
    padding-right:2px;
}




.ecx-mainmenue .ecx-dropmenue  ul.ecx-navlevel2 > li:hover ul.ecx-navlevel3,
.ecx-mainmenue .ecx-dropmenue  ul.ecx-navlevel2 > li.shownav ul.ecx-navlevel3 {
    display:block;
}





@media (max-width: 1370px) {/* breakpoint for when level 3 snaps to the left of level2 in the last level1 item*/
    .ecx-mainmenue ul.ecx-navlevel1 > li:nth-last-child(2) ul.ecx-navlevel3 {
        left: -100%;
    }
    /*    .ecx-mainmenue ul.ecx-navlevel1 > li:nth-last-child(2) li {
            background-image:none !important;
        }*/
}

@media (max-width: 1549px) {
    .ecx-mainmenue ul.ecx-navlevel1 > li:last-child ul.ecx-navlevel3 {
        left: -100%;
    }
    /*.ecx-mainmenue ul.ecx-navlevel1 > li:last-child  li {
        background-image:none !important;
    }*/
}

.ecx-mobilenav {
    background-color: #EDEDED;
    height: 38px;
    border-bottom: 2px solid #fff;
    display:block;
    /*  -webkit-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
      box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);*/
}
@media ( min-width : 1028px) {
    .ecx-mainmenue ul.ecx-navlevel1 > li > a {
        font-size:18px;
    }


    .ecx-mobilenav {
        display:none;
    }
    /*
    .ecx-renderblock .ecx-teaser,
    .ecx-renderblock img { display: block;}
*/
    .ecx-mainmenue { display:block !important;}


    .ecx-logo { border-bottom: 0px solid #fff;  padding:0; float: left; width: 245px; background-color:transparent; margin:auto;}


    #ecx-navbar { background-color:#F5F5F4}
    body.ecx-layout1 #ecx-navbar { background-color:rgba(40,64,113,0.70);}
    body.ecx-slideout.ecx-layout1 #ecx-navbar { background-color:rgba(86,112,152,1);}

}


@media ( max-width : 1027px) {
    .ecx-renderblock .ecx-teaser { font-weight: 300; color: #101010; display: block; font-size: 0.9em;}
    .ecx-renderblock img { max-width: 48px; margin-right: 10px; float: left; margin-top:-10px; margin-bottom:-10px;}
    .ecx-renderblock .ecx-productname { font-weight: 500; padding-top: 10px;}

}

.mm-menu { background-color:#fff !important;}
.mm-menu a {color: #23527c !important; font-weight: 500;}

.mm-title strong { font-weight: bold;}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: #E1E4EE !important;
}


.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color:  #E1E4EE !important;
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color:  #23527c !important;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color:  #23527c !important;
}
.mm-next {  border-color:  #23527c !important;}
a.ecx-mmenu-product { background-color: #23527c; color: #fff !important;}
a.ecx-mmenu-product:hover { background-color: #679737; color: #fff !important;}

.mm-title { font-size:18px; text-transform:uppercase; font-weight: bold !important; color: #23527c !important;}

.mm-menu .mm-navbar-top-1 {
    top: 0;
    background: 0 0!important;
    background: 0 0;
    position: relative;
    border-bottom: none;
    padding-right: 0!important;
    width: 40px;
    max-width: 40px;
    float: right;
    color: #fff;
    border-color: #fff !important
}

.mm-menu .mm-navbar-top-1 a::before {
    border: medium none;
    content: "";
    font-family: FontAwesome;
    font-size: 1.5em;
    height: 15px;
    margin: 0;
    top: 16px;
    transform: rotate(-180deg);
    width: 15px;
    border-color: #fff !important
}


.mm-menu .mm-navbar-top-1 a::after {
    border-color: transparent !important
}

.mm-panels { position: absolute !important; top:0 !important;}
/************************************************
 products
 ************************************************/
.ecx-topproducts .ecx-topproduct { padding-bottom: 20px; padding-left:10px; padding-right:10px;}
.ecx-topproducts .ecx-topproduct a {
    text-align:center;
    padding:15px;
    display:block;
}

.ecx-topproducts .ecx-topproduct img { padding:0 15px; margin:0 auto;}
.ecx-topproducts .ecx-topproduct h3 { height:40px; text-transform:uppercase; font-weight: bold; margin:15px 0px; font-size:22px; line-height: 1em;}
.ecx-topproducts .ecx-topproduct span { height: 60px; color:#353535; font-weight: 600; line-gheight: 1.2em; display:block;}

.ecx-topproducts .ecx-topproduct a { border: 1px solid #dfdfdf;}

.ecx-topproducts .ecx-topproduct a:hover {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 33px -12px rgba(0,0,0,0.75);
}

.ecx-topproducts .ecx-topproduct:hover a { text-decoration:none;}


@media ( min-width : 768px) {
    .ecx-topproducts .ecx-topproduct {
        max-width: 50%;
    }
}

@media ( min-width : 992px) {
    .ecx-topproducts .ecx-topproduct {
        max-width: 25%;
    }
}

@media ( min-width : 1200px) {


}
/************************************************
 wall
 ************************************************/
.ecx-wall:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}
.ecx-wall .ecx-item {
    width: 33.3333333%;
    border: 0px solid #535353;
}

.ecx-wall .ecx-item img { width: 100%; height: auto; max-width:100%;}
/************************************************
 header stylings
 ************************************************/

h1,
.ecx-layout1 > .ecx-ctype-header > h2,
.ecx-layout1 > .ecx-ctype-header > h3,
.ecx-layout1 > .ecx-ctype-header > h4,
.ecx-layout1 > .ecx-ctype-header > h5,
.ecx-layout1 > .ecx-ctype-header > h6 {
    text-transform:uppercase;
    font-size: 30px;
    font-weight: 700;
    color: red;
    text-align: center;
    color: #353535;
}

.ecx-layout1 > .ecx-ctype-header > h2 { font-size: 26px; }
.ecx-layout1 > .ecx-ctype-header > h3 { font-size: 22px; }
.ecx-layout1 > .ecx-ctype-header > h4 { font-size: 20px; }
.ecx-layout1 > .ecx-ctype-header > h5 { font-size: 18px; }
.ecx-layout1 > .ecx-ctype-header > h6 { font-size: 16px; }


h1 .ecx-subtitle,
.ecx-layout1 > .ecx-ctype-header > h2 > span,
.ecx-layout1 > .ecx-ctype-header > h3 > span,
.ecx-layout1 > .ecx-ctype-header > h4 > span,
.ecx-layout1 > .ecx-ctype-header > h5 > span,
.ecx-layout1 > .ecx-ctype-header > h6 > span {
    display: block;
    font-size: 22px;
    color:#679737;
    text-transform: none;
    font-weight: 400;
    margin-top:10px;
}



h2, h3, h4, h5, h6 {
    display: block;
    /*font-size: 18px;*/
    color:#679737;
    text-transform: none;
    font-weight: 400;
    margin-top:10px;
}


h2 span, h3 span, h4 span, h5 span, h6 span{
    color: #353535;
    display: block;
    text-transform: none;
    margin-top: 10px;
    font-size: 0.8em;
}
h2 { font-size:24px }
h3 { font-size:22px }
h4 { font-size:20px }
h5 { font-size:18px }
h6 { font-size:16px }



@media ( min-width : 768px) {

    h1,
    .ecx-layout1 > .ecx-ctype-header > h2,
    .ecx-layout1 > .ecx-ctype-header > h3,
    .ecx-layout1 > .ecx-ctype-header > h4,
    .ecx-layout1 > .ecx-ctype-header > h5,
    .ecx-layout1 > .ecx-ctype-header > h6 {
        font-size: 60px;
    }


    .ecx-layout1 > .ecx-ctype-header > h2,
    .ecx-layout1 > .ecx-ctype-header > h3,
    .ecx-layout1 > .ecx-ctype-header > h4,
    .ecx-layout1 > .ecx-ctype-header > h5,
    .ecx-layout1 > .ecx-ctype-header > h6 {
        font-size: 46px;
    }

    h1 .ecx-subtitle,
    .ecx-layout1 > .ecx-ctype-header > h2 > span,
    .ecx-layout1 > .ecx-ctype-header > h3 > span,
    .ecx-layout1 > .ecx-ctype-header > h4 > span,
    .ecx-layout1 > .ecx-ctype-header > h5 > span,
    .ecx-layout1 > .ecx-ctype-header > h6 > span {
        font-size: 30px;
    }


    h2 {
        font-size: 30px;
    }

}
/************************************************
 controll and override
 ************************************************/



/************************************************
 content styles
 ************************************************/
/*.ecx-layout0 {
    margin:0 auto;
    max-width: 1200px;
    padding:0px 10px;
    overflow: hidden;
}

.ecx-layout1 {
    margin:0 auto;
    max-width: 100%;
    padding:0px 0px;
    overflow: hidden;
}
*/
#ecx-main { margin-top: 50px; }
#ecx-main > div {padding-left:15px; padding-right:15px;}
#ecx-main > div.ecx-bottomslide {padding-left:0px; padding-right:0px;}


@media ( min-width : 768px) {
    #ecx-main { margin-top: 80px; }
}

@media ( min-width : 1220px) {
    #ecx-main > div {padding-left:0px; padding-right:0px;}

}

#ecx-main .ecx-cframe { margin-top: 30px; margin-bottom: 30px;}
/*
#ecx-main .ecx-section .ecx-cframe:last-child { margin-bottom: 0px;}
*/

/************************************************
 content element ecx-ctype-div
 ************************************************/
.ecx-ctype,
.ecx-cgroup {
    margin:0 auto;
    max-width: 1180px;
}

.ecx-cframe.ecx-layout1 .ecx-ctype.ecx-ctype-header { margin:80px auto 30px auto;}

.ecx-cframe.ecx-layout1 .ecx-ctype-textmedia,
.ecx-cframe.ecx-layout1 .ecx-ctype-formhandler_pi1,
.ecx-cframe.ecx-layout1 .ecx-ctype-html,
.ecx-cframe.ecx-layout1 .ecx-ctype-list {
    max-width: 100%;
}

.ecx-cgroup.ecx-layout1 { max-width:100%}

hr.ecx-divider,
.ecx-cframe.ecx-layout0 .ecx-ctype-div hr {
    border-top: 3px solid #679737;
    border-bottom: 0px solid transparent;
    width: 100px;
    margin:0 auto;
}


.ce-bodytext:first-child { margin-top:0;}
.ce-bodytext h2:first-child { margin-top:0;}
.ce-bodytext h3:first-child { margin-top:0;}
.ce-bodytext h4:first-child { margin-top:0;}
.ce-bodytext h5:first-child { margin-top:0;}
.ce-bodytext h6:first-child { margin-top:0;}

.ecx-text h2 { margin:0}
/*.ce-bodytext h2 { margin:0}*/
#ecx-header { min-height: 0px; position:relative;}
#ecx-header .ce-intext.ce-right .ce-gallery,
#ecx-header .ce-intext.ce-left .ce-gallery,
#ecx-header .ce-above .ce-gallery {
    margin:0;
}

.ce-column {
    max-width: 100%;/* TL 168 */
}

.ce-right .ce-gallery {
    max-width: 100%;/* TL 168 */
}

.ce-bodytext table { width:100%;}
.ce-bodytext td, .ce-bodytext th { padding: 10px; border: 1px solid #3A4E87; }
.ce-bodytext th { background-color: #3a4e87; color:#fff;}

.ce-bodytext table.ecx-table-biohort {
}

.ce-bodytext table.ecx-table-biohort th,
.ce-bodytext table.ecx-table-biohort td {
    border: 0;
    background-color: transparent;
    position: relative;
}

.ce-bodytext table.ecx-table-biohort td img {
    position: absolute;
    top: 0;
    right: 0;
}

.ce-bodytext table.ecx-table-biohort th {
    color: #000000;
    font-weight: 900;
    text-align: right;
}

a.ecx-button { background-color: #679737; color: #fff; display: inline-block; padding: 15px 40px; font-weight:600; text-transform:uppercase;}
a.ecx-button:hover { opacity:0.75; text-decoration:none; }

.ce-textpic.ce-center figcaption { text-align: center;}


/***************************************************
* Bootstrap
****************************************************/
.tooltip { min-width: 140px; }
.bg-info { background-color: rgba(92,152,63,0.1); padding: 15px;}
.panel-group {
    margin: 0 auto;
    max-width: 1180px;
    margin-bottom: 30px;
}
.panel-heading { padding:0;}
.panel-default > .panel-heading { border:0; border-radius:0; background-color: #5C983F; color: #fff;}
.panel-default > .panel-heading:hover {background-color: rgba(92,152,63,0.7);}
.panel-title, .panel-heading { font-size:22px; }

.panel-heading h2, .panel-heading h3, .panel-heading h4 { font-size: 22px;}
.panel-heading a { display: block;padding:15px; font-size:22px; text-decoration:none; color: #fff !important;}
.panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {color: #fff; margin:0;}
.panel-heading a {
    background-image:url('../img/icon-plus.png');
    background-position: 15px 21px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.panel-heading.ecx-active a {
    background-image:url('../img/icon-minus.png');
}

.pagination { margin:0; border-radius:0;}
.pagination > li,
.pagination > li a,
.pagination > li span {
    border-radius:0 !important;
}

.pagination > li.active {
    border-radius:0;
    background-color: red;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #5C983F !important;
    border-color: #5C983F;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

/**************************************
 Topbutton
 **************************************/
.ecx-topbutton {
    display: none;
    height: 48px;
    width: 48px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-family:FontAwesome;
    text-align:center;
    font-size:20px;
    line-height: 48px;
    font-weight:100;
    color:#fff !important;
    background-color:#3A4E87;
    z-index: 10000000;
    text-decoration: none !important;
}

.ecx-topbutton:before {
    content:"\f062";
}

.ecx-topbutton:hover {
    background-color:#679737;
}
/***************************************************
* Downloads
****************************************************/
.ecx-downloads .ecx-list { margin-top: 30px;}
.ecx-downloads .ecx-item {
    /*    background-image:url('../img/icon_download_empty.png');
        background-repeat: no-repeat;
        background-position: 5px 5px;*/
    display:block;
    padding: 12px 15px 12px 40px;
    line-height: 1.2em;
}
.ecx-downloads .ecx-item .ecx-downloadicon:before {
    font-family:FontAwesome;
    content:"\f1c6";
    font-size: 32px;
    color: #5C983F;
    line-height: 32px;
    padding-right: 10px;
    float: left;
}
.ecx-downloads .ecx-item:hover  .ecx-downloadicon:before { color: #fff;}
.ecx-downloads .ecx-item.ecx-filetype-pdf .ecx-downloadicon:before { content:"\f1c1"; }
.ecx-downloads .ecx-item.ecx-filetype-jpg .ecx-downloadicon:before { content:"\f1c5"; }
.ecx-downloads .ecx-item.ecx-filetype-jpeg .ecx-downloadicon:before { content:"\f1c5"; }
.ecx-downloads .ecx-item.ecx-filetype-png .ecx-downloadicon:before { content:"\f1c5"; }
.ecx-downloads .ecx-item.ecx-filetype-gif .ecx-downloadicon:before { content:"\f1c5"; }
.ecx-downloads .ecx-item.ecx-filetype-tiff .ecx-downloadicon:before { content:"\f1c5"; }
.ecx-downloads .ecx-item.ecx-filetype-tif .ecx-downloadicon:before { content:"\f1c5"; }

.ecx-downloads .ecx-item.ecx-filetype-doc .ecx-downloadicon:before { content:"\f1c2"; }
.ecx-downloads .ecx-item.ecx-filetype-docx .ecx-downloadicon:before { content:"\f1c2"; }
.ecx-downloads .ecx-item.ecx-filetype-xls .ecx-downloadicon:before { content:"\f1c3"; }
.ecx-downloads .ecx-item.ecx-filetype-xlsx .ecx-downloadicon:before { content:"\f1c3"; }
.ecx-downloads .ecx-item.ecx-filetype-ppt .ecx-downloadicon:before { content:"\f1c4"; }
.ecx-downloads .ecx-item.ecx-filetype-pptx .ecx-downloadicon:before { content:"\f1c4"; }
.ecx-downloads .ecx-item.ecx-filetype-aud .ecx-downloadicon:before { content:"\f1c7"; }

.ecx-downloads .ecx-item.ecx-filetype-vid .ecx-downloadicon:before { content:"\f1c8"; }
.ecx-downloads .ecx-item.ecx-filetype-mpg .ecx-downloadicon:before { content:"\f1c8"; }
.ecx-downloads .ecx-item.ecx-filetype-wmv .ecx-downloadicon:before { content:"\f1c8"; }


/*.ecx-downloads .ecx-item.ecx-filetype-pdf { background-image:url('../img/icon_download_pdf.png'); }*/

.ecx-downloads .ecx-item:hover { background-color: #5C983F; color: #fff; cursor:pointer}
.ecx-downloads .ecx-item:hover a { color: #fff;}
.ecx-downloads .ecx-item:hover .ecx-fsz { color: #fff;}
.ecx-downloads .ecx-item:hover .ecx-language { color: #fff;}


.ecx-downloads .ecx-item .ecx-title { font-weight: bold; }
.ecx-downloads .ecx-item button { background-color: #fff; padding:0; border: 1px solid #5C983F; width:100%; height: 80px; margin:0 auto;}
.ecx-downloads .ecx-item img { margin:0 auto; max-width:auto; height: 100%; width: auto;}
.ecx-downloads .ecx-item .ecx-fsz { color:#000;}
.ecx-downloads .ecx-item .ecx-language { color:#000;}
.ecx-downloads .ecx-item { border-bottom: 1px solid #5C983F }


@media ( max-width : 767px) {
    .ecx-downloads .ecx-attr-row {
        margin-top: 5px;
    }

    .ecx-downloads .ecx-attr-row:first-child {
        padding-left: 40px;
    }
    .ecx-downloads .ecx-item {
        padding: 5px;
    }
}

/***************************************************
 * FAQ
 ****************************************************/
.ecx-faq .ecx-list { margin-top: 30px;}
.ecx-faq .panel-title { font-size:16px; }
.ecx-faq .panel-title span { color:#fff; line-height: 20px; margin:0;}
.ecx-faq .ecx-panelgrouptitle { margin-top: 30px;}
.ecx-faq .ecx-teaser  .panel-heading h2 a {
    font-size: 16px;
}


/************************************************
 special styles
 ************************************************/
.ecx-filelist {list-style:none;margin:0;padding:0}
.ecx-filelist .ecx-fileicon { float: left; width: 25px;}
.ecx-filelist .ecx-fileimage { float: left; width: 155px;}
.ecx-filelist .ecx-file-name { font-size: 1.2em; font-weight: 300;}


.ecx-filelist .ecx-fileitem { padding-bottom: 5px;}
.ecx-filelist .ecx-filetext {  margin-left: 25px;}
.ecx-filelist .ecx-fileitem.ecx-with-img .ecx-filetext {  margin-left: 165px;}
.ecx-filelist .ecx-description { font-weight: 300;}
.ecx-filelist .ecx-filelink {margin-left: 0; padding-left: 0 !important;font-weight:bold}
.ecx-filelist .ecx-fsz {display:inline-block;margin-left:7px}

.ecx-filelist .ecx-fileitem:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}

.ecx-filelist li.ecx-file {margin-bottom: 5px}

.ecx-fixed { position:fixed;}
.ecx-morelink {
    background-image:url('../img/iconmore_white.png');
    background-repeat: no-repeat;
    background-position: top 7px right 0px;
    padding-right: 18px;
}

.align-center { text-align: center;}
.align-left { text-align: left;}
.align-right { text-align: right;}
.align-justify { text-align: justify;}

.ecx-shrinkwidth {
    margin: 0 auto;
    max-width: 1180px;
}


/***************************************************
* Content Section
****************************************************/
.ecx-section { background-color:#F0F0F0; padding: 30px 0px; margin: 30px 0px 0px 0px;}
.ecx-mapsection { background-color:#F0F0F0; margin-top: -15px;}
.ecx-mapsection .ecx-directions-panel > div { padding: 30px 0px;}
.ecx-mapsection .ecx-directions-panel .adp-marker{ margin: 5px 10px}

/***************************************************
* Cookiebar
****************************************************/
#cookie-bar .ecx-cookiehead { font-size: 18px; font-weight: 600; }
#cookie-bar {
    background:#334D8A;
    height:auto;
    line-height:24px;
    color:#fff;
    text-align:left;
    padding:15px 15px;
    /*left:0;
    right:0;
    position: absolute;
    bottom:0;*/
    z-index:99999999999999;
}


#cookie-bar p {position: relative; font-size:0.95em; max-width:1180px; margin:0 auto; padding:0; line-height: 1.6em; }
#cookie-bar .ecx-cookietext {  padding-right: 130px; display:inline-block; }
#cookie-bar a {color:#ffffff; text-decoration:underline;}
#cookie-bar a:hover {opacity:0.9;}

#cookie-bar .cb-enable { background-color: #fff; color:#334D8A; padding: 5px 30px; position: absolute; top: 15px; right:0px;  font-weight:bold; font-size: 20px;  text-align:right;  text-decoration:none; display:inline-block;}
#cookie-bar .cb-enable:hover {opacity:0.9;}

/*#cookie-bar .cb-enable:before {
    content:'\f00d';
    font-family:FontAwesome;
}*/

/***************************************************
* Dealer search
****************************************************/
.ecx-dealerlink {
    display:block;
    float: right;
    text-transform: uppercase;
    color:#353535 !important;
    font-weight: bold;
    padding-right:15px;
    line-height: 35px;
    text-decoration:none;
}
.ecx-dealerlink:after {
    content:"\f002";
    padding-left: 5px;
    font-family:"FontAwesome";
}
.ecx-dealerlink:hover { color:#679737 !important; text-decoration:none; }

.ecx-minimap-plugin .ecx-dropdown-heading { display:none; }
.ecx-minimap-plugin .ecx-pl-widget { padding-top:0 !important;}
.ecx-minimap-plugin .ecx-partner-address {  margin-bottom: 15px !important; }
.ecx-minimap-plugin .ecx-minimap-partner-head { padding-top: 15px !important; margin-bottom:15px !important;}
#ecx-minimap-search-results a {color: #fff;}
@media ( min-width : 1028px) {
    .ecx-minimap-plugin .ecx-dropdown-heading { display:block; }
}


@media ( max-width : 1027px) {
    .ecx-minimap-plugin  { top: 136px !important;}
}
@media ( min-width : 1028px) {
    .ecx-minimap-plugin  { margin-top: 0px !important;}
}


#ecx-pid-110 .ecx-section { margin:0; padding:0; }
#ecx-pid-110 .ecx-section .ecx-cframe { margin:0; padding:0; }


/***************************************************
* Login, Registration
****************************************************/
input.ecx-pwd,
input.ecx-user,
input.ecx-xemail {
    max-width: 290px;
}


/***************************************************
* Historie
****************************************************/

.ecx-chronicles .ecx-history-item {
    padding-top: 100px;
}

.ecx-chronicles .ecx-history-item {
    margin-bottom: -100px;
}

.ecx-chronicles .ecx-history-item:last-child {
    margin-bottom: 0;
}

.ecx-chronicles .ecx-bh-label > div {
    display: inline-block;
    vertical-align: middle;
}

.ecx-bh-label {
    min-width: 140px;
    margin-right: -20px;
}

@media (min-width: 992px) {
    .ecx-bh-label {
        margin-right: -20px;
    }
}

.ecx-chronicles .ecx-bh-label .year {
    background-color: #689737;
    color: #ffffff;
    z-index: 10;
    font-size: 24px;
    font-weight: 900;
    padding: 15px 15px;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .ecx-chronicles .ecx-bh-label .year {
        font-size: 30px;
        font-weight: 900;
        padding: 25px 25px;
        border-radius: 20px;
    }
}

.ecx-chronicles .ecx-bh-label .tail {
    border-top: 11px solid #fff;
    border-left: 18px solid #689737;
    border-bottom: 11px solid #fff;
    margin-left: -4px;
    background-color: #689737;
    height: 23px;
    width: calc(100% - 135px);
}

.ecx-chronicles .ecx-bh-label .ball {
    width: 15px;
    height: 15px;
    background-color: #689737;
    border-radius: 8px;
    margin-left: -4px;
}

.ecx-chronicles .ecx-history-item hr {
    border-top: 3px solid #000000;
    display: block;
    margin: 10px 0;
    width: 70px;
}

.ecx-chronicles .ecx-history-body {
    padding-top: 8px;
}

.ecx-chronicles .ecx-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.ecx-chronicles .affix {
    padding-top: 40px;
}

.ecx-chronicles .nav > li > a {
    display: block;
    padding: 0;
    text-align: center;
    color: #000000;
}

.ecx-chronicles #ecx-scrollspy {
    padding-top: 100px;
    display: block;
    width: 75px;
}

.ecx-chronicles .nav > li.ecx-navyear > a,
.ecx-chronicles .nav > li.ecx-navyear:active > a,
.ecx-chronicles .nav > li.ecx-navyear:focus > a {
    color: #000;
    font-weight:bold;
    transition: none;
    background-color: transparent;
    outline: none !important;
}

.ecx-chronicles .nav > li.ecx-navyear.active,
.ecx-chronicles .nav > li.ecx-navyear.active:hover,
.ecx-chronicles .affix-top .nav > li.ecx-navyear:first-child {
    padding: 20px 0;
}

.ecx-chronicles .nav > li.ecx-navyear:hover,
.ecx-chronicles .nav > li.ecx-navyear:focus,
.ecx-chronicles .nav > li.ecx-navyear:active {

}

.ecx-chronicles .nav > li.ecx-navyear.active > a,
.ecx-chronicles .nav > li.ecx-navyear.active:hover > a,
.ecx-chronicles .nav > li.ecx-navyear.active:hover > a,
.ecx-chronicles .affix-top .nav > li.ecx-navyear:first-child > a {
    border: 2px solid #689737;
    margin: 0;
    color: #689737;
    border-radius: 20px;
    display: block;
    height: 75px;
    background-color: #fff;
    z-index: 1;
    padding-top: 20px;
    transition: none;
    font-size: 20px;
    cursor:pointer;
}

.ecx-chronicles .nav > li.ecx-navyear:hover > a,
.ecx-chronicles .nav > li.ecx-navyear:focus > a,
.ecx-chronicles .nav > li.ecx-navyear:active > a {
    border: 2px solid #689737;
    color: #689737;
    border-radius: 10px;
    margin: -2px 0;
}









.ecx-history .nav > li.ecx-navyear:hover {
    padding: 0 0 0 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0px 0px 0px 12px;
}

.ecx-history .nav > li.ecx-navyear:hover  > a {
    padding: 0px 0px;
    transform: rotate(-45deg);
    transition: none;
    border: 0;
    background-color: transparent;
    text-align: center;
    width: 69px;
    left: -15px;
    height: 100%;

}


/*.ecx-history .affix-top .nav > li.ecx-navyear:first-child > a,*/
.ecx-history .nav > li.ecx-navyear.active > a,
.ecx-history .nav > li.ecx-navyear.active:hover > a,
.ecx-history .nav > li.ecx-navyear.active:active > a,
.ecx-history .nav > li.ecx-navyear.active:focus > a {
    padding: 10px 15px;
    transform: rotate(-45deg);
    transition: none;
    border: 0;
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    left: 0px;
}

@media ( min-width : 768px) {
    .ecx-history .affix {  top:150px;}

    .ecx-history .ecx-colleft { border-right: 1px solid #000; margin-right:-1px; padding-right:0;}
    .ecx-history .ecx-colleft .ecx-history-item:first-child { padding-top: 0px;}
    .ecx-history .ecx-colright { border-left: 1px solid #000;  margin-left:0px; padding-left:0;}
    .ecx-history .ecx-history-item.ecx-left hr { float:right;}
    .ecx-history .ecx-history-item {
        background-image: url('../img/historypoint.png');
        background-repeat: no-repeat;
        background-position: 100% 100px;
        margin-bottom: 50px;
        padding: 100px 40px 0px 40px;
        margin-right: -8px;
        position: relative;

    }
    .ecx-history .ecx-year {  position: relative; top: -5px;}
    .ecx-history .ecx-colleft .ecx-history-item:first-child {
        margin-top:0px;
        background-position: 100% 0%;
    }
    .ecx-history .ecx-history-item.ecx-right {
        background-position: 0% 100px ;
        margin-left: -8px;
    }

    .ecx-history .ecx-history-item.ecx-left {  text-align: right; }



}

/***************************************************
* Video
****************************************************/
/*
.ecx-video-wrapper {
    width: 100%;
    max-width: 100%;
}

.ecx-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.ecx-video iframe {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/


.ecx-video iframe {
    width: 550px;
    height: 320px;
}


/***************************************************
* Forms
****************************************************/
.btn { border-radius:0; border:0; text-transform:uppercase; font-weight: bold; padding: 8px 30px }
.btn:hover { opacity:0.75;}
.btn-primary { background-color:#5C983F !important; color:#fff !important; border-color:#5C983F !important;}


label { font-weight: normal; }
.ecx-required label { font-weight: bold; color:#5C983F}
.ecx-required .form-control {  border-color: #5C983F; background-color: #e6efe2}


.green { font-weight: bold; color:#5C983F}
.red { font-weight: bold; color:red}


.pos-error {
    color: #A94442;
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    text-align: left;
}

.pos-required-field .pos-required-sign:after {
    content: "*";
}

.has-error .help-block {
    font-weight: bold;
    font-size: 12px;
}

.tx-srfreecap-pi1-cant-read {
    display: block;
    font-size: 85%;
}

.form-control { border-radius:0; padding: 0px 15px; height: 36px; line-height: 36px; }
.form-control:focus {
    border-color: #5C983F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 200, 200, 0.6);
}

#contact-form .ecx-field-callback,
#newsletter-form .ecx-field-callback {
    margin-top: -15px;
    margin-bottom: 15px;
}


/************************************************
 news
 ************************************************/
.ecx-news .ecx-news-list-item h3 { margin:0;}
.ecx-news .ecx-lead { padding: 10px 0px; font-size: 18px;}
.ecx-news.ecx-news-single { margin-bottom: 30px;}
.ecx-news .ecx-divider { margin-bottom: 30px;}
.ecx-news .ecx-backbtn { margin-top: 30px;}
.ecx-news .ecx-news-list-view .btn-primary { margin-bottom: 15px;}


/************************************************
 HV Stammdatenpflege
 ************************************************/
.ecx-hv label { font-weight: bold;}
.ecx-hv .ecx-search small { font-weight: 100;}
.ecx-hv .hv-error { text-align: center;}
.ecx-hv .hv-delete td { background-color: #f2dede}
.ecx-hv .ecx-btn { width: 40px; text-align: center; padding: 8px 0px;}
.ecx-hv .ecx-error input,
.ecx-hv .ecx-error select {
    background-color:#f2dede;
    border-color:#a94442;
}
.ecx-hv .ecx-note {
    width: 100%;
    min-height: 150px;
}
.ecx-hv .ecx-error label { color:#a94442;}
.ecx-hv .ecx-error { color:#a94442;}
.ecx-hv .ecx-inputerror { font-size:10px;}
.ecx-hv .ecx-activesample { background-color: #c0c4da !important;}

.ecx-hv .ecx-yesnofield {
    width: 60px;
}

.ecx-hv .ecx-contactemail {
    width: 180px;
}

.ecx-hv td {
    padding: 3px 2px !important;
}

.ecx-hv th {
    padding: 7px 2px !important;
}

.ecx-hv .ecx-datefield {
    width: 130px !important;
    max-width: 130px !important;
}
.ecx-hv .ecx-articlenr  {
    width: 80px !important;
    max-width: 80px !important;
}

.ecx-hv .ecx-textinput input,
.ecx-hv .ecx-articlenr input,
.ecx-hv .ecx-datefield input
{
    padding-right:3px;
    padding-left:3px;
}

.ecx-hv .ecx-buttonfield  {
    width: 46px;
    max-width: 46px;
}


.ecx-hv select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-left: 3px;
    padding-right: 7px;
    height: 36px;
    background-repeat:no-repeat;
    background-position: top 15px right 3px;
    background-image:url('../img/selectdown.png');
}
.ecx-hv .ecx-print {
    display:none;
}

@media print {
    #ecx-pid-396 #ecx-navbar,
    #ecx-pid-396 footer,
    #ecx-pid-396 .ecx-topbutton,
    #ecx-pid-396 .ecx-nav-menu-rootline,
    #ecx-pid-396 .ecx-minimap-plugin,
    #ecx-pid-396 button,
    #ecx-pid-396 .ecx-btn,
    #ecx-pid-396 hr

    {
        display:none !important;
    }
    body#ecx-pid-396 :first-child { margin-top:0;}
    #ecx-pid-396  #ecx-main { margin:0; padding:0;}
    body#ecx-pid-396  { padding: 5px; margin:0px;}
    #ecx-pid-396 h1 { margin: 0px; font-size: 20px;}
    #ecx-pid-396 h2 { margin: 0px; font-size:16px;}
    #ecx-pid-396 h3 { margin: 0px; font-size:14px;}
    #ecx-pid-396 input, #ecx-pid-396 select { border:0px solid transparent; margin:0; padding:0; height:auto; width:100%; line-height: 1em;}
    #ecx-pid-396 td,
    #ecx-pid-396 th
    {  border:1px solid #dfdfdf; padding:2px; font-size: 12px}


    #ecx-pid-396 th {
        background-color: #666 !important;
        color:#fff !important;
    }

    #ecx-pid-396 .container { max-width:100%; width:100%; margin:0; padding:0;}
    #ecx-pid-396 .ecx-cframe.ecx-layout1 .ecx-ctype.ecx-ctype-header { margin:0px;}

    #ecx-pid-396 .ecx-ctype,
    #ecx-pid-396 .ecx-cgroup {
        margin:0 auto;
        max-width: 100%;
    }
    #ecx-pid-396 .form-group {    border:0px solid red; margin:0;}
    #ecx-pid-396 label { font-size: 12px;
        background-color: #606060 !important;
        color:#fff !important;
        display: inline-block;
        width:100%;
        margin:0;
        border-bottom: 1px solid #fff;
        border-right: 3px solid #fff;
        padding: 2px;
        line-height: 1em;
    }

    #ecx-pid-396 .ecx-leftcol,
    #ecx-pid-396 .ecx-rightcol {
        width: 50%;
        float: left;
    }

    .no-print {
        display: none !important;
    }
    #ecx-pid-396                           .ecx-inputerror { display:none;}
    #ecx-pid-396 .row { margin:0;}

    #ecx-pid-396 input,
    #ecx-pid-396 select {
        display:none;
    }
    #ecx-pid-396 .col-md-6,
    #ecx-pid-396 .col-sm-4,
    #ecx-pid-396 .col-sm-8,
    #ecx-pid-396 .col-sm-12{
        position: static;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #ecx-pid-396 .ecx-print { display:block;}

}
/************************************************
 slider
 ************************************************/
.ecx-slider .ecx-item { position: relative;}
.ecx-slider .ecx-bottombtn {
    display: none;
    margin-top: 30px;
    border: 2px solid #fff;
    padding: 7px 10px;  font-size: 18px;
    position: relative;
    text-shadow:none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}


.ecx-slider .ecx-bottombtn:after {
    content:' ';
    background-image:url('../img/icondownbtn_fullslider.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 20px;
    width:100%;
    position: absolute;
    bottom: -35px;
    left:0;
    right:0;

}

.ecx-slider .ecx-item .ecx-slidetext {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 160px;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    font-family: Arial, 'Helvetica Neue','sans-serif','Geneva';
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);

}



.ecx-slider .slick-dots {
    position: absolute;
    bottom:0;
    margin:0;
    padding:0;
    list-style-type:none;
    left: 50%;
    transform: translate(-50%, 0);
    width:100%
    padding: 0 15px;
}



.ecx-slider .slick-dots > li { float: left;}
.ecx-slider .slick-dots > li button {
    width: 190px;
    height:100px;
    background-color: #5A6C91;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom:0;
    border-right:0;
    background-size:cover;
    background-repeat: no-repeat;
}

.ecx-slider .slick-dots > li:last-child button { border-right: 1px solid #fff;}

.ecx-slider .slick-dots > li.slick-active button {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 2px solid #fff;
    border-bottom:0px;
}


.ecx-fullslide.ecx-slider .ecx-item {
    max-height: 75vh;
    max-width: 130vw;
}
.ecx-fullslide.ecx-slider .ecx-slidetext hr {
    margin-top:0;
    margin-bottom:0;
}


@media (min-width: 500px) and ( max-height: 400px ) {
    .ecx-fullslide.ecx-slider .ecx-item {
        max-height: 100vh;
        max-width: 130vw;
    }
}

.ecx-bottomslide.ecx-slider .ecx-item {
    max-width: 120vw;
}


.ecx-fullslide.ecx-slider .slick-dots > li {
    display: block;
    width: 10%;
    position: relative;
}


.ecx-fullslide.ecx-slider.ecx-slidecount-4 .slick-dots > li { width: 25%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-5 .slick-dots > li { width: 20%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-6 .slick-dots > li { width: 16.6666%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-7 .slick-dots > li { width: 14.2857%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-8 .slick-dots > li { width: 12.5%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-9 .slick-dots > li { width: 11.1111%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-10 .slick-dots > li { width: 10%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-11 .slick-dots > li { width: 9.0909%; }
.ecx-fullslide.ecx-slider.ecx-slidecount-12 .slick-dots > li { width: 8.3333%; }

.ecx-fullslide.ecx-slider.ecx-slidecount-8 .slick-dots > li {
    width: 12.5%;
    position: relative;
}

.ecx-fullslide.ecx-slider .slick-dots > li button {
    width: 100%;
    height:100%;
    background-color: #5A6C91;
    padding:0;
    display:block;
}
.ecx-fullslide.ecx-slider .slick-dots { width:100%; display:block; padding: 0px 10%;}
.ecx-fullslide.ecx-slider .slick-dots:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .ecx-fullslide.ecx-slider .slick-dots > li.slick-active button:after {
        display: block;
        position: absolute;
        width: calc(100% - 5px);
        height: 10px;
        background-color: #679737;
        margin-top: 3px;
        content: ' ';
    }
}

.ecx-fullslide.ecx-slider .ecx-slidetext { text-align: center; display:none; bottom: 25px;}



.ecx-slidetext .ecx-headline1 { font-size: 24px; font-weight: 100;}
.ecx-slidetext .ecx-headline2 { font-size: 30px; font-weight: bold; line-height: 30px; }
.ecx-slidetext .ecx-subline { font-size: 15px; line-height: 1.2em; font-weight: bold;padding-bottom: 0px; }


.ecx-slider hr { border: 0px solid transparent;}


.ecx-slider.ecx-bottomslide .ecx-slidetext {
    position: absolute;
    color: #fff;
    text-align: left;
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 90vw;
    margin:0 auto;
}

.ecx-slider.ecx-bottomslide .ecx-slidetext .ecx-headline1 { font-size: 18px; font-weight: 100; padding-bottom: 10px;}
.ecx-slider.ecx-bottomslide .ecx-slidetext .ecx-headline2 { font-size: 26px; font-weight: bold; line-height: 1em; padding-bottom: 0px; }
.ecx-slider.ecx-bottomslide .ecx-slidetext .ecx-subline {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image:url('../img/iconrightlarge_white.png');
    background-repeat: no-repeat;
    background-position: top 4px right 0px;
    padding-right: 20px;
    display:inline-block;
}

.ecx-slider.ecx-bottomslide .ecx-sliderimg {position: relative;}

.ecx-slider.ecx-bottomslide .ecx-sliderimg:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.ecx-slider .ecx-item:hover .ecx-sliderimg:after { opacity:0.4;}

.ecx-slider.ecx-bottomslide hr { border-bottom: 3px solid #fff; text-align: left; margin-left:0; width: 150px;}
.ecx-slider.ecx-bottomslide .slick-active .ecx-sliderimg:after { opacity:0;}


.ecx-slider.ecx-bottomslide .slick-dots {
    position: absolute;
    top:0;
    bottom: auto;
    margin:0;
    list-style-type:none;
    left: 50%;
    width:100%;
    padding: 0 15px;
    transform: translate(-50%, 0);
}
.ecx-slider.ecx-bottomslide .slick-dots > li {
    display:block;
    width: 33.3333333333%;
}
.ecx-slider.ecx-bottomslide .slick-dots > li button {
    width:100%;
    height:50px;
    background-color: rgba(30,30,30,0.5);
    border: 0px solid transparent !important;
    color: #fff;
    font-weight: 600;
    text-transform:uppercase;
}


.ecx-subline { max-width: 90vw; margin:0 auto;}
.ecx-slider.ecx-bottomslide .ecx-sliderimg:after {  background: rgba(0, 0, 0, 0.6);}
.ecx-slider.ecx-bottomslide .slick-dots > li.slick-active button {
    background-color: rgba(255,255,255,1);
    color: #000;
}


@media ( max-width : 991px) {
    .ecx-fullslide.ecx-slider .slick-dots { width: 200px; padding:0; bottom: -20px;}
    .ecx-fullslide.ecx-slider .slick-dots img { display:none;}
    .ecx-fullslide.ecx-slider .slick-dots li { width: 20px; margin:0 auto;}
    .ecx-fullslide.ecx-slider .slick-dots li button { border:0; border-radius: 100%; background-color: #EEEEEE; width: 10px; height: 10px;}
    .ecx-fullslide.ecx-slider .slick-dots > li.slick-active button {  background-color: #689835; }

}


@media ( min-width : 768px) {
    .ecx-slider.ecx-bottomslide .ecx-slidetext .ecx-headline1 { font-size: 28px; }
    .ecx-slider.ecx-bottomslide .ecx-slidetext .ecx-headline2 { font-size: 40px;  }

    .ecx-slidetext .ecx-headline2 { font-size: 55px; line-height: 55px; }
    .ecx-fullslide.ecx-slider .ecx-slidetext {  bottom:60px; width:100%;  font-family: 'Open Sans', sans-serif; display:block; margin:0 auto; max-width: 80vw;}
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-subline { font-weight: 100;   font-size: 24px; max-width: 100vw; margin:0 auto; display:none; }



    .ecx-fullslide.ecx-slider .ecx-item {  max-height: 80vh;}
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-headline1 { font-size: 36px; font-weight: 100;}
    .ecx-slider .ecx-bottombtn {
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
        display: inline-block;
    }
    /*  .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-subline { padding-bottom: 50px; } */

    .ecx-slider.ecx-bottomslide .slick-dots > li { width: 33.3333333333%;  }
    .ecx-slider.ecx-bottomslide .slick-dots {  padding: 0 25vw;  }

    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-headline1 { text-align: right; }
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-headline2 { text-align: right; }
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-subline { text-align: right; }
}

@media ( min-width : 992px) {
    .ecx-fullslide.ecx-slider .ecx-item {  max-height: 95vh;}
    .ecx-fullslide.ecx-slider .ecx-slidetext { bottom:120px;}


}

@media ( min-width : 1200px) {
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-subline { display:block; }
    .ecx-fullslide.ecx-slider .ecx-slidetext .ecx-headline2 { font-size: 70px; line-height: 70px; }
    .ecx-fullslide.ecx-slider .ecx-item {  max-height: 100vh;}
}

@media ( min-width : 1600px) {
    .ecx-fullslide.ecx-slider .ecx-slidetext { padding-left: 160px; padding-right: 160px; max-width: 100vw;}
}

@media ( max-width : 991px) {
    .ecx-fullslide.ecx-slider .ecx-slidetext { padding-left: 30px; padding-right: 30px; max-width: 100vw;}
}
/************************************************
ecx-footer
************************************************/
#ecx-footer {
    background-color: #5C983F;
    color: #fff;
}

#ecx-footercontent a.ecx-morelink {
    text-transform: uppercase;
    font-weight: 600;
}
#ecx-footercontent a { color: #fff; text-decoration:none;}
#ecx-footercontent a:hover { text-decoration:underline;}
#ecx-footercontent {
    padding: 40px 15px;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
}

#ecx-footercontent .ecx-langwrap{
    position:relative;
    float:left;
}

#ecx-footercontent .ecx-langwrap li a,
#ecx-footercontent .ecx-langwrap .ecx-currentlang {
    background-repeat: no-repeat;
    background-position: top 7px left 5px;
    padding-left: 26px;
    background-size: 16px;
}
#ecx-footercontent .ecx-langwrap li a { color:#000; text-decoration: none; display:block;}
#ecx-footercontent .ecx-langwrap li a:hover { color:#fff; background-color: #5C983F;}
#ecx-footercontent .ecx-langwrap .ecx-de a { background-image: url('../img/de.png');}
#ecx-footercontent .ecx-langwrap .ecx-en a { background-image: url('../img/uk.png');}
#ecx-footercontent .ecx-langwrap .ecx-es a { background-image: url('../img/es.png');}
#ecx-footercontent .ecx-langwrap .ecx-fr a { background-image: url('../img/fr.png');}
#ecx-footercontent .ecx-langwrap .ecx-it a { background-image: url('../img/it.png');}
#ecx-footercontent .ecx-langwrap .ecx-sv a { background-image: url('../img/se.png');}
#ecx-footercontent .ecx-langwrap .ecx-no a { background-image: url('../img/no.png');}
#ecx-footercontent .ecx-langwrap .ecx-da a { background-image: url('../img/dk.png');}
#ecx-footercontent .ecx-langwrap .ecx-nl a { background-image: url('../img/nl.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-de { background-image: url('../img/de.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-en { background-image: url('../img/uk.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-es { background-image: url('../img/es.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-fr { background-image: url('../img/fr.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-it { background-image: url('../img/it.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-sv { background-image: url('../img/se.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-no { background-image: url('../img/no.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-da { background-image: url('../img/dk.png');}
#ecx-footercontent .ecx-langwrap .ecx-currentlang.ecx-nl { background-image: url('../img/nl.png');}

#ecx-footercontent .ecx-basemenue ul,
#ecx-footercontent .ecx-langwrap ul {
    list-style-type: none;
    margin:0;
    padding:0px 0px 0px 0px;

}

#ecx-footercontent .ecx-langmenue {
    background:none;
    border:0;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top 9px right 0px;
    padding-right: 20px;
    text-transform:uppercase;
    font-weight: 600;
    background-image:url('../img/icondown_white.png');
    cursor: pointer;

}

#ecx-footercontent .ecx-langmenue:hover ul { }
#ecx-footercontent .ecx-langwrap ul {
    position: absolute;
    bottom:25px !important;
    top:auto !important;
    transform: none !important;
    left:7px;
    right: 200px;
    width:200px;
    padding: 2px;
    z-index:9999999999999;
    background-color: rgba(255,255,255,0.9);
    /*border: 1px solid black;*/
    -webkit-box-shadow: 0 0 2px 1px #CCCCCC;
    box-shadow: 0 0 2px 1px #CCCCCC;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;


}
#ecx-footercontent .ecx-partnerlogin {
    float: left;
    width:160px;
}

#ecx-footercontent .ecx-basemenue ul {
    padding:20px 0px 0px 0px;
    clear:both;
}

#ecx-footercontent .ecx-basemenue ul.ecx-navlevel1 > li {
    float: left;
    padding-right: 20px;
}

#ecx-footercontent .ecx-basemenue ul.ecx-navlevel1 > li a { font-weight: 600; text-transform: uppercase;}

@media ( max-width : 1199px) {
    #ecx-footercontent .ecx-footerlinks {
        padding-top: 30px;
    }
    #ecx-footercontent .ecx-partnerlogin { width: 16.66666667%;}
    #ecx-footercontent .ecx-langwrap {float: left; width: 27.78%; padding: 0px 15px;}
    #ecx-footercontent .ecx-basemenue {
        clear: left;
        padding: 0px 0px 0px 0px;
    }

    #ecx-footercontent .ecx-basemenue ul {
        padding: 0;
    }
}


@media ( min-width : 992px) {
    #ecx-footercontent .ecx-basemenue {
        padding: 0px 0px 0px 0px;
    }
}

@media ( min-width : 1200px) {
    #ecx-footercontent .ecx-basemenue {
        padding: 0px 0px 0px 0px;
    }


}

@media ( max-width : 991px) {
    #ecx-footercontent { font-size: 0.9em;}
    #ecx-footercontent .ecx-basemenue ul.ecx-navlevel1 > li { padding-right:10px;}
    #ecx-footercontent .ecx-basemenue ul.ecx-navlevel1 > li:last-child { padding-right:0px;}
}


@media ( max-width : 767px) {
    #ecx-footercontent .ecx-langwrap ul{ left: 50%; margin-left:-100px;}
    #ecx-footercontent img { margin:0 auto 15px auto;}
    #ecx-footercontent { text-align: center; font-size: 1em;}
    #ecx-footercontent .ecx-call { padding: 15px 0px;}
    #ecx-footercontent .ecx-partnerlogin { width: 50%;}
    #ecx-footercontent .ecx-langwrap {width: 50%; }

    #ecx-footercontent .ecx-basemenue { text-align: center; padding-top: 30px; width:100%;}
    #ecx-footercontent .ecx-basemenue li { display:inline-block; float: none !important;}

    #ecx-footercontent .ecx-partnerlogin { width: 100%;}
    #ecx-footercontent .ecx-langwrap {width: 100%; }
}


@media ( max-width : 479px) {
    #ecx-footercontent .ecx-partnerlogin { width: 100%;}
    #ecx-footercontent .ecx-langwrap {width: 100%; }
}

/************************************************
Bredcrumb
 ************************************************/
.ecx-nav-menu-rootline > div { display:none;}
.ecx-nav-menu-rootline { font-size:12px; padding:20px 15px 20px 15px; color:#777777;}

@media ( min-width : 768px) {
    .ecx-nav-menu-rootline > div { display:block;}

    .ecx-nav-menu-rootline a { color: #000;}
    .ecx-nav-menu-rootline a:hover { color: #5c983f; text-decoration:none;}



    .ecx-nav-menu-rootline a:after {
        content: "\f061";
        font-family: "FontAwesome";
        padding: 0 5px;
        color: #ccc;
    }

    .ecx-nav-menu-rootline .ecx-homelink:before {
        content:"";
        padding:0 !important;
    }
}


@media ( min-width : 1200px) {
    .ecx-nav-menu-rootline  {padding:20px 0px 20px 0px;}
}

/************************************************
 social footer
 ************************************************/
#ecx-socialfooter { border-bottom: 1px solid #fff; padding:15px 0px; text-align:center;}
#ecx-socialfooter .ecx-follow-us { display: inline;}
#ecx-socialfooter .ecx-follow-us img { padding: 0 7px; width:40px; height:auto;}


/************************************************
  shop menu with lock in
************************************************/
#ecx-nav361 a { color: #3A4E87;}
#ecx-nav361 a:hover { color: #679737;}



#ecx-pid-53 #ecx-nav361 a { color: #fff;}
#ecx-pid-53 #ecx-nav361 a:hover { color: #8CD049;}


#ecx-nav361 a:before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}
/************************************************
 lightbox styling
 ************************************************/
.ecx-lb-bg { z-index:99999999999999999999; position: fixed; overflow: hidden; top: 0; left: 0; height: 100%; width: 100%; background-color: #000;	opacity: 0.9;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
.ecx-lb-outer {z-index:9999999999999999999;  position: absolute; margin:20px 10px; top:0; padding: 30px 20px 0px 20px; border: 0px solid; background-color: #f0f0f0; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.2);}

.ecx-lb-header { overflow: hidden; height:0px; padding: 5px 10px; border: 0px solid; }
.ecx-lb-footer { overflow: hidden;  padding-top: 10px; padding-bottom: 10px; height:40px; font-size:0.75em; line-height:1em; }

.ecx-lb-content {overflow: hidden;  border: 1px solid #e0e0e0; }
.ecx-lb-content-dom { padding: 5px;; overflow:auto;}
.ecx-lb-content img.ecx-lb-img {  width: auto; height: auto;}

.ecx-lb-close { position: absolute; cursor: pointer; right: 0; top: 0; margin: 15px; background-image: url(../images/closeBtn.png); background-repeat:no-repeat; width: 12px; height: 12px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.ecx-lb-inner { overflow: hidden !important; padding: 0px 0px 0px 0px;}
.ecx-lb-nav-thumbs { overflow:hidden;  width:0; padding: 10px 0px;}
.ecx-lb-navImages { width: 100000000px; }
.ecx-lb-content iframe { width:720px; height: 450px; border:0; min-width:50%;}
.ecx-lb-thumb img {
    overflow: hidden;
    float: left;
    border: 1px solid #c0c0c0;
    margin: 0px 10px;
    padding: 1px;
    height: 80px;
    width:auto;
    box-shadow: 0px 0px 5px 1px #d0d0d0;
    -moz-box-shadow:    0px 0px 5px 1px #d0d0d0;
    -webkit-box-shadow: 0px 0px 5px 1px #d0d0d0;
}

.ecx-lb-thumb img:hover {
    -moz-box-shadow:    0px 0px 5px 1px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px 1px #a9a9a9;
    box-shadow: 0px 0px 5px 1px #a9a9a9;
}

.ecx-lb-thumb-active img {
    -moz-box-shadow:    0px 0px 5px 1px #428bca;
    -webkit-box-shadow: 0px 0px 5px 1px #428bca;
    box-shadow:       0px 0px 5px 1px #428bca;
}

.ecx-lb-nav { position: absolute; cursor: pointer; margin-right:0%; opacity:0.55; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"; background-repeat:no-repeat; width: 31px; height: 26px;}
.ecx-lb-nav-next {  right:15px; background-image: url(../images/nextBtn.png); }
.ecx-lb-nav-prev {  left:15px;  background-image: url(../images/prevBtn.png); }
.ecx-lb-footertext { color: #505050; margin: -5px 35px 0px 35px; padding: 2px 5px; }
.ecx-lb-nav.ecx-lb-nav-disabled {cursor: not-allowed; opacity:0.15 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";}

.ecx-lb-nav-prev:hover, .ecx-lb-nav-next:hover { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.ecx-lb-close:hover { opacity:0.55; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"; }

.ecx-lb-load {
    background-image: url(../images/loader.gif);
    background-repeat:no-repeat;
    background-position: center 30px;
    padding: 112px 10px 10px 10px;
    margin: auto;

    text-align: center;
    font-size: 0.75em;
    color: #000;
    overflow: hidden;
}


.ecx-lb-inverse { border-color:#000 #000; background-color: black; color: white;}
.ecx-lb-inverse .ecx-lb-content {border-color: #e0e0e0 #e0e0e0; }
.ecx-lb-inverse .ecx-lb-load {background-image: url(../images/loader-inverse.gif); color: white; }
.ecx-lb-inverse .ecx-lb-close { background-image: url(../images/closeBtn-inverse.png); }
.ecx-lb-inverse .ecx-lb-nav-next { background-image: url(../images/nextBtn-inverse.png);}
.ecx-lb-inverse .ecx-lb-nav-prev { background-image: url(../images/prevBtn-inverse.png); }
.ecx-lb-inverse  .ecx-lb-thumb img {
    border: 1px solid #909090;
    box-shadow: 0px 0px 5px 1px #d0d0d0;
    -moz-box-shadow:    0px 0px 5px 1px #d0d0d0;
    -webkit-box-shadow: 0px 0px 5px 1px #d0d0d0;
}

.ecx-lb-inverse .ecx-lb-thumb img:hover {
    -moz-box-shadow:    0px 0px 5px 2px #fff;
    -webkit-box-shadow: 0px 0px 5px 2px #fff;
    box-shadow: 0px 0px 5px 2px #fff;
}

.ecx-lb-inverse .ecx-lb-thumb-active img {
    -moz-box-shadow:    0px 0px 5px 3px #428bca;
    -webkit-box-shadow: 0px 0px 5px 3px #428bca;
    box-shadow:       0px 0px 5px 3px #428bca;
}


@media print {
    .ecx-mobilenav{ display:none !important;}
    .ecx-logo-description  { width: 100px; display: block; margin: 0 auto;}
    .ecx-logo { margin-top: 20px; display: table; margin:0 auto;}

    .ecx-logo-description > span { margin: 0 auto; color: #fff !important; background-color: #000;}
    .ecx-logo .ecx-logoholder img { display: block; margin-left: auto; margin-right: auto;}
    .ecx-logo .ecx-logoholder { display: inline-block; margin: 0 auto;  }
    a[href]:after {
        content: none !important;
    }
    .ecx-fixed { position: static;}
    .ecx-slider * { color: #fff !important;}
    #ecx-page { margin-top: 0 !important;}

}

.ecx-installationpartner-search .table-repsonsive, .ecx-distributionpartner .table-repsonsive
{
    overflow-y:auto;
}
