/*Awards CSS*/
/*These classes needs to be added to the master css*/
.new_awards_inner_pages #sec-years ul li,.page #sec-years ul li {
text-align: center;
width: 100px;
background-color: #d9d9d9;
margin:2px;
padding:10px;
}

@media (max-width: 768px) {
  .new_awards_inner_pages  #sec-years ul li,.page  #sec-years ul li {
    width: 100px;
  }
  .new_awards_inner_pages  .carousel-indicators, .page  .carousel-indicators {
    bottom: -35px;
}
}

.new_awards_inner_pages  #sec-years ul li>a, .page  #sec-years ul li>a {
background-color: #d9d9d9;
color: #6a6a6a; 
font-weight: bold;
border-radius: 0;
}
.new_awards_inner_pages  #sec-years #year_selected_award::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.new_awards_inner_pages  #sec-years ul li.active
,.page  #sec-years ul li.active
, .new_awards_inner_pages  #sec-years ul li.active>a, 
.page  #sec-years ul li.active>a {
background-color: #9c231b;
color: white; 
font-weight: bold;
}
.new_awards_inner_pages #sec-winners ul li, .page #sec-winners ul li{
	width:100%;
}
.new_awards_inner_pages #sec-winners ul li, .page #sec-winners ul li{
border-radius: 0;
}

.new_awards_inner_pages #sec-winners ul li a.active, .page #sec-winners ul li a.active {
color: #a94442;
background-color: #f2dede;
}

.new_awards_inner_pages #sec-winners ul li a.active, .page #sec-winners ul li a.active {
border-right: 2px solid #9c231b;
border-radius: 0px;
} 

.new_awards_inner_pages #sec-winners .nav-pills > li > a, .page #sec-winners .nav-pills > li > a{
	border-radius: 0px;
	padding: 10px 4px;
}

.new_awards_inner_pages #sec-winners-red-title, .page #sec-winners-red-title {
color: #9c231b; 
font-weight: bold;	
font-size:18px;
margin-top: 10px;
margin-bottom: 10px;
font-family: inherit;
}

.new_awards_inner_pages #award-winner-green-title,.page #award-winner-green-title{
color: #368e4f; 
font-weight: bold;	
font-size:24px;
margin-top: 20px;
font-family: inherit;
}

.new_awards_inner_pages #award-winner-green-subtitle, .page #award-winner-green-subtitle{
color: #368e4f; 
font-size:18px;
margin-top: 10px;
margin-bottom: 10px;
font-family: inherit;
}

.new_awards_inner_pages #all-awards-button, .page #all-awards-button{
border-radius: 0px;
float: right;
}

.new_awards_inner_pages #award-winner-green-case-study a, .page #award-winner-green-case-study a{
color: #368e4f; 
font-size:15px;
font-family: inherit;
}

.new_awards_inner_pages #call_entries, .page #call_entries{
	color: #9c231b; font-weight: bold;
	
}

.new_awards_inner_pages .dropdown-menu, .page .dropdown-menu{
	min-width: 60px;
	
}

.new_awards_inner_pages .award-description, .page .award-description{
	font-weight: bold;
	padding-bottom: 10px;	
}

.new_awards_inner_pages .winner-project-name, .page .winner-project-name {
    color: #9c231b;
    font-weight: bold;
	margin-top: 5px;
}

.new_awards_inner_pages #breadcrumb_awards, .page #breadcrumb_awards {
    font-size: 12px;
	text-transform: none;
}
.new_awards_inner_pages ul#breadcrumb_awards  li, .page ul#breadcrumb_awards li{
    padding: 5px 0px 5px 0px;
    margin-bottom: 5px;
}
.new_awards_inner_pages ul#breadcrumb_awards  li:not(:last-child):after
, .page ul#breadcrumb_awards  li:not(:last-child):after{
	margin:0px 5px;
    content: '\/';
}

.new_awards_inner_pages .well_awards , .page .well_awards {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.new_awards_inner_pages .camera_caption, .page .camera_caption{	
	background: rgba(50, 61, 67, 0.9);
	color: #fff;
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}

#sec-winners .carousel-control{	
	width: 5%;
}

#sec-winners .carousel-inner > .item > img{
	max-height: 382px;
}

#sec-winners .camera_caption > div {
background: rgba(50, 61, 67, 0.9) none repeat scroll 0 0;
padding: 10px 20px;
text-align: center;
}

#sec-winners #year_selected_award{
	padding: 10px 1px;
}
.new_awards_inner_pages .carousel-indicators{
  border-color:#999;
  background: rgba(50, 61, 67, 0.9);
  bottom:-30px;
  margin-left:0px;
  margin-right:0px;
  width:100%;
}
@media screen and (min-width: 768px)
{
#sec-winners .carousel-indicators {
    bottom: -35px;
}


/*.winner-project-name::before {
content :    "\a" ;
white-space :    pre ;
} */
/* end of added new classes*/
