#courses h3 {
	word-spacing: 0;
}
#slider-home .slide-home h2 {
    text-shadow: 1px 1px 3px black;
}
#slider-home .slick-arrow.prevArrow {
	left: 20px;
}
#slider-home .slick-arrow.nextArrow {
	right: 20px;
}
.slick-arrow {
    z-index: 9999;
}
.block-thumb-wrap {
	text-align: center;
}
.block-certificate .block-thumb {
	width: 93px;
	height: 93px;
	background-color: #2b2b2b;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: -30px 0 20px;
	position: relative;
	z-index: 2;
}
.block-certificate:first-of-type .block-thumb {
    background-size: 43px;
}
.block-certificate:nth-of-type(2) .block-thumb {
    background-size: 37px;
}
.block-certificate:nth-of-type(4) .block-thumb {
    background-size: 46px;
}

.convocatoria-mentors h3 {
	cursor: pointer;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.header-mentor .fa {
	color: white;
}

.block-home-ceritified{
	float: right;
	margin-top: -110px;
	margin-right: 50px;
}

.block-home-ceritified img{
	width: 100px;
}

#inscription-form input[type="checkbox"]{
	float: none !important;
}

@media(max-width: 500px){
	.block-home-ceritified{
		float: none;
		margin-top: 40px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

#search-mentors {
	padding: 20px 0 40px;
}
#search-mentors select,
#search-mentors input {
	width: calc(20% - 16px);
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	padding: 15px;
	line-height: 1.2em;
}
#search-mentors input[type="submit"] {
	margin-right: 0;
}
.open-mentor:nth-child(3){
	margin-top: 40px;
}
#search-terms {
	margin-top: 20px;
	font-weight: 700;
}
#search-terms span:after { content: '+'; margin: 0 5px; }
#search-terms span:last-of-type:after { content: ''; margin: 0; }
#search-terms a { text-decoration: underline; }

.form-mentor h1 {
	margin-bottom: 40px;
}
.form-mentor input,.form-mentor textarea {
	width: 100%;
}
.form-mentor label {
	display: block;
}
.form-mentor fieldset {
	margin-bottom: 20px;
}
#mentormenu {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-bottom: 40px;
	margin-top: 20px;
}
#mentormenu a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0;
	display: block;
	border-bottom: 1px solid black;
}
#mentormenu a span {
	display: block;
	font-size: 8px;
	color: #b1b1b1;
}
#mentormenu a.active {
	color: #e62423;
}
.form-mentor .no {
	display: none !important;
}
#handled-renovation a {
	color: #e62423;
	text-decoration: underline;
}
#renovation-date {
	font-style: italic;
	margin-bottom: 15px;
}
#renovation-forms h2 {
	margin-bottom: 20px;
}
#renovation-forms form {
}
#renovation-forms form:first-of-type {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid black;
}
#renovation-forms label {
	margin-bottom: 40px;
}
#renovation-forms input, #renovation-forms textarea {
	margin-top: 15px;
}
#renovation-forms textarea {
	min-height: 200px;
}
#renovation-forms input[type="submit"]{
	background-color: #e62423;
	border: 0;
	font-weight: 700;
	color: white;
	padding: 10px;
	margin-top: 0;
}
#renovation-forms input[type="checkbox"]{
	width: auto;
	margin-right: 10px;
}
label.acceptance {
	font-weight: 400;
	font-size: 0.8em;
}
.mentor-finder #mentors {
	padding-top: 0;
}
.row-mentors {
	display: flex;
	flex-wrap: wrap;
}
.pagination-wrap {
	text-align: center;
	margin-top: 20px;
}
.pagination > li > a, .pagination > li > span {
	color: black;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	background-color: #e62423;
	border-color: #e62423;
}

#reset-pass-link {
	display: block;
	color: #e62423;
	font-weight: 700;
	margin-top: 10px;
	font-size: 0.8em;
}

.mentor-area #menu nav, .mentor-area #menu #trigger_menu {
	display: none;
}
#search-mentors form div{
	margin-top: 20px;
}
#search-mentors form div input{
	width: auto;
}

.header-mentor img {
    float: right;
    min-height: 175px;
}

