
body,h1,h5,a,p, .cms404_section_description .cms404_section_title{
    font-family: "Open Sans", sans-serif !important;
}

h1,h2,h3,h4,h5{
    
}


a{ color:  #000 !important; }
a:hover{ color: #009d49 !important; }

#cssmenu{
	font-family: "Open Sans", sans-serif !important;
	position: relative !important;
	float: right !important;
}


#cssmenu > ul > li > a {
	font-weight: 100 !important;
}

.carousel-caption{
    background-color: rgba(0, 157, 73,0.8) !important;
}

.cms404-contact-form{
    background-color: #009D4C !important;
    background-image: none;
}

.btn-primary{
    background-color: #009D4C;
    color: #fff !important;
    font-weight: 700;
}

.btn-primary:hover{
    background-color: #4EC034;
}

@media only screen and (max-width: 1024px) {
	#cssmenu #menu-button{		
		
		position: absolute;
		top:  -45px;
		right: 15px;
	}

	.cms404-logo{
		width: 70%;
	}


	.hamburger-inner:after,
	.hamburger-inner:before,
	.hamburger-inner{
		background-color: #009D4C !important;
	}

	#cssmenu > ul {
    	background-color: #fff;
	}
	#cssmenu ul li ul li:hover > a,	
	#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{
		background-color: #009D4C !important;
		color: #fff !important;
	}
	
	#cssmenu ul li ul li a,
	#cssmenu ul li a{
		color: #666 !important;
	}

	.cms404-sticky-navbar .cms404-logo{
		width: 50%;
	}
}

/** NAV **/

.cms404-navbar{
	background-color: transparent !important;
}

#cssmenu > ul > li > a{
	text-transform: none !important;
	color:  #666 !important;
}

#cssmenu ul li ul li a{
	font-weight: normal !important;
	text-transform: none !important;
}
#cssmenu ul li ul li:hover > ul > li:hover,
#cssmenu > ul > li > ul > li:hover {
	background-color: #009D4C !important;
	
}

#cssmenu ul li ul li:hover > a{
	color: #fff !important;
}

.cms404-sticky-navbar{
	background-color: #fbfcf3db !important;
}


.cms404-sticky-navbar + .cms404-content-container {
	padding-top: 167px !important;
}

/** END NAV **/

/** LANG **/

.cms404-language:hover span:after,
.cms404-language-active span:after{		
	content: url('../../../templates/default/images/languageActive.png');
	width: 32px;
	height: 32px;
	top: 5px;
	left: 0px;	
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
}

/** BANNER **/
.carousel-caption h5, .cms404_onas .h2, .cms404_section_description .cms404_section_title{    
    
    font-weight: 900 !important;
}



/** ONAS **/
.cms404_onas .h2{
	bottom: 1.53em !important;
}


.cms404_onas{
    background-color: #ebe9e6;
    display: inline-block;
    width: 100%;
    margin-top: 64px;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
}

.cms404_onas ._CMS4Toolbox{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    position: relative;
    top: -50px;
}
.cms404_onas ._CMS4Toolbox p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 40px;
    text-align: left;    
}

.cms404_onas a, .cms404_onas a:hover, .cms404_roundedimg a, .cms404_roundedimg a:hover{
    padding: 5px 0 3px 0;
    background: transparent;
    border: 3px solid #009d49;
    border-width: 0 0 3px 0;
    color: #009d49 !important;
    margin-top: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 800;
    text-align: left !important;
}

.cms404_onas a:after, .cms404_roundedimg a:after{
    content: '';
    display: inline-block;
    background: url('../../../templates/default/images/greenArrow.png') no-repeat center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.cms404_onas ._CMS4Toolbox .img-border {
    height: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 300px;
    border: 1px solid #009d49;
    margin: 0 auto;
}
.cms404_onas ._CMS4Toolbox .img-border img{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    top: 25px;
}


.cms404_product img{
    background-color: #fff;
}

/** SECTION **/


.section_description{
	background-color: #f5f5f5;
}

/** SEKCJA **/
.cms404_section_description{
    display: block;
    position: relative;    
    background-image: url('../../../templates/default/images/pattern.png');
    background-repeat: repeat;
    background-color: #009d49;
    height: 110px;
    width: 100%;
    margin-bottom: 20px;
}

.cms404_graybg{
     
}
.cms404_section_description .cms404_section_title{
	bottom: -0.45em !important;
	text-align: center;
}

.carousel-caption h5, .cms404_onas .h2, .cms404_section_description .cms404_section_title{    
    color: #383531;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.4em;  
    bottom: 1.35em;
    position: relative; 
}

/** PLASTEX **/

[class^="plx-"]{
    display: inline-block;
    width: 16px;
    height: 16px;    
    margin-right: 10px;   
}

.plx-red{
    background-color: red;
}
.plx-yellow{
    background-color: yellow;
}
.plx-black{
    background-color: black;
}
.plx-orange{
    background-color: orange;
}
.plx-blue{
    background-color: blue;
}
.plx-white{
    border: 1px solid #666;
}


.cms_product img{
    background-color: #fff;
}



.cms404_product div.plastex-row:nth-of-type(even){
	background-color: #f5f5f5;
}


.cms404_product_bg:before{
    content: '';
    background-image: url('../../../templates/default/images/pattern.png');
    background-repeat: repeat;
    background-color: #009d49;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.plastex-header-row div{
	font-size: 10px;
	font-weight: bold;
	color: green;
	border-bottom: 2px solid green;
}

.plastex-row-ue:before{
	display: block;
	width: 15px;
	height: 30px;	
	background-repeat: no-repeat;
	position: absolute;
	content: url('../../../templates/default/images/ue-ico.png');
	right: 27px;
}

/** OFERTA **/

.cms404_offer{    
   margin-top: 20px;
}
.cms404_friend .h3{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
   text-overflow: ellipsis;
   white-space: nowrap;
    overflow: hidden;
    padding-left: 10px; 
    padding-right: 10px;
}
.cms404_offer .h3{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;  
    overflow: hidden;
    padding-left: 10px; 
    padding-right: 10px;
}

.cms404_offer .img{  
    position: relative;
    border: 1px solid #969593;   
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
   
    border-top: 0;
}

.cms404_friend .img{
    position: relative;
    border: 1px solid #969593;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;   
    border-top: 0;
}

.cms404_offer .img:before, .cms404_friend .img:before{
    content:  '';
    display: block;
    height: 3px;   
    width: 100%; 
    position: absolute;
    left: 0px;
    z-index: 2;   
    background-color: #009D4C;
}

.cms404_offer .cms404_offer_link, .cms404_friend .cms404_friend_link{
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 0 auto;
    max-width: 186px;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
    margin-top: -15px;
    background: #969593;
    color: #fff !important;
}

.mouse_over_link .cms404_offer_link{
    display: none !important;
}

.mouse_over_link:hover > .cms404_offer_link{
    display: block !important;
    top: 50%;
    left: 0;
    right: 0;
    background: #009D4C;
    position: absolute;
}

.mouse_over_link:hover > .img{    
    background-color: #666;
}
.mouse_over_link:hover > .img img {
    opacity: 0.5;
}

.cms404_friend .cms404_friend_link{
    font-size: 12px;
   } 

.cms404_offers{
    margin-bottom: 2em;
}   

.container-fluid .row .col-lg.cms404_offers .img:before{
     background-color: #009D4C;
}
/*
.container-fluid .row .col-lg.cms404_offers div:nth-child(2) div:nth-child(2) .img:before{
    background: #f8951d;
}

.container-fluid .row .col-lg.cms404_offers div:nth-child(2) div:nth-child(3) .img:before{
    background: #f8d806;
}

.container-fluid .row .col-lg.cms404_offers div:nth-child(2) div:nth-child(4) .img:before,
.cms404_friend .img:before{
    background: #009d49;
}

.container-fluid .row .col-lg.cms404_offers div:nth-child(3) div:nth-child(1) .img:before{
    background: #4ebae6;
} */

/** PAGING **/
.cms404_paging_active{
    background-color: #009b3e !important;

}

/** FOOTER **/

.cms404_footer:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: url('../../../templates/default/images/footerBg1.png') no-repeat center;
    width: 284px;
    height: 197px;
}

.cms404_footer:after{
    position: absolute;
    top: -67px;
    right: 0;
    content: '';
    background: url('../../../templates/default/images/footerBg2.png') no-repeat center;
    width: 292px;
    height: 370px;
    z-index: 99;
}

/** CUSTOM **/
.cms404-contentdiv .img{
    position: relative;
    border: 1px solid #969593;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;   
    border-top: 0;
}

.cms404-contentdiv .img:before, .cms404_friend .img:before{
    content:  '';
    display: block;
    height: 3px;   
    width: 100%; 
    position: absolute;
    left: 0px;
    z-index: 2;   
}

.lead{
	background-color: #fff;
}

.cms404-contentdiv .img:before{
    background: #009d49;
}

.cms404_onas_text{
	background-position: right top;
	background-size: 1000px;
	background-repeat: no-repeat;
	background-image: url('../../../templates/default/images/aboutUsMap.png');
}

.cms404_onas_text .cms404-contentdiv{	
	margin-top: 380px;		
}

.cms404_onas_text .data-history {
	background: #0e9d49;
	text-align: center;
	height: 70px;
	width: 70px;
	line-height: 67px;
	border-radius: 40px;
	color: #fff;
	margin: 15px;
}

.cms404-contentdiv .h1, .cms404_contact .h1{
	font-size: 2.4em !important;
	text-align: left !important;
	margin-top: 0 !important;
}


.cms404_onas_text .history h2, .cms404-contentdiv .h1, .cms404_contact .h1{
	color: #383531;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;  
    margin-top: 2.5em; 
    text-align: center;
   
}
.cms404_onas_text .history{
	width: 80%;
	margin: 0 auto;

}

.cms404_onas_text .line{
	width: 1px;
	height: 20px;
	background: #afafaf;
	margin: 10px auto;
}

.cms404_contact h2{
	font-size: 18px;
text-transform: uppercase;
font-weight: bold;
margin: 19px 0;
color: #396db5;
}

.cms404_contact a{
	color: #0e9d49 !important;
	font-weight: bold;
}

.cert_gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cert_gallery li {
	
	display: inline-block;
	width: 28%;
	margin: 2% 2%;
	border: 5px solid #009d49;
	position: relative;
}

.cert_gallery li img{
	width: 100%;
}

.patent{
	display: block;
}

/** SEARCH **/
.cms404_searchbar{
	float: right;
}
.cms404_searchbar input.form-control{
	border-bottom:  0;
	font-size: 16px !important;
}


.cms404_footerlinks a{
    color: #383531 !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.8em;
    padding: 7px;
}


.cms404_ue hr{
    background: #009d49;
    width: 400px;
    height: 1px;
    border: 0;
    margin: 30px auto;
}

.cms404_ue p{
    font-size: 11px;
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {

    .carousel-item{
        max-height: 400px;
    }

    .cms404_searchbar{      
        margin-bottom: 1em;
        float: none !important;
    }

    .cms404_searchbar .form-control, .cms404_searchbar form{
        width:  100% !important;
    }

    .carousel-caption h5, .cms404_onas h2{    
        color: #383531;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 2em;  
        bottom: 0.9em;
        position: relative; 
    }

    .cms404_onas h2{
        bottom: 0.98em;
    }   

    .carousel-caption{
        left: 4%;
        right: 4%;
        padding-top: 0;
    }
    .carousel-caption p{
        margin: 0px 35px 0 35px;
        position: relative;
        font-size: 0.9em;
        bottom: 1.4em;
        font-weight: 300;
    }
    .carousel-item{
        height: 100%;
    }

    .carousel-item img{    
        position: relative;
        bottom: 0;
        left: 0;
        min-height: auto;
    }

}


@media only screen and (max-width: 768px) {
    #cssmenu{
        position: absolute !important;
        right: 0 !important;
        top: 0;
    }
        .cms404_searchbar button, .cms404_facebook{
            display:  none;
        }

        .noLRM{
           margin-left: 15px;          
           margin-right: 15px;
        }

        .cms404_footercontent ._CMS4Toolbox h3 img{
            display: none;
        }

        .cms404_footercontent ._CMS4Toolbox h3 {
            border: 0;
        }

        .cms404_footer:before, .cms404_footer:after, .cms404_footercontent ._CMS4Toolbox div:nth-child(3) {
            display: none;
        }

        .cms404_roundedimg{
            width: 90%;
        }

        .cms404_product{
            width: 100%;
        }

        .cms404_product_title{
            height: auto;
        }

        .cms404_product img {
           max-width: 350px;
        }
        
        .cms404_content_list{
            width: 100%;
        }

        .cms404_section_description .cms404_section_title{
            font-size: 2em;
        }
        /*.cms404_offer h3 {
            font-size: 15px;
            margin-top: 17px;
            height: 35px;
        }
        .cms404_offer .cms404_offer_link{
            font-size: 0.8em;
        }

        .cms404_offer .img:before{
            width: 100%;
        }
        
        .cms404_offer .img{
            width: 150px;
            height: 150px;
            line-height: 150px;
        }*/

}