/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
    margin-top: 30px;
    margin-bottom: -30px;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.copyright_home {
   color: #dbdad5;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
}

.ft_regular{
    margin: 50px 0;
}

.ft_home{
    margin: -30px 0;
}

/* Fade Slider CSS */
.carousel_fade .item {
  -webkit-transition: 0.6s ease-in-out opacity;
  -moz-transition: 0.6s ease-in-out opacity;
  -o-transition: 0.6s ease-in-out opacity;
  transition: 0.6s ease-in-out opacity;
  left: 0 !important;
}

.carousel_fade .next.left,
.carousel_fade .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel_fade .active.left,
.carousel_fade .active.right {
  opacity: 0;
  z-index: 2;
}

.carousel .carousel-control {
  z-index: 1000;
  outline:none;
}
.trz {
  opacity: 1;
}
.trz:hover {
  opacity: 0.70;
  transition: all 0.6s ease-in 0s;
}
.trh {
  opacity: 0.70;
}
.trh:hover {
  opacity: 1;
  transition: all 0.6s ease-in 0s;
}
.trv {
  opacity: 0.60;
}
.trv:hover {
  opacity: 1;
}
/* Mike'a */
.img_spc {
  box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
  max-height: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-left-width: 20px !important;
  border-left-style: solid !important;
  border-right-width: 20px !important;
  border-right-style: solid !important;
  border-top-width: 20px !important;
  border-top-style: solid !important;
  border-bottom-width: 20px !important;
  border-bottom-style: solid !important;
  border-radius: 6px !important;
}

.modal-content {
height: 100% !important;
background-color: rgba(0,0,0,0) !important;
width: auto !important;
box-shadow: none !important;
border: none !important;
}

.modal-dialog {
  height: 100% !important;
  padding: 10px 10px !important;
  width: auto !important;
}

.modal-body {
  height: 100% !important;
  width: auto !important;
  padding: 0 0 !important;
}
.col-lg-1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.thumbnail_s {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail_s > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.ac_li {
  color: white;
}
