.backgroundwhite{ background: #FFF;}
.grey-background { background:#C0C0C0;}
.grey-color { color:#C0C0C0;}
.text-bold { font-weight: bold; }
.linebottom-grey { border-bottom: #C0C0C0 1px solid; }
.border-solid-grey { border: #C0C0C0 1px solid; }
.padding0{ padding: 0px !important;  }
.padding10{ padding: 10px !important;  }
.padding-top5{ padding-top: 5px; }
.padding-top25{ padding-top: 25px; }
.padding-top50{ padding-top: 50px; }
.padding-top75{ padding-top: 75px; }
.padding-top100{ padding-top: 100px; }
.padding-bottom5{ padding-bottom: 5px; }
.padding-bottom15{ padding-bottom: 15px; }
.padding-bottom25{ padding-bottom: 25px; }
.padding-bottom50{ padding-bottom: 50px; }
.padding-bottom75{ padding-bottom: 75px; }
.padding-bottom100{ padding-bottom: 100px; }
.padding-left0{ padding-left: 0px; }
.padding-left10{ padding-left: 10px; }
.padding-right0{ padding-right: 0px; }
.padding-right10{ padding-right: 10px; }
.margin-left10{ margin-left:10px; }
.margin-top10{ margin-top:10px; }
.margin-top15{ margin-top:15px; }
.margin-top25{ margin-top:25px; }
.margin-bottom20{ margin-bottom:20px; }
.margin-bottom25{ margin-bottom:25px; }
.margin-bottom10{ margin-bottom:10px; }
.margin-bottom15{ margin-bottom:15px; }
.margin-bottom5{ margin-bottom:5px; }
.text-size10 { font-size: 10px; }
.text-size11 { font-size: 11px; }
.text-size12 { font-size: 12px; }
.text-size13 { font-size: 13px; }
.text-size14 { font-size: 14px; }
.text-center{ text-align: center;}
.text-right{ text-align: right;}
.align-center{ text-align: center !important; margin:0px auto !important; }
body{padding-bottom: 0px; font-family: Arial, Helvetica, sans-serif;}
a { color: #bc0000; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color: #bc0000; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
h1,h2,h3,h4,h5,h6 > home{
    font-weight: 700;
    color: #000;
    margin-top: 0px !important;
    margin-bottom: 8px;
}
.navbar-nav .open .dropdown-menu{
    background: #FFFFFF;
}


/* NAVBAR STYLING STARTS */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: teal;
    color: #fff;
  }
  
  .nav-links a {
    color: #fff;
  }
  
  /* LOGO */
  .logo {
    font-size: 32px;
  }
  
  /* NAVBAR MENU */
  .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
  }
  
  .menu li:hover {
    background-color: #4c9e9e;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  
  .menu li {
    padding: 5px 14px;
  }
  
  /* DROPDOWN MENU */
  .services {
    position: relative; 
  }
  
  .dropdown {
    background-color: rgb(1, 139, 139);
    padding: 1em 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 8px;
    top: 35px;
  }
  
  .dropdown li + li {
    margin-top: 10px;
  }
  
  .dropdown li {
    padding: 0.5em 1em;
    width: 8em;
    text-align: center;
  }
  
  .dropdown li:hover {
    background-color: #4c9e9e;
  }
  
  .services:hover .dropdown {
    display: block;
  }
  
/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type=checkbox] {
    display: none;
  } 
  
  /* HAMBURGER MENU */
  .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
  }
  
  /* APPLYING MEDIA QUERIES */
  @media (max-width: 768px) {
   .menu {
      display:none;
      position: absolute;
      background-color:teal;
      right: 0;
      left: 0;
      text-align: center;
      padding: 16px 0;
    }
  
    .menu li:hover {
      display: inline-block;
      background-color:#4c9e9e;
      transition: 0.3s ease;
    }
  
    .menu li + li {
      margin-top: 12px;
    }
  
    input[type=checkbox]:checked ~ .menu {
      display: block;
    }
  
    .hamburger {
      display: block;
    }
  
    .dropdown {
      left: 50%;
      top: 30px;
      transform: translateX(35%);
    }
  
    .dropdown li:hover {
      background-color: #4c9e9e;
    }
  }


/* CONTACT FORM
-------------------------------------------------- */
#contactForm{margin:15px 0;padding-bottom:15px;}
#contactForm .formContent{width:100%;}
label{display:block;}
label span.name{padding:0 0 0 15px;font-style:italic;color:#d81614;font-size:10px;}
label span.email{padding:0 0 0 15px;font-style:italic;color:#d81614;font-size:10px;}
label.optional{font-weight:normal;}
input{border:1px solid #aaa5a2;}
input{padding:6px;border:1px solid #aaa5a2;}	
select{padding:6px;display:block;border:1px solid #aaa5a2; width:100%;}
.submit{font-family: Georgia;display:block;cursor:pointer;background:#000;text-align:center;color:#fff;padding:7px 10px;border:none;margin-top:10px; width:auto}	
textarea{border:1px solid #aaa5a2;padding:7px;overflow:auto;width:100%;}	
fieldset{border:none;margin:0 0 25px 0;clear:both;}	
input.inputError{border:1px solid #E22221;}	
label.inputError{display:none!important;}
textarea.inputError{border: 1px solid #EFBF18 !important;}
option{padding:2px 0 0 5px;}
.responseMessage{display:block;padding:8px;background:#e0e0e0;color:#9c5203;}
/*BoxState*/
.boxstate-box-line1 {
    background: #0001c0 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    width: 90px;
}
.boxstate-box-line2 {
    background: #fe0100 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    width: 90px;
}
.boxstate-box-news {
    color: #00397d;
    font-weight: bold;
    padding-left: 5px;
}
.boxstate-table {
    border-collapse: separate;
    border-spacing:  5px;
}

/*BoxSchedule*/
.boxschedule-box-bg {
    background: #ff6300 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
.boxschedule-box-news {
    color: #00397d;
    font-weight: bold;
    padding-left: 5px;
}
.boxschedule-table {
    border-collapse: separate;
    border-spacing:  5px;
}
/*Coming soon*/     
﻿.comingsoon{
    background: #004990;
    height: 100%;
    min-height: 500px;
    margin-top: 10%;
}
.comingsoon2{
    text-align: center !important;
    margin:0px auto !important;
}
.h2routes{
    font-weight: none !important;
    font-size: 14px !important;
    line-height: 1.42857 !important;
    display: inline !important;
}    
.navbar 
{
    background: #004990;
    border-radius: 0px;
    margin-bottom: 0px !important;
    padding: 10px;
}
.navbar .container
{
    background: #004990;
}
.navbar-brand
{
    color: #FFF !important;	
    padding: 0px !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #00397d;
    border-bottom: 2px solid #ce1126;
}
.navbar-nav > li > a {
    color: #FFF !important;
    border-bottom: 2px solid #004990;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus  {
    color: #FFF;
    background: #00397d !important;
    border-bottom: 2px solid #ce1126 !important;
}
.dropdown-menu > li > a {
    clear: both;
    color: #777 !important;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover {
    color: #777;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #00397d;
    border-bottom: 2px solid #ce1126;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.home-buttons-tabs{
    width:100%;
    z-index:5;
    float:left;
    background:rgba(0, 45, 98,.8);
    border-bottom:.1px rgba(20,20,20,.8) ridge;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-bottom: 1px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.home-buttons-tabs .button-tab{color:#FFF;padding:5px 10px 5px 10px;white-space:nowrap;cursor:pointer;text-align:center; font-weight: bold}
.home-buttons-tabs .button-tab:hover{color:#d9534f}
.home-buttons-tabs .button-tab1{top:97px;}
.home-buttons-tabs .button-tab2{top:129px; border-bottom-left-radius:5px}
.home-buttons-tabs .button-tab3{top:161px;border-bottom-left-radius:5px}
.home-buttons-tabs a{
    color:#FFF;
}
.home-buttons-tabs a:hover{
    color:#d9534f;
}
.active .button-tab{
    color:#FFF !important;
    background: none repeat scroll 0 0 rgba(0, 45, 98, 0.6);
}
.home-forms{
    width:100%;
    float:left;
    z-index:5;
    background:rgba(0, 45, 98,.8);
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:5px 10px 15px 10px;
    color: #fff;
}
.home-forms p{

    font-size: 21px;
    font-weight: normal;
    margin-bottom: 26px;
    margin-top: 15px;
    text-align: center;
}
.home-forms input {
    font-size: 25px;
    line-height: 25px;
    height: 50px;
    color: #bc0000;
    margin-bottom: 10px;
}
.home-forms select {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    color: #bc0000;
    margin-bottom: 10px;
}
.home-forms button {
    font-size: 20px;
    padding: 10px 35px 10px 35px;
}
#footer {
    background: #004990;
}
.footer-bottom {
    background-color: #004990;
    color: #fff;
    height: 100%;
}
.footer-bottom-seo{
    padding: 35px 0px 0px 0px !important;
}

.footer-bottom-seo-item{
    margin-bottom: 35px !important;
}

.footer-bottom-line{
    padding: 0px !important;
}
.footer-bottom-copyright{
    padding: 0px 0px 15px 0px !important;
}
.footer-bottom a {
    color: #ffffff;
}
.footer-bottom hr{
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

.footer-bottom ul li a{
    color: #FFF !important;
}
.btn-disvover
{
    width: 100%;
    font-weight: bold;
}
#map-canvas {
    display: block;
    width: 100%;
    height: 100%;  
}
#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -100px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}
#directions-panel {
  height: 450px;
  width: 100%;
  overflow: auto;
}
.discover-left{
        padding-top: 10px!important;
        height: 100%;
}
.select-error
{
    background-color: #d9534f !important;
    color: #FFFFFF !important;
}


/*************/
@media ( max-width: 767px ) {
    .pull-right{
        float:left !important;
    }
    .text-align-footer
    {
        text-align:left;
    }
    .home-content {
        padding: 15px 0px 15px 0px;
    }
    .home-background{
        background: #f0f0f0;
    }
    .discover-background {
        height: 100%;
        overflow: hidden;
        position: relative;		
        margin-bottom: 0px;
        background: #f9f9f9;
        border-left: #f0f0f0 solid 2px;
        border-right: #f0f0f0 solid 2px;
        
    } 
}

@media (min-width:768px) and (max-width:992px) {
    .text-align-footer
    {
        text-align:right;
    }
    .home-content {
        padding: 15px 0px 15px 0px;
    }
    .home-background{
        background: #f0f0f0;
    }
    .discover-background {
        height: 100%;
        overflow: hidden;
        position: relative;		
        margin-bottom: 0px;
        background: #f9f9f9;
        border-left: #f0f0f0 solid 2px;
        border-right: #f0f0f0 solid 2px;
        
    } 
	
}
@media ( min-width: 993px ) {
    .margin-bottom-estaciones{ margin-bottom: 100px; }
    .tabContainer ul
    {
        margin: 0px;
    }
    .navbar-brand
    {
        padding: 0px !important;
        margin-right: 20px;
    }
    .navbar-collapse
    {
        padding-bottom: 0px !important;
    }

    .home-background {
        background-image: url('../images/background-1366x768.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;		
        margin-bottom: 0px;
        min-height: 554px;
    } 
    .home-background .layout-container {
        left: 50%;
        margin-left: -430px;
        margin-right: -430px;
        margin-top: -172px;
        position: absolute;
        right: 50%;
        top: 50%;
    }
    
    .slogan{
        width: 858px;
        height:92px;
        background:url(../images/slogan.png) no-repeat;
        text-indent:-9999em;
        display:block;
        margin:0 auto -10px;
        margin-top: 80px;;
        position:relative;
        z-index:1;
        background-size:contain;
    }
    .home-buttons-tabs{
        width:15%;
        z-index:5;
        float:left;
        background:rgba(0, 45, 98,.8);
        border-right:.1px rgba(20,20,20,.8) ridge;
        border-top-left-radius:5px;
        border-bottom-left-radius:5px;
        border-top-right-radius:0px;
        border-bottom: none;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    .home-buttons-tabs .button-tab{color:#FFF;padding:5px 10px 5px 10px;white-space:nowrap;cursor:pointer;text-align:right}
    .home-buttons-tabs .button-tab1{top:97px;}
    .home-forms{
        width:85%;
        float:left;
        z-index:5;
        background:rgba(0, 45, 98,.8);
        border-top-right-radius:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        padding:5px 25px 15px 25px;
        color: #fff;
    }
    .discover-background {
        height: 100%;
        overflow: hidden;
        position: relative;		
        margin-bottom: 0px;
        background: #f9f9f9;
        border-left: #f0f0f0 solid 2px;
        border-right: #f0f0f0 solid 2px;
        
    } 
    .home-content {
        padding: 15px 0px 94px 0px;
    }

    
    .discover-no-padding
    {
        padding: 0px!important;
        
    }
    .navbar-nav > li {
        margin-left: 2px;
    }
}