
/* Layout */
#footer {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #d0d1d3;
    color: #000;
}

#header {
    position: relative;
    margin-bottom: 25px;
}

#footer a:link,
#footer a:visited {
    color: #737373;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #8a8a8a;
}

.know-box {
    z-index: 200;
    position: absolute;
    top: 20%;
    right: 15%;
    max-width: 300px;
    background: #fff;
    background: rgba(255, 255, 255, 0.90);
    padding: 5px 10px;
}

.slider-box {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
}

.cart-box {
    z-index: 999;
    top: 10%;
    right: 25%;
}

.lang-box {
    z-index: 998;
    top: 10%;
    right: 15%;
}
.slider-box a:link,
.slider-box a:visited {
    color: #000;
    text-decoration: none;
}
.slider-box a:active,
.slider-box a:hover,
.slider-box a:focus,
.slider-box a.active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.slide-header {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 2;
    min-width: 30%;
    padding: 20px 30px;
    font-size: 22px;
    text-align: center;
    background: #88d293;
    color: #fff;
}

.slide-link {
    border: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 805;
    min-width: 30%;
    padding: 20px 0;
    font-size: large;
    opacity: 1;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
}
.slide-link-1 {
    top: 20%;
}
.slide-link-2:link,
.slide-link-2:visited {
    top: 40%;
    min-width: 25%;
    background: #fff;
    color: #000;
}

.slide-link:hover,
.slide-link:focus,
.slide-link:active {
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
    opacity: 0.85;
    min-width: 35%;
}
.slide-link-2:hover,
.slide-link-2:focus,
.slide-link-2:active {
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -ms-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    transition: linear 0.2s;
    min-width: 30%;
}
.slide-link-3 {
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    top: 60%;
}
.slide-link-3-link:link,
.slide-link-3-link:visited {
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
}
.slide-link-3-link:hover,
.slide-link-3-link:focus,
.slide-link-3-link:active {
    color: #fff;
    text-decoration: none;
}

.img-landing {
    border: 2px solid #c3c3c3;
}

.imagebox-text {
    padding-left: 20px;
    min-height: 250px;
    background: url('../images/imagebox.border.png') no-repeat 0 0;
    font-size: 12px;
}
.imagebox-text h2 {
    font-size: 20px;
    padding-top: 10px;
    margin-top: 0;
}

.form-front {
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    min-height: 150px;
    padding: 10px;
}

.content-extra {
    background: #f1f1f1;
    padding-bottom: 40px;
    margin-top: 20px;
}

.faq-panel-heading {
    padding: 7px 10px;
}

/* Products */
.product-list-item:hover img,
.product-list-item:focus img {
    opacity: 0.7;
}

.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:hover,
.multiselect-container.dropdown-menu > .active > a:focus {
    background: #b5b5b5;;
}

.multiselect-container > li.multiselect-group-clickable label {
    white-space: nowrap;
}

#productListHolder {
    float: left;
    clear: both;
}

#productList {
    float: left;
    width: 100%;
}

#productList li {
    min-height: 220px;
    width: 215px;
    float: left;
    border-right: 1px dotted #afafaf;
    padding-left: 5px;
    margin-left: 25px;
    margin-bottom: 25px;
}

#productList img {
    border: none;
    float: right;
}

#productList img:hover {
    opacity: 0.9;
}

#productList a.productLink:link,
#productList a.productLink:visited {
    color: #7b7b7b;
    height: 31px;
    line-height: 31px;
    float: left;
    clear: both;
    width: 175px;
    padding-right: 35px;
    /* background: url('../images/product_bg_link.png') no-repeat right bottom; */
}

#productList a.productLink:hover,
#productList a.productLink:focus,
#productList a.productLink:active {
    color: #8BC43C;
    background-position: right top;
}

#productList li.new .productLink,
#productList li.exposed .productLink {
    color: #689d38;
}

#productListHolder h3 {
    float: left;
    /* width: 300px; */
    margin-bottom: 4px;
}

#productNav {
    float: right;
    text-align: right;
    width: 200px;
}

.nod-msg {
    color: #9b0d0b;
}

/* Navigation */
.leaf-normal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: linear 0.3s;
}

.leaf-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.leaf1 {
    top: 220px;
    left: -10px;
    position: absolute;
    width: 178px;
    height: 46px;
    transform: rotate(34deg);
    /* transform-origin: 100% 100%; */
}
.leaf2 {
    top: 49px;
    left: 95px;
    position: absolute;
    width: 64px;
    height: 246px;
    /* transform: rotate(5deg); */
    /* transform-origin: 100% 100%; */
}
.leaf3 {
    top: -13px;
    left: 170px;
    position: absolute;
    width: 67px;
    height: 337px;
    transform: rotate(19deg);
    /* transform-origin: 100% 100%; */
}
.leaf4 {
    top: 175px;
    left: 140px;
    position: absolute;
    width: 289px;
    height: 69px;
    transform: rotate(-38deg);
    /* transform-origin: 100% 100%; */
}
.leaf5 {
    top: 260px;
    right: 0;
    position: absolute;
    width: 201px;
    height: 64px;
    /* transform: rotate(5deg); */
    /* transform-origin: 100% 100%; */
}
.leaf6 {
    bottom: 0;
    right: 24px;
    position: absolute;
    width: 234px;
    height: 183px;
    /* transform: rotate(34deg); */
    /* transform-origin: 100% 100%; */
}
.leaf6:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf6:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(10px, 10px) rotate(-3deg);
    transition: linear 0.5s;
}

.leaf5:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf5:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(10px, 0px) rotate(2deg);
    transition: linear 0.5s;
}

.leaf4:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf4:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(20px, 1px) rotate(-1deg);
    transition: linear 0.5s;
}

.leaf3:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf3:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(0, -20px) rotate(-2deg);
    transition: linear 0.5s;
}

.leaf2:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf2:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(0px, -20px) rotate(2deg);
    transition: linear 0.5s;
}

.leaf1:hover .leaf-normal {
    opacity: 0;
    transition: linear 0.5s;
}
.leaf1:hover .leaf-hover {
    opacity: 1;
    transform: scale(1.2, 1.2) translate(0px, 0px) rotate(3deg);
    transition: linear 0.5s;
}

/* Dropdown menu */
.navbar .dropdown {
    color: #fff;
    /* width: 160px; */
    background: none;
}
.navbar .dropdown-toggle {
    font-size: 15px;
    color: #fff !important;
}
.navbar .dropdown.open {
    border-radius: 8px 8px 0 0;
}
.cycle-icon {
    margin-right: 5px;
    transform: rotate(270deg);
    transition: linear 0.1s;
}
.cycle-icon:hover {
    transition: linear 0.1s;
    transform: rotate(360deg);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    border-radius: 8px 8px 0 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.60);
    background-image: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.60);
}

.navbar .dropdown-menu {
    border-radius: 0 0 8px 8px;
    padding: 0;
    /* width: 160px; */
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
}

.navbar .dropdown-menu li a:hover {
    background: #6bbe7a;
}

.navbar .dropdown-menu li:last-child a {
    border-radius: 0 0 8px 8px;
}
.navbar .dropdown-menu li a {
    white-space: nowrap;
}
.menu-logo {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/icon.menu.bg.png') left top no-repeat;
}
.footer-logo {
    display: inline-block;
    width: 13px;
    height: 16px;
    margin: 0 5px;
    background: url('../images/footer.logo.icon.png') 0 bottom no-repeat;
}

.navbar .dropdown-menu li a:hover .menu-logo {
    background-position: left bottom;
}

.menu-logo-wrapper {
    display: inline-block;
    width: 15px;
    vertical-align: top;
    padding-top: 2px;
}

.menu-link-text-wrapper {
    display: inline-block;
   /*  width: 105px; */
}

.dropdown-usability {
    width: 265px;
}
/*
.dropdown-usability .menu-link-text-wrapper {
    width: 210px;
}
*/
.dropdown-usability .cycle-icon {
    transform: rotate(90deg);
    transition: linear 0.2s;
}
.dropdown-usability .cycle-icon:hover {
    transform: rotate(360deg);
    transition: linear 0.3s;
}
.dropdown-faq {
    width: 180px;
}
/* .dropdown-faq .menu-link-text-wrapper {
    width: 125px;
}*/
.dropdown-faq .cycle-icon {
    transform: rotate(0);
    transition: linear 0.2s;
}
.dropdown-faq .cycle-icon:hover {
    transform: rotate(360deg);
    transition: linear 0.5s;
}
.dropdown-legislation {
    width: 180px;
}
/*
.dropdown-legislation .menu-link-text-wrapper {
    width: 125px;
}*/
.dropdown-legislation .cycle-icon {
    transform: rotate(180deg);
    transition: linear 0.2s;
}
.dropdown-legislation .cycle-icon:hover {
    transform: rotate(360deg);
    transition: linear 0.25s;
}

/* Bootstrap overrides */
body {
    color: #000000; /* 898989 */
}

.navbar-brand {
    padding: 5px 5px 5px 15px;
    margin-right: 10px;
    height: 60px;
}

.navbar-default {
    margin-bottom: 0;
    border: 0 none;
    background: #105d2b; /* url('../images/header.bg.png') no-repeat -460px 0 */;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

.navbar-toggle {
    background: #105d2b;
}

.navbar-header {
    /* background: url('../images/header.bg.png'); */
}
.navbar-nav, .navbar-collapse {
    /* background: #105d2b; */
}

.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:hover, .navbar .dropdown-menu > .active > a:focus {
    background: #105d2b;;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #49a64e;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}



@media (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-weight: bold;
        color: #fff;
    }
    .navbar-default .navbar-nav > .open > .dropdown-toggle {
        border-radius: 0;
    }
    .menu-logo {
        background-position: left bottom;
    }
    .navbar .dropdown,
    .navbar .dropdown .dropdown-menu {
        width: 100%;
    }
    .navbar .dropdown .menu-link-text-wrapper {
        width: 80%;
    }
    .slide-link {
        padding: 5px 5px;
        font-size: 12px;
    }
    .slide-link-3-link:link,
    .slide-link-3-link:visited {
        border-width: 1px;
        padding: 5px;
    }
    .slide-link-1 {
        top: 12%;
    }
    .slide-link-2 {
        top: 45%;
    }
    .slide-link-3 {
        top: 70%;
    }
    .lang-box {
        top: 12%;
        right: 2%;
    }
    .know-box h3 {
        margin: 5px 0;
        font-size: small;
    }
    .know-box {
        display: none;
    }
    .nav-tabs {
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    .nav .dropdown-toggle {
        font-size: 12px;
        padding: 15px 5px;
    }
    .dropdown-about {
        width: 120px;
    }
    .dropdown-about-en {
        width: 340px;
    }
    .dropdown-about-en .dropdown-menu {
        width: 340px;
    }
    .dropdown-usability {
        width: 205px;
    }
    .dropdown-faq {
        width: 140px;
    }
    .dropdown-legislation li a {
        white-space: normal;
    }
    .dropdown-legislation  {
        width: 140px;
    }
    .dropdown-legislation .dropdown-menu {
        width: 310px;
    }
    .dropdown-legislation .menu-link-text-wrapper {
        width: 105px;
    }
    .nav li a {
        font-weight: bold;
        padding: 5px 5px;
        font-size: inherit;
    }
    .container {
        width: 750px;
    }
    .slide-link {
        padding: 10px 0;
    }
    .slide-link-1 {
        top: 20%;
    }
    .slide-link-2 {
        top: 40%;
    }
    .lang-box {
        top: 10%;
        right: 15%;
    }
    .know-box h3 {
        margin: 5px 0;
        font-size: 16px;
    }
    .know-box {
        max-width: 330px;
        font-size: small;
    }
}
@media (min-width: 992px) {
    .nav .dropdown-toggle {
        font-size: 14px;
        padding: 15px 5px;
    }
    .dropdown-about {
        width: 140px;
    }
    .dropdown-about-en {
        width: 340px;
    }
    .dropdown-about-en .dropdown-menu {
        width: 340px;
    }
    .dropdown-usability {
        width: 235px;
    }
    .dropdown-faq {
        width: 165px;
    }
    .dropdown-legislation li a {
        white-space: normal;
    }
    .dropdown-legislation,
    .dropdown-legislation .dropdown-menu {
        width: 165px;
    }
    .dropdown-legislation .menu-link-text-wrapper {
        width: 105px;
    }
    .nav li a {
        font-weight: bold;
        padding: 5px 5px;
        font-size: inherit;
    }
    .container {
        width: 970px;
    }
    .slide-link {
        padding: 15px 0;
    }
    .slide-link-1 {
        top: 20%;
    }
    .slide-link-2 {
        top: 40%;
    }
    .lang-box {
        top: 10%;
        right: 15%;
    }
    .know-box h3 {
        margin: 10px 0;
        font-size: 20px;
    }
    .know-box {
        border-radius: 8px;
        max-width: 330px;
        font-size: small;
    }
}
@media (min-width: 1200px) {
    .nav .dropdown-toggle {
        font-size: 14px;
        padding: 15px 5px;
    }
    .dropdown-about .dropdown-toggle {
        /* padding-left: 15px; */
    }
    .dropdown-about {
        width: 160px;
    }
    .dropdown-about-en {
        width: 340px;
    }
    .dropdown-about-en .dropdown-menu {
        width: 340px;
    }
    .dropdown-usability {
        width: 270px;
    }
    .dropdown-usability .dropdown-menu {
        width: 340px;
    }
    .dropdown-faq {
        width: 180px;
    }
    .dropdown-legislation li a {
        white-space: nowrap;
    }
    .dropdown-legislation {
        width: 160px;
    }
    .dropdown-legislation .dropdown-menu {
        width: auto;
    }
    .dropdown-legislation .menu-link-text-wrapper {
        width: auto;
    }
    .nav li a {
        font-weight: bold;
        padding: 5px 5px;
        font-size: inherit;
    }
    .container {
        width: 1170px;
    }
    .slide-link {
        padding: 20px 0;
    }
    .slide-link-1 {
        top: 20%;
    }
    .slide-link-2 {
        top: 40%;
    }
    .lang-box {
        top: 10%;
        right: 15%;
    }
    .know-box h3 {
        margin: 10px 0;
        font-size: 20px;
    }
    .know-box {
        max-width: 350px;
        font-size: small;
    }
}

.label-as-badge {
    border-radius: 1em;
}

.form-control {
    border-radius: 0;
    height: 36px;
}

.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/cycle.prev.png?v=2) 50% 98% no-repeat;}
.cycle-next { right: 0; background: url(../images/cycle.next.png?v=2) 50% 98% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block;
    width:33px;
    height:33px;
    position:absolute;
    top:0;
    right:0;
    background:url(../js/vendor/zoom/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }

.zoom {
    display:inline-block;
    position: relative;
}