@charset "UTF-8";

@import
	url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap)
	;

html {
	max-width: 1920px;
	margin: auto;
	scroll-behavior: smooth
}

.navbar .container {
	padding-top: unset;
}

.expectation-card {
	align-items: center;
	padding: 50px;
}

.expectation-card>div {
	flex-wrap: wrap;
	justify-content: center;
}

.expectation-card a {
	margin-top: 25px;
}

.offered-card ul {
	margin-bottom: unset;
}

.payment {
	background-color: #ff9c00;
	color: white;
	font-size: 1.7rem;
	padding: 15px 30px;
}

.expectation-card .career-bottom-card-row {
	width: 280px;
}

.career-bottom-card-row h5 {
	margin-left: 20px;
}

.inner-career-intro-text-bg {
	align-items: center;
	min-width: 900px;
	margin-top: 100px !important;
}

.inner-career-intro-text-bg .intro-heading {
	margin: 0px;
}

.intro-body {
	font-size: 1.6rem;
	padding: 0 30px 10px 30px;
}

#mainNav .container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between
}

.backToTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 48px;
	width: 3rem;
	height: 48px;
	height: 3rem;
	background-color: #ff9c00;
	border-radius: 3rem;
	z-index: 99999
}

.backToTop:after, .backToTop:before {
	content: "";
	display: block;
	width: 3px;
	height: 19.2px;
	height: 1.2rem;
	position: absolute;
	top: 14.4px;
	top: .9rem;
	background-color: #fff
}

.backToTop:before {
	right: 16.48px;
	right: 1.03rem;
	transform: rotate(-45deg)
}

.backToTop:after {
	left: 16.48px;
	left: 1.03rem;
	transform: rotate(45deg)
}

a.dl-button {
	background-color: #ff9c00;
	border-color: #ff9c00;
	color: #fff
}

body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
		Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	background-color: #f5f6fa !important;
}

li {
	font-size: 1.4rem;
}

.ajaxLoading {
	background-color: #fff;
	display: none;
	height: 100%;
	max-width: 1920px;
	opacity: .8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999
}

.ajaxLoading img {
	left: 50%;
	height: 250px;
	opacity: 1 !important;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 250px
}

/*.navbar-toggler {
	display: none
}
*/
#mainNav.navbar-shrink {
	background-color: rgba(41, 42, 51, .8)
}

header.masthead {
	color: #fff;
	text-align: center;
	width: 100%;
	height: 720px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 30%;
	background-attachment: fixed;
	margin-bottom: -9px;
}

header+.container {
	padding-top: 19px;
	margin-top: unset;
}

header.masthead .container {
	height: inherit
}

header.masthead .intro-text {
	height: inherit
}

header.masthead .intro-text .intro-leading {
	font-size: 46px;
	font-style: italic
}

header.masthead .intro-text .intro-heading {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 15px
}

header.masthead .intro-text .dl-button {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 40px
}

#mainNav {
	max-width: 1920px;
	margin: auto;
	letter-spacing: 1px;
	background-color: transparent;
}

#mainNav .navbar-collapse ul {
	display: flex;
	list-style-type: none;
	text-align: center
}

#mainNav li.nav-item {
	line-height: 3em
}

#mainNav li.nav-item .dropdown {
	padding-top: .5em;
	padding-bottom: .5em
}

#mainNav li.nav-item .dropdown .dropdown-toggle {
	background-color: transparent;
	border: none
}

#mainNav li.nav-item .dropdown .dropdown-menu a {
	color: #009fe3
}

#mainNav.navbar-dark .navbar-nav .nav-link {
	color: #fff
}

#mainNav.navbar-dark .navbar-nav .nav-link.active {
	color: #ff9c00
}

main {
	width: 100%;
	overflow: hidden;
	margin-top: 0
}

div.alert {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 450px
}

div.alert .close {
	top: 0;
	right: 5px;
	position: absolute
}

@media ( min-width :576px) and (max-width:992px) {

	header.masthead .intro-text .intro-heading {
		font-size: 3.5rem
	}
	.inner-career-intro-text-bg {
		min-width: unset;
	}
}

@media ( max-width :992px) {
	header.masthead {
		background-position-x: 55%;
		height: 500px
	}
}

@media ( max-width :576px) {
	header.masthead .intro-text .intro-leading {
		font-size: 24px;
		margin-bottom: 35px
	}
	header.masthead .intro-text .intro-heading {
		font-size: 2.1rem;
		margin-bottom: 15px
	}
	.inner-career-intro-text-bg {
		min-width: unset;
	}
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-center {
	justify-content: center;
}

.career-bottom-card-row {
	margin: 20px 0 0 20px;
}

.career-bottom-card-row img {
	width: 50px;
	max-height: 50px;
}

.career-bottom-card-row h4 {
	margin-left: 40px;
}

.career-bottom-card-row div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.row-container {
	background-size: contain;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.row-container .main-content {
	box-shadow: 8px 8px 8px 4px rgb(100 100 100/ 50%);
	align-items: center;
	padding: 25px;
	max-width: 1010px;
	margin: 25px 25px 45px 25px !important;
}

.career-list-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 50px 50px 65px 50px;
}

.career-list-h2 {
	color: white;
	margin: 0 20px 20px 20px;
	text-align: center;
}

.career-list-card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.career-list-card {
	display: flex;
	flex-direction: column;
	width: 360px;
	margin: 20px 30px;
	box-shadow: 8px 8px 8px 4px rgb(100 100 100/ 50%);
}

.career-list-card-img {
	height: 360px;
	z-index: 1000;
	background-position: calc(-100px);
	background-size: cover;
}

.career-list-bottom {
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.career-list-h4 {
	margin-bottom: 15px;
	color: #ff9c00;
	min-height: 4.2rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.intro-text {
	margin: auto;
}

.intro-text-bg {
	background-color: rgba(150, 117, 92, 0.67);
	border-radius: 30px;
	padding: 10px;
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px !important;
}

.container {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}

.slider-container {
	display: flex;
	justify-content: space-evenly;
	padding-left: 0px;
	padding-right: 0px;
}

.slider-button {
	display: flex;
	width: 50px;
	margin: 20px;
	height: 50px;
}

.slider-button a {
	display: flex;
}

.slider-button img {
	transition: .5s ease;
	opacity: 0.5;
}

.slider-button:hover img {
	opacity: 1;
}

.max-width-fullhd {
	max-width: 1920px;
	margin: auto;
}

.color-dlblue {
	color: #009fe3;
}

.color-dlorange {
	color: #ff9c00;
}

.blurred {
	opacity: 0.2;
}

.no-row-margin {
	margin-left: 0;
	margin-right: 0;
}

.expandable {
	display: none;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
		format('truetype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
		format('truetype');
}
/*STATIC IN PAGE*/
html {
	max-width: 1920px;
	margin: auto;
	scroll-behavior: smooth;
}

.link-no-decoration {
	color: #6c757d;
	text-decoration: none;
}

.link-no-decoration:hover {
	color: #ff9c00;
	text-decoration: none;
}

.backToTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 3rem;
	height: 3rem;
	background-color: #ff9c00;
	border-radius: 3rem;
	cursor: pointer;
	z-index: 99999;
}

.backToTop::after, .backToTop::before {
	content: "";
	display: block;
	width: 3px;
	height: 1.2rem;
	position: absolute;
	top: 0.9rem;
	background-color: #fff;
}

.backToTop::before {
	right: 1.03rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.backToTop::after {
	left: 1.03rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dl-button {
	background-color: #ff9c00;
	border-color: #ff9c00;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dl-button:hover {
	background-color: #fff;
	color: #ff9c00;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.dl-button-inverse {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dl-button-inverse:hover {
	background-color: #fff;
	color: #009fe3;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
/*BODY*/
body {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
		sans-serif;
	font-weight: 400;
	background-color: #f5f6fa;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 1px 1px 3px rgba(80, 80, 80, 0.25);
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.2rem;
}

h1, h2 {
	letter-spacing: 3px;
}

h3, h4 {
	letter-spacing: 2px;
}

h5, h6 {
	letter-spacing: 1px;
}

p {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
		sans-serif;
	color: #6c757d;
	font-weight: 500;
	letter-spacing: 1px;
}

hr {
	border-top: 2px solid #ff9c00 !important;
	margin: 10px 0 25px 0;
	width: 40%;
}

.ajaxLoading {
	background-color: white;
	display: none;
	height: 100%;
	max-width: 1920px;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.ajaxLoading img {
	left: 50%;
	height: 250px;
	opacity: 1 !important;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 250px;
}

header.masthead {
	color: #fff;
	text-align: center;
	width: 100%;
	height: 720px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 30%;
	background-attachment: fixed;
}

header.masthead .container {
	height: inherit;
}

header.masthead>div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

header.masthead .intro-text {
	height: auto;
}

header.masthead .intro-text .intro-leading {
	font-size: 46px;
	font-style: italic;
}

header.masthead .intro-text .dl-button {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 40px;
}

#mainNav {
	max-width: 1920px;
	margin: auto;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#mainNav .navbar-collapse ul {
	text-align: center;
}

#mainNav .logo {
	height: 76px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 171px;
}

#mainNav li.nav-item {
	line-height: 3em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mainNav li.nav-item .dropdown {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#mainNav li.nav-item .dropdown .dropdown-toggle {
	background-color: transparent;
	border: none;
}

#mainNav li.nav-item .dropdown .dropdown-menu a {
	color: #009fe3;
}

#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(41, 42, 51, 0.8);
}

#mainNav.navbar-shrink .logo {
	width: 108px;
	height: 48px;
}

#mainNav.navbar-shrink li.nav-item {
	font-size: 90%;
	padding-left: 15px;
	padding-right: 15px;
}

#mainNav.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

#mainNav.navbar-dark .navbar-nav .nav-link:hover {
	color: #ff9c00;
}

#mainNav.navbar-dark .navbar-nav .nav-link.active {
	color: #ff9c00;
}

main {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}

.title {
	text-align: center;
}

.title hr {
	margin: auto;
	width: 13%;
}

.row.main-content {
	box-shadow: 8px 8px 8px 4px #c5c5c5;
	margin: 50px 50px 15px 50px;
}

.row.main-content [class*='col-'] {
	padding: 50px;
	text-align: left;
	width: 600px;
}

.img-div {
	background-size: cover;
	background-position: 0% center;
}

.partners-card {
	box-shadow: 8px 8px 8px 4px #c5c5c5;
	margin: 50px 50px 65px 50px;
	padding: 50px 20px;
	background-color: white;
}

.partners {
	display: flex;
	margin-bottom: 50px;
	text-align: center;
}

.partners hr {
	width: 15%;
	margin: auto;
}

.slick-slide {
	margin-bottom: 5px;
}

.slick-slide .img-holder {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	width: 160px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slick-slide .img-holder:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

#staff {
	display: none;
	padding-top: 20px;
}

.teamWrapper hr {
	border-top: 2px solid #009fe3;
}

.colleagueWrapper {
	justify-content: center;
	margin-bottom: 10px;
}

.colleagueWrapper>div {
	margin: 10px 0;
}

.leadWrapper {
	justify-content: center;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
}

.leadWrapper>div {
	margin: 10px 0;
}

.card-body.leader {
	background-color: #ff9c00;
}

.card {
	-webkit-box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.19);
}

.card .competenceWrapper {
	display: none;
}

.card-picture {
	height: auto;
	min-height: 280px;
	max-height: 286px;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.card-picture:hover {
	transform: scale(1.01);
}

.card-title {
	text-align: center;
}

.img-vertical-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

span.badge.badge-primary {
	background-color: #009fe3;
}

.userPicture {
	max-height: 286px;
	min-height: 250px;
	height: auto;
	width: 100%;
}

.usercardWrapper {
	background-color: #e6e6e6;
	border-radius: 15%;
	border: 1px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	height: 200px;
	width: 450px;
}

.usercardWrapper:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.btn-hide-competence {
	margin-top: 1rem;
}

#refs {
	display: none;
}

#refs .title {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#refs .title h1 {
	margin-bottom: 0px;
}

#refs .title p {
	margin-bottom: 10px;
}

#refs .title hr {
	width: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#refs .sort-menu-left {
	height: fit-content;
	margin-top: 200px;
	padding-left: 30px;
}

#refs .sort-menu-left.stick {
	position: fixed;
	margin-top: 0px;
}

#refs .sort-menu-left.stickToFooter {
	margin-top: auto;
}

#refs .sort-menu-top {
	margin-bottom: 10px;
}

#refs .sort-menu-top form {
	margin: auto;
}

#refs .sort-menu-top p {
	margin: 0px 3px;
	display: inline;
}

#refs [type="radio"]:checked, #refs [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

#refs [type="radio"]:checked+label, #refs [type="radio"]:not(:checked)+label
	{
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #6c757d;
}

#refs [type="radio"]:checked+label:before, #refs [type="radio"]:not(:checked)+label:before
	{
	content: '';
	position: absolute;
	left: 0;
	top: 3;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

#refs [type="radio"]:checked+label:after, #refs [type="radio"]:not(:checked)+label:after
	{
	content: '';
	width: 12px;
	height: 12px;
	background: #ff9c00;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#refs [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#refs [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#refs #projects {
	height: 1100px;
	overflow: hidden;
	position: relative;
}

#refs .row.timeline.stick {
	position: fixed;
	top: 60px;
	z-index: 10;
}

#refs .row.timeline.stick .year-container {
	position: unset;
}

#refs .col-xl-1.timeline.stick {
	position: fixed;
	width: 95px;
}

#refs .col-xl-1.timeline.stickToFooter {
	margin-top: auto;
}

#refs .project-container {
	box-shadow: 1px 1px 2px #c5c5c5;
	margin: 20px;
	position: relative;
}

#refs .project-container.transitioned {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#refs .project-container.highlighted {
	box-shadow: 3px 3px 8px #c5c5c5;
}

#refs .project-container .preview {
	padding: 0px;
	height: 320px;
}

#refs .project-container .preview img {
	width: 100%;
	height: 100%;
}

#refs .project-container .description a {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

#refs .project-container .description a:hover {
	text-decoration: unset;
	color: #6c757d;
}

#refs .project-container .description hr {
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#refs .project-container .description p {
	margin-top: 15px;
	margin-bottom: 20px;
}

#refs .project-container .description .technology-container img {
	margin-right: 15px;
	width: 50px;
	height: 50px;
}

#refs .project-container .description[class*='col-'] {
	padding-left: 20px;
	padding-top: 20px;
}

#refs .timeline {
	background-color: #292a33;
	border-radius: 50px;
	text-align: center;
	color: #6c757d;
	height: 850px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: default;
}

#refs .timeline>div {
	margin-bottom: 80px;
}

#refs .timeline .year-container {
	position: relative;
}

#refs .timeline .year-container.active {
	color: #009fe3;
}

#refs .timeline .year-container .year::after {
	content: '';
	width: 0;
	height: 70px;
	position: absolute;
	border: 1px solid #6c757d;
	top: 30px;
	left: 32px;
}

#refs .timeline .year-container .moment {
	display: none;
	position: absolute;
	z-index: 2;
	color: #6c757d;
	font-size: 1.1rem;
}

#refs .timeline .year-container .moment.active {
	color: #ff9c00;
}

#refs .timeline .timeline-opening, #refs .timeline .timeline-ending {
	position: relative;
	font-size: 1.1rem;
}

#refs .timeline .timeline-opening::after {
	content: '';
	width: 0;
	height: 70px;
	position: absolute;
	border: 1px solid #6c757d;
	top: 30px;
	left: 32px;
}

#refs .timeline .timeline-ending {
	margin-bottom: 0px;
}

#contacts {
	background-color: #292a33;
	color: #6c757d;
}

#contacts .infos {
	margin: 0 10px 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #6c757d;
}

#contacts .infos .ceginformacio-rating-widget-io {
	width: 100%;
}

#contacts .infos .leaflet-find-route {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 19px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

#contacts .infos .leaflet-find-route:hover {
	background-color: #f4f4f4;
}

#contacts .infos .col-xl-4 p a {
	color: #fff;
}

#contacts .infos .col-xl-4 p a:hover {
	color: #fff;
	text-decoration: underline;
}

#contacts .infos .menu .address, #contacts .infos .contacts .address {
	margin-bottom: 16px;
}

#contacts .infos .menu .title, #contacts .infos .contacts .title {
	font-size: 1.5rem;
	color: #fff;
}

#contacts .infos .menu p, #contacts .infos .contacts p {
	font-size: 14px;
	font-weight: 300;
}

#contacts .infos .menu p a, #contacts .infos .contacts p a {
	color: #6c757d;
}

#contacts .infos .menu p a:hover, #contacts .infos .contacts p a:hover {
	color: #fff;
	text-decoration: none;
}

#contacts .infos .menu .li_mail a:hover, #contacts .infos .contacts .li_mail a:hover,
	#contacts .infos .menu .li_mail a:visited, #contacts .infos .contacts .li_mail a:visited
	{
	color: #ff9c00;
	text-decoration: none;
}

#contacts .infos #map {
	height: 250px;
}

#contacts .infos #map .leaflet-bar a {
	color: #000;
}

#contacts .form-title {
	margin: 10px 10px 0;
	padding-top: 20px;
	font-size: 20px;
}

#contacts .form-title p {
	color: #fff;
}

#contacts .contact-us {
	margin: 10px 10px 0;
}

#contacts .contact-us .upload-btn-wrapper {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#contacts .contact-us .upload-btn-wrapper .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#contacts .contact-us .upload-btn-wrapper .dl-button {
	cursor: pointer;
	overflow: hidden;
}

#contacts .contact-us .upload-btn-wrapper .dl-button span {
	font-size: 16px;
}

#contacts .contact-us .upload-btn-wrapper .dl-button svg {
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

#contacts .contact-us span {
	font-size: 12px;
	color: #fff;
}

#contacts .contact-us input {
	height: 40px;
	outline: none;
	border: none;
}

#contacts .contact-us input:focus::-webkit-input-placeholder {
	color: transparent;
}

#contacts .contact-us input:focus:-moz-placeholder {
	color: transparent;
}

#contacts .contact-us input:focus::-moz-placeholder {
	color: transparent;
}

#contacts .contact-us input:focus:-ms-input-placeholder {
	color: transparent;
}

#contacts .contact-us textarea {
	min-height: 110px;
	padding-top: 9px;
	padding-bottom: 13px;
	outline: none;
	border: none;
}

#contacts .contact-us textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

#contacts .contact-us textarea:focus:-moz-placeholder {
	color: transparent;
}

#contacts .contact-us textarea:focus::-moz-placeholder {
	color: transparent;
}

#contacts .contact-us textarea:focus:-ms-input-placeholder {
	color: transparent;
}

#contacts .contact-us input, #contacts .contact-us textarea {
	display: block;
	width: 100%;
	background: transparent;
	line-height: 1.2;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}

#contacts .contact-us input::placeholder, #contacts .contact-us textarea::placeholder
	{
	color: #6c757d;
}

#contacts .contact-us input::-ms-input-placeholder, #contacts .contact-us textarea::-ms-input-placeholder
	{
	color: #6c757d;
}

#contacts .contact-us input::-ms-input-placeholder, #contacts .contact-us textarea::-ms-input-placeholder
	{
	color: #6c757d;
}

#contacts .contact-us textarea:focus, #contacts .contact-us input:focus
	{
	border-color: transparent;
}

#contacts .contact-us .contact-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contacts .contact-us .wrap-input {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #6c757d;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#contacts .contact-us .short {
	width: 30%;
}

#contacts .contact-us .focus-input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

#contacts .contact-us .focus-input::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #ff9c00;
}

#contacts .contact-us .input:focus+.focus-input::before {
	width: 100%;
}

#contacts .contact-us .has-val.input+.focus-input::before {
	width: 100%;
}

#contacts .contact-us .submit-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	width: 100%;
}

#contacts .contact-us .submit-container .dl-button {
	font-size: 16px;
	padding: 5px 25px;
}

#contacts .contact-us .validate-input {
	position: relative;
}

#contacts .contact-us .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #ff9c00;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2px;
	pointer-events: none;
	color: #6c757d;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#contacts .contact-us .alert-validate::after {
	content: "✘";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #ff4500;
	font-size: 16px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
}

#contacts .contact-us .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

.pic-frame {
	position: relative;
	margin: 10px auto;
	width: 90%;
	padding: 15px;
	box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.29);
	background-color: #fff;
}

.pic-frame::after {
	content: "";
	display: block;
	width: 46px;
	height: 40px;
	position: absolute;
	right: 45%;
	top: 0;
	background-size: 46px 40px;
	z-index: 100;
	pointer-events: none;
}

.pic-frame img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.pic-frame .description {
	margin-top: 5px;
}

.pic-frame .description .name {
	font-weight: 700;
	font-size: 17.6px;
	font-size: 1.1rem;
}

.pic-frame .description .etc {
	font-weight: 100;
	font-size: 14.4px;
	font-size: 0.9rem;
}

.pic-frame .veil {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	display: none;
}

.pic-frame .veil .head {
	width: 100%;
	height: 16px;
	border-radius: 4px;
	overflow: hidden;
	line-height: 16px;
	margin-top: 4px;
}

.pic-frame .veil .head .aux, .pic-frame .veil .head .back, .pic-frame .veil .head .front
	{
	display: block;
	height: 16px;
	font-size: 11.2px;
	font-size: 0.7rem;
	color: #fff;
	text-align: center;
	float: left;
	line-height: 16px;
}

.pic-frame .veil .head .aux {
	background-color: #ff9c00;
}

.pic-frame .veil .head .back {
	background-color: #ff4500;
}

.pic-frame .veil .head .front {
	background-color: #006400;
}

.pic-frame .veil .tech-container {
	display: flex;
	max-width: 100%;
	max-height: 80%;
	height: 80%;
	padding: 3px 0 0 2px;
	font-size: 11.2px;
	font-size: 0.7rem;
	overflow-y: auto;
	overflow-x: visible;
}

.pic-frame .veil .tech-name-col, .pic-frame .veil .tech-level-col {
	flex: 0 1 auto;
	padding: 0 2px;
}

.pic-frame .veil .tech-name-col {
	max-width: 80%;
}

.pic-frame .veil .tech-level-col {
	min-width: 52px;
}

.pic-frame .veil .tech-name, .pic-frame .veil .tech-level {
	height: 10px;
	line-height: 10px;
}

.pic-frame .veil .tech-name:nth-of-type(odd) {
	background-color: #c1dee4;
}

.pic-frame .veil .tech-name:nth-of-type(2n) {
	background-color: #98b4ba;
}

.pic-frame .veil .tech-level .point {
	display: inline-block;
	width: 16px;
	height: 8px;
	background-color: #ccc;
	border: 1px solid #888;
	border-radius: 2px;
}

.pic-frame .veil .tech-level .point.on {
	background-color: #adff2f;
}

div.alert {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 450px;
}

div.alert .close {
	top: 0;
	right: 5px;
	position: absolute;
}

.language-dropdown .dropdown-menu {
	display: none;
}

.language-dropdown.show .dropdown-menu {
	display: block;
}


@media ( max-width : 1200px) {
	.slider-button {
		display: none;
	}
}

@media ( max-width : 992px) {
	.partners-card {
		margin: 25px 25px 32px 25px;
	}
	.career-bottom-card-row h4 {
		font-size: 1.2rem;
		margin-left: 30px;
	}
	.career-bottom-card-row h5 {
		font-size: 1rem;
		margin-left: 15px;
	}
	.main-content [class*='col-'] {
		padding: 50px 30px;
	}
	.career-bottom-card-row {
		margin: 20px 0 0 10px;
	}
}

@media ( min-width : 576px) and (max-width: 992px) {
	header.masthead .intro-text .intro-heading {
		font-size: 55px;
	}
}

@media ( max-width : 992px) {
	header.masthead {
		background-position-x: 55%;
		height: 740px;
	}
	.row.main-content {
		box-shadow: 8px 8px 8px 4px #c5c5c5;
		margin: 30px 30px 15px 30px;
	}
	#mainNav {
		background-color: rgba(41, 42, 51, 0.8);
	}
}

@media ( max-width : 576px) {
	header.masthead {
		height: 620px;
	}
	header.masthead .intro-text .intro-leading {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.row.main-content {
		box-shadow: 8px 8px 8px 4px #c5c5c5;
		margin: 20px 20px 15px 20px;
	}
	h2 {
		font-size: 1.6rem;
	}
	.row.main-content .img-div {
		padding: 50px !important;
	}
	.intro-body {
		font-size: 1.3rem;
	}
	.expectation-card {
		padding: 30px;
	}
	li {
		font-size: 1.3rem;
	}
	.career-bottom-card-row {
		margin-left: unset;
		padding-right: 20px;
	}
	.inner-career-intro-text-bg {
		margin-top: 90px !important;
	}	
}

@media ( max-width : 400px) {
    header.masthead {
    height: 600px;
    }

	header.masthead .intro-text .intro-heading {
		font-size: 1.6rem;
	}
	.row.main-content {
		box-shadow: 8px 8px 8px 4px #c5c5c5;
		margin: 10px 10px 15px 10px;
	}
	h2 {
		font-size: 1.4rem !important;
	}
	p {
		font-size: 1rem;
	}
	.row.main-content [class*='col-'] {
		padding: 20px;
	}
	.partners-card {
		margin: 20px 10px 40px 10px;
	}
	.career-list-card {
		width: 300px;
	}
	.intro-body {
		font-size: 1.3rem;
	}
	.expectation-card {
		padding: 20px;
	}
	li {
		font-size: 1.2rem;
	}
	.row-container .main-content {
		padding: 25px;
		margin: 25px 25px 45px 25px !important;
	}
}

@media (max-width: 768px) {
	.navbar-nav .dropdown-menu {
		min-width: 80px;
		margin: 0;
		text-align: center;
	}

	.navbar-nav .dropdown-item {
		font-size: 14px;
		padding: 5px 10px;
	}
}