@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

body {
    font-family: 'Raleway', sans-serif !important;
}

/*ANCHOR LINKS*/
a {
    color:#f44545;
}

a:hover, a:focus {
    color: #282828;
    text-decoration: none;
    transition: all 0.8s ease;
}
/*END ANCHOR LINKS*/

/*P TAG*/
p {
    font-size:16px;
}

.hvr-shutter-out-vertical {
text-transform: none !important;
}

.above_navigation .main-logo img {
    width: 95px;
    margin:10px 0;
}

.above_navigation .main-search li {
    margin: 16px 0px;
}

.above_navigation .station-switcher .encuentra-zip {
    margin: 35px 15px;
}

/*MAGNIFYING GLASS IN NAV*/

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    color: #5b5b5b;
    background-color:none !important;
    transition: all 0.8s ease;
}

.vertical-spacer {
	height:20px;
}

.new-nav {
    box-shadow: 0 7px 5px -5px rgba(0,0,0,.1);
}

.navbar {
    border:none !important;
}

.body-title span.red {
    color:#f34545;
}

/*BREADCRUMB SECTION*/

ol.breadcrumb {
    margin: 0;
    font-size: 12px;
    padding: 40px 15px 0 0px;
    text-align: center;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}

hr.about-line {
    border: 0;
    border-top: 1px solid #2e3041;
    border-bottom: 2px solid #2e3141;
    margin:7% 45% 7% 45%;
    width: 10%;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

/*MOBILE NAV TOGGLE*/

.new-nav .container .navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #212121 !important;
}

/*HORARIOS ARROW*/

.horarios-nav ul li.active a:after, .horarios-nav ul li:hover a:after {
    left: 0%;
    border-width: 15px 102px 0px;
}

.horarios-page .program-entry .description h4 {
    text-transform: none !important;

}
.horarios-page .program-entry .time-slot p {
    font-size:16px !important;
}

/*HORARIOS MOBILE*/ 

@media screen and (max-width: 480px) {
    .horarios-page .program-entry .description h4 {
        text-transform: none !important;
        font-size: 30px;
        line-height: 30px;
        margin: 10px 0 10px 0;
        white-space: normal;
    }

    .horarios-page .program-entry .time-slot h3 {
        font-weight:100 !important;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    .horarios-page .program-entry .description {
        padding-right: 0px;
    }

    .horarios-nav ul li.active a:after, .horarios-nav ul li:hover a:after {
    display:none;
}
}

/*END HORARIOS MOBILE*/


.jumbotron-amor-toscana {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 100%), url("/uploads/assets/feneracion-stem-nosotros-banner.jpg") center center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    padding:250px 0 0 30px;
    color:#fff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
}

.jumbotron-amor-toscana h1 {
    font-size:65px;
    line-height: .9;

}

.jumbotron-amor-toscana p {
    font-size:25px;

}

/*STEM CSS*/


.episode-banner-1 {
    height: 600px;
    background: url('/uploads/assets/generacion-stem-ep-1.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -moz-box-shadow:   inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   box-shadow:         inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   padding:250px 0 0 50px;
}

.episode-banner-1 a span {
    font-size: 150px;
    opacity: 0.8;
    position: absolute;
    right: 47%;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: all 500ms ease-in-out;
    color: #fff;
}

.episode-banner-1 a span:hover {

    transition: all 500ms ease-in-out;
    color: #1a84dd;
}


@media screen and (max-width: 480px) {
    .episode-banner-1 a span  {
        right: 37% ;
    }

    .episode-title {
    text-align:center;
}

    .episode-description {
    display:none;
}

}

.episode-banner-2 {
    height: 600px;
    background: url('/uploads/assets/Episode_2_parte_3.00_08_37_28.Still001.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -moz-box-shadow:   inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   box-shadow:         inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   padding:250px 0 0 50px;
}

.episode-banner-2 a span {
    font-size: 150px;
    opacity: 0.8;
    position: absolute;
    right: 47%;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: all 500ms ease-in-out;
    color: #fff;
}

.episode-banner-2 a span:hover {

    transition: all 500ms ease-in-out;
    color: #1a84dd;
}


@media screen and (max-width: 480px) {
    .episode-banner-2 a span  {
        right: 37% ;
    }

    .episode-title {
    text-align:center;
}

    .episode-description {
    display:none;
}

}

.episode-banner-3 {
    height: 600px;
    background: url('/uploads/assets/ep_3_p_2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -moz-box-shadow:   inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   -webkit-box-shadow: inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   box-shadow:         inset 20px 20px 80px 20px rgba(0,0,0,0.5);
   padding:250px 0 0 50px;
}

.episode-banner-3 a span {
    font-size: 150px;
    opacity: 0.8;
    position: absolute;
    right: 47%;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: all 500ms ease-in-out;
    color: #fff;
}

.episode-banner-3 a span:hover {

    transition: all 500ms ease-in-out;
    color: #1a84dd;
}


@media screen and (max-width: 480px) {
    .episode-banner-3 a span  {
        right: 37% ;
    }

    .episode-title {
    text-align:center;
}

    .episode-description {
    display:none;
}

}

/* Customize the text color and shadow color and to optimize text legibility. */

.episode-title {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.episode-description {
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    width:400px;
}

.jumbotron-stem-science {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 100%), url("/uploads/assets/stem-science.jpg") center center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    padding:250px 0 0 30px;
    color:#fff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
}

.jumbotron-stem-science h1 {
    font-size:65px;
    line-height: .9;

}

.jumbotron-stem-science p {
    font-size:25px;

}

.jumbotron-stem-technology {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 100%), url("/uploads/assets/stem-technology.jpg") center center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    padding:250px 0 0 30px;
    color:#fff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
}

.jumbotron-stem-technology h1 {
    font-size:65px;
    line-height: .9;

}

.jumbotron-stem-technology p {
    font-size:25px;

}

.jumbotron-stem-engineering {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 100%), url("/uploads/assets/stem-engineering.jpg") center center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    padding:250px 0 0 30px;
    color:#fff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
}

.jumbotron-stem-engineering h1 {
    font-size:65px;
    line-height: .9;

}

.jumbotron-stem-engineering p {
    font-size:25px;

}

.jumbotron-stem-sponsors {
    position: relative;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0, 1) 100%), url("/uploads/assets/hacu-sponsor-banner.jpg") center center;
    width: 100%;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    padding:250px 0 0 30px;
    color:#fff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
}

.jumbotron-stem-sponsors h1 {
    font-size:65px;
    line-height: .9;

}

.jumbotron-stem-sponsors p {
    font-size:25px;

}

/* CONTACT FORMS */

form.new_contact {
    padding: 30px 26px;
    font-size:16px;
}

form.new_contact td {
    vertical-align: middle;
}

input[type="text"] {
    display: inline-block;
    padding: 17px !important;
    font-size: 16px !important;
    color: #555555;
    border-radius:0px;
}

select {
   background: transparent;
   width: 100%;
   padding: 7px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 60px;
   border-radius:0px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

optgroup {
    background: transparent;
   width: 100%;
   padding: 5px 35px 5px 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 60px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;

}


.body-title {
    font-size:45px;
    color:#444;
    margin:15px 0 15px 0;
    line-height:51px;
}

.body-title-2 {
    font-size:30px;
    color:#444;
    margin:0px 0 15px 0;
}

.body-title-3 {
    font-size:25px;
    color:#444;
    margin:0px 0 15px 0;
}

.body-text {
    font-size: 18px;
    color:#444;
    line-height: 1.4;
    font-weight: 100;
    margin: 20px 0 15px 0;
}

.body-text-no-margin {
    font-size: 21px;
    color:#444;
    line-height: 1.4;
    font-weight: 300;
}

@media screen and (max-width: 480px) {
    .body-title {
        font-size: 30px;
    }
}

#video_carousel .video_carousel_caption_text > h1.lower_case {
text-transform:none;
}

h1.lower_case > span.big_text {
font-size: 65px;
}

.video-container {
    width:640px;
    margin: 30px 0 30px 30px;
}

.commerce_columns_item_inner > .commerce_columns_item_image > a > span {
    font-size: 100px;
    opacity: 0.8;
    position: absolute;
    right: 41%;
    top:30%;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    transition: all 500ms ease-in-out;
    color: #fff;
    z-index:9999;
}

.commerce_columns_item_inner > .commerce_columns_item_image > a > span:hover {
    transition: all 500ms ease-in-out;
    color: #1a84dd;
}

/*PRIVACY POLICY*/
.privacy li {
    font-size:16px;
}

.body-text-priv {
    font-size:16px;
}

/*STATIC PAGE CONTAINER RESPONSIVE*/
@media screen and (max-width: 480px) {
  
  .privacy-div {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container .privacy-div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container .about {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container .services-section {
    padding-right: 15px;
    padding-left: 15px;
  }

   .container .features-section {
    padding-right: 0px;
    padding-left: 0px;
  }

   #new-body-revamp .slider-container, .new-body .slider-container {
    text-align:center;
    }

    .commerce_columns_carousel_wrapper {
    padding: 0px 25px 20px 25px;
    }

    .new-nav {
        background:#292929 !important;
    }

}

@media screen and (max-width: 820px) {
  .col-subscribe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  body {
    background-color: rgb(255, 255, 255);
  }
}

/*HORARIOS PAGE*/
.horarios-page .program-entry .description time {
    display: none;
}

.horarios-page .program-entry .description h4 {
    margin-bottom: 1em;
}

.horarios-page .program-entry .time-slot h3 {
    font-size: 50px;
}

/*END HORARIOS PAGE*/

.new-nav.affix .collapse .navbar-nav li.logo a img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://cl.ly/ea70949a5924/vme-tv-logo-white-small.png) no-repeat;
  width: 56px; /* Width of new image */
  height: 40px; /* Height of new image */
  padding-left: 56px; /* Equal to width of new image */
}


/*MOBILE CAROUSEL*/
#mobile-carousel .item .carousel-caption {
    left: 3px;
}

#mobile-carousel .item .carousel-caption .video_carousel_caption_text h1 {
    border-radius: 30px 30px 30px 0px;
}

#mobile-carousel .item .carousel-caption .video_carousel_caption_text p {
    font-size: 13px !important;
    width: auto;
    margin-bottom: 6px;
    float: left;
    clear: left;
    border-radius: 0px 30px 30px 30px;
}

#mobile-carousel .item img {
    max-width: 100%;
    position: relative;
    right: 0;
}

/*MOBILE MENU TOP*/
.new-nav .container .navbar-toggle {
    padding: 6px 10px 16px !important;
}

@media (max-width: 767px) {
	.new-nav .container .navbar-brand img {
	    height: 42px;
	}
}

.new-nav .container .navbar-brand {
    padding: 14px 0 0 0;
}

.new-nav .container .navbar-toggle .icon-bar {
    height: 3px;
    width: 32px;
}

/*MOBILE MENU SLIDE OUT*/

@media (max-width: 767px) {
	.side-panel.unfolded {
	    left: 0;
	}
}

@media (max-width: 767px) {
	.side-panel {
	    background: #c31432;
	    background: -moz-linear-gradient(left, #c31432 0%, #240b36 100%);
	    background: -webkit-linear-gradient(left, #c31432 0%,#240b36 100%);
	    background: linear-gradient(to right, #c31432 0%,#240b36 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c31432', endColorstr='#240b36',GradientType=1 );
	}
}

@media (max-width: 767px) {
.side-panel ul {
    margin: 24px -10px 0 -10px !important;
    border-top:none !important;
}
}

@media (max-width: 767px) {
	.side-panel ul li a {
	    display: block;
	    padding: 12px 20px !important;
	    text-transform: uppercase;
	    color: #fff;
	}
}

@media (max-width: 767px) {
	.side-panel ul li ul li a {
	    margin-left: 54px !important;
	}
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

.new-nav .container .navbar-toggle .icon-bar {
    height: 3px !important;
    width: 32px !important;
    margin-top: 5px !important;
}

.new-nav .container .navbar-toggle {
    padding: 11px 10px 16px !important;
}

/*FIND VME*/
#channel-modal .zip-input {
    background: #c31432;
    background: -moz-linear-gradient(left, #c31432 0%, #240b36 100%);
    background: -webkit-linear-gradient(left, #c31432 0%,#240b36 100%);
    background: linear-gradient(to right, #c31432 0%,#240b36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c31432', endColorstr='#240b36',GradientType=1 );
}

#channel-modal .zip-input .modal-header h4 {
    font-size: 30px;
    line-height: 36px;
    padding: 40px 80px 0;
}

input[type="text"] {
    display: inline-block;
    padding: 17px !important;
    font-size: 20px !important;
    color: #9a0d31;
    border-radius: 30px;
}

.above_navigation .station-switcher a.change {
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

#channel-modal .zip-input .modal-header h4 {
    padding: 63px 80px 0;
}

#channel-modal .zip-input .modal-body {
    padding: 12px 20px;
}

/*CAROUSEL TEXT*/
#video_carousel .video_carousel_caption_text h1 {
    border-radius: 30px 30px 30px 0px !important;
}

#video_carousel .video_carousel_caption_text p {
    border-radius: 0px 30px 30px 30px;
}

/*CAROUSEL BUTTON*/
.video_carousel_colored_button, .video_carousel_colored_button:visited {
    background: #990e32;
    border-radius: 30px;
}

#video_carousel .video_carousel_colored_button:before {
    background: #390a37;
    border-radius: 30px;
}

/*TEXT SIZE*/

#new-body-revamp .slider-container h3 {
    font-size: 30px;
}

footer.revamped-footer .copyright-wrap .copyrights {
    font-size: 12px !important
    ;
}


.glutadose {
    top:80% !important;
}

.glutadose-button {
    background: #00a352 !important;
}
