html{
    scroll-behavior: smooth;
}

.publishers{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.publisher .publish-item a{
    display: block;
    background: #e5e5e5;
}

.grayscale-item img{
    margin: calc(100 * 20 / 1440 * 1vw) calc(100 * 45 / 1440 * 1vw);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    max-height: 64px;
    height: 64px;
    max-width: 100%;
}

.grayscale-item:hover img{
    filter: none;
    -webkit-filter: grayscale(0%);
}



#products a.button:not(:last-child){
	margin-right: 10px;
}

.tp-bgimg.defaultimg {
    animation: kenburn 40s ease;
    animation-iteration-count: infinite;
    -ms-animation: kenburn 40s ease;
    -webkit-animation: kenburn 40s ease;
    -0-animation: kenburn 40s ease;
    -moz-animation: kenburn 40s ease;
}

.multiple-products .owl-controls .owl-buttons .owl-prev, 
.multiple-products .owl-controls .owl-buttons .owl-next,
.multiple-products-other .owl-controls .owl-buttons .owl-prev, 
.multiple-products-other .owl-controls .owl-buttons .owl-next {
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 16px;
    background-color: #45deb0;
    border-radius: 0;
    line-height: 50px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.multiple-products{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.multiple-products .image:first-child{
    margin-right: 15px;
}

@media only screen and (max-width: 992px){
    #products .tabs.style-2 li + li{
        margin-left: 0; 
    }

    #products .tabs.style-1 .nav-tabs, 
    #products .tabs.style-2 .nav-tabs{
        justify-content: center;
    }

    #products .nav-tabs{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .grayscale-item img{
        margin: 25px 15px;
        max-height: 32px;
    }

    .tp-revslider-mainul{
        width: 100vw!important;
        left: 0 !important;
    }

    #products a.button{
    	line-height: 1;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	transition: all .3s ease;
    }


    #products a.button:not(:last-child){
    	margin-right: 5px;
    }

    .multiple-products{
        flex-direction: column;
    }
}




@-webkit-keyframes kenburn {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);    
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);    
    -webkit-transform: scale(1.2);    
    -o-transform: scale(1.2);    
    -moz-transform: scale(1.2);
  }
}

@media only screen and (max-width: 480px){
    .tp-revslider-mainul{
        width: 100vw!important;
        left: -15px!important; /*bootstrap std gap*/
    }
}

#rev_slider_forcefullwidth > div {
    position: relative !important;
}

.tp-fullwidth-forcer {
    display: none !important;
}

.footer-logo {max-height: 110px; }

.fullwidthabanner{
    height: calc(100vh - 80px) !important;
    max-height: 100% !important;
}

@media only screen and (max-height: 550px){
    .fullwidthabanner{
        height: 550px  !important;
        max-height: 100% !important;
    }
}

.about-logo {
    display: flex;
    justify-content: center;
}

.about-logo img {
    width: 50%;
}

@media only screen and (max-width: 576px){
    .about-logo {
        margin-bottom: 40px;
    }
}