body {
	font-family: sans-serif, Helvetica, Arial;
	color: #333;
	font-size: 1.1rem;
	font-weight: 300;
}

.has-error .form-control {
  border-color: #883333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #632525;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c35e5e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c35e5e;
}

.form-control:focus {
  border-color: #FF7900;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #FF7900;
}

.border-error {
	border: 1px solid #883333;
}

.text-orange {
	color: #FF7900 !important;
}

.text-orange-shadow {
	color: #FF7900 !important;
	text-shadow: 0px -1px 1px #000;
}

.text-purple {
	color: #a84597 !important;
}

.text-purple-shadow {
	color: #a84597 !important;
	text-shadow: 0px -1px 1px #ffffff;
}

.text-white-shadow {
	color: #ffffff !important;
	text-shadow: 0px -2px 2px #000000;
}

#wrap {
	min-height: 100%;
	width: 100%;
}

#main {
	overflow: auto;
	padding-top: 115px; 
	padding-bottom: 150px; 
	width: 100%;
}

.navigation {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: #a84597;
	/* border-bottom: 1px solid #FFFFFF; */
}

.dropdown-item:active{
    background-color: #a84597 !important;
}

#logo {
	height: 102px;
	width: auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;	
}

#logo.logo-small {
	height: 62px;
	width: auto;
}

.home {
	padding-top: 4px;
}

.headline-divider {
	width: 600px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.content-banner {
	padding-bottom: 50px;
	height: 800px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: url(../img/167618810.jpg) no-repeat center center;
	background-size: cover;		
}

.content-banner-text h1 {
	color: #ffffff !important;
	font-size: 3.2em !important;
	text-shadow: 0px -1px 1px #000000;

}

.content-banner-text p {
	color: #ffffff !important;
	font-size: 1.7em !important;
	text-shadow: 0px -1px 1px #000000;
}

.content-banner-text {
	position: relative;
	padding-top: 25%;
	padding-bottom: 20%;
}

.content-banner-arrow {
	position: relative;	
	width: 100%;
	text-align: center;
}

.down {
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 60px;
   height: 60px;	
   border-radius: 50%;
   box-shadow: 0 0 0 5px #fff, 0 5px 25px rgba(0,0,0,.8);
   overflow: hidden;
}

.down .fa {
   font-size: 60px;
   color: #fff;
   text-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.content-animals {
	margin-top: 50px; 
	width: 100%;
}

.carousel-indicators li {
	height: 20px;
	width: 20px;
	border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #FF7900;
}

.content-news{
	margin-top: 50px;
	height: 600px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: url(../img/141047955.jpg) no-repeat center center;
	background-size: cover;		
}

.content-news-text {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.content-news-text h1 {
	color: #ffffff !important;
	font-size: 2.4em !important;
	text-shadow: 0px -1px 1px #000000;

}

.content-spacer {
	margin: 0;
	height: 200px;
	width: 100%;	
	background-color: #a84597;
}

.content-donate {
	margin-top: 50px;
	height: 600px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: url(../img/175183320.jpg) no-repeat center center;
	background-size: cover;		
}

.content-donate-text {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.content-donate-text h1 {
	color: #ffffff !important;
	font-size: 2.4em !important;
	text-shadow: 0px -1px 1px #000000;

}

.content-contact {
	margin-top: 50px;
	height: 600px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: url(../img/182802768.jpg) no-repeat center center;
	background-size: cover;		
}

.content-contact-text {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.content-contact-text h1 {
	color: #ffffff !important;
	font-size: 2.4em !important;
	text-shadow: 0px -1px 1px #000000;

}

.content-themes {
	margin-top: 50px; 
}

.content-themes .content-themes-text {
	padding: 20px;
}

.content-themes .content-themes-img {
	min-height: 30rem;
	background-size: cover;
}

.themes-button {
	widht: 100%;
	padding-top: 20px;
}

.content-help{
	margin-top: 50px;
}

.content-counter {
	margin-top: 50px; 
	margin-bottom: 50px; 
}

.counter {
	font-size: 4em;	
}

.counter-text {
		
}

.footer {
	position: relative;
	margin-top: -150px; 
	height: 150px;
	clear: both;
	padding-top: 20px;
} 

h2 {
  font-size: 1.6em;
  color: #a84597;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

h3 {
  font-size: 1.4em;
  margin: 0px;
  padding: 0px 0px 10px 0px;  
}

h4 {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px 0px 10px 0px;  
}

a.a-orange:link { color: #FF7900; text-decoration: none; }
a.a-orange:visited { color: #FF7900; text-decoration: none; }
a.a-orange:hover { color: #FF7900; text-decoration: underline; }
a.a-orange:active { color: #FF7900; text-decoration: none; }

.h-80-p {
	min-height: 80px !important;
}

.btn-orange { 
  color: #FFFFFF; 
  background-color: #FF7900; 
  border-color: #DB6800; 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #FFFFFF; 
  background-color: #db6800; 
  border-color: #DB6800; 
} 
 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  background-image: none; 
} 
 
.btn-orange.disabled, 
.btn-orange[disabled], 
fieldset[disabled] .btn-orange, 
.btn-orange.disabled:hover, 
.btn-orange[disabled]:hover, 
fieldset[disabled] .btn-orange:hover, 
.btn-orange.disabled:focus, 
.btn-orange[disabled]:focus, 
fieldset[disabled] .btn-orange:focus, 
.btn-orange.disabled:active, 
.btn-orange[disabled]:active, 
fieldset[disabled] .btn-orange:active, 
.btn-orange.disabled.active, 
.btn-orange[disabled].active, 
fieldset[disabled] .btn-orange.active { 
  background-color: #FF7900; 
  border-color: #DB6800; 
} 
 
.btn-orange .badge { 
  color: #FF7900; 
  background-color: #FFFFFF; 
}

.btn-purple { 
  color: #FFFFFF; 
  background-color: #A84597; 
  border-color: #803373; 
} 
 
 .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
 
.btn-purple:hover, 
.btn-purple:focus, 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  color: #FFFFFF; 
  background-color: #65285A; 
  border-color: #803373; 
} 
 
.btn-purple:active, 
.btn-purple.active, 
.open .dropdown-toggle.btn-purple { 
  background-image: none; 
} 
 
.btn-purple.disabled, 
.btn-purple[disabled], 
fieldset[disabled] .btn-purple, 
.btn-purple.disabled:hover, 
.btn-purple[disabled]:hover, 
fieldset[disabled] .btn-purple:hover, 
.btn-purple.disabled:focus, 
.btn-purple[disabled]:focus, 
fieldset[disabled] .btn-purple:focus, 
.btn-purple.disabled:active, 
.btn-purple[disabled]:active, 
fieldset[disabled] .btn-purple:active, 
.btn-purple.disabled.active, 
.btn-purple[disabled].active, 
fieldset[disabled] .btn-purple.active { 
  background-color: #A84597; 
  border-color: #803373; 
} 
 
.btn-purple .badge { 
  color: #A84597; 
  background-color: #FFFFFF; 
}

.navbar-nav > li {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    color: #FFFFFF;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #f8f9fa;
}

header.masthead {
  position: relative;
  background-color: #FFFFFF;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  min-height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

.mh-600 {
	min-height: 600px;
}

@media (max-width: 1370px) {
	.content-banner {
		padding-bottom: 50px;
		height: 500px;
		width: 100%;
		text-align: center;
		color: #ffffff;
		background: url(../img/167618810.jpg) no-repeat center center;
		background-size: cover;		
	}

	.content-banner-text h1 {
		color: #ffffff !important;
		font-size: 2.6em !important;
		text-shadow: 0px -1px 1px #000000;

	}

	.content-banner-text p {
		color: #ffffff !important;
		font-size: 1.5em !important;
		text-shadow: 0px -1px 1px #000000;
	}

	.content-banner-text {
		position: relative;
		padding-top: 15%;
		padding-bottom: 10%;
	}	
	
	.down {
	   position: relative;
	   top: 25%;
	   left: 50%;
	   transform: translate(-50%,-50%);
	   width: 60px;
	   height: 60px;	
	   border-radius: 50%;
	   box-shadow: 0 0 0 5px #fff, 0 5px 25px rgba(0,0,0,.8);
	   overflow: hidden;
	}

	.down .fa {
	   font-size: 60px;
	   color: #fff;
	   text-shadow: 0 2px 5px rgba(0,0,0,.2);
	}	
	
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }

}

@media (max-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }

  .home {
	display: none;
  } 
  
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.table th {
    border-top: none;
}

.animal-pic {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}