﻿#company {
    position: relative;
    overflow: hidden;
    background: #124884;
    background-position: center 0;
    background-size: 100% auto;
    z-index: 1000;
    height: 550px;
}

    #company:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 100vw 0 0;
        border-color: #fff transparent transparent;
        -moz-border-top-colors: #fff;
        border-style: solid;
        z-index: 1000;
        -webkit-transform: rotate(360deg);
    }

@-moz-document url-prefix() {
    #company:after {
        border-style: inset;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #company:after {
        border-style: solid;
    }
}

#company .text {
    position: absolute;
    bottom: 0px; top:115px;
    width: 100%;
    color: #fff;
}

    #company .text h1 {
        font-weight: 600;
        font-size: 60px;
        position: relative;
		color:#fff;
    }

    #company .text p {
        font-weight: 400;
        font-size: 20px;
        position: relative;
    }


#company .parallax {
    left: 0;
    top: 0;
    width: 100%;
    height: 1000px;
    background-size: 100% auto;
    background-position: 0 0;
}

#cataloguesMockup {
    position: relative;
}

@media (max-width:360px) {


}



@media (max-width: 767px) {
    #company {
        display: none;
    }
	
	    #top {
    display: none;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: -70px;
    background-color: #124884;
}

.navbar {
    min-height: 0;
}

#header .col-md-9 {
    min-height: 0;
}

.swiper-container{
	padding-top:0 !important;	
}

}

@media (min-width: 768px) and (max-width: 991px) {
    #company:after {
        display: none;
    }

    #company .text h1 {
        font-size: 30px;
    }

    #company .text p {
        font-size: 13px;
    }

    #company {
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #company .text h1 {
        font-size: 30px;
    }

    #company .text p {
        font-size: 18px; font-weight:bold;
    }

    #company {
        height: 250px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    #company {
        height: 450px;
    }
}

@media (min-width: 1600px) {
    /*#company {
        height: 350px;
    }*/
}
