@charset "utf-8";
/* CSS Document */

.segment-image {
	/*width: 720px;*/
	height: 360px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.pg-title-bg {
	background-color:#a29c96;
}
.news-body-title {
	font-family: 'gothamBook', Fallback, sans-serif !important;
	font-size: 48px;
	line-height: 42px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom: 10px;
}
.news-date {
	font-family: 'gothamBold', Fallback, sans-serif !important;
	font-size:18px;
}
.news-items {
	font-family: 'gothamBook', Fallback, sans-serif !important;
	color:#FFFFFF;
}
.news-items *{
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
	
}
.news-item-header {
	font-family: 'gothamBold', Fallback, sans-serif !important;
	font-size:14px;
}
.news-item-body, .news-item-body a{
	color:#FFFFFF;
	font-size:14px;
}
.news-scroll-box {
	height:400px !important;
	display: block;
	overflow:auto;
}
.news-scroll-box2 {
	height:400px !important;
	display: block;
	overflow:auto;
}
.news-spacer {
	height:30px;	
}
.news-scroll-box::-webkit-scrollbar {
	width: 20px;
	background-color: rgba(129, 121, 112, 0.7);
}

.news-scroll-box::-webkit-scrollbar-thumb {
	background-color: #a29c96;	
}

.news-scroll-box2::-webkit-scrollbar {
	width: 20px;
	background-color: rgba(129, 121, 112, 0.7);
} 
.news-scroll-box2::-webkit-scrollbar-thumb {
	background-color: #413528;	
}
.bootstrap-iso {
	font-family: 'gothamBook', Fallback, sans-serif !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #a29c96;
}
.no-border {
    border-bottom: 0px !important;
}
.delete-item div, .btn-news, .btn-primary  {
	width: 140px;
	display:block;
	background-color:#413528 !important;
	font-size: 14px;
	text-align:center;
	color:#FFFFFF;
	padding:5px;
	border: 0px;
	border-radius: 4px;
}
.btn-news-reset, .btn-news-delete {
	float:left !important;
	margin-right: 10px !important;
	
}
.delete-info {
	color:#FFFFFF;
	
}
@media screen and (max-width: 990px) {
	.container {
		width: 100%;
	}
	.col-md-5 {
	  float:none;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.col-md-7 {
	  float:none;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.seg-p-header {
		padding-bottom: 10px;
	}
	.col-md-5 p {
		margin-right: 40px;
	}
}