.slide-image {
	float: left !important;
	padding-left: 25px;
}
#slideshow-2 .carousel-control.right {
	top: -50px !important;
	right: 2%;
}
#slideshow-2 .carousel-control.left {
	top: -50px !important;
	left: 91%;
}
.carousel-control .icon-next, 
.carousel-control .glyphicon-chevron-right {
	right: -10% !important;
}

#slideshow-2 .carousel-control.right, 
#slideshow-2 .carousel-control.left,
#slideshow-3 .carousel-control.left,
#slideshow-3 .carousel-control.right {
	background-color: #a70 !important;
	background-image: none !important;
	opacity: 1 !important;
	width: 25px !important;
	height: 25px !important;
	border-radius: 5px !important;
}
#slideshow-2 .carousel-control.right:hover, 
#slideshow-2 .carousel-control.left:hover
#slideshow-3 .carousel-control.right:hover, 
#slideshow-3 .carousel-control.left:hover {
	background-color: #295 !important;
}

#slideshow-3 .carousel-control.left {
    left: 90%;
}

#slideshow-3 .carousel-control.right {
    left: 94%;
}

.publishDate {
	position: inherit;
	float: right !important;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.publishMonth {
	background-color: #035 !important; 
	padding: 10px;
	width: 86px;
	position: absolute;
	z-index: 5;
	right: 15px;
	border-top-right-radius: 5px;
}
.publishDay {
	background-color: #2a5; 
	padding: 10px; 
	font-size: 20pt;
	font-weight: 700;
	position: absolute;
	right: 15px;
	z-index:5;
	margin-top: 44px;
	width:86px;
}
/* Donate Sticky */
.fixedBtn a:link, .fixedBtn a:visited {
	display: block;
	height: 155px;
	width: 34px;
}	
.fixedBtn span {
	display: none;
}
.donate {
	background: url(/images/design/main/donate.png) no-repeat scroll left top rgba(0, 0, 0, 0);
	top: 130px;
	z-index: 10000;
	right: 0;
	position: fixed;
}
/*.donate:hover {
	background: url(../images/design/main/donateHover.png) no-repeat scroll left top rgba(0, 0, 0, 0);
}*/
/* Calendar feed */
.calendar-include	.nav-tabs {
  background-color: #062;
  border-bottom: 5px solid #295;
  padding-left: 15px;
}
.calendar-include .nav-tabs>li.active>a, #tbxArea-2 .nav-tabs>li.active>a:hover, #tbxArea-2 .nav-tabs>li.active>a:focus {
  background-color: #295;
  border: 1px solid transparent;
  color: #FFF;
  padding-top: 17px;
}
.calendar-include .item {
  border-left: 1px solid #D0E7EA;
  border-right: 1px solid #FFF;
  float: left;
  margin: 15px 0;
  min-height: 180px;
  padding: 5px 15px;
  width: 33%;
}
.calendar-include .eventDate {
  color: #66AA22;
  display: block;
  font-size: 1.4em;
  float: left;
  margin: 0px 20px 0 0;
  padding: 4px 0;
  text-align: center;
}
.calendar-include .eventDate span {
  background-color: #062;
  color: #FFF;
  clear: both;
  display: block;
  margin-bottom: 4px;
  padding: 10px 20px;
  text-align: center;
}
.calendar-include .btn {
  color: #fff;
  background: #062;
  cursor: pointer;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
}
.calendar-include .btn:hover {
	background-color: #295;
}

/* Media Queries */
@media (max-width: 1199px){
	.carousel-control.left {
		top: -50px !important;
		left: 577px !important;
	}
}
@media (max-width: 991px){
	.carousel-control.left {
		top: -50px !important;
		left: 304px !important;
	}
}
@media (max-width: 767px){
	.carousel-control.right {
		top: -50px !important;
		right: 82px !important;
	}
	.right.carousel-control  .icon-next {
		left: 14px !important;
	}
	.carousel-control.left {
		top: -50px !important;
		left: 612px !important;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next {
		margin-top: -14px;
	}
}
@media (max-width: 740px){
	.carousel-control.right {
		top: -50px !important;
		right: 55px !important;
	}
}
@media (max-width: 718px){
	.carousel-control.right {
		top: -50px !important;
		right: 33px !important;
	}
}
@media (max-width: 695px){
	#slideshow-2 .carousel-control.right, #slideshow-2 .carousel-control.left {
		display: none !important;
	}
}
@media (max-width: 655px){
	.carousel-control.left {
		top: -50px !important;
		left: 571px !important;
	}
}
.captionTitle h3, .captionTitle a, .captionTitle a:hover {
	width: 100%;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	text-rendering: none;
	margin: 0px !important;
	text-align: left;
}
.carousel-caption {
	top: 100px;
	font-size: 25px;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-weight: 300;
	text-align: left;
}
.menu ul ul {
	background-color: #035;
}
.menu ul ul li a:hover {
	color: #fff;
	background-color: #295;
	border: 0;
	padding-left: 21px !important;
}
.captionLink {
	padding-top: 30px;
}
.captionLink a {
	background-color: #035;
	color: #fff !important;
	cursor: pointer;
	outline: 0 none;
	text-shadow: none !important;
	white-space: nowrap;
	word-wrap: normal;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
}
.captionLink a:hover {
	background: none repeat scroll 0 0 #047;
}
#slideshow-1 .carousel-control.left,
#slideshow-1 .carousel-control.right {
	padding-top: 390px;
	border-radius: 0px !important;
}
#slideshow-1 .right .icon-next {
	padding-right: 50px;
}
.iconSet {
	width: 300px!important;
}
.iconBtn div {
	height: 0px !important;
}
.calendar-include li a {
	color: #fff!important;
}
.slide-image {
    width: 25%;
}

@media (max-width: 991px) {
	.slide-image {
		width: 50% !important;
		padding-bottom: 20px !important;
	}
}
@media (max-width: 767px) {
	.slide-image {
		width: 24% !important;
		padding-bottom: 20px !important;
	}
}
@media (max-width: 430px) {
	.slide-image {
		width: 50% !important;
		padding-bottom: 20px !important;
	}
}
@media (max-width: 1199px){
#slideshow-3 .carousel-control.right {
    top: -50px !important;
    left: 610px !important;
}
}
@media (max-width: 991px){
#slideshow-3 .carousel-control.right {
    top: -50px !important;
    left: 340px !important;
}
}

@media (max-width: 767px){
#slideshow-3 .carousel-control.right {
    top: -50px !important;
    left: 642px !important;
}
}
@media (max-width: 767px){
	.carousel-control.left {
		display: none;
	}
	.carousel-control.right {
		display: none;
	}
}

h3.title.title-2 {
    padding-left: 24px;
}


.row.title-2 {
    padding-left: 15px;
}