.news_home_item:last-child {
	border-bottom: 0px solid #ccc;
}
.news_section_home {
	float: right;
	width: 100%;
    position:relative;
}
.news_img_left {
	float: left;
    position:relative;
}
.news_section_home_items {
	float: right;
	width: 100%;
}
.news_item {
	width: 26.6%;
	float: right;
	display: inline-block;
	margin-left: 10%;
	margin-bottom: 60px;
	text-decoration: none !important;
}
.news_item:nth-of-type(3n) {
	margin-left: 0;
}
.news_home_item {
	float: right;
	width: 49%;
	margin-left:2%;
	margin-bottom: 2%;
	padding: 20px;
	border: 0px solid #41372e!important;
	box-sizing:border-box;
	background-color:#1b2754;
	min-height:280px;
	border-radius:5px
}
.news_home_item:nth-of-type(2n) {
	margin-left:0;
}
.news_home_item_right {
	float: right;
	width: 20px;
}
.news_home_item_center {
	float: right;
	width: 35px;
    margin-right: 0px;
    margin-left:10px;
	background-color:transparent;
}
.news_home_item_left {
	float: right;
	width: calc(100% - 50px);
}
.news_home_year {
	margin-bottom: 5px;
	font-size:23px!important;
	font-weight:400!important;
	margin-top:5px
}
.news_home_date {
	width: 100%;
	float: right;
}
.news_home_name {
	margin-bottom: 0px;
	line-height: 1em!important;
	font-size:19px
}
.news_home_text {
	width: 100%;
	float: right;
}
#carusel7 .item7 {
	display: inline-block;
	box-sizing:border-box;
}
#carusel7.owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: left center;
    display: inline-block;
    zoom: 1;
    width: 35px;
    height: 35px;
    display: inline;
    font-size: 0px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
    left: -18px;
    top: calc(50% - 50px);
    background-image: url('../../images/System/carusel_arrow_left.png');
    background-repeat: no-repeat;
    background-position:center;
    background-color:rgb(37 68 62);
    border-radius:50%;
    background-size:25px;
}
#carusel7.owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: right center;
    display: inline-block;
    zoom: 1;
    width: 35px;
    height: 35px;
    display: inline;
    font-size: 0px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
    right: -15px;
    top: calc(50% - 50px);
    background-image: url('../../images/System/carusel_arrow_right.png');
    background-repeat: no-repeat;       
    background-repeat: no-repeat;
    background-position:center;
    background-color:rgb(37 68 62);
    border-radius:50%;
    background-size:25px;
}
#carusel7.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color:#202020;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.news_section_home {
	padding-top: 90px;
	padding-bottom: 90px;
}
.news_home_year {
	font-size: 32px!important;
	line-height: 1em!important;
	margin-top: 8px;
}
.news_section_home_items {
	float: right;
	width: 100%;
    margin-left: 0px;
	margin-bottom:30px
}
.news_img_left {
	width: 100%;
}
.news_section_home_img {
	float: left;
	width: 100%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.news_section_home {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news_home_year {
	font-size: 32px!important;
	line-height: 1em!important;
	margin-top: 8px;
}
.news_section_home_items {
	float: right;
	width: 100%;
    margin-left:50px;
}
.news_img_left {
	width: 100%;
}
.news_section_home_img {
	float: left;
	width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.news_section_home {
	padding-top: 30px;
	padding-bottom: 0px;
}
.news_img_left {
	display:block;
	width: 100%;
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.news_section_home {
	padding-top: 20px;
	padding-bottom: 0px;
}
.news_img_left {
	display:block;
	width:100%;
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
.news_home_item_center {
	width: 25px;
    margin-right:0px;
    margin-left:10px;
    display:block;
	margin-top:0px
}
.news_home_item_left {
	width: calc(100% - 60px);
}
.news_home_item {
	width:100%;
	margin-bottom: 20px;
	padding:20px;
	border-bottom: 0px solid #ccc;
	min-height:auto;
}
.news_home_item:last-child {
	margin-bottom: 10px;
}
.news_home_item_right {
	display:block;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.news_section_home {
	padding-top: 20px;
	padding-bottom: 0px;
}
.news_img_left {
	display:block;
	width:100%;
}
.news_section_home_items {
	width: 100%;
	padding-top: 0px;
    margin-left: 0px;
}
.news_home_item_center {
	width: 25px;
    margin-right:0px;
    margin-left:10px;
    display:block;
	margin-top:0px
}
.news_home_item_left {
	width: calc(100% - 60px);
}
.news_home_item {
	width:100%;
	margin-bottom: 20px;
	padding:20px;
	border-bottom: 0px solid #ccc;
	min-height:auto;
}
.news_home_item:last-child {
	margin-bottom: 10px;
}
.news_home_item_right {
	display:block;
}
}