body{
  background-color: #EEEDE9;
  font-family: "Helvetica Neue", Helvetica, Calibri, sans-serif;
}

a, a:hover {
  text-decoration: none !important;
  color: #5a5a5a;
}

.navbar{
  margin-bottom: 0;
  min-height: 65px;
}
.navbar-darkblue {
  background-color: #303E48;
  border-color: #303E48;
}

.navbar-inverse{ background-color: #fff; border-color: #fff;}
.navbar-inverse .navbar-nav > li > a:hover {
    color: black;
}

.navbar-brand { height: auto;}

/*.carousel-inner > .item > .first-slide {
  opacity: 0.6;
}
*/
h2 {margin-bottom: 30px;}
h1 {font-size: 40px;}


hr { border-color: #C7B5B5;}

ul.affix {
  position: fixed;
  top: 80px;
  left: 62px;
  width: 250px;
}
ul.affix-top {
  position: static;
}
ul.affix-bottom {
  position: absolute;
}

.center {
  text-align: center;
  margin: 0 auto;
}

/* First level of nav */
.sidenav {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top:    10px;
  padding-bottom: 10px;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
}
.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
}

/* Nav: second level */
.sidebar .nav .nav {
  display: none;
}
.sidebar .nav > li.active .nav {
  display:block;
}
.sidebar .nav .nav {
  margin-bottom: 8px;
}
.sidebar .nav .nav > li > a {
  padding-top:    3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

.marketing{
  padding-top: 30px;
}

.alt-menu {padding: 20px 0 20px 0;}

.m-0 {margin: 0 0 0 0;}
.m-0 a{color: white;}

/*-----------------------------Images on Jumbotron ---------------------------------------*/
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}
.aider-team{
	background: url("../images/aider-group.jpg")  center center no-repeat fixed;
	background-size: cover;
	height: 450px;
}
.partner-cover {
    background: url("../images/partner-cover.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}
.proyect-cover {
    background: url("../images/proyect-cover.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;

}
.py-ejecucion-cover {
    background: url("../images/py-ejecucion.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;

}
.py-ejecutado-cover {
    background: url("../images/py-ejecutados.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;

}
.noti-cover {
    background: url("../images/noti-cover.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;

}

.carbonexpo-cover {
   background: url("../images/contrato-banner1.jpg") no-repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
}

.carbonexpo {width: 50px;}

.padding { padding-bottom: 10px;}

.aider-team, .news-cover, .partner-cover > h1 {color: white;}
.aider-team, .news-cover, .partner-cover > h1 small {color: #FFFFFF;}
.aider-team, .news-cover, .partner-cover > p {color: #FFFFFF;}

.cd-serfor{  
  background-color:#34722f !important;
  height: 70%;
  padding: 30px;
  margin-top: 30px;
  color: #FFFFFF !important;
}

.no-align { text-align: left !important;}
.no-margin{ margin: 30px 0px 30px 0px !important;}
.no-style {list-style: none; margin: 5px;}

.modal-header{  background-color: lightblue;}

h1 { margin-bottom: 40px !important;}


.thumbnail {
    position:relative;
    overflow:hidden;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.thumbnail-press {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail-press img {
    width: 100%;
}



/*****************************************/



/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

.bc-current{
  color: #ccc;
}

/* ==================== Backt-to-top ====================*/

#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgb(79, 192, 13);
    background: rgba(79, 192, 13, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.panel-body > span, .panel-body p > span {font-weight: bold;}

.pillar__image > img {width: 90%;}
.pillar__block {margin-bottom: 40px;}
video{
width:100%;
height: auto;
}

.white{background-color: #CB9C70;}
.blue{background-color: ;}
.green{background-color: #A0DFD1;}

section.numeros h1 {font-size: 58px; margin-top: 20px; color: #00C2FF;}
section.numeros h2 { font-size: 40px; color: #47A02F; font-weight: 400;}
section.numeros h3 { font-size: 48px; color: #00C2FF; font-weight: 500;}
section.numeros h4 { font-size: 38px; color: #47A02F; font-weight: 400;}
.dark { color: #47A02F; }
section.numeros  img {height: 100%;}
section.footer { background-color: #303E48; font-size: 12px;}
section.footer > div { color: #fff}
section.footer > div h2 {
  margin-bottom: 60px;
  font-size: 30px !important;
}

.tile-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.tile-bg-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.thumbnail img {
   width: auto !important;
 }

.google-visualization-tooltip{
    width:220px !important;
    border: 1px solid #adafb2 !important;
}

.news-wrap, .news-item { display: block;}
