.header_bottom {
    position: relative;
    border-bottom: 10px solid #F00;
}
header .header_top.clearfix{display:none}
.title {
    display: block;
    width: 100%;
    height: 121px;
    background-color: #dddcdd;
    text-align: center;
    position: relative;
}

.content .title .container_inner {
    padding: 0px;
  
}

.content {
    min-height: 100%;
}

nav.main_menu ul li a {
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    line-height: 100px;
    text-transform: lowercase;
}

nav.main_menu ul li a:active {
    font-weight:400;
}

nav.main_menu ul li a:hover {
    font-weight:600;
}

.boxed .header_inner {
    background-color: #2b325b;
    height: 167px;
}

.header_bottom .container_inner {
    position: relative;
    height: 135px;
}

.button.with_shadow {
    box-shadow: none;
    background-color: #2b325b;
    border-radius: 0px;
}

.header_inner_right {
    float: right;
    position: relative;
    z-index: 110;
    height: 135px;
}

.portfolio_gallery .image_hover {
    background-color: rgba(22, 38, 102, 0.65);
}

.portfolio_detail .info {
    padding: 0px 0px 21px;
    display:none;
}

.portfolio_single .portfolio_single_text_holder {
display: none;
}

.content .container .container_inner {
    padding: 50px 42px 0px 42px;
    background-color: #eff0f1;
    margin-top: 20px;
}

.portfolio_navigation {
    display: none;
}

.portfolio_gallery a.v3 {
    width: 200px;
    margin: 0px 2% 2% 0px;
    height: 200px;
}

.footer_bottom_holder {
    display: block;
    background-color: #eff0f1;
}

.filter_holder ul li.active span{color:#FF0000}

.projects_holder article span.text_holder, .portfolio_gallery .image_hover {
    background-color: rgba(22, 38, 102, 0.65);
}

.filter_holder ul li {
    line-height: 33px;
    cursor: pointer;
    font-size: 16px;
}

p {
    color: #162666;
    font-family: Lato,sans-serif;
    font-size: 19px;
    text-align: center;
}

h1 {
    font-size: 52px;
    line-height: 62px;
    color: #162666;
}

.portfolio_like {
    float: left;
    margin: 25px 10px 0px 0px;
    display: none;
}

.projects_holder article .portfolio_description h6 {
    color: #000;
    margin: 0px 0px 27px;
    padding: 0px 60px 0px 0px;
    display: none;
}

h5 a {
    color: #162666;
}

h5 a:hover {
    color: #F00;
}

.projects_holder article a.lightbox {
    margin: 0px 15px 0px 0px;
    display: none;
}


.button {
    border-radius: 0px;
}
.title_holder .container .container_inner{
background:#DEDEDE;padding:0; margin-top:0
}
.title_holder .container .container_inner .abloy_logo{text-align:right;padding:10px 0}
@media screen and (max-width: 320px)
{
.content .container .container_inner{padding:0}
}