/* --------------------------------------------------------
Style Sheet for Evenium

version: 1.12
last modified: 04.08.2015 by Tong ZHANG
author: Tong ZHANG

CONTENTS:
=Resets & General
=Commen Style
=Links
=Header
=Wrapper
=Main Content
=Lists
=Navigation
=Footer

NOTE:
Each HTML page has a css file.
------------------------------------------------------------*/

/*----- General ----*/

header, section, footer, aside, nav, main, article, figure, video {
    display: block;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
}

section {
    clear: both;
    width: 100%;
}
html {
    font-size: 1px;
    /* Root font size */
}
html, body {
    min-height: 100% !important;
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16rem;
    font-size: 16px;
    /* fallback font size if rem is not supported */
    background: #ffffff;
}

p {
    line-height: 28px;
    padding-bottom: 40px;
}

h2 {
    font-weight: normal;
    font-size: 24rem;
    font-size: 24px;
    /* fallback font size if rem is not supported */
}
.sectiontitle-head {
    font-weight: normal;
    font-size: 24rem;
    font-size: 24px;
    /* fallback font size if rem is not supported */
}
h3 {
    font-weight: normal;
    font-size: 22rem;
    font-size: 22px;
    /* fallback font size if rem is not supported */
}
footer {
    min-height: 80px;
    padding: 35px 0 25px 0;
    font-size: 12rem;
    font-size: 12px;
    background: white;
    z-index:9997;
}

blockquote::before {
    content: " \201C ";
}

blockquote::after {
    content: " \201D ";
}

/*----- General Class ------*/
#touch-mobile-body{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    display: none;
}
#focus-video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: #000;
    /*fall back color*/
}
#news-video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background-color: #000;
    /*fall back color*/
}
.close-video {
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    position: fixed;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}

.video-notifcation{
    color: #fff;
    font-size: 14rem;
    position: fixed;
    padding: 8px 40px 8px 15px;
    top: 50px;
    right: 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    background-image: url(../img/video-link.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 26px 26px;
}
#arrowdown {
    cursor: pointer;
}
.fr-display-fr{
    display: block;
}
.fr-display-en, .fr-display-en_US {
    display: none;
}
.en-display-fr{
    display: none;
}
.en-display-en, .en-display-en_US {
    display: block;
}
.clear {
    clear: both;
}

.wrapper {
    width: 1220px;
    margin: 0 auto;
}

.box-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.box-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.btn-main-gradient a {
    font-size: 14rem;
    color: #ffffff;
    padding: 6px 25px;
    line-height: 28px;
    background-color: #3c0073;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -moz-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -o-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -ms-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: linear-gradient(90deg, #3c0073 0%, #281e96 100%);
    border-radius: 5px;
}

.btn-main-gradient a:hover {
    background-color: #460a7d;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #501b84 0%, #3f33a0 100%);
    background-image: -moz-linear-gradient(0deg, #501b84 0%, #3f33a0 100%);
    background-image: -o-linear-gradient(0deg, #501b84 0%, #3f33a0 100%);
    background-image: -ms-linear-gradient(0deg, #501b84 0%, #3f33a0 100%);
    background-image: linear-gradient(90deg, #501b84 0%, #3f33a0 100%);
}
.btn-white{
    color: #3c0073;
    padding: 6px 25px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
}
.btn-white:hover {
    background-color: #f5f5f5;
}
.btn-main-white a {
    font-size: 14rem;
    color: #3c0073;
    padding: 6px 25px;
    line-height: 28px;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

.btn-main-white a:hover {
    background-color: #f5f5f5;
}

.btn-second-gradient a {
    font-size: 14rem;
    color: #ffffff;
    padding: 6px 25px;
    line-height: 28px;
    background-color: #d20064;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #d20064 0%, #7300e6 100%);
    background-image: -moz-linear-gradient(0deg, #d20064 0%, #7300e6 100%);
    background-image: -o-linear-gradient(0deg, #d20064 0%, #7300e6 100%);
    background-image: -ms-linear-gradient(0deg, #d20064 0%, #7300e6 100%);
    background-image: linear-gradient(90deg, #d20064 0%, #7300e6 100%);
    border-radius: 5px;
}

.btn-second-gradient a:hover {
    background-color: #d71973;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #d71973 0%, #8219e6 100%);
    background-image: -moz-linear-gradient(0deg, #d71973 0%, #8219e6 100%);
    background-image: -o-linear-gradient(0deg, #d71973 0%, #8219e6 100%);
    background-image: -ms-linear-gradient(0deg, #d71973 0%, #8219e6 100%);
    background-image: linear-gradient(90deg, #d71973 0%, #8219e6 100%);
}
.black-bg{
    background-color: #000;
    opacity: 0.95;
    width: 100%;
    height: 100%;
}
.newsletter-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
}
.newsletter-pop-box{
    position: fixed;
    top: 50%;
    width: 300px;
    height: 180px;
    left: 50%;
    padding: 10px;
    margin-left: -160px;
    margin-top: -90px;
}
.newsletter-popup .sectiontitle-head {
    color: #fff;
    margin-bottom: 30px;
}
.float-contact-sales {
  position: fixed;
  bottom: 30%;
  right: -105px;
  transition: right 1s ease;
  z-index: 9999;
  color: #ffffff;
  overflow: hidden;
}
.float-contact-sales a {
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 10px 25px;
}
.float-contact-sales img {
  width: 35px;
  height: 35px;
}
.float-contact-sales span {
  opacity: 0;
  transition: opacity 0.5s ease;
  margin-left: 15px;
}
.float-contact-sales:hover span {
  opacity: 1;
}
.float-contact-sales:hover{
  right: 0;
}
/* language css start */

.current-language {
    font-size: 14rem;
    color: #6a6a6a;
    min-width: 110px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    background-image: url("../img/dropdown-arrow.svg");
    background-size: 25px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 8px 10px;
    display: inline-block;
    cursor: default;
    line-height: 16px;
}
.current-language-topnav {
    font-size: 14rem;
    color: #6a6a6a;
    background-image: url("../img/dropdown-arrow.svg");
    background-size: 25px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    cursor: default;
    line-height: 16px;
}
.lang-list-topnav div, .current-language-topnav {
    min-width: 70px;
    padding: 8px 10px;
}
.lang-select a{
    color: #6a6a6a;
}
.top-lang-list{
    top: 32px;
}
.bottom-lang-list{
    bottom: 34px;
}
.lang-list-position-fix {
    display:inline-block;
    position: relative;
    line-height: normal;
}
.lang-list, .lang-list-topnav {
    position: absolute;
    line-height: normal;
    background: #fff;
    color: #6a6a6a;
    display: none;
    z-index:9999;
}
.lang-list-topnav{
    border-top: 1px dashed #e6e6e6;
}
.lang-list div {
    min-width: 110px;
    padding: 8px 11px;
    /*left and right need to add 1px for the border in .current-language*/
}
.lang-list div:hover, .lang-list-topnav div:hover {
    background-color: #f5f5f5;
}
.lang-check {
    background-image: url("../img/check-grey.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: default;
}

/* language css end */

.content-position-fix {
    min-height: 430px;
    position: relative;
    padding-bottom: 100px;
}
.position-relative{
    position: relative;
}
.product-cat {
    padding: 3px 8px;
    font-size: 12rem;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    cursor: default;
}
.btn-video img{
    margin-bottom: -2px;
    margin-right: 10px;
    margin-left: -10px;
}
/*---- Header -----*/

.evenium-logo {
    float: left;
    margin-top: 18px;
    margin-right: 25px;
}

.header-main {
    background-color: #ffffff;
    font-size: 13rem;
    height: 72px;
    line-height: 72px;
    position: fixed;
    z-index: 9998;
    border-bottom: 1px solid #e0e0e0;
}

.header-main nav ul li a {
    display: block;
    width: 95px;
    color: #464646;
    text-align: center;
}

.header-main nav ul li:hover {
    background-color: #f5f5f5;
}

.header-main nav ul li {
    float: left;
    position: relative;
}

.header-main nav ul ul li a {
    float: none;
    text-align: left;
    width: 155px;
    line-height: 35px;
    padding: 0 15px;
}
.header-main .product-nav li a{
    line-height: 15px;
    padding: 8px 15px;
}
.header-main .product-nav li p{
    font-weight: bold;
    padding: 0;
    line-height: 15px;
}

.header-main nav ul ul li img {
    margin-right: 5px;
    margin-left: -5px;
    margin-bottom: -5px;
}

.header-main nav ul ul li:hover {
    background-color: #e6e6e6;
}

.header-main nav ul ul {
    background-color: #f5f5f5;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.header-main nav ul li:hover > ul {
    display: block;
}

.header-main .btn-nav a {
    padding: 8px 30px ;
}

.btn-nav img {
    margin-bottom: -2px;
    margin-right: 15px;
    margin-left: -10px;
}

.sub-menu-title {
    width: 185px;
    border-bottom: 1px solid #c4c4c4;
    margin: 10px 0;
}

.sub-menu-title div:hover {
    background: #f5f5f5;
}
/*---- header logging -----*/
#header-logged .btn-nav a {
    padding: 8px 15px;
    font-size: 12px;
}
.user-zone {
    width: 150px;
}
.user-zone img {
    margin-right: 5px;
}
#user-name {
    display: inline-block;
}
#user-name {
    font-size: 12px;
    color: #c9c9c9;
    cursor: default;
    width: 104px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
}
.user-menu {
    display: none;
    background: #fff;
    line-height: normal;
}
.user-menu a {
    color: #464646;
    padding: 10px;
    display: block;
}
.user-menu a:hover {
    background: #f5f5f5;
}
.icon-desktop {
    display: inline-block;
}
.icon-mobile {
    display: none;
}
.link-desktop {
    display: block;
}
.link-mobile {
    display: none;
}

/*---- Focus Content -----*/

#video-position {
    background: url("../img/focus-content-home.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    z-index: 9995;
    background-color: #3c0073;
    /* fallback color if image are not working */
}
.video-bg{
    width: 100%;
}

.focus-content {
    background: url("../img/focus-content-home.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    max-height: 100%;
    background-color: #3c0073;
    position: relative;
    overflow: hidden;
}

.fc-text {
    position: absolute;
    top: 350px;
    width: 100%;
    color: #ffffff;
    z-index: 9996;
    text-align: center;
}

.fc-text h1 {
    font-size: 30rem;
    margin-bottom: 5px;
}
.fc-text p {
    font-size: 20rem;
    font-weight: 600;
}

.topfooter {
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 9996;
}

.social-network span {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 30px;
    clear: none;
}

.social-network img {
    float: left;
    margin-right: 15px;
}

.scroll-down-arrow {
    position: absolute;
    left: 50%;
}

.try-product {
    margin-top: 40px;
}

.try-product a {
    padding: 10px 15px;
    margin: 0 auto;
}

.try-product img {
    margin-bottom: -6px;
    margin-right: 5px;
}
.news-video img {
    margin-bottom: -5px;
    margin-right: 8px;
}
/*-----Client -----*/
.top-leve {
    z-index: 9998;
}
.client {
    height: 165px;
    overflow: hidden;
}

.client img {
    display: inline-block;
}

.client p {
    color: #b4b4b4;
    font-size: 24rem;
    padding: 20px 0;
}
/*---- Section Content -----*/

.pattern-bg {
    background-image: url("../img/evenium-repeat-bg.png");
    background-repeat: repeat;
}

.primary-gradient-bg {
    color: #ffffff;
    background-color: #3c0073;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -moz-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -o-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: -ms-linear-gradient(0deg, #3c0073 0%, #281e96 100%);
    background-image: linear-gradient(90deg, #3c0073 0%, #281e96 100%);
}

.secondary-gradient-bg {
    color: #ffffff;
    background-color: #b4005a;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #4b14a0 0%, #b4005a 100%);
    background-image: -moz-linear-gradient(0deg, #4b14a0 0%, #b4005a 100%);
    background-image: -o-linear-gradient(0deg, #4b14a0 0%, #b4005a 100%);
    background-image: -ms-linear-gradient(0deg, #4b14a0 0%, #b4005a 100%);
    background-image: linear-gradient(90deg, #4b14a0 0%, #b4005a 100%);
}

.grey-gradient-bg {
    color: #636363;
    background-color: #c8c8c8;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(90deg, #f5f5f5 0%, #c8c8c8 100%);
    background-image: -moz-linear-gradient(90deg, #f5f5f5 0%, #c8c8c8 100%);
    background-image: -o-linear-gradient(90deg, #f5f5f5 0%, #c8c8c8 100%);
    background-image: -ms-linear-gradient(90deg, #f5f5f5 0%, #c8c8c8 100%);
    background-image: linear-gradient(0deg, #f5f5f5 0%, #c8c8c8 100%);
}

.enet-gradient-bg {
    color: #ffffff;
    background-color: #0055aa;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(0deg, #00198c 0%, #00b4f0 100%);
    background-image: -moz-linear-gradient(0deg, #00198c 0%, #00b4f0 100%);
    background-image: -o-linear-gradient(0deg, #00198c 0%, #00b4f0 100%);
    background-image: -ms-linear-gradient(0deg, #00198c 0%, #00b4f0 100%);
    background-image: linear-gradient(90deg, #00198c 0%, #00b4f0 100%);
}

.section-content-light {
    width: 48%;
    padding: 85px 1% 1% 1%;
}

.section-content-light h2 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.section-content-light p {
    font-weight: 400;
}

.section-content-light .product-cat {
    border-color: #ffffff;
}

.section-content-dark {
    width: 48%;
    padding: 85px 1% 1% 1%;
}

.section-content-dark h2 {
    color: #3c0073;
    margin-top: 15px;
    margin-bottom: 30px;
}

.section-content-dark p {
    font-weight: 400;
}

.section-content-dark .product-cat {
    color: #3c0073;
    border-color: #3c0073;
}

.section-image-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-image-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.triple-content-box {
    float: left;
    width: 30%;
    padding: 85px 1% 1% 1%;
}

.triple-content-box h2, .triple-content-box .sectiontitle-head {
    margin-bottom: 40px;
}

.triple-content-box h2 img, .triple-content-box .sectiontitle-head img {
    margin-bottom: -4px;
}

div +.triple-content-box {
    margin-left: 2%;
}
/*-----Section class Add on ------*/
.sep-line {
    display: inline-block;
    background-color: #000;
    width: 1px;
    height: 200px;
    opacity: 0.1;
    margin-right: 3%;
}
.triple-target-content-box {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-bottom: 40px;
}
.enet-gradient-bg a {
    color: #0055aa;
}
.nl-notification-msg {
  margin-bottom: 10px;
  display: none;
}
.nl-msg-error {
  border: 1px solid #b41414 !important;
}
.newsletter-forum input[type=submit] {
    color: #3c0073;
    font-size: 14rem;
    padding: 6px 25px;
    margin-top: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

.newsletter-forum input[type=submit]:hover {
    background-color: #f5f5f5;
}

.newsletter-forum input[type=text] {
    color: #ffffff;
    background-color: rgba(200, 200, 200, 0.3);
    display: block;
    width: 94%;
    height: 30px;
    padding: 0 3%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.newsletter-forum ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.newsletter-forum :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.newsletter-forum ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.newsletter-forum :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.success-message {
    font-size: 11rem;
    padding: 10px 0 10px 30px;
    background:#dbffbd;
    background-image: url(../img/check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-weight: bold;
    color: #558c19;
}
.error-message {
    font-size: 11rem;
    padding: 10px 0 10px 30px;
    background:#ffc8cd;
    background-image: url(../img/alert.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 9px center;
    border-radius: 5px;
    font-weight: bold;
    color: #b41414;
}
.blog-feed {
    margin-bottom: 130px;
}
.blog-feed p {
    line-height: 18px;
}

.blog-feed p a {
    color: #ffffff;
}

.blog-feed p a:hover {
    color: #d7d7d7;
}

.blog-feed p span {
    display: block;
    font-size: 11rem;
    color: #d7d7d7;
}

/*-----Footer class ------*/
.footer-icon{
    float: left;
    padding-top: 3px;
}
.footer-box {
    float: left;
    line-height: 30px;
    margin-left: 30px;
    margin-bottom: 35px;
}
.footer-box p {
    font-size: 13rem;
    color: #6a6a6a;
    margin-left: 10px;
    float: left;
    padding:0;
}
.footer-box a {
    color: #6a6a6a;
}
footer .social-network {
    color: #a0a0a0;
}
footer .social-network a {
    color: #a0a0a0;
}
.footer-mobile {
    display: none;
}
.footer-mobile img{
    margin-right: 15px;
}
.footer-mobile-social {
    display: block;
}
/*----- Mobile Optimised nav-----*/
.nav-desktop{
    display: block;
}
.nav-mobile{
    display: none;
    margin-right: 10px;
}
.nav-mobile ul li{
    margin-top: 8px;
}
.nav-mobile ul li ul li{
    margin-top: 0;
}
.nav-mobile ul li ul li a{
    line-height: 50px;
    font-size: 14rem;
}
.nav-mobile ul li ul{
    left:inherit;
    right: 0;
}
.mobile-menu-icon {
    border: 1px solid #bababa;
    width: 45px !important;
    height: 30px !important;
    background-image: url("../img/mobile-menu-icon.svg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
/*------- Extra home page content ---------*/
.extra-home-content {
    padding: 80px 0;
}
.extra-home-content h2 {
    font-weight: bold;
    color: #3c0073;
    margin-bottom: 50px;
}
.extra-home-content h3 {
    margin-bottom: 30px;
}
.extra-home-content ul li {
    list-style: disc;
    line-height: 24px;
    margin-left: 15px;
    font-size: 14rem;
}
