.aggregs_div {
	position: relative;
	background-color: #f5f3ed;
	padding: 40px 0 20px 0;
	text-align: center;
}
.aggregs_div_ {
	width: calc(100% - 120px);
	max-width: 1540px;
	margin: 0 auto;
	padding-top: 5px;
}
.aggregs_div h2 {
	margin-bottom: 40px;
}
.agg_nav_left {
	position: absolute;
	width: 45px;
	height: 34px;
	left: 10px;
	top: 230px;
	border: none;
	background-color: transparent;
	background-image: url("../../images/arrows.png");
	background-position: -9px -189px;
}
.agg_nav_right {
	position: absolute;
	width: 45px;
	height: 34px;
	right: 10px;
	top: 230px;
	border: none;
	background-color: transparent;
	background-image: url("../../images/arrows.png");
	background-position: -9px -189px;
	background-position: -9px -72px;
}
.agg_nav_left:hover {
	background-position: -9px -133px;
}
.agg_nav_right:hover {
	background-position: -9px -16px;
}
.buttons-left1 {
	float: left;
	width: 190px;
}
.line-left1 {
	float: left;
	width: calc(50% - 330px);
	border-bottom: 1px solid #8B8B8B;
	height: 20px;
}
.buttons-left1 button {
	height: 40px;
	font-size: 11px;
	letter-spacing: 0.5px;
	border: solid 1px transparent;
	background: transparent;
	padding: 0 15px;
	margin-left: -1px;
	color: #313131;
}
.buttons-left1 button:hover {
	color: #FF0000;
}
.buttons-left1 button.sel {
	 border: solid 1px #f7633c;
}
.buttons-left1 button.sel:hover {
	color: #313131;
}
.line-middle1 {
	float: left;
	width: 280px;
	height: 37px;
}
.line-right1 {
	float: left;
	width: calc(50% - 280px);
	border-bottom: 1px solid #8B8B8B;
	height: 20px;
}
.button-right1 {
	float: left;
	width: 140px;
	height: 37px;
	text-align: right;
}
.button-right1_ {
	float: left;
	width: 140px;
	height: 37px;
}
.button-right1_ {
	display: none;
	padding-top: 4px;
}
.button-right1_ button {
	background: none;
	outline: none;
	border: none;
}
.button-right1_ button {
	margin-left: 40px;
}
.button-right1 button {
	width: 125px;
	height: 37px;
	border: none;
	background: transparent;
	background-image: url("../../images/orarr.png");
	background-position: 110px 8px;
	background-repeat: no-repeat;
	padding-right: 20px;
	color: #313131;
	font-size: 11px;
	letter-spacing: 0.5px;
}
.agg_slider {
	position: relative;
	width: 100%;
}
.agg_container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 1px;
}
.agg_inner {
	width: 999999px;
}
.agg_slide {
	float: left;
	width: 300px;
	padding-bottom: 60px;
	position: relative;
	text-align: center;
}
.aggreg {
	border: 1px solid transparent;
	padding: 20px;
	padding-bottom: 60px;
	margin-right: 1%;
	position: relative;
	-webkit-transition: border 0.5s;
	transition: border 0.5s;
	cursor: pointer;
}
.p_text {
	text-align: left;
	padding: 0 20px;
}
a.broadcrumbs {
	display: table;
	margin: -40px auto 40px auto;
	padding: 20px 20px 20px 65px;
	background-image: url("../../images/parrl.png");
	background-position: 10px 24px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: background-position 0.5s;
	transition: background-position 0.5s;
}
a.broadcrumbs:hover {
	color: #999999;
	background-position: 0 24px;
}
.aggreg time {
	display: table;
	margin: 0 auto 20px auto;
	font-weight: 600;
	line-height: 20px;
}
.aggreg time span {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 1.5px;
}
.aggregimg {
	position: relative;
	margin-bottom: 20px;
}
.aggregimg h3 {
	position: absolute;
	width: 60%;
	bottom: 2px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
}
.aggregimg img  {
	width: 100%;
}
.aggreg .hovered {
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 100px;
}
.aggreg button {
	opacity: 1;
	position: absolute;
	bottom: 30px;
	left: 19px;
	width: 110px;
	height: 50px;
	border: none;
	background-color: transparent;
	background-image: none;
	background-position: calc(100% - 28px) 50%;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	padding-left: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: background-color 0.5s, background-position 0.3s, border 0s, width 0.5s;
	transition: background-color 0.5s, background-position 0.3s, border 0s, width 0.5s;
}
.aggreg:hover {
	border: 1px solid transparent;
	background-color: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.aggreg:hover button {
	opacity: 1;
}
.aggreg .hovered:hover button {
	border: 1px solid transparent;
	width: calc(100% - 40px);
	background-position: calc(100% - 20px) 50%;
	-webkit-transition: background-color 0.5s, background-position 0.3s, border 0s, width 0.5s;
	transition: background-color 0.5s, background-position 0.3s, border 0s, width 0.5s;
}
.aggregs1_line {
	width: calc(100% - 40px);
	margin: 0 auto;
}
.eline-left {
	float: left;
	width: calc(50% - 245px);
	line-height: 80px;
	text-align: center;
}
.eline-middle {
	float: left;
	width: 490px;
}
.eline-middle h1 {
	margin: 0;
}
.eline-right {
	float: left;
	width: calc(50% - 245px);
	line-height: 80px;
	text-align: center;
}
.eline-left span {
	font-size: 13px;
	font-weight: 700;
	padding: 6px 20px;
	color: #8b8b8b;
	cursor: pointer;
}
.eline-right span {
	font-size: 13px;
	font-weight: 700;
	padding: 6px 20px;
	color: #8b8b8b;
	cursor: pointer;
}
.eline-left span.sel {
	color: #313131;
	border-bottom: solid 2px #f74423;
}
.eline-right span.sel {
	color: #313131;
	border-bottom: solid 2px #f74423;
}
.aggreg_top {
	text-align: center;
}
.aggreg_top time {
	border: solid 1px #c19c79;
	padding: 18px 75px 20px 75px;
	font-size: 13px;
	font-weight: 700;
}
.aggreg_top time span {
	font-size: 18px;
	letter-spacing: 2px;
}
.aggreg_top h1 {
	margin-top: 40px;
	width: 800px;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 15px;
	color: #3c3c3c;
}
.slider3 {
	position: relative;
	width: 100%;
	height: 480px;
	margin-bottom: 70px;
}
.scontainer3 {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.sinner3 {
	width: 999999px;
	height: 480px;
}
.slide3 {
	float: left;
	width: 1000px;
	height: 480px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bullets3 {
	display: table;
	margin: 38px auto;
}
.bullet3 {
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 12px;
	border-radius: 11px;
	border: solid 2px #FFFFFF;
	background-color: #dfdfdf;
}
.bullet3:last-child {
	margin-right: 0;
}
.bullet3.active {
	background-color: #ffffff;
	border: solid 2px #ff8282;
}
.bullet3:hover {
	background-color: #ffffff;
	border: solid 2px #ff8282;
}
@media screen and (max-width: 900px) {

}

