/* Fix <a> link underline in _reboot.scss */
a {
  color: #0088cc;
  text-decoration: none;
}
  
a:hover {
  color: #0099e6;
}
  
a:active {
  color: #0077b3;
}

body {
	color: #333333;
	font-size: 14px;
}

.lead {
  color: black;
}

.fill-blue {
  color: #0088cc;
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  color: black;
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: 300;
}

h4 {
  color: #0088cc;
  font-size: 19.6px;
  font-weight: 400;
}

h5 {
  color: #0088cc;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.disabled {
  color: silver;
}

form#contactUs label, form#contactProducer label, form#contactMember label {
  font-weight: bolder;
}

form .alert {
  max-width: fit-content;
}

#contactUs .alert-warning, #contactMember .alert-warning, #contactProducer .alert-warning {
  padding-left: 0;
  padding-bottom: 0;
}

#privacyToast {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #2a2828;
  background: #c9edff;
  width: 100%;
  border-radius: 0;
}

.feature-box-custom {
  clear: both;
}

.btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
}

.feature-box-custom .feature-box-icon-custom {
  background: #0088cc;
  border-radius: 35px;
  color: #FFF;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 35px;
}

.feature-box-custom .feature-box-icon-custom:hover {
  border-radius: 36px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.feature-box-custom .feature-box-info-custom {
  padding-left: 50px;
}

.featured-box {
  background: #F5F5F5;
  background-color: transparent;
  background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  position: relative;
  text-align: center;
}

.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #33B8FF;
  padding: 30px 30px 10px 30px;
}

.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  margin-top: 5px;
  text-transform: uppercase;
}

.featured-box-secundary .box-content {
  border-top-color: #0088cc;
}

.featured-box-secundary h4 {
  color: #0088cc;
}

.product-forms .featured-box .box-content {
  padding: 10px 10px 0px 10px;
}

.product-forms .featured-box h4 {
  text-transform: none;
}

.product-forms .featured-box ul {
  text-align: left;
  margin-bottom: 20px;
  margin-left: -15px;
}

.product-forms .featured-box li {
  font-size: 12px;
}

/* Carousel Indicators */
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background-color: #aaa !important;
}

.img-thumbnail {
  border-radius: 8px;
  position: relative;
}
  
/* Bold Hover */
.bold-hover-custom:hover, .bold-hover-custom:focus {
  font-weight: 500;
}

.gray-section-custom {
  background: #f0f0ed;
  border-top: 5px solid #ECECE8;
}

:root {
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --nav-light-blue: #c5e6f7;
  --nav-blue-gradient: linear-gradient(to right bottom, #0088cc, #0275ae);
  --nav-blue: #0088cc;
  --nav-dark-blue: #19368e;
}

.animate__animated.animate__fadeIn {
  --animate-duration: 2s;
}

.blue-custom {
  color: #0088cc;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 1), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 1), transparent);
  background-color: transparent;
}

/* Page Top */
.page-top {
  background-color: #084e99;
  border-top: 0px solid #00162e;
  border-bottom: 5px solid #CCC;
  margin-bottom: 35px;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left;
}

.page-top ul.breadcrumb {
  background: none;
  margin: -3px 0 0;
  padding: 0;
}

.page-top ul.breadcrumb > li {
  text-shadow: none;
}

.page-top a {
  color: #dadada;
}

.page-top h2 {
  border-bottom: 5px solid #CCC;
  color: #FFF;
  display: inline-block;
  font-weight: 200;
  margin: 0 0 -25px;
  min-height: 37px;
  line-height: 46px;
  padding: 0 0 17px;
  position: relative;
  border-bottom-color: #0088cc;
}

.page-top li.active {
  color: white;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

/* Product */
.portfolio-title {
  margin-bottom: -10px;
}

.portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {
  margin-top: 11px;
}

.portfolio-title a {
  display: inline-block;
}

.portfolio-title h2 {
  color: #0088cc !important;
  font-weight: bold !important;
  font-size: 3.4em;
}

/* Find Producer */
.find-producer {
  text-align: left;
  margin-top: 10px;
}

.find-producer h2 {
  text-align: center;
  font-size: 2.4em;
}

.find-producer h2 strong {
  text-align: center;
  color: #0088cc;
}

.find-producer .address-wrap {
  width: 400px;
}

.find-producer .search {
  width: 150px;
  height: 38px;
}

.find-producer #sl_search {
  margin-bottom: 0px !important;
  text-align: center;
}

.result-frame {
  line-height: 1.7;
}

#sl_sidebar {
  overflow: auto;
  font-size: 0.9em;
  height: 400px;
  min-width: 200px;
  border: solid 1px #eee;
  border-radius: 3px;
  float: left;
}

.location_name {
  font-weight: bold;
  color: #0088cc;
}

.map-wrap {
  height:320px;
}

.map-wrap #map {
  min-height:400px;
  border: solid 1px #eee;
  border-radius: 3px;
}

.offers-mexiauto-online {
  color: #4cae4c;
  font-style: italic;
}

#sl_sidebar div {
  cursor: pointer;
}

#sl_sidebar div {
  cursor: pointer;
}

#sl_sidebar div {
  background: #ffffff;
  cursor: pointer;
  margin: 0px 4px;
  border-bottom: solid 1px #eee;
  padding: 4px;
}

.marker-balloon {
  line-height: 1.6;
  color: black;
}

.marker-producer {
  font-weight: bold;
  color: #0b70cd;
  font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}

.marker-address {
  margin: 0px;
  padding: 0px;
}

.marker-phone {
  margin: 0px;
  padding: 0px;
}

.marker-distance {
  margin: 0px;
  padding: 0px;
}

.marker-buttons {
  margin: 0px;
  padding: 0px;
}

.marker-buttons .btn:focus {
  box-shadow: none;
}

.search-result-address {
  font-weight: bold;
}

#sl_results_container {
  min-width:310px;
}

.row-fluid #sl_sidebar {
  width: 30%;
  margin-left: 0px;
}

/* Get Appointed */
.get-appointed .row-3-right-text {
  margin-left: 10%;
  margin-right: 10%;
}

.get-appointed .row-4-list-1 {
  margin-left:20%;
}

.get-appointed .row-4-list-2 {
  margin-left:10%;
}

.get-appointed .row-4-list-3 {
  margin-left:10%;
  margin-right:10%;
}

.get-appointed .workflow-img {
  width:75%
}

.get-appointed .hero-custom {
  background-image:url('/assets/get-appointed/hero.png');
  height:249px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.get-appointed .become-producer-today {
  color:white;
}

.get-appointed .get-appointment {
  background-image: linear-gradient(#ffffff, #c5c3c3);
  color: #2f659e;
  font-weight: bold;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.get-appointed .get-appointment:hover {
  background-image:linear-gradient(#fefefe, #b1b1b1);
}

.get-appointed .get-appointment a:visited, .get-appointed .get-appointment a:visited {
  color:#145996;
}

.get-appointed .down-custom {
  width:32px;
  height:32px;
  position:relative; top:-17px;
  -webkit-filter:drop-shadow(5px 5px 5px #222 );
  filter:drop-shadow(2px 2px 9px #999);
}

.get-appointed .row-3 {
  padding-top:10px;
}

.get-appointed .row-4 {
  padding-top:30px;
}

.get-appointed .row-5 {
  margin-top:30px;
  background:#f0f0ee;
}

.get-appointed .row-6 {
  background:#edf4fc;
}

.get-appointed .list-custom {
  list-style-image:url('/assets/get-appointed/check.png');
}

.get-appointed .text-partnered {
  color:#0486b1;
}

.get-appointed .trust-pilot-container {
  max-width: 1280px;
}

.get-appointed .divider {
  width:100%;
  min-width:100%;
}

.get-appointed .becoming-mexipass {
  color:#0b509b;
}

.get-appointed .becoming-very-simple {
  color:#43d7e5;
}

.get-appointed .divider2 {
  width:100%;
  min-width:100%;
}

.get-appointed .please-note {
  margin-top:20px;
  margin-bottom:30px;
  font-style:italic;
  font-size:12px;
}

.get-appointed .how-to-become {
  color:white;
  margin-bottom:30px;
}

.get-appointed .to-become-appointed {
  color:white;
}

.get-appointed .row-8-gradient {
  background-image:linear-gradient(to right,#009DFE , #2652CE);
}

.get-appointed .fully-completed {
  margin-top:39px;
  margin-left:87px;
  font-size:13px;
  color: black;
}

.get-appointed .completed-w9 {
  margin-top: 48px;
  margin-left:78px;
  font-size:13px;
  color: black;
}

.get-appointed .proof-of-established {
  margin-top:38px;
  margin-left:95px;
  font-size:13px;
  color: black;
}

.get-appointed .bullet-1-1 {
  background-image:url('/assets/get-appointed/bullet-1-1.png');
  background-position:center;
  background-repeat:no-repeat;
  min-height:140px;height:140px;max-height:140px;
  min-width:380px;width:380px;max-width:380px;
}

.get-appointed .bullet-2-1 {
  background-image:url('/assets/get-appointed/bullet-2-1.png');
  background-position:center;
  background-repeat:no-repeat;
  min-height:140px;height:140px;max-height:140px;
  min-width:380px;width:380px;max-width:380px;
}

.get-appointed .bullet-3-1 {
  background-image:url('/assets/get-appointed/bullet-3-1.png');
  background-position:center;
  background-repeat:no-repeat;
  min-height:140px;height:140px;max-height:140px;
  min-width:380px;width:380px;max-width:380px;
}

.get-appointed ul.social-icons {
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
  margin:0;
  padding:0;
  width:auto;
}

.get-appointed ul.social-icons li {
  float:left;
  margin-left:10px;
}

.get-appointed a:hover, .get-appointed a:focus {
  color:#a6a6a6;
  text-decoration:underline;
  color:white;
}

.get-appointed a:visited {
  color:white;
}

.get-appointed a {
  color:white;
}

.get-appointed .list-unstyled {
  padding-left:0;
}

.get-appointed ul.icons {
  list-style:none;
}

.get-appointed hr.light {
  background-image:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent);
}

.get-appointed .links {
  font-weight: bold;
  color: #0563C1;
}

.get-appointed .links:visited {
  color: #0563C1;
}

.get-appointed .links:hover {
  color: #0563C1;
}

.get-appointed .links:focus {
  color: #0563C1;
}

/* Latest News */
.latest-news-page .post-content h2 {
  color: #0088cc;
  margin-bottom: 5px;
  font-size: 2.4em;
}

.latest-news-page .post-content .created {
  color: gray;
  margin-bottom: 10px;
  font-size: 1.4em;
}

.latest-news-page .post-content p {
  margin-bottom: 5px;
}

.blog-posts article {
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* Contact Us */
#contactUs input, #contactUs select {
  max-width: 250px;
}

#contactUs textarea {
  max-width: 575px;
}

/* Contact Producer */
.contact-producer .featured-box .box-content {
  padding: 10px 10px 20px 10px;
}

.contact-producer .featured-box h4 {
  text-transform: none;
}

.contact-producer .producer-info {
  margin-bottom: 10px;
}

#contactProducer input {
  max-width: 250px;
}

#contactProducer textarea {
  max-width: 575px;
}

/* Contact Member */
.contact-member-card {
  max-width: 350px;
}

.contact-member-card img{
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

#contactMember select, #contactMember input {
  max-width: 250px;
}

/* Header */
@media (min-width: 576px) {
  .nav-container-custom {
    width: 95%;
    max-width: 1500px;
  }
}

.nav-logo-custom {
  height: 10vmin;
  min-height: 50px;
  max-height: 90px;
}

.nav-toggler-custom {
  border-style: hidden;
  font-size: 2rem;
}

.nav-toggler-custom:focus {
  box-shadow: none;
}

.nav-toggler-icon-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2835, 63, 146%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-select-custom {
  height: fit-content;
  font-size: 12px;
}

.nav-select-label-custom {
  padding-top: 4px;
}

.navbar .nav-link {
  color: var(--nav-blue) !important;
  font-weight: 600;
}

.navbar .nav-link.active, .navbar .nav-link:hover, .navbar .nav-link.show {
  color: white !important;
  background: var(--nav-blue);
}

.navbar .nav-item {
  width: fit-content;
}

.navbar .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.nav-drop-custom {
  background: var(--nav-blue);
  border: none;
  position: absolute !important;
  margin-top: -4.5px !important;
  padding: 3px;
  font-size: 12px;
  box-shadow: 0 .75rem 1rem rgba(0,0,0,.15);
  line-height: 24px;
}

.nav-subdrop-custom {
  background: var(--nav-light-blue);
  border: none;
  position: absolute !important;
  margin-top: -4.5px !important;
  padding: 3px;
  font-size: 12px;
  box-shadow: 0 .75rem 1rem rgba(0,0,0,.15);
}

.navbar .dropdown-menu .dropdown-menu {
  background: var(--nav-light-blue);
  box-shadow: 0 .75rem 1rem rgba(0,0,0,.15);
}

.navbar .dropstart .dropdown-menu {
  box-shadow: -.75rem .5rem 1rem rgba(0,0,0,.15);
  margin-right: 0;
}

.navbar .dropdown-item {
  color: #eee;
  padding: .25rem 0.5rem;
  background: var(--nav-blue);
}

.navbar .dropdown-item:hover, .navbar .dropdown-item.show {
  background: var(--nav-light-blue);
  border: var(--nav-light-blue);
  color: var(--nav-dark-blue);
  border-radius: 4px;
}

.nav-subdrop-custom .dropdown-item {
  background: var(--nav-light-blue);
  color: var(--nav-dark-blue);
}

.nav-subdrop-custom .dropdown-item:hover {
  background: var(--nav-blue);
  border: var(--nav-blue);
  color: white;
  border-radius: 4px;
}

.navbar .dropdown-toggle-split {
  padding: 0 15px;
  font-size: 16px;
}

.navbar .btn {
  color: white;
  font-size: 12px;
}

.find-producer-btn-custom {  
  background-color: #f0ad4e;
  border-color: #eea236;
}

.find-producer-btn-custom:hover {
  background-color: #d4a003;
  border-color: #be8f02;
}

.buy-mexipass-btn-custom {  
  background-color: #d9534f;
  border-color: #d43f3a;
}

.buy-mexipass-btn-custom:hover {  
  background-color: #c82333;
  border-color: #a30313;
}

.get-appointed-btn-custom { 
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.get-appointed-btn-custom:hover { 
  background-color: #218838;
  border-color: #1e7e34;
}

.producer-login-btn-custom {  
  background-color: #0088cc;
  border-color: #0182c2;
}

.producer-login-btn-custom:hover {  
  background-color: #0370a7;
  border-color: #03699c;
}

/* Hamburger */
.animated-toggler {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-toggler span {
  display: block;
  position: absolute;
  background: #19368e;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-toggler span:nth-child(1) {
  top: 0px;
}
  
.animated-toggler span:nth-child(2), .animated-toggler span:nth-child(3) {
  top: 10px;
}

.animated-toggler span:nth-child(4) {
  top: 20px;
}

.animated-toggler.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-toggler.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Home Carousel */
.home-carousel-custom img {
  width: 100%;
}

/* Home Intro */
.home-intro-custom {
  background-color: #00162e;
}

.home-intro-custom p {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
}

.home-intro-custom p span {
  display: block;
  font-size: 20px;
}

.home-intro-custom p em {
  font-size: 30px;
  color: #00aaff;
}

.home-intro-custom .btn {
  color: white;
  background-color: #0088cc;
  border-color: #0088cc;
  font-size: 22px;
}

/* Home Youtube */
.youtube-wrapper-custom {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube-wrapper-custom iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home Collaborations */
.carrier-logo-custom {
  max-width: 260px;
}

.carrier-logo-custom.aig {
  max-height: 80px;
}

.carrier-logo-custom.sura {
  max-height: 100px;
}

/* Products */
.products-custom .nav-link {
  color: #0088cc;
}

.products-custom .nav-link.active {
  background-color: #0088cc;
}

.products-card-custom {
  background: linear-gradient(white,#e2e9f5);
  width: 260px;
  height: 300px;
  border-radius: 10px;
  cursor: pointer;
}

.products-card-custom:hover {
  background: linear-gradient(white, #c2d8fd);
}

.products-card-custom .card-img-top {
  width: 200px;
  height: auto;
}

.products-card-custom .card-body {
  padding: 0px 6px 15px 6px;
  margin-top: -32px;
}

.products-card-custom .card-title {
  text-transform: none;
}

.products-card-custom .description {
  color: #898989;
}

/* About Us */
.team-img-custom {
  border-radius: 15px;
}

.about-tab-custom .nav-link {
  background: #f4f4f4;
  color: #0088cc;
  border-top: 3px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-right: 1px;
}

.about-tab-custom .nav-link.active {
  color: #0088cc;
  border-top-color: #0088cc;
}

.about-tab-custom .nav-link:hover {
  border-top: 3px solid #0088cc;
  border-left-color: #e9ecef;
  border-right-color: #e9ecef;
  border-bottom-color: transparent;
}

.about-tab-custom h4 {
  font-size: 24pt;
}

.about-tab-custom p, .about-tab-custom .tab-content ul, .about-tab-custom ol {
  font-size: 16pt;
}

.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 15px;
}

.about-count {
  margin-top: 0px !important;
  margin-bottom: 45px !important;
  background-color: #084e99 !important;
  border-color: #084e99 !important;
  color: #FFF;
  padding: 40px 0;
  border: 3px solid #CCC;
}

.counters strong {
  display: block;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
}

.counters label {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.carriers-custom div img {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 150px;
}

.team-card-custom {
  background: linear-gradient(white,#e2e9f5);
  width: 260px;
  height: 300px;
  border-radius: 10px;
}

.team-card-custom:hover {
  background: linear-gradient(white, #c2d8fd);
}

.team-card-custom .card-img-top {
  width: 200px;
  height: auto;
}

.team-card-custom .card-body {
  padding: 0px 5px 15px 5px;
}

.team-card-custom .card-title {
  text-transform: none;
}

.team-card-custom .description {
  color: #898989;
}

/* Reviews */
.reviews-background-custom {
  background-image:url('/assets/reviews/hero-bright.jpg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  color: white;
}

section.featured-home {
  padding-top: 10px;
  padding-bottom: 10px;
}

.thumb-info-social-icons .fab {
  color:white;
}

/* Product */
.product-img-custom {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top: 4px solid #0088cc;
  background: -webkit-linear-gradient(white,#e2e9f5);
  background: linear-gradient(white,#e2e9f5);
}

.product-btn-custom {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: 360px;
  background-color: #0088cc;
  border-color: #0088cc;
  color: white;
  width: 100%;
  font-size: 22px;
}

.product-btn-custom:hover {
  background-color: #0099e6;
  border-color: #0099e6;
  color: white;
}

/* Product Carousel */
.products-carriers {
  padding-bottom: 50px;
}

.products-carriers .carousel-inner img {
  max-height: 100px;
  max-width: 260px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #aaa;
}

/* Footer */
#footer {
  background-color: #084e99;
}

#footer h4, #footer a {
  color: white;
}

#footer h4 {
  font-size: 22.7px;
  font-weight: 400;
  text-shadow: 1px 1px 1px black;
}

#footer h5 {
  color: #ccc;
  margin-bottom: 14px;
}

#footer p {
  color: #dadada;
}

#footer li {
  color: #dadada;
}

#footer-main-section li {
  margin-left: 13px;
  text-indent: -7px;
}

#footer-main-section i {
  font-size: 10px;
  vertical-align: 1px;
}

#footer hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 1), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 1), transparent);
  opacity: .3;
}

#footer .phone-custom {
  color: white;
  font-size: 26px;
  font-weight: 600;
}

/* Login */
#login, #dlg-forgot-password, #dlg-forgot-email {
  font-size: 15px;
}

#login .box-wrap {
  max-width: 440px;
}

#login .fw-bold, #dlg-forgot-password .fw-bold, #dlg-forgot-email .fw-bold {
  font-weight: 600!important;
}

#login .box-content {
  color: #777777;
}

#login .subheading {
  color: red;
}

#login #btn-producer-login {
  line-height: 28px;
}

#login a:hover {
  text-decoration: underline;
}

#login .input-lg, #dlg-forgot-password .input-lg, #dlg-forgot-email .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#producer-error-message {
  display: none;
}

.form-btn {
  line-height: 28px;
}

/* Social Icons */
ul.social-icons li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(https://www.mexipass.com/assets/social-sprites.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 0 100px;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

ul.social-icons li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-icons li a:hover {
	text-decoration: none;
}

ul.social-icons li a i[class^="icon-"] {
	color: #444;
	font-style: 16px;
	position: relative;
	top: 3px;
}

ul.social-icons li a:active {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.3);
}

ul.social-icons li[class] a {
	text-indent: -9999px;
}

ul.social-icons li:active, ul.social-icons li a:active {
	border-radius: 100%;
}

ul.social-icons li.digg {
	background-position: 0 0;
}

ul.social-icons li.digg:hover {
	background-position: 0 -30px;
}

ul.social-icons li.dribbble {
	background-position: 0 -60px;
}

ul.social-icons li.dribbble:hover {
	background-position: 0 -90px;
}

ul.social-icons li.facebook {
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover {
	background-position: 0 -150px;
}

ul.social-icons li.flickr {
	background-position: 0 -180px;
}

ul.social-icons li.flickr:hover {
	background-position: 0 -210px;
}

ul.social-icons li.forrst {
	background-position: 0 -240px;
}

ul.social-icons li.forrst:hover {
	background-position: 0 -270px;
}

ul.social-icons li.googleplus {
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover {
	background-position: 0 -330px;
}

ul.social-icons li.html5 {
	background-position: 0 -360px;
}

ul.social-icons li.html5:hover {
	background-position: 0 -390px;
}

ul.social-icons li.icloud {
	background-position: 0 -420px;
}

ul.social-icons li.icloud:hover {
	background-position: 0 -450px;
}

ul.social-icons li.lastfm {
	background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover {
	background-position: 0 -510px;
}

ul.social-icons li.linkedin {
	background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover {
	background-position: 0 -570px;
}

ul.social-icons li.myspace {
	background-position: 0 -600px;
}

ul.social-icons li.myspace:hover {
	background-position: 0 -630px;
}

ul.social-icons li.paypal {
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover {
	background-position: 0 -690px;
}

ul.social-icons li.picasa {
	background-position: 0 -720px;
}

ul.social-icons li.picasa:hover {
	background-position: 0 -750px;
}

ul.social-icons li.pinterest {
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover {
	background-position: 0 -810px;
}

ul.social-icons li.reddit {
	background-position: 0 -840px;
}

ul.social-icons li.reddit:hover {
	background-position: 0 -870px;
}

ul.social-icons li.rss {
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover {
	background-position: 0 -930px;
}

ul.social-icons li.skype {
	background-position: 0 -960px;
}

ul.social-icons li.skype:hover {
	background-position: 0 -990px;
}

ul.social-icons li.stumbleupon {
	background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover {
	background-position: 0 -1050px;
}

ul.social-icons li.tumblr {
	background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover {
	background-position: 0 -1110px;
}

ul.social-icons li.twitter {
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1170px;
}

ul.social-icons li.vimeo {
	background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover {
	background-position: 0 -1230px;
}

ul.social-icons li.wordpress {
	background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover {
	background-position: 0 -1290px;
}

ul.social-icons li.yahoo {
	background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover {
	background-position: 0 -1350px;
}

ul.social-icons li.youtube {
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1410px;
}

ul.social-icons li.github {
	background-position: 0 -1440px;
}

ul.social-icons li.github:hover {
	background-position: 0 -1470px;
}

ul.social-icons li.behance {
	background-position: 0 -1500px;
}

ul.social-icons li.behance:hover {
	background-position: 0 -1530px;
}

ul.social-icons li.yelp {
	background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover {
	background-position: 0 -1590px;
}

ul.social-icons li.mail {
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover {
	background-position: 0 -1650px;
}

ul.social-icons li.instagram {
	background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover {
	background-position: 0 -1710px;
}

ul.social-icons li.foursquare {
	background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover {
	background-position: 0 -1770px;
}

ul.social-icons li.zerply {
	background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover {
	background-position: 0 -1830px;
}

ul.social-icons li.vk {
	background-position: 0 -1860px;
}

ul.social-icons li.vk:hover {
	background-position: 0 -1890px;
}