/* FIRST COLOR: #006c54 */
/* SECOND COLOR: rgba(0,0,0,.6) */
#headerMenuResponsive {
    background-color: white;
}
.cajaContainer {
	margin-bottom: 40px;
}
#projectHeaderBoxV3 {
    margin-top: 20px;
}

#projectHeader {
	margin-top: 20px;
}

.drop-menu-projects {
    color: #a4bc74;
}
.casilleroImage {
    min-height: 145px;
}
.casilleroDescription {
	height: auto;
	color: black;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	min-height: 87px;
}

#logoPosition {
	background-color: transparent;
	border-radius: 0px;
	padding-left: 0px;
	width: 100%;
	margin-left: 0px;
	margin-top: -35px !important;
}  
.headerElements {
    color: black;
}
.headerElements.active {
    color: rgba(0,0,0,.6);
}
.headerElements:hover {
    color: rgba(0,0,0,.6);
}

#buttonHamburguer{
	background-color: rgba(0,0,0,.6);
	margin-right: 5px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

#buttonsContainer {
   background-color: #fdf200;
   margin-top: 80px;
}

.tit {
	color: white;
}
.titleSectionLeft {
	color: black;
}

#footerContainer {
	background: white;
}

.footerlink {
    color: black;
}
.footerlink.active {
    color: rgba(0,0,0,.6);
}
.footerlink:hover {
    color: rgba(0,0,0,.6);
}
.footerLogo {
	max-width: 135px;
	margin-top: -35px;
}
.footerSection {
	margin-top: 7px;
}
#projectsContainer {
	min-height: 180px;
}
.thumbnail {
	border-radius: 50%;
}
.lobster {
    color: #006c54;
}

#blogPageContainer {
	margin-top: 20px;
}

#boxListContainer {
	margin-top: 20px;
}

@media (max-width:767px) {
	.navbar-nav {
		height: auto;
		float: right;
		background-color: rgba(0,0,0,.6);
		margin-top: 5px;
		margin-right: 0px;
		border-radius: 3px;
		padding-bottom: 10px;
	}
	#navbar {
		border: medium none;
		float: right;
		padding-right: 0px;
	}
	.nav > li {
		border-bottom: none;
		height: 30px;
	}
}


