
body.home {
	padding-top: 70px;
}
/* Carousel base class */
#homeslider {
	display: block;
  height: 700px;
  margin-bottom: 0;
  position: relative;
}

#homeslider .fill {
    position: relative;
    width:100%;
    height:100%;
    background-position: 50% 20%; /* was center */
    background-size:cover;
	border: none;
}
/* Declare heights because of positioning of img element */
#homeslider.carousel .item {
  height: 700px;
  background-color: #777;
}
#homeslider .fill .hero-content {
	background-color: rgba(0,0,0,.4);
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: 0;
	padding: 20px 30px 60px 30px;
}
#homeslider .fill .hero-content h1 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	padding: 0;
}
#homeslider .fill .hero-content h2 {
	font-size: 32px;
	margin: 0;
	color: #fff;
}
/*
#home-slider .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 700px;
}
*/

#home-slider-nav .carousel-indicators {
/*	display: block;

	position: absolute;
	bottom: auto;
	top: 3px;
	left: 90px !important;
	right: auto !important;
*/
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: relative;
	z-index: 15;
	width: auto;
/* 	padding-left: 90px; */
	margin-left: 0;
	text-align: left;
	list-style: none;
	z-index: 1001;
}


#home-slider-nav .carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0;
  text-indent: -999px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
 }

#home-slider-nav .carousel-indicators .active {
  background-color: rgba(255,255,255, .5);
}
#home-slider-nav {
	display: block;
	width: 100%;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	padding-top: 6px;

	margin: 0;
	padding-left: 80px;
	background:transparent url(/assets/images/grad-40.png) repeat-x left top; max-width: 1140px;

}
#home-slider-nav .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: auto;
	font-size: 25px;
	color: #fff;
	margin-top: 6px;
	text-align: center;
	text-align: none;
	/*text-shadow: 0 1px 2px rgba(0,0,0,0.6);*/
	opacity: 1;
	filter: alpha(opacity=100);
}
#home-slider-nav .carousel-control:hover {
	opacity: 1;
	}
#home-slider-nav .carousel-control.left, #proj-slider-nav .carousel-control.right {
	background-image:  none;
}
#home-slider-nav .carousel-control.right {
	right: auto !important;
	left: 38px;
}
/*

#home-slider .previous, #home-slider .next {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	margin: 0;
	padding: 0;
	background: transparent url(/assets/images/proj-slider-arrow-med-left.png) no-repeat 8px 7px;
}
#home-slider .next {
	background: transparent url(/assets/images/proj-slider-arrow-med-right.png) no-repeat 9px 7px;
}
#home-slider-nav .carousel-control.left:hover .previous, #proj-slider-nav .carousel-control.right:hover .next {
	background-color: rgba(0, 0, 0, .5);
}
*/
.news-block {
	min-height: 360px;
}
.news-block p.pub {
	    color: #5d5d5e;
		font-size: 20px;
}
.news-block a {
	display: block;
}
.news-block .news-date {
	color: #888;
}
 @media (min-width: 1400px){
    .container {
        width: 1370px;
    }
 }
@media (min-width: 1200px) {
	 .block {
		 min-height: 350px;
	 }
 }
