/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: auto;

}
body {
  /* Margin bottom by footer height */
  font-family: 'Source Sans Pro', sans-serif;
}
.footer {
  position: fixed;
  top: 84%;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #222;
  color: #fff;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

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

code {
  font-size: 80%;
}
.blue-line{
   border-style: solid;
    border-width: 3px;
border-color: #1882DB;
}
.heroic{
  font-size: 3.5em;
  color: #ffffff;
}
.sbluecaps{
  color: #26C6E8;
}
.wcaps{
  color: #ffffff;
}
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li {
  padding: 20px 15px 15px;
  border-left: 1px solid #eee;
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}
.cintillo{
  width: 8.3%;
  right: -2;
  left: 100%;
  background-color: red;
}

.smenu{
  width: 15%;
  right: 0;
  left: 100%;
  top: 2%;
  background-color:
}