html {
    margin: 0;
    padding:0;
}

a:link { text-decoration:none; outline:none; border:none; color:inherit; }
a:visited { text-decoration:none; outline:none; border:none; color:inherit; }
a:hover { text-decoration:none; outline:none; border:none;  color:inherit; }
a:active { text-decoration:none; outline:none; border:none;  color:inherit; }

.pdf-dl-block a:hover {
    text-decoration: underline;
}

.dark {
    background: #ebedf0;
}

.light {
    background: #f2f4f7;
}

.r-bold {
    font-weight: 500;
}

.rs-bold {
    font-weight: 700;
}

.link {
    color: #2597d6 !important;
}

h1, h2 {
    margin: 0;
}

h1 {
    font-family: 'Roboto Slab', serif;
    color: white;
    font-size: 64px;
    font-weight: 700;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 32px;
    font-weight: 300px;
}

.mt-100 {
    margin: 100px 0 0 0;
}

.mt-60 {
    margin: 60px 0 0 0;
}

.mt-30 {
    margin: 30px 0 0 0;
}

.mt-16 {
    margin: 16px 0 0 0;
}

body {
    background: #f2f4f7;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #78858c;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
}

.maintenance {
    text-align: center;
    background: #FFBF00;
    color: white;
    padding: 12px;
}

nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav li {

}

nav li a {
    color:rgb(50,50,50);
    font-weight:700;
}

a.nav-active {
    color:red;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

video {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
}

.navbar {
    width: 100%;
    height: 100px;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: white;
    position: absolute;
    z-index: 999;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(37,151,214,0.9);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}

.navbar .btn {
    margin-top: -10px;
}

.brand img {
    width: 126px;
    height: 64px;
    background-size: 100%;
    margin: 16px 0 0 34px;
}

.navbar-menu {
    margin: 40px 40px 0 0;
}

.navbar-menu-scroll {
    margin: 30px 40px 0 0;
}

.navbar-item {
    font-size: 15px;
    padding-left: 40px;
}

.navbar-dropdown {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: white;
    z-index: 999;
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(37,151,214,0.7);
    padding-top: 18px;
    display: none;
    width: 100%;
}

.black {
    background: rgba(0,0,0,0.6);
}

.btn-menu {
    border: none;
    background: transparent;
    background-size: 100%;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.navbar-dropdown li {
    height: 50px;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 40px;
}

.navbar-dropdown li:last-child {
    border-bottom: none;
}

.collapsed {
    display: none;
}

.expanded {
    display: block;
}

@media only screen and (max-width : 768px) {
    .collapsed {
        display: block;
    }
    
    .expanded {
        display: none;
    }
    
    .overlay {
        display: block !important;
    }
    
    .punch {
        top: 55% !important;
        width: 320px;
        max-width: 320px;
        text-align: center;
        margin: auto !important;
        float: none !important;
    }
    
    .slider {
      height: 400px !important;
    }
    
    .h-slider .slick-track {
      height: 400px !important;
    }
    
}

.btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
}

.punch-btn {
    background: rgba(255,255,255,0.1);
    border: 2px solid white;
    box-shadow: 1px 2px rgba(0,0,0,0.2);
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 24px 0 0 0;
}


.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: none;
}

.slider {
    color: #fff;
    height: 600px;
    position: relative;
    overflow: hidden;
    transition: height 1s;
}
.slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.h-slider .slick-track {
    color: #fff;
    height: 600px;
    position: relative;
    transition: height 1s;
    overflow: hidden;
}

.h-slider {
    display: none;
}

.h-slider.slick-initialized {
    display: block;
}

.h-slider .h-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slick-dots {
    width: 280px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
}

.slick-dots li {
    margin-bottom: 0;
}

.slick-list{
  overflow: hidden;
}
.slick-list:after{
  clear: both;
  content: "";
  display: block;
}

.slick-dots li button {
    background: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
    border: 0;
    outline: none;
    font-size: 0;
    float: left;
    margin: 12px 8px 24px auto;
    padding: 0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: rgba(255,255,255,1);
}

.punch {
    position: relative;
    top: 50%;
    text-shadow: 1px 2px rgba(0,0,0,0.3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 440px;
    margin: 0 132px 0 0;
    float: right;
}

.punch-left {
    float: left;
    margin: 0 0 0 125px;
}

.punch h1 {
    font-size: 48px;
}

.punch h2 {
    font-size: 24px;
    margin: 12px 0 0 0;
}

section {
    padding: 65px 0 65px 0;
/*    border: 1px dashed red;*/
}

.section-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #2597d6;
    font-size: 32px;
    text-align: center;
    position: relative;
}

.section-text {
    text-align: center;
    margin: 0 auto;
}

.icon {
    width: 28px;
    height: 28px;
    background-size: 100%;
    float: left;
    margin: 0 20px 0 20px;
}

.divider {
    width: 218px;
    height: 28px;
    margin: 40px auto;
}

.line {
    width: 75px;
    border-top: 1px solid #2597d6;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%);
}

.card {
    position: relative;
    text-align: center;
    padding: 40px 40px 40px 40px;
/*    border: 1px solid red;*/
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

.card-title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #5a6368;
}

.card-text {
    color: #5a6368;
    font-size: 14px;
}

.card-header {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #2597d6;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

.card-header img {
    width: 42;
    height: 42px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
}

.supl {
    padding: 0;
    min-height: 400px;
    background: white;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .supl {
        min-height: 340px;
    } 
}

@media only screen and (min-width : 481px) and (max-width : 767px)  {
    .supl {
        min-height: 520px;
    } 
}

.supl p {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #5a6368;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
}

.card-overlay p {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
}

.supl img {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-overlay {
    background: #2597d6;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    padding: 30% 30px;
    color: white;
    box-sizing: border-box;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    z-index: 1;
    white-space: pre-line;
}


.more {
    width: 70%;
    height: 30px;
    border: 1px solid white;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

@-webkit-keyframes fadeIn {
    0% {
        display:none; 
        opacity: 0;
    }

    1% {
        display: block ; 
        opacity: 0;
    }

    100% {
        display: block ; 
        opacity: 1;
    }
}

.supl:hover > .card-overlay {
    display: block;
}

.map {
    padding: 0;
    border: 1px solid #d5d7d9;
    text-align: left;
    background: #fafcff;
}

.map-details {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    padding: 30px;
}

.embed {
    background-image: url(../images/dropped-pin.png);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}

.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.adress {
    padding: 30px;
    float: left;
}

.contact-nr {
    height: 24px;
}

.contact-nr img {
    vertical-align: middle;
}

.contact-nr a {
    vertical-align: middle;
    margin-left: 12px;
    height: 24px;
}

.title {
    color: #2597d6;
    font-weight: 500;
}

/*
.hire-form {
    margin: 40px 0 0 0;
    border: 1px dashed blue;
}

.hire-form input, textarea {
    margin-top: 26px;
}

input[type=text], textarea, .uploaded_file {
    width: 100%;
    border: none;
    background: white;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    border-radius: 0;
    position: relative;
}

.uploaded_file {
    height: 38px;
    margin-top: 26px;
    padding: 6px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.uploaded_file input {
    margin-top: 0;
    position: absolute;
    top: 6px;
    left: 10px;
}


input[type=submit] {
    width: 100%;
    background: #2597d6;
    color: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

input[type=submit]:hover {
    background: #27a1e3;
}

input[type=submit]:active {
    background: #2597d6;
}

textarea {
    height: 200px;
}
*/

footer {
    text-align: center;
    padding: 40px 0 10px 0;
    font-size: 14px;
    line-height: 30px;
}

footer a {
    font-weight: 500;
    font-size: 12px;
}


.product-title {
    font-family: 'Roboto Slab', serif;
    color: #2597d6;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
}

.product-description {
    margin: 0 0 -20px 0;
}


.all-supl {
    width: 100%;
    background: #2597d6;
    color: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    margin-top: 60px;
}

.all-supl:hover {
    background: #27a1e3;
}

.all-supl:active {
    background: #2597d6;
}


.dl-info {
    margin-top: 40px;
}

.pdf-card {
    padding: 0;
    min-height: 200px;
    background: white;
}

.pdf-card img {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pdf {
    width: 80px;
    height: 80px;
    background-size: 100%;
}

.pdf-dl {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 300;
    margin: 24px 0 0 0;
}

.pdf-dl-card { 
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
    position: relative;
    padding: 40px 40px 40px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

.pdf-dl-card img {
    filter: hue-rotate(207deg) saturate(110%);
}

.card-detail {
    position: relative;
    text-align: left;
    padding: 20px 40px 20px 40px;
    background: white;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
/*    min-height: 320px;*/
    line-height: 26px;
}

.video-card {
    background: white;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}

.ingredients-table {
    width: 100%;
}

table.ingredients-table td, table.ingredients-table th {
  padding: 7px 4px;
}

.secondary-title {
    font-family: 'Roboto Slab', serif;
    color: #2597d6;
    font-weight: 700;
    font-size: 16px;
}


.neuroccer-front {
    height: 361px;
}

.detail-card {
    padding: 40px;
    background: white;
    text-align: left;
}

.detail-card img {
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.megacardio-front {
    height: 368px;
}

.estimulla-front {
    height: 421px;
}

.magnext-front {
    height: 395px;
}

.ossart-front {
    height: 525px;
}

.sonext-front {
    height: 395px;
}

.uricandi-front {
    height: 395px;
}

.varinext-front {
    height: 499px;
}

.flora9-front {
    height: 369px;
}

.ezart-front {
    height: 421px;
}

.geralvita-front {
    height: 360px;
}

.gluten-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    max-width: 100%;
}