/* Space out content a bit */
body {
  padding-bottom: 20px;
  background-color: #000000;
  border-top: 6px solid #fb8e35;
}

.bg-dif {
  background: url(../img/bg-negro.jpg) no-repeat center 0 #060706 !important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* header */
.header {
  border-bottom: 1px dotted #63a444;
  padding-bottom: 7px;
}
.brand {
  text-align: center;
  position: relative;
}
.nav {
  height: 100px;
  margin-top: -100px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #fb8e35;
}
.nav-pills li a {
  height: 97px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 50px 15px !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #fb8e35;
}

/* Make the masthead heading the same height as the navigation */


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 487px;
}
#footer, #footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 123px;

}
#footer-bottom {
  bottom: 0;
  background-color: #0b0b0b;
  height: 123px;
  padding-top: 30px;
}
.banner-contacto {
  width: 100%;
  background-color: #fb8e35;
  padding-bottom: 30px;
  margin-top: 5px;
  text-align: center;
}
#footer {
  bottom: 123px;
  height: 280px;
  border-top: 1px dotted #fb8e35;
}
.banner-contacto h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 0;
}
.banner-contacto .lead {
  color: #0b0b0b;
  margin-bottom: 10px;
}
.banner-contacto .row p {
  width: 200px;
}
.banner-contacto p, .banner-contacto p a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.banner-contacto p a {
  text-decoration: underline;
}
.banner-contacto img {
  margin-bottom: 10px;
}
#footer-bottom p {
  font-size: 10px;
  color: #8d8f92;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-left: 13px;
  padding-top:10px;
  width: 80%;
}
.agencia {
  margin-top: 25px;
  font-size: 10px;
  color: #494949;
}

.portfolio {
  margin-top: 10px;
  font-size: 11px;
  color: #fb8e35;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1018px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.jumbotron h3 {
  font-family: 'Rokkitt', serif;
  color: #63a444;
  font-size: 39px;
  font-weight: 400;
}
.lead {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300 !important;
}

.jumbotron p {
  font-size: 19px;
}

/*#####################
Slider with thumbnails nav
#####################*/


.carousel-indicators {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -83px;
  left: 0;
  margin-left: 0;
  padding: 10px;
  width: 100%;
}

.carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 53px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 71px;
}

.carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 53px;
    left: 0;
    width: 71px;
}
.carousel-indicators .active img {
    border: 2px solid #FB8E35;
}

.carousel-indicators .active {
    width: 71px;
}

/*Media list con tabs*/

.media-list.nav {
  margin-top: 0;
}

.media {
  border-bottom: 1px dotted #5a5a5a;
  padding-bottom: 10px;
}
h4.media-heading a, h4.media-heading a:hover {
  color: #fb8e35;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: 0 transparent;
}

.nav-tabs > li > a:hover {
  border-radius: 0;
  border-color:transparent;
  background-color: #666;
}

.media-list.nav-tabs {
  border: 0;
}

/*navegación secundaria*/

.sec-nav li {
  float: left;
  list-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
.sec-level {
  border-bottom: 1px dotted #63a444;
  padding-bottom: 25px;
  margin-bottom: 40px
}
.sec-nav li a {
  color: #e0e0e0;
}
.sec-nav li.active a {
  color: #fb8e35 !important;
  font-weight: bold !important;
}
.sec-nav li a:hover {
  color: #fb8e35 !important;
  text-decoration: none;
}

/*destacado*/
.lead.cita {
  margin-top: 145px;
  padding-right: 20%;
  padding-left: 20%;
  font-style: normal;
  background: url('../img/comillas.png') no-repeat top center;
}
.lead.cita p {
  color: #fb8e35;
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  border-bottom: 1px dotted #99816e;
  padding-bottom:  22px;
}
.lead.cita span {
  color: #eaeaea;
  font-size: 14px;
  font-family: "Open Sans";
}
.media-heading {
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: bold;
  color: #f0632f;
}

p {
  font-family: "Open Sans";
  font-size: 11px;
  color: #c4c4c4;
}

p .bold {
  font-weight: bold;
  color: #fb8e35;
}


.media:first-child {
  border-bottom: 1px ##c4c4c4;
}

/* Responsive: */

@media screen and (max-width: 1000px) {
  .media-list.nav {
  margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .brand img {
    margin-left: -20px;
    width: 102px;
	}
}
@media (max-width: 768px) {
  .banner-contacto .row p {
    display: inline-block;
    text-align: left; 
    margin-left: 10px;
    width: 70%
  }
  .banner-contacto .row img {
    width: 60px;
  }
  .banner-contacto .row .pull-right img {
    margin-top: -20px;
  }
  .banner-contacto .row .pull-right, .banner-contacto .row .pull-left {
    float: none !important;
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .agencia {
    margin-top: 20px;
  }
  #footer-bottom p {
    padding-top: 0 !important;
  }
}

.nav>li>a {
  padding: 0;

}

  .media-object {
border: 1px solid #595959;
}




.fx_circle i{
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.fx_circle.in i{
  color: #df1111;
  box-shadow: 0 0 0 2px #fbae2e;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.fx_circle.in i:hover{
  color: #fecb1a;
}

.fx_circle.in i.fb { box-shadow: 0 0 0 2px #4C6EAB; }
.fx_circle.in i.tw { box-shadow: 0 0 0 2px #2AB8E6; }
.fx_circle.in i.yt { box-shadow: 0 0 0 2px #ff0000; }

.fx_circle.in i.fb:hover:before { background-position: -65px -699px;}
.fx_circle.in i.tw:hover:before { background-position: -65px -729px;}
.fx_circle.in i.yt:hover:before { background-position: -65px -758px;}

.fx_circle.out i{
  background-color: #ff0000; 
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.list_downloads .fx_circle.out i,
.list_downloads .fx_circle.out i:hover{
  background-color: #830300;
}

.fx_circle.out i:hover{
  background-color: #df1111; 
}

.fx_circle.out i:after{
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

.fx_circle.out i:hover:after{
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.fx_circle.out i:hover:after{
  box-shadow: 0 0 0 10px rgba(255,0,0,0.2);
  color: #fff;
}
.list_downloads .fx_circle.out i:hover:after{
  box-shadow: 0 0 0 10px rgba(131,3,0,0.2);
  color: #fff;
}

.fx_circle i:before{
  font-family: 'Glyphicons Halflings';
  speak: none;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.fx_circle.in i:before      { content: "\2709"; }
.fx_circle.out i.like:before  { content: "\e005"; }
.fx_circle.out i.comment:before { content: "\e111"; }
.fx_circle.out i.download:before { content:"\e094"; }

.fx_circle.in i.fb:before,
.fx_circle.in i.tw:before,
.fx_circle.in i.yt:before,
.list_downloads i:before{
  content: "";
  height: 28px;
  background: transparent url(../images/sprite.png) no-repeat -33px -699px;
  background-image: url(../images/sprite.svg);
}
.fx_circle.in i.tw:before     { background-position: -33px -729px; }
.fx_circle.in i.yt:before     { background-position: -33px -758px; }
.fx_circle.out .ios:before    { background-position:   7px -1195px; }
.fx_circle.out .android:before  { background-position: -23px -1195px; }
.fx_circle.out .bb:before     { background-position: -54px -1193px; }
.fx_circle.out .mp3:before    { background-position: -84px -1193px; }

.fx_circle.out i.share:before { 
  content: "";
  height: 28px;
  background: transparent url(../images/sprite.png) no-repeat -113px -720px;
  background-image: url(../images/sprite.svg);
}

.fx_circle i:after{
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

.fx_circle.in i:after{
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fbae2e;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.fx_circle.in i.fb:after { background: #4C6EAB; }
.fx_circle.in i.tw:after { background: #2AB8E6; }
.fx_circle.in i.yt:after { background: #ff0000; }

.fx_circle.in i:hover:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}







/* MOSAIC styles------------------------------- */


.mosaic{
  padding-top: 60px;
  margin-bottom: 80px;
}

.mosaic article{
  width: 30%;
  margin: 0 1% 15px 1%;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}

.msc_content img{
  width: 100%;
  margin-bottom: 10px;
}

.msc_content p{
  margin-bottom: 10px;
}



.msc_status{
  background: #830300;
}

.msc_status:before,
.msc_status:after,
.msc_actions:before,
.msc_actions:after{
  display: table;
  content: " ";
}
.msc_status:after,
.msc_actions:after{
  clear: both;
}

.mosaic ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

.mosaic li{
  float: left;
  margin: 0;
  text-align: center;
  color: #fff;
}

.msc_status li{
  min-width: 60px;
  padding: 10px 7px 7px 7px;
}

.msc_status i{
  display: block;
}

.msc_status label{
  display: block;
  font-size: 10px;
  margin: 0;
}

a.msc_content,
a.msc_content:hover,
a.msc_content:focus{
  color: #8c8c8c;
  text-decoration: none;
}

.msc_actions select{
  background: #ededed;
  width: 70%;
  border: 0;
  margin-top: 10px;
}

.msc_seen     { background: #df1111; }
.msc_downloads  { background: #fb6d2e; }
.msc_comments   { background: #fb6d2e; }
.msc_likes    { background: #fbae2e; }



.msc_actions{
  border-top: 1px solid #ededed;
  line-height: 100%;
}

.msc_actions li{
  padding-left: 10px;
  padding-top: 10px;
}



.msc_more{
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  height: 20px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.msc_more:before{
  display: block;
  content: "";
  height: 1px;
  background: #830300;
  opacity: 0.3;
  top: 10px;
  width: 100%;
  position: absolute;
}

.msc_more span{
  cursor: pointer;
  color: #fbae2e;
  background: #df1111;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  margin-left: -77px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.msc_more span:hover{
  color: #fecb1a;
}


/* MODAL ------------------------------ */

.modal-content {
  background-color: #000000;
}

.modal-dialog{
  min-width: 300px;
  background-color: #000000;
}

.modal-header{
  background: #fb8e35 url(../images/sprite.png) no-repeat right -1115px;
  background-image: url(../images/sprite.svg);
  padding: 20px

}

.modal-header h4{
  color: #ffffff;
  font: 400 30px/100% "Rokkitt", serif;
}

.modal-body{
  padding: 20px;
  padding-bottom: 0;
  background-color: #000000;
}

.modal-footer{
  padding: 20px;
  padding-top: 10px;
  border: 0;
  background-color: #000000;
}

.modal-backdrop{
  background: #830300;
}

.modal-body { 
    max-height: 350px; 
    padding: 15px; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
 }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #595959;
  padding: 5px 10px;
  background-color: #D6D6D6;
  color: #4C4C4C;
}

.btn-primary{
  background: #fb8e35;
  border-color: #595961;
  margin-bottom: 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.btn-primary:hover{
  background: #000000;
}


/* CLIENTES SIN VIDEO ---------------------- */

.texto {
  font-size: 13px;
  padding: 15px;
}

.titulos {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.subtitulos {
  font-size: 15px;
  color: #fb8e35;
}

.sin-video {
  background-color: #292929;
  border: 1px solid #595959;
}

.contenedor-logos{
  margin-left: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.contenedor-logos img{
  margin-right: 27px;
  height: 51px;
  margin-top: 15px;
  margin-bottom: 15px;

}
