/* ============================================== MAIN ============================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
* {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}


/*html{
  overflow: hidden;
}
body{
  overflow: auto;
}*/

html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.uneditable-input,
input,
select,
textarea {
    max-width: 100%;
    width: 100%;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.node-form-options label[for="edit-promote"],
.node-form-options label[for="edit-sticky"]{
    display: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.row {
    margin: 0;
    padding: 0;
}

.max .pane-content {
    max-width: 1080px;
    margin: auto;
    float: none;
    clear: both;
    padding-left: 5%;
    padding-right: 5%;
}


/* ============= SAME HEIGHT EXPERIMENT ============= */


/*
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}*/


/* columns of same height styles */


/*.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none !important;
  height: 100%;
}
.col-sm-height,
.col-lg-height,
.col-md-height{
  float: none !important;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .col-sm-height,
  .col-lg-height,
  .col-md-height{
    float: left !important;
  }

}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}*/


/* ============= /SAME HEIGHT EXPERIMENT ============= */

.panels-flexible-region-1-center {
    width: 100%;
}

.marginTop80 {
    margin-top: 80px;
}

a, button {
    transition: all 0.1s ease-in;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}


/* IE */

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
}

.upper {
    text-transform: uppercase;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100%;
}

.white {
    color: #fff;
}

.bg-orange {
    background-color: #ed891e;
}

.bg-redorange {
    background-color: #f16541;
}

.min-container {
    max-width: 640px;
    margin: 0 auto;
    clear: both;
    display: table;
}

@media (max-width: 768px) {
    .min-container{
        max-width: 90%;
    }
}

.max-container {
    max-width: 95%;
    margin: 0 auto;
    clear: both;
}

.title h1 {
    font-size: 16px;
    font-weight: 600;
}

.subtitle h2 {
    font-size: 34px;
    font-weight: bold;
}

.subtitle h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}

.description p {
    font-size: 17px;
    margin-top: 40px;
}

.section-padding {
    padding: 40px 0 100px 0;
}

.section-padding.support-links {
    padding: 10px 0 40px 0;
}

.stickymenu {
    position: fixed;
    top: 0;
    z-index: 999;
}

.panel-flexible .panel-separator {
    margin: 0 !important;
}

.form-item input,
.form-item textarea,
.form-actions button {
    border-radius: 0;
}

.main-btn,
.main-btn-container a,
.custom-form-actions .form-actions button {
    font-size: 18px !important;
    color: #fff !important;
    background-color: #48beac !important;
    border-color: #48beac !important;
    border: 1px solid #48beac !important;
    padding: 6px 30px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    display: inline-block;
}

.main-btn:hover,
.main-btn:focus,
.main-btn:active:hover,
.main-btn:active:focus,
.main-btn-container a:hover,
.main-btn-container a:focus,
.main-btn-container a:active:hover,
.main-btn-container a:active:focus,
.custom-form-actions .form-actions button:hover,
.custom-form-actions .form-actions button:focus {
    color: #48beac !important;
    background-color: #fff !important;
    border: 1px solid #48beac !important;
}

.bgorangeval {
    color: #fff !important;
    background-color: #f16541 !important;
    border: 1px solid #f16541 !important;
}

.bgorangeval:hover,
.bgorangeval:focus,
.bgorangeval:active:focus {
    color: #f16541 !important;
    background-color: #fff !important;
    border: 1px solid #f16541 !important;
}

.rounded {
    border-radius: 50px !important;
}

body.valuekeep button {
    font-size: 20px;
    color: #fff;
    background-color: #48beac;
    border-color: #48beac;
    border: 1px solid #48beac;
    padding: 6px 30px;
    border-radius: 0;
    /*float: right;*/
}

body.valuekeep button:hover,
body.valuekeep button:focus,
body.valuekeep button:active,
body.valuekeep button:active:hover {
    color: #48beac;
    background-color: #fff;
    border: 1px solid #48beac;
}

body.valuekeep input[type="text"],
body.valuekeep input[type="email"],
body.valuekeep input[type="password"] {
    border-radius: 0;
    outline: 0;
    border: 0;
    height: 40px;
    font-size: 16px;
}

body.valuekeep textarea {
    border-radius: 0;
    outline: 0;
    border: 0;
    font-size: 16px;
}

.form-control::-moz-placeholder {
    color: #aaaaaa;
}

.form-control:-moz-placeholder {
    color: #aaaaaa;
}

.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
    color: #aaaaaa;
}

ul {
    list-style-type: none;
    padding: 0;
}

.panels-flexible-region-2-center {
    width: 100%;
}

.partner-button {
    float: right;
}

.partner-button a {
    padding: 4px 20px;
    line-height: 20px;
    border-radius: 50px;
    background-color: #f16541;
    display: block;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #f16541;
}

.partner-button a:hover {
    background-color: #fff;
    color: #f16541;
}

body.page-lp-home .partner-button a {
    background-color: #fff;
    color: #f16541;
}

body.page-lp-home .partner-button a:hover {
    background-color: #f16541;
    color: #fff;
}

.mobilemenu-btn .partner-button {
    margin-right: 20px;
}

.zindex-below {
    z-index: -1;
}

button::-moz-focus-inner,
a::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none !important;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}


/* ============================================== TOP SECTION ============================================== */

#home,
#top {
    /*height: 100%;*/
    height: auto;
    position: relative;
}

body.find-a-partner #top {
    padding: 0;
}

.region-beforenavbar {
    height: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.page-lp-home .region-beforenavbar {
    background-image: url(../imgs/background_header_clients-01.jpg);
}

body.page-partners .region-beforenavbar {
    background-image: url(../imgs/background_header_partners-01.jpg);
}

body.page-lp-home nav .region-navigation {
    float: right;
}

#logo-mobile {
    background-image: url(../imgs/logo_mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 233px;
    height: 45px;
    margin: 0 auto;
    /*margin-top: 40px;*/
}

#logo-big {
    background-image: url(../imgs/logo_big.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 169px;
    height: 195px;
    margin: 0 auto;
    /*margin-top: 50px;*/
}

.title-upper {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    font-size: 40px;
    line-height: 50px;
}

.desc-first {
    margin-top: 30px;
    font-size: 22px;
    font-weight: normal;
    padding: 0 35px;
}

.link-first {
    margin: 0 auto;
    margin: 80px 0 100px 0;
}

a.btn-first {
    /*border: 1px solid #ed891e;*/
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 24px;
}

a.btn-first:hover,
a.btn-first:focus {
    background-color: #fff;
    color: #ed891e;
}

body.page-partners a.btn-first:hover,
body.page-partners a.btn-first:focus {
    background-color: #fff;
    color: #f16541;
}


/*.home-group{
  margin: 10% auto;
}*/

.movetotop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 41px;
    height: 41px;
    z-index: 996;
    display: none;
}

.movetotop a {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    background-image: url(../imgs/move_to_top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.movetotop a:hover {
    opacity: 1;
}


/* ============================================== NAVBAR ============================================== */

#navbar {
    border-radius: 0;
}

#navbar.stickymenu {
    box-shadow: 0 -5px 25px 9px #e6e6e6;
    box-shadow: 0 -5px 25px 9px rgba(0, 0, 0, 0.2);
    z-index: 998;
    border-radius: 0;
}

.row-offcanvas.active .sidebar-offcanvas {
    z-index: 999;
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}

#menubtn {
    height: 20px;
    width: 33px;
    background-image: url(../imgs/menu_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 15px;
    margin-left: 20px;
}

/*body.page-partners #menubtn {
    background-image: url(../imgs/menu_mobile_partners.png);
}*/

#menubtn {
    font-size: 17px;
    color: #fff;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}

#menubtn:hover,
#menubtn:focus,
#menubtn:active {
    color: #fff;
    background-color: transparent;
    border: 0;
}


/* ------- OVERRIDES ------- */

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

.navbar.container,
.navbar.container-fluid {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.navbar.container-fluid>.container-fluid,
.navbar.container>.container {
    width: 95%;
    max-width: 95%;
    margin: 0 auto !important;
}

.navbar-default {
    background-color: #fff;
    border: 0;
}

.navbar-nav > li > a {
    color: #727272;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
    color: #727272;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.navbar-nav > a {
    color: #727272;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.navbar-default .navbar-nav > a {
    color: #727272;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > a:hover,
.navbar-nav > a:focus {
    color: #48beac;
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
    color: #48beac;
    background-color: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #48beac;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #48beac;
    background-color: #fff;
}

.logo img {
    max-height: 34px;
}

@media screen and (max-width: 767px) {
    .logo img {
        max-height: 25px;
    }
    .navbar-btn{
        margin-top: 13px;
    }
}


/* ------- /OVERRIDES ------- */

.mobilemenu-btn a.logo {
    float: right !important;
    margin-right: 20px;
    padding-right: 0;
}


/* ============================================== ABOUT SECTION ============================================== */

.section-about {
    background-color: #eaeaea;
}

.section-about .title {
    color: #48beac;
}

.section-about .subtitle {
    color: #ed891e;
}

.section-about .description {
    color: #727272;
}


/* ============================================== OUR GOAL / section-youmatter ============================================== */

.section-ourgoal,
.section-youmatter {
    background-color: #fff;
}

.section-ourgoal .title,
.section-youmatter .title {
    color: #fcc13e;
}

.section-ourgoal .subtitle h2,
.section-youmatter .subtitle h2 {
    color: #1d2843;
}

.section-ourgoal .subtitle h3,
.section-youmatter .subtitle h3 {
    color: #48beac;
}

.section-ourgoal .description,
.section-youmatter .description {
    color: #727272;
}


/* VIEW */

.section-ourgoal .view-solution img,
.section-youmatter .view-solution img,
.section-partners .view-solution img {
    margin: 0 auto;
    max-width: 120px;
}

.section-ourgoal .view-solution .views-row,
.section-youmatter .view-solution .views-row,
.section-partners .view-solution .views-row {
    padding: 10px;
}

.section-ourgoal .view-solution .view-header,
.section-youmatter .view-solution .view-header,
.section-partners .view-solution .view-header {
    padding: 0 10%;
}

.section-ourgoal .view-solution .view-content,
.section-youmatter .view-solution .view-content,
.section-partners .view-solution .view-content {
    padding: 0 10%;
}

@media screen and (max-width: 767px) {
    .section-ourgoal .view-solution .view-header,
    .section-youmatter .view-solution .view-header,
    .section-partners .view-solution .view-header {
        padding: 0 5%;
    }
    .section-ourgoal .view-solution .view-content,
    .section-youmatter .view-solution .view-content,
    .section-partners .view-solution .view-content {
        padding: 0 5%;
    }
}

.views-field-field-icon-image {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
}

.section-ourgoal .view-solution .views-field-name,
.section-youmatter .view-solution .views-field-name,
.section-partners .view-solution .views-field-name {
    font-size: 19px;
    color: #727272;
    margin-top: 30px;
}

.section-ourgoal .view-solution .views-field-name span,
.section-youmatter .view-solution .views-field-name span,
.section-partners .view-solution .views-field-name span {
    font-weight: 600;
}

.section-ourgoal .view-solution .views-field-name:after,
.section-youmatter .view-solution .views-field-name:after,
.section-partners .view-solution .views-field-name:after {
    content: " ";
    width: 60px;
    border-top: 2px solid #47b4a2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 40px;
}

body.page-partners .view-solution .view-footer,
body.be-a-partner .view-solution .view-footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

body.be-a-partner .view-solution .view-footer {
    margin-top: 80px;
}

.view-solution .view-footer .button-wrapper {
    margin: 0 auto;
    position: relative;
}

.view-solution .view-footer .features-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
    width: 320px;
}

.view-solution .view-footer .features-button a {
    padding: 15px 20px;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 55px;
    background-image: url(../imgs/partners/icon_features.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 20px 16px;
    font-weight: normal;
    font-size: 20px;
}

.view-solution .view-footer .features-button a:hover {
    border: 1px solid #4eb39c;
}


/*CORRECTIONS*/

.section-ourgoal .view-solution .views-field-name {
    display: table;
    margin: 0 auto;
    height: 70px;
}

.section-ourgoal .view-solution .views-field-name span {
    display: table-cell;
    vertical-align: middle;
}

.section-ourgoal .view-solution .views-field-name:after {
    margin-top: 78px;
}

.section-ourgoal .views-field-field-icon-image {
    margin-bottom: 20px;
}


/*.section-partners .view-solution .views-field-name:after{
  margin-top: 0;
  top: 88px;
}*/

.section-partners .view-solution .views-field-description-i18n {
    margin-bottom: 40px;
}

.section-partners .view-solution .views-field-name {
    display: table;
    margin: 0 auto;
    padding: 10px;
}

.section-partners .view-solution .views-field-name:after {
    top: auto;
    margin-top: 47px;
}

.section-ourgoal .view-solution .views-field-description,
.section-youmatter .view-solution .views-field-description,
.section-partners .view-solution .views-field-description-i18n {
    margin-top: 30px;
    font-size: 14px;
    color: #727272;
    padding: 0 10%;
}

.section-ourgoal .advantages,
.section-youmatter .advantages,
.section-partners .advantages {
    margin-top: 60px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .section-ourgoal .advantages,
    .section-youmatter .advantages,
    .section-partners .advantages {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    body.be-a-partner .view-solution .view-footer {
        margin-top: 40px;
    }
}


/*.section-partners .view-solution .views-field-name:after{
  top: 47px;
}*/

.section-partners .view-solution .views-field-name {
    color: #f16541;
    font-weight: bold;
    font-size: 25px;
}

.section-partners .view-header,
.section-partners .view-content,
.section-partners .view-footer {
    float: left;
    width: 100%;
}

.section-partners .view-footer {
    margin-top: 80px;
    font-size: 17px;
    color: #727272;
}

.section-partners .views-field-field-action-link {
    margin-top: 40px;
}

.section-partners .views-field-field-action-link a {
    color: #fff;
    background-color: #e86541;
    padding: 10px 20px;
    border: 1px solid #e86541;
}

.section-partners .views-field-field-action-link a:hover {
    color: #e86541;
    background-color: #fff;
}


/* SPECIAL */

.section-partners .view-solution .views-field-description-i18n {
    height: 210px;
}

.section-partners .views-field-field-action-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* ============================================== OUR PRODUCT ============================================== */

body.page-lp-home .section-product {
    background-color: #98d4c2;
}

body.page-partners .section-product {
    background-color: #fcc13e;
}

.section-product .title {
    color: #fff;
}

.section-product .subtitle h2 {
    color: #25324f;
}

.section-product .devices {
    /*margin-top: 100px;*/
}

.section-product img {
    margin: 0 auto;
    max-width: 70%;
}


/* ============================================== WHAT IT DOES ============================================== */


/*#features{
  background-color: #fcc13e;
}*/

body.page-lp-home .section-features {
    background-color: #fcc13e;
}

.section-features .title {
    color: #1d2843;
}

.section-features .subtitle h2 {
    color: #fff;
}

.section-features .subtitle h3 {
    color: #f16541;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 30px;
}

.features {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 90px;
}

.features .feature {
    padding: 15px 0;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 20px;
    background-image: url(../imgs/icon-10.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 15px;
    font-weight: normal;
}


/*body.page-partners .item-list:last-of-type .features:last-of-type .feature.views-row-last:last-of-type {
  background-image: url(../imgs/partners/icon_features.png);
}*/

.feature-block {
    width: auto;
    margin: 0 auto;
    height: 100%;
    display: table;
    padding: 0 10px;
}

.section-features {
    background-color: #98d4c2;
}

.section-features .view-content {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 90px;
}

.section-features .features {
    width: auto;
    margin: 0 auto;
    /* margin-top: 90px; */
    display: table;
}

.section-features .item-list h3 {
    display: none;
}


/* ============================================== BRANDS ============================================== */

#brands,#brandsm {
    background-color: #eaeaea;
    padding-left: 50px;
    padding-right: 50px;
}

#brands .subtitle h2,
#brandsm .subtitle h2{
    color: #48beac;
}


/* --- FLEXSLIDER --- */

#brands .flexslider,
#brandsm .flexslider{
    width: 100%;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
}

#brands .flex-control-nav,
#brandsm .flex-control-nav{
    /*bottom: 0;*/
    /*margin-top: -30px;*/
}

#brands .flexslider .slides > li,
#brandsm .flexslider .slides > li{
    /*display: table;*/
}

#brands .flexslider .slides > li{
    max-width: initial;
}
#brands .flexslider .slides > li div.views-field,
#brandsm .flexslider .slides > li div.views-field{
    padding: 0 15px;
    margin: auto;
    /*display: table-cell;*/
    vertical-align: middle;
}

#brands .flex-control-paging li a,
#brandsm .flex-control-paging li a{
    background: #d1d1d1;
    -o-box-shadow: none;
    box-shadow: none;
}

#brands .flex-control-paging li a:hover,
#brands .flex-control-paging li a:focus,
#brands .flex-control-paging li a:active,
#brands .flex-control-paging li a.flex-active,
#brandsm .flex-control-paging li a:hover,
#brandsm .flex-control-paging li a:focus,
#brandsm .flex-control-paging li a:active,
#brandsm .flex-control-paging li a.flex-active {
    background: #fff;
}


/* --- /FLEXSLIDER --- */

.view-brands .view-content {
    margin-top: 50px;
    float: none;
    display: inline-block;
}

body.page-home .view-brands .description {
    display: none;
}


/* --- VIEWS SLIDESHOW --- */


/*.views_slideshow_cycle_slide{
  width: 100% !important;
}
.slide-row{
  float: left;
  padding: 0 10px;
  position: relative;
  height: 100%;
}
.slide-row img{
  margin: 0 auto;
}

*/


/* --- /VIEWS SLIDESHOW --- */


/* ============================================== PARTNERS ============================================== */

.section-partners {
    background-color: #fff;
}

.section-partners .title {
    color: #f16541;
}

.section-partners .subtitle h2 {
    color: #1d2843;
    max-width: 70%;
    margin: 0 auto;
}

.section-partners .subtitle h3 {
    color: #48beac;
    margin: 0 auto;
    margin-top: 40px;
}


/* ============================================== VIDEO ============================================== */

.video-section {
    background-color: #fff;
}

.video-section iframe {
    width: 100%;
    max-height: 576px;
}

.video-section .video-overlay {
    width: 100%;
    height: 100%;
    /*  background-image: url(../imgs/imagem_video.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0; */
}

.video-section .video-overlay .overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
}


/* .video-section .video-overlay .player-icon{
  background-image: url(../imgs/icon-11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  cursor: pointer;
}
.video-section .video-overlay .player-icon:hover{
  background-image: url(../imgs/icon-11_hover.png);
} */

.video-section .video-overlay .player-title {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    max-width: 80%;
    margin: 0 auto;
}


/* ============================================== CONTACTS ============================================== */

#contacts {
    background-color: #fff;
}

#contacts .subtitle h2 {
    color: #1d2843;
}

#contacts .subtitle h3 {
    color: #48beac;
    max-width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 30px;
    font-size: 19px;
}

#contacts button {
    font-size: 20px;
    color: #fff;
    background-color: #48beac;
    border-color: #48beac;
    border: 1px solid #48beac;
    padding: 6px 30px;
    border-radius: 0;
    /*float: right;*/
}

#contacts button:hover,
#contacts button:focus,
#contacts button:active {
    color: #48beac;
    background-color: #fff;
    border: 1px solid #48beac;
}

#contacts form {
    margin-top: 50px;
    margin-bottom: 150px;
}

#contacts .form-item,
.main_node_form .form-item {
    padding: 0 10px;
}

#contacts .select-or-other .form-item {
    padding: 0;
}

#contacts .form-control {
    background-color: #ccc;
    color: #fff;
}

#contacts .halfc {
    width: 50%;
    float: left;
}

#contacts .fullc {
    width: 100%;
    float: left;
}

.contact-message span.error {
    float: right;
}

#contacts .required-text {
    text-align: left;
    margin: 0 10px 20px 10px;
    font-size: 13px;
    font-weight: 600;
}

.contact-message.form-group {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.webform-client-form span.error {
    margin-bottom: -20px;
}


/* BACKOUT DDSLICK */

#contacts select {
    height: 40px;
    background-color: #ccc;
    color: #fff;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
}

#contacts select option {
    max-width: 100%;
}


/* DDSLICK*/

body.valuekeep .webform-component-select {
    height: 40px;
}

#contacts .dd-container,
#contacts .dd-select {
    width: 100% !important;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
}

#contacts div.dd-select {
    background: #ccc !important;
    text-align: left;
    padding-left: 6px;
    color: #fff;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contacts .dd-options {
    width: 100% !important;
    max-height: 200px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    box-shadow: 1px 1px 25px 0 rgba(0, 0, 0, 0.1);
}

#contacts a.dd-selected {
    padding: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#contacts label.dd-selected-text,
#contacts label.dd-option-text {
    font-size: 16px;
    font-weight: normal;
}

#contacts .dd-options li {
    height: auto;
}

#contacts a.dd-option {
    padding: 5px 12px;
    background: #ccc;
    color: #fff;
}

#contacts a.dd-option-selected {
    background: #fff;
    color: #48beac;
}

#contacts a.dd-option:hover {
    background: #fff;
    color: #48beac;
}

#contacts .dd-pointer {
    width: 19px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#contacts .dd-pointer-down {
    border: 0 !important;
    margin-top: 0 !important;
    background-image: url(../imgs/seta_down.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#contacts .dd-pointer-up {
    border: 0 !important;
    margin-top: 0 !important;
    background-image: url(../imgs/seta_up.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#contacts .simbol-after {
    width: 150px;
    height: 134px;
    margin: 0 auto;
    background-image: url(../imgs/simbolo_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -33px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
}


/* ============================================== FOOTER ============================================== */

footer.footer {
    background-color: #1d2843;
    padding: 35px 0 60px 0;
    background-image: url(../imgs/background_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

footer .footer-top {
    margin: 120px auto 80px auto;
    max-width: 95%;
    display: inline-block;
    float: none;
    clear: both;
}

footer .contacts-data {
    color: #fff;
}

footer .location-hidden,
footer span.fn {
    display: none;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #98d4c2;
}

footer .social-data ul,
footer .phone-data ul,
footer .email-data ul {
    padding-left: 0;
    list-style-type: none;
}

footer .phone-data ul,
footer .email-data ul,
footer .address-data,
footer .help-data {
    padding-top: 60px;
}

footer .address-data,
footer .phone-data,
footer .email-data,
footer .help-data {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 40px;
    min-height: 50px;
}

footer .address-data {
    background-image: url(../imgs/icon-3.png);
}

footer .phone-data {
    background-image: url(../imgs/icon-4.png);
}

footer .email-data {
    background-image: url(../imgs/icon-5.png);
}

footer .help-data {
    background-image: url(../imgs/help_icon.png);
}

footer .social-data,
footer .language-data {
    margin-top: 40px;
}

footer .social-data ul li {
    display: inline-block;
    height: 45px;
    width: 45px;
}

footer .social-data ul li {
    margin: 0 10px;
}

footer .social-data ul li:first-child {
    margin: 0 10px 0 0;
}

footer .social-data ul li a,
.social-links .icon {
    font-size: 0;
    height: 45px;
    width: 45px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .social-data ul li a.twitter,
.social-links .service-twitter .icon {
    background-image: url(../imgs/social/icon_social-2.png);
    background-color: transparent;
}

footer .social-data ul li a.twitter:hover,
.social-links .service-twitter .icon:hover {
    background-image: url(../imgs/social/icon_social-2_hover.png);
}

footer .social-data ul li a.facebook,
.social-links .service-facebook .icon {
    background-image: url(../imgs/social/icon_social-1.png);
    background-color: transparent;
}

footer .social-data ul li a.facebook:hover,
.social-links .service-facebook .icon:hover {
    background-image: url(../imgs/social/icon_social-1_hover.png);
    background-color: transparent;
}

footer .social-data ul li a.linkedin,
.social-links .service-linkedin .icon {
    background-image: url(../imgs/social/icon_social-3.png);
    background-color: transparent;
}

footer .social-data ul li a.linkedin:hover,
.social-links .service-linkedin .icon:hover {
    background-image: url(../imgs/social/icon_social-3_hover.png);
}

footer .social-data ul li a.youtube,
.social-links .service-youtube .icon {
    background-image: url(../imgs/social/icon_social-4.png);
    background-color: transparent;
}

footer .social-data ul li a.youtube:hover,
.social-links .service-youtube .icon:hover {
    background-image: url(../imgs/social/icon_social-4_hover.png);
}

footer .social-data .social-title {
    font-size: 21px;
}

footer .simbol-after {
    width: 150px;
    height: 134px;
    margin: 0 auto;
    background-image: url(../imgs/simbolo_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -101px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
}


/* ============================================== EFFECTS ============================================== */
/*
.come-in {
   transform: translateY(300px);
    animation: come-in 0.8s ease forwards;
}




.come-in:nth-child(2) {
    animation-duration: 1.2s;
}

.come-in:nth-child(3) {
    animation-duration: 1.6s;
}

.come-in:nth-child(4) {
    animation-duration: 1.8s;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}
*/

/* ============================================== OTHERS ============================================== */

.overflow-hidden {
    overflow: hidden;
}

.row-offcanvas,
.page-body,
.sidebar-offcanvas {
    height: 100%;
}

#menubtn2 {
    display: none;
}

#menubtn {
    display: block;
    float: left;
}

.sidebar-offcanvas .partner-button {
    display: none;
}

@media screen and (max-width: 1090px) {
    #navbar .nav > li > a {
        padding: 15px 10px;
    }
    #navbar .partner-button a {
        padding: 4px 15px;
    }
}

@media screen and (max-width: 1010px) {
    #navbar .partner-button {
        padding-bottom: 15px;
    }
    #navbar .partner-button a {
        margin-top: 0;
    }
}

@media screen and (max-width: 810px) {
    #navbar .nav > li > a {
        padding: 15px 5px;
    }
    #navbar .partner-button a {
        padding: 4px 20px;
    }
}

@media screen and (max-width: 767px) {
    .panels-flexible-4 .panels-flexible-region.terms-region {
        padding: 0 !important;
    }
    .section-features .features {
        float: left;
    }
    #navbar .partner-button {
        padding-bottom: 0;
    }
    #navbar .partner-button a {
        margin-top: 10px;
    }
    .movetotop {
        display: none;
    }
    .section-product img {
        margin: 0 auto;
        max-width: 90%;
    }
    .section-partners .view-solution .views-field-description-i18n {
        height: auto;
    }
    .section-padding {
        padding: 40px 0 80px 0;
    }
    #ourclientsm.section-padding {
        padding: 40px 0 60px 0;
    }
    #contacts .halfc {
        width: 100%;
    }
    #logo-big {
        display: none;
    }
    #logo-mobile {
        display: block;
    }
    .title-upper {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 70px;
        font-size: 18px;
        line-height: 30px;
    }
    .desc-first {
        margin-top: 30px;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
    }
    a.btn-first {
        padding: 15px 35px;
        border-radius: 50px;
        font-size: 14px;
    }
    .subtitle h2 {
        font-size: 23px;
        line-height: 1.5;
    }
    .subtitle h3 {
        font-size: 17px;
    }
    .section-features .subtitle h3 {
        max-width: 100%;
    }
    body.page-lp-home .panel-pane .pane-content,
    body.page-lp-partners .panel-pane .pane-content,
    body.page-lp-home .region-beforenavbar,
    body.page-lp-partners .region-beforenavbar {
        padding: 0 10%;
    }
    #video .pane-content {
        padding: 0;
    }
    .view-solution .views-row {
        margin-bottom: 40px;
    }
    .section-features .view-solution .views-row {
        margin-bottom: 0;
    }
    .section-features .features {
        float: left;
    }
    .section-features .features {
        max-width: 100%;
        margin-top: 45px;
    }
    /*#brands .pane-content{
    padding: 0 10%;
  }*/
    #brands,
    #brandsm {
        padding-left: 0;
        padding-right: 0;
    }
    #brands.section-padding,
    #brandsm.section-padding {
        padding: 40px 0 80px 0;
    }
    #brands .flexslider .slides > li div.views-field,
    #brandsm .flexslider .slides > li div.views-field {
        padding: 0 5px;
    }
    .view-brands .view-content {
        margin-top: 0;
    }
    .feature-block {
        margin: 0;
    }
    #video .video-overlay .player-title {
        font-size: 20px;
        margin-top: 20px;
    }
    #video iframe {
        width: 100%;
        /*height: 576px;*/
        max-height: 400px
    }
    #video .video-overlay .player-icon {
        width: 40px;
        height: 40px;
    }
    #video .video-overlay .overlay-content {
        height: 86px;
    }
    .navbar-nav {
        margin: 0;
    }
    .footer .footer-top {
        margin: 60px auto;
    }
    .footer .footer-bottom {
        font-size: 12px;
        padding: 0 10%;
    }
    footer .phone-data ul,
    footer .email-data ul,
    footer .address-data {
        padding-top: 50px;
    }
    footer .social-data {
        margin-top: 20px;
    }
    footer .social-data .social-title,
    footer .social-data ul {
        display: inline-block;
        line-height: 56px;
        margin: 10px 0 !important;
        width: 100%;
        vertical-align: bottom;
    }
    .sidebar-offcanvas,
    .navbar-nav > li > a {
        background-color: #98d4c2;
        color: #fff;
    }
/*    body.page-partners .sidebar-offcanvas,
    body.page-partners .navbar-nav > li > a {
        background-color: #1d2843;
        color: #fff;
    }*/
    .navbar-nav > li > a {
        display: inline-block;
        width: 100%;
    }
    ul li.collapsed,
    ul li.expanded,
    ul li.leaf {
        border-bottom: 1px solid #6bc8b6;
    }
    ul li.last.leaf{
        border: 0;
    }
    ul li.last.leaf .special-btn{
        margin-top: 20px !important;
    }
  /*  body.page-partners ul li.collapsed,
    body.page-partners ul li.expanded,
    body.page-partners ul li.leaf {
        border-bottom: 1px solid #2e3a52;
    }*/
    ul li.first.leaf {
        border-top: 1px solid #6bc8b6;
    }
  /*  body.page-partners ul li.first.leaf {
        border-top: 1px solid #2e3a52;
    }*/
    button#menubtn2 {
        background-color: #98d4c2;
        color: #fff;
        width: 100%;
        border: 0;
        text-align: left;
        font-size: 13px;
        padding: 15px 15px;
        padding-left: 30px;
        margin-left: 0;
        margin-top: 0;
        background-image: url(../imgs/button_close.png);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 15px;
    }
   /* body.page-partners button#menubtn2 {
        background-color: #1d2843;
    }*/
    button#menubtn2:hover,
    button#menubtn2:focus,
    button#menubtn2:active {
        background-color: #fff;
        color: #48beac;
    }
 /*   body.page-partners button#menubtn2:hover,
    body.page-partners button#menubtn2:focus,
    body.page-partners button#menubtn2:active {
        background-color: #fff;
        color: #1d2843;
    }*/
    .navbar-nav > li > a {
        font-size: 15px;
    }
    .section-partners .views-field-field-action-link {
        position: relative;
        margin-top: 40px;
    }
    .section-features .come-in {
        transform: none;
        animation: none;
    }
}

@media screen and (min-width: 1080px) {
    .section-partners .view-solution .views-field-description-i18n {
        height: 150px;
    }
}

@media screen and (max-width: 380px) {
    a.btn-first {
        padding: 10px 25px;
    }
    .section-partners .view-solution .views-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .section-partners .view-solution .view-content {
        padding: 0;
    }
    #video .video-overlay .overlay-content {
        height: 110px;
    }
    .region-beforenavbar {
        padding: 0;
    }
    .title-upper,
    .desc-first {
        padding: 0 10%;
    }
    .section-partners .view-solution .views-field-description-i18n {
        height: auto;
    }
    #contacts .subtitle h3 {
        line-height: 25px;
        font-size: 16px;
    }

}

@media screen and (min-width: 768px) {
    #logo-big {
        display: block;
    }
    #logo-mobile {
        display: none;
    }
}


/*========================================= ERRORS =========================================== */

.error {
    float: left;
    font-size: 10px;
}

body.valuekeep input[type="text"].error,
body.valuekeep input[type="email"].error,
#contacts .form-control.error {
    color: #a94442 !important;
    border: 1px solid #ebccd1 !important;
}


/*=========================================  JGROWL MESSAGES  =========================================== */
#jGrowl .jGrowl-notification{
  min-width: 300px;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    font-size: 18px;
    margin: 30px auto;
    max-width: 80%;
}

#jGrowl .jGrowl-notification {
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0;
    max-width: 640px;
        margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}

#jGrowl {
    top: 30%;
}

.jGrowl-notification .jGrowl-close {
    float: none;
}

.jGrowl-header {
    margin: 20px 0 30px 0;
}

.jGrowl-msg-header,
body.page-client-partner.logged-in .modal-header,
body.page-backoffice-partners.logged-in .modal-header,
body.subscription.logged-in .modal-header,
body.page-backoffice-products.logged-in .modal-header{
    width: 60px;
    height: 60px;
    background-image: url(../imgs/icon_message_popup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

body.page-client-partner.logged-in .modal-header,
body.page-backoffice-partners.logged-in .modal-header,
body.subscription.logged-in .modal-header,
body.page-backoffice-products.logged-in .modal-header {
    border: 0;
}

body.page-client-partner.logged-in #modalContent,
body.page-client-partner.logged-in .modal-dialog,
body.page-backoffice-partners.logged-in #modalContent,
body.page-backoffice-partners.logged-in .modal-dialog,
body.subscription.logged-in .modal-dialog,
body.page-backoffice-products.logged-in .modal-dialog {
    max-width: 600px;
}

body.page-client-partner.logged-in .modal-dialog,
body.page-backoffice-partners.logged-in .modal-dialog,
body.subscription.logged-in .modal-dialog,
body.page-backoffice-products.logged-in .modal-dialog,{
    position: relative;
}

body.page-client-partner.logged-in .modal-dialog .modal-content,
body.page-backoffice-partners.logged-in .modal-dialog .modal-content,
body.subscription.logged-in .modal-dialog .modal-content,
body.page-backoffice-products.logged-in .modal-dialog .modal-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 300px;
}

#jGrowl .jGrowl-notification .jGrowl-message {
    color: #fff;
    margin-bottom: 30px;
    padding-right: 0;
    padding: 0;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fcc13f;
    border: 1px solid #fcc13f;
    font-weight: 600;
    margin-bottom: 30px;
}

#jGrowl .jGrowl-notification .jGrowl-close:hover {
    color: #fcc13f;
    background-color: #fff;
    border: 1px solid #fcc13f;
}

body.page-client-partner.logged-in button.close,
body.page-backoffice-partners.logged-in button.close,
body.subscription.logged-in button.close,
body.page-backoffice-products.logged-in button.close {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fcc13f;
    border: 1px solid #fcc13f;
    font-weight: 600;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.9;
    transition: 0.1s;
    margin: 0;
    padding: 8px 12px;
}

body.page-client-partner.logged-in #modalBackdrop,
body.page-backoffice-partners.logged-in #modalBackdrop,
body.subscription.logged-in #modalBackdrop,
body.page-backoffice-products #modalBackdrop{
    background-color: #000 !important;
    opacity: 0.5 !important;
}

body.page-client-partner.logged-in button.close:hover,
body.page-client-partner.logged-in button.close:focus,
body.page-backoffice-partners.logged-in button.close:hover,
body.page-backoffice-partners.logged-in button.close:focus,
body.subscription.logged-in button.close:hover,
body.subscription.logged-in button.close:focus,
body.page-backoffice-products.logged-in button.close:hover,
body.page-backoffice-products.logged-in button.close:focus{
    opacity: 1;
    color: #fff;
    background-color: #fcc13f;
    border: 1px solid #fcc13f;
}

.result-message {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

#jGrowl .jGrowl-notification.status,
body.page-client-partner.logged-in .modal-content,
body.page-backoffice-partners .modal-content,
body.subscription.logged-in .modal-content,
body.page-backoffice-products .modal-content{
    color: #fff;
    background-color: #49beac;
    border: 0;
    opacity: 1;
}

body.page-client-partner.logged-in .modal-content,
body.page-backoffice-partners.logged-in .modal-content,
body.subscription.logged-in .modal-content,
body.page-backoffice-products .modal-content {
    border-radius: 0;
    padding: 25px;
}

#jGrowl .jGrowl-notification {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#jGrowl .jGrowl-notification {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #98d4c2;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.alert-block.status {
    float: left;
    width: 100%;
}

body.page-user-edit .field_user_address input {
    width: 100%;
}

body.valuekeep .login_fields {
    margin: 5px 0;
}

body.valuekeep .login_fields.login_actions {
    margin-top: 20px;
}

body.valuekeep .login_fields .form-item,
body.valuekeep .login_actions {
    width: 430px;
}

body.valuekeep .login_actions .form-actions {
    width: 300px;
    float: right;
}

body.valuekeep .login_actions button {
    padding: 6px 30px;
    border: 0;
    color: #fff;
    background-color: #F16541;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #F16541;
}

body.valuekeep .login_actions button:hover {
    color: #F16541;
    background-color: #fff;
    border: 1px solid #F16541;
}

.login_fields label,
.login_fields input {
    display: inline-block;
}

.login_fields input {
    max-width: 300px;
    float: right;
}

.login_fields label {
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 600;
}

.login_fields span.form-required {
    display: none;
}

.login_fields span.error {
    margin-left: 130px;
}

.recover_pass a.recover_pass_link {
    margin-left: 130px;
    color: #fff;
    font-size: 14px;
}

.recover_pass a.recover_pass_link:hover {
    color: #fff;
}

.view-backoffice-users.view-id-backoffice_users.view-display-id-panel_pane_1 .view-content {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .tooltip {
        display: none !important;
    }
    body.backoffice-login .login_fields {
        max-width: 90%;
        margin: auto;
        float: none;
    }
    body.backoffice-login .login_fields input {
        max-width: 100%;
    }
    body.backoffice-login .login_fields .form-item,
    .login_actions {
        width: 100%;
    }
    body.backoffice-login .login_fields label {
        float: left;
        width: 100%;
    }
    body.backoffice-login .form-item input[type="text"],
    body.backoffice-login .form-item input[type="password"],
    body.backoffice-login .form-item textarea,
    body.backoffice-login .form-item select {
        float: left;
        width: 100%;
    }
    body.backoffice-login .recover_pass {
        float: left;
        padding-left: 5%;
        width: 100%;
    }
    body.backoffice-login .recover_pass a.recover_pass_link {
        margin-left: 0;
    }
    body.backoffice-login .login_actions .form-actions {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 40px;
    }
    body.backoffice-login h1.page-header {
        text-align: center;
    }
    body.backoffice-login .login_fields span.error {
        margin-left: 0;
    }
}


/*
.login_username
.login_pass
*/

.main-container,
.site-content {
    min-height: 100%;
}

.behiden {
    display: none !important;
}

#organization-node-form .tabbable {
    /* display: none; */
}

#organization-node-form .tabbable .form-item-promote,
#organization-node-form .tabbable .form-item-sticky {
    display: none;
}

.group-link-add-user {
    line-height: 36px;
}

.group-enddate {
    color: #aaa;
    padding: 10px 15px;
    font-size: 14px;
    clear: right;
    border: 1px solid transparent;
    display: none;
}

.group-edit-org {
    clear: left;
    float: left;
}

.group-edit-org a.org-edit-link {
    color: #aaa;
    border: 1px solid #d1d1d1;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
}

.group-edit-org a.org-edit-link:hover,
.group-edit-org a.org-edit-link:focus {
    background-color: #d1d1d1;
    color: #fff;
}


/*.empty-org-row{
  margin-bottom: 40px;
}*/


/* ==== COOKIES ==== */

#sliding-popup {
    padding: 0;
}

#sliding-popup .popup-content {
    max-width: 60%;
}

#sliding-popup .popup-content #popup-buttons button {
    margin-top: 12px;
    background: transparent;
    background-color: #48beac;
    color: #fff;
    border-radius: 0;
    border: 1px solid #48beac;
    box-shadow: none;
    font-size: 14px;
    text-shadow: none;
    padding: 6px 15px;
    font-weight: 600;
}

#sliding-popup .popup-content #popup-buttons button:hover {
    background: transparent;
    background-color: #fff;
    color: #48beac;
    border: 1px solid #48beac;
    text-shadow: none;
}

#sliding-popup .popup-content #popup-buttons button.find-more-button {
    display: none;
}

#sliding-popup .popup-content.agreed #popup-buttons button.find-more-button {
    display: inline-block;
}

#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
    font-weight: normal;
}

#sliding-popup .popup-content #popup-text h2 {
    font-size: 14px;
}


/* ==== COOKIES ==== */

.panels-flexible-region-5-center {
    width: 100%;
}

body.an_pages .section-product {
    background-color: #98d4c2;
}

body.an_pages .section-product .title {
    color: #25324f;
}

body.an_pages .section-product .subtitle h2 {
    color: #fff;
}

body.an_pages .section-product .prod-img img {
    max-width: 70%;
    margin-right: 0;
    margin-left: auto;
}

body.an_pages .section-product .prod-img {
    padding-right: 30px;
}

body.an_pages .section-product .prod-img {
    text-align: right;
}

body.an_pages .section-product .prod-content {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}

body.an_pages .section-product .tab-pane:nth-child(2) .prod-img {
    padding-left: 30px;
    padding-right: 0;
    float: right;
    text-align: left;
}

body.an_pages .section-product .tab-pane:nth-child(2) .prod-img img {
    margin-left: 0;
    margin-right: auto;
}

body.an_pages .section-product .tab-pane:nth-child(2) .prod-content {
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    text-align: left;
}

@media screen and (max-width: 767px) {
    body.an_pages .section-product .prod-img img {
        margin-right: auto;
        margin-left: auto;
    }
    body.an_pages .section-product .tab-pane:nth-child(2) .prod-img img {
        margin-right: auto;
        margin-left: auto;
    }

    .group-link-add-user {
        line-height: 26px;
        width: 100%;
    }
    .view-backoffice .group-link-add-user a{
        width: 100%;
    }
}

body.an_pages .section-product .prod-content-inner {
    max-width: 70%;
}

body.an_pages .section-product .tab-pane:nth-child(2) .prod-content-inner {
    margin-left: auto;
}

.view-solution .nav > li > a {
    padding: 10px 20px;
}

body.an_pages .section-product .prod-title {
    font-size: 24px;
    font-weight: 600;
}

body.an_pages .section-product .prod-desc {
    font-size: 18px;
    margin-top: 20px;
}

body.an_pages .section-product .prod-link {
    margin-top: 50px;
}

body.an_pages .section-product .prod-link a {
    padding: 10px 30px;
    background-color: #ed891e;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #ed891e;
}

body.an_pages .section-product .prod-link a:hover {
    background-color: #fff;
    color: #ed891e;
}

body.an_pages .section-product .nav-tabs {
    text-align: center;
    margin-bottom: 0;
    border: 0;
}

body.an_pages .section-product .nav-tabs > li {
    float: none;
    display: inline-block;
}

body.an_pages .section-product .nav-tabs > li.active {
    /* -webkit-box-shadow: -12px -7px 26px -12px rgba(0,0,0,.38);
    -moz-box-shadow: -12px -7px 26px -12px rgba(0,0,0,.38);
    box-shadow: -12px -7px 26px -12px rgba(0,0,0,.38); */
    z-index: 200;
}

body.an_pages .nav-tabs > li > a {
    background-color: #fff;
    color: #48beac;
    border: 0;
    border-radius: 0;
}

body.an_pages .nav-tabs > li.active > a,
body.an_pages .nav-tabs > li.active > a:hover,
body.an_pages .nav-tabs > li.active > a:focus {
    background-color: #48beac;
    color: #fff;
    border: 0;
    border-radius: 0;
}

body.an_pages .tab-content {
    background-color: #48beac;
    padding: 90px 0;
    box-shadow: -12px -7px 26px -12px rgba(0, 0, 0, .38);
}

body.an_pages .view-tabs-prod .view-content {
    margin-top: 90px;
}

body.an_pages #ourproduct.section-padding {
    padding: 40px 0 0 0;
}

body.front #ourproduct .title h1{
    color: #1d2843;
}

body.an_pages .video-section iframe {
    max-height: 100%;
}


@media screen and (max-width: 767px) {
    body.an_pages #ourproduct.section-padding{
        padding: 40px 0 0 0;
    }
    body.an_pages .view-tabs-prod .view-content {
        margin-top: 45px;
    }
    body.an_pages .tab-content{
        padding: 45px 0;
    }
    body.an_pages .section-product .prod-title{
            margin-top: 40px;
    }
}

/* ================= VIDEO ======================= */

body.an_pages .video-section .video-overlay .player-icon {
    background-image: url(../imgs/icon_play.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 16px center;
    margin: 0 auto;
    cursor: pointer;
    display: table;
    padding: 12px 26px 12px 76px;
    margin: 0 auto;
    background-color: #fcc13e;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

body.an_pages .video-section .video-overlay .player-icon:hover {
    background-image: url(../imgs/icon-11.png);
    background-color: #48beac;
}

body.an_pages .video-section .video-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../imgs/video_overlay_progressiva.jpg);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
}

body.an_pages .video-section .video-overlay .overlay-content {
    color: #fff;
    height: 390px;
}

@media screen and (max-width: 768px) {
    body.an_pages .video-section .video-overlay .overlay-content {
        height: 390px;
    }
}
@media screen and (max-width: 420px) {
    body.an_pages .video-section .video-overlay .overlay-content {
        height: 300px;
    }
}



body.an_pages .video-section .video-overlay a {
    color: #fff;
    font-size: 18px;
}
body.an_pages .video-section .video-overlay a:hover,
body.an_pages .video-section .video-overlay a:focus{
    color: #48beac;
}

body.an_pages .video-section .video-overlay .overlay-content .try-link {
    margin-top: 20px;
}

body.an_pages .video-section .video-overlay .player-title {
    max-width: 540px;
}

body.an_pages .video-section .video-overlay .player-subtitle {
    max-width: 510px;
}

body.an_pages .video-section .video-overlay .player-subtitle {
    margin: 50px auto;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .video-section .video-overlay .player-title {
        font-size: 30px;
        padding: 0 25px;
    }
    body.an_pages .video-section .video-overlay .player-subtitle {
        margin: 40px auto;
        font-size: 25px;
        padding: 0 25px;
    }
}

body.an_pages .video-section .video-overlay .down-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 900;
    width: 40px;
    height: 20px;
}

body.an_pages .video-section .video-overlay .down-link a {
    width: 40px;
    height: 50px;
    background-image: url(../imgs/down_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}


/* =========== TERMS AND CONDITIONS / PRIVACY POLICY ================= */

body.terms-and-conditions .main-container,
body.privacy-policy .main-container {
    width: 100%;
    padding: 0 10%;
}

body.valuekeep-platform .site-content,
body.page-backoffice .site-content,
body.page-node .site-content,
body.page-client .site-content,
body.page-user-edit .site-content,
body.page-taxonomy .site-content,
body.page-admin .site-content,
body.page-user-reset .site-content,
body.page-user-password .site-content,
body.page-modal-forms-nojs-password .site-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 10px 150px 10px;
}

@media screen and (max-width: 768px) {
   body.valuekeep-platform .site-content,
    body.page-backoffice .site-content,
    body.page-node .site-content,
    body.page-client .site-content,
    body.page-user-edit .site-content,
    body.page-taxonomy .site-content,
    body.page-admin .site-content,
    body.page-user-reset .site-content,
    body.page-user-password .site-content,
    body.page-modal-forms-nojs-password .site-content {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding: 100px 10px 150px 10px;
    }
}


body.node-type-industrie h2 {
    text-align: center;
}

body.node-type-industrie .site-content {
    padding-top: 100px;
}


body.node-type-industrie .site-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

body.node-type-industrie .industrie-header {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    float: left;
}


.industrie-header-container {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: 500px;
}
.industrie-header-textblock-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}

.industrie-header-textblock {
    max-width: 800px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.industrie-header-background img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
   .industrie-header-background img {
      width: 150%;
      margin-left: -25%;
  }
}
@media screen and (max-width: 500px) {
   .industrie-header-background img {
      width: 180%;
      margin-left: -40%;
  }
}
@media screen and (max-width: 400px) {
   .industrie-header-background img {
      width: 200%;
      margin-left: -50%;
  }
}

.industrie-header-title {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.industrie-header-description p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0;
}

body.node-type-industrie .site-content article {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 10px 150px 10px;
}


/*body.terms-and-conditions .main-container,
body.privacy-policy .main-container{
  width: 100%;
  max-width: 940px;
  padding: 100px 0 150px 0;
}*/

body.terms-and-conditions .main-container a,
body.privacy-policy .main-container a {
    color: #48beac;
}

body.terms-and-conditions .main-container a:hover,
body.privacy-policy .main-container a:hover {
    color: #98d4c2;
}

h1.terms-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
    color: #48beac;
}

p.content-text {
    color: #727272;
    margin-bottom: 50px;
    font-weight: 500;
}

h2.content-section {
    color: #fcc13e;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
}

h2.content-title {
    color: #f16541;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 32px;
}

h3.content-subtitle {
    color: #48beac;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}

body.privacy-policy .site-content ul,
body.privacy-policy .site-content ol {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

body.privacy-policy .site-content ul {
    list-style-type: disc;
}

body.privacy-policy .site-content ul li {
    margin-bottom: 5px;
}

body.privacy-policy .site-content ol li {
    font-weight: bold;
}

body.privacy-policy .site-content ol p.content-text {
    margin-bottom: 15px;
}

body.an_pages .section-about .about-link {
    margin-top: 70px;
}

body.an_pages .section-about .about-link a {
    padding: 10px 26px;
    background-color: #48beac;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #48beac;
}

body.an_pages .section-about .about-link a:hover {
    background-color: #fff;
    color: #48beac;
}


/* ============== USER MANAGMENT ==================== */

body.valuekeep-platform .main-container,
body.page-backoffice .main-container,
body.page-client .main-container,
body.page-admin .main-container {
    background-color: #fff;
}

body.page-client.logged-pages .main-container {
    background-color: #fff;
}

body.page-user .main-container {
    background-color: #fff;
}

body.backoffice-login .main-container {
    background-color: #1D2843;
    color: #fff;
}

body.backoffice-login h1.page-header {
    color: #fff;
    text-transform: uppercase;
}

.panels-flexible-region-7-center {
    width: 100%;
}

h1.page-header,
h2.pane-title {
    color: #1d2742;
    font-weight: bold;
    margin-bottom: 80px;
    border: 0;
    margin-top: 20px;
    font-size: 34px;
}

body.settings h2.pane-title{
    color: #48bfac;
}

.view-show-partners thead th{
    color: #48bfac;
}

.config-link.main-btn{
    margin-top: 40px;
}

/* .view-backoffice table{
  margin-bottom: 80px;
} */

.view-backoffice table caption {
    padding: 30px;
    margin-bottom: 10px;
    background-color: #fff;
}

.view-backoffice table thead,
.view-backoffice table tbody {
    background-color: #fff;
}

.view-backoffice table > thead > tr > th,
.view-backoffice table > tbody > tr > td {
    padding: 30px 0;
}

.view-backoffice table > thead > tr > th {
    color: #717171;
    font-size: 18px;
    font-weight: 600;
}

.view-backoffice table thead tr th:first-child,
.view-backoffice table tbody tr td:first-child {
    padding-left: 30px;
}



.view-backoffice table thead tr th:last-child,
.view-backoffice table tbody tr td:last-child {
    padding-right: 30px;
    text-align: right;
}

.view-backoffice tbody > tr.active > td {
    background-color: #fff;
}

.view-backoffice tbody > tr.blocked > td {
    opacity: 0.4;
}

.view-backoffice tbody > tr.blocked > td:last-child {
    opacity: 1;
}

.view-backoffice tbody > tr.inactive > td {
    opacity: 0.4;
}

.view-backoffice tbody > tr.inactive > td:last-child {
    opacity: 1;
}

.view-backoffice .table-hover > tbody > tr.active:hover > td {
    background-color: #e8e8e8;
}

.inactive-org {
    float: left;
    width: 100%;
    color: red;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px;
    font-weight: 600;
    margin-top: -20px;
}

.view-backoffice .group-title {
    color: #48bfac;
    font-size: 22px;
    font-weight: 600;
}

.accordion-header.disabled .group-link-add-user,
.accordian-body.disabled .org-edit-user {
    display: none !important;
}

.view-backoffice .group-users {
    color: #ee891f;
    font-size: 14px;
    font-weight: normal;
    clear: both;
    margin-top: 10px;
}

.view-backoffice .group-users span {
    font-size: 12px;
}

.view-backoffice .group-link-add-user a {
    padding: 6px 16px;
    background-color: #48bfac;
    border: 1px solid #48bfac;
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    background-image: url(../imgs/icon_plus_green.png);
    background-size: 24px;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-block;
}
.view-backoffice .group-link-add-user a:hover,
.view-backoffice .group-link-add-user a:focus,
.view-backoffice .group-link-add-user a:active:focus{
    background-color: #fff;
    color: #48bfac;
}

.view-backoffice table tbody tr td{
    vertical-align: middle;
}

.org-user {
    max-width: 280px;
}

.org-user .org-user-picture,
.org-user .org-user-data {

}

.org-user .org-user-data{
    margin-top: 8px;
}

.org-user .org-user-picture {
    margin-right: 20px;
}

.org-user .org-user-picture {
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
}

.org-user .org-user-picture img {
    border-radius: 50px;
}

.org-edit-user a {
    padding: 6px 15px;
    border: 1px solid #ee891f;
    background-color: #ee891f;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.org-edit-user a:hover{
    background-color: #fff;
    color: #ee891f;
}

.org-user .org-user-name {
    font-weight: 600;
    font-size: 15px;
    word-break: break-all;
}

.org-user-username{
    font-size: 14px;
    word-break: break-all;
}

table.sticky-header {
    margin-top: 50px;
    border-bottom: 2px solid #ddd;
    border-top: 1px solid #ddd;
}

table.sticky-header caption,
table.sticky-header thead {
    background-color: #fefefe;
}

table.sticky-header caption {
    margin-bottom: 0;
}

body.logged_pages .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #727272;
}

body.logged_pages .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #727272;
}

body.logged_pages .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #727272;
}

body.logged_pages .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #727272;
}

body.logged-pages .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaaaaa;
    font-size: 16px;
    font-weight: normal;
}

body.logged-pages .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa;
    font-size: 16px;
    font-weight: normal;
}

body.logged-pages .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa;
    font-size: 16px;
    font-weight: normal;
}

body.logged-pages .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #aaaaaa;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .industrie-header-title{
        font-size: 30px;
    }
    .industrie-header-textblock{
        padding: 0 5%;
    }


    .view-backoffice table thead tr th:first-child,
    .view-backoffice table tbody tr td:first-child {
        padding-left: 10px;
        min-width: 130px;
    }
    .view-backoffice table > tbody > tr > td{
        min-width: 130px;
    }
    .view-backoffice table thead tr th:last-child,
    .view-backoffice table tbody tr td:last-child {
        padding-right: 10px;
    }

    .view-backoffice .group-link-add-user a{
        margin: 5px 0;
    }

    h1.terms-title{
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 40px;
    }
    p.content-text{
        font-size: 14px;
    }
    h2.content-title{
        font-size: 22px;
    }

    body.privacy-policy .site-content ul li{
        font-size: 14px;
    }
    h2.content-section{
        font-size: 24px;
    }

}


/* == GHOSEN == */

.chosen-container {
    width: 100% !important;
    padding: 0;
}

.chosen-container-multi .chosen-choices {
    border: 0;
    background-color: #eee;
}

.chosen-container-multi .chosen-choices input {
    margin: 0 !important;
}

.chosen-container-multi .chosen-choices li,
.chosen-container-multi .chosen-choices li input {
    width: 100% !important;
}

#user-register-form .form-type-password,
#user-profile-form .form-type-password,
body.page-backoffice.logged-in .form-type-password,
body.page-client.logged-in .form-type-password {
    width: 50% !important;
    padding: 0 10px !important;
    float: left;
}

@media screen and (max-width: 767px) {
    #user-register-form .form-type-password,
    #user-profile-form .form-type-password,
    body.page-backoffice.logged-in .form-type-password,
    body.page-client.logged-in .form-type-password {
        width: 100% !important;
    }
}


.form-type-password-confirm .form-type-password {
    clear: right;
}

#user-register-form .pass button.getNewPass,
#user-profile-form .pass button.getNewPass {
    margin-left: 10px !important;
}

body.page-user-edit #user-profile-form .pass .form-type-password {
    width: 50% !important;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#user-profile-form label {
    color: #727272;
}

body.page-user-edit #user-profile-form .pass .form-item-pass-pass1 {
    padding-right: 10px;
}

body.page-user-edit #user-profile-form .pass .form-item-pass-pass2 {
    padding-left: 10px;
}

body.page-user-edit #user-profile-form .field_user_address .input-group {
    width: 100%;
}

body.page-user-edit #user-profile-form .field_user_address .input-group-addon {
    display: none;
}

body.page-user-edit .picture .panel-heading,
body.page-user-edit .field_user_address .panel-heading {
    display: none;
}

body.page-user-edit .picture fieldset,
body.page-user-edit .field_user_address fieldset {
    border: 0;
    padding: 0;
    box-shadow: none;
}

body.page-user-edit .picture .panel-body,
body.page-user-edit .field_user_address .panel-body {
    border: 0;
    padding: 0;
}

body.page-user-edit .user-picture a {
    display: inline-block;
}

body.page-user-edit #user-profile-form .field_image label {
    display: none;
}

body.page-user-edit #user-profile-form .field_image .image-widget-data .input-group input {
    height: 150px;
    width: 150px;
    opacity: 0;
     cursor: pointer;
}

body.page-user-edit #user-profile-form .field_image .image-widget-data .input-group{
    background-image: url(../imgs/user_default.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    background-size: cover;
    border-radius: 50%;
    text-indent: 200%;
    cursor: pointer;
    color: transparent;
    box-shadow: none;
    border: 0;
}

body.page-user-edit .field_image img {
    border-radius: 50%;
}

body.page-user-edit .user-picture img {
    height: 150px;
    border-radius: 50%;
}

#user-register-form .form-item,
#user-profile-form .form-item,
body.page-backoffice.logged-in .form-item,
body.page-client.logged-in .form-item {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

body.page-backoffice.logged-in .view-filters .form-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.page-client.logged-in.logged-pages .form-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#user-register-form .form-item.form-item-pass,
#user-profile-form .form-item.form-item-pass,
body.page-backoffice.logged-in .form-item.form-item-pass,
body.page-client.logged-in .form-item.form-item-pass {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#user-register-form .form-item input,
#user-profile-form .form-item input,
body.page-backoffice.logged-in .form-item input,
body.page-client.logged-in .form-item input {
    /* padding: 20px 20px; */
    height: 40px;
}

body.page-client.logged-in .form-item input.vbo-select,
body.page-client.logged-in .form-item input.vbo-table-select-all {
    /* padding: 20px 20px; */
    height: 18px;
}

body.page-backoffice.logged-in .form-item input[type="checkbox"],
body.page-client.logged-in .form-item input[type="checkbox"] {
    height: 18px;
}

#user-register-form .form-item textarea,
#user-profile-form .form-item textarea,
body.page-backoffice.logged-in .form-item textarea,
body.page-client.logged-in .form-item textarea {
    /* padding: 20px 20px;   */
}

#user-register-form .form-control,
#user-profile-form .form-control,
body.page-backoffice.logged-in .form-control,
body.page-client.logged-in .form-control {
    height: auto;
}

body.page-backoffice.logged-in .form-item-custom-file .form-control{
  height: 40px;
}

#contacts .main_node_form .form-control.form-file {
    height: auto;
    padding: 5px;
    background-color: #ccc;
    color: #fff;
}

#user-register-form button,
#user-profile-form button,
body.page-backoffice.logged-in button,
body.page-client.logged-in button {
    padding: 6px 35px;
    font-size: 18px;
    background-color: #48beac;
    color: #fff;
    margin-left: 10px;
    margin-top: 40px;
    border: 0;
    border-color: #48beac;
    border: 1px solid #48beac;
    border-radius: 0;
}

#user-register-form button:hover,
#user-profile-form button:hover,
body.page-backoffice.logged-in button:hover,
body.page-client.logged-in button:hover,
body.page-backoffice.logged-in button:active:hover,
body.page-client.logged-in button:active:hover {
    background-color: #fff;
    color: #48beac;
}


body.page-backoffice.logged-in .form-item-custom-file button{
  margin-top: 0;
}

button.getNewPass {
    margin: 0 !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
}

#eye-btn {
        z-index: 100;
    text-indent: 200%;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 27px;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url(../imgs/eye.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    opacity: .7;
    transition: .2s;
}

#eye-btn:hover,
#eye-btn:focus {
    opacity: 1;
}

#user-register-form button span,
#user-profile-form button span,
body.page-backoffice.logged-in button span,
body.page-client.logged-in button span {
    display: none;
}

#user-register-form .form-control,
#user-profile-form .form-control,
body.page-backoffice.logged-in .form-control,
body.page-client.logged-in .form-control,
.chosen-container-active .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #727272;
    font-weight: normal;
}

.chosen-container-multi .chosen-choices {
    padding: 0 !important;
    background-image: none !important;
    box-shadow: none!important;
    border-radius: 0;
    border: 1px solid #ccc !important;
}

.chosen-container-active .chosen-choices {
    background-image: none !important;
    box-shadow: none!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    float: left;
    width: 23%;
    max-width: 24%;
    margin: 0.5%;
    color: #727272;
    border-radius: 0;
    color: #727272;
    background-image: none !important;
    background-color: #fff;
    border: 0;
    padding: 7px 15px;
}

.chosen-container-multi .chosen-choices li.search-field {
    background-image: url(../imgs/arrow_down.png);
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: calc(100% - 10px);
    color: #727272;
    border-top: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 7px 20px !important;
    background-color: #fff;
    margin-top: -1px;
}

.chosen-container-multi.chosen-with-drop .chosen-choices li.search-field {
    background-image: url(../imgs/arrow_up.png);
}

.side_padding {
    padding: 0 10px !important;
}

#user-register-form .required-text,
#user-profile-form .required-text,
body.page-client.logged-in .required-text,
body.page-backoffice.logged-in .required-text {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #898989;
}

#user-profile-form .required-text.other {
    padding-left: 10px;
}

#user-register-form select.form-control,
#user-profile-form select.form-control {
    padding: 0 20px;
    height: 40px;
}

#user-register-form .help-block,
#user-register-form span.glyphicon,
#user-profile-form .help-block,
#user-profile-form span.glyphicon,
body.page-client.logged-in .help-block,
body.page-client.logged-in span.glyphicon,
body.page-backoffice.logged-in .help-block,
body.page-backoffice.logged-in span.glyphicon {
    display: none !important;
}

#user-profile-form .current_pass .help-block {
    display: inline-block !important;
}

#user-register-form label,
#user-profile-form label {
    /* display: none; */
}

body.page-user-edit #user-profile-form label {
    display: inline-block;
}

body.page-client.logged-in.page-client-users .view-filters label,
body.page-backoffice.logged-in.page-client-users .view-filters label {
    display: none;
}

.form-item-status label,
.field-name-field-status label {
    display: block !important;
}

.form-item-roles label {
    display: block !important;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    border: 1px solid #dbd4cc;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 2px;
    top: 4px;
    border-radius: 50%;
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio label.check:after {
    background-color: #48beac;
}

.status .form-type-radios label.control-label[for="edit-status"],
.status .form-type-radios #edit-status,
.status .form-type-radios label.control-label[for="edit-field-status-und"],
.status .form-type-radios #edit-field-status-und {
    float: left;
}

.status .form-type-radios #edit-status,
.status .form-type-radios #edit-field-status-und {
    margin-left: 30px
}

.status .form-type-radios #edit-status .form-item.radio,
.status .form-type-radios #edit-field-status-und .form-item.radio {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.radio input[type="radio"] {
    visibility: hidden;
}

.field-type-field-collection label {
    display: block !important;
}


/* DROPDOWN CHECKBOX */

span.ui-dropdownchecklist,
span.ui-dropdownchecklist-selector,
span.ui-dropdownchecklist-text {
    width: 100% !important;
}

span.ui-dropdownchecklist .ui-icon {
    float: right !important;
    background-image: url(../imgs/down.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 100%;
    margin-right: 20px;
}

.ui-dropdownchecklist-item label {
    display: inline-block !important;
}

.ui-dropdownchecklist-item input {
    width: auto !important;
    margin: 0 10px 0 20px;
}

.ui-dropdownchecklist {
    height: 42px;
}

.ui-dropdownchecklist-selector {
    padding: 0;
}

.ui-dropdownchecklist-selector,
.ui-icon,
.ui-dropdownchecklist-text {
    height: 100%;
}

.ui-dropdownchecklist-text {
    line-height: 28px;
}

.ui-dropdownchecklist-selector .ui-dropdownchecklist-text {
    padding: 7px 40px 7px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.ui-dropdownchecklist.ui-dropdownchecklist-dropcontainer-wrapper {
    max-height: 200px;
    overflow-y: auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    color: #727272;
    background: #fff;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item.ui-state-default {
    border: 1px solid #fff;
}

.ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item.ui-state-hover {
    border: 1px solid #48beac;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #48beac;
    padding: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group.error .ui-dropdownchecklist-item .control-label,
.form-group.error .ui-dropdownchecklist-item label,
.form-group.has-error .ui-dropdownchecklist-item .control-label,
.form-group.has-error .ui-dropdownchecklist-item label {
    color: #727272 !important;
}

.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"],
.form-item textarea,
.form-item select,
.chosen-container-multi .chosen-choices {
    border: 1px solid #ccc !important;
}

.form-item input[type="text"]:hover,
.form-item input[type="text"]:focus,
.form-item input[type="email"]:hover,
.form-item input[type="email"]:focus,
.form-item input[type="password"]:hover,
.form-item input[type="password"]:focus,
.form-item textarea:hover,
.form-item textarea:focus,
.form-item select:hover,
.form-item select:focus,
.chosen-container-multi .chosen-choices:hover,
.chosen-container-multi .chosen-choices:focus {
    border: 1px solid #48beac !important;
}

.view-backoffice-content .group-link-add-user {
    margin-bottom: 60px;
}

.user-login {
    line-height: 50px;
}

.user-login a {
    text-decoration: none;
    color: #727272;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    vertical-align: top;
    padding: 15px;
}

.user-login a:hover {
    color: #48beac;
    background-color: #fff;
}

.reached_limit {
    font-weight: normal;
    font-size: 20px;
}

select.form-control {
    padding: 20px;
    border-radius: 0;
    border: 1px solid #ccc;
}

select.form-control:hover,
select.form-control:focus {
    border: 1px solid #48beac;
}


/* ACCORDION*/

body.page-backoffice-subscribers .ui-accordion .ui-accordion-content {
    height: auto !important;
}

.subscriber_name_full {
    text-transform: uppercase;
}

.subscriber_name.group-title {
    font-size: 22px;
}

.subscriber_name_user,
.subscriber_name_full {
    display: inline-block;
}

.subscriber_name_user {
    margin-left: 10px;
}

.view-backoffice .ui-accordion-header-icon {
    display: none;
}

.view-backoffice .ui-accordion h3.ui-accordion-header {
    padding: 20px;
}

.subscriber_link {
    margin-left: 20px;
}

.view-backoffice .ui-accordion .org_add_user {
    color: #ed891e;
    font-weight: 600;
}

.view-backoffice .ui-accordion .field-content {
    color: #727272;
}


/* .view-backoffice .ui-accordion-content .views-row.accordion-row{
  display: inline-block;
  padding: 6px 15px;
  background-color: #48bfac;
  color: #fff;
  margin-right: 10px;
} */

.view-backoffice .ui-accordion-content .views-row.accordion-row {
    margin: 5px 0;
}

.org_name {
    color: #727272;
}

.page-client-users-existing fieldset,
.page-client-admin-existing fieldset {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    margin: 20px 0;
}

.page-client-users-existing fieldset legend,
.page-client-admin-existing fieldset legend {
    display: none;
}

.page-client-users-existing fieldset .panel-body,
.page-client-admin-existing fieldset .panel-body {
    padding: 0;
}

.page-client-users-existing button[type="submit"],
.page-client-admin-existing button[type="submit"],
#user-profile-form button[value="Remove"] {
    padding: 6px 35px;
    font-size: 18px;
    background-color: #48beac;
    color: #fff;
    border: 0;
    border: 1px solid #48beac;
    border-radius: 0;
}

.page-client-users-existing button[type="submit"]:hover,
.page-client-admin-existing button[type="submit"]:hover,
#user-profile-form button[value="Remove"]:hover {
    background-color: #fff;
    color: #48beac;
    border: 1px solid #48beac;
}

.ctools-modal-content .popups-container,
.ctools-modal-content .modal-scroll,
.ctools-modal-content .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.ctools-modal-content .modal-header {
    padding: 50px !important;
    border: 0;
}

.ctools-modal-content .modal-header .modal-title {
    color: rgb(73, 190, 172);
}

.ctools-modal-content .modal-content {
    padding: 0 50px 50px 50px !important;
    background-color: #fff;
    color: #727272;
    width: 100%;
    box-shadow: none;
}

.ctools-modal-content .modal-content button {
    color: #fff;
    background-color: rgb(73, 190, 172);
    border: 1px solid rgb(73, 190, 172);
}

.ctools-modal-content .modal-content button:hover {
    color: rgb(73, 190, 172);
    background-color: #fff;
}

div.modal-forms-modal-content .popups-close {
    margin-right: -30px;
    margin-top: -30px;
}

.empty-org-row {
    margin: 30px 0;
}

.view-backoffice-content .empty-org-row .group-link-add-user {
    margin-bottom: 0;
}


/* ================== USER ================ */

body.page-user .tabs--primary,
body.page-user .tabs--secondary {
    display: none;
}

.user_data {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.user_picture {
    padding: 30px;
}

.user_picture .field-content {
    border-radius: 50%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.user_picture img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}

.user_info {
    float: left;
    width: 100%;
}

.user_name,
.user_username {
    float: left;
    clear: left;
}

.user_name {
    font-size: 24px;
    font-weight: 600;
    color: #48beac;
}
.user_data .user_name{
    max-width: 70%;
}
.user_username {
    font-size: 18px;
    font-weight: 600;
    color: #aaaaaa;
}

.user_data.user_info {
    border-bottom: 1px solid #dddddd;
}

.user_data.user_fields {}

.user_field {
    float: left;
    padding: 5px 0;
    margin: 5px 0;
}

.user_field_label {
    float: left;
    width: 100%;
    color: #aaaaaa;
    font-weight: 600;
}

.user_field_content {
    float: left;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .user_field_label {
        float: left;
        width: 100%;
    }
    .user_field_content {
        float: left;
        width: 100%;
    }
    .user_data .user_name{
        max-width: 100%;
    }
}

.user_field_content,
.user_field_content li {
    color: #727272;
    font-weight: 600;
}

.edit_field {
    float: right;
    width: auto;
    margin-top: 0;
}

.edit_field a {
    background-color: #48beac;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #48beac;
    font-weight: 600;
    font-size: 22px;
}

.edit_field a:hover {
    background-color: #fff;
    color: #48beac;
}

@media screen and (max-width: 767px) {
    .edit_field {
        margin-top: 30px;
    }
}

.field_product_line,
.field_temp_client_type,
.field_partner_type {
    min-height: 0;
}

body.page-client.logged-in.page-client-users .views-widget .form-item {
    margin: 0 !important;
}

body.page-client.logged-in.page-client-users .view-filters button {
    padding: 6px 30px;
}

.view-backoffice .view-filters,
.view-backoffice .view-content,
.view-backoffice .view-footer {
    float: left;
    width: 100%;
}

.view-backoffice .view-filters {
    margin-bottom: 30px;
}

.view-backoffice .view-filters form {
    float: left;
}


/* ====================================================== EDIT PAGES ====================================================== */

.site-page-edit {
    background-color: #F7F7F7;
    margin: 5px 0;
}

.site-page-title {
    font-size: 20px;
    font-weight: 600;
    color: #727272;
}

.site-page-title,
.site-page-links {
    padding: 20px;
}

.site-page-links a {
    padding: 5px 15px;
    color: #48BEAC;
    background-color: transparent;
    border: 1px solid #48BEAC;
    margin: 0 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.site-page-links a:hover,
.site-page-links a:focus {
    color: #fff;
    background-color: #48BEAC;
}


/* ======== MENU ========= */

.underline {
    position: absolute;
    bottom: -4px;
    min-height: 12px;
    width: 100%;
}

.underline .icon-underline {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #48bfac;
    margin: auto;
}

.underline .line-underline {
    height: 3px;
    width: 100%;
    background-color: #48bfac;
}

li .underline {
    opacity: 0;
    /* transition: opacity 0.1s linear; */
    transition: opacity 0.1s ease-in;
}

li:hover .underline,
li.active-trail .underline {
    opacity: 1;
}

ul.dropdown-menu {
    background-color: #48bfac;
    color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
}

ul.dropdown-menu li.collapsed,
ul.dropdown-menu li.expanded,
ul.dropdown-menu li.leaf {
    border-bottom: 1px solid #6eccbd;
}

ul.dropdown-menu li.last.collapsed,
ul.dropdown-menu li.last.expanded,
ul.dropdown-menu li.last.leaf {
    border-bottom: 0;
}

ul.dropdown-menu > li > a {
    padding: 8px 20px;
    color: #fff;
    background-color: #48bfac;
    font-weight: 600;
    font-size: 13px;
}
ul.dropdown-menu.unread-partner-list > li > a {
    padding: 8px 40px 8px 20px;
    color: #fff;
    background-color: #48bfac;
    font-weight: 600;
    font-size: 13px;
}

li.expanded .caret {
    display: none;
}

.dropdown-menu > li.active-trail > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #48bfac;
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #48bfac;
    background-color: #fff;
}

.info-block {
    max-width: 100%;
    width: auto;
    padding: 20px 15px;
    padding-left: 45px;
    background-image: url(../imgs/icon_info_green.png);
    background-position: 15px center;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid #48beac;
    float: left;
    margin: 10px 0;
}

.info-block .info-content p {
    color: #48beac;
    font-size: 14px;
    font-weight: 600;
}

#contacts form {
    float: left;
    width: 100%;
}

.field_location_country fieldset,
.field_location_country fieldset .panel-body {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.field_location_country fieldset legend {
    display: none;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}


/* == FOOTER == */

.footer-custom.min-container {
    max-width: 900px;
}

.inline-buttons {
    display: inline-block;
    margin: 5px;
}

.inline-buttons form,
.inline-buttons a,
body.valuekeep.subscription .inline-buttons button {
    display: table;
    vertical-align: top;
}

.special-btn {
    padding: 4px 20px !important;
    line-height: 20px !important;
    border-radius: 50px !important;
    background-color: #f16541 !important;
    display: block !important;
    margin-top: 10px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: 1px solid #f16541 !important;
}

.special-btn:hover {
    color: #f16541 !important;
    background-color: #fff !important;
    border: 1px solid #f16541 !important;
}

@media screen and (max-width: 767px) {
    .special-btn {
        padding: 10px 15px !important;
        line-height: 20px !important;
        border-radius: 50px !important;
        background-color: #98d4c2 !important;
        display: inline-block;
        margin-top: 0 !important;
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        font-size: 15px !important;
        border: 0 !important;
        color: #f16541 !important;
    }
    .special-btn:hover {
        color: #f16541 !important;
        background-color: #98d4c2 !important;
        border: 0 !important;
    }
}




/* === Home Our Product === */

.commerce-products .view-content {
    max-width: 1000px;
    margin: auto;
    float: none !important;
}

body.an_pages .an_section.first_section {
    /*Considering Menu Bar*/
    padding-top: 60px;
}

body.an_pages .panels-flexible-region {
    width: 100% !important;
}

.ui-dropdownchecklist-text {
    font-size: 14px;
}

.an_section {
    width: 100%;
}

.an_section .pane-content {
    max-width: 90%;
    margin: 0 auto;
}

.an_section.addons .pane-content,
.an_section#e-learnings .pane-content {
    max-width: 100%;
}

.an_section h2.pane-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 100px;
    text-align: center;
}

#buy.an_section h2.pane-title {
    margin-bottom: 60px;
}




#buy .block-currency {
    margin-bottom: 30px;
}

#views-form-backoffice-content-page-5 table thead,
#views-form-backoffice-content-page-4 table thead. #views-form-backoffice-content-page-6 table thead {
    background-color: #f5f5f5;
}

#views-form-backoffice-content-page-5 .table > thead > tr > th,
#views-form-backoffice-content-page-4 .table > thead > tr > th,
#views-form-backoffice-content-page-6 .table > thead > tr > th {
    vertical-align: middle;
}

#views-form-backoffice-content-page-5 table > thead > tr > th,
#views-form-backoffice-content-page-4 table > thead > tr > th,
#views-form-backoffice-content-page-6 table > thead > tr > th {
    padding: 15px;
}

#views-form-backoffice-content-page-5 table > tbody > tr > td,
#views-form-backoffice-content-page-4 table > tbody > tr > td,
#views-form-backoffice-content-page-6 table > tbody > tr > td {
    padding: 25px 15px;
    vertical-align: middle;
}

.vbo-views-form #views-form-backoffice-content-page-5 table > tbody > tr > td,
.vbo-views-form #views-form-backoffice-content-page-4 table > tbody > tr > td,
.vbo-views-form #views-form-backoffice-content-page-6 table > tbody > tr > td {
    padding: 15px 15px;
}

#views-form-backoffice-content-page-5 button,
#views-form-backoffice-content-page-6 button {
    margin-top: 0;
}

#views-form-backoffice-content-page-5 table.views-table,
#views-form-backoffice-content-page-6 table.views-table {
    margin-bottom: 20px;
}

.view-id-backoffice_content.view-display-id-page_5 .view-content,
.view-id-backoffice_content.view-display-id-page_5 .view-footer {
    float: left;
    width: 100%;
}

.view-id-backoffice_content.view-display-id-page_5 .view-content {
    margin-bottom: 50px;
}

.view-backoffice-users.view-display-id-page_3 .group-header {
    padding: 25px 15px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
}

.group-header {
    float: left;
    width: 100%;
}

.view-backoffice-users.view-display-id-page_3 .views-row .field-content {
    padding: 25px 15px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.view-backoffice-users.view-display-id-page_3 .views-row.views-row-last {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.div_label {
    font-weight: 600;
    padding: 5px 0 15px 0;
}

.node-organization-form .field-name-body fieldset,
.node-organization-form .field-name-body .grippie,
.node-organization-form .field-name-body .field-edit-link {
    display: none;
}



/* ======= HOME ======= */

body.page-home #buy .title h1 {
    color: #48beac;
}

body.page-home #buy .subtitle h2 {
    color: #e86541;
    margin-bottom: 60px;
}


body.page-home #ourgoal h2.pane-title {
    display: none;
}

body.page-home #ourgoal .pane-content {
    max-width: 90%;
    margin: auto;
}

#buy #support-parallel-currency-selector .form-radios .form-item {
    display: inline-block;
    margin: 0;
}

#buy #support-parallel-currency-selector .form-radios label {
    padding: 5px 10px;
    border: 1px solid #ED891E;
    background-color: #fff;
    color: #ED891E;
    font-size: 14px;
    transition: all 0.1s ease-in;
}

#buy #support-parallel-currency-selector .form-radios label .ajax-progress {
    margin: 0 5px 0 0;
}

#buy #support-parallel-currency-selector .form-radios .form-item:first-child label {
    border-right: 0;
}

#buy #support-parallel-currency-selector .form-radios .form-item:last-child label {
    border-left: 0;
}

#buy #support-parallel-currency-selector .form-radios label.check,
#buy #support-parallel-currency-selector .form-radios label:hover,
#buy #support-parallel-currency-selector .form-radios label:active:focus,
#buy #support-parallel-currency-selector .form-radios label:focus {
    border: 1px solid #ED891E;
    background-color: #ED891E;
    color: #fff;
}


/* ====== FIRST SECTION ======= */

body.an_pages .solution.first_section {
    background-color: #fcc13e;
    margin: 0 auto;
    text-align: center;
}

body.an_pages .industries.first_section {
    background-color: #98D4C2;
}

body.an_pages .industries.first_section .subtitle h2 {
    color: #1D2843;
}

body.an_pages.page-services .solution.first_section {
    background-color: #EAEAEA;
}

body.an_pages .solution.first_section .description {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

body.an_pages.page-services .solution.first_section .description {
    color: #727272;
}

body.an_pages .solution.first_section .subtitle {
    margin-top: 60px;
}

body.an_pages .solution.first_section .subtitle h2 .field-item {
    font-weight: bold;
}

body.an_pages.page-services .solution.first_section .subtitle h2 .field-item {
    color: #47B4A2;
}

body.an_pages .solution.first_section .field_image{
    margin-top: 20px;
}

body.an_pages .solution.first_section .field-name-field-image {
    max-width: 800px;
    margin: 0 auto;
}

body.an_pages .solution.first_section .field-name-field-action-link a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #f16541;
    color: #fff;
    border: 1px solid #f16541;
}

body.an_pages .solution.first_section .field-name-field-action-link a:hover,
body.an_pages .solution.first_section .field-name-field-action-link a:focus {
    background-color: #fff;
    color: #f16541;
}

body.an_pages.page-services .solution.first_section .field-name-field-action-link a {
    background-color: #ED891E;
    border: 1px solid #ED891E;
    color: #fff;
}

body.an_pages.page-services .solution.first_section .field-name-field-action-link a:hover,
body.an_pages.page-services .solution.first_section .field-name-field-action-link a:focus {
    background-color: #fff;
    color: #ED891E;
}


/* ====== BENEFITS ======= */

.benefit-row-content {
    margin: 10px 0;
}

.footer-action-link {
    margin-top: 60px;
}

body.an_pages .client_benefits h2.pane-title {
    color: #47b4a2;
}

.client-beneficts.nothome .views-row {
    float: left;
    width: 20%;
}

body.an_pages.find-a-partner .client-beneficts .views-row {
    float: left;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .client-beneficts.nothome .views-row,
    body.an_pages.find-a-partner .client-beneficts .views-row {
        float: left;
        width: 100%;
    }
    body.page-home #buy .subtitle h2{
            margin-bottom: 30px;
    }
    body.an_pages .solution.first_section .subtitle{
        margin-top: 0;
    }

    .an_section h2.pane-title {
        font-size: 23px;
        line-height: 1.5;
    }

    .an_section h2.pane-title{
        margin-bottom: 50px;
    }

    #buy.an_section h2.pane-title {
        margin-bottom: 30px;
    }

    .product_plan_compare{
            margin-top: 70px;
    }

    body.page-site-login.not-logged-in h1.page-header{
            margin-bottom: 40px;
    }

    h1.page-header,
    h2.pane-title {
        margin-bottom: 20px;
    }
}

.benefit_block {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
}

.benefit_block img {
    margin: 0 auto;
    width: 120px;
    max-width: 100%;
}

.benefit_block_title {
    font-size: 19px;
    color: #727272;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.benefit_block_title:after {
        content: " ";
    width: 60px;
    border-top: 2px solid #47b4a2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.benefit_block_desc {
    font-size: 14px;
    color: #727272;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .benefit_block_title {
        font-size: 18px;
    }
}


/* ====== FEATURES ======= */

body.page-product #features {
    background-color: #fff;
}

body.an_pages .section-features .subtitle h2 {
    color: #f16541;
}

body.an_pages li.feature a {
    color: #767676;
    font-weight: 600;
    font-size: 18px;
    background-image: url(../imgs/grey_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 16px;
}

body.an_pages li.feature .collapse p {
    color: #727272;
    font-size: 16px;
    font-weight: normal;
}

body.an_pages .section-features .item-list h3 {
    display: none;
}

body.an_pages .section-features .view-content {
    max-width: 80% !important;
    margin: 0 auto !important;
    margin-top: 90px !important;
    float: none !important;
    clear: both;
    display: inline-block;
}

body.an_pages .section-features .features {
    width: auto;
    margin: 0 auto;
    display: table;
}


/* ====== ADDONS ======= */

body.an_pages #addons {
    background-color: #48beac;
    color: #fff;
}

body.an_pages #addons h2.pane-title {
    color: #fff;
}

body.an_pages #addons.section-padding,
body.an_pages #e-learnings.section-padding {
    padding-bottom: 0;
}


/* QUICKTABS */

body.an_pages .quicktabs_main {
    border: 0;
    background-color: #98d4c2;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: -12px -7px 26px -12px rgba(0, 0, 0, 0.38);
}

body.an_pages ul.quicktabs-tabs {
    border: 0;
    border-bottom: 0;
    position: relative;
    height: auto;
}

body.an_pages ul.quicktabs-tabs li {
    border: 0;
    background-color: #fff;
    color: #98d4c2;
    display: inline-block;
    margin-top: 10px;
}

body.an_pages ul.quicktabs-tabs li:hover {
    border: 0;
}

body.an_pages ul.quicktabs-tabs li a {
    width: 190px;
    height: 50px;
    display: inline-block;
    line-height: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif!important;
    color: #98d4c2;
}

body.an_pages ul.quicktabs-tabs.quicktabs-style-basic a:hover {
    color: #fff;
}

body.an_pages ul.quicktabs-tabs li.active,
body.an_pages ul.quicktabs-tabs li:hover,
body.an_pages ul.quicktabs-tabs li:focus {
    border: 0;
    background-color: #98d4c2;
    color: #fff;
    /*  -webkit-box-shadow: -12px -7px 26px -12px rgba(0,0,0,0.38);
    -moz-box-shadow: -12px -7px 26px -12px rgba(0,0,0,0.38);
    box-shadow: -12px -7px 26px -12px rgba(0,0,0,0.38); */
    z-index: 900;
}

body.an_pages ul.quicktabs-tabs li.active a {
    color: #fff;
}

body.an_pages #addons .flexslider {
    background-color: transparent;
    border: 0;
}

body.an_pages #addons .field_gallery {
    padding: 50px 5%;
    float: left;
}

body.an_pages #e-learnings .quicktabs-tabpage {
    padding: 50px 5% 100px 5%;
    float: left;
}

.elearning-text {
    margin-top: 60px;
    color: #fff;
    padding-left: 10%;
}

.gallery-included-in{
    margin-top: 40px;
}
.includedin-block {
    margin-top: 40px;
}

.e-learnings-action-link,
.e-learnings-action-link a {
    z-index: 110;
}

body.an_pages #addons .slide_description {
    margin-top: 5%;
}

.slide_description,
.slide_image {
    padding: 15px;
}

body.an_pages #addons .field-name-field-title .field-item {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

body.an_pages #addons .field-name-field-description .field-item {
    font-size: 16px;
    font-weight: normal;
}

body.an_pages #addons .views-field-view-1 {
    position: absolute;
    bottom: 140px;
    bottom: calc(100px + 5%);
    left: 5%;
    text-align: left;
    padding: 15px;
}

.gallery-image {
    max-height: 530px;
    padding: 15px;
}
.gallery-image a{
    margin-top: 10px;
}
.gallery-image img,
#addons .flexslider .slides img {
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.gallery-text {
    text-align: left;
    padding: 15px;
}

.gallery-text-title .field-name-field-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.gallery-text-title .field-name-field-description,
.gallery-text-description {
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body.an_pages #addons ul.quicktabs-tabs li a {
        width: 160px;
    }
    body.an_pages #addons .views-field-view-1 {
        bottom: 0;
    }

    body.an_pages .section-features .view-content {
        max-width: 80% !important;
        margin: 0 auto !important;
        margin-top: 50px !important;
        float: none !important;
        clear: both;
        display: inline-block;
    }
    body.an_pages li.feature a{
        font-size: 16px;
    }

    .gallery-text-title {
        font-size: 27px;
    }

    body.an_pages #addons .field_gallery {
        padding: 30px 5% 50px 5%;
    }

    .gallery-image img,
    #addons .flexslider .slides img {
        max-height: 100%;
        width: auto !important;
        max-width: 60%;
        margin: 0 auto;
    }

    .elearning-text{
        margin-top: 0;
    }

    body.an_pages #e-learnings .quicktabs-tabpage {
        padding: 50px 5% 80px 5%;
        float: left;
    }
}


/* body.an_pages #addons .includedin{
  position: absolute;
  bottom: 140px;
  bottom: calc(100px + 5%);
  left: 5%;
  text-align: left;
} */

body.an_pages #addons .views-field-view-1 span.views-label {
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-weight: 600;
}

body.an_pages #addons .includedin li,
ul.includedin li {
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
    text-align: center;
}

body.an_pages #addons .includedin .star,
ul.includedin li.star,
ul.includedin li.Star {
    background-color: #fcc13e;
    color: #fff;
}

body.an_pages #addons .includedin .galaxy,
ul.includedin li.galaxy,
ul.includedin li.Galaxy {
    background-color: #48beac;
    color: #fff;
}

body.an_pages #addons .includedin .universe,
ul.includedin li.universe,
ul.includedin li.Universe {
    background-color: #1d2843;
    color: #fff;
}

body.an_pages #addons ol.flex-control-nav {
    bottom: 0;
    z-index: 900;
}

body.an_pages #addons ul.flex-direction-nav {
    display: none;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}

.flex-control-paging li a {
    background: #e5e5e5;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}


/* ====== COMMERCE ====== */

body.page-home #buy.an_section h2.pane-title {
    display: none;
}

.commerce-products .views-row {
    padding: 0 10px !important;
}

.commerce_product_block .product_img img {
    width: 100%;
    height: auto;
}

.Linha-Star .commerce_product_block,
.linha-star .commerce_product_block,
.star .commerce_product_block {
    background-color: #edb23a;
    color: #fff;
}

.galaxy-line .commerce_product_block,
.galaxy .commerce_product_block {
    background-color: #3eaf99;
    color: #fff;
}

.universe-line .commerce_product_block,
.universe .commerce_product_block {
    background-color: #25324f;
    color: #fff;
}

.commerce_product_block .product_price {
    margin: 20px auto;
    text-align: center;
}

.commerce_product_block .product_price div {
    font-size: 24px;
    font-weight: bold;
}

.commerce_product_block .product_price span {
    font-size: 14px;
    font-weight: normal;
}

.commerce_product_block .product_features,
.commerce_product_block .product_price {
    padding: 0 30px 20px 30px;
}

.commerce_product_block .product_features {
    text-align: left;
}

.commerce_product_block .product_features li {
    padding: 5px;
    font-size: 18px;
    font-weight: normal;
}

.commerce_product_block .product_elearnings a[data-toggle="collapse"],
.commerce_product_block .product_addons a[data-toggle="collapse"],
.commerce_product_block .product_features_collapse a[data-toggle="collapse"] {
    padding: 25px 0;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../imgs/arrow_white_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: calc(100% - 35px);
    background-size: 16px;
    text-align: left;
    padding-left: 35px;
}
.commerce_product_block .product_addons a[data-toggle="collapse"] span,
.commerce_product_block .product_features_collapse a[data-toggle="collapse"] span{
    display: block;
    font-size: 14px;
}
.commerce_product_block .product_elearnings a[aria-expanded="true"],
.commerce_product_block .product_addons a[aria-expanded="true"],
.commerce_product_block .product_features_collapse a[aria-expanded="true"]{
    background-image: url(../imgs/arrow_white_up.png);
}

.commerce_product_block .product_elearnings div,
.commerce_product_block .product_addons div,
.commerce_product_block .product_features_collapse div {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    height: 100%;
}
.commerce_product_block .product_addons .addon-field{
    display: inline-block;
    padding: 2px;
 }
.commerce_product_block .product_addons .addon-field.addon-price{
    font-size: 14px;
    margin-left: 5px;
}
.commerce_product_block .product_addons .addon-field.addon-price .currency-custom{
    display: inline-block;
}

.commerce_product_block .product_elearnings {
    margin-top: 20px;
}

.commerce_product_block .product_addons,
.commerce_product_block .product_features_collapse {
    border-top: 2px solid #fff;
}

.commerce_product_block .product_elearnings ul,
.commerce_product_block .product_addons ul,
.commerce_product_block .product_features_collapse ul {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 35px;
    text-align: left;
}

.commerce_product_block .product_addons li.erp {
    display: none;
}

.commerce-products .views-field-nothing-1 {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.commerce-products .commerce-add-to-cart button[type="submit"] {
    border-radius: 0;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* margin-top: 40px;
  margin-bottom: 140px; */
}

.commerce-btn {
    border-radius: 0;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #e86541;
    border: 1px solid #e86541;
}

.commerce-btn:hover,
.commerce-btn:focus,
.commerce-btn:active:focus {
    color: #e86541;
    background-color: #fff;
    border: 1px solid #e86541;
}

.commerce-products .linha-star .commerce-add-to-cart button[type="submit"],
.commerce-products .star .commerce-add-to-cart button[type="submit"] {
    background-color: #edb23a;
    border: 1px solid #edb23a;
}

.commerce-products .linha-star .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .star .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .linha-star .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .star .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .linha-star .commerce-add-to-cart button[type="submit"]:active:focus,
.commerce-products .star .commerce-add-to-cart button[type="submit"]:active:focus {
    color: #edb23a;
    background-color: #fff;
}

.commerce-products .galaxy-line .commerce-add-to-cart button[type="submit"],
.commerce-products .galaxy .commerce-add-to-cart button[type="submit"] {
    background-color: #3eaf99;
    border: 1px solid #3eaf99;
}

.commerce-products .galaxy-line .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .galaxy .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .galaxy-line .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .galaxy .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .galaxy-line .commerce-add-to-cart button[type="submit"]:active:focus,
.commerce-products .galaxy .commerce-add-to-cart button[type="submit"]:active:focus {
    color: #3eaf99;
    background-color: #fff;
}

.commerce-products .universe-line .commerce-add-to-cart button[type="submit"],
.commerce-products .universe .commerce-add-to-cart button[type="submit"] {
    background-color: #25324f;
    border: 1px solid #25324f;
}

.commerce-products .universe-line .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .universe .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .universe-line .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .universe .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .universe-line .commerce-add-to-cart button[type="submit"]:active:focus,
.commerce-products .universe .commerce-add-to-cart button[type="submit"]:active:focus {
    color: #25324f;
    background-color: #fff;
}

.row-try-it {
    margin: 40px auto 100px auto
}

.product_plan_compare a {
    border-radius: 0;
    border: 0;
    padding: 10px 25px;
    padding-right: 60px !important;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #ED891E;
    border: 1px solid #ED891E;
    background-image: url(../imgs/down_link.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: calc(100% - 25px);
    padding-right: 30px;
    background-size: 16px;
}

.product_plan_compare a:hover {
    color: #ED891E;
    background-color: #fff;
    background-image: url(../imgs/icon_arrow_general.png);
}

.product_plan_compare .compareplans {
    padding: 80px 0;
}

.view-solution th.row_header {
    color: #727272 !important;
    font-size: 14px;
    font-weight: 600;
    background: #fff !important;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0;
    padding-right: 30px;
}

.term_parent,
.term_child,
.view-solution th.row_header.term_child_row {
    font-size: 16px;
    font-weight: 600;
    background: #fff;
}

.term_parent,
.view-solution th.row_header.term_parent_row {
    padding-left: 15px;
    color: #000000;
    font-size: 18px;
}

.term_child,
.view-solution th.row_header.term_child_row {
    padding-left: 30px;
}

.term_parent,
th.term_parent_row.row_header,
th.term_parent_row.row_header ~ td.even,
th.term_parent_row.row_header ~ td.odd {
    background-color: #F7F7F7 !important;
}

th.term_parent_row.row_header ~ td.even *,
th.term_parent_row.row_header ~ td.odd * {
    display: none;
}

.view-solution table {
    margin: auto;
}

.view-solution table.views-matrix tbody tr td.odd,
.view-solution table.views-matrix tbody tr td.even {
    background-color: #fff;
}

.view-solution table tbody tr {
    border-top: 1px solid #e8e8e8;
}

.view-solution table tbody tr:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.view-solution tbody tr td.views-matrix-cell {
    padding-left: 30px;
    padding-right: 30px;
}

.view-solution .has_characteristic.linha-star i,
.view-solution .has_characteristic.star i {
    color: #edb23a;
}

.view-solution .has_characteristic.galaxy-line i,
.view-solution .has_characteristic.galaxy i {
    color: #3eaf99;
}

.view-solution .has_characteristic.universe-line i,
.view-solution .has_characteristic.universe i {
    color: #25324f;
}

.compareplans thead .column_header {
    background: none !important;
    background-color: transparent !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: auto 30% !important;
    background-position: center center !important;
    height: 65px !important;
}

@media screen and (max-width: 767px) {
    .compareplans thead .column_header {
        height: 36px !important;
    }
    .commerce-products .views-field-nothing-1{
        margin-top: 0;
    }
    .row-try-it {
        margin: 40px auto 30px auto
    }

    body.page-home #buy.section-padding,
    #client_benefits.section-padding {
        padding: 40px 0 50px 0;
    }

}

.compareplans thead .column_header.Star {
    background-image: url(../imgs/star_logo.png) !important;
    width: 13%;
}

.compareplans thead .column_header.Galaxy {
    background-image: url(../imgs/galaxy_logo.png) !important;
    width: 17%;
}

.compareplans thead .column_header.Universe {
    background-image: url(../imgs/universe_logo.png) !important;
    width: 19%;
}

@media screen and (max-width: 767px) {
    .compareplans .view-content,
    .compareplans .view-content table {
        overflow-x: auto;
        display: block;
    }
}



@media screen and (max-width: 768px) and (min-width: 768px) {
    #buy.an_section .pane-content {
        max-width: 95%;
        margin: 0 auto;
    }
    .commerce-products .views-row{
        padding: 0 5px !important;
    }
    .commerce_product_block .product_features li{
        font-size: 16px;
    }

    .commerce_product_block .product_elearnings a[data-toggle="collapse"],
    .commerce_product_block .product_addons a[data-toggle="collapse"]{
        font-size: 16px;
    }

    .commerce_product_block .product_elearnings ul, .commerce_product_block .product_addons ul{
            font-size: 16px;
            padding: 5px 16px;
    }
    .compareplans thead .column_header{
            background-size: auto 27% !important;
    }
}


/* ======= INDUSTRIES ======== */

.views_infinite_scroll-ajax-loader{
    display: none !important;
}

.industries .subtitle h2 {
    color: #f16541;
}

.industries .title h1{
    color: #fcc13e;
}
.industries .subtitle h3 {
    color: #1D2843;
    margin-top: 20px;
    width: 116%;
    margin-left: -8%;
    font-size: 19px;
    line-height: 1.5;
    color: #48beac;
}

.industries .view-header {
    padding: 0 0 50px 0;
}

.industries .view-content {
    float: left;
    width: 100%;
}

.industrie_block {
    padding: 40px 10px;
}

.industrie_block .industrie_text {
    text-align: left;
}

.industrie-action-link {
    text-align: center;
    margin-top: 0;
}

.industrie-action-link a.main-btn {
    font-size: 16px !important;
}

.industrie_block .industrie_text .industrie_text_content {}

.industrie_block .industrie_text .industrie_title {
    color: #fcc13e;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
    height: 65px;
    line-height: 1.3;
}

.industrie_block .industrie_text .industrie_desc {
    color: #727272;
    font-size: 15px;
    font-weight: normal;
    height: 90px;
}

@media screen and (max-width: 767px) {
    .industries .subtitle h3 {
        width: 100%;
        margin-left: 0%;
    }
    .industrie_block .industrie_text .industrie_title {
        height: auto;
    }
    .industrie_block .industrie_text .industrie_desc {
        margin: 20px 0;
        height: auto;
    }
}

.industrie_block .industrie_media {
    position: relative;
    text-align: right;
}

.industrie_block .industrie_media .industrie_image img {
    width: 100%;
    height: auto;
}

.industrie_block .industrie_media .industrie_video,
.industrie_block .industrie_media .industrie_video .embedded-video,
.industrie_block .industrie_media .industrie_video .embedded-video .player,
.industrie_block .industrie_media .industrie_video .embedded-video .player iframe {
    width: 100%;
    height: 100%;
}

.industrie_block .industrie_media .industrie_video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 40px;
}

.pager-load-more li > a {
    border-radius: 0;
    border: 1px solid #ed891e;
    background-color: #ed891e;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 80px;
}

.pager-load-more li > a:hover {
    background-color: #fff;
    color: #ed891e;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #fff;
    color: #ed891e;
}

@media screen and (max-width: 767px) {
    .industrie_block {
        padding: 0;
        margin: 30px 0;
    }
    .industrie_block .industrie_text {
        text-align: center;
        padding-right: 0;
    }
    .industrie_block .industrie_media {
        margin: 20px 0 0 0;
    }
    .industrie_block .industrie_media,
    .industrie_block .industrie_media .industrie_video {
        padding-left: 0;
    }
    .pager-load-more li > a{
        margin-top: 40px;
    }
}


/* ==== TEAM ==== */

.history {
    padding-top: 100px;
}

.history .subtitle h2 {
    color: #fcc13e;
}

.history .subtitle h3 {
    color: #48beac;
    max-width: 80%;
    margin: auto;
    margin-top: 60px;
}

#team {
        padding: 40px 0 100px 0;
    background-color: #eaeaea;
}

#team.an_section h2.pane-title {
    color: #f16541;
    padding: 0 5%;
}

#team .pane-content {
    max-width: 1280px;
}

.collaborator_block {
    padding: 10px;
}

.collaborator_block .collaborator_image {}

@media screen and (max-width: 767px) {
    #team {
        padding: 0;
    }
    #team .pane-content {
        max-width: 90%;
    }
    #contacts .pane-content {
        max-width: 90%;
        margin: 0 auto;
    }
    .history {
        padding-top: 70px;
    }
}


/*
.example {
    transition: [transition-property] [transition-duration] [transition-timing-function] [transition-delay];
}
*/

.collaborator_block .collaborator_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    position: absolute;
    height: 100%;
    padding: 10px;
    width: 100%;

    background-color: transparent;
    transition: background-color 0.1s ease-out 0.1s;
}
.collaborator_block .collaborator_content .collaborator_content_inner{
    display: table;
    width: 100%;
    height: 100%;

    background-color: transparent;
    transition: background-color 0.1s ease-out 0.1s;
}
.collaborator_block:hover .collaborator_content .collaborator_content_inner {
    background-color: #1d2843;
    background-color: rgba( 37, 50, 79, 0.7);
    transition: background-color 0.1s ease-in 0.1s;
}

.collaborator_block .collaborator_info {
    color: #fff;
    padding: 15px 10px;
    overflow-y: auto;

    opacity: 0;
    transition: all 0.1s ease-out 0.1s;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.collaborator_block:hover .collaborator_info {
    opacity: 1;
    transition: all 0.1s ease-in 0.1s;
}

.collaborator_block .collaborator_info .collaborator_name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.collaborator_block .collaborator_info .collaborator_pos {
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto 20px auto;
}

.collaborator_block .collaborator_info .collaborator_desc p {
    font-size: 13px;
    font-weight: normal;
}


/* ================================ E-LEARNINGS ============================================= */

#e-learnings {
    background-color: #48BEAC;
}

#e-learnings h2.pane-title {
    color: #fff;
}

#e-learnings .subtitle h2,
#e-learnings .description p {
    color: #fff;
}

#e-learnings .description {
    margin-bottom: 50px;
}

.view.formation-elearnings .view-header {
    margin: 60px 0 60px 0;
}

.view.formation-elearnings .view-header .subtitle h2 {
    color: #48beac;
}

.formation {
    background-color: #eaeaea;
}

.formation-elearnings .views-row {
    padding: 25px;
}

.card_block {
    padding: 25px;
    background-color: #fff;
    min-height: 325px;
    display: table;
    transition: all 0.1s ease-out 0.1s;
}

.card_block_title {
    color: #f16541;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.card_block_text {
    margin-bottom: 30px;
}

.card_block_text,
.card_block_text p {
    color: #727272;
    font-size: 16px;
    font-weight: normal;
}

.card_block_features_wrapper {
    display: table-row;
    vertical-align: bottom;
    height: 60px;
}

.card_block_features {}

.card_block_features_label {
    color: #727272;
    font-size: 16px;
    font-weight: bold;
}

.card_block_features_content li {
    display: inline-block;
    float: left;
}

ul.includedin li {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

ul.includedin li:last-child {
    margin-right: 0;
}

/*ul.includedin li.star {
    color: #fcc13e;
}

ul.includedin li.galaxy {
    color: #48beac;
}

ul.includedin li.universe {
    color: #1d2843;
}
*/
#service1 .section_header {
    margin-bottom: 40px;
}
#service1 .section_content .node_image{
    max-width: 540px;
    margin: 0 auto;
    padding: 0 5%;
}

#service1 .description p {
    color: #727272;
}

#service1 .subtitle h2 {
    color: #ed891e;
}

#service1 .subtitle h3 {
    color: #48beac;
}

#service2 .subtitle h2 {
    color: #ed891e;
}

.description .highlighted-text {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    color: #48beac;
}

#service4{
    background-color: #98d4c2;
}


#service4 .subtitle h2 {
    color: #fff;
}

#service4 .description p{
    color: #fff;
}

#service3 {
    background-color: #fcc13e;
}

#service3 .section_header {
    margin-bottom: 60px;
}

#service3 .description p {
    color: #fff;
}

#service3 .subtitle h2 {
    color: #1d2843;
}
#service3 .subtitle h3 {
    color: #fff;
}

.view-display-id-elearnings_tabs .subtitle h3{
    color: #fff;
}
.view-display-id-elearnings_tabs .subtitle{
    margin-bottom: 25px;
}

/* ======================= ============================ */

body.an_pages .ourclients .flexslider .slides > li {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto 15px !important;
}

@media screen and (max-width: 767px) {
    body.an_pages .ourclients .flexslider .slides > li {
        padding-left: 0;
        padding-right: 0;
        margin: auto 0 !important;
    }
}

body.an_pages .ourclients .flex-control-paging li a:hover,
body.an_pages .ourclients .flex-control-paging li a.flex-active {
    background: #d1d1d1;
}

body.an_pages .ourclients .flex-control-nav {
    bottom: -100px;
}

body.an_pages .ourclients .subtitle h2 {
    color: #ed891e;
}

body.an_pages .ourclients .description p {
    color: #48beac;
    font-weight: 600;
    font-size: 20px;
}

body.an_pages .ourclients .view-header {
    margin-top: 60px;
}

body.an_pages #clientstories .view-header {
    margin-top: 60px;
    margin-bottom: 100px;
}

body.an_pages #clientstories {
    background-color: #eaeaea;
}

body.an_pages #clientstories .subtitle h2 {
    color: #48beac;
}

body.an_pages #clientstories .description p {
    color: #727272;
    font-weight: 600;
    font-size: 20px;
}

.client-stories .view-content{
    text-align: center;
}

.storie-row {

}


@media screen and (min-width: 1200px) {
.storie-row.col-xs-12.col-lg-6,
.storie-row.col-xs-12.col-sm-6,
.storie-row.col-xs-12.col-md-6{
    width: 49.7%;
     margin: auto;
    display: inline-block;
    float: none;
}
}
@media screen and (max-width: 1199px) {
.storie-row.col-xs-12.col-lg-6,
.storie-row.col-xs-12.col-sm-6,
.storie-row.col-xs-12.col-md-6{
    width: 49.7%;
     margin: auto;
    display: inline-block;
    float: none;
}
}

@media screen and (max-width: 991px) {
.storie-row.col-xs-12.col-lg-6,
.storie-row.col-xs-12.col-sm-6,
.storie-row.col-xs-12.col-md-6{
    width: 49.7%;
     margin: auto;
    display: inline-block;
    float: none;
}
}
@media screen and (max-width: 767px) {
    .storie-row.col-xs-12.col-lg-6,
    .storie-row.col-xs-12.col-sm-6,
    .storie-row.col-xs-12.col-md-6{
        width: 100%;
        float: left;
    }
}

.storie-column {
    padding: 25px;
}

@media screen and (max-width: 767px) {
   .storie-column {
      padding: 5px;
  }
  .storie_block{
    padding: 35px 10%;
  }
  body.an_pages #clientstories .view-header {
        margin-top: 0;
        margin-bottom: 100px;
    }
    body.an_pages .ourclients .flex-control-nav {
        bottom: -60px;
    }


}

.storie_block {
    padding: 35px;
    background-color: #fff;
}

.storie_block_logo {
    margin: 35px auto 60px auto;
}

.storie_block_logo img {
    margin: 0 auto;
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

.storie_block_video .embedded-video {
    margin: 30px 0;
}

.storie_block_video iframe {
    width: 100%;
}

.storie_block_text {
    color: #727272;
}

.storie_block_text .shortcontent,
.storie_block_text .allcontent {
    margin-bottom: 50px;
    color: #727272;
    text-align: left;
}

.storie_block_text .morelink {
    padding: 10px 30px;
    background-color: #48beac;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #48beac;
}

.storie_block_text .morelink:hover {
    background-color: #fff;
    color: #48beac;
}




/* ================= HELP ===================== */

body.an_pages .help.an_section.first_section {
    padding-top: 120px;
}

.help .view-grouping {
    margin-bottom: 100px;
}

.help .view-grouping:last-child {
    margin-bottom: 0;
}

.help .view-grouping-header .accordion-header {
    font-size: 30px;
    font-weight: bold;
    color: #1d2843;
    padding-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px;
    background-color: transparent;
}

.help .view-grouping-header .accordion-header.General,
.help .view-grouping-header .accordion-header.Geral {
    color: #f16541;
}

.help .view-grouping-header .accordion-header.Star {
    color: #fcc13e;
}

.help .view-grouping-header .accordion-header.Galaxy {
    color: #48beac;
}

.help .view-grouping-header .accordion-header.Universe {
    color: #1d2843;
}

.help .ui-accordion .ui-accordion-header {
    padding: 20px 40px;
    border: 0;
    border-radius: 0;
}

.help .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.help .ui-state-default a,
.help .ui-state-default a:link,
.help .ui-state-default a:visited {
    color: #727272;
    font-weight: 600;
    font-size: 18px;
}
.help .ui-state-default a div,
.help .ui-state-default a:link div,
.help .ui-state-default a:visited div{
    background-image: url(../imgs/icon_arrow_general_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 16px;
    font-weight: 600;
}

.help .ui-state-active a div,
.help .ui-state-default a div{
    display: inline-block;
}
.help .ui-state-active a,
.help .ui-state-active a:link,
.help .ui-state-active a:visited {
    color: #727272;
}
.help .ui-state-active a div,
.help .ui-state-active a:link div,
.help .ui-state-active a:visited div{
    background-image: url(../imgs/icon_arrow_general_up.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 16px;
    font-weight: 600;
}

.help .ui-state-default a div.Star,
.help .ui-state-default a:link div.Star,
.help .ui-state-default a:visited div.Star{
    background-image: url(../imgs/icon_arrow_star_down.png);
}
.help .ui-state-active a div.Star,
.help .ui-state-active a:link div.Star,
.help .ui-state-active a:visited div.Star{
    background-image: url(../imgs/icon_arrow_star_up.png);
}

.help .ui-state-default a div.Galaxy,
.help .ui-state-default a:link div.Galaxy,
.help .ui-state-default a:visited div.Galaxy{
    background-image: url(../imgs/icon_arrow_galaxy_down.png);
}
.help .ui-state-active a div.Galaxy,
.help .ui-state-active a:link div.Galaxy,
.help .ui-state-active a:visited div.Galaxy{
    background-image: url(../imgs/icon_arrow_galaxy_up.png);
}

.help .ui-state-default a div.Universe,
.help .ui-state-default a:link div.Universe,
.help .ui-state-default a:visited div.Universe{
    background-image: url(../imgs/icon_arrow_universe_down.png);
}
.help .ui-state-active a div.Universe,
.help .ui-state-active a:link div.Universe,
.help .ui-state-active a:visited div.Universe{
    background-image: url(../imgs/icon_arrow_universe_up.png);
}



.help .ui-accordion .ui-accordion-content {
    padding: 10px 40px 20px 40px;
    color: #727272;
    font-weight: normal;
    font-size: 16px;
    border: 0;
    border-radius: 0;
}


/*=========================== Partners ===========================*/


/* >>>>>>>>>>>>> Find a partner */

.page-first-wrapper {
    position: relative;
}

.page-first,
.page-first .pane-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.page-first-block {
    /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
    /*  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  display: inline-block;*/
    text-align: center;
    max-width: 900px;
    display: inline-table;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* IE */
.page-first, .page-first .pane-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.page-first-wrapper{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.page-first-block{
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.header-container{
    max-width: 770px;
    margin: auto;
}
.page-first-block .header-links{
    width: 100%;
}

.page-first-block .header-links .header-link:first-child{
    text-align: left;
}
.page-first-block .header-links .header-link:last-child{
    text-align: right;
}

/*.page-first-block .header-links .header-link{
    padding: 0 5%;
}
*/

@media screen and (max-width: 768px) {
    .page-first-block {
        padding: 0 5%;
    }
    .view-display-id-panel_pane_3 .views-row {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .page-first-block .header-links .header-link:first-child{
        text-align: center;
    }
    .page-first-block .header-links .header-link:last-child{
        text-align: center;
    }
}

.page-first-block .header-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 55px auto 30px auto;
}

.page-first-block .header-description {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 30px auto;

        text-align: center;
    float: none;
    clear: both;
    display: inline-block;
        width: 100%;
}

.page-first-block .header-links {
    margin: 70px auto;
}

.page-first-block .header-links .header-link {
    margin: 40px 0;
}

.page-first-block .header-links a {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    padding: 16px 28px;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: transparent;
}

.page-first-block .header-links a:hover {
    background-color: #fff;
    color: #48beac;
}

@media screen and (max-width: 767px) {
    .page-first-block .header-title {
        font-size: 38px;
    }
    .page-first-block .header-description {
        font-size: 18px;
        float: left;
    }
    .page-first-block .header-links {
        margin: 10px auto;
        float: left;
    }
    .page-first-block .header-links .header-link {
        margin: 30px 0;
    }
    .page-first-block .header-links a {
        font-size: 15px;
    }
    .page-first-block .header-description{
        margin: 0 auto;
    }

    .help .ui-accordion .ui-accordion-header{
        padding: 20px 20px;
    }

    .help .ui-state-default a,
    .help .ui-state-default a:link,
    .help .ui-state-default a:visited {
        color: #727272;
        font-weight: 600;
        font-size: 16px;
    }

    .help .ui-accordion .ui-accordion-content .field-content{
        font-size: 14px;
    }

    .help .view-grouping-header .accordion-header{
        font-size: 24px;
    }
    body.an_pages .help.an_section.first_section{
        padding-top: 60px;
    }
    body.an_pages .help.an_section.first_section h2.pane-title{
        margin-bottom: 25px;
    }

    .help .view-grouping{
        margin-bottom: 60px;
    }

    .help .view-grouping-header .accordion-header{
        margin-bottom: 20px;
    }
}

body.an_pages .benefits h2.pane-title {
    display: none;
}

.benefits .pane-content {
    max-width: 90%;
    margin: auto;
}

.benefits .view-header {
    margin-bottom: 100px;
}

body.an_pages.find-a-partner .benefits .view-header {
    margin-bottom: 40px;
}

body.an_pages.find-a-partner .benefits .subtitle h3 {
    color: #48beac;
    margin-top: 40px;
}

.benefits .subtitle h2 {
    color: #ed891e;
}

.benefits .description p {
    color: #727272;
}

body.find-a-partner .section-partners {
    background-color: #eaeaea;
}

body.find-a-partner .upper.title {
    display: none;
}

body.find-a-partner .views-field-field-action-link {
    display: none;
}

body.find-a-partner .section-partners .pane-content {
    max-width: 90%;
    margin: auto;
}

.field_action_link {
    margin: 30px auto;
}

#find-partners .view-filters,
#find-partners .view-content {
    padding: 100px 10%;
}

#find-partners .view-content {
    padding: 100px 10% 180px 10%;
}

#find-partners .pager.pager-load-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}


/*.view.find-partners .view-content{
  margin-top: 40px;
}*/

.view.find-partners .flexslider .slides img {
    max-height: 100px;
    width: auto;
    margin: auto;
}

#addons .slides img {
    width: auto !important;
}

.view.find-partners .flex-viewport {
    max-width: 1080px;
    margin: 0 auto;
}

#find-partners .view-filters {
    padding-top: 160px;
}

#find-partners .view-header .filter-title {
    top: 70px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    width: 100%;
}

#find-partners .view-filters {
    background-color: #98d4c2;
    float: left;
    width: 100%;
    text-align: center;
}

#find-partners .view-filters form {
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

#find-partners .view-filters form .views-exposed-widget {
    width: 100%;
    float: left;
    margin: 5px 0;
}

#find-partners .view-filters form .views-submit-button {
    text-align: left;
}

#find-partners .view-filters form .views-submit-button button {
    background-color: #ed891e;
    color: #fff;
    border: 0;
    border: 1px solid #ed891e;
}

#find-partners .view-filters form .views-submit-button button:hover {
    background-color: #fff;
    color: #ed891e;
}

#find-partners .view-filters form .ui-dropdownchecklist-text {
    text-align: left;
    color: #48beac;
}

#find-partners .view-content {
    float: left;
    width: 100%;
    background-color: #eaeaea;
    text-align: center;
}

.partner-row {
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .partner-row {
        padding: 0;
        margin: 20px 0;
    }
}

.partner-card {
    background-color: #fff;
    padding: 25px;
    color: #000;
    text-align: left;
}

.partner_content_field {
    margin: 10px 0;
    padding: 10px;
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    padding-left: 60px;
    min-height: 40px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 30px;
    overflow-wrap: break-word;
}

.partner_content_field.name {
    margin: 0 0 10px 0;
    color: #48beac;
    font-size: 17px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

.partner_content_field.field_partner_type,
.partner_content_field.client_name {
    background-image: url(../imgs/partnertype.png);
}

.partner_content_field.phone {
    background-image: url(../imgs/phone.png);
}

.partner_content_field.address {
    background-image: url(../imgs/address.png);
}
.partner_content_field.mail.address {
    background-image: url(../imgs/email_icon.png);
}
.partner_content_field.partner_since.address {
    background-image: url(../imgs/partner_since.png);
}
.partner_content_field.subsc_state.address {
    background-image: url(../imgs/subsc_state.png);
}

.partner_content_field.subsc_state.renewal.address{
    background-image: url(../imgs/subsc_state_renewal.png);
}


.partner_content_field.www {
    background-image: url(../imgs/icon_partner_contact-4.png);
}

.partner_content_field.www a {
    color: #727272;
}

.partner_content_field.www a:hover,
.partner_content_field.www a:focus,
.partner_content_field.www a:active {
    color: #48beac;
}

#find-partners .ui-dropdownchecklist.ui-dropdownchecklist-dropcontainer-wrapper {
    overflow-y: hidden;
}

#find-partners .ui-dropdownchecklist-dropcontainer {
    padding-left: 20px;
    text-align: left;
}

#find-partners .view-filters label {
    display: none;
}

#find-partners span.ui-dropdownchecklist-text {
    font-size: 17px;
}

#find-partners span.ui-dropdownchecklist .ui-icon {
    background-image: url(../imgs/icon_arrow_galaxy.png);
}


/* #find-partners .ajax-progress{
  display: none;
} */

.ajax-progress {
    margin-left: 10px;
}


/* >>>>>>>>>>>>> Be a partner */

.section-footer-link {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.section-footer-link a {
    background-color: #ED891E;
    color: #fff;
    border: 1px solid #ED891E;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.1s;
    text-transform: uppercase;
}

.section-footer-link a:hover,
.section-footer-link a:focus,
.section-footer-link a:active:focus {
    background-color: #fff;
    color: #ED891E;
}

body.be-a-partner #features {
    background-color: #98d4c2;
}

body.be-a-partner .page-first-block .header-links a {
    color: #fff;
    background-color: #f16541;
    border: 2px solid #f16541;
}

body.be-a-partner .page-first-block .header-links a:hover {
    color: #f16541;
    background-color: #fff;
}

body.be-a-partner .region-beforenavbar {
    background-image: url(../imgs/background_header_partners-01.jpg);
}

body.be-a-partner .region-beforenavbar section#block-block-1{
        margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    height: 100%;
}
body.be-a-partner .region-beforenavbar section#block-block-1 .home-group{
        margin-top: 112.25px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
}

body.be-a-partner .section-features .subtitle h2 {
    color: #fff;
}

body.be-a-partner .section-product {
    background-color: #fcc13e;
}

body.be-a-partner .section-product .subtitle h2 {
    color: #25324f;
}

body.be-a-partner .section-product .title h1 {
    color: #fff;
}

body.be-a-partner .commerce-products .views-row {
    padding: 0 20px !important;
    float: none;
    margin: auto;
}

body.be-a-partner .commerce-products .view-content {
    max-width: 1300px;
    margin: auto;
}

body.be-a-partner .commerce-products .title h1 {
    color: #48beac;
}

body.be-a-partner .commerce-products .subtitle h2 {
    color: #e86541;
}

body.be-a-partner .commerce-products .view-header {
    margin-bottom: 100px;
}

#testimonials {
    background-color: #eaeaea;
}

.testimonials .description p {
    color: #727272;
}

.testimonials .subtitle h2 {
    color: #48beac;
}

.view.testimonials .view-header {
    margin-bottom: 100px;
}

.view.testimonials .view-content {
    max-width: 1280px;
    margin: auto;
    float: none !important;
    padding: 5%;
}


.testimonial-block {
    padding: 40px;
    background-color: #fff;
    margin: 15px auto;
    color: #727272;
}

@media screen and (max-width: 767px) {
    .view.testimonials .view-header {
        margin: auto;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .section-about .pane-content {
        margin: auto;
        max-width: 90%;
    }
    .section-partners .subtitle h2 {
        max-width: 100%;
    }
    .view.testimonials .view-content {
        max-width: 90%;
    }
    .testimonial-block{
        padding: 5%;
    }
}



.testimonial-image {
    padding: 15px;
    padding-left: 0;
}

.testimonial-image img {
    max-height: 120px;
    width: auto;
    margin: auto;
}

.testimonial-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-header-text-wrapper {
    padding: 15px;
    padding-right: 0;
}

.testimonial-header-text {}

.testimonial-summary {
    text-align: left;
}

.testimonial-morelink {
    text-align: right;
    margin-top: 40px;
}
.testimonial-morelink a span{
    transition: 0.1s;
}
.testimonial-morelink a  span.show-more{
    display: none;
}
.testimonial-morelink a  span.show-less{
    display: inline-block;
}
.testimonial-morelink a[aria-expanded="true"] span.show-more{
    display: none;
}
.testimonial-morelink a[aria-expanded="true"] span.show-less{
    display: inline-block;
}
.testimonial-morelink a[aria-expanded="false"] span.show-more,
.testimonial-morelink a span.show-more{
    display: inline-block;
}
.testimonial-morelink a[aria-expanded="false"]  span.show-less,
.testimonial-morelink a span.show-less{
    display: none;
}


.testimonial-content {
    border-top: 1px solid #eaeaea;
    padding: 40px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .testimonial-morelink {
        text-align: center;
        margin-top: 30px;
    }
    .testimonial-content{
        padding: 0;
    }
}


.testimonial-video iframe{
    max-width: 100%;
}

.testimonial-morelink a {
    padding: 10px 25px;
    background-color: #48beac;
    color: #fff;
    border: 1px solid #48beac;
}

.testimonial-morelink a:hover {
    background-color: #fff;
    color: #48beac;
    border: 1px solid #48beac;
}


.testimonial-video {
    margin-bottom: 40px;
    text-align: center;
}


/* ============= LEAD CONTACTS ================== */

.main_node_form label {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
}

.contacts-data .min-container {
    max-width: 760px;
    width: 100%;
}

.main_node_form {
    margin: 10px 0;
}


/* .main_node_form label,  */

.main_node_form .grippie {
    display: none;
}


/* .field_receive_newsletter{
  padding: 0 10px;
} */

.field_receive_newsletter div.checkbox {
    /* background-color: #ccc; */
    padding: 10px 0 !important;
    /* color: #fff; */
}

.field_receive_newsletter div.checkbox label {
    display: inline-block;
    padding-left: 40px;
    color: #48beac;
    font-weight: 600;
}

.field_receive_newsletter div.checkbox input[type="checkbox"] {
    left: 10px;
    width: 15px;
    margin-left: 0;
}


/* .field_receive_newsletter div.checkbox{
  border: 1px solid transparent !important;
}
.field_receive_newsletter div.checkbox:hover{
  border: 1px solid #48beac !important;
} */

select.form-control {
    -webkit-appearance: none;
    -webkit-padding-start: 8px;
    -webkit-padding-end: 16px;
    -webkit-padding-before: 5px;
    -webkit-padding-after: 5px;
    border-radius: 0;
    height: 40px;
    padding: 0px 20px;
    border: 2px solid #aaaaaa;
    background: url(../imgs/icon_dropdown.png) no-repeat right 50% #fff;
    background-size: 40px;
    color: #aaaaaa;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

select.form-control:hover,
select.form-control:focus {
    border: 2px solid #aaaaaa;
    box-shadow: none;
}

select option {
    overflow-x: hidden;
}

#contacts .main_node_form .form-control {
    background-color: #fff;
    color: #727272;
    /* padding: 19px; */
    resize: none;
}

#contacts .main_node_form .form-control.chosen-container {
    padding: 0;
    border-radius: 0;
}


/*CHOOSEN*/

.chosen-container {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    color: #727272;
    text-align: left;
    min-width: 200px;
}

.chosen-container-active a,
.chosen-container a {
    border: 1px solid #bfbfbf !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 40px !important;
    padding: 8px 20px 8px 10px !important;
}

#find-partners .chosen-container-active a,
#find-partners .chosen-container a {
    border: 1px solid transparent !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    padding: 6px !important;
    height: 12px !important;
}

.view-backoffice .view-filters .chosen-container-active a,
.view-backoffice .view-filters .chosen-container a {
    padding: 8px 20px 8px 10px !important;
}

.chosen-container-active a:hover,
.chosen-container a:hover,
.chosen-container-active a:focus,
.chosen-container a:focus {
    border: 1px solid #48beac !important;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    color: #727272;
    background: none;
    background-image: none;
    background-color: none;
    line-height: 21px;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 1px solid #ccc !important;
    width: 40px !important;
}

.chosen-container-single .chosen-single div b {
    background-position: center !important;
    background: none !important;
    background-image: url(../imgs/arrow_down.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center !important;
    background-image: url(../imgs/arrow_up.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 900;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}

.chosen-container-single .chosen-drop {
    border-radius: 0 !important;
    margin-top: 0 !important;
}

.chosen-container .chosen-results {
    margin: 10px 0 !important;
    padding: 0 !important;
}

.chosen-container .chosen-results li {
    padding: 5px 20px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #48beac;
    background-image: linear-gradient(#48beac 20%, #48beac 90%);
    color: #fff;
}

#contacts .main_node_form select.form-control {
    padding: 0 25px;
    height: 40px;
}

.main_node_form .form-item input[type="text"],
.main_node_form .form-item input[type="password"],
.main_node_form .form-item textarea,
.main_node_form .form-item select {
    border: 1px solid #bfbfbf !important;
}

.main_node_form .form-item input[type="text"]:hover,
.main_node_form .form-item input[type="password"]:hover,
.main_node_form .form-item textarea:hover,
.main_node_form .form-item input[type="text"]:focus,
.main_node_form .form-item input[type="password"]:focus,
.main_node_form .form-item textarea:focus,
.main_node_form .form-item select:hover,
.main_node_form .form-item select:focus {
    border: 1px solid #48beac!important;
}

#contacts span.error {
    margin-bottom: -15px;
}

#contacts .form-actions {
    text-align: center;
}

body.support #contacts .form-actions {
    text-align: left;
}

#contacts .subtitle {
    text-align: center;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-nav>li>a.active {
    color: #48beac;
}


/* == TRY IT NOW == */

body.try-it-now .section-padding {
    padding: 120px 0 100px 0;
}

body.try-it-now #contacts .subtitle h2 {
    color: #f16541;
}

@media screen and (min-width: 1366px) {
    .view-brands .view-content {
        margin: auto;
        margin-top: 70px;
        max-width: 80%;
    }
}

.field_image {
    display: table;
}

#fake-upload {
    display: inline-block;
}

.field_image .field-name-field-image.field-widget-image-image,
.field_image .fake-upload-btn {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.field_image .field-name-field-image.field-widget-image-image {
    width: 100%;
}

.field_image .field-name-field-image.field-widget-image-image .image-widget-data {
    float: left;
    width: 100%;
}

#user-profile-form #edit-field-image-und-0-remove-button {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
}

.field_image .fake-upload-btn {
    font-size: 16px;
    background-color: #d1d1d1;
    color: #fff;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 40px;
    border: 1px solid #d1d1d1;
    padding: 6px 15px 6px 35px;
    background-image: url(../imgs/upload_arrow.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.field_image .fake-upload-btn:hover {
    background-color: #fff;
    color: #d1d1d1;
    background-image: url(../imgs/upload_arrow_gray.png);
}


/* ============================================== LOGGED PAGES ====================================================================== */


/* ----- LEADS ----- */


/* body.logged-pages h2.pane-title{
  font-weight: bold;
  font-size: 30px;
  color: #1d2843;
  margin-bottom: 70px;
} */

.header-left {
    float: left;
}

.header-right {
    float: right;
    text-align: right;
}

.view-header,
.view-filters,
.view-content,
.view-footer {
    float: left;
    width: 100%;
}

.mail-system .ui-accordion-header-icon {
    display: none;
}

.mail-system .ui-accordion .ui-accordion-icons {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mail-system h3 {
    display: none !important;
}

.mail-system .views-accordion-header,
.mail-system .ui-accordion-content {
    float: left;
    width: 100%;
}

.mail-system .mail-row {
    margin: 5px 0;
}

.mail-system .mail-header {
    border-radius: 0;
}

.mail-system .mail-header.Unread {
    background-color: #efefef;
}

.mail-system .mail-header.Read {
    background-color: #fff;
}

.mail-system .mail-header-field {
    padding: 10px;
}

.mail-system .mail-icon {
    width: 50px;
    height: 50px;
    background-image: url(../imgs/unread.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mail-system .Unread .mail-icon {
    background-image: url(../imgs/unread.png);
}

.mail-system .Read .mail-icon {
    background-image: url(../imgs/read.png);
}

.mail-status-resolved {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
}

.mail-system .Campaign.Unread .mail-icon {
    background-image: url(../imgs/campaign_unread.png);
}

.mail-system .Campaign.Read .mail-icon {
    background-image: url(../imgs/campaign_read.png);
}

.mail-system .Bulletin.Unread .mail-icon {
    background-image: url(../imgs/bulletin_unread.png);
}

.mail-system .Bulletin.Read .mail-icon {
    background-image: url(../imgs/bulletin_read.png);
}

.mail-system .Notification.Unread .mail-icon {
    background-image: url(../imgs/notification_unread.png);
}

.mail-system .Notification.Read .mail-icon {
    background-image: url(../imgs/notification_read.png);
}

.mail-system .Message.Unread .mail-icon {
    background-image: url(../imgs/unread.png);
}

.mail-system .Message.Read .mail-icon {
    background-image: url(../imgs/read.png);
}

.mail-system .mail-name {
    color: #48beac;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mail-system .mail-comments {
    color: #727272;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.1s ease-out 0.1s;
}

.mail-system .mail-date {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
}

.mail-system .mail-time {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}

.mail-system .views-field-field-contact-comments-1 .field-content {
    color: #727272;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mail-system .ui-accordion-content .views-field .field-content,
.mail-system .ui-accordion-content .views-field .views-label {
    display: inline-block;
    padding: 5px;
}

.mail-system .ui-accordion-content .views-field .views-label {
    width: 260px;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
}

.mail-system .ui-accordion-content .views-field .field-content {
    color: #727272;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.mail-system .views-field-edit-node {
    text-align: center;
    margin: 30px auto;
    width: 100%;
}

.mail-system .views-exposed-widget label {
    display: none;
}

.mail-system.view-leads .ui-accordion-header-active .mail-comments {
    display: none;
}

.support-section .mail-system.view-leads .ui-accordion-header-active .mail-comments {
    display: block;
}

.mail-system .ui-state-active {
    border-bottom: 0;
}

.mail-system .ui-accordion .ui-accordion-content {
    padding: 0 90px 40px 90px;
}

.mail-system .ui-widget-content {
    border: 1px solid #48beac;
    border-top: 0;
}

.mail-system .views-field-nothing-1 {
    margin-top: 20px;
}

.mail-system .mail-class {
    display: inline-block;
    margin-right: 30px;
}

.mail-system .mail-class select {
    color: #727272;
    font-weight: normal;
    font-size: 14px;
    width: auto;
    padding-right: 40px;
}

.mail-system .mail-class .form-actions {
    display: none;
}

.mail-system .views-field-ops {
    display: none;
}

.mail-system .views-field-ops-1 {
    text-align: center;
    margin-top: 30px;
}

.mail-system .views-field-ops-1 .flag-resolved a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #48beac;
    color: #fff;
    background-color: #48beac;
}

.mail-system .views-field-ops-1 .flag-resolved a:hover,
.mail-system .views-field-ops-1 .flag-resolved a:focus {
    color: #48beac;
    background-color: #fff;
}

.flag-message {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 25px;
    width: auto;
}

.mail-system .view-header,
.mail-system .view-filters {
    margin-bottom: 40px;
}

.mail-system .view-filters .views-exposed-widget {
    float: left;
    width: 20%;
}

@media screen and (max-width: 768px) {
    .mail-system .view-filters .views-exposed-widget {
        width: auto;
        display: inline-block;
        margin: 5px;
    }
}

.views-exposed-form .views-exposed-widget .btn {
    margin-top: 0;
}

body.logged-in .views-exposed-form .views-exposed-widget button {
    padding: 6px 30px;
    font-size: 18px;
    background-color: #d1d1d1;
    color: #fff;
    margin: 0 10px;
    border: 0;
    border-color: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

body.logged-in .views-exposed-form .views-exposed-widget button:hover,
body.logged-in .views-exposed-form .views-exposed-widget button:focus,
body.logged-in .views-exposed-form .views-exposed-widget button:active:focus {
    background-color: #fff;
    color: #d1d1d1;
}

.mail-system #edit-actions {
    display: none;
}

@media screen and (max-width: 767px) {
    .mail-system .view-filters .views-exposed-widget {
        width: 50%;
    }
    .mail-system .ui-accordion .ui-accordion-content {
        padding: 0 20px 30px 20px;
    }
    .mail-system .ui-accordion-content .views-field .field-content,
    .mail-system .ui-accordion-content .views-field .views-label {
        float: left;
        width: 100%;
    }
    .mail-system .ui-accordion-content .views-field .views-label {
        width: auto;
    }

    body.logged-in .views-exposed-form .views-exposed-widget button{
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 400px) {
    .view-filters .views-exposed-widget {
        width: 100%;
    }
}


/* ====================== SUPPORT ====================== */

.field_attachments {
    padding-left: 10px;
}

.field_attachments .form-type-managed-file.form-group {
    overflow: hidden;
}

.field_attachments input.form-file {
    text-indent: 0%;
    background-image: url(../imgs/attach.png);
    background-position: 10px center;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 35px !important;
    background-color: #ccc;
}

body.page-client-support h1.page-header {
    margin-bottom: 0;
}

body.page-client-support #contacts form {
    margin-bottom: 10px;
}

ul.support-list li {
    display: inline-block;
    margin-top: 35px;
}

.support-list .counter {
    display: inline;
    margin-top: 0;
    position: absolute;
    font-size: 12px;
    margin-left: 5px;
    height: 20px;
    text-align: center;
    width: 20px;
    background-color: #f16541;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
}

a.support-link {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #AAAAAA;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
        border-right: 1px solid #ddd;
}

a.support-link:first-child {
    border-left: 0;
}

a.support-link.active {
    color: #1D2843;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-bottom: 0;
}
a.support-link:hover {
    color: #1D2843;
    background-color: #fff;
    border-top: 1px solid #DDDDDD;
}

body.logged-pages .faq h2.pane-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.view-faq .ui-accordion-header-icon {
    display: none;
}

.view-faq .ui-accordion-header,
.view-faq .ui-accordion-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding-left: 60px;
}

.view-faq .ui-accordion-header {
    background-image: url(../imgs/help_icon.png);
    background-position: 25px center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.view-faq .ui-accordion-header a {
    color: #727272;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../imgs/down.png);
    background-position: right center;
    background-position-x: calc( 100% - 15px);
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.view-faq .ui-accordion-header.ui-state-active a {
    background-image: url(../imgs/up.png);
}

.view-faq .ui-accordion-content .field-content {
    color: #727272;
    font-weight: normal;
    font-size: 16px;
}


/* =================== MY PARTNER ================= */

body.page-client-partner h1.page-header {
    margin-bottom: 0;
}

.view-mypartner .view-header,
.view-mypartner .view-content,
.view-mypartner .view-filters {
    float: left;
    width: 100%;
}

.view-mypartner .view-content {
    margin-top: 20px;
}

.view-mypartner .view-filters {
    margin: 20px 0;
    padding-left: 25px;
}

.view-mypartner .partner-card {
    padding: 0;
    border: 1px solid #e2e2e2;
}

.view-mypartner .view-filters .views-exposed-widget {
    float: left;
    width: 25%;
}

@media screen and (max-width: 768px) {
    .view-mypartner .view-filters .views-exposed-widget {
        display: inline-block;
        width: auto;
        margin: 5px;
    }

}

@media screen and (max-width: 767px) {
    .view-mypartner .view-filters .views-exposed-widget {
        width: 50%;
        margin: 5px 0;
    }
}

@media screen and (max-width: 420px) {
    .view-mypartner .view-filters .views-exposed-widget {
        width: 100%;
        margin: 5px 0;
    }
}

.view-mypartner .view-filters label {
    display: none;
}

.view-mypartner .partner_content_field.name {
    padding: 25px 20px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f7f7f7;
}

.view-mypartner .partner_content_field {
    background-position: 20px 10px;
}

.view-mypartner .partner_content {
    padding: 15px 0 30px 0;
}

.view-mypartner .info-block {
    margin-left: 25px;
}

.user-subscribers.section-padding .info-block {
    margin-bottom: 30px;
}

.add-link {
    text-align: center;
    margin-bottom: 30px;
}

.add-link a {
    color: #fff;
    background-color: #ed891e;
    padding: 10px 15px 10px 35px;
    background-image: url(../imgs/add.png);
    background-size: 15px;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #ed891e;
}

.add-link a:hover {
    color: #ed891e;
    background-color: #fff;
    background-image: url(../imgs/add_hover.png);
}


/* ================= MY CLIENTS ============= */

body.clients h1.page-header {
    margin-bottom: 0;
}

.partner_content_field.partner_margin {
    padding: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #48beac;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.view-myclients .partner_content {
    padding: 25px;
}

.view-myclients .partner-row .views-field-nothing {
    border: 1px solid #dddddd;
}

.view-myclients .view-filters {
    padding: 25px 0;
}

.view-myclients .view-filters .views-exposed-widget {
    float: left;
    width: 33.33%;
}

@media screen and (max-width: 767px) {
    .view-myclients .view-filters .views-exposed-widget {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .view-myclients .view-filters .views-exposed-widget {
        width: 100%;
    }
}

.view-myclients .view-filters .views-exposed-widget label {
    display: none;
}

.view-myclients .container-inline-date .form-item,
.view-myclients .container-inline-date .form-item input,
.view-myclients #edit-field-partner-since-value-value {
    width: 100%;
}

.view-myclients a.chosen-single {
    height: 42px !important;
}

.view-myclients .chosen-single span {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
}

body.valuekeep .view-myclients .views-exposed-form .views-exposed-widget button {
    padding: 7px 30px;
}

.accordion-header,
.accordian-body {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}

.accordion-header {
    padding: 20px 30px;
    background-color: #f7f7f7;
}

.accordion-toggle .accordion-arrow {
    height: 100%;
    min-width: 40px;
    min-height: 30px;
    display: inline-block;
    background-image: url(../imgs/icon_arrow_galaxy_up.png);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.accordion-toggle.collapsed .accordion-arrow {
    background-image: url(../imgs/icon_arrow_galaxy.png);
}

.view-backoffice .group-title .group-title-inner {
    margin-right: 10px;
}

.view-backoffice .view-content .table-responsive {
    margin-bottom: 30px;
}

.view-backoffice .group-title .group-title-inner,
.view-backoffice .group-title .accordion-toggle,
.view-backoffice .group-title .group-users {
    float: left;
}

.view-backoffice .group-title .group-users {
    width: 100%;
}


/* ============= LEADS VALUEKEEP ============= */

.lead-block {
    padding: 25px 30px;
    border: 1px solid #48beac;
    margin-bottom: 40px;
}

.custom-form-actions {
    margin-top: 40px;
}

.lead-name {
    color: #48BEAC;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.lead-comments {
    font-size: 15px;
    font-weight: 600;
    color: #727272;
    margin-bottom: 30px;
}

.lead-data-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.lead-data-label,
.lead-data-content {
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0;
}

.lead-data-label {
    width: 40%;
    color: #AAAAAA;
}

.lead-data-content {
    width: 60%;
    color: #727272;
}

.lead-cat-field.field_lead_source {
    padding-right: 20px;
}

.lead-cat-field.field_lead_type {
    padding-right: 20px;
    padding-left: 20px;
}

.lead-cat-field.field_lead_result {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .lead-data-label,
    .lead-data-content {
        float: left;
        width: 100%;
    }
}

body.logged-pages .field_subtitle .ckeditor_links,
body.logged-pages .field_subtitle fieldset,
body.logged-pages .home-edit .ckeditor_links,
body.logged-pages .home-edit fieldset,
#edit-body .ckeditor_links {
    display: none !important;
}

.field_video_embebed fieldset {
    display: block !important;
}

.field_video_embebed fieldset .panel-heading {
    display: none !important;
}

.field_video_embebed fieldset,
.field_video_embebed fieldset .panel-body {
    padding: 0;
    border-radius: 0;
    border: 0;
}

body.logged-pages .form-field {
    padding: 5px 0;
}

body.logged-pages .form-field .field-label,
body.logged-pages .node-data .field-label {
    float: left;
    width: 20%;
    color: #AAAAAA;
    font-weight: 600;
}

body.logged-pages .form-field .field-items {
    float: left;
    width: 80%;
    color: #727272;
    font-weight: 600;
}

body.logged-pages .form-field .field-items .field-item,
body.logged-pages .form-field .field-items .field-item div,
body.logged-pages .form-field .field-items .field-item span {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .form-field .field-label,
    .node-data .field-label,
    .form-field .field-items {
        float: left;
        width: 100%;
    }
}

body.page-backoffice.logged-in .form-field.custom-form-actions {
    margin-top: 20px;
}

body.page-backoffice.logged-in .form-field.custom-form-actions button {
    margin-left: 0;
    margin-top: 0;
}


/* ===== NODE INFO DATA ===== */

.node-edit-data {
    padding: 50px;
}

.node-edit-link {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.home-edit {
    border-bottom: 1px solid #DDDDDD;
    padding: 50px;
}

@media screen and (max-width: 767px) {
    .home-edit {
        padding: 10px;
    }
}

.section-data header,
.section-data footer,
.node-data header,
.node-data footer {
    display: none;
}

h4.section-header-text {
    color: #F16541;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

body.logged-in ul.tabs--primary {
    border-bottom: 1px solid #48BEAC;
}

body.logged-in ul.tabs--primary li a {
    color: #48BEAC;
    border-radius: 0;
}

body.logged-in ul.tabs--primary.nav > li > a:hover,
body.logged-in ul.tabs--primary.nav > li > a:focus,
body.logged-in ul.tabs--primary li.active a {
    color: #fff;
    background-color: #48BEAC;
    border: 1px solid #48BEAC;
    border-radius: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #48BEAC;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #48BEAC;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: #48BEAC;
    border-color: #48BEAC;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #48BEAC;
    border-color: #48BEAC;
}

body.logged-in ul.tabs--secondary {
    margin: 10px 0;
}

body.logged-in ul.tabs--secondary.pagination li a {
    border-radius: 0;
    color: #48BEAC;
    border: 1px solid #48BEAC;
    background-color: #fff;
}

body.logged-in ul.tabs--secondary.pagination li.active a,
body.logged-in ul.tabs--secondary.pagination li a:hover,
body.logged-in ul.tabs--secondary.pagination li a:focus {
    border-radius: 0;
    color: #fff;
    border: 1px solid #48BEAC;
    background-color: #48BEAC;
}


/* ========= TERM DATA =========== */

.section-data {
    padding-left: 30px;
    margin: 10px 0;
}

.list-wrapper {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.content-title {
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    margin-bottom: 30px;
}

ul.term-list {
    list-style: none;
    float: left;
    width: 100%;
}

li.term-item {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    color: #48BEAC;
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: auto;
    text-align: center;
    position: relative;
    min-height: 170px;
    border: 1px solid transparent;
    transition: 0.2s;
    /* float: left; */
    width: 25%;
    min-height: 175px;
    max-height: 175px;
    overflow: hidden
}

li.term-item img {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    li.term-item {
        /* float: left; */
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    li.term-item {
        /* float: left; */
        width: 100%;
    }
}

li.term-item.published a .term-content,
.node-data.published .node-teaser {
    opacity: 1;
}

li.term-item.unpublished a .term-content,
.node-data.unpublished .node-teaser {
    opacity: 0.3;
}

li.term-item div {
    padding: 5px;
}

li.term-item .term-edit {
    position: absolute;
    top: 0;
    right: 0;
}

li.term-item:hover {
    border: 1px dashed #48BEAC;
}

li.term-item:hover > .term-edit a {
    opacity: 1;
}

.term-name {
    color: #727272;
    font-weight: 600;
}

.edit-btn {
    width: 20px;
    height: 20px;
    background-image: url(../imgs/edit_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 200%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    opacity: 0.6;
    transition: 0.2s;
}

.edit-btn:hover,
.edit-btn:focus {
    opacity: 1;
}

.section-data.multiple-data .node-data {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    padding: 5px;
}

.section-data.multiple-data .node-data .content-node {
    position: relative;
    border: 1px dashed transparent;
    transition: 0.2s;
    padding: 5px;
    min-height: 142px;
}

.section-data.multiple-data .node-data .content-node a.node-link:first {
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.section-data.multiple-data .node-data .content-node:hover {
    border: 1px dashed #48BEAC;
}

.section-data.multiple-data .node-data .content-node:hover .edit-btn {
    opacity: 1;
}

.section-data.multiple-data .node-data .content-node .node-teaser {
    padding: 5px 10px;
}

.section-data.multiple-data .node-data .content-node .node-teaser .field-name-body .field-item {
    font-weight: normal;
}

.section-data.multiple-data .node-data .content-node .node-teaser .field {
    text-align: center;
    color: #727272;
    padding: 5px;
    min-height: 56px;
}

.section-data.multiple-data .node-data .content-node .node-teaser .field.field-name-field-position {
    font-size: 14px;
    color: #48BEAC;
}

.section-data.multiple-data .node-data .content-node .node-teaser .field-item {
    font-weight: 600;
}

.section-data.multiple-data .node-data .content-node .node-teaser img {
    margin: 0 auto;
}

.section-data.multiple-data .node-data article {
    text-align: center;
    display: inline-block;
}

.section-data.multiple-data .node-data article .field {
    padding: 5px 0;
}

.section-data.multiple-data .node-data article img {
    margin: 0 auto;
}

.section-data.multiple-data .node-data article .field-item {
    color: #727272;
    font-weight: 600;
}

.section-data.multiple-data .node-data .node-edit-link {
    display: inline-block;
    position: absolute;
    float: right;
    padding: 5px;
}

body.be-a-partner .commerce-products .view-content {
    float: left !important;
}

#backoffice-team.home-edit .section-data.multiple-data .node-data,
#backoffice-testimonials.home-edit .section-data.multiple-data .node-data {
    width: 25%;
}

#backoffice-help.home-edit .section-data.multiple-data .node-data {
    width: 100%;
    text-align: left;
}

#backoffice-help.home-edit .section-data.multiple-data .node-data .content-node .node-teaser .field {
    text-align: left;
}

#backoffice-help.home-edit .section-data.multiple-data .node-data .content-node .node-teaser .field-name-field-answer .field-item {
    font-weight: normal;
}

#backoffice-help.home-edit .field-label-inline .field-items {
    width: 80%;
}

@media screen and (max-width: 767px) {
    #backoffice-help.home-edit .field-label-inline .field-items {
        width: 100%;
    }
    li.term-item {
        width: 50%;
    }
    .section-data.multiple-data .node-data {
        float: left;
        width: 50%;
    }
    #backoffice-help.home-edit .section-data.multiple-data .node-data {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    li.term-item {
        width: 100%;
    }
    .section-data.multiple-data .node-data {
        float: left;
        width: 100%;
    }
}

#section-six .page_section .form-field.body {
    display: none;
}

#partner-features.home-edit li.term-item {
    min-height: 130px;
}

#partner-features.home-edit .term-name {
    color: #727272;
    font-weight: 600;
    padding: 15px 0;
    text-align: left;
    font-size: 16px;
    padding-left: 35px !important;
    background-image: url(../imgs/icon-10.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0 15px;
}

#partner-types.home-edit li.term-item {
    min-height: 0;
}

.node-add-link {
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: 200%;
    overflow: hidden;
    background-image: url(../imgs/icon_plus_green.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-admin-structure-taxonomy .tabs--primary {
    display: none;
}

.page-edit-link,
.subscriber-link {
    background-image: url(../imgs/edit_page.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 95%;
}

.location .form-item input {
    width: 100%;
}

.user-subscribers.section-padding {
    border-bottom: 1px solid #DDDDDD;
}

.view.subscribers .views-exposed-form label,
.view-backoffice-users .views-exposed-form label {
    display: none;
}

.subscriber-wrapper a.subscriber-link {
   display: inline-block;
    width: 100%;
    padding: 20px 30px;
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    margin: 5px 0;
}

.subscriber-wrapper a.subscriber-link:hover {
    background-color: #eee;
}

/*.subscriber-wrapper .subscriber-link .subscriber_field {
    display: inline-block;
    margin: 5px 10px;
    float: left;
}*/

.subscriber-wrapper .subscriber-link .subscriber_field.subscriber_country{
        color: #727272;
    font-size: 14px;
    font-weight: 600;
    padding: .2em .6em .3em;
}

.subscriber-wrapper .subscriber-link .subscriber_field.subscriber_image {
    text-align: center;
}


.subscriber-wrapper .subscriber-link .subscriber_field.subscriber_image img {
    border-radius: 50%;
    margin: 0 auto;
}

.subscriber-wrapper .subscriber-link .subscriber_field.subscriber_info .subscriber_name {
    color: #48BEAC;
    font-size: 13px;
    font-weight: 600;
}

.subscriber-wrapper .subscriber-link .subscriber_field.subscriber_info .subscriber_username {
    color: #727272;
    font-size: 14px;
    font-weight: normal;
}

.subscriber_field.other-info{
    padding-right: 20px;
}

/*.subscriber-wrapper .subscriber-link .subscriber_field{
    float: left;
    margin: 5px;
    width: auto;
    text-align: left;
}*/
.subscriber-wrapper .subscriber-link .subscriber_field div{
    color: #727272;
    font-size: 14px;
    font-weight: 600;
    padding: .2em .6em .3em;
}

.subscriber-wrapper .subscriber-link .subscriber_field div.label{
    font-size: 13px;
    color: #ed891e;
    font-weight: normal;
    padding: .2em .6em .3em;
}

.accordion-header.enabled,
.accordian-body.enabled {
    opacity: 1;
}

.accordion-header.disabled,
.accordian-body.disabled {
    opacity: 0.4;
}

.accordion-header.disabled:hover,
.accordian-body.disabled:hover {
    opacity: 0.9;
}

.user-block {
    position: relative;
}

.user-image {
    cursor: pointer;
    margin: 5px 0 5px 15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    float: left;
    border: 0;
    background-position: center;
    background-size: cover;
}

.user-options.opened{
    display: block;
}

.user-image img {
    border-radius: 50%;
        height: 100%;
    padding: 0;
    margin: 0;
    display: inherit;
}

a.user-notifications {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 8px 15px 7px 15px;
    border-radius: 50%;
    float: left;
    position: relative;
    background-image: url(../imgs/icon_notificacao.png);
    background-position: center;
    background-size: contain;
}



a.user-notifications:hover,
a.user-notifications:focus {
    /* background-color: #48beac; */
    background-image: url(../imgs/icon_notificacao_hover.png);
}

a.user-notifications .counter {
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 50%;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    margin: auto;
    height: 18px;
    width: 18px;
    text-align: center;
    transition: 0.3s;
    background-color: #f16541;
}

.user-options {
    position: absolute;
    top: 50px;
    width: auto;
    min-width: 280px;
    right: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #48beac;
    display: none;
    z-index: 99999;
    line-height: 1.432;
}
.user-header{
    padding: 10px;
    background-color: #48beac;
    color: #fff;
    text-align: center;
}
.user-header-image img{
    margin: auto;
    max-width: 100px;
    border-radius: 50%;
}
.user-header-image{
    padding: 5px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 110px;
}
.user-header-name{
    margin-top: 10px;
    font-size: 16px;
}
.user-header-member{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.user-options a{
    display: inline-block;
}

.request-pending .add-link a {
    display: none;
}

.pending-text {
    display: none;
    font-size: 14px;
    color: #727272;
    padding: 10px 15px;
}

.request-pending .pending-text {
    display: inline-block;
}

.total-margin {
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 25px;
}

.total-margin strong {
    color: #727272;
}

.alert-block {
    float: left;
    width: 100%;
}



.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    padding-left: 45px;
    font-size: 16px;
    background-size: 18px;
    background-position: 15px center;
    background-repeat: no-repeat;
}

.alert-warning {
    color: #F16541;
    background-color: #fde9d1;
    background-color: rgba(246, 146, 30, 0.2);
    border-color: #F16541;
    border: 1px solid transparent;
    background-image: url(../imgs/icon_info_orange.png);
}

.alert-success {
    color: #45AD99;
    background-color: #daeeec;
    background-color: rgba(69, 173, 153, 0.2);
    border-color: #45AD99;
    border: 1px solid transparent;
    background-image: url(../imgs/icon_info_green.png);
}

.alert-danger {
    color: #B71C1C;
    background-color: #fae4e6;
    background-color: rgba(183, 28, 28, 0.12);
    border-color: #B71C1C;
    border: 1px solid transparent;
    background-image: url(../imgs/icon_info_red.png);
}


.user-block.open .unread-partner-list.dropdown-menu{
    top: 48px;
    display: block;
    left: -40%;
}

.user-block.open .unread-partner-list.dropdown-menu span.counter{
    position: absolute;
    right: 5px;
    border-radius: 50%;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    margin: auto;
    height: 18px;
    width: 18px;
    text-align: center;
    transition: 0.3s;
    background-color: #f16541;
}

@media screen and (max-width: 767px) {

    a.user-notifications {
        display: inline-block;
        height: 25px;
        width: 25px;
        margin: 13px 5px 7px 0;
        border-radius: 50%;
        float: left;
        position: relative;
        background-image: url(../imgs/icon_notificacao.png);
        background-position: center;
        background-size: contain;
    }
    .user-image {
        cursor: pointer;
        margin: 10px 5px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-block;
        float: left;
        border: 0;
        background-position: center;
        background-size: cover;
    }
    .user-options{
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        position: fixed;
    }
}

/* ============ BACKOFFICE PARTNERS ============ */

.view-partner-requests {}

.view-partner-requests .view-filters {
    margin-bottom: 40px;
}

.view-partner-requests .ajax-progress {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0;
    margin: auto;
    color: #fff;
}

.partnership-block {
    float: left;
    width: 100%;
    clear: both;
    padding: 20px 30px;
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    margin: 5px auto;
    transition: 0.3s;
}

.partnership-block:hover,
.partnership-block:focus {
    background-color: #e6e6e6;
}

.partnership-content {}

.partnership-data {
    float: left;
    line-height: 45px;
    font-size: 17px;
    color: #727272;
    font-weight: normal;
}

.partnership-user {
    font-weight: 600;
    color: #48BEAC;
    text-transform: capitalize;
}

.partnership-text {}

.partnership-actions {
    float: right;
}

.partnership-actions a {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 10px;
    /* background-color: #48BEAC; */
    border-radius: 50%;
    transition: 0.2s;
    opacity: 0.8;
}

.partnership-actions a.partnership-update {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partnership-actions a.partnership-approval {
    background-image: url(../imgs/check.png);
}

.partnership-actions a.partnership-refuse {
    background-image: url(../imgs/cross.png);
}
.partnership-actions a.partnership-approval:hover {
    background-image: url(../imgs/check_hover.png);
}

.partnership-actions a.partnership-refuse:hover {
    background-image: url(../imgs/cross_hover.png);
}

.partnership-actions a:hover,
.partnership-actions a:focus {
    opacity: 1;
}

a.partner-contact-update {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #48beac;
    color: #fff;
    background-color: #48beac;
    font-weight: 600;
    margin: 0 5px;
}

a.partner-contact-update:hover,
a.partner-contact-update:focus,
a.partner-contact-update:active,
a.partner-contact-update:active:focus {
    background-color: #fff;
    color: #48beac;
}

.field_user_address fieldset {
    border: 0;
    padding: 0;
}

.field_user_address fieldset legend {
    display: none;
}

.field_user_address fieldset .panel-body {
    padding: 10px;
}

.view-myclients.view-backoffice .view-content .table-responsive {
    border: 1px solid #DDDDDD;
    padding: 20px;
}

.subscription-block {
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    padding: 25px;
    line-height: 26px;
}

.subscription-field {
    float: left;
    margin: 10px 20px;
    color: #AAAAAA;
}

.subscription-field.prod-line {
    font-weight: bold;
    font-size: 26px;
}

.subscription-field.prod-line.star {
    color: #edb23a;
}

.subscription-field.prod-line.galaxy {
    color: #3eaf99;
}

.subscription-field.prod-line.universe {
    color: #25324f;
}

.subscription-field.valid-from,
.subscription-field.valid-to,
.subscription-field.organization-number {
    font-size: 18px;
}

.subscription-field.organization-link {
    float: right;
}

.subscription-field.organization-link a,
.view-myclients.view-backoffice tbody td a {
    background-color: #ED891E;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #ED891E;
}

.subscription-field.organization-link a:hover,
.subscription-field.organization-link a:focus,
.view-myclients.view-backoffice tbody td a:hover,
.view-myclients.view-backoffice tbody td a:focus {
    background-color: #fff;
    color: #ED891E;
}

.subscription-block.star .subscription-field.organization-link a {
    background-color: #edb23a;
    border: 1px solid #edb23a;
}

.subscription-block.star .subscription-field.organization-link a:hover,
.subscription-block.star .subscription-field.organization-link a:focus {
    background-color: #fff;
    color: #edb23a;
}

.subscription-block.galaxy .subscription-field.organization-link a {
    background-color: #3eaf99;
    border: 1px solid #3eaf99;
}

.subscription-block.galaxy .subscription-field.organization-link a:hover,
.subscription-block.galaxy .subscription-field.organization-link a:focus {
    background-color: #fff;
    color: #3eaf99;
}

.subscription-block.universe .subscription-field.organization-link a {
    background-color: #25324f;
    border: 1px solid #25324f;
}

.subscription-block.universe .subscription-field.organization-link a:hover,
.subscription-block.universe .subscription-field.organization-link a:focus {
    background-color: #fff;
    color: #25324f;
}

.organizations.section-padding h2.pane-title {
    color: #F16541;
}

.form-item-field-user-address-und-0-province label,
.form-item-field-user-address-und-0-province .input-group,
.form-item-field-user-address-und-0-province input {
    width: 100% !important;
}

.form-item-field-user-address-und-0-province .input-group-addon {
    display: none;
}

.input-desc {
    position: absolute;
    bottom: 18px;
    right: 20px;
    margin: auto;
}

.an_section.first_section .node-data {
    text-align: center;
}

div.pass {
    margin-bottom: 10px;
}

.page-client-subscriptions .view-logged-pages-subscriptions .views-field-nothing a {
    background-size: 15px;
}

.page-client-subscriptions .view-logged-pages-subscriptions {
    max-width: 100%;
    margin-left: 0;
}

.btn {
    border-radius: 0;
}

#edit-field-image-und-0-remove-button {
    margin-bottom: 20px;
}


/* ====================================== ====================================== */

.custom-form-actions a.main-btn {
    vertical-align: middle;
}

.view-packages span.form-required {
    display: none;
}

.view-packages .form-checkboxes label.control-label {
    color: #727272;
    font-weight: 600;
    margin-left: 20px;
}

.view-packages .form-control.form-text {
    max-width: 460px;
}

.product-section {
    padding: 60px 0;
    border-bottom: 1px solid #DDDDDD;
}
.product-section.product-prices{
    padding: 0 0 60px 0;
}

.product-section span:first-child {
    color: #F16541;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.view-commerce-products-view li.search-choice span:first-child {
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    float: left;
    width: 100%;
        min-height: 26px;
}

/*.view-commerce-products-view.commerce-products .commerce-add-to-cart button[type="submit"]{
    font-size: 18px !important;
    color: #fff !important;
    background-color: #48beac !important;
    border-color: #48beac !important;
    border: 1px solid #48beac !important;
    padding: 6px 30px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}
.view-commerce-products-view.commerce-products .commerce-add-to-cart button[type="submit"]:hover{
        color: #48beac !important;
    background-color: #fff !important;
    border: 1px solid #48beac !important;
}
*/
.product-price-value label {
    display: none;
}

.product-price-value .form-item {
    color: #fff;
}

body.page-backoffice.logged-in .product-price-value button,
body.page-backoffice.logged-in .product-section button {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
}

.product-price-label {
    color: #727272;
    font-weight: 600;
    font-size: 16px;
}

.view-packages .edit-btn {
    margin: 0 10px;
}

body.page-backoffice.logged-in .view-packages .form-item input[type="checkbox"],
body.page-client.logged-in .view-packages .form-item input[type="checkbox"] {
    height: 18px;
    width: 18px;
    left: 20px;
}

#product_save {
    cursor: pointer;
    margin-top: 40px;
    margin-left: 10px;
}

#product_save .ajax-progress {
    display: none;
}


/* ============== NEW INDUSTRIES ================ */

#industrie-stories {
    background-color: #EAEAEA;
}

#industrie-stories .subtitle h2 {
    color: #48BEAC;
}

#industrie-stories .description p {
    color: ;
    #727272;
    text-align: center;
}

#industrie-stories .video-embed-description {
    display: none;
}

#industrie-features {
    background-color: #FCC13E;
}

#industrie-features h2.pane-title {
    color: #fff;
}

#industrie-features .item-list h3 {
    display: none;
}

#industrie-features .features {
    max-width: 100%;
    margin-top: 0;
    width: auto;
    margin: 0 auto;
    display: table;
}

#industrie-features .features .feature {
    color: #1D2843;
    background-image: url(../imgs/feature_check.png);
    font-weight: 600;
    padding-right: 0;
}

#industrie-features .features .feature span {
    font-weight: 600;
}

#industrie-benefits {
    background-color: #FFFFFF;
}

.view-id-anonym_pages_content.view-display-id-panel_pane_12 .view-content{
    text-align: center;
}


@media screen and (min-width: 1200px) {
    .industrie-pblock.col-xs-12.col-sm-6.col-md-4.col-lg-4{
        float: none;
        display: inline-block;
        width: 33%;
        float: none;
        vertical-align: top;
    }

}
@media screen and (max-width: 1199px) {
    .industrie-pblock.col-xs-12.col-sm-6.col-md-4.col-lg-4{
        float: none;
        display: inline-block;
        width: 33%;
        float: none;
        vertical-align: top;
    }
}

@media screen and (max-width: 991px) {
    .industrie-pblock.col-xs-12.col-sm-6.col-md-4.col-lg-4{
        float: none;
        display: inline-block;
        width: 49.7%;
        float: none;
        vertical-align: top;
    }
}
@media screen and (max-width: 767px) {
    .industrie-pblock.col-xs-12.col-sm-6.col-md-4.col-lg-4{
        float: none;
        display: inline-block;
        width: 100%;
        float: none;
        vertical-align: top;
    }
}

.industrie-benefits h2.pane-title{
    margin-bottom: 60px;
}

#industrie-benefits .benefit_block{
  padding: 20px;
}

#industrie-benefits .benefit_block_title {
    font-size: 24px;
    color: #48B5A3;
}

#industrie-benefits .benefit_block_title:after {
    border-top: 2px solid #ED891E;
}

#industrie-benefits .benefit_block_desc {}

#industrie-presentation{
  text-align: center;
}

.presentation-title h2{
  color: #ED891E;
  font-weight: bold;
  font-size: 40px;
}
.presentation-description{
      max-width: 900px;
    margin: 60px auto 0 auto;
    float: none;
    clear: both;
    display: inline-block;
}
.presentation-description p{
  font-size: 17px;
  color: #727272;
}


.language-data .lang_dropdown_form{
  display: inline-block;
}
.language-data .chosen-container{
  background-color: transparent !important;
  border: 0 !important;
  color: #fff !important;
}

.language-data .chosen-container .chosen-single{
  border: 0 !important;
  color: #fff !important;
  padding-left: 40px !important;
  background-image: url(../imgs/icon_language.png);
  background-size: 20px;
  background-position: 10px;
  background-repeat: no-repeat;
      background-color: #26344f;
}

.language-data .chosen-container-single .chosen-single div,
.language-data .chosen-container-active.chosen-with-drop .chosen-single div{
  border: 0 !important;
}

.language-data .chosen-container-single .chosen-single div b {
    background-image: url(../imgs/arrow_white_down.png) !important;
}

.language-data .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url(../imgs/arrow_white_up.png) !important;
}

footer .social-data .social-title,
footer .social-data ul{
  display: inline-block;
  line-height: 56px;
  margin: 10px;
}
.language-data .lang_dropdown_form{
      margin: 10px;
    line-height: 56px;
}


#sliding-popup.sliding-popup-bottom{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

/* ============================= MOBILE ======================== */
#chat-application{
    right: 80px !important;
}

@media (max-width: 768px) {


  #sliding-popup .popup-content{
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-text{
    max-width: 80%;
    float: left;
    padding: 10px;
        padding-left: 186px;
  }
  #sliding-popup .popup-content #popup-buttons{
    max-width: 20%;
    float: left;
    padding: 0;

  }
  #team.section-padding{
        padding: 40px 10% 100px 10%;
  }
  #chat-application{
    left: 20px !important;
    right: auto !important;
   }
   #find-partners .view-content {
    padding: 100px 5% 160px 5%;
   }
    .contacts-data .min-container{
        padding: 0 5%;
    }

}

@media (max-width: 767px) {
    #industrie-benefits .benefit_block_title{
        font-size: 18px;
    }

    .presentation-description{
        margin-top: 30px;
    }

    .page-node.node-type-industrie .presentation-title h1,
    .industrie-benefits h2.pane-title,
    #industrie-features h2.pane-title{
        font-size: 23px;
        line-height: 1.5;
    }

     .industrie-benefits h2.pane-title{
        margin-bottom: 0;
    }
    #industrie-features h2.pane-title{
        margin-bottom: 30px;
    }
    #industrie-presentation.section-padding{
        padding: 40px 0 40px 0;

    }

    #team.section-padding{
        padding: 40px 5% 80px 5%;
    }
     #sliding-popup .popup-content #popup-text{
        padding-left: 10px;
  }

  /* ----- HOME ----- */
  .video-section .video-overlay .player-title{
    font-size: 24px;
  }
  body.an_pages .video-section .video-overlay .player-subtitle{
        font-size: 20px;
  }
  body.an_pages .video-section .video-overlay .player-icon{
    padding: 10px 24px 10px 64px;
    font-size: 20px;
  }
  body.an_pages .section-product .prod-content-inner{
    max-width: 90%;
    margin: auto;
    text-align: center;
  }

  body.an_pages .section-product .prod-img{
    padding-left: 0 !important;
     padding-right: 0 !important;
  }
}

@media (max-width: 380px) {
  #team.section-padding{
    padding: 40px 0 80px 0;
  }
  .page-first-block .header-links a{
    padding: 12px 28px;
  }
  .page-first-block .header-title{
    font-size: 24px;
  }
}


/* ============= CORRECTIONS ============= */

.overlay-content-block{
    display: inline-block;
}

.page-client-links .main-btn{
    margin: 5px 0;
}
@media (max-width: 600px) {
  .page-client-links .main-btn,
  .page-client-links .main-btn.pull-right{
        margin: 5px;
        float: left !important;
    }
}

#user-register-form .form-item-field-user-address-und-0-email{
    display: none;
}

/* ============ FAKE IFRAME ============= */

.fake-iframe{
    border: none;
    width: 100%;
    background: none;
    height: 100%;
    top:0;
    padding: 0;
    margin: 0;
    z-index: -1;
    position: absolute;
}
/*#platform-iframe{
    position: relative;
    z-index: 1;
}*/


.user-login-mobile .login_link{
    padding: 10px 15px;
    background-color: #98d4c2;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
}

.prod-highlight{
    font-weight: 600;
}

.node-action-links{
    margin: 10px 0;
    text-align: left;
}

.node-action-links .node-add-link{
    position: relative;
}

#user-login .form-item input[type="text"],
#user-login .form-item input[type="password"]{
    border: 1px solid transparent !important;
}

#user-login .form-item input[type="text"].error,
#user-login .form-item input[type="password"].error{
    border: 1px solid #a94442 !important;
    color: #555 !important;
}

#user-login .form-group.error .control-label,
#user-login .form-group.error label,
#user-login .form-group.has-error .control-label,
#user-login .form-group.has-error label{
    color: #fff;
}




/* ======= CURRENCY BACKOFFICE =========== */

#edit-currency{
    text-align: center;
}





#edit-field-user-group-view .table-responsive{
    overflow-x: visible;
}
#edit-field-user-group-view button{
        color: #fff !important;
    background-color: #48beac !important;
    border-color: #48beac !important;
    border: 1px solid #48beac !important;
}
#edit-field-user-group-view button:hover{
    color: #48beac !important;
    background-color: #fff !important;
}





/* === CUSTOM LOGIN === */

.color-block{
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.color-item{
    float: left;
    width: 20%;
    height: 100%;
}

.color-item.color-red{
    background-color: #D61F36;
}
.color-item.color-orange{
    background-color: #F16541;
}
.color-item.color-yellow{
    background-color: #FCC13E;
}
.color-item.color-light-green{
    background-color: #98D4C2;
}
.color-item.color-green{
    background-color: #48BEAC;
}


@media screen and (max-height: 700px) {
    .color-block{
        height: 30px;
    }
}

@media screen and (max-height: 480px) {

    body.page-site-login .site-content {
        padding: 15% 10px;
    }

}


#edit-field-extras-by-org table.sticky-header{
    display: none !important;
}




.panels-flexible-region.user-add-ons-page{
    margin: 60px auto 100px auto;
}



/* === SPONSORS === */
.footer-top .view-sponsors{
    margin: 80px 0 0 0;
}
.sponsor-row{
    padding: 10px;
    text-align: center;
}

.sponsor-row.n1731{
    width: 40%;
}

.sponsor-row.n1730,
.sponsor-row.n1728{
    width: 30%;
}

.sponsor-row img{
    max-width: 80%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .sponsor-row.n1731,
    .sponsor-row.n1730,
    .sponsor-row.n1728{
        width: 100%;
    }
}





body.node-type-subscription .pane-commerce-products-view-panel-pane-3 h2.pane-title{
    display: none;
}

.upgrade-phrase{
    padding: 10px;
    margin: 30px 0;
    font-size: 20px;
    color: #727272;
    font-weight: 600;
}

.prod-name{
    text-transform: uppercase;
    font-weight: 600;
}

.prod-name.Galaxy{
    color: #3eaf99;
}

.prod-name.Universe{
    color: #1d2843;
}


.view-edit-subscription{
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    padding: 30px;
    margin: 20px 0 60px 0;
}

.view-edit-subscription h4{
    color: #ED891E;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-subscription-info{
    padding: 10px;
    color: #ED891E;
    border: 1px solid #ED891E;
    font-size: 14px;
    padding-left: 40px;
    background-image: url(../imgs/icon_info_orange.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 10px center;
}


.section-padding.link-package{
    padding: 20px;
}

body.page-error.bg-image{
        background-position: top center !important;
}


.error-block{
    margin-top: 120px;
    color: #fff;
}

.error-block .error-title{
    font-size: 40px;
    color: #fcc13e;
    font-weight: 400;
    margin: 10px auto 30px auto;
    text-transform: uppercase;
}

.error-block .error-text{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.error-block.forbidden .error-title{
    color: #1d2843;
}


body.page-error.bg-image{
    background-color: #FFFFFF !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/files/erro-403_final.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/default/files/erro-403_final.jpg',sizingMethod='scale')";
}


body.page-error.bg-image.page-error-forbidden{
    background-image: url(/sites/default/files/erro-403_final.jpg) !important;
}

body.page-error.bg-image.page-error-not-found{
    background-image: url(/sites/default/files/erro-404_final.jpg) !important;
}


.mail-row img{
    max-width: 100%;
    height: auto;
}


.pane-1 a.stripe{
    padding: 6px 15px;
    padding-right: 40px;
}


@media screen and (max-width: 767px) {

    #support-stripe-api-form input.stripe.form-control{
        width: 100%;
    }

    #support-stripe-api-form div.form-type-select{
        width: 45%;
    }

    body.logged-in h1.page-header,
    body.logged-in h2.pane-title{
        font-size: 26px;
    }

    .view-faq .ui-accordion-header{
            background-position: 5px center;
    }
    .view-faq .ui-accordion-header,
    .view-faq .ui-accordion-content{
        padding-left: 40px;
    }

}

#support-stripe-api-form .btn{
        background: #48beac !important;
    border: 1px solid #48beac;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    padding: 6px 15px;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 auto;
}

#support-stripe-api-form .btn:hover,
#support-stripe-api-form .btn:focus{
background: #fff !important;
    border: 1px solid #48beac;
    color: #48beac !important;
}


.page-node.node-type-subscription .pane-logged-pages-subscriptions-panel-pane-2,
.page-node.node-type-subscription .pane-commerce-products-view-panel-pane-3,
.page-node.node-type-subscription .auto_line,
.page-node.node-type-subscription .info_line,
.page-node.node-type-subscription .pane-commerce-products-view-panel-pane-4{
    margin: 40px auto 40px 0;
}



#menubtn,
.user-login{
    float: right;
}

.mobilemenu-btn a.logo{
    float: left !important;
}



#modalContent,
div.ctools-modal-content{
    max-width: 100%;
}





@media screen and (max-width: 767px) {
    .page-node.node-type-subscription .view-logged-pages-subscriptions.view-display-id-panel_pane_2 .views-field-php-1 .historic{
        margin: 20px 4%;
    }

    .historic.update{
        margin-top: 30px;
    }

    .page-node.node-type-subscription .view-logged-pages-subscriptions.view-display-id-panel_pane_2 .views-field-php-1 .historic,
    .page-node.node-type-subscription .view-logged-pages-subscriptions.view-display-id-panel_pane_2 .views-field-view,
    .page-node.node-type-subscription .view-logged-pages-subscriptions.view-display-id-panel_pane_2 .views-field-view-1{
        padding: 16px 13px;
    }


    .view-mypartner .info-block{
        margin-left: 0;
    }
    .view-mypartner .view-filters{
        padding-left: 0;
    }

    .page-node.node-type-subscription .info_line .sub_info{
        font-size: 16px;
    }

    .view-edit-subscription{
        padding: 30px 15px;
    }

    .page-node.node-type-subscription .pane-commerce-products-view-panel-pane-4 .views-row{
        padding: 0 !important;
    }

    .view-backoffice .view-content .table-responsive{
        margin-bottom: 0;
        border: 0;
    }
}

.page-node.node-type-subscription .auto_line .renewal{
        background: url(../imgs/icon_info_green.png) no-repeat 10px center;
        background-size: 23px;
}


.commerce-products .commerce-add-to-cart button[type="submit"]{
    background-color: #ED891E;
    color: #fff;
    border:1px solid #ED891E;
    font-size: 16px;
    padding: 6px 15px;
}

.commerce-products .commerce-add-to-cart button[type="submit"]:hover,
.commerce-products .commerce-add-to-cart button[type="submit"]:focus,
.commerce-products .commerce-add-to-cart button[type="submit"]:active:focus{
    background-color: #fff;
    color: #ED891E;
}




/* ==== MESSAGES POPUP ===== */
#jGrowl .jGrowl-notification.error{
    background-color: #48BEAC;
    border: 0;
    opacity: 1;
}

#jGrowl .jGrowl-notification.error .jGrowl-msg-header{
    background-image: url(../imgs/error_popup.png);
}

#jGrowl .jGrowl-notification.error .jGrowl-close{
    background-color: #E22613;
    border: 1px solid #E22613;
    color: #fff;
}
#jGrowl .jGrowl-notification.error .jGrowl-close:hover,
#jGrowl .jGrowl-notification.error .jGrowl-close:focus,
#jGrowl .jGrowl-notification.error .jGrowl-close:active:focus{
    background-color: #fff;
    color: #E22613;
}


#jGrowl .jGrowl-notification.warning{
    background-color: #48BEAC;
    border: 0;
    opacity: 1;
}

#jGrowl .jGrowl-notification.warning .jGrowl-msg-header{
    background-image: url(../imgs/warning_popup.png);
}

#jGrowl .jGrowl-notification.warning .jGrowl-close{
    background-color: #F16541;
    border: 1px solid #F16541;
    color: #fff;
}
#jGrowl .jGrowl-notification.warning .jGrowl-close:hover,
#jGrowl .jGrowl-notification.warning .jGrowl-close:focus,
#jGrowl .jGrowl-notification.warning .jGrowl-close:active:focus{
    background-color: #fff;
    color: #F16541;
}



.panel{
    box-shadow: none;
    box-shadow: 0;
}


.form-type-password-confirm .help-block{
    display: none !important;
}


.pane-masquerade-masquerade div.dropdown{
    position: absolute;
    width: 100%;
    max-width: 300px;
    bottom: 40px;
    left: 3%;
}

.pane-masquerade-masquerade div.dropdown a:hover{
    background-color: #fff;
    color: #48beac;
}


#partners-to-show{
    padding-top: 40px;
}
.view-show-partners .views-row-edit-static{
    display: none;
}


body.page-batch .main-container{
    width: 100%;
    max-width: 1080px;
    padding: 100px 0;
}

#edit-field-valuekeep-message textarea{
    resize: vertical;
}


#views-form-backoffice-content-page-4 .vbo-table-select-all.form-checkbox{
    display: none !important;
}


.field_created_online_sub div.form-item.form-type-checkbox,
.field_no_solution div.form-item.form-type-checkbox,
.field_created_online div.form-item.form-type-checkbox{
    float: left;
    text-align: left;
}
.field_created_online_sub div.form-item.form-type-checkbox label,
.field_no_solution div.form-item.form-type-checkbox label,
.field_created_online div.form-item.form-type-checkbox label{
    float: left;
    padding-left: 35px;
}
.field_created_online_sub div.form-item.form-type-checkbox input,
.field_created_online div.form-item.form-type-checkbox input,
.field_no_solution div.form-item.form-type-checkbox input{
    width: 22px;
    left: 20px;
    margin-top: 0;
    height: 22px !important;
    float: left;
}

.captcha{
    float: left;
    margin: 0 0 10px 0;
}





/* ======================== IMPROVEMENTS ======================== */
/* = REQUESTS = */
.mail-system .editablefield-item .form-actions,
.mail-system .editablefield-item label{
    display: none;
}


.comments-view{
    padding: 30px 15px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}
.comment-row.left-side{
    text-align: left;
}
.comment-row.left-side .inline-block{
    float: left;
}

.comment-row.right-side{
    text-align: left;
}
.comment-row.right-side .inline-block{
    float: left;
}


.user-block.open .unread-partner-list.dropdown-menu{
    top: 48px;
    display: block;
    left: auto;
    right: 0;
    overflow: hidden;
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
}


.request-field{
    padding: 10px 0;
    margin-bottom: 5px;
}
.request-field .views-label{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
}
.request-field .field-content{
    color: #727272;
    font-size: 16px;
    font-weight: 600;
}
.request-highlight div{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
}


.logged-pages.mail-system .views-field-field-feedback{
    padding: 10px 0;
    border-top: 1px solid #eee;
    margin: 10px 0;
}
.logged-pages.mail-system .views-field-field-feedback .field-content{
    background-color: #efefef;
    width: 100%;
    padding: 10px;
    min-height: 100px;
    border: 1px solid #eee;
}


.comment-row{
    margin: 6px 0;
}

.author-image img{
    max-width: 30px;
    height: auto;
}
.author-name .author-name-company{
    font-size: 13px;
    padding: 0 10px;
    font-weight: 600;
}
.comment-date{
    font-size: 10px;
    padding: 0 10px;
}
.author-comment{
    font-size: 14px;
}
.comment-row.left-side .author-comment,
.comment-row.right-side .author-comment{
    padding-left: 40px;
}

.view-content-comments .view-empty{
    text-align: center;
}


body.support #modalContent{
    position: absolute;
    display: block;
    left: 50% !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    max-width: 600px;
    max-height: 380px;
    margin: auto;
    margin-left: -300px;
}
body.support .modal-dialog,
body.support .modal-content{
    max-width: 600px;
    max-height: 500px;
    margin: auto;
}
body.support .modal-content{
    border: 0 !important;
    border-radius: 0 !important;
}

body.support .modal-content button.close{
    display: block !important;
    position: absolute;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    background-color: #fcc13e;
    border: 1px solid #fcc13e;
}
body.support .modal-content button.close:hover{
    opacity: 1;
}
body.support .modal-content button[value="Respond"]{
    margin: 10px 0;
}

body.support .modal-content .modal-title{
    color: #48beac;
    font-size: 20px;
    max-width: 80%;
}

body.support .modal-content label{
    color: #aaaaaa;
}

body.support .mail-system .view-header{
    margin-bottom: 10px;
}
.request-chat-block .view-footer{
    text-align: center;
}
.request-chat-block .view-footer a.main-btn{
    padding: 6px 50px !important;
}

.request-chat-block .view-content{
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    display: block;
}



.partner-clients .client-wrapper{
    width: 100%;
    padding: 20px 30px;
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    margin: 5px 0;

    display: table;
    vertical-align: top;
}
.partner-clients .client-wrapper:hover{
    background-color: #eee;
}
.partner-clients .client-wrapper .client-field{
	display: table-cell;
    vertical-align: top;
}
.partner-clients .client-wrapper .client-field.client-info{
	max-width: 200px;
}
.partner-clients .client-wrapper .client-avatar{
	float: left;
}
.partner-clients .client-wrapper .client-avatar img{
	border-radius: 50%;
}
.partner-clients .client-wrapper .client-data{
	float: left;
	padding-left: 10px;
	max-width: 140px;
	word-wrap: break-word;
}
.partner-clients .client-wrapper .client-data .client-name{
    color: #48BEAC;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
.partner-clients .client-wrapper .client-data .client-others{
    color: #727272;
    font-size: 12px;
    font-weight: normal;
}
.partner-clients .client-wrapper .client-field-label{
    font-size: 13px;
    color: #ed891e;
    font-weight: normal;
    padding: .2em .6em .3em;
    max-width: 100px;
    min-height: 45px;
    margin: auto;
}
.partner-clients .client-wrapper .client-field-value{
    color: #727272;
    font-size: 13px;
    font-weight: 600;
    padding: .2em .6em .3em;
    max-width: 100px;
    margin: auto;
}
.partner-clients .client-wrapper .client-field-value span{
	color: #727272;
    font-size: 13px;
    font-weight: 600;
}

.partner-clients .client-wrapper .client-field.client-new-revenue,
.partner-clients .client-wrapper .client-field.client-total-revenue{
	border-left: 1px solid #ccc;
}
.partner-clients .client-wrapper .partner_content_field.phone{
	background: none;
	color: #727272;
    font-size: 12px;
    font-weight: normal;
}
.partner-clients .client-wrapper .partner_content_field{
	padding-left: 0;
	padding: 0;
	margin: 0;
	color: #727272;
    font-size: 12px;
    font-weight: normal;
    min-height: auto;
}

@media (max-width: 767px){
	.partner-clients .client-wrapper{
	    display: block;
	    vertical-align: top;
	}
	.partner-clients .client-wrapper .client-field{
		display: inline-block;
	    vertical-align: top;
	}
}

.solution-info-wrapper{
    text-align: center;
}
.info-block.solution-info{
    margin: 20% auto;
    float: none;
    display: inline-block;
    background-position: 15px 20px;
}

.solution-info-wrapper ul{
        text-align: left;
    list-style-type: disc;
    padding-left: 20px;
    color: #48beac;
    font-size: 14px;
    font-weight: 600;
}

body.page-backoffice-leads .mail-row{
    cursor: pointer;
}


body.page-backoffice-clients-pending .subscriber-wrapper .subscriber-link .subscriber_field{
    float: left;
}

body.page-backoffice-clients-pending .subscriber-wrapper .subscriber-link .subscriber_field.subscriber_info{
    min-width: 160px;
    max-width: 260px;
}


/* MODAL ELIMINAR USER */
body.page-backoffice-clients-user.backoffice #modalContent,
body.page-backoffice-partners-approved-.backoffice #modalContent,
body.newsletters-add.backoffice #modalContent,
body.page-node-add-notification #modalContent{
    z-index: 1001;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: auto;
}
body.page-backoffice-clients-user.backoffice .ctools-modal-dialog.modal-dialog,
body.page-backoffice-partners-approved-.backoffice .ctools-modal-dialog.modal-dialog,
body.newsletters-add.backoffice .ctools-modal-dialog.modal-dialog,
body.page-node-add-notification .ctools-modal-dialog.modal-dialog{
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    margin: 0;
    padding: 0;
}
body.page-backoffice-clients-user.backoffice .modal-content,
body.page-backoffice-partners-approved-.backoffice .modal-content,
body.newsletters-add.backoffice .modal-content,
body.page-node-add-notification .modal-content{
    color: #fff;
    background-color: #49beac;
    border: 0;
    opacity: 1;
    max-width: 640px;
    height: 300px;
    text-align: center;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    border-radius: 0;
    padding: 25px;
}

body.newsletters-add.backoffice .modal-content,
body.page-node-add-notification .modal-content{
    height: 375px;
    color: #727272;
    background-color: #fff;
}
body.page-backoffice-clients-user.backoffice .modal-content .modal-title,
body.page-backoffice-partners-approved-.backoffice.logged-in .modal-content .modal-title{
        width: 60px;
    height: 60px;
    background-image: url(../imgs/icon_message_popup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    background-image: url(../imgs/error_popup.png);
}
body.newsletters-add.backoffice .modal-header,
body.page-node-add-notification .modal-header{
    color: #49beac;
    font-size: 25px;
    font-weight: bold;
}
body.page-backoffice-clients-user.backoffice .modal-content .modal-header,
body.page-backoffice-partners-approved-.backoffice.logged-in .modal-content .modal-header,
body.newsletters-add.backoffice.logged-in .modal-content .modal-header,
body.page-node-add-notification.logged-in .modal-content .modal-header{
    border: 0;
    background: none;
    height: auto;
    width: auto;
}

body.page-backoffice-clients-user.backoffice .modal-content button,
body.page-backoffice-partners-approved-.backoffice .modal-content button,
body.newsletters-add.backoffice .modal-content button,
body.page-node-add-notification .modal-content button{
    background-color: #fcc13e;
}
body.page-backoffice-clients-user.backoffice .modal-content button.close,
body.page-backoffice-partners-approved-.backoffice .modal-content button.close{
    display: none;
}
body.newsletters-add.backoffice .modal-content button,
body.page-node-add-notification .modal-content button{
    background-color: #49beac;
    color: #fff;
    border: 1px solid #49beac;
}
body.newsletters-add.backoffice .modal-content button:hover,
body.page-node-add-notification .modal-content button:hover{
    background-color: #fff;
    color: #49beac;
    border: 1px solid #49beac;
}
body.newsletters-add.backoffice #modalContent .modal-header button.close,
body.page-node-add-notification #modalContent .modal-header button.close{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #fcc13e;
    background-color: #fcc13e;
}
body.newsletters-add.backoffice #modalContent .modal-header button.close:hover,
body.page-node-add-notification #modalContent .modal-header button.close:hover{
    color: #fcc13e;
    background-color: #fff;
}
body.page-backoffice-clients-user.backoffice .modal-content button:hover,
body.page-backoffice-partners-approved-.backoffice .modal-content button:hover{
    background-color: #fff;
    color: #fcc13e;
    border: 1px solid #fcc13e;
}

body.newsletters-add.backoffice .modal-content .form-item,
body.page-node-add-notification .modal-content .form-item{
    text-align: left;
}



/* == PAGE NEWSLETTERS == */
body.backoffice.newsletters .mail-system .vbo-fieldset-select-all
{
    border: none;
    width: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

body.backoffice.newsletters .mail-system .mail-body-header
{
    overflow: hidden;
    clear: both;
   display: none;

}

body.backoffice.newsletters .mail-system .mail-body-header .mail-body
{
    padding: 0px 90px 0px 90px;
}

body.backoffice.newsletters .mail-system .mail-body-header .mail-sendto
{
    padding: 0px 90px 40px 90px;
}

body.backoffice.newsletters .mail-system .mail-row
{
    position: relative;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 10px;
}

body.backoffice.newsletters .mail-system .mail-row:hover
{
    border: 1px solid #48beac;
}

body.backoffice.newsletters .mail-system .views-field-views-bulk-operations .checkbox
{
    position: absolute;
    width: 18px;
    display: block;
    margin: 0px !important;
    top: 32px;
    left: 10px;
}
body.backoffice.newsletters .mail-system .mail-header
{
    padding-left: 12px;
}
body.backoffice.newsletters .mail-system.view-notifications .vbo-views-form button.form-submit
{
    margin-top: 0px;
}

body.backoffice.newsletters .mail-system.view-notifications .vbo-views-form #edit-select
{
  width: 401px;
}


body.backoffice.newsletters .mail-system .mail-row .mail-toggle-arrow
{
    display: block;
    width: 20px;
    height: 10px;
    background: red;
    clear: both;
    background: url(../imgs/down_link_green.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    margin-bottom: -5px;
    float: right;
    margin-right: 10px;
    margin-top: -10px;
    transition: all 1s ease;
}
body.backoffice.newsletters .mail-system .mail-row .mail-toggle-arrow.active
{
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
   transform: rotate(180deg);
}


body.backoffice.newsletters .mail-system #edit-actions
{
    display: block;
}

body.backoffice.newsletters .mail-system #edit-actions button
{
    margin-top: 0px;
}

.newsletter-field-wrapper.field_receiver{
    padding: 0;
    position: relative;
}
.field_receiver{
    position: relative;
}
.field_receiver a.importcsv-btn{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px !important;
}


.view-id-logged_pages_users.view-display-id-panel_pane_6 .view-footer{
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #DDDDDD;
}
.total-result{
    padding: 5px 15px;
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
}
.total-revenue{
    color: #48BEAC;
    font-size: 15px;
    font-weight: 700;
}
.total-value{
    color: #727272;
    font-size: 16px;
    font-weight: 600;
}

.field-widget-text-textarea a.ckeditor_links,
.field-widget-text-textarea .filter-help{
    display: none !important;
}

select.lang-dropdown-select-element{
    width: 70px !important;
    border: 0 !important;
    background: none;
    color: #727272;
    font-size: 13px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.right_block_new{
    transition: all 0.3s ease;
}
.toggle-widget{
    cursor: pointer;
    background: #f8f8f8;
}
.toggle-widget .toggle-btn{
    float: right;
}
.toggle-widget .toggle-container .title{
    font-size: 17px;
    font-weight: 600;
    color: #727272;
}

.additional_settings{
    float: left;
    width: 100%;
}



body.page-node-delete form .form-actions button,
body.page-node-delete form .form-actions a{

    float: left;
        padding: 6px 35px;
    font-size: 18px;
    background-color: #48beac;
    color: #fff;
    margin-left: 10px;
    margin-top: 30px;
    border: 0;
    border-color: #48beac;
    border: 1px solid #48beac;
    border-radius: 0;
}
body.page-node-delete form .form-actions button{
   margin-left: 0;
}
body.page-node-delete form .form-actions button:hover,
body.page-node-delete form .form-actions a:hover{
        background-color: #fff;
    color: #48beac;
}

.page-solution .region-content .panel-flexible-inside{
    height: 100%;
}

.organization_group .users-top,
.organization_group .users,
.organization_group .price{
    color: #727272;
    font-size: 14px;
    line-height: 20px;
}

.author-comment p{
  margin-bottom: 4px;
}
