section[data-cattype="409"] ul.grid {
    margin: 0 0 35px;
}

section[data-cattype="409"] ul.grid li {
    /*max-width: 550px;*/
    padding: 10px;
    text-align: justify;
}

.detail-holder-409{
    -webkit-transition: all 0.1s 0.1s ease-in-out;
    transition: all 0.1s 0.1s ease-in-out;
}

[data-cattype="409"] ul.grid li .active.btn-danger,
[data-cattype="409"] ul.grid li:hover .btn-danger {
    background: #000;
    border-color: #000;
    color: #fff;
}

[data-cattype="409"] ul.grid li:after {
    display: table;
    margin: 0px auto 0;
}

[data-cattype="409"] ul.grid li:hover::after,
[data-cattype="409"] ul.grid li.active::after {
    display: table;
    margin: 0px auto 0;
}

section[data-cattype="409"] ul.grid li .picture,
section[data-cattype="409"] ul.grid li .content {
    display: inline-block;
}

section[data-cattype="409"] ul.grid li .picture {
    width: 149px;
    text-align: center;
}

section[data-cattype="409"] ul.grid li .left-content {
    vertical-align: middle;
}

a.career-form-link{ color: #E72C2D; }


section.wrapper_middle.general.brown h1 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

section.wrapper_middle.general.brown ul.grid li a {
    color: #fff;
    font-size: 24px;
    font-family: 'helvetica-condensedboldRg';
    border-right: 2px solid #fff;
    padding: 0 10px;
}

section.wrapper_middle.general.brown ul.grid li:last-child a {
    border-right: 0;
}

section.wrapper_middle.general.brown ul.grid li a.active {
    color: #000;
}




/*-------------------EOF Product Slider --------------------------------*/

section.wrapper_middle.general.brown .box-holder {
    background: #f2f2f2;
    max-width: 705px;
    margin: 0 auto;
    padding: 10px 30px 20px 30px;
    text-align: justify;
    position: relative;
}

section.wrapper_middle.general.brown .box-holder  ul {
    list-style: unset;
	padding-left: 20px;
}

section.wrapper_middle.general.brown .box-holder .description{ margin: 15px 0 0 0; }

section.wrapper_middle.general.brown .box-holder a.close-panel{
    position: absolute;
    right: 15px;
    top: 5px;
    color: #000;
    font-size: 20px;
}
section.wrapper_middle.general.brown .box-holder a.close-panel:hover{ color: #E30007; }


@media screen and (max-width: 1200px) {
  
}

@media (min-width: 768px) and (max-width: 980px) {
    section.wrapper_middle.general.brown #owl-slider .item .wrapper_image {
        max-width: 515px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    section[data-cattype="409"] ul.grid li {
        max-width: 143px;
        text-align: center;
        font-size: 12px;
    }
    section.wrapper_middle.general.brown .box-holder {
        padding: 15px;
    }
	
	section[data-cattype="409"] ul.grid .btn-danger{
	min-height: 108px;
	white-space: normal;
	display: block;
	}

}