body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.body-img {
    background: url('../img/fond-10.jpg') 0 no-repeat #ecf0f5;
    background-attachment: fixed;
}
body.body-white {
    background-color: #ecf0f5;
}

h2 {
    font-size: 28px;
}

.mb-2 {
    margin-bottom: 20px;
}

.navbar-solvay {
    background-color: rgba(255,255,255,0.9);
    border-radius: 0;
}

.navbar-logo {
    margin: 10px 70px 10px 20px;
    display: block;
}

.navbar-logo-nprotect {
    display: block;
    margin: 10px 50px 10px 10px;
}
.navbar-logo-nprotect img {
    height: 60px;
}

.nav.navbar-nav li a {
    padding-top: 50px;
}


.img-text {
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}

.color-solvay {
    color: #1EAFED;
}

.btn-solvay {
    background-color: #1EAFED;
    border-color: #1e93ed;
    color: #FFF;
}
.btn-solvay:hover {
    background-color: #1e93ed;
    color: #FFF;
}
.btn-more-info {
    cursor: pointer;
    color: #1EAFED;
}
.btn-not-available {
    cursor: pointer;
    background-color: #e74c3c;
    font-size: 16px;
    color: #FFF;
    margin: 15px auto 0;
    display: block;
    max-width: 250px;
}
.btn-not-available:hover {
    background-color: #FFF;
    color: #e74c3c;
    border: 1px solid #e74c3c;
}
.not-in-country {
    background-color: #e74c3c;
    color: #FFF;
    padding: 10px 20px;
}
.navbar-main {
    min-height: 90px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.padd-bott-15 {
    padding-bottom: 15px;
}
.padd-top-20 {
    padding-top: 20px;
}
.padd-top-10 {
    padding-top: 10px;
}
.padd-top-15 {
    padding-top: 15px;
}
.marg-top-20 {
    margin-top: 20px;
}
.marg-left-10 {
    margin-left: 10px;
}
h1 {
    margin-top: 0px;
}

.best-product {
    color: #1EAFED;
}
.best-product-without-application, .best-product-without-application small {
    color: #f03434;
}
.other-product {
    color: #000;
    opacity: 0.3;
    font-weight: normal;
}
.box {
    border-top: 3px solid #1EAFED;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #FFF;
    position: relative;
}
.box-xs {
    min-height: 119px;
}
.box-lg {
    min-height: 480px;
}
@media screen and (max-width: 992px) {
    .box-xs,.box-lg  {
        min-height: 50px;
    }
}
.box-body {
    padding: 10px 15px;
}

.box label {
    font-weight: normal;
}

/*.factor-img {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
    overflow: hidden;
}*/
.factor-img.factor-img-show {
    opacity: 1;
}
.factor-img img {
    width: 100%;
}

.form-information {
    padding-top: 15px;
    color: #636e72;
    font-size: 12px;
    font-style: italic;
}

/* Side Menu */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
    background: #1EAFED;
  }
  
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
  }
  
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus {
    text-decoration: none;
  }
  
  .sidebar-nav > .sidebar-brand {
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.7);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  
  .sidebar-nav > .sidebar-brand a {
    color: #fff;
  }
  
  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }
  
  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
  }
  
  .menu-toggle:focus, .menu-toggle:hover {
    color: #fff;
  }
  
  .menu-toggle:hover {
    background: #343a40;
  }

.max-w-100 {
    max-width: 100%;
}

.modal-content {
    border-radius: 3px;
}
.modal-header {
    background-color: #1EAFED;
}
.modal-title {
    color: #FFF;
}

.btn {
    border-radius: 2px;
}

#welcome-page h4 {
    margin-top: 30px;
}
#welcome-page .citation {
    background: linear-gradient(40deg, #5ecdf2 0%, #848ec5 100%);
    margin: 10px -15px;
    padding: 30px 100px;
}
#welcome-page .citation-text {
    color: #FFF;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 20px;
}
#welcome-page .citation-author {
    color: #FFF;
    font-size: 18px;    
}
#welcome-page .citation-author-function {
    color: #FFF;
    font-size: 12px;        
}
.fa-find-solution {
    margin-right: 10px;
    font-size: 16px;
}
.btn-find-solution {
    position: relative;
    display: inline-block;
}
.btn-find-solution::before {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 0;
    width: 100%;
    border-left: 1px solid #1EAFED;
    border-right: 1px solid #1EAFED;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
}
.btn-find-solution::after {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 0;
    border-top: 1px solid #1EAFED;
    border-bottom: 1px solid #1EAFED;
    -webkit-transition: max-width .3s ease-in-out;
    transition: max-width .3s ease-in-out;
}
.btn-find-solution:hover::before {
    max-height: 100%;
}
.btn-find-solution:hover::after {
    max-width: 100%;
}

.map-products {
    background-color: #FFF;
}

.page-footer .row {
    margin: 0;
}
.page-footer .footer-wrapper {
    background-color: rgba(255,255,255,0.9);
}
.page-footer .footer-wrapper .nav a {
    color: #777;
    background: inherit;
    padding-top: 20px;
}
.page-footer .footer-wrapper .nav a:hover {
    color: #333;
}
.page-footer .footer-wrapper .copy {
    text-align: right;
    padding-top: 20px;
    color: #777;
}
