.blog_carusel_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
}
.blog_carusel_items {
	display: block;
	float: left;
	width: 100%;
	position:relative;
	margin-bottom:20px;
}
.blog_carusel_item {
	float: right;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	position:relative;
	background-color: #fff;
	padding:3px;
	box-sizing:border-box;
	direction:rtl;
	border-bottom: 2px solid #ccc;
	border-radius:3px;
}
.blog_carusel_item_img {
	float: right;
	width: 100%;
	box-sizing:border-box;
    position:relative;
	margin-bottom:15px;
	overflow: hidden;
    visibility: visible;
	display:inline-block;
	border-radius:3px
}
.blog_carusel_item_img img {   
    transition: all 0.3s ease 0s;
	border-radius:3px
}
.blog_carusel_item:hover .blog_carusel_item_img img {
    transform: scale(1.03);
}
.blog_carusel_content {
	float: left;
	width: 100%;
	padding: 0px 15px 15px 15px;
	box-sizing:border-box;
	height: 150px;
}
.blog_carusel_item_name {
	float: right;
	width: 100%;
	box-sizing:border-box;
    position:relative;
	max-height: 50px;
	overflow: hidden;
	visibility: visible;
	margin-bottom:7px
}
.blog_carusel_item_text {
	float: right;
	width: 100%;
	box-sizing:border-box;
    position:relative;
	height: 70px;
	overflow: hidden;
	visibility: visible;
}
#carousel33 .owl-prev {
    width: 35px;
    height: 35px;
    right: 19px;
    top: calc(50% - 50px);   
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    color:#fcc71d !important;
    background: linear-gradient(
    to left,
    #1c4667,
    #1c4667
)!important;
}
#carousel33 .owl-next {
    width: 35px;
    height: 35px;
    left: 18px;
    top: calc(50% - 50px);
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    color:#fcc71d !important;
    background: linear-gradient(
    to right,
    #1c4667,
    #1c4667
)!important;
}
#carousel33 .owl-prev span {   
    font-size: 35px!important;
    line-height:0.5em
}
#carousel33 .owl-next span {   
    font-size: 35px!important;
    line-height:0.5em
}

@media all and (min-width: 1438px) {
.blog_carusel_wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
}
.blog_carusel_items_grid {
	width: calc(100% - 100px);
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
	position:relative;
	max-width: 1580px;
}
.blog_carusel_items {
	margin-top:30px;
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
.blog_carusel_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog_carusel_items_grid {
	width: calc(100% - 100px)!important;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
	position:relative;
	max-width: 1580px;
}
.blog_carusel_items {
	margin-top:30px;
}
}
@media (max-width: 768px) and (min-width: 481px) {
.blog_carusel_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media (max-width: 480px) and (min-width: 319px) {
.blog_carusel_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media all and (max-width:320px) {
.blog_carusel_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
}