.postid-283 #nav-below.post-navigation{
	display: none;
}

article { text-align: left; }
/*acrocosm.net Paf site*/
.mid { font-size: 18px; }
.small { font-size: 14px; }
.large { font-size: 22px; }
.tittle {
	font-size: 133px;
		font-size: 5vmax;
}
.white{color:white;}

.C_Title
{
	padding: 5px;
    border: 2px dotted black;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}
.C_Title h5
{
	margin: 0px;
}
.no-op:hover
{
	opacity: 1 !important;
}
.extra-wrap
{
	padding: 10px;
    border: 2px solid black;
    border-top: none;
    border-bottom: none;
}

.blocks-gallery-item li
{
	margin: 0px !important;
}

body
{
	overflow-x: hidden;
	color: #191a25 !important;
}

.toggleMenu,.sitenav,.toggleMenu:focus,.sitenav:focus,.toggleMenu:hover,.sitenav:hover
{
	background-color: white !important;
	color: #333333 !important;
}
.header .toggle a:hover {
    color: #000000 !important;
}


.blocks-gallery-item figcaption
{
    /*background: none !important;*/
    padding: 0px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold;
    height: 20%;
    display: flex;
    justify-content: center;
    place-items: center;
	pointer-events: none;
    /*opacity: 0.4;*/
    /*transition: opacity 1s;*/
}
.blocks-gallery-item figcaption::before
{	
	pointer-events: none;
	content: "";
	position: absolute;
    /*background: #9FDCEE !important;*/
    opacity: 0.4;
	width: 100%;
	height: 100%;

}

.anim-left
{
	/*position: relative;
	left: -100vw;
	transition: left 1s;
	transition-delay: 0.3s;*/
}
.anim-right
{
	/*position: relative;
	left: 100vw;
	transition: left 1s;
	transition-delay: 0.3s;*/
}
.show-anim
{
	/*left: 0px;*/
}
.Header_background_award
{
	background-color: #F2F2F2;
	padding: 4rem;
}

.title_c 
{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border: 2px solid black;
	border-left: none;
	border-right: none;
}

.px-2
{
	padding-left: 1rem;
	padding-right: 1rem;
}
.pt-2
{
	padding-top: 1rem;
}
.seperaitor_custom
{
	margin-bottom: 1rem;
}
.header h2,.header a
{
	color: #333333 !important;
}

.header
{
	/*background-color: #9FDCEE !important;*/
	background-color: rgba(0,0,0,0) !important;
}
.post-thumb
{
	display: contents;
}
.site-main
{
	width: 100% !important;
}
.title_link,.no_title_link
{
	display: block;
    background-color: #9FDCEE;
    padding: 1.5rem;
    border-radius: 15px;
    width: fit-content;
    margin: auto;
}

.wpforms-submit.btn-k,
.btn-k {
	text-decoration: none;
	background-color: white;
	color: #D51317;
	transition: all 0.3s ease-in-out;
	padding: 12px 35px!important;
	display: inline-block;
	font-weight: 800;
	font-size: 22px;
	border-radius: 0;
	min-width: 130px;
	text-align: center;
	border: 2px solid #D51317;
}
.jumbotron-inner .btn-k {
	border: 2px solid #fff;
}

.btn-k:hover {
	opacity: 1!important;
	color: #fff;
	background-color: #D51317;
	border: 2px solid #fff;
}

.specialk {
	font-weight: 800;
	font-size: 95px;
}


.bold { font-weight: bold; }
.light { font-weight: 300; }
.regular { font-weight: 500; }
.black { color: black; }

.float-left { float: left; }
.float-right { float: right; }
.float-center {
	margin-left: auto;
	margin-right: auto;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-left {
	margin-left: 0px !important;
}

.no-margin-right {
	margin-right: 0px !important;
}

.post-subtitle-text {
	background-color: #F2F2F2;
	padding: 2rem 4rem;
	border-top: 1px solid #999999;
	border-bottom: 0.5px solid #999999;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-between;
	min-height: 60px;
}

.post-subtitle-text > [class*='col-'] {
	padding-left: 0;
}

.post-contet-text {
	padding: 2rem 4rem;
}


.post-tittle-img {
	max-height: 420px;
	min-height: 320px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 2rem 4rem;
}
.post-tittle-img
{
	min-height:550px
}
@media (max-width:600px)
{
	.post-tittle-img
	{
		min-height:350px
	}
}
@media (max-width:400px)
{
	.post-tittle-img
	{
		min-height:220px
	}
}

.btn-k2 {
	display: inline-block;
	margin-top: 2rem;
	text-decoration: none;
	background-color: white;
	color: #C51315;
	transition: all 0.3s ease-in-out;
	padding: 8px 35px;
	font-size: 22px;
	border: 1px solid #C51315;
}

.btn-k2:hover {
	color: white;
	border: 1px solid #C51315;
	background-color: #C51315;
}


.post-box {
	border: 1px solid #999999;
	margin-top: 4em;
}

.post-subtitle-text img {
	max-height: 100px;
}

















 .timeline__wrap {
	padding: 0 8rem !important;
}
 .timeline__content
{
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		border:none !important;
		border-left: 2px solid #d51317 !important;
		border-radius: 0px !important;
		background-color: transparent !important;
}
.timeline--horizontal .timeline__item .timeline__content:before,
 .timeline--horizontal .timeline__item .timeline__content:after
{
	left: 0% !important;
	display: none !important;
}

 .timeline--horizontal .timeline__item:after
{
	left: 0% !important;
}


 .timeline__item::after {
	content:attr(data) !important;
	border: 4px solid #d51317 !important;
	height: 50px !important;
	width: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 3rem !important;
	color: #d51317 !important;
}








.timeline {
	background: url("/wp-content/themes/wp-recruitment-child/lines.svg") center center no-repeat;
}


.timeline-wrapper .row {
	display: block;
}

.history-box {
	background-color: #666667;
	/* min-height: 50px; */
	margin: 2em 1rem 1rem 0;
	padding: 1em;
	display: flex;
	align-items: center;
}
.history-magn
{
	width: 40px;
	height: 40px;
}
.history-year {
	font-size: 2.4rem !important;
	margin-left: 10px;
}
.history-title-box
{

}
.history-title
{
	width: 70%;
	font-size: 2rem !important;
		margin-left: 2rem;
		color:#D82E32;

}
.history-hr
{
		float: left;
		width: 110px;
		margin-left: 2rem;
		margin-top: -5px;
		margin-bottom: 20px;
		border: 0;
		border-top: 5px solid #d51317;
}
.history-text p
{
 font-size: 1.4rem !important;
 margin-left: 2rem;
 line-height: 0.7;
}
.history-text {
	height: 139px;
	overflow: auto;
	margin-bottom: 1.2rem;
	margin-top: 1rem;
	width: 95%;
}















@media screen  and (max-width: 765px) {
	.direcfix {
	flex-direction: column-reverse !important;
	}
	.timeline__wrap {
		padding: 0 1rem !important;
	}
	.post-subtitle-text,
	.post-contet-text {
		padding: 2rem;
	}

}

@media screen and (max-width:600px) {
	.mid { font-size: 18px; }
	.small { font-size: 14px; }
	.large { font-size: 22px; }


}

@media screen and (max-width: 991px) {
	.sitenav {
	    padding: 0px 0 27px 0 !important;
	    float: right;
	}
}





@media (max-width: 900px)
{
	.history-text
	{
		padding-right: 2em;
		height: 400px;
		overflow: auto;
		margin-bottom: 3em;
		width: 50%;
		min-width: 300px;
    	max-width: 350px;
	}
}
@media (max-width: 600px)
{
	.history-text
	{
		padding-right: 2em;
		overflow: auto;
		margin-bottom: 3em;
		height: initial;
	}
}


.history-text-box
{

}


.history-img
{
	width: auto;
	height: 240px;
}




@media screen and (min-width: 600px)
{
	.n_selected
	{
		opacity: 0.5;
	}

	.timeline__item
	{
		opacity: 0.5;
	}
	.active
	{
		opacity: 1 !important;
	}

}

.timeline-nav-button--next::after
{
	content: "";
	height: 200vh;
	position: absolute;
	width: 100%;
	right: 0;
	transform: translateY(-50%);
}
.timeline-nav-button--prev::after
{
	content: "";
	height: 200vh;
	position: absolute;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}












.timeline--horizontal .timeline__item .timeline__item__inner {
	display: table;
	height: 100%;
	width: 80%!important;
}



.timeline-nav-button {
	border-radius: 0!important;
}

.timeline-nav-button:hover {
	height: 100%;
	background-color: #D51317;
	border-color: #D51317;
}


.timeline__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #333;
	display: block;
	padding: 1.25rem;
	position: relative;
	padding: 0!important;
}



.t-up-wrapper .d-flex {
	display: flex;
	flex-direction: column;
	width: 65%;
	padding-right: 1rem;
}
.t-up-wrapper .img-wrapper {
	width: 45%;
}

.t-up-wrapper .history-img {
	max-width: 100%;
	height: auto;
}





/*_________________________________________________*/


.jumbotron .container > .row {
	max-width: 670px;
	margin: auto;
}




.iframe-container {
  overflow: hidden;
  /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}





.pt-2 {
	padding-top: 2rem;
}



.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}












/*
-------------------------------------------------------------- */
#cd-timeline /* Parent that has the element to count */
{
	counter-reset: line-number;
}
.fa-bullseye { /* increase the counter for each time you find this class */
  counter-increment: line-number;
}
.fa-bullseye::before { /* Where to print this counter*/
  content: counter(line-number)!important;
  font-family: Roboto;
}

#ctl-free-one /* Parent that has the element to count */
{
	counter-reset: line-number;
}
.timeline-icon .icon-placeholder i
{
  counter-increment: line-number;

}
.timeline-icon .icon-placeholder i::before
{
  content: counter(line-number)!important;
  font-family: Roboto;

}
/*Counter*/



.content-title::after
{
	font-family: "Font Awesome 5 Free";
	content: "\f091";
	float: left;
	margin-right:5px;
}
.timeline-main-title
{
	display: none !important;
}
.cd-timeline-content {
	padding: 1.6em 0 !important;
}

.timeline-year.scrollable-section
{
	display: none;
}

.cd-timeline-img span
{
	pointer-events: none;
}
.history-box2
{
	background-color: #666667;
    /* min-height: 50px; */
    margin: -1em 0rem 0rem 0;
    padding: 12px 20px;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
    align-items: center;

}
/*.cd-timeline-content
{
	display: grid;
    padding: 1.6em 0;
}*/
.cd-timeline-content .announcement-banner-image
{
	width: 50%;
	/*justify-self: center;*/
}
.cd-timeline-content .the-excerpt
{
	font-size: 14px;
	/*line-height: 18px;*/
}

.cd-timeline-title-container h4 {
    margin: 5px 0 0px 0;
}
div.pi-grid-wrapper .pi-grid
{
	/*padding-left: 0.5rem;*/
    /*padding-right: 0.5rem;*/
    padding-bottom: 1rem;
    width: 48%;
    min-width: 280px;
}

.responsibility_tittle
{
	margin-top: 12rem;
	color: #d51317;
}

.cd-timeline-block .cd-timeline-content .the-excerpt::after {
	content: " ";
	background: url(/wp-content/themes/wp-recruitment-child/lines.svg) center center no-repeat;
	height: 26px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -25px;
}

.cd-timeline-content::before {
	border-right-color: #666667 !important;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
	border-right-color: #666667 !important;
}

.cd-timeline-content h2 {
	display: inline-block;
}

.wp-block-column {
	/*flex-basis: 15% !important;*/
}

.wp-block-group.tmln {
	max-width: 968px;
	margin: auto;
	padding: 0 2rem;
}

@media only screen and (min-width: 782px){
	.cd-timeline-block .cd-timeline-content .the-excerpt::after {
		bottom: -35px;
	}
	.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
		border-right-color: transparent !important;
	}
	.cool-timeline-wrapper
	{
		margin-top: 0rem !important;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
	    border-left-color: #666667 !important;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	    border-left-color: #666667 !important;
	    transform: rotateY(180deg);
	}
	.cd-timeline-content::before {
		border-right-color: transparent !important;
	}
	.cd-timeline-content {
		display: -webkit-flexbox;	/* NEW */
		display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
		display: -ms-flexbox;		/* TWEENER - IE 10 */
		display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: flex;
		flex-direction: column;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content > div,
	.cd-timeline-block:nth-child(odd) .cd-timeline-content .history-box2 {
	    align-self: flex-end;
	    justify-content: flex-end;
	    text-align: right;
	}
	.cd-timeline-block:nth-child(odd) .cd-timeline-content > img {
		min-width: 150px;
	    width: 37%;
	    align-self: flex-end;

	    position: absolute;
	    left: 530px;
	    top: -10px;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content > div
	.cd-timeline-block:nth-child(even) .cd-timeline-content .history-box2 {
	    align-self: flex-start !important;;
	    justify-content: flex-start;
	    text-align: left;
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content > img {
		min-width: 150px;
	    width: 37%;
	    align-self: flex-start !important;
		position: absolute;
	    left: -278px;
	    top: -10px;
	}
}

.responsibility_tittle::after{
content: " ";
    display: block;
    border-bottom: 4px solid #da2127;
    width: 15%;
    margin: 8px 0 40px 0;
}
.ctl_info.event-description span
{
	display: block;
}
.meta-details
{
	opacity: 0;
}
.wpforms-submit-container button
{
	display: inline-block !important;
	margin-top: 2rem !important;
	text-decoration: none !important;
	background-color: white !important;
	color: #C51315 !important;
	transition: all 0.3s ease-in-out;
	padding: 8px 35px !important;
	font-size: 22px !important;
	border: 1px solid #C51315 !important;
	font-weight: 400;
}
.wpforms-submit-container button:hover
{
	color: white !important;
	border: 1px solid #C51315 !important;
	background-color: #C51315 !important;
	opacity: 1;
}
.btn2:hover a
{
	background-color: #d51317 !important;
	color: white !important;
	border:2px solid #d51317;
}
.btn2:hover span
{
	content: url("/wp-content/themes/wp-recruitment-child/specialk_white.svg")!important;
}
.btn2 a
{
	-webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
/*.wpforms-confirmation-container-full .wpforms-confirmation-scroll, #wpforms-confirmation-547{
	background: #d51317 !important;
	border:none !important;
	color: white !important;
}*/
.wpforms-confirmation-container-full .wpforms-confirmation-scroll, #wpforms-confirmation-547{
	background: #404041 !important;
	border:none !important;
	color: white !important;
}

.fa-youtube:before {
	font-family: FontAwesome;
    content: "\f16a"!important;
}


.featured_img_full{

	height: 410px;
    background-size: cover;
    background-position: center;
}

.home h1 {
	font-weight: 500;
}
.home h3 {
	font-size: 38px;
	font-weight: 500;
}
.black_mark
{
	background-color: rgba(0,0,0,0.3);
}
.twoinrow_img_div
{
	margin-bottom: 1rem;
	min-height: 334px;
	background-size: cover;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
}
.twoinrow_title
{
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	padding-left: 1rem;
	padding-right: 1rem;
	/*background-color: rgba(0,0,0,0.3);*/
	color: white !important;
	font-weight: 500;
}

#cshero-header-inner.header-top #cshero-header-logo a {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	align-items: center;
}

#cms-page-title {
	/*display: none;*/
}

iframe {
	width: 100vw;
}


#cms-content {
	padding: 0 !important;
}


.wp-block-embed {
		margin-bottom: 0!important;
}




.image_with_text_row > div {
	min-height: 320px;
}


#cshero-header {
	box-shadow: none;
	border-bottom: 1px solid #ddd;
}



.jumbotron {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	min-height: 340px;
	background-size: cover;
	border-radius: 0!important;
}
.jumbotron h1 {
	font-size: 38px!important;
}

.jumbotron-inner {
	max-width: 700px;
}


.jumbotron p {
	font-weight: normal!important;
}



.page-title {
	margin-top:4rem;
	display: inline-block;
	color: #D51317;
}
.page-title::after {
	content: " ";
	display: block;
	border-bottom: 4px solid #da2127;
	width: 50%;
	margin: 8px 0 40px 0;
}

h4 {
	color: #da2127;
}

.post-title-text > * {
	color: #fff;
}

#cms-footer-bottom a {
	color: #bbb !important;
}
#cms-footer-bottom a:hover {
	color: #fff !important;
}


.twoinrow {
		/*margin-bottom: 2rem;    */
}
.twoinrow p {
		margin: 1rem 0 3rem 0;
}



.edit-link a {
		font-size: 10px;
		text-transform: uppercase;
		padding: 5px 10px;
		background: #404041;
		color: #fff;
		border-radius: 2px;
		font-weight: bold;
}
.edit-link a:hover {
		background: #DA2127;
		color: #fff;
}



#cshero-header-logo {
		align-items: center;
		padding-bottom: 15px !important;
		margin-right: 0 !important;
}






.wpml-ls-legacy-list-horizontal {
	 padding: 0px;
}








.w-100 { width: 100%; }


.row {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-wrap: wrap;
}
.row > div {
	flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}
.row:before, .row:after {
	display: block !important;
}


.col-inner {
	padding: 4rem 4vw;
}
.centered-flex {
	min-height: 100%;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.container {
	max-width: 970px;
}



#site-navigation {
    text-transform: uppercase;
}



.no-wrap {
	white-space: nowrap;
}
.no-wrap::before {
	content: '';
	display: block;
}



h1, h2, h3, h4, h5, h6 {
}



.resp-post-title {
	font-weight: 300;
}






/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	/*margin-top: 5rem;*/
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	font-weight: 600;
	/*letter-spacing: -0.0275em;*/
	text-decoration: none;
	flex: 1;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}



.single-post .entry-content {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
















.menu-main-menu .sub-menu li a {
	font-size: 14px;
}
















.page-template-k-news .post-box:first-child,
.archive .post-box:first-child {
	margin-top: 0;
}
.page-template-k-news .post-box .title,
.archive .post-box .title {
	padding: 2rem 4rem;
	background: #F2F2F2;
}
.page-template-k-news .post-box h4,
.archive .post-box h4 {
	margin-bottom: 3px;
}
.page-template-k-news article,
.archive article {
	background: #fff;
}













.pi-grid > a:hover {
	opacity: 0.75;
}



div.pi-grid-wrapper .pi-grid > a > div {
	position: relative;
}
.pi-grid .title {
	position: absolute;
	bottom: 15px;
	max-width: 90%;
	/*margin: 5px;*/
	/*background: #0000005c;*/
	/*padding: 2px;*/
	color: #fff;
	display: inline;
	left: 0px;
	/*box-shadow: 5px 0 0 #0000005c;*/
}
.bg-black_title {
	background: #0000005c;
	padding: 1.5px;
}
.bg-black_title:before,
.bg-black_title:after {
	content: "";
	padding: 4px;
}



























/* -----------------------------------------------------------------------------
YOUTUBE
----------------------------------------------------------------------------- */
.sec-video .video-wrapper {
	/*cursor: pointer;*/
	position: relative;
}
.sec-video #main_vid_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.page-template-video_on_top #cms-content {
    padding: 0 0 90px 0;
}
.page-template-video_on_top #imgDiv img {
	cursor: pointer;
}
/* -------------------------------------------------------------------------- */






/* -----------------------------------------------------------------------------
HELPER CLASSES
----------------------------------------------------------------------------- */
.d-flex {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
}

.d-block {
	display: block;
}

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

.row.row-no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.bg-cover { background-size: cover; }

.p-0 { padding: 0em; }
.p-1 { padding: 1em; }
.p-2 { padding: 2em; }
.p-3 { padding: 3em; }
.p-4 { padding: 4em; }
.p-5 { padding: 5em; }


.bg-gray { background-color: #F2F2F2; }
.bg-gray-dark {	background-color: #E6E6E5; }
.bg-white {	background-color: #fff; }


.home .pi-grid.bg-cover {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center !important;
}

.home .fadein-scroll {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	justify-content: flex-end;
}
.home .fadein-scroll a img {
	max-width: 100%;
	transition: all 0.3s ease-in-out;
}
.home .fadein-scroll a:hover img {
	/*max-width: 60%;*/
	opacity: 0.5;
}






/* -----------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------- */
#page > .site-footer {
	padding-top: 6rem;
	border-top: 1px solid #e8e8e8;
	background-color: #404041!important;
	color: #bbb!important;
	margin-top: 6rem;
}
.home #page > .site-footer {
	margin-top: -1rem;
}
.page-template-evolution #page > .site-footer {
	margin-top: 0rem;
}
#page > .site-footer > div {
	background-color: #404041 !important;
	color: #bbb !important;
	padding-bottom: 0;
}
#cms-footer-bottom {
	border-top: none!important;
	padding-top: 4rem;
}
#cms-footer-top {
	border-top: none!important;
}

.logo-footer img {
	width: 100%;
	max-width: 280px;
	display: inline-block;
}

#page > .site-footer #cms-footer-top a,
#page > .site-footer #cms-footer-top li {
	color: #bbb!important;
	font-weight: 300!important;
	display: block;
}
#page > .site-footer #cms-footer-top a:hover {
	color: #fff!important;
}


#page > .site-footer h1,
#page > .site-footer h2,
#page > .site-footer h3,
#page > .site-footer h4,
#page > .site-footer h5,
#page > .site-footer h6 {
	color: #eee;
}


.h-social {
	list-style-type: none !important;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 3rem;
}
.h-social li {
	font-size: 2em;
	padding: 2px 4%;
	border-right: 1px solid #ccc;
}
.h-social li:first-child {
	border-left: 1px solid #ccc;
}
.site-footer .h-social {
	justify-content: center;
}
.site-footer .h-social li {
	font-size: 2em;
	padding: 2px 8px;
	border: none;
}
.site-footer .h-social li:first-child {
	border-left: none;
}

.footer-slogan {
	align-items: center;
	text-align: center;
}
.footer-slogan h3 {
	font-size:26px !important;
	font-weight: normal;
	line-height: 28px !important;
	margin: 2rem 2rem 0rem 2rem;
}




#cms-footer-top > .container > .row > div {
	border-right: 1px solid #808184;
}
#cms-footer-top > .container > .row > div:last-child {
	border-right: none;
}







.spacer-small
{
	height: 3px !important;
}



.home .ytvideo.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 35%;
	/*min-height: 35vh;*/
	min-height: 180px;
	background-position: center;
}
.ytvideo.embed-responsive.embed-responsive-16by9 {
    /*min-height: 80vh;*/
}


.jumbotron {
	min-height: 45vh;
}



.pi-grid-wrapper {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pi-grid {
	width: 50%;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
}
.pi-grid-4 {
	width: 25%;
	flex-direction: column;
}
.pi-grid a:hover {
	/*opacity: 0.5;*/
}
.pi-grid .title {
/*	margin-top: 1rem;
	margin-bottom: 2rem;*/
}
.pi-grid.bg-cover {
	max-height: 100%;
	min-height: 35vh !important;
	min-height: 300px !important;
	align-self: stretch;
	background-position: center !important;
}
.pi-grid-wrapper.home-map {
	min-height: 50vh;
	padding: 2rem 2rem 4rem 2rem;
}
.home-map .col-inner {
	padding: 0 2rem;
}
.pi-grid .link-image {
	margin-bottom: 0.5rem;
    display: block;
    height: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-in-out;
    background-position: center;
}
.pi-grid .link-image::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.pi-grid .link-image:hover::before {
	background-color: #00000022;
}
.pi-grid .link-image:hover {
}
.pi-grid .link-title {
}

.pi-grid h3.block-title {
	text-transform: lowercase;
}
.all-caps
{
	text-transform: uppercase;
}
.no-transform h3,.no-transform h2,.no-transform h1,.no-transform h4,.no-transform h5,.no-transform p
{
	text-transform: none !important;

}

.t1-extra-fix .pi-grid h3 {
	font-size: 38px !important;
	font-weight: 500 !important;
	/*letter-spacing: -1px !important;*/
	line-height: initial !important;
}
.pi-grid .centered-flex h3 {
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}



.fix_mobile .pi-grid.bg-cover
{
    background-position:28% !important;
}























.event-description
{
        height: 265px;
    overflow-y: auto;
}


















body h3 {
/*	font-size: 6.2vmin !important;
	line-height: 6.6vmin !important;*/

	font-size: 3.8vmax !important;
	line-height: 4.2vmax !important;
	/*letter-spacing: -0.3vmin !important;*/

}
body.home h3 {
	/*line-height: initial !important;*/
}


.be_part {
	/*margin-top: 0.9rem;*/
}


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


.linkable-block .block-title {
	line-height: 84px;
	font-weight: 300;
	font-style: normal;
	font-size: 80px;
/*	font-size: 6.2vmin;
	line-height: 6.6vmin;*/
	font-size: 3.8vmax;
	line-height: 4.2vmax;
	/*letter-spacing: -0.3vmin;*/
}
.linkable-block { opacity: 1; transition: 0.3s ease-in-out; }
/*.linkable-block:hover { opacity: 0.7; }*/

.linkable-block > div:first-child {
	transform: translateX(0%);
	transition: 0.3s ease-in-out;
}
.linkable-block > div:last-child {
	transform: translateX(0%);
	transition: 0.3s ease-in-out;
}
/*.home .pi-grid-wrapper .linkable-block::after {
	content: "\f06e";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #d51317;
	color: #fff;
	text-transform: uppercase;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 2em;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}*/



.t-up-wrapper.d-flex {
	width: 100%;
}



#main ul {
	list-style-type:none;
	/*padding: 0 0rem 0 4rem;*/
	list-style: square;
	margin-bottom: 10px;
}











/* -----------------------------------------------------------------------------
MEDIA QUERIES
----------------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	div.pi-grid-wrapper .pi-grid
	{
		margin: auto;
	}
	.pi-grid {
		width: 100%;
	}
	.home-map .col-inner {
		align-items: center;
	}
	.be_part {
		margin: auto;
		margin-top: 0.9rem;
		max-width: 120px;
	}
	.pi-grid-4 {
		width: 50%;
	}
	.home .fadein-scroll a img
	{
		max-width: 35%;
	}
	.prof_text
	{
		/*font-size: 25px !important;*/
	}
	.prof_special_K
	{
		/*font-size: 2em !important;*/
		height: 5rem !important;
	}
	.jumbotron.no-margin-bottom h1
	{
		font-size: 27px !important;
	}
	.jumbotron.no-margin-bottom span.special-k
	{
		height: 5rem !important;
	}
	.pi-grid-wrapper.linkable-block.no-transform.bold.t1-extra-fix .block-title
	{
		font-size: 27px !important;
	}
	.pi-grid-wrapper.linkable-block.no-transform.bold.t1-extra-fix:after
	{
		    content: "";
    margin-bottom: 2px;
    height: 100%;
    width: 15px;
	}
	.site-footer .footer-slogan h3
	{
		font-size: 19px !important;
	}
}
@media only screen and (max-width:480px) {
	.pi-grid-4 {
		width: 100%;
	}
}
















/* -----------------------------------------------------------------------------
contact form
----------------------------------------------------------------------------- */


#wpforms-form-547 .wpforms-field-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(7, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.wpforms-field:nth-child(1) { grid-area: 1 / 1 / 8 / 2; }
.wpforms-field:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.wpforms-field:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.wpforms-field:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
.wpforms-field:nth-child(5) { grid-area: 4 / 2 / 5 / 3; }
.wpforms-field:nth-child(6) { grid-area: 5 / 2 / 6 / 3; }
.wpforms-field:nth-child(7) { grid-area: 6 / 2 / 7 / 3; }
.wpforms-field:nth-child(8) { grid-area: 7 / 2 / 8 / 3; }

#wpforms-form-547 .wpforms-field-container > div {
	margin: 0 0 0 2vw;
}

#wpforms-form-547 .wpforms-field:nth-child(1) {
	border: 1px solid #ccc;
	padding: 2vw;
	margin: 10px 0;
}








/* -----------------------------------------------------------------------------
me mia matia
----------------------------------------------------------------------------- */


#evolution {
display: grid;
grid-template-columns: 1.3fr 0.7fr repeat(2, 1fr);
grid-template-rows: repeat(5, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
border-left: 10px solid #d51317;
background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat top right;
}

.div1 { grid-area: 1 / 1 / 2 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 5; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 3 / 1 / 4 / 2; }
.div5 { grid-area: 2 / 2 / 4 / 3; }
.div6 { grid-area: 2 / 3 / 4 / 4; }
.div7 { grid-area: 2 / 4 / 4 / 5; }
.div8 { grid-area: 4 / 1 / 5 / 3; }
.div9 { grid-area: 5 / 1 / 6 / 5; }
.div10 { grid-area: 4 / 3 / 5 / 4; }
.div11 { grid-area: 4 / 4 / 5 / 5; }


#evolution .d-flex {
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#evolution .centered-flex {
	align-items: center;
	justify-content: center;
}

#evolution .div1, #evolution .div2, #evolution .div3, #evolution .div4, #evolution .div5,
#evolution .div6, #evolution .div7, #evolution .div8, #evolution .div9, #evolution .div10,
#evolution .div11, #evolution .div12 {
	border: 1px solid #ddd;
	border-left: none;
	border-top: none;
}


#evolution .div1 {
	background-image: url("/wp-content/themes/wp-recruitment-child/images/evo/Path 586.png"), url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg");
	background-position:  4vw 0, top right;
	background-repeat: no-repeat, no-repeat;
}
#evolution .div2 {
	background: #d51317;
}
#evolution .div3 {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
#evolution .div3-a, #evolution .div3-b {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	align-items: stretch;
}
#evolution .div3-a {
	align-items: flex-end;
	border-right: 1px solid #ddd;
}
#evolution .div3-b {
	background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat top right;
	align-items: center;
	padding-right: 1rem;
}

#evolution .div4 {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: center;
}
#evolution .div4 li {
	border-bottom: 4px solid #d51317;
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: 300;
}

#evolution .div4,
#evolution .div7 {
	background-image: url("/wp-content/themes/wp-recruitment-child/images/evo/Path 586.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40px;
}
#evolution .div10 {
	background-image: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg");
}

#evolution .div9 {
	color: #fff;
	background-color: #666667;
	background-image: url("/wp-content/themes/wp-recruitment-child/images/evo/Path 1933.svg");
	align-items: center;
	justify-content: flex-start;
}
#evolution .div9 > div {
	margin-right: 2rem;
	/*margin-bottom: 1rem;*/
}
#evolution .div9 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #989898;
	border-radius: 100%;
	margin-right: .2rem;
	font-weight: bold;
}

#evolution .div10 .d-flex {
	align-items: stretch;
}
#evolution .div10 .inner {
	min-width: 40%;
	margin: 3%;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
	text-align: center;
}
#evolution .div10 .inner > div {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	height: 70px;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

#evolution .div11 {
	font-weight: 300;
	flex-direction: column;
	align-items: center;
}

#evolution .div11 > div > img {
	max-width: 200px;
	max-height: 100px;
}



.fadein-1by1, .fadein-scroll {
	opacity: 0;
}




#innovation {
	display: grid;
	grid-template-columns: 15% 35% 50%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	align-items: center;
}
#innovation .idiv1 { grid-area: 1 / 1 / 4 / 2; width: 1.8em; }
#innovation .idiv2 { grid-area: 1 / 2 / 4 / 3; }
#innovation .idiv3 { grid-area: 1 / 3 / 4 / 4; }

#innovation .idiv3 {
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding-left: 1.5rem;
}

#innovation .vertical {
	text-transform: uppercase;
	transform: rotate(-90deg) translateX(-60%) translateY(180%);
	transform-origin: 0 0;
}
#innovation .vertical h4 {
	margin-bottom: 0;
}
#innovation h5 {
	color: #d51317;
	font-size: 1.8rem;
	margin-bottom: 0.2rem;
}
#innovation p {
	font-size: 1.4rem;
	line-height: 1.6rem;
}









#kmap {
	max-width: 94%;
	height: 66vh;
	border: none;
	margin: 2rem auto 0 auto;
	display: block;
}














/*evolution 2*/
#evolution2 > div {
	transition: all 0.3s ease-in-out;
	cursor: normal;
}
#evolution2 > div:hover {
	opacity: 0.75 !important;
}


#evolution2 {
border-left: 20px solid #D51317;
display: grid;
grid-template-columns: repeat(2, 1.1fr) repeat(2, 1fr) 0.3fr;
grid-template-rows: 0.1fr 1fr auto 0.2fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat top right;
}

#evolution2 .div1 { grid-area: 1 / 1 / 2 / 3; }
#evolution2 .div2 { grid-area: 1 / 3 / 2 / 6; }
#evolution2 .div3 { grid-area: 2 / 1 / 3 / 2; }
#evolution2 .div4 { grid-area: 2 / 2 / 3 / 3; }
#evolution2 .div5 { grid-area: 2 / 3 / 3 / 4; }
#evolution2 .div6 { grid-area: 2 / 4 / 3 / 5; }
#evolution2 .div7 { grid-area: 2 / 5 / 3 / 6; }
#evolution2 .div8 { grid-area: 3 / 1 / 4 / 3; }
#evolution2 .div9 { grid-area: 3 / 3 / 4 / 4; }
#evolution2 .div10 { grid-area: 3 / 4 / 4 / 5; }
#evolution2 .div11 { grid-area: 3 / 5 / 4 / 6; }
#evolution2 .div12 { grid-area: 4 / 1 / 5 / 6; }
#evolution2 .div13 { grid-area: 4 / 1 / 5 / 3; }



#evolution2 .div1, #evolution2 .div2, #evolution2 .div3, #evolution2 .div4, #evolution2 .div5,
#evolution2 .div6, #evolution2 .div7, #evolution2 .div8, #evolution2 .div9, #evolution2 .div10,
#evolution2 .div11, #evolution2 .div12, #evolution2 .div13 {
	border: 1px solid #ddd;
	border-left: none;
	border-top: none;
}




#evolution2 h4 {
	margin-bottom: 2rem;
}

#evolution2 .centered-flex {

}

#evolution2 .div2 {
	background: #D51317;
}


#evolution2 .div3 .wrapper {
	margin-top: 2rem;
	align-self: center;
}
#evolution2 .div3 img {
	margin-bottom: 2rem;
}



#evolution2 .div4 {
/*	background: #E5E5E4 url("/wp-content/themes/wp-recruitment-child/images/evo2/big_K.jpg") center left;
	background-size: contain;*/
	min-width: 140px;
	padding: 0;
	background-color: #E6E6E4;
}



#evolution2 .div7 {
	background-image: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg");
}



#evolution2 .div9 .d-flex {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
#evolution2 .div10 .d-flex {
	flex-wrap: wrap;
	height: 70%;
	flex-direction: row;
}
#evolution2 .div9 .d-flex .inner {
	width: 50%;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-items: center;
	justify-content: space-between;
	 text-align: center;
	padding: 1rem;
}
#evolution2 .div9 .d-flex .inner p {
	font-size: 80%;
	color: #808080;
	/* font-weight: lighter; */
	margin-top: 1.2rem;
	line-height: 1.8rem;
}
#evolution2 .div9 .d-flex .inner p:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #D51317;
	margin-top: 0.8rem;
}


#evolution2 .div10 .d-flex .inner {
	width: 100%;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 1rem;
}
#evolution2 .div10 .d-flex .inner p {
	font-size: 80%;
	color: #808080;
	/* font-weight: lighter; */
	margin-top: 0.5rem;
	line-height: 1.8rem;
}


#evolution2 .div11 {
	min-width: 100px;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}

#evolution2 .div12 {
}
#evolution2 .div12 {
	font-size: 80%;
	color: #fff;
	background: #3F3F40 url("/wp-content/themes/wp-recruitment-child/images/evo2/footer-stripes.svg") no-repeat;
	background-size: cover;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#evolution2 .div12 > div {
	margin: 5px;
	margin-right: 2rem;
	display: -webkit-flexbox;	/* NEW */
	display: -webkit-flex;		/* NEW-ish - Safari 6.1+. iOS 7.1+, BB10 */
	display: -ms-flexbox;		/* TWEENER - IE 10 */
	display: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: flex;
}
#evolution2 .div12 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #989898;
	border-radius: 100%;
	margin-right: 1rem;
	font-weight: bold;
}


.k-red {
	color: #D51317;
}
#evolution2 .k-red span {
	color: #fff;
	background-color: #D51317;
}



#evolution2 .centered-flex {
	align-items: center;
}









#page {
	/*background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat bottom right;*/
	background-size: contain;
}




#cshero-header-logo {
	max-width: 250px;
	flex-basis: 18%;
}






/* -----------------------------------------------------------------------------
MEDIA QUERIES
----------------------------------------------------------------------------- */


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}


/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
	#cshero-header-top .social-top {
		padding-top: 0px !important;
	}

	.d-flex {
		flex-direction: column;
	}

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

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
	.reverse-flex {
		flex-direction: column-reverse;
	}
	#cshero-header-logo {
	}

	#videoF {
		height: 200px;
	}
	#wpforms-form-547 .wpforms-field-container {
		display: initial;
	}

	.featured_img_full {
		min-height: 25vh;
		height: auto;
	}




	/*footer spacing fixes*/
	#page > .site-footer > div {
		padding-top: 4rem;
	}
	#page > .site-footer > div {
		padding-top: 0rem;
		padding-bottom: 1rem;
	}
	#cms-footer-top .cms-footer-top-item {
		margin-bottom: 2rem !important;
	}
	.h-social {
		margin-bottom: 2rem;
	}
	#page > .site-footer h1, #page > .site-footer h2, #page > .site-footer h3, #page > .site-footer h4, #page > .site-footer h5, #page > .site-footer h6 {
		margin-bottom: 1rem;
	}
	#cms-footer-bottom .cms-copyright {
		padding-top: 0 !important;
	}
	#cms-footer-bottom #back_to_top {
		padding-bottom: 1rem !important;
	}





	#evolution {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	grid-template-rows: repeat(7, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border-left: 10px solid #d51317;
	background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat top right;
	}

	.div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 2 / 1 / 3 / 2; }
	.div4 { grid-area: 3 / 1 / 4 / 2; }
	.div5 { grid-area: 2 / 2 / 4 / 3; }
	.div6 { grid-area: 4 / 1 / 5 / 2; }
	.div7 { grid-area: 4 / 2 / 5 / 3; }
	.div8 { grid-area: 6 / 1 / 7 / 3; }
	.div9 { grid-area: 7 / 1 / 8 / 3; }
	.div10 { grid-area: 5 / 1 / 6 / 2; }
	.div11 { grid-area: 5 / 2 / 6 / 3; }




	#evolution2 {
	border-left: 10px solid #D51317;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
	grid-template-rows: 0.1fr repeat(2, auto) auto repeat(5, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: url("/wp-content/themes/wp-recruitment-child/images/evo/Group 480.svg") no-repeat top right;
	}



	#evolution2 .div1 { grid-area: 1 / 1 / 2 / 2; }
	#evolution2 .div2 { grid-area: 1 / 2 / 2 / 3; }
	#evolution2 .div3 { grid-area: 2 / 1 / 3 / 2; }
	#evolution2 .div4 { grid-area: 2 / 2 / 3 / 3; }
	#evolution2 .div5 { grid-area: 3 / 1 / 3 / 3; }
	#evolution2 .div6 { grid-area: 4 / 1 / 4 / 3; }
	#evolution2 .div7 { grid-area: 4 / 1 / 4 / 3; }
	#evolution2 .div8 { grid-area: 5 / 1 / 6 / 3; }
	#evolution2 .div9 { grid-area: 7 / 1 / 9 / 2; }
	#evolution2 .div10 { grid-area: 7 / 2 / 7 / 3; }
	#evolution2 .div11 { grid-area: 8 / 2 / 8 / 3; }
	#evolution2 .div12 { grid-area: 6 / 1 / 7 / 3; }








	#wpforms-form-547 .wpforms-field-container > div {
		margin: 0;
	}

}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#cshero-header-wrapper #cshero-header .cshero-header-navigation .main-navigation.navigation-open {
		top: 63px !important;
	}
	#cshero-header-wrapper #cshero-header #cshero-header-logo {
		padding: 15px !important;
	}
	#cshero-header-logo {
		max-width: 180px;
	}
	#cshero-header-wrapper #cshero-header #cshero-header-logo a {
		line-height: 0px !important;
	}
	#cshero-header-wrapper #cshero-header #cshero-header-logo a img {
		max-height: 80px;
	}

	#cshero-header-inner.header-top #cshero-header-top .social-top li {
		padding-left: 12px !important;
	}
	#cshero-header-inner.header-top #cshero-header-top .contact-top li {
		margin-right: 0px !important;
	}
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}







/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}



/* Small Devices, Tablets */
@media only screen and (min-width: 768px){
	.text-sm-right { text-align:right !important; }
	.text-sm-left { text-align:left !important; }


	.linkable-block:hover > div:first-child {
		transform: translateX(100%);
	}
	.linkable-block:hover > div:last-child {
		transform: translateX(-100%);
	}
}





/* Medium Devices, Desktops */
@media only screen and (min-width:992px) {
	.text-md-right { text-align:right !important; }
	.text-md-left { text-align:left !important; }

	#cshero-header-logo {
		max-width: 260px;
		padding-top: 15px!important;
	}

	#cshero-header-wrapper #cshero-header .cshero-header-navigation .main-navigation.navigation-open {
	top: 100px;
	}
}



/* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) {
	.width_column_change #cms-footer-top .col-lg-3:nth-child(1) {
			width: 25%!important;
			padding-right: 15px!important;
	}
	.width_column_change #cms-footer-top .col-lg-3 {
			width: 25%!important;
	}




	body h3 {
		line-height: 55px !important;
		font-size: 50px !important;
	}
}






















.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  /*axis compensation*/
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}







.special-k-small {
	content: url("/wp-content/themes/wp-recruitment-child/specialk.svg");
    display: inline-block;
    height: 3rem;
    vertical-align: baseline;
    padding-top: 3px;
}




.special-k,
.home h1 strong {
    content: url("/wp-content/themes/wp-recruitment-child/specialk.svg");
    display: inline-block;
    height: 7rem;
    vertical-align: baseline;
    padding-top: 1rem;
    margin-top: -2rem;
}
.special-k.inv {
    content: url("/wp-content/themes/wp-recruitment-child/specialk-inv.svg");
}