/**
 * ========================================
 * DISTRIBUIDOR
 * ========================================
 */
 /*
 1.- Slider
 2.- Dash
 3.- Demo
 4.- Registro
 5.- Contacto
 */


/**
 * ========================================
 * MOBILE FIRST and globals
 * ========================================
 */

/* SLIDER */
.item1 {
  background: url('../images/slider-distribuidor-0.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.item2 {
  background: url('../images/slider-distribuidor-4.jpg') 50% 0 no-repeat;
} 

.carousel {
  height: 530px; 
}
.sumate {
  margin-top: 20px;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding: 20px 50px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
  z-index: 3000;
}
.carousel-caption .btn {
  text-shadow: none;
  z-index: 3000;
}

.carousel .item {
  height: 530px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 530px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control {
  width: 6%;
}

.carousel-inner .container {
  position: relative;
}

.carousel-inner {
  overflow: visible;
}

.carousel-caption {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

.carousel-caption.blank {
  top: 90px; 
}

.carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}

.carousel-indicators {
  padding-right: 30px;
}

.carousel-caption h1 {
  font-size: 45px;
  /*text-transform: uppercase;*/
  text-shadow: none;
  letter-spacing: -1.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.carousel-caption p {
  /*text-transform: uppercase;*/
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  }


/* DASH */
.dash {
  background-color: #fff;
  min-height: 631px;
}
ul.dash-list {
  list-style: none;
  margin-left: -20px;
}
li.dash-list-item {
  height: auto;
}
li.dash-list-item p {
  padding-top: 5px;
  padding-left: 46px;
}
.dash-preview {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
}


/* DEMO */
.demo {
  background-image: url("../images/bg-dist.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: black;
}
.screens {
  position: fixed;
  left: -10%;
  top: 50%;
  z-index: 10;
  margin-top: -100px;
  width: auto;
  height: auto;
  margin-left: 0;
}

.section {
  height: 631px;
}
.holder {
  display: none;
}
.wrap .box,
.wrap {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.box h1 {
  font-size: 20px;
  font-weight: 600;
}
.box p {
  font-size: 14px;
}
.contenido {
  padding-bottom: 100px;
}


 /* Call to action */
.call-to {
  background-image: url("../images/2-transportista.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: auto;
  width: 100%;
}
.call-back {
  background-color: rgba(48, 174, 229, 0.9);
  padding: 50px 20px;
}

/* Contact Us */
.contact-us form {
  color: #888888;
  text-align: left;
  padding-top: 20px;
}

.contact-us label {
  display: none;
}

.contact-us input,
.contact-us textarea {
  /* to create space for placing icon*/
  padding-left: 40px;
  border-color: transparent;
  background-color: white;
  border-radius: 5px;
  border-style: solid;
  border-color: #cccccc;
}

/*position should be relative and z-index greater than one*/
.contact-us .icon {
  position: relative;
  float: left;
  margin-left: 8px;
  margin-top: -24px;
  z-index: 2;
  color: #222222;
}

.contact-us .icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -104px;
  position: relative;
  z-index: 2;
  color: #222222;
}

/* Button 
.contact-us .btn-default {
  margin-top: 5px;
  margin-bottom: 30px;
  background-color: #30aee5;
  border-color: #30aee5;
  color: white;
}

.contact-us .btn-default:hover,
.contact-us .btn-default:focus {
  background-color: white;
  color: #30aee5;
  border-color: #30aee5;
  outline: 0px auto -webkit-focus-ring-color;
}
*/

.config_map {
  margin: 20px auto;
}

/* Contact xs space */
.registro_xs {
  margin-left: 33.33333333%;
}


/**
 * ========================================
 * TABLETS
 * ========================================
 */
@media ( min-width: 768px ) {
  .sumate {
    margin-top: 0;
  }
  .carousel {
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  }
  .carousel-caption.blank {
    top: 200px; /*full frame*/
  }

  .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 40px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
  text-shadow: none;
  z-index: 3000;
  }

  .carousel .item {
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  background-color: #777;
  }

  .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  }
  .demo {
    background-image: url("../images/bg-dist.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: black;
  }
  .screens {
    position: fixed;
    left: 43%;
    top: 20%;
    z-index: 10;
    margin-top: -100px;
    width: auto;
    height: auto;
    margin-left: 50px;
  }
  .wrap .box,
  .wrap {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
  }
  .box {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #111;
    font-size: 15px;
    padding-left: 40px;
  }
  .box h1 {
    font-size: 50px;
    font-weight: 300;
  }
  .box p { margin: 15px 0 }
  /* Contact xs space */
  .registro_xs {
    margin-left: 0;
  }

}



/**
 * ========================================
 * DESKTOP media
 * ========================================
 */
@media ( min-width: 1068px ) {
  .sumate {
    margin-top: 0;
  }
  /* Contact xs space */
  .registro_xs {
    margin-left: 0;
  }
  .carousel {
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  }

  .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 40px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
  text-shadow: none;
  z-index: 3000;
  }

  .carousel .item {
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  background-color: #777;
  }

  .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 651px; /*full frame*/
  /*height: 470px; mid frame*/
  }

  .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .carousel-inner .active {
  opacity: 1;
  }

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  }

  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
      opacity: 1;
  }

  .carousel-fade .carousel-control {
      z-index: 2;
  }

  .carousel-control.left,
  .carousel-control.right {
      background: none;
  }

  .carousel-control {
      width: 6%;
  }

  .carousel-inner .container {
      position: relative;
  }

  .carousel-inner {
      overflow: visible;
  }

  .carousel-caption {
      position: absolute;
      top: 100px;
      left: 0;
      bottom: auto;
      right: auto;
      text-align: left;
  }

  .carousel-caption.blank {
      /*top: 140px; mid frame*/
      top: 200px; /*full frame*/
  }

  .carousel-image {
      position: absolute;
      right: 10px;
      top: 150px;
  }

  .carousel-indicators {
      padding-right: 60px;
  }

  .carousel-caption h1 {
      font-size: 45px;
      /*text-transform: uppercase;*/
      text-shadow: none;
      letter-spacing: -1.5px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
  }

  .carousel-caption p {
      /*text-transform: uppercase;*/
      text-shadow: none;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
  }


  .carousel {
  position: relative;
  }
  .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
  display: block;
  }
  .carousel-inner > .active {
  left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  }
  .carousel-inner > .next {
  left: 100%;
  }
  .carousel-inner > .prev {
  left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
  left: 0;
  }
  .carousel-inner > .active.left {
  left: -100%;
  }
  .carousel-inner > .active.right {
  left: 100%;
  }
  .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
  .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control:hover,
  .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
  left: 50%;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
  right: 50%;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
  }
  .carousel-control .icon-prev:before {
  content: '\2039';
  }
  .carousel-control .icon-next:before {
  content: '\203a';
  }
  .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  }
  .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  }
  .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  }
  @media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    }
    .carousel-caption {
    left: 8%;
    right: 8%;
    padding-bottom: 30px;
    }
    .carousel-indicators {
    bottom: 20px;
    }
  }



  /* DASH */
  li.dash-list-item {
  height: 50px;
  }
  li.dash-list-item p {
    padding-top: 10px;
  }


  /* DEMO */
  .demo {
    background-image: url("../images/bg-dist.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: black;
  }
  .screens {
      position: fixed;
      left: 43%;
      top: 20%;
      z-index: 10;
      margin-top: -100px;
      width: auto;
      height: auto;
      margin-left: 270px;
  }
  .dots-menu ul li {
    list-style: none;
  }
  .dots-menu {
    position: fixed;
    top: 300px;
    left: 20px;
    visibility: hidden;
  }
  .section {
    height: 631px;
    padding-top: 180px;
  }
  /* Backgrounds de secciones 
  .bg-1 { 
  background-image: url("http://www.easytaxi.com/wp-content/themes/easytaxi-v3/assets/images/slider/background-slider-1.jpg"); 
  }
  .bg-2 { 
  background-image: url("http://www.easytaxi.com/wp-content/uploads/2015/04/background-slider-2.jpg");
  }
  */

  .call-back {
    padding: 50px;
  }

}

