



body.detail-page{
    background-color: white ;
}
.table{
    font-family: Work Sans;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #95c11f ;
    color: white ;
}
.table-striped>tbody>tr:nth-of-type(even){
    background-color: #575756 ;
    color: white ;
}
.size-default table{
    margin-top: 15%;
}
.optionals-text p{
    font-size: 17px ;
}
.sotkis{
    margin-bottom: -3px;
}

#dopeless_rotate_logo{
    display: none ;
}
#cd-vertical-nav {
    position: fixed;
    right: 40px;
    top: 75%;
    height: 100vh;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.cd-scroll-down {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    width: 38px;
    height: 44px;
    background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */
.cd-nav-trigger {
    display: none;
}

.no-touch #cd-vertical-nav li {
    text-align: right;
}
.no-touch #cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
}
#cd-vertical-nav a span {
    float: right;
    display: inline-block;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}


#cd-vertical-nav a.is-selected .cd-dot {
    cursor: pointer;
    background-color: rgba(255,255,255,0.26);
}
#cd-vertical-nav .cd-dot1:hover,
#cd-vertical-nav .cd-dot2:hover,
#cd-vertical-nav .cd-dot3:hover,
#cd-vertical-nav .cd-dot4:hover,
#cd-vertical-nav .cd-dot5:hover{
    background-color: rgba(255,255,255,0.8);
}
#cd-vertical-nav .cd-dot1 {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 56px;
    width: 30px;
    top: 9px;
    box-shadow: 0px 0px 75px rgba(0,0,0,0.35);
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#cd-vertical-nav .cd-dot2 {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 150px;
    width: 48px;
    top: -30px;
    left: 9px;
    box-shadow: 0px 0px 75px rgba(0,0,0,0.35);
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#cd-vertical-nav .cd-dot3 {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 150px;
    width: 48px;
    top: -88px;
    left: 9px;
    box-shadow: 0px 0px 75px rgba(0,0,0,0.35);
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#cd-vertical-nav .cd-dot4 {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 150px;
    width: 48px;
    top: -146px;
    left: 9px;
    box-shadow: 0px 0px 75px rgba(0,0,0,0.35);
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}
#cd-vertical-nav .cd-dot5 {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 150px;
    width: 48px;
    top: -204px;
    left: 9px;
    box-shadow: 0px 0px 75px rgba(0,0,0,0.35);
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}

#cd-vertical-nav .cd-label {
    font-family: Work Sans;
    position: relative;
    margin-right: 10px;
    padding: .4em .5em;
    color: white;
    font-size: 14px;
    font-size: 1rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 1;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.cd-label1{
    top: 42px;
    left: 5px;
}
.cd-label2{
    top: 78px;
    left: 24px;
}
.cd-label3{
    top: 20px;
    left: 24px;
}
.cd-label4{
    top: -38px;
    left: 23px;
}
.cd-label5{
    top: -100px;
    left: 24px;
}

/* Touch devices */
.touch .cd-nav-trigger {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 30px;
    right: 5%;
    height: 44px;
    width: 44px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #3e3947;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
    top: -9px;
}
.touch .cd-nav-trigger span::after {
    bottom: -9px;
}

.touch #cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
    display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
    color: #d88683;
}
.touch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
    background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
    background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
    background-color: #3e3947;
    height: 3px;
    width: 20px;
    border-radius: 0;
    left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
    border-bottom: none;
}


/*NEW CSS FILE STARTS HERE */

body{
    background-color: #F2F2F2 ;
    line-height: 1 ;
}

a,
a:hover,
a:active{
    text-decoration: none ;
    color: inherit ;
}
h1, h2, h3, h4, h5 {
    /*margin-top: 20px ;*/
    margin-bottom: 20px ;
}
h1{
    font-size: 72px ;
    font-family: VAG-Bold ;    
    letter-spacing: 3px;
}
h2{
    font-size: 40px ;
    font-family: VAG-Bold ;
    letter-spacing: 3px;
}
h3{
    font-size: 24px ;
    font-family: VAG-Bold ;
    letter-spacing: 3px;
}
h4{
    font-size: 35px ;
    font-family: VAG-Bold ;
    letter-spacing: 3px;
}
h5{
    font-size: 20px ;
    font-family: Work Sans ;
    font-weight: 600 ;
}
p{
    font-size: 20px ;
    font-family: Work Sans ;
    line-height: 1.2 ;
    margin: 0 0 10px ;
    text-align: left;
}
.slogan{
    width: 7vw;
    margin-top: 15% ;
    margin-right: 15% ;
    text-align: right;
    float: right;
    color: white;
    font-family: VAG-Bold ;
    /*font-size: 1.1vw ;*/
    font-size: 27px ;
}
.slogan-banner{
    width: 15vw;
    bottom: 5vh;
    text-align: right;
    float: right;
    right: 6vw;
    position: absolute;
    color: white;
    font-family: VAG-Bold ;
    font-size: 2.5vw ;
    margin-bottom: 20px ;
}
.navbar-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 125px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-wrapper{
    width: 100%;
    margin: auto;
}
/* header large */
header.large {
    height: 100px;
}

header.large li {
    margin-top: 52px;
}

/* header small */

header.small {
    height: 75px;
    background-color:  rgba(255,255,255,0.5);
}
header.small .logo-img {
    width: 150px;
}

/* Transitions */

header,
nav,
header img{
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.logo-img{
    margin-left: 2%;
    width: 185px;
}




/* COLORS */ 

.white{
    background-color: #fff ;
}
.white-text{
    color: #fff ;
}
.orange-sotkon{
    background-color: #EE7330 ;
}
.sotkon-orange{
    color: #EE7330 ;
}
.sotkon-orange:hover{
    color: white ;
    background-color: #EE7330 ;
}
.blue-sotkon{
    background-color: #41C0F0 ;
}
.sotkon-blue{
    color: #41C0F0 ;
}
.blue{
    color: #41C0F0;
}
.green{
    color: #95c11f;
}
.green-sotkon{
    background-color: #95c11f ;
}
.sotkon-green{
    color: #95c11f ;
}
.waste-color-button{
    color: #95c11f ;
}
.waste-color-button:hover{
    color: white ;
}
.border-green{
    border-color: #95c11f ;
}
.sotkon-green:hover{
    color: white ;
    background-color: #95c11f ;
}
.yellow-sotkon{
    background-color: #E4B92E ;
}
.sotkon-yellow{
    color: #E4B92E ;
}
.sotkon-yellow:hover{
    color: white ;
    background-color: #E4B92E ;
}
.black-button{
    color: black ;
    background-color: rgba(0,0,0,0) ;
    border-color: black ;
}
.black-button:hover{
    color: rgb(255, 255, 255) ;
    background-color: black ;
}
/* END COLORS */
.button-slider{
    position: absolute;
    bottom: 10px;
    left: 0;
    margin-top: 0 ;
    /*margin-bottom: 40px;*/
}
.button-slider.right{
    position: absolute;
    bottom: 10px;
    left: 0;
}
.button-main{
    position: absolute;
    bottom: 0;
}
/* SLIDER */



.flexslider {
    max-width: 99.3vw;
    height: 95vh;
    margin: 0;
    box-shadow: none;
    overflow: hidden;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    top: 15vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    width: 100vw;
}

.flexslider li h1 {    
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 12px 18px 12px;
    margin-top: -100px;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 0 ;
}

.flexslider li h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0px 18px 11px;
    font-size: 1em;
    font-family: VAG-Light ;
    margin: 0 auto ;
    text-align: center;
}
.flexslider li h2 b{
    background-color: #95C11F;
    padding: 5px;
}
.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.flex-direction-nav{
    display: none;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5.5vh;
    z-index: 50;
    text-align: left;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a.flex-active {
    background: white;
    cursor: default;
}
.flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: white;;
    border: 1px solid white;;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.intelligent .flex-control-paging li a.flex-active {
    background: #575756;
    cursor: default;
}
.intelligent .flex-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #575756;;
    border: 1px solid #575756;;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    box-shadow: inset 0 0 3px rgba(149, 193, 31, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.white .flex-control-paging li a.flex-active {
    background: rgba(87, 86, 86, 1);
    cursor: default;
}
.yellow-sotkon .flex-control-paging li a.flex-active {
    background: white;
    cursor: default;
}
.yellow-sotkon .flex-control-paging li a {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow:none;
}
.yellow-sotkon .flexslider-product li.clone, 
.yellow-sotkon .flexslider-product li.flex-active-slide {
    min-height: 0 ;
}

.white .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #575756;
    border: 1px solid #575756;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}



/* END SLIDER */



/* MAINPAGE */

.bin-banner{
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
    width: 13%;
    margin: 0 auto;
}

.mainpage-all-wrapper {
    background-image: url('../images/Sotkon_underground(1920).jpg');
    background-size: 100%;
    background-position-x: center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    min-height: 2500px;
    background-color: #000;
}
@media(min-width:2000px){
    .mainpage-all-wrapper {
        background-image: url('../images/Sotkon_underground(2560).jpg');
        background-position-x: center;
        /*background-size: cover;*/
        background-repeat: no-repeat;
        min-height: 2500px;
        background-color: #000;
    }
}

.mainpage-wrapper{
    width: 80%;
    padding: 100px 0;
    margin: 0 auto;
}
.mainpage-wrapper .mainpage-itens:nth-of-type(odd){
    padding-right: 5%;
    padding-left: 0;
}
.mainpage-wrapper .mainpage-itens:nth-of-type(even){
    padding-left: 5%;
    padding-right: 0;
}
.main-content-wrapper{
    height: 35vw;
    padding: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    display: flex;
    max-height: 800px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.main-content-wrapper.slider{
    padding: 50px 0 50px 70px;
}
.main-content-wrapper.slider .title{
    width: 90%;
}
.main-content-wrapper.slider .main-text{
    padding: 0;
    text-align: left;
}
.main-content-wrapper.white{
    color: black ;
    display: block;
    min-height: 700px;
}
.main-content-wrapper h3{
    margin: 0;
}
.flexslider-product .title {
    letter-spacing: 3px;
    width: 50%;
}
.title {
    letter-spacing: 3px;
    width: 100%;
}
.main-text {
    /*margin-top: 30px;*/
    /*width: 70%;*/
    /*line-height: 30px ;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}


/* SLIDER PRODUCTS */

.flexslider-product {
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
}
.flexslider-product.no-image-slider .title,
.flexslider-product.no-image-slider .main-text{
    width: 100% ;
}

.flexslider-product li {
    position: relative;
    overflow: hidden;
}
.flexslider-product li.clone,
.flexslider-product li.flex-active-slide{
    min-height: 490px;
}

.flexslider-product li .meta {
    position: absolute;
    top: 15vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    width: 100vw;
}

.flexslider-product li h1 {    
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}

.flexslider-product li h2 {
    font-size: 40px  ;
    margin-bottom: 0;
    font-weight: 300;
}

.flexslider-product li .category {
    display: flex;
    flex-direction: row;
}

.flexslider-product li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider-product li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider-product li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider-product li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider-product li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.flexslider-level .flex-control-nav {
    width: auto;
    align-items: center;
    position: absolute;
    z-index: 50;
    left: 0;
    text-align: center;
    right: 0;
}
.flexslider-product .flex-control-nav {
    width: auto;
    position: absolute;
    z-index: 50;
    text-align: center;
}
.flexslider-product .main-text{
    width: 50%;
    float: left;
}
.slider-product{
    height: 400px;
    margin-top: 130px;
}
.img-mainpage-product{
    width: 100%;
    float: left;
    margin-top: -25px;
}
/*.img-mainpage-product-small {
    width: 400px;
    float: right;
    margin-top: -30px;
    margin-right: -145px;
}*/





/* footer */

.footer-wrapper{
    background-color: #575756;
    /*height: 500px;*/
}
.main-footer{
    width: 80%;
    padding: 75px 0;
    margin: auto;
}
.sitemap-wrapper,
.sitemap-open-wrapper,
.subscription-wrapper{
    font-family: VAG-Light;
    letter-spacing: 2.5px;
    margin-left: 20%;
    color: white;
    line-height: 50px;
    font-size: 18px;
}
.sitemap-open-wrapper,
.subscription-wrapper{
    margin-left: 5%;
}
.sitemap-open-wrapper:first-child::before{
    content: '+';
    margin-left: -20px;
    font-family: VAG-Bold;
}
.logo-footer{
    width: 85%;
}
.social-wrapper img{
    float: left;
    max-width:40px;
    margin-right: 50px;
}
.social-wrapper a:last-child img{
    margin-right: 0px;
}
.sub-footer{
    background-color: #4B4B4B;
    width: 100%;
    height: 55px;
    align-items: center;
    display: flex;
    color: #BCBCBC;
    font-family: Work Sans;
}
.sub-footer a{
    margin: 25px;
    text-decoration: underline;
    font-weight: bold;
}
.center-div{
    margin: 0 auto;
}
.center-vertically{
    display: flex;
    min-height: 500px ;
    flex-direction: column;
    justify-content: center;
}


/* MAINPAGE END */


.page-waste-banner{
    background-image: url('../images/waste-systems.jpg');
}
.page-advantages-banner{
    background-image: url('../images/Advantages.png');
}
.page-contacts-banner{
    background-image: url('../images/Contacts.jpg');
}
.page-videos-banner{
    background-image: url('../images/Videos.jpg');
}
.page-news-banner{
    background-image: url('../images/News.jpg');
}
.page-photos-banner{
    background-image: url('../images/Photos.jpg');
}
.page-concept-banner{
    background-image: url('../images/Concept.jpg');
}
.page-about-banner{
    background-image: url('../images/About.jpg');
}
.page-services-banner{
    background-image: url('../images/Services.jpg');
}
.page-intake-banner{
    background-image: url('../images/IntakeColumns.png');
}
.page-intelligentsystems-banner{
    background-image: url('../images/intelligentsystems.jpg');
}
.page-integra-banner{
    background-image: url('../images/Integra-banner.jpg');
}
.page-kaio-banner{
    background-image: url('../images/Kaio-banner.jpg');
}
.page-apto-banner{
    background-image: url('../images/Apto-banner.jpg');
}
.page-diamond-banner{
    background-image: url('../images/Diamond-banner.jpg');
}
.page-evos-banner{
    background-image: url('../images/Evos-banner.jpg');
}
.page-ikon-banner{
    background-image: url('../images/Ikon-banner.jpg');
}
.page-ikonic-banner{
    background-image: url('../images/Ikonic-banner.jpg');
}
.page-koncept-banner{
    background-image: url('../images/Ikon-banner.jpg');
}
.page-max-banner{
    background-image: url('../images/Max-banner.jpg');
}
.page-orion-banner{
    background-image: url('../images/Orion-banner.png');
}
.page-qubus-banner{
    background-image: url('../images/Qubus-banner.jpg');
}
.page-qubusE-banner{
    background-image: url('../images/QubusE-banner.jpg');
}
.page-retro-banner{
    background-image: url('../images/Retro-banner.jpg');
}
.page-wido-banner{
    background-image: url('../images/Wido-banner.jpg');
}

.page-waste-banner,
.page-advantages-banner,
.page-contacts-banner,
.page-videos-banner,
.page-news-banner,
.page-photos-banner,
.page-concept-banner,
.page-about-banner,
.page-services-banner,
.page-intake-banner,
.page-intelligentsystems-banner,
.page-integra-banner,
.page-kaio-banner,
.page-apto-banner,
.page-diamond-banner,
.page-evos-banner,
.page-ikon-banner,
.page-ikonic-banner,
.page-koncept-banner,
.page-max-banner,
.page-orion-banner,
.page-qubus-banner,
.page-qubusE-banner,
.page-retro-banner,
.page-wido-banner{
    background-size: cover;
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

.page-name{
    font-size: 32px ;
}
.product-wrapper{
    margin: 65px 10% 0;
    min-height: 700px;
}
.product-main-wrapper{
    background-color: #41C0F0;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-destak-wrapper{
    margin: 65px 10%; 
    /*    height: 35vw;
        overflow: hidden;*/
    margin: 65px 10%; 
    min-height: 700px;
}
.product-destak-wrapper .product-intro-text,
.product-destak-wrapper .product-title {
    /*width: 100%;*/
    width: 80%;
}
/*.wrapper-big-product{
        height: 35vw;
    overflow: hidden;
}*/
.intake-wrapper{
    width: 80%;
    margin: 65px auto;
}
.intake-wrapper .intake-3-collum{
    background-color: #95c11f;
    padding: 30px 50px 30px 50px;
    color: white;
    width: 100%;
}
.intake-wrapper .product-title{
    width: 100%;
    /*margin: 50px 0;*/
}


.product-title{
    letter-spacing: 3px;
    width: 50%;
}
.left-container .product-title{
    width: 80%;
}
.right-container .product-title{
    width: 85%;
}
.right-container .product-intro-text{
    margin-top: 30px;
    width: 90%;
    overflow: hidden;
}
.left-container .product-intro-text{
    margin-top: 30px;
    width: 70%;
    overflow: hidden;
}
.about .product-intro-text{
    margin: 20px 0;
}

.first-label{
    position: absolute;
    top: 5.5%;
    left: 4%;
    font-size: 24px ;
    font-family: VAG-Bold ;
    color: #95c11f;
}
.second-label{
    position: absolute;
    top: 5.5%;
    left: 6%;
    font-size: 24px ;
    font-family: VAG-Bold ;
    color: #95c11f;
}
.third-label{
    position: absolute;
    top: 5.5%;
    left: 37%;
    font-size: 24px ;
    font-family: VAG-Bold ;
    color: #95c11f;
}
.product-main-wrapper-destak{
    width: 85%;
    background-color: #41C0F0;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-main-wrapper-destak-right{
    width: 85%;
    background-color: #41C0F0;
    min-height: 700px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-destak{
    width: 85%;
    background-color: #fff;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
}
.bottom-destak-right.images p{
    font-size: 16px ;
}
.bottom-destak h4,
.bottom-destak-right h4{
    font-family: VAG-Bold ;
    font-size: 36px ;
    color: #575756 ;
}
.bottom-destak h5,
.bottom-destak-right h5{
    font-family: VAG-Bold ;
    font-size: 28px ;
    color: #575756 ;
}
.bottom-destak-right{
    width: 85%;
    background-color: #fff;
    min-height: 500px;
    float: right;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.about-extra{
    list-style-type: disc;
    list-style-position: inside;
}
.bottom-destak-left h4{
    text-align: left;
    font-family: VAG-Bold ;
    font-size: 36px ;
    color: #575756 ;
    margin-bottom: 30px;
}
.intro-about h4{
    text-align: left;
    font-family: VAG-Bold ;
    font-size: 36px ;
    color: #575756 ;
    margin: 15px 0 ;
}
.bottom-destak-left ul{
    font-family: Work Sans;
    font-size: 18px;
    line-height: 24px ;
}
.bottom-destak-left ul li{

    margin-bottom: 10px;
}
.bottom-destak-left{
    width: 85%;
    background-color: #fff;
    min-height: 400px;
    float: left;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-main-wrapper-destak-right .product-description-wrapper{
    margin-left: 28.5%;
}
.product-main-wrapper-destak-right .product-title,
.product-main-wrapper-destak-right .product-intro-text{
    width: 100%;
}
.destak-image-left {
    position: relative;
    float: left;
    top: -600px;
    width: 500px;
    margin-bottom: -600px;
}
.product-description-wrapper{
    margin: 100px;
    color: white;
}
.product-description-wrapper h3{
    letter-spacing: 7px;
}
.product-intro-text{
    margin-top: 30px;
    width: 50%;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;  
}
.btn-wrapper{
    margin-top: 50px;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
    color: rgb(65,192,240);
    border: 2px solid white;
    background-color: white;
    border-radius: 50px;
    padding: 1vw 2vw;
    padding: 15px 20px;
    min-width: 230px;
    min-height: 48px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    float: left;
}
.mainpage-wrapper a{
    max-width: 230px;
}
.sotkis-integration{
    padding: 3vw ;
}
.download-brochure{
    max-width: 350px ;
    margin: 30px auto 0;
}
.btn-wrapper:hover{
    color: white ;
    background-color: rgba(65,192,240,0);
}



.rotate-slider {
    bottom: 0;
    height: 31px;
    position: absolute;
    width: 600px;
    background: url(../images/rotate-slider.png) no-repeat center center;
}
.rotate-slider-spin {
    width: 45px;
    height: 31px;
    background: url(../images/rotate-slider-spin.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}


.cta-main{
    color: black;
    position: absolute;
    top: 43vh;
    padding: 0;
    left: 0;
    z-index: 2;
    right: 0;
    width: 217px;
    margin: 0 auto;
}

.cta-main:hover{
    color: black;
    background-color: #95c11f;    
    border-color: #95c11f;
}

.button-subscription{
    position: absolute;
    top: 70px;
    right: 15px;
    padding: 0 ;
    margin-top: 0 ;
    background-color: white;
    color: black;
    min-width: 200px;
}
.button-subscription:hover{
    background-color: rgba(0,0,0,0);
    color: white;
}
.component-wrapper .btn-green{
    max-width: 350px;
}
.btn-green{
    margin: 10px 30px 20px 0;
    color: #95c11f ;
    /* display: block; */
    font-family: Work Sans;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
    background-color: rgba(252,252,25,0);
    border-radius: 50px;
    border: 2px solid #95c11f;
    /*padding: 10px 18px;*/
    padding: 13px 50px;
    /* width: 330px; */
    float: left;
    text-align: center;
    line-height: 20px;
    min-height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-green:hover{
    color: white ;
    background-color: #95c11f;
}
.destak-image{
    position: relative;
    float: right;
    top: -600px;
    width: 500px;
    margin-bottom: -600px;
}
.product-image-wrapper-left{
    position: relative;
    float: right;
    right: -15%;
    top: 5vw;
    margin-bottom: -800px;
    /* width: 16vw; */
    max-width: 16vw;
}
.image-right-wrapper,
.image-left-wrapper{
    height: 100%;
    padding: 0 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-right.custom-projects{
    background-image: url(../images/customprojects.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75%;
}
.image-left.installation{
    background-image: url(../images/installation.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75%;
}
.image-right.service{
    background-image: url(../images/service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75%;
}
.product-image-wrapper-right{
    color: white ;
    background-color: #95c11f;
}
.destak-image{
    position: relative;
    float: right;
    top: -600px;
    width: 500px;
    margin-bottom: -600px;
}
.product-image-wrapper-left{
    position: relative;
    float: right;
    right: -15%;

    position: relative;
    float: left;
    left: -15%;
    top: -21vw;
    margin-bottom: -800px;
    /* width: 18vw; */
    max-width: 16vw;
}
.product-image-wrapper-right img,
.product-image-wrapper-left img,
.destak-image-left img,
.destak-image img{
    box-shadow: 0px 0px 15px rgba(0,0,0,.25)
}

.left-container{
    width: 43%;
    float: left;
    margin-right: 7%;

}
.right-container{
    width: 43%;
    float: left;
    margin-left: 7%;
}

.product-dobble{
    width: 80%;
    margin: auto;
    margin-top: 65px;
}
.ml-35{
    margin-left: 35%;
}
.ml85{
    margin-left: 85px ;
}
.m50{
    margin: 50px auto;
}
.mt100{
    margin-top: 100px;
}
.mtb100{
    margin: 100px 0 ;
}
.mb100{
    margin-bottom: 100px;
}
.mb65{
    margin-bottom: 65px ;
}
.mb50{
    margin-bottom: 50px ;
}
.width100{
    width: 100% ;
}
.no-padding{
    padding: 0 ;
}
.top-wrapper{
    width: 80%;
    margin: 100px auto;
}
.middle-wrapper{
    width: 80%;
    margin: auto;
}
.waste-detail-wrapper{
    margin:  30px auto 0;
}
.splitter{
    margin: 0 15px;
}
.parent-breadcrums,
.splitter,
.parent-breadcrums a{
    font-family: VAG-Light;
    font-size: 48px;
    color: #CCCCCC;
    float: left;
    letter-spacing: 3px;
}
.child-breadcrums{
    font-family: VAG-Bold;
    font-size: 48px;
    color: #575756;
    float: left;    
    letter-spacing: 3px;
}

.btn-read_more{
    cursor: pointer;
    font-size: 18px;
    font-family: Work Sans;
    font-weight: 700;
    font-family: Work Sans;
    color: #95c11f ;
}
#text-read-more{
    display: none;
}
.product-text-wrapper p{
    line-height: 1.5 
}
.product-text-wrapper{    
    margin: 10px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #222;
}
.specs_description{
    float: left; 
    margin-left: 5% ; 
    width: 60%;
    color: #95989A;
    display: flex; 
    justify-content: center;
    flex-direction: column; 
    margin-bottom: 0 ;
    height: 75px;
}
.specs_wrapper{
    height: 75px;
    margin-bottom: 10px;
}
.img-specs{
    width: 75px;
    float: left;
}

.icons-wrapper{
    margin: 35px auto;
}
.icon-rotate{
    width: 100%;
    max-width: 600px;
}
.icon-rotate img{
    width: 100px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.product-image{
    width: 100%;
    float: right;
}
/*.collapsible-panel-wrapper{
    margin-bottom: 50px;
}*/

.collapsible-panel {
    background-color: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1.5px #e6e6e6;
}

.collapsible-panel span {
    font-size: 24px;
    color: gray;
    font-family: VAG-Bold;
    letter-spacing: 3px;
}
.collapsible-panel p.size-default {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.size-default{
    width: 80%;
    margin: 0 auto ;
}
.collapsible-button {
    float: right;
    width: 15px;
    margin-right: 15px;
    transform: rotate(0deg);
    transition-duration: 500ms;
    margin-top: .3vw;
}
.collapsible-panel.active .collapsible-button{
    transform: rotate(180deg);
}
.tecnic-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 30vw ;
    background-color: #bdbdbd;
}
.policy-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 5vw ;
}
.component-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 12vw ;
    margin-bottom: 20px;
}
.video {    
    padding: 0 ;
}
.collapsible-text{
    display: none;
    margin-bottom: -5px;
    height: auto;
    padding: 25px 0;
    background-color: #f2f2f2;
}

.collapsible-text iframe {
    width: 100%;
    height: 550px;
}

.btn-download{
    margin-top: 50px;
    color: #bdbdbd;
    font-family: Work Sans;
    font-weight: 500;
    display: block;
    margin: 25px auto 0px;
    font-size: 14px;
    letter-spacing: 3px;
    background-color: rgba(65,192,240,0);
    border-radius: 50px;
    border: 2px solid #bdbdbd;
    padding: 0.7vw 2vw;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    min-height: 48px;
    min-width: 148px;
}
.btn-download:hover{    
    background-color: #bdbdbd;
    color: white;
}


/* ABOUT PAGE */

.coorporative-video{
    height: 800px;
}
.coorporative-video iframe{
    height: 800px;
    width: 100%;
}
.intro-about p{
    line-height: 30px ;
}
.intro-about{
    background-color: #F2F2F2;
    width: 80%;
    margin: 100px auto;
}
.about-title{
    color: #95c11f;
    text-align: center;
    margin: 30px 0;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Scrollbar styles 
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    border: 1px solid #95c11f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #95c11f;  
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #95c11f;  
}*/

/*.timeline{
    height: 70vh;
    overflow-y: auto;
}*/
.timeline p{
    font-family: Work Sans;
    font-size: 16px;
    text-align: center;
}

.timeline ul {
    color: #fff;
    background: #fff;
    padding: 0 0 130px;
}

.timeline ul li:first-child {
    background: linear-gradient(white, #707070);
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 15px;
    margin: 0 auto;
    background: #707070;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #707070;
}

.timeline ul li .text-timeline{
    font-family: Work Sans;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.timeline img {
    width: 25vh;
    float: left;
}
.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 39vw;
    min-height: 270px;
    padding: 25px 15px;
    background: #95C11F;
}
.timeline ul li div b {
    float: right;
    position: absolute;
    top: 44%;
    right: -15vw;
    color: #707070;
    font-family: VAG-Bold;
    font-size: 32px;
    text-align: center;
}
.timeline ul li div b span{
    color: #95C11F;
}

.timeline ul li:nth-last-child(1) div{
    margin-bottom: 100px;
}
.timeline ul li:nth-child(odd) div {
    left: 2.8vw;
}


.timeline ul li:nth-child(odd) div{
    background: #40BEEE;
    position: relative;
    width: 39vw;
    bottom: 0;
    min-height: 270px;
    /*padding: 15px;*/
}
.timeline ul li:nth-child(odd) div b{
    position: absolute;
    top: 44%;
    right: 0;
    left: -65vw;
    color: #707070;
    font-family: VAG-Bold;
    font-size: 32px;
    text-align: center;
}
.timeline ul li:nth-child(odd) div b span{
    color: #40BEEE;
}
.timeline ul li:nth-child(odd).in-view::after {
    background: #40BEEE;
    border: 5px solid #fff;
}

.timeline ul li:nth-child(even) div {
    left: -41vw;
}

time {
    display: block;
    font-family: VAG-Bold ;
    font-size: 28px ;
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #8AB21E;
    border: 5px solid #fff;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
    top: 110px;
    transform: none;
    visibility: visible;
    opacity: 1;
    border-radius: 10px;
}

.text-timeline p{
    text-align: left;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}


/* NEWS PAGE */

.news-wrapper{
    width: 80%;
    margin: 150px auto 50px;
}
.news-wrapper .breadcrums-wrapper{
    margin-bottom: 50px;
}
.media-wrapper{
    width: 80%;
    margin: 150px auto 50px;
}
.media-wrapper .breadcrums-wrapper{
    margin-bottom: 50px;
}
.wrapper-text-media-big p{
    font-size: 18px;
    font-family: Work Sans;
    color:#707070;
}
.wrapper-text-media,
.wrapper-text-media-big{
    padding: 50px;
    background-color: white;
}
.wrapper-text-media{
    height: 300px;
    overflow: hidden;
}
.wrapper-text-media-big span,
.wrapper-text-media span{
    font-size: 18px;
    font-family: Work Sans;
    font-weight: 700;
    color:#575756;
}
.wrapper-text-media .title{
    margin: 30px 0;
    font-size: 36px;
    font-family: VAG-Bold;
    color:#575756;
}
.wrapper-text-media-big .title{
    margin: 30px 0 50px;
    font-size: 36px;
    font-family: VAG-Bold;
    color:#575756;
}

.wrapper-text-media p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 30px;
    color:#707070;
}
.size-default ul .boxes-display:nth-of-type(odd),
.media-wrapper ul .boxes-display:nth-of-type(odd){
    margin-right: 8% ;
    margin-bottom: 50px;
}

.news-wrapper ul .boxes-display:nth-of-type(odd){
    padding-right: 50px ;
    margin-bottom: 50px;
}
.news-wrapper ul .boxes-display:nth-of-type(even){
    padding-left: 50px ;
    margin-bottom: 50px;
}
.size-default ul .boxes-display:nth-of-type(even),
.media-wrapper ul .boxes-display:nth-of-type(even){
    /*margin-left: 8% ;*/
    margin-bottom: 50px;
}
.wrapper-image-media-big{
    margin-bottom: 50px;
}
.album-description{
    position: absolute;
    top: 0;
    padding: 30px;
    background-color: rgba(0,0,0,0.25);
    height: 100%;
    width: 100%;
    color: #fff ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.album-description span{
    margin: 50px 0;
    font-size: 18px;
    font-family: Work Sans;
    font-weight: 700;
}
.album-description .title{
    margin: 50px 0 30px;
    font-size: 36px;
    font-family: VAG-Bold;
    letter-spacing: 3px;
}
.album-description .subtitle{
    margin: 0;
    font-size: 18px;
    font-family: Work Sans;
    font-weight: 700;
}
.album-type{
    margin-bottom: 25px;
    font-family: VAG-Bold;
    font-size: 36px;
}

.img-gallery-no-display{
    display: none;
}




/* Contacts Page */

.contacts-wrapper{
    width: 80%;
    margin: 70px auto;
    min-height: 700px;
}
.contact-form-wrapper{
    width: 80%;
    margin: 70px auto;
    min-height: 700px;
}
.map-wrapper{
    width: 70%;
    height: 100%;
    float: left;
}
.information-contact{
    float: left;
    width: 30%;
    background-color: #656565;
    height: 700px;
    padding: 70px 50px;
}
.contacts-title{
    font-family: VAG-Bold;
    color: white;
    font-size: 36px;
    margin-bottom: 50px;
}
.information-contact .button-map{
    font-family: Work Sans;
    font-size: 18px;
    color: white ;
    font-weight: 700;
    cursor: pointer;
    max-height: 75px;
    margin-bottom: 5%;
}
.information-contact .button-map img{
    width: 13%;
    margin-right: 5%;
    float: left;
}
.information-contact .button-map p{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    height: 60px;
    float: left;
}

.contact-description-wrapper{
    background-color: white;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
    float: left;
    position: relative;
    top: 100px;
    margin-bottom: -600px;
}
.contact-form{
    background-color: white;
    min-height: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    background-color:  #656565; 
    float: left;
    width: 45%;
}
.contact-description {
    margin: 100px;
    color:#575756;
}
.contact-title{
    letter-spacing: 4px;
    width: 101%;
}

.contact-intro-text{
    margin-top: 30px;
    width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;  
}
.form-wrapper{
    margin: 50px 100px;
}
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
input[type="file"], 
textarea{
    width: 100%;
    border: 2px solid white ;
    background-color: rgba(255,255,255,0);
    border-radius: 30px ;
    padding: 0 20px ;
    font-family: Work Sans ;
    font-size: 18px ;
    line-height: inherit ;
    color: #fff ;
    display: block ;
    outline: 0;
    min-height: 48px;
    margin: 20px 0 40px ;
}
textarea{
    overflow-x: hidden ;
    padding-top: 20px ;
}
select{
    width: 100%;
    border: 2px solid white ;
    background-color: #656565 ;
    border-radius: 30px ;
    padding: .7vw 1vw ;
    font-family: Work Sans ;
    font-size: 18px ;
    min-height: 48px ;
    font-style: italic ;
    line-height: inherit ;
    color: #fff ;
    display: block ;
    outline: 0;
    margin: 20px 0 40px ;
}
.selectdiv:after {
    /*    content: '\25BC';
        color: white;
        margin-left: 435px;
        margin-top: -85px;
        height: 50px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;*/
    content: '\25BC';
    color: white;
    /* margin-left: 435px; */
    /* margin-top: -85px; */
    height: 50px;
    top: -72px;
    right: 20px;
    /* left: 0; */
    float: right;
    /* padding: 15px 0px 0px 8px; */
    position: relative;
    pointer-events: none;
}


textarea{
    min-height: 106px;
    resize: vertical; 
}

.btn-send{
    margin-top: 20px;
    color: #656565;
    background-color: white;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 50px;
    border: 2px solid white;
    padding: 0.7vw 2vw;
    min-width: 175px;
    min-height: 48px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    float: right;
}
.btn-send:hover{
    color: white;
    background-color: rgba(65,192,240,0);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
:-ms-input-placeholder { /* IE 10+ */
    color: white;
}
:-moz-placeholder { /* Firefox 18- */
    color: white;
}
.form-wrapper label{
    font-family: Work Sans;
    font-size: 18px;
    color: white;
}


/* LEVEL PAGE */


.inphographic-part-1,
.inphographic-part-3{
    background-color: #B4E0F0;
}
.inphographic-part-2{
    border-top: 8px solid #737373;
    background-color: #575756;
}
.inphographic-access{
    border-bottom: 8px solid #737373;
    background-color: #F2F2F2;
}
.inphographic-access2{
    width: 80%;
    margin: auto;
    min-height: 700px;
    padding: 100px 0;
    position: relative;
}
.inphographic-part-3{
    border-bottom: 8px solid #737373;
}
.inphographic-part-4{
    margin-bottom: 30px;
}
.wrapper-inphographic1{
    width: 80%;
    margin: auto;
    min-height: 400px;
    padding: 100px 0;
    position: relative;
}
.wrapper-inphographic2{
    width: 80%;
    margin: auto;
    min-height: 550px;
    padding: 100px 0;
    position: relative;
}

.wrapper-inphographic5,
.wrapper-inphographic3{
    width: 80%;
    margin: auto;
    min-height: 400px;
    padding: 100px 0;
    position: relative;
}
.wrapper-inphographic6,
.wrapper-inphographic5,
.wrapper-inphographic4{
    width: 80%;
    margin: auto;
    min-height: 340px;
    padding: 100px 0;
    position: relative;
}
.wrapper-inphographic8,
.wrapper-inphographic7{
    width: 80%;
    margin: auto;
    min-height: 300px;
    padding: 100px 0;
    position: relative;
}
.level1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 5%;
    max-width: 250px;
    margin: 0 auto;
}
.level2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 450px;
    margin: 0 auto;
}
.level-desc{
    position: absolute;
    top: 25%;
    left: 30%;
    right: 0;
    max-width: 450px;
    margin: 0 auto;
}
.level3{
    position: absolute;
    top: -2.5vw;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: 0 auto;
}
.level4{
    position: absolute;
    top: 2vh;
    left: 0;
    right: 0;
    max-width: 320px;
    margin: 0 auto;
}
.level5{
    position: absolute;
    top: 0;
    left: 0;
    right: 10%;
    max-width: 630px;
    margin: 0 auto;
}
.level8,
.level6{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
}
.level8{
    top: 10vh;
}
.level7{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.level9{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
}
.level10{
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
}
.level11{
    position: absolute;
    top: 40%;
    left: 60%;
    right: 0;
    max-width: 230px;
    margin: 0 auto;
}

.wrapper-inphographic9{
    width: 80%;
    margin: auto;
    min-height: 400px;
    padding: 30px 0;
    position: relative;
}

.cta-wrapper-wastesystems{
    background-image: url(../images/Sotkon_wasteSystemsBrochure.jpg);
    min-height: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wrapper-level{
    background-image: url(../images/ImgDownloadBrochura.jpg);
    min-height: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wrapper-payt{
    background-image: url(../images/ImgDownloadBrochuraPAYT.png);
    min-height: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wrapper-access{
    background-image: url(../images/ImgDownloadBrochuraAccess.png);
    min-height: 260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wrapper-wastesystems .title,
.cta-wrapper-access .title,
.cta-wrapper-payt .title,
.cta-wrapper-level .title{
    text-align: center;
    font-family: VAG-Bold;
    color: white;
    font-size: 36px;
}
.before-inphographic{
    margin: 50px 0;
}
.before-inphographic .title{
    text-align: center;
    font-family: VAG-Bold;
    color: black;
    font-size: 36px;
}
.access2{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
}
.access3{
    position: absolute;
    top: 30%;
    left: 20%;
    right: 0;
    max-width: 100px;
    margin: 0 auto;
}
.access4{
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
}
.access5{
    position: absolute;
    top: 1vh;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: 0 auto;
}
.access6{
    position: absolute;
    top: 15vh;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
}
.access7{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
}
.access8{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 960px;
    margin: 0 auto;
}
.access9{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
}
.access10{
    position: absolute;
    top: 25%;
    left: 40%;
    right: 0;
    max-width: 290px;
    margin: 0 auto;
}
.access-desc{
    position: absolute;
    top: -25%;
    left: 45%;
    right: 0;
    max-width: 540px;
    margin: 0 auto;
}


/* END LEVEL PAGE */




@media(min-width: 2000px){
    .product-image-wrapper-left{
        right: -15%;
        top: 3vw;
        max-width: 15vw;
    }
    .product-image-wrapper-right{
        left: -15%;
        top: -18vw;
        max-width: 15vw;
    }
    .right-container .product-title {
        width: 100%;
    }

    .advantages .destak-image-left,
    .concept .destak-image-left{
        top: -600px;
    }
}
@media(min-width: 1500px) and (max-width: 1920px){
    .main-content-wrapper{
        height: 700px;
    }
    .flexslider li img{
        height: 95vh ;
    }
    .right-container .product-title {
        width: 115%;
    }
    .right-container .product-intro-text {
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
    }
    .left-container .product-title{
        width: 83%;
    }
    /* ABOUT US */
    .timeline{
        overflow: hidden;
    }
    .timeline ul li div,
    .timeline ul li:nth-child(odd) div{
        width: 45vw;
    }
    .timeline ul li.in-view div{
        top: 140px;
    }
    .timeline ul li:nth-child(even) div{
        left: -47vw;
    }
    .concept .destak-image-left{
        top: -700px;
    }
    .product-main-wrapper-destak-right .product-description-wrapper {
        margin-left: 32%;
    }

    .slogan{
        font-size: 21px ;
    }
    .product-main-wrapper-destak-right .product-intro-text{
        width: 100% ;
    }
    .product-destak-wrapper .product-intro-text,
    .product-destak-wrapper .product-title {
        width: 70%;
    }
    /*concept*/
    .advantages .destak-image-left,
    .wastesystems .destak-image-left,
    .concept .destak-image-left{
        top: -600px;
    }

}

@media(min-width: 1366px) and (max-width: 1499px){
    .product-image .ts_holder{
        -ms-transform: scale(0.8, 0.8); /* IE 9 */
        -webkit-transform: scale(0.8, 0.8); /* Safari */
        transform: scale(0.8, 0.8);
    }

    .dopelessrotate .ts_holder{
        top: -50px;
        left: -50px;
    }
    h1{
        font-size: 55px ;
    }
    h2{
        font-size: 34px ;
    }
    h3{
        font-size: 20px ;
    }
    p{
        font-size: 16px ;
    }

    /* MAINPAGE */
    .cta-main{
        top: 400px;
    }
    .button-subscription{
        min-width: 150px;
        padding: 0 15px ;
    }
    .sitemap-wrapper, 
    .sitemap-open-wrapper, 
    .subscription-wrapper{
        margin-left: 0;
    }
    .main-footer .col-md-3{
        width: 22% ;
    }
    .main-footer .col-md-1{
        width: 11% ;
    }
    .img-mainpage-product{
        margin-top: 75px;
    }
    .main-content-wrapper{
        height: 650px;
    }
    .flex-control-nav {
        bottom: auto;
    }
    .slogan-banner {
        top: 40vh;
        /*bottom: 25vh;*/
    }
    .bin-banner{
        top: 505px;
        /*bottom: 26vh;*/
    }
    .flexslider li img{
        height: 790px ;
    }
    .flexslider {
        height: 790px;
        /*height: 74vh;*/
    }

    /* ABOUT US */
    .timeline{
        overflow: hidden;
    }
    .timeline ul li div,
    .timeline ul li:nth-child(odd) div{
        width: 45vw;
    }
    .timeline ul li.in-view div{
        top: 140px;
    }
    .timeline ul li:nth-child(even) div{
        left: -47vw;
    }
    .product-main-wrapper-destak-right .product-description-wrapper {
        margin-left: 37%;
    }
    .product-destak-wrapper .product-intro-text,
    .product-destak-wrapper .product-title {
        /* width: 100%; */
        width: 65%;
    }
    .bottom-destak{
        padding: 40px;
    }
    .product-main-wrapper-destak-right .product-intro-text{
        width: 100% ;
    }
    .advantages .btn-wrapper{
        width: 65%;
    }


    /* Intelligent Systems */
    .access8{
        max-width: 870px;
    }
}
@media(min-width: 1024px) and (max-width: 1365px){
    .product-image .ts_holder{
        -ms-transform: scale(0.6, 0.6); /* IE 9 */
        -webkit-transform: scale(0.6, 0.6); /* Safari */
        transform: scale(0.6, 0.6);
    }
    .dopelessrotate .ts_holder{
        top: -110px;
        left: -110px;
    }

    .form-wrapper {
        margin: 150px 50px;
    }
    h1{
        font-size: 55px ;
    }
    h2{
        font-size: 38px ;
    }
    h3{
        font-size: 20px ;
    }
    p{
        font-size: 18px ;
    }

    /* MAINPAGE */
    .main-footer .col-md-1,
    .main-footer .col-md-2{
        width: 21% ;
    }

    .main-footer .col-md-3{
        width: 37% ;
    }
    .main-footer .col-md-4{
        margin-top: 20px;
        width: 100% ;
    }

    .flexslider,
    .page-waste-banner,
    .page-advantages-banner,
    .page-contacts-banner,
    .page-videos-banner,
    .page-news-banner,
    .page-photos-banner,
    .page-concept-banner,
    .page-about-banner,
    .page-services-banner,
    .page-intake-banner,
    .page-intelligentsystems-banner,
    .page-integra-banner,
    .page-kaio-banner,
    .page-apto-banner,
    .page-diamond-banner,
    .page-evos-banner,
    .page-ikon-banner,
    .page-ikonic-banner,
    .page-koncept-banner,
    .page-max-banner,
    .page-orion-banner,
    .page-qubus-banner,
    .page-qubusE-banner,
    .page-retro-banner,
    .page-wido-banner{
        height: 600px;
    }
    .cta-main{
        top: 330px;
    }
    .bin-banner {
        width: 125px;
        top: 394px;
    }
    .slogan-banner{
        bottom: 40vh;
    }
    .flexslider li img{
        width: 100% ;
    }
    .flexslider li h1{
        margin-top: 0px;
    }
    .flex-control-nav{
        bottom: 2vh;
    }
    .mainpage-wrapper .mainpage-itens:nth-of-type(even),
    .mainpage-wrapper .mainpage-itens:nth-of-type(odd){
        /*padding: 0;*/
        margin-bottom: 25px;
    }
    .btn-wrapper{
        width: 0;
        padding: 15px 40px;
    }
    .main-content-wrapper.slider img{
        width: 260px;
    }
    .main-content-wrapper.white:not(.slider){
        min-height: 500px;
    }
    .mainpage-wrapper a{
        width: 100%;
    }
    .main-content-wrapper{
        height: 650px;
        padding: 30px;
    }
    .img-mainpage-product{
        margin-top: 100px;
    }
    .center-vertically{
        min-height: 480px ;
    }
    .main-content-wrapper.white.slider .button-slider{
        bottom: 0px;
    }
    .main-content-wrapper.slider{
        padding: 30px;
    }
    .sitemap-wrapper, 
    .sitemap-open-wrapper, 
    .subscription-wrapper{
        margin-left: 0;
    }
    .slogan{
        width: 140px;
        font-size: 21px ;
        margin-right: 0 ;
    }
    .logo-footer {
        width: 100%;
    }
    .button-subscription{
        /*        position: inherit;
                width: 100%;*/
    }
    .subscription-footer input[type="email"]{
        margin-bottom: 0px ;
    }
    .social-wrapper img{
        margin-right: 30px;
    }
    .center-div{
        text-align: center;
    }
    .flexslider-product .main-text{
        width: 100%;
    }
    .button-slider.right{
        width: 100% ;
        min-width: 0;
        padding: 15px 5px;
    }
    .main-content-wrapper.white .button-slider{
        bottom: -20px;
    }
    .main-content-wrapper .btn-wrapper{
        min-width: 0;
        max-width: 260px;
        width: 100%;
    }
    .flexslider-product li.clone, 
    .flexslider-product li.flex-active-slide {
        min-height: 540px;
    }
    .language-switch{
        margin-top: 25px;
    }
    .burger-menu-wrapper a{
        /*        max-width: 80%;
                line-height: 18px;*/
    }
    .flexslider-product li h2 {
        font-size: 32px ;
    }

    /* ABOUT US */

    .product-description-wrapper{
        margin: 10% ;
    }
    .product-main-wrapper-destak,
    .product-main-wrapper-destak-right{
        width: 100%;
    }
    .product-destak-wrapper .product-intro-text, 
    .product-destak-wrapper .product-title{
        width: 100%;
    }
    .bottom-destak-left{
        width: 100%;
        padding: 40px 0;
    }
    .destak-image,
    .destak-image-left{
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0 20%;
    }
    .product-intro-text{
        -webkit-line-clamp:25;
    }
    .timeline img{
        /*display: none;*/
    }
    .timeline ul li.in-view div{
        top: 170px;
        margin-left: 15px;
    }
    .timeline ul li div,
    .timeline ul li:nth-child(odd) div{
        width: 85vw;
        padding: 50px 20px;
    }
    .timeline ul li{
        margin: 0 20px;
    }
    .timeline ul li:nth-child(even) div,
    .timeline ul li:nth-child(odd) div{
        left: 2.8vw;
    }
    .timeline{
        overflow: hidden;
    }
    .bottom-destak-left h4{
        font-size: 34px ;
    }

    /* concept */ 
    .bottom-destak,
    .bottom-destak-right {
        width: 100%;
        min-height: 400px;
        padding: 40px;
    }
    .advantages .destak-image,
    .advantages .destak-image-left,
    .concept .destak-image,
    .concept .destak-image-left {
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0 20%;
    }
    .second-label,
    .third-label,
    .first-label{
        font-size: 18px ;
    }
    .btn-wrapper.download-brochure{
        padding: 15px 20px;
    }
    #my_hotspot{
        width: 100% ;
        height: auto ;
    }
    .advantages .btn-wrapper{
        width: 70%;
    }


    /* intelligent systems */

    .level11{
        top: 80%;
    }
    .access8 {
        top: 10%;
    }
    .inphographic-access2{
        padding: 0;
    }

    /* news */

    .wrapper-text-media .title{
        font-size: 24px;
    }
    /*    .wrapper-text-media{
            height: 40vw;
        }*/
}

@media(min-width: 992px) and (max-width: 1140px){
    .product-image .ts_holder{
        -ms-transform: scale(0.8, 0.8); /* IE 9 */
        -webkit-transform: scale(0.8, 0.8); /* Safari */
        transform: scale(0.8, 0.8);
        top: -60px;
        left: -130px;
    }
}
@media(min-width: 769px) and (max-width: 1023px){
    /*        .product-image .ts_holder,
            .product-image .loading_bg,
            .product-image .zoomload_bg {
                -ms-transform: scale(0.95, 0.95);  IE 9 
                -webkit-transform: scale(0.95, 0.95);  Safari 
                transform: scale(0.95, 0.95);
            }*/
    .information-contact{
        width: 100%;
        height: auto;
    }
    .map-wrapper{
        width: 100%;
    }
    .contact-description-wrapper {
        min-height: 700px;
        width: 100%;
        margin-top: 100px;
        top: 0;
        margin-bottom: 0;
    }
    .contact-form {
        min-height: 1000px;
        width: 100%;
    }


    h1{
        font-size: 48px ;
    }
    h2{
        font-size: 28px ;
    }
    h3{
        font-size: 20px ;
    }
    p{
        font-size: 16px ;
    }

    /* MAINPAGE */
    .cta-main{
        /*top: 54vh;*/
        top: 320px;
    }
    .flexslider,
    .page-waste-banner,
    .page-advantages-banner,
    .page-contacts-banner,
    .page-videos-banner,
    .page-news-banner,
    .page-photos-banner,
    .page-concept-banner,
    .page-about-banner,
    .page-services-banner,
    .page-intake-banner,
    .page-intelligentsystems-banner,
    .page-integra-banner,
    .page-kaio-banner,
    .page-apto-banner,
    .page-diamond-banner,
    .page-evos-banner,
    .page-ikon-banner,
    .page-ikonic-banner,
    .page-koncept-banner,
    .page-max-banner,
    .page-orion-banner,
    .page-qubus-banner,
    .page-qubusE-banner,
    .page-retro-banner,
    .page-wido-banner{
        height: 600px;
    }
    .bin-banner {
        width: 14%;
        top: 415px;
        bottom: auto;
    }
    .flexslider li img{
        width: 150% ;
    }
    .slogan-banner{
        top: 500px;
    }
    .flexslider li h1{
        margin-top: 20px;
    }
    .flex-control-nav{
        top: 550px;
        /*display: none;*/
    }
    .mainpage-wrapper .mainpage-itens:nth-of-type(even),
    .mainpage-wrapper .mainpage-itens:nth-of-type(odd){
        padding: 0;
        margin-bottom: 25px;
    }
    .btn-wrapper{
        width: 0;
        padding: 15px 40px;
    }
    .main-content-wrapper.white:not(.slider){
        min-height: 800px;
    }
    .mainpage-wrapper a{
        width: 100%;
    }
    .main-content-wrapper{
        height: 550px;
        padding: 30px;
    }
    .img-mainpage-product{
        margin-top: 50px;
    }
    .center-vertically{
        min-height: 400px ;
    }
    .main-content-wrapper.white.slider .button-slider{
        bottom: 0px;
    }
    .main-content-wrapper.slider{
        padding: 30px;
    }
    .slogan{
        width: 140px;
    }
    .sitemap-wrapper, 
    .sitemap-open-wrapper, 
    .subscription-wrapper{
        margin-left: 0;
    }
    .button-subscription{
        position: inherit;
        width: 100%;
    }
    .subscription-footer input[type="email"]{
        margin-bottom: 0px ;
    }
    .social-wrapper img{
        margin-right: 30px;
    }
    .center-div{
        text-align: center;
    }
    .flexslider-product .main-text{
        width: 100%;
    }
    .button-slider.right{
        width: 100% ;
        min-width: 0;
        padding: 15px 5px;
    }
    .main-content-wrapper.white .button-slider{
        /*bottom: -20px;*/
    }
    .main-content-wrapper .btn-wrapper{
        min-width: 0;
        max-width: 260px;
        width: 100%;
    }
    .flexslider-product li.clone, 
    .flexslider-product li.flex-active-slide {
        min-height: 540px;
    }
    .language-switch{
        margin-top: 25px;
    }
    .burger-menu-wrapper a{
        /*        max-width: 80%;
                line-height: 18px;*/
    }
    .flexslider-product li h2 {
        font-size: 32px ;
    }

    /* ABOUT US */

    .product-description-wrapper{
        margin: 10% ;
    }
    .product-main-wrapper-destak,
    .product-main-wrapper-destak-right{
        width: 100%;
    }
    .product-destak-wrapper .product-intro-text, 
    .product-destak-wrapper .product-title{
        width: 100%;
    }
    .bottom-destak-left{
        width: 100%;
        padding: 40px 0;
    }
    .destak-image,
    .destak-image-left{
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        /*padding: 0 10%*/
    }
    .product-intro-text{
        -webkit-line-clamp:25;
    }
    .timeline img{
        display: none;
    }
    .timeline ul li.in-view div{
        margin-left: 15px;
    }
    .timeline ul li div,
    .timeline ul li:nth-child(odd) div{
        width: 85vw;
        padding: 50px 20px;
    }
    .timeline ul li{
        margin: 0 20px;
    }
    .timeline ul li:nth-child(even) div,
    .timeline ul li:nth-child(odd) div{
        left: 2.8vw;
    }
    .timeline{
        overflow: hidden;
    }
    .bottom-destak-left h4{
        font-size: 34px ;
    }

    /*concept */


    .bottom-destak,
    .bottom-destak-right {
        width: 100%;
        min-height: 400px;
        padding: 40px;
    }
    .advantages .destak-image,
    .advantages .destak-image-left,
    .concept .destak-image,
    .concept .destak-image-left {
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0 20%;
    }
    .second-label,
    .third-label,
    .first-label{
        font-size: 18px ;
    }
    .btn-wrapper.download-brochure{
        padding: 15px 20px;
    }
    #my_hotspot{
        width: 100% ;
        height: auto ;
    }
    .advantages .btn-wrapper{
        width: 85%;
    }
    .media-wrapper ul .boxes-display:nth-of-type(odd){
        margin-right: 0px ;
    }
    /* news */

    .news-wrapper ul .boxes-display:nth-of-type(odd) {
        padding-right: 15px ;
    }
    .news-wrapper ul .boxes-display:nth-of-type(even) {
        padding-left: 15px ;
    }

    .wrapper-text-media .title{
        font-size: 23px;
    }
}
@media(min-width:479px) and (max-width: 768px){
    .flexslider,
    .page-waste-banner,
    .page-advantages-banner,
    .page-contacts-banner,
    .page-videos-banner,
    .page-news-banner,
    .page-photos-banner,
    .page-concept-banner,
    .page-about-banner,
    .page-services-banner,
    .page-intake-banner,
    .page-intelligentsystems-banner,
    .page-integra-banner,
    .page-kaio-banner,
    .page-apto-banner,
    .page-diamond-banner,
    .page-evos-banner,
    .page-ikon-banner,
    .page-ikonic-banner,
    .page-koncept-banner,
    .page-max-banner,
    .page-orion-banner,
    .page-qubus-banner,
    .page-qubusE-banner,
    .page-retro-banner,
    .page-wido-banner{
        height: 600px;
    }
    .bin-banner {
        width: 14%;
        top: 415px;
        bottom: auto;
    }
    .flexslider li img{
        width: 150% ;
    }
    .slogan-banner{
        top: 500px;
    }
    .flexslider li h1{
        margin-top: 20px;
    }
    .flex-control-nav{
        top: 480px;
        /*display: none;*/
    }
    .cta-main{
        /*top: 54vh;*/
        top: 320px ;
    }
}
@media(max-width: 768px){
    .product-image .ts_holder{
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -90px;
        left: -90px;
    }


    .information-contact{
        width: 100%;
        height: auto;
    }
    .map-wrapper{
        width: 100%;
    }
    .contact-description-wrapper {
        min-height: 700px;
        width: 100%;
        margin-top: 100px;
        top: 0;
        margin-bottom: 0;
    }
    .contact-form {
        min-height: 1000px;
        width: 100%;
    }

    input[type="text"], 
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"], 
    input[type="file"], 
    textarea,
    select{
        font-size: 14px ;
    }
    .contact-intro-text {
        -webkit-line-clamp: 17;
    }
    .contact-description {
        margin: 40px 25px;
    }


    h1{
        font-size: 48px ;
    }
    h2{
        font-size: 36px ;
    }
    h3{
        font-size: 20px ;
    }
    p{
        font-size: 18px ;
        line-height: 1.3 ;
    }

    /* MAINPAGE */
    .cta-main{
        /*top: 47vh;*/
        top: 58vh;
    }
    .bin-banner {
        width: 110px;
        /*width: 35%;*/
        bottom: 5vh;
    }

    .flexslider li img{
        /*width: 375% ;*/
        width: 230% ;
    }
    .flexslider li h1{
        font-size: 32px ;
        /*margin-top: 100px;*/
        margin-top: 0px;

    }
    .flex-control-nav{
        bottom: 30px;
        /*display: none;*/
    }
    .mainpage-wrapper .mainpage-itens:nth-of-type(even),
    .mainpage-wrapper .mainpage-itens:nth-of-type(odd){
        padding: 0;
        margin-bottom: 25px;
    }
    .btn-wrapper{
        width: 0;
        padding: 15px 40px;
    }
    .mainpage-wrapper a{
        width: 100%;
    }
    .main-content-wrapper{
        height: 550px;
        padding: 30px;
    }
    .img-mainpage-product{
        margin-top: -5px;
    }
    .center-vertically{
        min-height: 400px ;
    }
    .main-content-wrapper.white.slider .button-slider{
        bottom: 0px;
    }
    .main-content-wrapper.slider{
        padding: 30px;
    }
    .slogan{
        width: 140px;
        margin-right: 30% ;
        font-size: 28px ;
    }
    .sitemap-wrapper, 
    .sitemap-open-wrapper, 
    .subscription-wrapper{
        margin-left: 0;
    }
    .button-subscription{
        position: inherit;
        width: 100%;
    }
    .subscription-footer input[type="email"]{
        margin-bottom: 0px ;
    }
    .social-wrapper img{
        margin-right: 30px;
    }
    .center-div{
        text-align: center;
    }
    .flexslider-product .main-text{
        width: 100%;
    }
    .button-slider.right{
        width: 100% ;
        min-width: 0;
        padding: 15px 5px;
    }
    .main-content-wrapper.white .button-slider{
        /*bottom: -20px;*/
    }
    .main-content-wrapper .btn-wrapper{
        min-width: 0;
        max-width: 260px;
        width: 100%;
    }
    .flexslider-product li.clone, 
    .flexslider-product li.flex-active-slide {
        min-height: 540px;
    }
    .language-switch{
        margin-top: 25px;
    }
    .burger-menu-wrapper a{
        width: 80%;
        /*        max-width: 80%;
                line-height: 18px;*/
    }
    .mt100{
        margin-top: 0;
    }
    #section4{
        margin-top: 25px;
    }
    .logo-footer{
        width: 70%;
    }
    .button-subscription{
        margin-top: 20px ;
    }
    /* ABOUT US */
    .timeline ul li.in-view div{
        top: 160px;
    }
    .intro-about p{
        line-height: 20px ;
    }
    .product-description-wrapper{
        margin: 10% ;
    }
    .product-main-wrapper-destak,
    .product-main-wrapper-destak-right{
        width: 100%;
    }
    .product-destak-wrapper .product-intro-text, 
    .product-destak-wrapper .product-title{
        width: 100%;
    }
    .bottom-destak-left{
        width: 100%;
        padding: 40px 0;
    }
    .destak-image,
    .destak-image-left{
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0 10%
    }
    .product-intro-text{
        -webkit-line-clamp:30;
    }
    .timeline img{
        display: none;
    }
    .timeline ul li.in-view div{
        margin-left: 15px;
    }
    .timeline ul li div,
    .timeline ul li:nth-child(odd) div{
        width: 85vw;
        padding: 70px 20px ;
    }
    .timeline ul li{
        margin: 0 20px;
    }
    .timeline ul li:nth-child(even) div,
    .timeline ul li:nth-child(odd) div{
        left: 2.8vw;
    }
    .timeline{
        overflow: hidden;
    }

    .bottom-destak-left h4{
        font-size: 34px ;
    }
    .bottom-destak-left ul {
        font-family: Work Sans;
        font-size: 14px;
        line-height: 22px ;
    }
    .product-description-wrapper br{
        display: none;
    }
    .timeline ul li div b{
        display: none;
    }

    /* concept */
    .second-label,
    .third-label,
    .first-label{
        font-size: 18px ;
    }
    .second-label{
        top: 20%;
        left: 1%;
    }
    .third-label{
        top: 20%;
        left: 34%;
    }
    .bottom-destak,
    .bottom-destak-right {
        width: 100%;
        min-height: 400px;
        padding: 40px;
    }
    .advantages .destak-image,
    .advantages .destak-image-left,
    .concept .destak-image,
    .concept .destak-image-left {
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0 10%;
    }
    .btn-wrapper.download-brochure{
        padding: 15px 20px;
    }
    #my_hotspot{
        width: 100% ;
        height: auto ;
    }
    .advantages .btn-wrapper{
        width: 85%;
    }

    /* wastesystems */ 

    .wastesystems .destak-image,
    .wastesystems .destak-image-left {
        width: 100%;
        padding: 0 10%;
    }


    .intake-wrapper{
        margin: 0 auto;
    }
    .intake-wrapper .col-md-4{
        margin-bottom: 50px;
    }
    /* media */


    .parent-breadcrums,
    .splitter,
    .parent-breadcrums a,
    .child-breadcrums{
        font-size: 36px;
    }
    .media-wrapper ul .boxes-display:nth-of-type(odd){
        margin-right: 0px ;
    }
    .album-description .title {
        margin: 35px 0 30px;
        font-size: 18px;
    }
    .album-description .subtitle {
        font-size: 12px;
    }
    /* ACCESS */

    .access-desc{
        left: 0;
        top: 40%;
    }
    .access3{
        left: auto;
    }
    .wrapper-inphographic6{
        padding-top: 230px;
        padding-bottom: 0;
    }
    .inphographic-access2{
        min-height: 450px;
    }
    .access8{
        top:15%;
    }
    .inphographic-access2{
        padding-top: 0;
    }
    .access10{
        left: 0;
    }
    .level11 {
        top: 80%;
        left: 0;
    }
    .level5 {
        top: 45%;
    }
    .level-desc {
        position: absolute;
        top: 60%;
        left: auto;
        right: 0;
    }
    .level6{
        top: 35%;
    }
    .wrapper-inphographic8{
        padding-top: 300px;
    }
    .level8 {
        top: 43vh;
    }

    /* NEWS */

    .wrapper-text-media, 
    .wrapper-text-media-big{
        padding: 25px;
        height: auto;
    }
    .wrapper-text-media-big span, 
    .wrapper-text-media span{
        font-size: 16px;
    }
    .wrapper-text-media-big .title,
    .wrapper-text-media .title{
        margin: 20px 0;
        font-size: 22px;
    }

    .news-wrapper ul .boxes-display:nth-of-type(odd) {
        padding-right: 15px ;
    }
    .news-wrapper ul .boxes-display:nth-of-type(even) {
        padding-left: 15px ;
    }
}
@media(max-width: 478px){
    .product-image .ts_holder{
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -50px;
        left: -50px;
    }
    .table{
        font-size: 12px;
    }
    .hotspot .hltitle{
        font-size: 16px;
    }
    .form-wrapper {
        margin: 50px 25px;
    }



    h1{
        font-size: 32px ;
    }
    h2{
        font-size: 22px  ;
    }
    h3{
        font-size: 18px  ;
    }
    p{
        font-size: 14px  ;
    }

    /* MAINPAGE */
    .cta-main{
        top: 50vh;
    }
    .bin-banner {
        width: 20%;
        /*bottom: 0;*/
        top: 76.5vh;
    }
    .flexslider li img{
        width: 305% ;
    }
    .flexslider li h1{
        margin-top: 100px;
    }
    .flex-control-nav{
        /*display: none;*/
    }
    .mainpage-wrapper .mainpage-itens:nth-of-type(even),
    .mainpage-wrapper .mainpage-itens:nth-of-type(odd){
        padding: 0;
        margin-bottom: 25px;
    }
    .btn-wrapper{
        width: 0;
        padding: 15px 20px;
    }
    .mainpage-wrapper a{
        width: 100%;
    }
    .main-content-wrapper{
        height: 550px;
        padding: 30px;
    }
    .img-mainpage-product{
        margin-top: 35px;
    }

    .center-vertically{
        min-height: 400px ;
    }
    .main-content-wrapper.white.slider .button-slider{
        bottom: 0px;
    }
    .main-content-wrapper.slider{
        padding: 30px;
    }
    .slogan{
        width: 140px;
    }
    .sitemap-wrapper, 
    .sitemap-open-wrapper, 
    .subscription-wrapper{
        margin-left: 0;
    }
    .button-subscription{
        position: inherit;
        width: 100%;
    }
    .subscription-footer input[type="email"]{
        margin-bottom: 0px ;
    }
    .social-wrapper img{
        margin-right: 30px;
    }
    .center-div{
        text-align: center;
    }
    .flexslider-product .main-text{
        width: 100%;
    }
    .button-slider.right{
        width: 100% ;
        min-width: 0;
        padding: 15px 5px;
    }
    .main-content-wrapper.white .button-slider{
        bottom: -20px;
    }
    .main-content-wrapper .btn-wrapper{
        min-width: 0;
        width: 100%;
    }
    .flexslider-product li.clone, 
    .flexslider-product li.flex-active-slide {
        min-height: 540px;
    }
    .language-switch{
        margin-top: 25px;
    }
    .burger-menu-wrapper a{
        /*        max-width: 80%;
                line-height: 18px;*/
    }
    .mt100{
        margin-top: 0;
    }
    #section4{
        margin-top: 25px;
    }
    header.large{
        height: 80px;
    }
    header.small{
        height: 65px;
    }
    header.small .logo-img{
        width: 130px;
    }
    .logo-img{
        margin-top: 2%;
        width: 150px;
    }
    /* ABOUT US */
    .coorporative-video {
        height: 216px;
    }
    .coorporative-video iframe {
        height: 215px;
        width: 100%;
    }
    .destak-image,
    .destak-image-left{
        margin: 0;
    }
    .destak-image,
    .destak-image-left{
        width: 100% ;
        height: 100% ;
        overflow: hidden;
        top: 0;
        margin: 0;
        padding: 0% ;
    }
    /* concept */
    .bottom-destak {
        width: 100%;
        padding: 20px 0;
    }    
    .bottom-destak.esquema{
        width: 100%;    
        min-height: 250px;
        padding: 40px;
    }
    .advantages .destak-image,
    .advantages .destak-image-left,
    .concept .destak-image,
    .concept .destak-image-left {
        width: 100%;
        padding: 0;
    }
    .second-label,
    .third-label,
    .first-label{
        font-size: 13px ;
    }
    .advantages .btn-wrapper{
        width: 100%;
    }
    .parent-breadcrums,
    .splitter,
    .parent-breadcrums a,
    .child-breadcrums{
        font-size: 32px;
    }
    /* installation */

    .bottom-destak-right {
        width: 100%;
        padding: 20px 0;
    }
    .bottom-destak h5,
    .bottom-destak-right h5{
        font-size: 21px ;
    }

    .level8 {
        top: 15vh;
    }
    .level11 {
        top: 50%;
        left: 0;
    }

}