/* GLOBAL STYLES
-------------------------------------------------- */

body {
    color: #5a5a5a;
    font-family: 'Raleway-Regular', Arial, sans-serif;
    overflow-x: hidden;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a, a:hover {
   text-decoration: none;
}

input, textarea, select, button {
    outline: 0;
}

.fx {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.small-line {
    height: 6px;
    width: 50px;
    margin: 5px 0;
}

.headline-title {
    font-size: 30px;
    margin: 0 0 30px 0;
}

.headline-title .text-bold {
    color: #3498db;
    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
}

.headline-title .text-light {
    color: #3d4247;
    font-family: 'CenturyGothic', Arial, sans-serif;
}

.headline-title a {
    color: #3d4247;
}

.headline-title a:hover {
    color: #3498db;
}

.button-more {
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.button-more .text-bold,
.button-more .text-light {
    display: inline-block;
}

.button-more .text-bold {
    margin-left: -5px;
    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
}

.button-more .text-light {
    font-family: 'CenturyGothic', Arial, sans-serif;
}

.button-more.button-dark {
    color: #3d4247;
}

.button-more.button-dark:hover {
    color: #3498db;
}

.button-more.button-blue {
    color: #3498db;
}

.button-more.button-blue:hover {
    color: #3d4247;
}

.button-more.button-gray {
    color: #b0b0af;
}

.button-more.button-gray:hover {
    color: #3d4247;
}

.button-more.button-big {
    font-size: 27px;
}


/* HEADER
-------------------------------------------------- */

#main-header {
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
}

#main-header .container {
    position: relative;
    min-height: 250px;
}

#main-header .page-breadcrumb {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

#main-header .page-breadcrumb .skewed-edge {
    width: 100%;
    background-color: #303438;
    position: relative;
}

#main-header .page-breadcrumb .skewed-edge:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
}

#main-header .page-breadcrumb .bread-current {
    margin-right: -25px;
}

#main-header .page-breadcrumb .bread-current .skewed-edge:before {
    border-right: 30px solid rgba(48,52,56,.6);
}

#main-header .page-breadcrumb .bread-nav .skewed-edge:before {
    border-right: 30px solid rgba(48,52,56,1);
}

#main-header .bread-current .skewed-edge {
    padding: 23px 90px 25px 40px;
    background-color: rgba(48,52,56,.6);
}

#main-header .bread-nav .skewed-edge {
    padding: 26px 30px 23px 60px;
    background-color: rgba(48,52,56,1);
}

#main-header .page-breadcrumb .bread-current h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
}

#main-header .page-breadcrumb .bread-current h2 .text-light {
    font-family: 'Raleway-Light', Arial, sans-serif;
}

#main-header .page-breadcrumb .bread-current h2 .text-bold {
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#main-header .page-breadcrumb .bread-nav {
    font-size: 15px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

#main-header .page-breadcrumb .bread-nav span {
    color: #3498db;
}

#main-header .page-breadcrumb .bread-nav a {
    color: #737c80;
}

#main-header .page-breadcrumb .bread-nav a:hover {
    color: #3498db;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    background-color: #ffffff;
}

.navbar-wrapper.navbar-home {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper.navbar-home .navbar-toggle {
    background-color: #FFF;
    margin-right: 0;
}

.navbar-wrapper > .container {
    position: relative;
}

.navbar-wrapper .navbar-toggle {
    background-color: #454559;
    margin-right: 0;
}

.navbar-wrapper .navbar-toggle .icon-bar {
    background-color: #222222;
}

.navbar-wrapper .navbar-main {
    margin-top: 40px;
    padding: 15px 0 10px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media(max-width: 400px) {
    .navbar-wrapper .navbar-main {
        margin-top: 20px;
    }
}

.navbar-wrapper .navbar-first {
    margin-top: 6px;
}

.navbar-wrapper .navbar-first li a {
    color: #727c86;
    font-size: 14px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    display: block;
    padding: 10px 20px;
}

.navbar-wrapper .navbar-first li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 20px;
    height: 10px;
    margin-left: -10px;
    background-color: transparent;
}

.navbar-wrapper .navbar-first li.active a,
.navbar-wrapper .navbar-first li a:hover {
    color: #3498db;
    background-color: transparent;
}

.navbar-wrapper .navbar-first li a:hover a:after,
.navbar-wrapper .navbar-first li.active a:after {
    background-color: #3498db;
}

.navbar-wrapper .navbar-second {
    margin-top: -15px;
}

.navbar-wrapper .navbar-second li {
    position: relative;
}

.navbar-wrapper .navbar-second form {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.navbar-wrapper .navbar-second form input {
    padding: 37px 30px;
    border: 0;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #3d4247;
    color: #636b74;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;

}

.navbar-wrapper .navbar-second form input:hover,
.navbar-wrapper .navbar-second form input:focus {
    padding: 37px 70px 37px 30px;
}

.navbar-wrapper .navbar-second form button {
    color: #636b74;
    border: 0;
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.navbar-wrapper .navbar-second form button:hover {
    color: #3498db;
}

.navbar-wrapper .navbar-second form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-wrapper .translation-switcher {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 500;
}

.navbar-wrapper .translation-switcher a {
    color: #256fa1;
    background-color: #3498db;
    font-size: 15px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    text-align: center;
    display: inline-block;
    padding: 10px 14px;
}

.navbar-wrapper .translation-switcher a:hover {
    color: #FFFFFF;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
    max-height: 580px;
    overflow: hidden;
}

@media(max-width: 400px) {
    #main-carousel {
        margin-top: 120px;
    }
}

.carousel .carousel-caption {
    z-index: 10;
}

.carousel .item {
    max-height: 580px;
    background-color: #777;
}

.carousel .item > img {
    margin: 0 auto;
}

.carousel .carousel-caption {
    top: 30%;
}

.carousel .carousel-caption > h1 {
    color: #3d4247;
    font-size: 65px;
    text-align: right;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
}

.carousel .carousel-caption > h1 > span {
    display: block;
    letter-spacing: -4px;
}

.carousel .carousel-caption > h1 .text-bold {
    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
}

.carousel .carousel-caption > h1 .text-light {
    font-family: 'CenturyGothic', Arial, sans-serif;
}

.carousel .carousel-caption .c-button {
    float: right;
    text-shadow: none;
    color: #FFFFFF;
    font-family: 'CenturyGothic', Arial, sans-serif;
    background-color: #3498db;
    display: inline-block;
    padding: 15px 30px;
}

.carousel .carousel-caption .c-button > span {
    color: #2a6184;
    margin-left: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel .carousel-caption .c-button:hover {
    background-color: #3d4247;
}


.carousel .carousel-caption .c-button:hover > span {
    color: #FFFFFF;
}

@media(max-width: 400px) {
    .carousel .carousel-caption > h1 {
        font-size: 24px;
        text-align: center;
    }
    .carousel .carousel-caption {
        top: 10%;
    }
}


/* PAGE
-------------------------------------------------- */

#main-page {
    margin: 60px 0;
}

#main-page .page-title {
    color: #3498db;
    font-size: 32px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#main-page .page-header {
    color: #3498db;
    font-size: 20px;
    font-family: 'Raleway-SemiBold', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 2px;
    border-bottom: 0;
}

#main-page .page-content p {
    color: #717b82;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#main-page .category-table {
    border: 5px solid #dcdcdc;
    padding: 20px 45px;
}

#main-page .category-table .row {
    padding: 15px 5px;
    border-bottom: 5px solid #efefef;
}

#main-page .category-table .row:nth-child(2n) {
    border-color: #dcdcdc;
}

#main-page .category-table .row:last-child {
    border-bottom: 0;
}

#main-page .category-table .row .col-md-6:last-child {
    text-align: right;
}

#main-page .category-table span {
    color: #99aab5;
    letter-spacing: 1px;
    font-family: 'Raleway-SemiBold', Arial, sans-serif;
}


/* THE MENU
-------------------------------------------------- */

.menu {
    margin-top: -54px;
}

@media(max-width: 400px) {
    .menu {
        margin-top: 0;
    }
}

.menu [class^="flaticon-"],
.menu [class^="flaticon2-"] {
    float: left;
    margin-right: 20px;
    position: relative;
    font-size: 50px;
}

.menu a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 126px;
}

.menu h4 {
    font-size: 26px;
    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
    padding-left: 90px;
}

.menu h4:before {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 80px;
    width: 5px;
    height: 30px;
    background-color: #525961;
}

.menu .menu-item-light {
    background-color: #3d4247;
}

.menu .menu-item-light [class^="flaticon-"],
.menu .menu-item-light [class^="flaticon2-"],
.menu .menu-item-light h4 {
    color: #6a7580;
}

.menu .menu-item-dark {
    background-color: #e57743;
}

.menu .menu-item-dark [class^="flaticon-"],
.menu .menu-item-dark [class^="flaticon2-"],
.menu .menu-item-dark h4 {
    color: #ffffff;
}

.menu .menu-item-light h4:before {
    background-color: #6a7580;
}

.menu .menu-item-dark h4:before {
    background-color: #ffffff;
}


/* MAIN OBJECTS
-------------------------------------------------- */

.home-content {
    margin: 60px 0;
}

.home-content span.flaticon-text70 {
    font-size: 50px;
    margin-left: -5px;
}

.home-content .home-content-text {
    color: #757575;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

.home-content .image-wrapper {
    position: relative;
}

.home-content .image-wrapper .image-hover-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 40px;
    padding-bottom: 40px;
}

.home-content .image-wrapper .image-hover-text [class^="flaticon2-"] {
    color: #545455;
    font-size: 60px;
}

.home-content .image-wrapper .image-hover-text p {
    color: #535b63;
    font-size: 38px;
    font-family: 'CenturyGothic', Arial, sans-serif;
    line-height: 30px;
    margin: 15px 0 0 0;
}

.home-content .image-wrapper .image-hover-text p strong {
    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
}

.home-content .image-wrapper .image-hover-text p a {
    color: #535b63;
}

.home-content .image-wrapper .image-hover-text p a:hover {
    color: #3498db;
}


/* FOOTER
-------------------------------------------------- */

.seperator {
    width: 500px;
    margin: 30px auto;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
}

.footer .trademark {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
}

.footer .up-button {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    background-color: #303438;
    padding: 15px 20px;
    cursor: pointer;
}

.footer .up-button:hover {
    color: #FFFFFF;
    background-color: #3d4247;
}

.footer .up-button span {
    display: block;
    letter-spacing: -2px;
}

.footer .up-button .text-light {
    font-family: 'Raleway-Light', Arial, sans-serif;
}

.footer .up-button .text-bold {
    margin-top: -10px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.footer .email-list {
    width: 200px;
    margin-top: 20px;
    margin-left: 100px;
    border: 3px solid #3d4247;
}

.footer .menu-items {
    margin-top: 20px;
}

.footer .menu-items li a {
    color: #dedede;
    font-size: 14px;
    font-family: 'Raleway-ExtraBold', Arial, sans-serif;
    display: block;
    padding: 6px 10px;
}

.footer .menu-items li:first-child a {
    padding: 6px 10px 6px 0;
}

.footer .menu-items li a:hover {
    color: #3d4247;
}

.footer .newsletter-form {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.footer .newsletter-form input {
    border: 3px solid #3d4247;
    padding: 12px 20px 10px;
    color: #3d4247;
    font-size: 13px;
    width: 100%;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.footer .newsletter-form input:focus {
    border-color: #3498db;
}

.footer .newsletter-form button {
    top: 12px;
    right: 10px;
    position: absolute;
    display: block;
    width: 30px;
    height: 25px;
    padding-left: 10px;
    border: 0;
    border-left: 2px solid #3d4247;
    background-color: transparent;
}


/* MAP
-------------------------------------------------- */

#map {
    position: relative;
}

#map .map-content {
    width: 100%;
    height: 170px;
}

#map .map-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#map .map-overlay a {
    display: inline-block;
    margin-top: 40px;
}

#map .map-overlay a .flaticon-start8 {
    font-size: 60px;
    color: #7b808f;
    margin-right: 15px;
    vertical-align: middle;
}

#map .map-overlay a .extend-map {
    color: #7b808f;
    font-size: 20px;
    font-family: 'Raleway-Medium', Arial, sans-serif;
    letter-spacing: 2px;
}


/* CONTACT FORM
-------------------------------------------------- */

.contact-form,
.contact-info {
    margin: 0 auto;
    width: 700px;
}

.msds-form input,
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 3px solid #3d4247;
    color: #3d4247;
    font-size: 13px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    letter-spacing: 1px;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
    margin-bottom: 30px;
}

.contact-form textarea {
    min-height: 150px;
}

.msds-form button,
.contact-form button {
    color: #3d4247;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    letter-spacing: 1px;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

.msds-form button:hover,
.contact-form button:hover {
    color: #3498db;
}

.contact-info [class^="flaticon-"] {
    font-size: 35px;
    color: #a5b4be;
    margin-right: 15px;
    vertical-align: middle;
}

.contact-info .info-text {
    font-size: 16px;
    color: #a5b4be;
}

.msds-form {
    padding: 50px;
}

.msds-form h4 {
    margin-top: 0;
}

.msds-form button {
    margin-top: 15px;
}


/* PRODUCTS
-------------------------------------------------- */

.products .product-hero {
    padding: 50px;
    background-color: #eaeaea;
    line-height: 42px;
    color: #8e9da8;
    font-size: 22px;
}

.products .product-hero .button-more {
    position: relative;
    margin-right: 40px;
    margin-top: 32px;
}

.products .product-hero .button-more [class^="flaticon-"],
.products .product-hero .button-more [class^="flaticon2-"] {
    position: absolute;
    top: 22px;
    right: -55px;
    font-size: 40px;
}

.products .product-item {
    position: relative;
    margin-bottom: 30px;
}

.products .product-item .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 59, 62, 0.95);
    text-align: center;
    opacity: 1;
}

.products .product-item .product-overlay:hover {
    opacity: 1;
}

.products .product-item .product-overlay a {
    color: #3498db;
}

.products .product-item .product-overlay [class^="flaticon-"],
.products .product-item .product-overlay [class^="flaticon2-"] {
    font-size: 40px;
    color: #3498db;
}

.products .product-item .product-overlay h5 a {
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.products .product-item .product-overlay h3 a {
    font-size: 24px;
}

.products .product-item .product-overlay h3 {
    margin: 0 0 15px;
}

.products .product-item .product-overlay h3 span {
    display: block;
}

.products .product-item .product-overlay h3 .text-light {
    font-family: 'Raleway-Light', Arial, sans-serif;
}

.products .product-item .product-overlay h3 .text-bold {
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.products .product-item .product-overlay .align-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail h1 {
    font-size: 32px;
    color: #3498db;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    margin: 0 0 20px;
    letter-spacing: 2px;
}

.product-detail .msds-button {
    padding: 12px 30px 10px;
    background-color: #3498db;
    color: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.product-detail .msds-button:hover {
    background-color: #303438;
}

.product-detail .product-desc h4 {
    color: #717b82;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
    border-bottom: 1px solid #d7d7d7;
    margin: 25px 0 30px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
}

.product-detail .product-desc h4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #d7d7d7;
}

.product-detail .product-desc h4 p {
    color: #717b82;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}

.product-detail .img-wrapper {
    position: relative;
}

.product-detail .img-wrapper .copyright {
    position: absolute;
    opacity: .30;
    bottom: 10px;
    right: 10px;
}


/* MEDIA GALLERY
-------------------------------------------------- */

.media-gallery {
    padding-top: 200px;
    padding-bottom: 100px;
    margin: 0 0 60px !important;
    background: url("../img/bg/lab.jpg") center top;
}

.media-gallery .media-item {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

.media-gallery .media-item figure img {
    max-width: 270px;
}

.media-gallery .media-item figure img:hover {
    opacity: 0.80;
}

.media-gallery .media-content {
    padding: 40px 30px;
    max-width: 285px;
    position: relative;
}

.media-gallery .media-content h6 a {
    color: #3498db;
    font-size: 12px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.media-gallery .media-content h3 a {
    color: #3d4247;
    font-size: 34px;
    font-family: 'Raleway-Bold', Arial, sans-serif;
}

.media-gallery .media-content h3 a:hover {
    color: #3498db;
}

.media-gallery .media-content a > span {
    font-size: 30px;
    background-color: #3498db;
    padding: 7px 20px 4px;
    color: #FFFFFF;
    position: absolute;
    bottom: -25px;
    left: -35px;
}

.media-gallery .media-content a:hover > span {
    background-color: #3d4247;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#carousel-lab {
    margin-top: 40px;
}

#carousel-lab .item {
    background-color: #ffffff;
}

#carousel-lab .carousel-control.left {
    left: -65px;
}

#carousel-lab .carousel-control.right {
    right: -65px;
}