/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */
/*@import url('https://fonts.googleapis.com/css?family=Oswald&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
html,
body, form {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800;
}
a {color: #2a2a2a;}
a:hover {color: #373737;}
a h3{margin:0 0 10px 0;padding:0;}
.img-portfolio {
    margin-bottom: 30px;
}
.nav-pills {
    display: none;
}

.img-hover:hover {
    opacity: 0.8;
}
h1{color:#2a2a2a;}
.relativeWrap {
    position: relative;
}
.search.shrink {
    display:none;
}
.navbar-custom.shrink {
    background-color: rgba(0, 0, 0, 1);
}
.home {
    position: absolute;
    top: 5px;
    right: 220px;
    width: 50px;
    height: 20px;
    text-align: center;
    padding: 0;
    display:block;
    color: #fff;
    background: #373737;
}
.home:hover {
    color: #fff;
    background: #373737;
}
.search {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 200px;
    height: 20px;
    text-align: left;
    padding: 0;
}
.width100 {
    width: 100%;
}
    .search .searchin {
        float: left;
        width: 60px;
        height: 19px;
        background: #373737;
        color: #fff;
        text-align: center;
    }

    .search .txtSearch {
        width: 120px;
        height: 19px;
        background-color: rgba(240, 240, 240, 0.6);
        border: 0;
    }

    .search input {
        float: left;
        border: 0;
        padding: 0;
        margin: 0;
    }
#lang {
    position: absolute;
    top: 5px;
    right: 230px;

}
#lang a {

        text-decoration: none;
        margin-left: 10px;
        font-weight: 700;
    }
#lang a:hover {
            color: #2a2a2a;
        }
.searchResult a {color:#373737;font-weight:bold}

.navTop{color: red}
.navTop:hover,.navTop:focus{color:#fff}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:focus, .navbar-custom .navbar-nav > .open > a:hover {
    color: white;
    background-color: #373737;
}

.navbar-custom {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*background-color: rgba(255, 255, 255, 1);
    background: white !important;
    background: -webkit-linear-gradient(top, rgba(186, 214, 198, 1) 0%, rgba(238, 255, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(186, 214, 198, 1) 0%, rgba(238, 255, 245, 1) 100%);
    border-width: 1px;
    border-radius: 4px;*/
}
.custom-caption{
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 10;
    padding: 20px 20px 40px 20px;
    width:100%;
    color: #2e2e2e;
    background-color:rgba(255,255,255,0.5);
    text-align: center;
}
    .custom-caption h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 2em;
        margin-top: 0;
        padding-top: 0;
    }
    .custom-caption p {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.4em;
    }
.navbar-custom .navbar-nav>li>a {
    color: #fff;
    background-color: rgba(248, 248, 248, 0);
}
    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:visited,
    .navbar-custom .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 1) !important;
        background-color: #373737;
    }
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: #E1E1E1;
}
.navbar-custom .navbar-toggle {
    border-color: #E1E1E1;
}
    .navbar-custom .navbar-toggle:hover,
    .navbar-custom .navbar-toggle:focus {
        background-color: #E1E1E1;
    }
    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #E1E1E1;
    }
.navbar-custom .navbar-toggle:hover .icon-bar,
.navbar-custom .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}


ul.nav li.dropdown:active > ul.dropdown-menu {
    background-color: #373737;

}
ul.nav li.dropdown > ul.dropdown-menu {

    background-color: #373737;
    color:white;
}

ul.nav li.dropdown > ul.dropdown-menu a,
ul.nav li.dropdown > ul.dropdown-menu,ul.nav li.dropdown:hover > ul.dropdown-menu a{color:white;}
ul.nav li.dropdown:hover > ul.dropdown-menu a:hover {

    background-color: #2a2a2a;
    color:white;
}
.navbar-brand img{margin-top:10px;}
.navbar-custom {
    background-color: rgba(0, 0, 0, 0.6);
    border: 0;
    height: 70px;
    /*-webkit-box-shadow: 0 8px 6px -4px #000;
    -moz-box-shadow: 0 8px 6px -4px #000;
    box-shadow: 0 8px 6px -4px #000;*/
}
nav.navbar {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Home Page Carousel */
nav.navbar .logo {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    
nav.navbar .nav{margin-top:20px;}

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.btn-default:hover, .panel > .panel-heading {
    background-image: none;
    background-color: #373737;
    color: white;

}

/* Footer Styles */

    footer {
        margin: 50px 0;
        margin-top: 20px;
        margin-bottom: 0;
        background-color: #2a2a2a;
    }

    .footer-distributed {
        /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;*/
        width: 100%;
        text-align: left;
        font: bold 16px sans-serif;
        max-width: 1200px;
        padding: 55px 50px;
        margin: 0 auto;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: inline-block;
            vertical-align: top;
        }

        /* Footer left */

        .footer-distributed .footer-left {
            width: 30%;
            color:white;
            margin-right:5%;
        }

        /* The company logo */

        .footer-distributed h3 {
            color: #ffffff;
            font: normal 36px 'Cookie', cursive;
            margin: 0;
        }

            .footer-distributed h3 span {
                color: #5383d3;
            }

        /* Footer links */

        .footer-distributed .footer-links {
            color: #ffffff;
            margin: 20px 0 12px;
            padding: 0;
        }

            .footer-distributed .footer-links a {
                display: inline-block;
                line-height: 1.8;
                text-decoration: none;
                color: inherit;
                font-size:14px;
                line-height:22px;
            }

        .footer-distributed .footer-company-name {
            color: #c7c7c7;
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

        /* Footer Center */

        .footer-distributed .footer-center {
            width: 35%;
            text-align: left;
        }

            .footer-distributed .footer-center i {
                background-color: #444444;
                color: #ffffff;
                font-size: 25px;
                width: 38px;
                height: 38px;
                border-radius: 50%;
                text-align: center;
                line-height: 42px;
                margin: 10px 15px;
                vertical-align: middle;
            }

                .footer-distributed .footer-center i.fa-envelope {
                    font-size: 17px;
                    line-height: 38px;
                }

            .footer-distributed .footer-center p {
                display: inline-block;
                color: #ffffff;
                vertical-align: middle;
                margin: 0;
                font-size: 14px;
            }

                .footer-distributed .footer-center p span {
                    display: block;
                    font-weight: normal;
                    font-size: 14px;
                    line-height: 2;
                }

                .footer-distributed .footer-center p a {
                    color: white;
                    text-decoration: none;
                }


        /* Footer Right */

        .footer-distributed .footer-right {
            width: 20%;
            margin-left:5%;
        }
            .footer-distributed .footer-right a, .footer-distributed .footer-right {
                color: white;
                font-size:14px;
            }

        .footer-distributed .footer-center i {
            background-color: #444444;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }



        .footer-distributed .footer-right p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
            font-size: 14px;
        }

            .footer-distributed .footer-right p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-right p a {
                color: white;
                text-decoration: none;
            }
        .footer-distributed .footer-right{line-height:24px;}
        .footer-distributed .footer-company-about {
            line-height: 22px;
            color: white;
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

            .footer-distributed .footer-company-about span {
                display: block;
                color: #ffffff;
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 20px;
            }


        .footer-distributed .footer-icons {
            margin-top: 25px;
        }

            .footer-distributed .footer-icons a {
                display: inline-block;
                width: 35px;
                height: 35px;
                cursor: pointer;
                background-color: #373737;
                border-radius: 2px;
                padding-top: 7px;
                font-size: 20px;
                color: #ffffff;
                text-align: center;
                line-height: 20px;
                margin-right: 3px;
                margin-bottom: 5px;
            }
    /*.footer-distributed .footer-icons a {
            display: inline-block;
            width: 36px;
            height: 36px;
            cursor: pointer;
            text-align: center;
            margin-right: 3px;
            margin-bottom: 5px;
        }*/
    #bhflink {
        margin-top: 20px;
    }

        #bhflink a {
            font-size: 0.6em;
            color: #c7c7c7;
            text-decoration: none;
        }

            #bhflink a:hover {
                text-decoration: none;
            }

@media (max-width: 880px) {
    
    .footer-distributed .footer-left img {
        display: block;
  margin-right: auto;
  margin-left: auto;
    }
    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
            margin-right:0;
            margin-left:0;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
            .chems{display:none}
            .chemb{display:none}
}
/* Responsive Styles */

@media (max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .thumbnail {
        min-height: 200px;
    }
}

@media (max-width:767px) {
    a h3{margin:10px 0;padding:0;}
    .custom-caption h2{
    font-size:1.8em;
}
    .home {
    
    top: 10px;
    right: 50px;
   height:30px;
   font-size:20px;
}
.custom-caption p{
    font-size:1em;
}
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
    
    .navbar-custom .navbar-brand {

    padding-top:10px;
}
    
    .navbar-custom .navbar-brand img {

    max-width:180px;
}
    
    nav.navbar{
        height: 60px;
    }
    .search {
    display:none;
}
.navbar-collapse { background:#373737; /*replace with desired color*/ }
.navbar-brand img{max-height:38px; margin-top:5px;}
}
@media (min-width: 767px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        background-color: #373737;
        color: white;
    }
    .nav-pills > li {
        background-color: #e7e7e7;
        
    }

        .nav-pills > li > a {
            border-radius: 0;
            color: #2a2a2a;
            font-weight: 400;
            border-bottom: #e7e7e7 solid 4px;
        }

            .nav-pills > li > a:active,
            .nav-pills > li > a:hover,
            .nav-pills > li > a:focus {
                /*color: #fff;*/
                border-bottom: #373737 solid 4px
                /*background-color: #373737;*/
            }

    .nav-stacked > li + li {
        margin-top: 8px;
        margin-left: 0;
    }
    nav.navbar .logo.shrink {
        transform: scale(0.7);
        max-height: 40px;
        margin-top:14px;
    }
    .navbar-custom .navbar-brand.shrink {

    padding-top:5px;
}
    nav.navbar.shrink {
        margin-top: -20px;
    }
    nav.navbar .nav.shrink{margin-top:0}
}


@media (min-width: 992px) {

    .footer-distributed {
        padding: 55px 0 55px 50px;
    }
    .nav-pills {
        display: block;
    }
}

.voffset2 {margin-top: 2px;}
.voffset5 {margin-top: 5px;}
.voffset10 {margin-top: 10px;}
.voffset15 {margin-top: 15px;}
.voffset20 {margin-top: 20px;}
.voffset30 {margin-top: 30px;}
.voffset40 {margin-top: 40px;}
.voffset60 {margin-top: 60px;}
.voffset80 {margin-top: 80px;}
.voffset100 {margin-top: 100px;}

section#carousel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
.carousel-indicators {
position: absolute;
bottom: 5px;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
/*Scroll Down*/
.scrollind {
  height: 100vh;
  width: 100%;
  display: table;
  
}
section.ok{
  background-color: #555;
}



.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 222;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #000;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.thumbnail {min-height:380px;}
.list-group .thumbnail .list-group-item-text {height:80px;}
section.filter{background-color:#F7F7F7;padding:10px;}
section.filter h3{margin-bottom:10px;}
section.filter hr{margin:10px 0;}
.vitrin .panel-body {text-align:center !important;}
    .vitrin .panel-body .img-responsive {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
.vitrin .panel-default {min-height:420px;}
.checkbox {
    padding-left: 20px;
}
        .checkbox label
        {
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding-left: 20px;
            
        }
        .checkbox label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: 0;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;

        }
        .checkbox label::after
        {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: 0;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }
        .checkbox input[type="checkbox"]
        {
            opacity: 0;
            z-index: 1;
        }
        .checkbox input[type="checkbox"]:checked + label::after
        {
            font-family: "FontAwesome";
            content: "\f00c";
        }
         
        .checkbox-primary input[type="checkbox"]:checked + label::before
        {
            background-color: #373737;
            border-color: #373737;
        }
        .checkbox-primary input[type="checkbox"]:checked + label::after
        {
            color: #fff;
        }
        .checkbox-primary{
            background-color: #fff;
            padding:4px;
            border: solid 1px #cccccc;
        }


.btn-gamp a {
    
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #272727;
    border: 2px solid #272727;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
}

    .btn-gamp a:hover {
        opacity: 0.8;
        transition: all 0.5s;
    }
.gamp-btn a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #272727;
    color: #ffffff;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

    .gamp-btn a:hover {
        color: #ffffff;
        opacity: 0.8;
        transition: all 0.5s;
    }

.searchbardiv {
    /*display: block;
    position: fixed;
    top: 70px;
    right: 0px;*/
    background: black;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0px;
}

.buttonsearch {
    /*position: fixed;
    top: 18px;
    float: right;
    right: 0px;
    margin-right: 10px;*/
    margin-top:10px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: white;
}

    .buttonsearch:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    .buttonsearch:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

#formsearch {
    display: none;
}

.glyphicon.glyphicon-search {
    font-size: 18px;
}

#searchbox {
    box-shadow: none;
    padding: 8px 14px;
}

    #searchbox:hover {
        box-shadow: none;
    }

.form-control:focus {
    border-color: #ccc;
}



.navbar-toggle {
    margin-right: 35px;
    border: none;
    background: transparent !important;
}

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggle .middle-bar {
        opacity: 0;
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-toggle {
        margin-top: 25px !important;
    }
}
/*@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block !important;
        margin-top:25px !important;
    }

    .navbar-header {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 25px !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
}*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-custom .navbar-nav > li > a {
        color: #fff;
        background-color: #373737;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}