@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

*{
    margin:0;
    padding:0;
    border:0;
}
body{
    width:100%;
    max-width: 2000px;
    margin:0 auto;
    font-family: 'Roboto', sans-serif;
    color: #002c3d;
}
p{
    margin:0;
}

.slider p{
    max-height:500px;
    overflow: hidden;
}
.slider p img{
    width:100%;
}
.ptw p{
    width:100%;
    padding:20px 0px;
    background-color:#aad375;
    text-align:center;
    color:#fff;
    font-size:3em;
    font-weight:300;
}

.cegunkrol h1, .cegunkrol h2{
    font-size:3em;
    font-weight: 300;
}

.cegunkrol .row{
    margin:100px auto;
}
.cegunkrol .text{
    width:50%;
    line-height: 30px;
    font-weight: 300;
    display:inline-block;
}
.cegunkrol .pic{
    width:80%;
    display:inline-block;
    max-height: 500px;
    float:right;
}
.cegunkrol .pic img{
    width:80%;
    margin-top:-200px;
    margin-left:250px;
    position:absolute;
    max-width:70%;
}
.cegunkrol .abtn{
    padding:10px 50px;
    text-decoration: none;
    color:#002c3d;
    margin-top:10px;
    background-color: #c3e09e;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s;
}
.cegunkrol .abtn:hover{
    background-color:rgb(195, 224, 158,0.8);
}
.content{
    overflow:hidden;
}
.btn{
    margin-top:40px;
}
.triangle2{
    width: 100%;
    height: 50px;
    background:linear-gradient(to bottom left,#b3c0c5 0%,#b3c0c5 50%,#a1b1b7 50%, #a1b1b7 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    border-bottom:3px solid #a1b1b7;
    color:transparent;
}
.triangle{
    width: 100%;
    height: 50px;
    background:linear-gradient(to top right,#b3c0c5 0%,#b3c0c5 50%,#a1b1b7 50%, #a1b1b7 100%);
    clip-path: polygon(0% 0, 0 100%, 100% 100%);
    border-top:3px solid #a1b1b7;
    color:transparent;
}
.triangle3{
    width: 100%;
    height: 30px;
    background:linear-gradient(to bottom right,#cce4ac 0%,#cce4ac 20%,#eef6e3 20%, #eef6e3 100%);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    color:transparent;
}

.garancia{
    background-color:#e6eaeb;
}
.garancia h1,.garancia h2{
    font-weight: 300;
    font-size: 3em;
}
.garancia .row{
    position: relative;
    padding-bottom: 80px;
}
.garancia .text{
    line-height: 30px;
    font-weight: 300;
}
.garancia .pic{
    overflow: hidden;
    z-index: -1;
    display:inline-block;
    max-height: 300px;
    margin-top:20px;
}
.garancia .pic img{
    width:100%;
}
.garancia .abtn{
    padding:15px 30px;
    text-decoration: none;
    color:#fff;
    margin-top:10px;
    background-color: #ee2f2c;
    font-weight: 700;
    border-radius: 5px;
    font-size:14pt;
    text-transform: uppercase;
    transition: 0.3s
}
.garancia .abtn:hover{
    background-color:rgb(238, 47, 44,0.8);
}
.right{
    width:50%;
    display:inline-block;
}
.labda h1, .labda h2{
    font-size:3em;
    font-weight: 300;
    margin-bottom: 10px;
}
.labda .row{
    margin:100px auto;
}
.labda .text{
    width:60%;
    line-height: 30px;
    font-weight: 300;
    display:inline-block;
}
.labda .pic{
    width:30%;

    display:inline-block;
    max-height: 500px;
    float:right;
}
.labda .pic img{
    width:100%;
    border: 10px solid #dfdcd7;
}
.labda .abtn{
    padding:10px 50px;
    text-decoration: none;
    color:#002c3d;
    margin-top:10px;
    background-color: #c3e09e;
    font-weight: 900;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s;
}
.labda .abtn:hover{
    background-color:rgb(195, 224, 158,0.8);
}
.labda #pic2{
    overflow: hidden;
    z-index: -1;
    display:inline-block;
    max-height: 300px;
    margin-top:50px;
}
.labda #text1{
    width:100%;
    font-weight: 300;
    line-height: 30px;
}
.labda .right{
    width:60%;
    float:right;
}
.footer{
    background-color:#002c3d;
    width:100%;
    color:#fff;
}
.footer a{
    text-decoration: none;
    color:#fff;
    font-weight: 100;
}

.footer .component-body{
    width:50%;
    margin:0 auto;
    padding:40px 0;
}
.footer p{
    font-weight: 300;
}
.footer img{
    height:60px;
    margin-bottom: 10px;
}
.footer #address{
    margin-left:90px;
}
.footer .com-content{
    display: inline-block;
    width: 50%;
}
.content .box:not(.part-user):not(.part-showmenu){
    width:50%;
    margin:0 auto;
    margin-top:50px;
}
.content .component-heading{
    margin-bottom:10px;
    font-weight:300;
}

.toogle{
    display:none;
}

.garancia .right{
    float:right;
    width:50%;
    margin-top:20px;
}

@media screen and (max-width: 1658px){
    .cegunkrol .row h1, .cegunkrol .row h2{
        max-width:50%;
    }
    .cegunkrol .row{
        width:80%;
    }
    .cegunkrol .pic img{
        max-width:50%;
    }
    .garancia .row{
        width:80%;
        padding-bottom:40px;
    }
    .garancia .pic{
        max-width:50%;
    }
    .garancia .right{
        float:none;
        width:100%;
        margin-top:20px;
    }
    .labda .row{
        width:80%;
    }
    .labda .row h1, .labda .row h2{
        margin-bottom:-40px;
    }
    .labda .row .pic{
        margin-top:100px;
    }
    .labda .row #ml-40{
        margin-bottom:0;
    }
    .labda .row #pic2{
        width:100%;
    }
    .labda .row .right{
        max-width:50%;
        float:none;
        margin-top:20px;
        margin-left:20px;
    }
}
@media screen and (max-width:1300px){
    .cegunkrol .pic img{
        max-width:70%;
    }
}
@media screen and (max-width: 992px){
    .cegunkrol .row{
        width:80%;
    }
    .cegunkrol .pic img{
        display:none;
    }
    .cegunkrol .row .abtn, .labda .btn, .garancia .btn{
        max-width:50%;
        white-space: nowrap;
    }
    .cegunkrol .text{
        width:auto;
    }
    .cegunkrol .row h1, .cegunkrol .row h2{
        max-width:100%;
    }
    .garancia .row{
        width:80%;
    }
    .garancia .pic{
        max-width:50%;
    }
    .garancia .right{
        float:none;
        width:100%;
        margin-top:20px;
    }
    .labda .row{
        width:80%;
    }
    .labda .row h1, .labda .row h2{
        margin-bottom:-40px;
    }
    .labda .row .pic{
        margin-top:100px;
    }
    .labda .row #ml-40{
        margin-bottom:0;
    }
    .labda .row #pic2{
        width:100%;
    }
    .labda .row .right{
        max-width:50%;
        float:none;
        margin-top:20px;
        margin-left:20px;
    }
    .content .box:not(.part-user):not(.part-showmenu){
        width:80%;
        margin:0 auto;
        margin-top:50px;
    }
    .content .component-heading {
        margin-bottom:30px;
        font-weight:300;
    }
    .toogle{
        display:inline;
        float: right;
        margin-top: 20px;
        margin-right:10px;
    }
    ul.nav, .part-langswitch{
        display:none;
    } 
    #toogle-btn{
        background:transparent;
    }
    .bar1, .bar2, .bar3{
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {opacity: 0;}
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}
@media screen and (max-width: 776px){
    .footer .com-content{
        width:80%;
    }
    .footer .component-body{
        text-align:center;
    }
    .footer #address{
        margin:0;
    }
    iframe{
        height:300px;
    }
    .content{
        overflow:none;
    }
    .cegunkrol .pic{
        width:100%;
        z-index: -1;
        margin-top:-300px;
        margin-left:100px;
        display:block;
    }
    .cegunkrol .pic img{
        display:none;
    }
    .slider p img{
        height:100%;
        width:auto;
    }
}
