.bx-newslist-work{
padding-top:120px;

}
.bx-newslist-block {
	padding: 20px 20px;
	margin-bottom: 40px;
	background-color: #f3f3f3;
	position: relative;
}

.bx-newslist-block-wertical {
    height: 42.3%;
    width: 100%;
    position: absolute;
    background-color: #f3f3f3;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    margin-bottom:0;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bx-newslist-block-wertical {
        height: 32.3%;
    }
    .bx-newslist-content.vert {
        height: 75px !important;
    }
    .goriz{
        width:37% !important;
    }
    .goriz-small {
        width:47% !important;
    }
}

@media (min-width: 992px) {
	.bx-newslist-work .bx-newslist-container:nth-child(3n+1) {
		/*clear: both;*/
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist-work .bx-newslist-container:nth-child(2n+1) {
		/*clear: both;*/
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 10px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
	color: #3f8db5;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 12px;
	margin-bottom: 5px;
}
.bx-newslist-content p{
	font-size: 12px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

.bx-newslist-more a{
	text-decoration:none;
	color: #3e3e3e;
	font-weight:bold;
}

.bx-newslist-more a:hover{
	color: #3f8db5;
}

.bx-newslist-block-small-goris{
    display: inline-block;
    width: 49%;
    height: 180px;
    vertical-align: top;

}

.bx-newslist-block-big-goris{
    display: inline-block;
    width: 59%;
    height: 280px;
    vertical-align: top;

}

.bx-newslist-work .col-md-5, .bx-newslist-work .col-md-7  {
    padding-right: 10px;
    padding-left: 10px;

}


@media (max-width: 768px) {
    .bx-newslist-container{
        height:auto !important;
        margin:0 !important;
        background-color:none !important;
    }

    .bx-newslist-block{
        height:auto !important;

    }

    .bx-newslist-block>div{
            height:auto !important;
            display:block !important;
            width:auto !important;
            float:none !important;

        }
    .bx-newslist-block-small-goris{
        display: block;
        width: auto;
        height: auto;
        vertical-align: auto;
    }
    .bx-newslist-block-big-goris{
        display: block;
        width: auto;
        height: auto;
        vertical-align: auto;
    }

    .bx-newslist-block-wertical{
        height: auto;
        width: auto;
        position: relative;
        background-color: none;
        padding-left: 0;
        padding-right: 0;
        left: auto;
        margin-bottom:auto;
    }

    .bx-newslist-content{
        height:auto !important;
        overflow: auto !important;
    }
    .bx-newslist-block{
        margin-bottom:5px;
    }
}