
/*CAROUSEL GALLERY PHOTO*/
.gallery-photo{ height: 320px; }
.gallery-photo .carouselcontainer{height:100%;}
.gallery-photo .carousel-item{ width:524px;height: 100%; margin: 0; }
.gallery-photo .nav-carousel{line-height: 320px;height: 320px;}
.gallery-photo .carousel-navigation{height: 320px;}
.gallery-photo .caroufredsel_wrapper{height: 320px;}
.gallery-photo .carousel-item a{margin:4px;overflow:hidden;max-width:123px;height:30%;padding:0;}
.gallery-photo .carousel-item a img{margin:0;max-height: 100%;}

.col-media-station .subtitle { font-size:16px; text-transform:uppercase; margin:0 0 15px; }

/*VIDEOS*/
#content .col-media-videos .title { text-transform: uppercase;margin: 0 0 20px 0;font-size: 20px;font-weight:normal;}

/*WEBCAMS*/
#content .station_webcams .pager { margin:16px 0px 10px !important; }
#content .station_webcams .time,
.fancybox-wrap.webcams .time { cursor:default; color:#fff; font-size:13px; position:absolute; top:0; right:0; background:rgba(0,0,0,0.2); display:block; width:100%; padding:4px 16px 4px 0; text-align:right; box-sizing: border-box; }
.fancybox-wrap.webcams .time { font-size:14px; background:#000; }

/* Home blocks */
#home-block-station-medias { background:#fff; padding:50px 0 10px; }
#home-block-station-medias .push { outline:none; margin:10px 15px; display:block; height:290px; text-decoration: none; position: relative; overflow:hidden; border-radius:15px; background:no-repeat 50% 50%; background-size: cover; }
#home-block-station-medias .push .label { display:block; padding:10px 15px;  color:#30342c; text-transform: uppercase; font-size:20px; position: absolute; left:0; bottom:0; width:100%; box-sizing: border-box; background:rgba(255,255,255,0.7); transition: all 150ms ease; }
#home-block-station-medias .push:hover .label { padding-bottom:20px; padding-top:20px; opacity:0.8; color:#111; box-shadow:0 0 20px 20px rgba(255,255,255,0.7);  }
#home-block-station-medias .push i { padding-right: 3px; }

/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {
	
	/* CAROUSEL */
	.gallery-photo .nav-carousel { width: 12%; }
	.gallery-photo .carouselcontainer{ width: 76%; }

}


/* Mobile */
@media screen and (max-width:767px) {

    /*CAROUSEL */
    .gallery-photo .nav-carousel{display: none !important;}
    .gallery-photo,
    .gallery-photo .carouselcontainer,
    .gallery-photo .caroufredsel_wrapper,
    .gallery-photo .carousel-navigation,
    .gallery-photo .carousel-item,
    .gallery-photo .carousel-item img{width: 100% !important;height: 100% !important;}	
    .gallery-photo .carousel-item img{height: auto !important;}
    .gallery-photo .carousel-item a{margin: 10px 20px 10px 0px; width: 110px; display: block;float: left;}
    .gallery-photo .carousel-item a:nth-child(2n) { margin-right: 0px; }

    /* Home blocks */
    #home-block-station-medias { padding:10px 0; }
    #home-block-station-medias .push { margin:10px 5px; height:240px; }

}