/* Add here all your CSS customizations */

#header .header-nav-main ul li.lang-item a,
#header .header-nav-main ul li.lang-item a:visited,
#header .header-nav-main ul li.lang-item a:hover,
#header .header-nav-main ul li.lang-item a:focus{
    text-decoration: none

}
#about_us{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 125%;
}
.about_content{
	position: relative;
	/*padding: 40px;*/
    /*background: rgba(255,255,255,.4);*/
    /*border: 2px solid #ffffff;*/
    color: #000000;
    font-size: 1.25em;    
    padding:2rem 6rem 2rem 2rem ;    
}
#about_us .about_content{
    background-image: url('../images/about_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/*
#about_us .about_content:after{
    content:'';
    position:absolute;
    top:41%;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid rgba(255,255,255,.4);
    border-bottom: 30px solid transparent;
}
*/

.about_content.vision  , .about_content.mission{
    color:#ffffff; 
    border:none;
    overflow: hidden;
    border-radius: 30px;  
}
.about_content.vision {    
    background-color: #f82049;    
}

.about_content.mission{
    background-color: #57aacf;    
}

.about_content > div{
    min-height: 100px;
}

.about_content img{
	width: 100%;	
}

.products h3{
	background: #8cb845;
	color:#ffffff!important;
	padding: 10px 0;
	margin: 20px 0;
}

#gallery{
    min-height: 600px;
}

/*
.about_content .triangle:after
{
	 content:'';
    position:absolute;
    top:5px;
    left:-45px;
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 92px solid white;
}*/
/*.about_content:after{
	position: absolute;
	content:'';
	left: 100%;
	top:40%;
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,.4);
    border: 2px solid #ffffff;	
	transform: rotate(45deg);
}*/

/*.about_content:after,
.about_content:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.about_content:after {
    top: 150px;
    border-color: transparent transparent transparent rgba(255,255,255,.2);
    border-width: 40px;
}

.about_content:before {
    top: 148px;
    border-color: transparent transparent transparent rgba(255,255,255,.2);
    border-width: 42px;
}*/

.products .download_flayer{
    text-align: center;
}

.products .thumb-info .thumb-info-wrapper{
    height: 250px;
}

.products .thumb-info .thumb-info-wrapper img{
    height: 100%;
    width: auto;
    display: block;
    margin:0 auto;
}


.owl-nav.disabled{
    display: block!important;
}

.owl-prev i , .owl-next i{
    font-size: 40px;
}
.owl-prev:before , .owl-next:before{
    content: '';
    display: none;
}


@media screen and (max-width: 992px){
    #about_us .about_content{
        font-size: 1em;
        padding: 1.5rem 3rem 2rem 2rem;
    }

    section.section.section-height-5{
        padding-top: 6.0rem
    }

    .about_content > div{
        min-height: 135px;
    }

    .social-container{
        text-align: center;
        width: 200px;     
        display: block;
        margin: 0 auto;
    }

    .top-footer  .row > div{
        margin-top: 20px
    }
}

@media screen and (max-width: 768px){
    
    #about_us .about_content{     
        background: rgba(255,255,255,.4);
        border: 2px solid #ffffff;
        border-radius: 30px;
    }   

    .about_content > div{
        min-height: 160px;
    }

    section.section.section-height-5{
        padding-top: 4.0rem
    }

    section.section.section-height-4{
        padding-top: 4rem;
    }

    #vision_mission .vision{
        margin-bottom: 50px;
    }

    .about_content > div{
        min-height: auto;
    }

    .products .thumb-info .thumb-info-wrapper{
        height: 180px;
    }


}

@media screen and (max-width: 752px){      
    .products .thumb-info .thumb-info-wrapper{
        height: 300px;
    }
    
}


@media screen and (max-width: 600px){      
    .products .thumb-info .thumb-info-wrapper{
        height: auto;
    }

    /*.products .thumb-info .thumb-info-wrapper img{
        width: 50%;
        display: block;
        margin: 0 auto
    }*/
}



@media screen and (max-width: 600px){   
    #about_us   {
        background-size: cover;
        background-position: center; 
    }
    .products .thumb-info .thumb-info-wrapper{
        height: auto;
    }

    /*.products .thumb-info .thumb-info-wrapper img{
        width: 50%;
        display: block;
        margin: 0 auto
    }*/
}




