@charset "utf-8";
/* CSS Document */

/********************************************** 

		BANNER SLIDES

***********************************************/
.carousel-indicators {
	bottom: 0px;
}
.carousel-inner{
}
.carousel-control{
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus{
  color: #fc837e;
  background-color: transparent;
}
.carousel-control.right,
.carousel-control.left{
  background-image: none;
  font-size: 30px;
  line-height: 30px;
  padding-top: 0px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
}
.carousel-control.right{
  right: 0;
}
.carousel-control.left{
  left: 0;
}
/* INDICATORS */
.carousel-indicators {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 25px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  height: 20px;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0px 5px 0 5px;
  text-indent: -999px;
  cursor: pointer;
  border: 0px solid #d60303;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-indicators li:hover{
  background-color: rgb(255, 255, 255);
}

.carousel-indicators .active {
  width: 50px;
  height: 15px;
  margin: 0px 5px 0 5px;
  border: 0px solid #ffffff;
  background-color: rgb(255, 255, 255);
}
#frontpage-carousel .carousel-indicators{
  position: relative;
  height: auto;
  bottom: auto;
  left: auto;
  overflow: hidden;
}
#frontpage-carousel .carousel-indicators li{
  width: 100%;
  display: block;
  text-indent: 0;
  padding: 10px 15px 10px 15px;
  margin: 0;
  text-align: left;
  height: auto;
  background-color: rgba(25, 193, 243, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.75;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.85);
}
#frontpage-carousel .carousel-indicators li:hover{
  background-color: rgba(236, 98, 93, 0.9);
  opacity: 1;
}
#frontpage-carousel .carousel-indicators li.active{
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(25, 193, 243);
  opacity: 1;
  padding: 0;
  height: 0;
}
/* FRONTPAGE CAROUSEL */
#frontpage-carousel{
  position: relative;
  /*border-radius: 0 0 10px 10px;
  overflow: hidden;*/
  color: #ffffff;
}
#frontpage-carousel .item{
}
#frontpage-carousel .item .excerpt-read-more{
  color:rgb(150, 201, 61);
}
#frontpage-carousel .item .excerpt-read-more:hover{
  color:#fc837e;
}
#frontpage-carousel .item-content{

}
#frontpage-carousel .item-content iframe{
  width: 290px;
  height: 163px;
}
#frontpage-carousel .item-content .item-content-inner{
  height:340px;
  background-color: rgba(0, 0, 0, 0.50);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#frontpage-carousel .item-content.full-img-bg .item-caption{
  padding: 15px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.50);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
}
#frontpage-carousel .item-content .item-caption h2{
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 25px;
  font-weight: 700;
  display: block;
  text-align: left;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
  padding-bottom: 15px;
}
#frontpage-carousel .item-content .item-caption h2 a{
  color:rgb(150, 201, 61);
}
#frontpage-carousel .item-content .item-caption h2 a:hover,
#frontpage-carousel .item-content .item-caption h2 a:focus{
  color:#fc837e;
}
#frontpage-carousel .item-content .item-caption span.item-text{
  display: block;
  min-height: 40px;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
/* INDICATORS */
#foto-carousel .carousel-indicators,
#video-carousel .carousel-indicators {
  position: inherit;
  bottom: auto;
  left: auto;
  z-index: 15;
  width: 100%;
  height: 80px;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#foto-carousel .carousel-indicators li,
#video-carousel .carousel-indicators li {
  display: block;
  width: 25%;
  height: 80px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #FFF;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  opacity: 0.75;
}
#foto-carousel .carousel-indicators .active,
#video-carousel .carousel-indicators .active {
  width: 25%;
  height: 80px;
  margin: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: 1;
}
/* FOTO CAROUSEL */
#foto-carousel > .carousel-inner{
  min-height:260px;
  width: 100%;
}
#foto-carousel{
  padding-top: 0px;
}
#foto-carousel .news-slide{
  padding: 0;
  margin: 0;
}
#foto-carousel .news-slide .news-slide-inner{
  position:relative;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}
#foto-carousel .news-slide .news-slide-content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#ffffff;
  padding: 15px;
}
#foto-carousel .news-slide .news-slide-title{
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  display: block;
}
#foto-carousel .carousel-control{
  background-color: transparent;
  opacity: 0.5;
}
#foto-carousel .carousel-control:hover, 
#foto-carousel .carousel-control:focus {
  opacity: 1;
}
#foto-carousel .carousel-control.left{
  left: 0px;
} 
#foto-carousel .carousel-control.right{
  right: 0px;
}
#foto-carousel .carousel-control:active {
  background-color: transparent;
}
#foto-carousel .carousel-control:active .icon-prev, 
#foto-carousel .carousel-control:active .icon-next, 
#foto-carousel .carousel-control:active .glyphicon-chevron-left, 
#foto-carousel .carousel-control:active .glyphicon-chevron-right{
  color:#ffffff;
}
/* VIDEO CAROUSEL */
#video-carousel > .carousel-inner{
  min-height:260px;
  width: 100%;
}
#video-carousel{
  padding-top: 0px;
}
#video-carousel .news-slide{
  padding: 0;
  margin: 0;
}
#video-carousel .news-slide .news-slide-inner{
  position:relative;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}
#video-carousel .news-slide .news-slide-content{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#ffffff;
  padding: 15px;
}
#video-carousel .news-slide .news-slide-title{
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  display: block;
}
#video-carousel .carousel-control{
  background-color: transparent;
  opacity: 0.5;
}
#video-carousel .carousel-control:hover, 
#video-carousel .carousel-control:focus {
  opacity: 1;
}
#video-carousel .carousel-control.left{
  left: 0px;
} 
#video-carousel .carousel-control.right{
  right: 0px;
}
#video-carousel .carousel-control:active {
  background-color: transparent;
}
#video-carousel .carousel-control:active .icon-prev, 
#video-carousel .carousel-control:active .icon-next, 
#video-carousel .carousel-control:active .glyphicon-chevron-left, 
#video-carousel .carousel-control:active .glyphicon-chevron-right{
  color:#ffffff;
}
/********************************************** 

    BANNERS

***********************************************/
/* ARTICLE BANNER */
.article-banner{
  padding: 0px 40px;
  min-height:240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-banner .content-block{
  margin: 0;
  margin-bottom: 30px;
  margin-top: 15px;
}
/********************************************** 

    RESPONSIVE STYLE

***********************************************/
@media (min-width: 480px) {
  #frontpage-carousel .item-content{

  }
  #frontpage-carousel .carousel-indicators,
  #frontpage-carousel .item-content .item-content-inner{
    height:340px;
  }
  #frontpage-carousel .item-content .item-caption span.item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  #frontpage-carousel .item-content.full-img-bg .item-caption a.link-box{
    margin-top: 15px;
  }
  #frontpage-carousel .item-content.video .item-caption a.link-box{
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .carousel-indicators li {
    width: 50px;
  }
  #frontpage-carousel .item-content{

  }
  #frontpage-carousel .carousel-indicators,
  #frontpage-carousel .item-content .item-content-inner{
    height:264px;
  }
  #frontpage-carousel .item-content iframe{
    width: 470px;
    height: 264px;
  }
  #frontpage-carousel .item-content .item-caption{
    padding-bottom: 55px;
  }
  #frontpage-carousel .item-content .item-caption h2{
    line-height: 30px;
    font-size: 30px;
  }
  #frontpage-carousel .item-content .item-caption span.item-text {
    font-size: 20px;
    line-height: 25px;
  }
  #frontpage-carousel .item-content.video .item-caption a.link-box{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
  #frontpage-carousel .item-content.full-img-bg .item-caption a.link-box{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  #frontpage-carousel .item-content.video a.link-box{
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2000;
  }
  #frontpage-carousel .item-content .item-caption a.link-box{
    padding-left: 20px;
    padding-right: 20px;
  }
  #frontpage-carousel .carousel-indicators li{
    height: 88px;
  }
}
@media (min-width: 992px) {
  #frontpage-carousel .carousel-control.right,
  #frontpage-carousel .carousel-control.left{
    background-image: none;
    font-size: 50px;
    line-height: 50px;
    padding-top: 5px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }
  #frontpage-carousel .item-content{

  }
  #frontpage-carousel .carousel-indicators,
  #frontpage-carousel .item-content .item-content-inner{
    height:347px;
  }
  #frontpage-carousel .item-content iframe{
    width: 617px;
    height: 347px;
  }
  #frontpage-carousel .item-content .item-caption h2{
    line-height: 40px;
    font-size: 40px;
  }
  #frontpage-carousel .item-content .item-caption span.item-text {
    font-size: 20px;
    line-height: 25px;
  }
  #frontpage-carousel .carousel-indicators li{
    height: 115.66666666666667px;
  }
}
@media (min-width: 1200px) {
  #frontpage-carousel .item-content{

  }
  #frontpage-carousel .carousel-indicators,
  #frontpage-carousel .item-content .item-content-inner{
    height:422px;
  }
  #frontpage-carousel .item-content iframe{
    width: 750px;
    height: 422px;
  }
  #frontpage-carousel .item-content .item-caption h2{
    line-height: 40px;
    font-size: 40px;
  }
  #frontpage-carousel .item-content .item-caption span.item-text {
    font-size: 25px;
    line-height: 30px;
  }
  #frontpage-carousel .carousel-indicators li{
    height: 140.66666666666667px;
  }
}
@media (min-width: 1400px) {

}