#activities a{
	color: #134635;
}
#activities .custom-select-dropdown select{
	border-color: #9eddca;
	border-radius: 3px;
	color: #fff;
	font-size: 28px;
	text-align-last: left;
	height: 95%;
}
#activities .custom-select-dropdown select option{
	color: #000;
}
#activities .custom-select-dropdown select:hover,
#activities .custom-select-dropdown select:focus {
  border-color: #fff;
}
#activities .custom-select-dropdown .select_arrow {
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 30px;
}
#activities .custom-select-dropdown .select select:hover ~ .select_arrow,
#activities .custom-select-dropdown .select select:focus ~ .select_arrow {
    border-color: #000000;
}
#activities .custom-select-dropdown .select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}
hr.seperate-green.top{
	width: 92%;
}
#activities .block-list hr{
	margin: 4px 0;
}

#activities .block-list hr.last{
	margin-top: 16px;
}
.date-list-atv{
	font-size: 20px;
	margin: 10px 0 0 0;
}
.date-list-atv.only-xs{
	font-size: 18px;
	width: 100%;
}
.title-list-atv{
	font-size: 24px;
}
.subtitle-list-atv{
	font-size: 20px;
  font-weight: normal;
}
.more-list-avt p.text-white{
	font-size: 28px;
	font-weight: bold;
}
#activities .carousel-indicators{
	padding: 14px 0;
	color: rgba(0, 0, 0, 0.3);
	margin: 0;
	height: 50px;
	position: relative;
}

#activities .carousel-indicators li{
	width: 16px;
	height: 16px;
	background: white; 
	-moz-border-radius: 70px; 
	-webkit-border-radius: 70px; 
	border-radius: 70px;
}

#activities .carousel-indicators li.active{
	background: #f67323; 
}
#click-slide-to-top{
	width: 40px;
	height: 40px;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

#activities a.link-detail{
	color: #134635;
	display: block;
	width: 100%;
	height: 221px;
	overflow: hidden;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


 /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 360px) {
	#activities a.link-detail{
		height: 94px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.title-list-atv{
		font-size: 30px;
	}
	.subtitle-list-atv{
		font-size: 24px;
	  font-weight: normal;
	}
	#activities .carousel-indicators li {
    width: 18px;
    height: 18px;
  }
	#click-slide-to-top {
    width: 50px;
    height: 50px;
  }
  #activities a.link-detail{
		height: 165px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#activities a.link-detail{
		height: 221px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}