/* components: fixed header */
.onscroll .header.js-fixed.region--dark-background,
.onscroll .region--dark-background .header.js-fixed {
  background-color: #00BFFF;
}
.site-name.site-branding__name {
    display: none;
}
/*Tranparent menu*/
.header-container {
    padding: 0;
    position: absolute;
    z-index: 100;
    width: 100%;
}
.region--dark-background {
    background: transparent;
}
.banner {
     padding: 0px;
}
/*For menu items hover css*/
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight:bold;
}
.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FF6347;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
}
/*End,For menu items hover css*/
/*End, Tranparent menu*/
/*Slideshow Pagination at center */
.slideshow .pagination {
    left: 40% !important;
}
/*Slideshow readmore elements change*/
.caption a{
    text-decoration:none;
}
/*For products block*/
div#block-products {
    margin-top: 8em;
}
/*End,For products block*/
/*Responsiveness*/
@media screen and (max-width:600px){
/*Slideshow*/
.slideshow .slide .title {
    font: 100 40px/1.2 "Oswald", sans-serif;
}
#quality{
font: 400 20px/1.5 "Oswald", sans-serif !important;
letter-spacing: 0.02em;
}
.slideshow .pagination {
    left: 20% !important;
}
/*End, Slideshow*/
/*Menu background*/
.region--light-typography ul.menu.sf-accordion {
    background: #462d73;
}
/*For products block*/
div#block-products {
    margin-top: 10em;
}
}