/*@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');*/

/* GLOBAL
-------------------------------------------------- */
body {
  line-height: 1.3rem;
}

.h1, h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #212121;
}
.h2, h2 {
  font-size: 1.4rem;
  color: #212121;
}
.h3, h3 {
  font-size: 1.2rem;
  color: #212121;
}
.h4, h4 {
  font-size: 1.1rem;
  color: #212121;
}
.h5, h5 {
  font-size: 1.0rem;
  color: #212121;
}
p {
  /*font-size: 1.6rem;*/
  font-weight: 100;
  color: #757575;
}
li {
  color: #757575;
  font-weight: 100;
}
b, strong {
    font-weight: bold;
    color: inherit;
}

a {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
    color: #404040;
    text-decoration: none;
}

/* lazy loading adoptions */
/* img.lazy {
       width: 700px;
       height: 467px;
       display: block;
   } */

.form-group {
    margin-bottom: 0;
}
/* formsy */
.description {
    margin-bottom: 1rem;
}
.field-wrapper {
    margin-bottom: 1rem;
}
.field-wrapper ul {
  list-style: none;
}

/* .field-wrapper input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */
input.textarea, input.textinput, input.dateinput, input.emailinput {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.field-wrapper input.radioselect {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* input.checkboxselectmultiple {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
input.booleanfield {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.75rem;
  font-size: 1rem;
  line-height: 1.5;
} */

.field-wrapper textarea {
    display: block;
    width: 100%;
    height: 5rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label input.checkboxselectmultiple {
  position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.checkboxinput {
  padding-left: 1.5rem;
}
input.booleanfield {
  position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.panel-title {
  position: relative;
}

.panel-title::after {
	content: "\f107";
	color: #333;
	top: 0px;
	right: -18px;
	position: absolute;
  font-family: "FontAwesome"
}
.panel-title[aria-expanded="true"]::after {
	content: "\f107";
}
.table td, .table th {
    border-top: 0px solid #e9ecef;
}

.btn-primary {
    background-color: #03A9F4;
}
.btn-primary:hover, .btn-primary:focus  {
    background-color: #028bca;
}
.btn-secondary {
    background-color: #4CAF50;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #3e8e41;
}
.btn-outline-secondary {
  border-color: #bfbfbf;
  color: #757575;
}
/*  pagination */
.page-link {
    color: #757575;
}
a.page-link:hover, a.page-link:focus {
    color: #404040;
}

.side-menu {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; */
  /* -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); */
  /*height: 40rem;*/
  /* padding: 1rem 1.5rem 2rem 1.5rem; */
}

/* Sections Side Menu */
.side-menu h1{
  font-weight: 100;
  padding: 0.5rem 1.25rem 0.2rem 1.25rem;
}
.list-group-item {
    background-color: #03A9F4;
    color: #fff;
    /* border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125); */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0px solid rgba(0,0,0,.125);
    border-right: 0px solid rgba(0,0,0,.125);
}
.list-group-item:last-child {
    border-bottom: 0px solid #fff;
}
.list-group-item.active {
    background-color: #029ce3;
    border-color: #fff;
    /* font-weight: bold; */
}
.list-group-item-action:hover, .list-group-item-action:focus {
  background-color: #028bca;
  border-color: #fff;
  color: #fff;
}
.list-group-item-action a {
  color: #fff;
}

/* Sections Side Article */
.side-article {
  margin-top: 1rem;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  padding: 1rem 1.2rem 2rem 1.2rem;
}
/* Sections Side Article */
.side-article h1{
  font-weight: 100;
  /* padding: 0.5rem 1.25rem 0.2rem 1.25rem; */
}

.cover {
    color: inherit;
    margin-bottom: 0px !important;
    padding: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 70%;
}
.cover-bg {
  color: inherit;
  margin-bottom: 0px !important;
  padding: 0px;
  background-color: transparent;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  /* min-height: 70%; */
  height: 400px;
}
.cover-image {
  /* z-index: -1; */
  position: absolute;
  top: 0px;
  width: 100%;
  height: 40rem;
  /* height: 100% */
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: top center;
}
.background-image-fixed {
  background-attachment: fixed;
}
/* NAVBAR
-------------------------------------------------- */
.navbar{
      position:absolute;
      width:100%;
      z-index:21;
      max-width:100%;
}

.bg-dark {
  background-color:rgba(66, 79, 83, 0.5) !important;
  z-index: 1000;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
/* CAROUSEL
-------------------------------------------------- */
.carousel, .item, .active {
	height: 100%;
}
.grad {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(1,5,13,.8)),to(rgba(1,5,13,0)));
  background-image: linear-gradient(0deg,rgba(1,5,13,.8) 0,rgba(1,5,13,0));
}

.carousel-inner {
	height: 100%;
}

.carousel-caption {
    position: absolute;
    right: 12%;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h1 {
  font-size: 2.6rem;
  font-weight: 100;
  color: #fff;
  -webkit-text-shadow: 0px 1px 2px #FF0000;
  -moz-text-shadow: 0px 1px 2px #FF0000;
  text-shadow: 0px 1px 2px #FF0000;
}
.carousel-caption p {
  color: #fff;
  -webkit-text-shadow: 0px 1px 2px #FF0000;
  -moz-text-shadow: 0px 1px 2px #FF0000;
  text-shadow: 0px 1px 2px #FF0000;
}
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}


/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 32rem;
  background-color: #777;
} */
.carousel-item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  min-width: 100%;
  /*height: 32rem;*/
}

/*@media only screen and (min-width : 768px) {
  .is-table-row {
    display: table;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

.is-table-row .box {
  background: none;
  position: static;
}
.is-table-row [class*="col-"] {
  background: #fff;
}*/


/* MAIN PAGE
-------------------------------------------------- */
.main-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}
.main-news {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  /*height: 40rem;*/
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.news-entry img {
  margin-bottom: 1rem;
}
.news-date {
  color: #757575;
}
.news-more {
  color: #212121;
  font-size: 90%;
  font-weight: 500;
}
.entry {
  word-break: break-word;
}
.entry-list img {
  width: 80px;
  height: 80px;
}

.main-about-us {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    /*height: 400px;*/
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.main-about-us img {
  padding-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.about-us-btn {
  margin-top: 0.5rem;
}
.about-us-btn .btn-primary{
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

/* ADOPTION */
.main-adoption-bg {
  z-index: 0;
  width: 100%;
  /*min-height: 500px;*/
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-image: url("../img/adoption-bg.jpg");
}
.main-adoption-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-adoption-content h1{
  padding-bottom: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}
.main-adoption-content .btn{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.main-adoption-content p{
  padding-top: 10px;
  color: #fff;
}
.main-adoption-content a:hover{
  text-decoration: none;
}
.main-adoption-content img:hover {
  border: 6px;
  opacity: 0.9;
}

.main-help {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-help h1{
  font-size: 2rem;
  font-weight: 100;
  color: #757575;
}
.main-help img {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  width: 110px;
  height: 110px;
}
.main-help img:hover {
  /* opacity: 0.9; */
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.main-help h2{
  padding-bottom: 0.5rem;
  font-weight: 300;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    vertical-align: middle;
    line-height: 1.6;
}
.btn-outline-secondary {
  color: #757575;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active  {
  color: #757575;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
}
.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #757575;
  background-color: #fff;
  border-color: rgba(134,142,150,.5);
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item:hover, .bootstrap-select.btn-group .dropdown-menu a.dropdown-item:active {
    background-color: #f6f6f6;
    border: 0;
}
.bootstrap-select.btn-group .dropdown-menu .selected{
  border:0;
  background-color: #f4f4f4;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: #fff;
    border: 0;
}
/* FOOTER */
.footer {
  z-index: 0;
  width: 100%;
  min-height: 200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-image: url("../img/footer-bg.jpg");
  color: #fff;
}

.footer a {
  color: #fff;
}
/*.footer a:hover .facebook img svg path,
.footer a:hover .facebook img svg polyline {
  transition: 0.3s;
  stroke: blue;
}*/
.footer .flexi{
  padding-top: .3rem;
  color: #fefefe;
  font-size: 12px;
}


/* SECTIONS */

/* Adoptions */
.adoption {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.adoption-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.adoption-gutters>.col, .adoption-gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.adoption-gutters>.col:first-child, .adoption-gutters>[class*=col-]:first-child {
    padding-right: 5px;
    padding-left: 0px;
}
.adoption-gutters>.col:last-child, .adoption-gutters>[class*=col-]:last-child {
    padding-right: 0px;
    padding-left: 5px;
}
.adoption .card-more {
  color: #212121;
  font-size: 90%;
  font-weight: 500;
}
.adoption .card-body {
  color: #757575;
}
/* .align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
} */

.card-col {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.card {
  width: 100%;
}

/* ADOPTION DETAILS */
.adoption-details {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  /*height: 40rem;*/
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.adoption-entry img {
  margin-bottom: 1rem;
  min-width: 100%;
}
.adoption-entry tr td:last-child {
  padding-left: 2.5rem;
  color: #757575;
}
.adoption-share {
  padding-top: 1.5rem;
}
.adoption-share h2{
  padding-bottom: 0.4rem;
  font-weight: 100;
}
.adoption-btn img {
  /* margin-right: rem; */
}


.btn-flex {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.btn-flex .btn:first-child {
    flex-grow: 1;
}
/* END Adoptions */

/* Article */
.article-details {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.entry img {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.entry ul.list-inline {
  margin-bottom: 0;
}
.entry ul.list-inline img {
  margin-bottom: 0;
}
.entry table {
  margin-bottom: 0;
}
/* END Article */

/* News */
.news {
  margin-top: 1rem;
}
.news p {
  font-size: 1rem;
}
.news p > a {
  font-weight: 100;
  color: #757575;
}
.news small {
  font-size: 0.8rem;
}
/* END News */

/* Wets */
.wet-item {
  width: 400px;
}

/* COOKIES */
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}

img.unavailable {
    -webkit-filter: opacity(25%); /* Safari 6.0 - 9.0 */
    filter: opacity(25%);
}