/* SLIDER */
.operators-carousel {
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-image: url('../images/operators.png');
}

.operators-carousel li {
  height: 500px;
  padding: 50px 0;
}
.operators-carousel a:hover {
  border-bottom: 0;
}

.operators-carousel .logo {
  width: 140px; height: 140px;
  margin: auto; margin-bottom: 25px;
  border: 6px solid #FFF;
  border-radius: 100px;
}
.operators-carousel .logo .logo-inner {
  width: 120px; height: 120px;
  overflow: hidden;
  margin: 4px;
  background-color: #FFF;
  border-radius: 100px;
}
.operators-carousel .logo img {
  display: block; width: 100%;
  opacity: 0;
}
.operators-carousel .title {
  margin-bottom: 40px;
  text-align: center;
}
.operators-carousel .title a {
  color: #FFF; font-weight: 700; font-size: 22px;
  text-shadow: 0 0 10px #000;
}
.operators-carousel .title a:hover {
  border-bottom: 1px dotted #FFF;
}
.operators-carousel p {
  display: block;
  max-width: 90%;
  margin: 0 auto; padding: 0;
  text-align: center; color: #FFF; font-size: 15px; line-height: 20px;
  text-shadow: 0 0 10px #000;
}
.operators-carousel a.view {
  display: block;
  width: 250px; height: 50px;
  margin: 25px auto;
  text-align: center; font-size: 20px; color: #FFF; font-weight: 700; text-transform: uppercase; line-height: 50px;
  background-color: #14BF9D;
  border-radius: 100px;
}

@media screen and (min-width: 640px) {
  .operators-carousel p {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .operators-carousel {
    height: 700px;
  }
  .operators-carousel li {
    height: 700px;
  }
  
  .operators-carousel .logo {
    width: 210px; height: 210px;
    margin-bottom: 50px;
  }
  .operators-carousel .logo .logo-inner {
    width: 190px; height: 190px;
  }
  .operators-carousel .title a {
    font-size: 50px;
  }
  
  .operators-carousel p {
    max-width: 40%;
    font-size: 20px; line-height: 30px;
  }
  .operators-carousel a.view {
    margin: 50px auto;
  }
}
/* /SLIDER */

/* OPERATORS */
.operators {
  margin-top: 30px; margin-bottom: 50px;
}

.operators h1 {
  display: block;
  margin-bottom: 20px;
  font-weight: 700; color: #333; font-size: 22px; text-indent: 5px;
}

.operators .o-left {
  float: left; width: 100%;
  margin-bottom: 20px;
}
.operators .o-right {
  clear: both;
  width: 253px;
  margin: auto; margin-top: 48px; padding: 15px;
  background-color: #353e44;
}

.operators .o-left .o-item {
  float: left;
  width: 99%;
  margin: 0 0.5%; padding: 30px 20px; margin-bottom: 8px;
  background-color: #FFFFFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.operators .o-left .o-item:hover {
  box-shadow: 0 0 10px #CCC;
}
.operators .o-left .o-item .logo {
  width: 100px; height: 100px;
  margin: 25px auto;
  overflow: hidden;
  border: 2px solid #CCC;
  border-radius: 100px;
}
.operators .o-left .o-item .logo img {
  display: block; width: 100%;
  opacity: 0;
  padding: 2px;
  border-radius: 100px;
}
.operators .o-left .o-item .title {
  height: 45px;
  overflow: hidden;
  text-align: center;
}
.operators .o-left .o-item a {
  font-size: 16px; color: #333; font-weight: 300;
}
.operators .o-left .o-item a:hover {
  border-bottom: 1px dotted #333;
}
.operators .o-left .o-item p {
  height: 90px;
  overflow: hidden;
  margin: 0; padding: 0;
  font-weight: 300; font-size: 13px; line-height: 22px; color: #666; text-align: center;
}

.operators .o-right h2 {
  display: block;
  margin-bottom: 20px;
  color: #FFF; font-size: 17px; font-weight: 700; text-align: center;
}
.operators .o-right .os-item {
  padding: 10px; margin-bottom: 12px;
  line-height: 20px;
  background-color: #444D53;
}
.operators .o-right .os-item .logo {
  float: left; width: 50px; height: 50px;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid #4E6B5D;
  border-radius: 100px;
}
.operators .o-right .os-item .logo .logo-os-inner {
  width: 42px; height: 42px;
  overflow: hidden;
  margin: 2px;
  background-color: #FFF;
  border-radius: 100px;
}
.operators .o-right .os-item .logo img {
  display: block; width: 100%;
  opacity: 0;
}
.operators .o-right .os-item .title {
  padding: 5px 0 0;
}
.operators .o-right .os-item a {
  color: #FFF; font-size: 13px;
}
.operators .o-right .os-item a:hover {
  border-bottom: 1px dotted #FFF;
}

@media screen and (min-width: 480px) {
  .operators .o-left .o-item {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .operators .o-left .o-item {
    width: 32.3333333%;
  }
}
@media screen and (min-width: 1024px) {
  .operators .o-left {
    width: 75%;
    margin-bottom: 0;
  }
  .operators .o-right {
    float: right; clear: none;
    width: 23%;
  }
}
/* /OPERATORS */

/* OPERATOR TOP */
.operator-top {
  overflow: hidden;
  padding: 50px 0; margin-bottom: 50px;
  color: #FFF; font-weight: 700; font-size: 22px; text-align: center;
  white-space: nowrap; text-overflow: ellipsis;
  background-size: cover;
  background-position: center;
  background-image: url('../images/operators.png');
  border-bottom: 4px solid #14BF9D;
}
.operator-top .logo {
  width: 100px; height: 100px;
  margin: auto; margin-bottom: 20px;
  border: 2px solid #FFF;
  border-radius: 100px;
}
.operator-top .logo .logo-inner {
  width: 92px; height: 92px;
  overflow: hidden;
  margin: 2px;
  background-color: #FFF;
  border-radius: 100px;
}
.operator-top .logo img {
  display: block; width: 100%;
  opacity: 0;
}

.description {
  padding-bottom: 50px;
  font-size: 14px; font-weight: 300; line-height: 20px;
  border-bottom: 1px solid #DDD;
}

.arrow {
  margin-top: -22px;
  text-align: center; font-size: 30px; color: #666;
}
.arrow i {
  display: inline-block;
  width: 40px; height: 40px;
  margin: 0; padding: 0;
  text-align: center; line-height: 38px;
  border: 1px solid #DDD;
  background-color: #FFF;
  border-radius: 100px;
}

@media screen and (min-width: 640px) {
  .operator-top {
    font-size: 30px; line-height: 100px; text-align: left;
  }
  .operator-top .logo {
    float: left;
    margin-right: 25px; margin-bottom: 0;
  }
}
/* /OPERATOR TOP */

/* OPERATOR INFO */
.operator .o-right {
  margin-top: 0;
}

.operator .oper-item {
  float: left;
  width: 100%; height: 90px;
  overflow: auto;
  font-size: 18px; font-weight: 300;
}
.operator .oper-item span {
  display: block;
  margin-bottom: 5px;
  font-weight: 700; font-size: 12px; text-transform: uppercase; color: #666;
}
.operator .oper-item a {
  font-weight: 300;
}
.operator .operfull {
  width: 100%; height: auto;
}

@media screen and (min-width: 480px) {
  .operator .oper-item {
    width: 50%;
  }
}
/* /OPERATOR INFO */

/* OPERATOR GALLERY */
.galleries i {
  font-size: 18px;
}

.gallery {
  margin-top: -20px; padding-bottom: 80px; padding-top: 35px;
  text-align: center;
  background-color: #FFF;
  border-top: 1px solid #DDD;
}

.gallery h3 {
  display: block;
  margin-bottom: 35px; padding-bottom: 25px;
  font-weight: 700; font-size: 26px; text-align: center; text-transform: uppercase;
  border-bottom: 1px dotted #DDD;
}

.gallery .g-item {
  display: inline-block;
  width: 140px;
}
.gallery .g-item .gi-inner {
  width: 112px; height: 112px;
  overflow: hidden;
  margin: auto;
}
.gallery .g-item .gi-inner img {
  display: block;
  padding: 3px;
  border: 3px solid #CCC;
  transition: all 0.3s ease;
}
.gallery .g-item .gi-inner img:hover {
  border-color: #0151A8;
}
/* /OPERATOR GALLERY */

/* OPERATOR ROUTES */
.routes i {
  font-size: 20px;
}

.route {
  margin-top: -23px; padding-bottom: 80px; padding-top: 35px;
  background-color: #FFF;
  border-top: 1px solid #DDD;
}

.route h3 {
  display: block;
  padding-bottom: 35px;
  font-weight: 700; font-size: 26px; text-align: center; text-transform: uppercase;
}
/* /OPERATOR ROUTES */