.nivoSlider2 img {
    width: 100% !important;
    height: 100%;
    visibility: inherit !important;
}
.post_list article{
    width:99%;
}
.post_list article img{
    display:block;
    width:auto;
    float:left;

}


.bl_portfolio-item, .sidebar {
    -moz-border-radius: 5px;
    width: 100%;
    background: #fff;
    padding: 5px;
    -moz-box-shadow: 0 2px 2px #d1d1d1;
    float: left;
}

.bl_portfolio-item:after {
    content: "";
    display: block;
    clear: both;
}

.nivo-nextNav, .nivo-prevNav {
    display: block;
    width: 37px;
    height: 37px;
    text-indent: -999px;
    overflow: hidden;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.nivo-nextNav:hover, .nivo-prevNav:hover {
    opacity: 1;
    -moz-opacity: 1;
}

.nivo-nextNav {
    background: url("../images/arrows2.png") no-repeat;
    background-position: -50px 0px;
    margin-right: 10px;
}

.nivo-prevNav {
    background: url("../images/arrows2.png") no-repeat;
    background-position: left top;
    margin-left: 10px;
}

.sidebar {
    float: right;
    font: 500 13px/20px Arial;
    position: relative;
}

.sidebar p {
    height: 180px;
}

.sidebar .title {
    font: 700 14px/25px Arial;
    text-transform: uppercase;
}

.sidebar p {
    color: #737272;
}

.sidebar .title:before {
    content: '';
    background: url("../images/portfolio-items-ico.png") no-repeat;
    display: block;
    position: absolute;
    left: 20px;
    margin-top: 7px;
}

.sidebar .project-ico:before {
    width: 16px;
    height: 16px;
    background-position: -30px 0;
}

.sidebar .services-ico:before {
    width: 18px;
    height: 18px;
    background-position: -46px 0;
}

.sidebar .list {
    line-height: 25px;
    margin-bottom: 27px;
}

.sidebar .list li {

}

.sidebar .list li a {
    color: #737272;
}

.sidebar .list li a:hover {
    color: #ba3030;
}

.nivoSlider1 img {
    width: 422px !important;
    height: 596px !important;
}

.menu-title {
    margin: -3px -3px 0px -3px;
}

.portfolio-items li {
    position: relative;
    float: left;
    width: 133px;
    height: 198px;
    margin: 0 0 38px 22px;
    border: 5px solid #FDF8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.portfolio-items li .description span {
    text-transform: uppercase;
    font-size: 12px;
    height: 18px;
    color: #ba3030;
    font-weight: 700;
    padding-bottom: 7px;
}

.portfolio-items li .description .category {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    border-top: 1px dashed #d7d5d2;
    color: #6b6969;
}

.portfolio-items li:hover .descr {
    opacity: 1;
    z-index: 21;
}

.portfolio-items li .description {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 133px;
    height: 158px;
    text-align: center;
    padding: 40px 0 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#popup {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    /* height: 100%; */
}

#background {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    width: 100%;
    height: 100%;
}

#window {
    position: fixed;
    z-index: 30;
    top: 1%;
    /* background-color: white; */
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

#open {
    width: 100px;
    margin: 100px auto 0;
    top: 100px;
    padding: 3px 0;
    cursor: pointer;
    color: white;
    background-color: blue;
    text-align: center;
}

.bl_portfolio-item {
    margin: 0 auto;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-close {
    display: block;
    width: 37px;
    height: 37px;
    text-indent: -999px;
    overflow: hidden;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 13px;
    top: 0px;
    z-index: 9999;
}

.close a {
    opacity: 0.5;
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/close2.png") no-repeat;
    z-index: 9999;
}

.nivoSlider {
    margin: 10px auto;
    width: 422px !important;
}

.background-menu {
    height: 100%;
    width: 29.7%;
    background: #3e4346;
    float: right;
    z-index: 9999;
}
