/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 8-giu-2016, 11.58.47
    Author     : Luigi
*/


h1{font-family: 'Kaushan Script', cursive; font-weight: 800; font-size: 48px; color: black;}
h2{font-family: 'Open Sans', sans-serif; font-weight: bolder; font-size: 24px; color: #015aaa; margin-top: 0px;}
h3{font-family: 'Open Sans', sans-serif; font-weight: bolder; font-size: 16px; color: white; margin-top: 0px;}
h4{font-family: 'Open Sans', sans-serif; font-weight: bolder; font-size: 36px; color: #015aaa;}
h5{font-family: 'Open Sans', sans-serif; font-weight: bolder; font-size: 24px; color: black;}

p{font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 18px; color:white;}


a{font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 16px; cursor: pointer;}




body{
    background-color: #3f82be;
}
.demo-icon
{
    font-family: "telea";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
}

.navbackground, .fullpage{
    background-color: white;
    margin: 0 auto;
}

.slogan{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: right;
    margin-right: 20%;
}

.logo-tele-a img{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 15%;
}

.navbar-default {
    background-color: #c7ebfc;
}

.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
    color: #015aaa;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #397bb5;
    background-color: transparent;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #015aaa;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
    background-color: #397bb5;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/* On Air CTA */
.live_wrap{
  padding: 20px 0px 0px;
}
.live_wrap .cta{
  width: 200px;
  line-height: 50px;
  display: block;
  margin: 10px auto 0px;
  background-color: #3f82be;
  color: white;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live_wrap .cta .onAir{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
.live_wrap .cta .onAir:before{
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.0;
  position: absolute;
  -webkit-animation: pulsate 2000ms ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 170px;
  height: 50px;
  width: 50px;
  left: -20px;
  top: -20px;
}
.live_wrap .cta .onAir.green{
  background: rgb(124, 252, 0);
  box-shadow: 0px 0px 7px 0px rgb(124, 252, 0, 0.6);
}
.live_wrap .cta .onAir.red{
  background: rgb(205, 92, 92);
  box-shadow: 0px 0px 7px 0px rgb(205, 92, 92, 0.6);
}

@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.0, 0.0); opacity: 0.0;}
  20% {opacity: 0.6;}
  100% {-webkit-transform:
    scale(1.0, 1.0);
    opacity: 0.0;
    background-color: rgba(255, 255, 255, 0.4);
    filter: blur(0.2rem);
  }
}

/* Carousel */

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 138%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0.1)), color-stop(52%,rgba(0,0,0,0.5)), color-stop(138%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 138%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 138%); /* Opera 11.10+ */
    background: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 138%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,1) 138%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px;
}
.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
    z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #5cb85c;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
}

.item{
    height: 400px;
}

.slider-img {
    background-image: url('../Slide/Regia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 400px;
}

.slider-img2 {
    background-image: url('../Slide/regia1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 400px;
}

.slider-img3 {
    background-image: url('../Slide/regia2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 0;
    height: 400px;
}
.slider-img4 {
    background-image: url('../Slide/regia3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 400px;
}


.sidebar-right{
    padding-top: 50px;
}

.sidebar h2{
    margin-bottom: 30px;
}

.social{
    margin-top: 50px;
}


/* Chi siamo */


.title{
    margin-bottom: 30px;
}

.telea, .teleapiu, .tvcap{
    width:100%;
}

.chisiamop{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6d6d6d;
}

/* Programmazione */

.oggi{
    background: -moz-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015aaa', endColorstr='#00015aaa',GradientType=1 ); /* IE6-9 */
}

.oggi h2{
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#slideshow,
#slideshow-2,
#slideshow-3,
#slideshow-4,
#slideshow-5,
#slideshow-6,
#slideshow-7{
    height: 130px;
}

#slideshow .carousel,
#slideshow-2 .carousel,
#slideshow-3 .carousel,
#slideshow-4 .carousel,
#slideshow-5 .carousel,
#slideshow-6 .carousel,
#slideshow-7 .carousel{
    margin-top: 10px;
}

#slideshow .carousel-inner,
#slideshow-2 .carousel-inner,
#slideshow-3 .carousel-inner,
#slideshow-4 .carousel-inner,
#slideshow-5 .carousel-inner,
#slideshow-6 .carousel-inner,
#slideshow-7 .carousel-inner{
    height: 130px;
}
#slideshow .carousel-control,
#slideshow-2 .carousel-control,
#slideshow-3 .carousel-control,
#slideshow-4 .carousel-control,
#slideshow-5 .carousel-control,
#slideshow-6 .carousel-control,
#slideshow-7 .carousel-control{
    text-shadow: none;
}
#slideshow .carousel-control.left,
#slideshow-2 .carousel-control.left,
#slideshow-3 .carousel-control.left,
#slideshow-4 .carousel-control.left,
#slideshow-5 .carousel-control.left,
#slideshow-6 .carousel-control.left,
#slideshow-7 .carousel-control.left{
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}
.leftarrow{
    position: absolute;
    top: 60px;
    left: -4px;
    color: transparent;
}

#slideshow .carousel-control.right,
#slideshow-2 .carousel-control.right,
#slideshow-3 .carousel-control.right,
#slideshow-4 .carousel-control.right,
#slideshow-5 .carousel-control.right,
#slideshow-6 .carousel-control.right,
#slideshow-7 .carousel-control.right{
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}
.rightarrow{
    position: absolute;
    top: 60px;
    right: -4px;
    color: transparent;
}

#slideshow:hover .leftarrow, #slideshow:hover .rightarrow,
#slideshow-2:hover .leftarrow, #slideshow-2:hover .rightarrow,
#slideshow-3:hover .leftarrow, #slideshow-3:hover .rightarrow,
#slideshow-4:hover .leftarrow, #slideshow-4:hover .rightarrow,
#slideshow-5:hover .leftarrow, #slideshow-5:hover .rightarrow,
#slideshow-6:hover .leftarrow, #slideshow-6:hover .rightarrow,
#slideshow-7:hover .leftarrow, #slideshow-7:hover .rightarrow{
    color: #015AAA;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}


.programmazione{
    margin-top: 10px;
}

.programma{
    float: left;
    height: 120px;
    border: 1px solid #C8C9CB;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}

.programma p{
    color:black;
    font-weight: 400;
    font-size: 14px;
}


/* Streaming */


#telea-video{
    width:100%;
    height: 444px;
    margin-top: 60px;
}


/* Partner */


.canale{
    margin-top: 20px;
    text-align: center;
}

.canale p{
    color: black;
}


/* Footer */


.footerborder {
    border-top: 2px solid #015aaa;
    padding-top: 20px;
    margin-top: 50px;
}

footer p{
    color: black;
    font-size: 15px;
}


/* Copertura */


.copertura{
    color: black;
    font-size: 17px;
    margin-bottom: 45px;
}


/* Palinsesto */


.palinsesto1{
    margin-top: 0px;
    background: -moz-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015aaa', endColorstr='#00015aaa',GradientType=1 ); /* IE6-9 */
}

.palinsesto{
    margin-top: 50px;
    background: -moz-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(1,90,170,1) 0%,rgba(1,90,170,0.66) 65%,rgba(1,90,170,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015aaa', endColorstr='#00015aaa',GradientType=1 ); /* IE6-9 */
}

.palinsesto h2, .palinsesto1 h2{
    color: white;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
}

.palinsesto h3, .palinsesto1 h3{
    display: inline-block;
    margin-left: 15px;
}


/* Contatti */

.via i, .telefono i, .email i, .email2 i{
    color: #015aaa;
    display: inline-block;
}

.via p, .telefono p, .email p, .email2 p{
    color: black;
    display: inline-block;
    vertical-align: middle;
}

.via{
    margin-top: 80px;
}

.telefono, .email{
    margin-top: 40px;
}

.formcontainer{
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    border: 5px solid whitesmoke;
    padding-bottom: 45px;
    margin-top: 50px;
}

.contattaci{
    width: 62%;
    margin: auto;
    margin-top: 30px;
}

.form{
    border: none;
    background-color: whitesmoke;
    width: 100%;
    margin-bottom: 30px;
    padding: 5px;
}

.commentform{
    border: none;
    background-color: whitesmoke;
    padding: 5px;
    width: 100%;
}

.send {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    cursor:pointer;
    background-color: #015baa;
    color: white;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    margin-top: 20px;
}

.send:hover, .send:focus {
    text-decoration: none;
    color: white;
}

.send:active {
    position:relative;
    top:1px;
}


/* Programmi */


.titoloprogramma{
    margin-top: 40px;
}

.titoloprogramma a{
  font-size: 24px;
}

.immagineprogramma{
    width: 60%;
}

.descrizioneprogramma{
    color: #6d6d6d;
    margin-top: 20px;
}


/* Sponsor */


.separatore{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid lightgrey;
}

.logosponsor{
    display: inline-block;
}
.logosponsor img{
    width: 250px;
}

.sponsorspec{
    display: inline-block;
    margin-left: 20px;
}






@media (min-width:767px){
    .navbar-brand{
        display: none;
    }

    .navbackground, .fullpage {
        width: 750px;
    }
}

@media (min-width: 992px){
    .navbackground, .fullpage {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .navbackground, .fullpage {
        width: 1170px;
    }
}


@media (min-width: 970px) {
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px;
    }
}

@media (max-width:1200px){
    #slideshow,
    #slideshow-2,
    #slideshow-3,
    #slideshow-4,
    #slideshow-5,
    #slideshow-6,
    #slideshow-7{
        height: 260px;
    }

    #slideshow .carousel-inner,
    #slideshow-2 .carousel-inner,
    #slideshow-3 .carousel-inner,
    #slideshow-4 .carousel-inner,
    #slideshow-5 .carousel-inner,
    #slideshow-6 .carousel-inner,
    #slideshow-7 .carousel-inner{
        height: 260px;
    }

    .leftarrow{
        top: 120px;
    }

    .rightarrow{
        top: 120px;
    }
}


@media (max-width:767px){
    .logo-tele-a, .slogan{
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #015aaa;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #397bb5;
        -webkit-transition: color 1s ease-out;
        -moz-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
    }

    .navbar-toggle {
        margin-top: 27px;
    }

    .navbar-brand {
        height: 85px;
        width: 136px;
    }

    .navbar-brand img{
        margin-left: 0px;
        width: 100%;
    }

    .nav{
        padding-top: 15px;
        margin-right: 0px;
    }

    .sidebar{
        display: none;
    }

    #slideshow,
    #slideshow-2,
    #slideshow-3,
    #slideshow-4,
    #slideshow-5,
    #slideshow-6,
    #slideshow-7{
        height: 390px;
    }

    #slideshow .carousel-inner,
    #slideshow-2 .carousel-inner,
    #slideshow-3 .carousel-inner,
    #slideshow-4 .carousel-inner,
    #slideshow-5 .carousel-inner,
    #slideshow-6 .carousel-inner,
    #slideshow-7 .carousel-inner{
        height: 390px;
    }

    .leftarrow{
        top: 180px;
    }

    .rightarrow{
        top: 180px;
    }
}


@media (max-width:500px){
    .imgcopertura{
        width: 100%;
    }

    .oggi, .palinsesto{
        background-color: #015AAA;
    }

    .contattaci{
        width: 80%;
    }

    .immagineprogramma{
        width: 238px;
    }

    .slider-img2 {
        background-position: -91px;
    }

    .centro500{
        text-align: center;
    }

    .sponsorspec{
        margin-left: 0px;
    }
}
