/* HEADER */
/*@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Thin.ttf");
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-ThinItalic.ttf");
	font-weight: 100;
	font-style: italic;
}*/
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Regular.ttf");
	font-weight: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Italic.ttf");
	font-weight: normal;
	font-style: italic;
}
/*@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}*/
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Bold.ttf");
	font-weight: bold;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

/*@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-Black.ttf");
	font-weight: 900;
}
@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto/Roboto-BlackItalic.ttf");
	font-weight: 900;
	font-style: italic;
}*/

html, body {
	font-family: "Roboto"!important;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	font-weight: normal;
	/*background-color: #2d2d2d;*/
}

.navbar-default {
	background-color: white;
}

#logo-header img{
	margin-top:10px !important;
}
.navbar {
	margin-bottom: 0;
}

/* Footer */
/*#footer-links {
	min-height: 346px;
	padding: 70px 0 10px 0;
	background-color: #333;
}
#footer-logo-container {
	display: none;
}
#footer-links .footer-links-box > ul {
	list-style: none;
	padding-left: 0;
}
#footer-links .footer-links-box > ul > li:first-child {
	font-size: 17px;
	font-weight: bold;
	color: #858585;
	margin-bottom: 10px;
}
#footer-links .footer-links-box > ul > li {
	font-size: 14px;
	margin-bottom: 5px;
}
#footer-links .footer-links-box > ul > li > a {
	color: #b3b3b3;
}

#footer-info {	
	padding: 50px 0;
	text-align: center;

}
#footer-info img {
	display: inline-block;
}
#footer-info p {
	display: inline-block;
	font-size: 15px;
	color: #b3b3b3;
}

#footer-links #footer-info-little {
	display: none;
}
#footer-links #footer-img-pyme{
	vertical-align: top;
	width: 120px;
	margin-left: 5px;
}

#footer-links #footer-img-cdti {
	vertical-align: top;
	width: auto;
	margin-left: 5px;
}*/

#footer-links {
	min-height: 346px;
	padding: 70px 0 10px 0;
	background-color: #2D2D2C;
}
#footer-logo-container {
	display: none;
}
#footer-links .footer-links-box > ul {
	list-style: none;
	padding-left: 0;
}
#footer-links .footer-links-box > ul > li:first-child {
	font-size: 24px;
	font-weight: 100;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#footer-links .footer-links-box > ul > li {
	font-size: 14px;
	margin-bottom: 5px;
}
#footer-links .footer-links-box > ul > li > a {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
}

#footer-info {	
	padding: 40px 0 20px 0;
	text-align: center;

}
#footer-info img {
	display: inline-block;
}
#footer-info p {
	display: inline-block;
	font-size: 15px;
	color: #b3b3b3;
}

#footer-links #footer-info-little {
	display: none;
}

#footer-links #footer-img-pyme{
	vertical-align: top;
	width: 120px;
	margin-left: 5px;
}


#footer-links #footer-img-cdti {
	vertical-align: top;
	width: auto;
	margin-left: 5px;
}

#footer-follow-links {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
#footer-follow-links a {
	margin-left: 10px;
}

#footer-logo {
	padding: 10px 0;
	text-align: center;
}



.input-password button.see-password,.input-password button.hidden-password:hover{
	background: url(/img/icons/open_eye.png);
	background-position-x: 10px;
	background-position-y: 10px;
	background-repeat: no-repeat;
	border-left: none;
	border-radius: 0;
	height: 46px;
	background-color: transparent;
	width: 50px;
	position: relative;
	margin-left: -50px !important;
	display: block;
}
.input-password button.hidden-password ,.input-password button.see-password:hover{
	background: url(/img/icons/close_eye.png);
	background-position-x: 10px;
	background-position-y: 18px;
	background-repeat: no-repeat;
	border-left: none;
	border-radius: 0;
	height: 46px;
	background-color: transparent;
	width: 50px;
	position: relative;
	margin-left: -50px !important;
	display: block;
}

.input-password button.see-password:focus, .input-password button.hidden-password:focus{
	border:none;
	outline: none;
}
.img-initials-container{
	position: relative;
	display: inline-block;
	height: 100%;
}
.professionals-recommended-img-initials{
	position: absolute;
    display: inline-block;
    width: 100%;
    font-size: 30px;
	top: 4px;
    left: 6px;
    font-weight: 300;
    color: hsl(0,0%,100%);
}

.professionals-img-initials{
	position: absolute;
    display: inline-block;
    width: 100%;
    top: 65px;
    left: 0px;
    font-weight: 300;
    line-height: 80px;
    font-size: 120px;
    color: hsl(0,0%,100%);
}
.result-img-initials {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.result-img-initials-recommended {
	margin: 0 auto;
	width: 50px;
	height: 50px;
}


/* Cookies notificaction */
.eupopup-container{
  background-color:#EEEEEE !important;
  color: #737373 !important;
}
.eupopup-head{
  display:none;
}
.eupopup-buttons{
  display:none;
}
.eupopup-body {
    color: #787878;
    width: 80%;
    margin: 1% 10%;
}
.eupopup-body a{
  text-decoration: underline;
  color:#4c4c4c;
}
.eupopup-closebutton{
  background-color:#878787;
  border-radius: 100px;
  color: #FFF !important;
  top: 20% !important;
  right: 5% !important;
  padding: 9px 10px !important;
}
/* End cookie notification */

@media (max-width: 767px) {
	
	/* Footer */
	#footer-links {
		padding: 10px 0 0 0 !important;
		min-height: inherit !important;
	}
	#footer-links .footer-links-box {
		padding: 0;
		text-align: left;
	}
	#footer-logo-container {
		display: block;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.li-title{
		margin-bottom: 10px;
	}
	#footer-logo-container > #footer-logo {
		margin: 0 auto;	
	}
	#footer-links .footer-links-box:first-child {
		border-top: 2px solid #979797;
	}
	#footer-links .footer-links-box>ul {
		border-bottom: 2px solid #979797;
		padding: 15px;
		margin-bottom: 0;
	}
	#footer-links .footer-links-box>ul>li:first-child {
		font-size: 18px !important;
		display: block;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	#footer-links li {
		display: none;
	}
	#footer-links li .arrow {
		position: absolute;
	    top: 20px;
	    right: 20px;
	    width: 0;
	    height: 0;
		border-top: 6px solid hsla(0, 0%, 52%, 0);
	    border-bottom: 6px solid hsla(0, 0%, 52%, 0);
	    border-right: 6px solid hsl(0, 0%, 52%);
	}

	#footer-links li .arrow-open {
		position: absolute;
	    top: 20px;
	    right: 20px;
	    width: 0;
	    height: 0;
		border-left: 6px solid hsla(0, 0%, 52%, 0);
	    border-right: 6px solid hsla(0, 0%, 52%, 0);
	    border-top: 6px solid hsl(0, 0%, 52%);
	}

	.list-item{
		margin-left: 30px;
		font-size: 16px !important;
	}

	#footer-info {
		padding: 20px 0;
	}
	#footer-links #footer-info-big {
		display: none;
	}
	#footer-links #footer-info-little {
		display: block;
		text-align: left;
		padding-left: 15px;
	}
	#footer-links #footer-info-little p {
		font-size: 14px;
		color: #858585;
		margin-bottom: 0;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.input-password button.see-password,.input-password button.hidden-password:hover{
		background: url(/img/icons/open_eye@2x.png);
	}
	.input-password button.hidden-password ,.input-password button.see-password:hover{
		background: url(/img/icons/close_eye@2x.png);
	}
}