html {
    position: relative;
    min-height: 100%;
}

footer {
    display:none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.pattern-line {
  /*background-color: #ffffff; opacity: 0.8;*/
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #e6e6e6 0, #e6e6e6 1px, #ffffff 0, #ffffff 50%);
}

.pattern-paper {
  /*background-color: #e5e5f7; opacity: 0.8;*/
  background-image:  linear-gradient(#cc0000 2px, transparent 2px), linear-gradient(90deg, #cc0000 2px, transparent 2px), linear-gradient(#cc0000 1px, transparent 1px), linear-gradient(90deg, #cc0000 1px, #ff0039 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;"
}

a {
  color: #00b8e6;
}

a:hover {
  color: #00b300;
}

.active {
  color: #00b300 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #00b8e6;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00b300;
}

.dropdown-menu{
  background: #00b300;  
}

.dropdown-menu a{
  color: #f2f2f2;
}

.dropdown-item:hover {
  color: #ffffff;
  background: #008000;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#scrollToTopButton { 
  margin: 0px auto; 
  position: fixed; 
  z-index: 1031; 
  bottom: 20px; 
  right: 25px;
}

#scrollToTopButton button{ 
  border: none; 
  border-radius: 25px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-caption {
  max-width: 100%;
  width:100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(0, 0, 0, 1));
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Image Hover Effect ================================= */

.image-item {
  position: relative; 
  height: 300px;
  overflow: hidden;
  width: 100%;
}

.image-item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image-content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.image-content .image-content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.image-content:hover .image-content-overlay{
  opacity: 1;
}

.image-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-content:hover .image-content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.image-content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.image-content-details p{
  color: #fff;
  font-size: 0.8em;
}

.image-fadeIn-bottom{
  top: 80%;
}

.image-fadeIn-top{
  top: 20%;
}

.image-fadeIn-left{
  left: 20%;
}

.image-fadeIn-right{
  left: 80%;
}

/* Page Loader ================================= */

.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center; 
}
.page-loader-wrapper p {
  font-size: 30px;
  margin-top: 10px;
}
.page-loader-wrapper .loader {
  position: relative;
  top: calc(50% - 30px);
}

/* Date Picker ================================= */

.datepicker.datepicker-dropdown.dropdown-menu {
  margin-top: 0 !important; 
  background: #ffffff;
}

.datepicker table tr td.active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009688), to(#009688));
  background-image: -webkit-linear-gradient(to bottom, #009688, #009688);
  background-image: -o-linear-gradient(to bottom, #009688, #009688);
  background-image: linear-gradient(to bottom, #009688, #009688);
  border: none; 
}
.datepicker table tr td.active:hover.active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009688), to(#009688));
    background-image: -webkit-linear-gradient(to bottom, #009688, #009688);
    background-image: -o-linear-gradient(to bottom, #009688, #009688);
    background-image: linear-gradient(to bottom, #009688, #009688);
    border: none; 
}

.datepicker table tr td.selected {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009688), to(#009688));
  background-image: -webkit-linear-gradient(to bottom, #009688, #009688);
  background-image: -o-linear-gradient(to bottom, #009688, #009688);
  background-image: linear-gradient(to bottom, #009688, #009688);
  border: none; 
}

.datepicker table tr td span.active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009688), to(#009688));
  background-image: -webkit-linear-gradient(to bottom, #009688, #009688);
  background-image: -o-linear-gradient(to bottom, #009688, #009688);
  background-image: linear-gradient(to bottom, #009688, #009688);
  border: none; 
}
.datepicker table tr td span.active:hover.active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009688), to(#009688));
    background-image: -webkit-linear-gradient(to bottom, #009688, #009688);
    background-image: -o-linear-gradient(to bottom, #009688, #009688);
    background-image: linear-gradient(to bottom, #009688, #009688);
    border: none; 
}

.datepicker table.table-condensed > tbody > tr > td {
  padding: 6px 9px; 
}

.input-daterange .form-control {
  text-align: left; 
}

.input-daterange .input-group-addon {
  padding-right: 10px !important; 
}
