.page_header.sticky nav.main_menu > ul > li.active > a > span.item_inner{
        border-color: transparent;
}
section.parallax_section_holder{
    background-position: center !important;
}
.parallax_section_holder>.portfolio_shader{
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.6)!important;
    position: absolute;
    width: 100%;
    height: 450px;
}
.four_columns>.column1{
	width: 17%; margin:0 4%;
}
.four_columns>.column2{
	width: 35%;
    margin: 0 6%;
}
.four_columns>.column4{
width: 20%;
margin: 0 4%;
}
.boxes_image>.text_holder{
	position: absolute;
    padding: 10%;
    font-size: 14px;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: transparent;
    top: 0;
    text-align: left;
    box-sizing: border-box;
    z-index: 4;
    opacity: 1;
    color: #fff;
    transition: opacity .5s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: opacity .5s cubic-bezier(.165,.84,.44,1);
}
.boxes_image>.text_holder>.text_holder_outer{
	    display: table;
    width: 100%;
    height: 100%;
}
.boxes_image>.text_holder>.text_holder_outer>.text_holder_inner{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.boxes_image>.text_holder>.text_holder_outer>.text_holder_inner>.portfolio_title{
	font-family: Raleway;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    /*font-weight: 700;*/
    letter-spacing: 1px;
    text-transform: uppercase;
}
.boxes_image>.text_holder>.text_holder_outer>.text_holder_inner>.separator{
    background-color: #ffffff;
    height: 1px;
    transition: width .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: width .2s ease-out;
    display: inline-block;
    margin: 10px 0;
    border: 0;
    width: 75px;
}
.boxes_image>.text_holder>.text_holder_outer>.text_holder_inner>.project_category{
	    margin: 0;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Dancing Script;
    font-size: 19px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
}
.boxes_image>.portfolio_shader{
	    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*background-color: rgba(0,0,0,0.6)!important;*/
    position: absolute;
    width: 100%;
    height: 80%;
}
.boxes_image:hover>.text_holder{
	opacity: 0;
}
.boxes_image:hover>.text_holder>.text_holder_outer>.text_holder_inner>.separator{
	width: 0;
}
.boxes_image:hover>.portfolio_shader{
	opacity: 0;
}
.boxes_image:hover>a{
    z-index: 5;
}
.boxes_image>.text_holder{
    height: 80%;
}
.qbutton>a{
    font-weight: 700;
    font-family: Raleway;
}
.qbutton:hover>a{
    color:#fff;
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1366px) {
.four_columns>.column1{
        width: 25%;
        margin: 0;
}
.four_columns>.column2{
        width: 42%;
        margin:0;
}
.four_columns>.column4{
     width: 33%;
     margin: 0;
}

}

/* mobil */
@media screen and (max-width:480px) {

.four_columns>.column1{
	width: 100%;
}
.four_columns>.column2{
	width: 100%;
}
.four_columns>.column4{
width: 100%;
margin: 0
}



}