/*
 * Custom CSS — SDOS (David Herrera & Paco Soria)
 * Bootstrap override
 */
.turismo .intro {
    margin-top: 50px;
    margin-bottom: 50px;
}
.turismo .intro .layout:nth-of-type(n+3) {
    border-left-width: 2px;
    border-left-style: solid;
}
.turismo .intro .title {
    text-transform: none;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}

/************************
  	IMG BOX
  *************************/
  .img-block .img-title-box {
  	border-width: 3px;
  	border-right-width: 0;
  	border-style: solid;
  	border-color: #fff;
  	position: absolute;
  	bottom: 0%;
  	left: 5%;
    height: 27%;
    width: 17%;
  }
  .img-block .img-title {
  	color: #fff;
  	position: absolute;
  	bottom: 10%;
  	left: 12%;
    width: 80%;
  }


.push-margin-top {
    margin-top: 50px;
}
.push-margin-bottom {
    margin-bottom: 50px;
}
.push-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.languageBar img {
	display: initial;
	max-width: initial;
	margin: initial;
	height: 20px;
}