/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    Variables
\*------------------------------------*/

/* front page */

:root {
	--secH:350px;
	--lightblue:#abd6f0;
	--midblue:#2172b7;
	--darkblue:#1c6098;
	--red:#e6362c;
	--linkblue:#083961;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Open Sans', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:var(--linkblue);
	/color:#444;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

section h1 {
	font-size:2.5em;
}

section h1 a,
section h1 a:hover {
	color:var(--darkblue);
}

article {
	font-size:1.5em;
}

* h2 {color:var(--darkblue);}

* h2 a, * h2 a:hover {color:var(--darkblue);}

.view-article {color:var(--red);}

.search-results h1 {color:var(--red);}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/margin:0 auto;
	position:relative;
	/top:-17px;
}
/* header */
body:not(.home) .header {
	position:relative;
	height:150px;
}

.headerbg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
	position:absolute;
	top:0;
	width:100%;
	height:150px;
	z-index:-1;
	opacity:0.25;
}

.headerbg::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	width:100%;
	height:150px;
	background:white;
	mix-blend-mode: soft-light;
	
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
	z-index: 999;
    position: relative;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.logo {
	width:100%;
	max-width:350px;
	position:relative;
	padding:2em 4em;
	margin-left:70px;
	}

.logoarea::after {
	content:'';
	display:block;
	width:45%;
	height:5px;
	background:white;
	border-radius:10px;
	margin-left:70px;
}	
	
/*------------------------------------*\
    Navigation
\*------------------------------------*/

.home nav {
	float:left;
	position:absolute;
	top:2em;
}

#mega-menu-wrap-header-menu {
	position:absolute;
	/padding-top:2em;
}
.mega-menu-header-menu:not(.home) .content {
	margin:auto auto auto 70px ;
}
.mega-menu-header-menu:not(.home) .content {
	width: calc(100% - 170px);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



.mega-menu-header-menu:not(.home) .mega-sticky-wrapper #mega-menu-wrap-header-menu
{
	float:left;
    top: 0;
    transform: unset;
}

.mega-menu-header-menu:not(.home) #mega-menu-wrap-header-menu{
	float:left;
    top: 50%;
    transform: translateY(-50%);
}

.mega-toggle-block {
	background:black;
	border-radius:2em;
}

.mega-sticky-wrapper .mega-menu-toggle::before,.mega-sticky-wrapper .mega-menu-toggle::after {
	content:'';
	display:inline;
	position:absolute;
	width:100%;
	height:60px;
	background:white;
}

.mega-sticky-wrapper .mega-menu-toggle::before {left:-100%;}
.mega-sticky-wrapper .mega-menu-toggle::after {right:-100%;}

.mega-sticky-wrapper .mega-menu-toggle {
	background:white !important;
	max-width:1600px;
	margin:0 auto;
}

.mega-sticky-wrapper .mega-toggle-blocks-left {

}

.mega-sticky-wrapper .mega-toggle-block::after {
	content:'';
	display:inline-block;
	width:150px;
	position:relative;
	height:60px;
	background-color:white;
	background-image:url('/resources/svg/oasis_logo.svg');
	background-repeat:no-repeat;
	background-position:50%;
	background-size:85%;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
	width:max-content !important;
	min-width:250px;
	position:absolute;
	z-index:900;
	-ms-background:blue;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
	padding: 17px 10px;
    border-radius: 50px;
	border:3px solid white;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
	padding-left:2em !important;
	margin:0 !important;
	background:var(--darkblue);
	border-radius:0 50px 50px 0;
	border-left: 1px solid white;
}

.mega-menu-header-menu-mobile-open {box-sizing:content-box;}

.mega-menu-header-menu-mobile-open li.mega-menu-item:first-child {
	margin-top:4px !important;
}

.mega-menu-header-menu-mobile-open li.mega-current_page_item {
	border-right:5px solid var(--lightblue) !important;
}

.mega-menu-header-menu-mobile-open li.mega-menu-item {
	background:rgba(33,114,183,0.87) !important;
	padding:8px 12px 8px 36px   !important;
	margin-bottom:4px !important;
	border-radius:0 1em 1em 0 !important;
	overflow:hidden !important;
	border-left:1px solid white !important;
	}
	
.mega-sub-menu {background:transparent !important;}	
	
.mega-menu-header-menu-mobile-open .mega-sub-menu li.mega-menu-item {
	background:transparent !important;
	padding:0   !important;
	margin-bottom:2px !important;
	border-radius:inherit !important;
	overflow:hidden !important;
	border-left:unset !important;
	}
	
.mega-sub-menu a.mega-menu-link {
	background:transparent !important;
	color:#fff !important;
	padding-left:20px !important;
	}	

.mega-menu-header-menu-mobile-open .mega-menu-item:not(.nav-socials):hover a::before {
    content: '' !important;
    display: inline-block;
    position: absolute !important;
    left: -100px;
    bottom: 15px;
    width: 100px !important;
    height: 10px !important;
    background: var(--red) !important;
    border-radius: 1em;
    transition: all 0.2s ease !important;
}

.mega-menu-header-menu-mobile-open li.mega-menu-item a {
	text-transform:uppercase !important;
	font-size:1.1em !important;
}

#mega-menu-wrap-header-menu.mega-sticky {
	background: white !important;
	box-shadow:0 0 40px #0000005e !important;
}

.page-template-default .content::after {
	/display:block;
	content:'';
	position:relative;
	height:7px;
	left:17%;
	background:var(--darkblue);
	border-radius:20px 0 0 20px;
}

.nav-search ::placeholder {
	color:var(--darkblue);
	background:white;
	padding:5px;
	border-radius:5px;
}

.nav-socials .mega-menu-link::before {
	font-size:2em !important;

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.limit {
	max-width:1600px;
	}
.center {margin:0 auto;}
.space {padding:2em 0}

body:not(home) section {
	padding:0 2em;
}

/*------------------------------------*\
    Front Page
\*------------------------------------*/

.frontheader {
	height:600px;
}


.section {
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.sectionheader {
}

.sectioncontent {
	position:relative;
	width:100%;
	display:block;
}

.sectiontext h4 {color:var(--red);}

.withparts {
	height:var(--secH);
}

.leftpart, .rightpart {
	position:relative;
	display:inline-block;
	width:50%;
	height:var(--secH);
	vertical-align:top;
}

.punchline {
	text-align:center;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	/font-size:1.5em;
	color:white;
	background: #1c609880;
	background:rgba(28,96,152,0.5);
    padding: 1em 0;
}

.pdescription {
	padding:4em;
	font-size:2em;
}

.sectiontitle {
    font-size: 6em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ededed;
    text-align: center;
    display: block;
    position: relative;
    top: 50%;
    mix-blend-mode: screen;
    transform: translateY(-60%);
	text-shadow:0 0 10px #929090a3;
}

.sectiontext {
	position:relative;
	top:35%;
	transform:translateY(-50%);
	padding:0 4em;
	font-size:2em;
}

.top, .back {
	position:absolute;
	width:100%;
	height:100%;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
	
	transition:all .1s ease;
}

.back {
	opacity:0;
	transition:all .1s ease;
}

.backleft,
.backright {
    display:block;
    line-height: 1;
    vertical-align: top;
	}

.backleft {
	margin:1em 0 7px;
    font-size: 1.7vw;
    color: white;
    line-height: 1.5;
}
	
	
.back .getinform {
	box-sizing:border-box;
	width:70%;
	margin:auto;
	/padding:1em;
	line-height:1;
}

.back .getinform .caldera-grid .form-group {margin-bottom:5px;}

.back .getinform a,
.back .getinform a:hover {
	font-weight:bold;
	color:var(--linkblue);
}

.back .getinform p,
.back .getinform .checkbox-inline,
.parsley-required {
	font-size:0.6em;
}

.caldera-grid .has-error .help-block {display:none;}

.back .getinform input {
	max-width:350px;
	margin:auto; 
	line-height:1;
}

.back .getinform .form-control,
.back .getinform .btn,
.back .getinform .btn:hover {
	background:transparent;
	border-color:#66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	color:white;
	font-weight:100;
}

.back .getinform .form-control input :placeholder {
	color:white;
	font-weight:100;
}

.back .getinform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:white;
	font-weight:600;
}
.back .getinform input::-moz-placeholder { /* Firefox 19+ */
	color:white;
	font-weight:600;
}
.back .getinform input:-ms-input-placeholder { /* IE 10+ */
	color:white;
	font-weight:600;
}
.back .getinform input:-moz-placeholder { /* Firefox 18- */
	color:white;
	font-weight:600;
}


/.joinus:hover .top {
	opacity:0;
}

/.joinus:hover .back {
	opacity:1;
}



.joinus {
	display:block;
	position:relative;
	/width:calc(100% + 60px);
}

.joinusinnertext {
    z-index: 500;
    color: white;
   / font-size: 6vw;
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: 0 0 40px #39393970, 0 0 20px #98989870, 0 0 5px #acacac70;
	/width:max-content;
	width:80%;
	min-width:500px;
	max-width:1000px;
	line-height:auto;
	margin:0 auto;
	padding:0 .8em;
	/display:inline;
	display:block;
}

.joinus {
	min-height:var(--secH);
	display:block;
	background-color:#2072b7;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQYV2OUSZjx/8mCDEYGJADmoEvAVSBLoGiDSaAIwowCAPbAEhnENxMZAAAAAElFTkSuQmCC');
}

.joinus i {
	display:inline;
	color:white;
	font-size:7vw;
}

.section:nth-child(even) .imgbg {
	float:right;
}

.imgbg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}

.imgbg::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
    background-color: var(--darkblue);
	background-color:rgba(28,96,152,0.8);
    mix-blend-mode: color;
}

.joinus {
	color:white;
	text-align:center;
	/line-height:var(--secH);
	/font-size:2em;
	overflow:hidden;
} 

/* newslist */ 

.newslist {
	/min-height:var(--secH);
	display:block;
	position:relative;
	padding:2em 0;
}

#newslist {
	background:whitesmoke;
}

.newslist ul.lcp_catlist {
	list-style:none;
	margin:0 auto;
	padding:0 4em;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-column-gap: 2%;
}

.home .newslist a.newsitem {
	text-align:center;
	display:grid;
	grid-template-columns:30% 70%;
	grid-template-rows: 50%;
	position:relative;
}

.titleclass, .dateclass {display:inline-block;}

.titleclass, .titleclass a {
	color:var(--darkblue);
	font-size:2.8em;
	text-transform:uppercase;
	padding-bottom:10px; 
	font-weight:bold;
	text-align:left;
	grid-column-start:2;
}

.datewrapper {
	grid-row-end:span 2;
	grid-column-start:1;
	grid-row-start:1;
}

.dateclass {
	font-size:5em;
	color:var(--red);
	position: relative;
    top: 47%;
    transform: translateY(-50%);
	text-align:right;
}

.dateday {
	font-weight:600;
	font-size:1.2em;
	font-style:italic;
	text-align:center;
	border-bottom:10px solid white;
}

.titleclass, .excerptclass {padding-left:15px;}

.excerptclass {
	text-align:justify;
	grid-column-start:2;
	padding-bottom:10px;
}

/***** Success stories ****/ 
.singlestory {
	position:relative;
	margin:45px 0;
	background:whitesmoke;
	width:100%;
	z-index:5;
	}

	
.textfields {
	width: calc(100% - 60px - 240px);
    margin: 0 auto;
    display: inline-block;
}
.topic, .storytitle, .storypartner {
	display:inline-block;
}

.topic::before {
    position: relative;
    font-size: 40px;
    padding: 5px;
    background: var(--darkblue);
    border-radius: 5px;
    font-family: "FontAwesome";
    color: white;
	width:60px;
	height:60px;
	display:inline-block;
	text-align: center;
	vertical-align:middle;
	margin-right:7px;
}

.storytitle {
	font-size: 2em;
    color: var(--darkblue);
    vertical-align: middle;
	width:69%;
	}
.storypartner::before {
	content:'responsible partner: ';
	padding-right:12px;
	display:inline-block;
	font-size:10px;
	font-weight:100;
	color:var(--lightblue);
}
	
.storypartner {
	font-size: 2em;
    font-weight: 600;
    color: var(--darkblue);
    text-align: right;
    vertical-align: middle;
	width:29%;
}

/*** Table formats ***/

.tablerow {
	position:relative;
	padding:12px;
	margin:25px 0;
	background:whitesmoke;
	width:100%;
	z-index:5;
	vertical-align:middle;
	display:block;
	
	transition:all 0.1s ease;
	}

.tablerow:hover {
	/transform:scale(1.02);
	/border:1px solid var(--darkblue);
	box-shadow:0px 0px 0px 1px var(--darkblue);
	border-radius:5px;
}

.tabletitle {
	font-size: 2em;
    color: var(--darkblue);
    vertical-align: middle;
	}
	
.inline-block {
	display:inline-block;
}

/*** Partner projects ***/
.ppitem {
    display: inline-block;
    max-width: 30%;
    min-width: 200px;
    position: relative;
	padding:2em;
	background:whitesmoke;
	vertical-align:top;
}

.ppitem:nth-child(n+4) {
	margin:1.5% !important;

}

.ppitem:nth-child(n+1) {
	margin:0 1.5%;
}

.ppimage {
	display:block;
	position:relative;
	text-align:center;
	margin:0 auto;
	width:100%;
	height: 80px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position-x: center;
}

.pptitle
 {
	font-size: 2em;
    color: var(--darkblue);
	text-align:center;
	margin:12px 0;
}

.pltitle {
	font-size: 2em;
    color: var(--darkblue);
	text-align:center;
	margin:0 0 12px 0;
}

.plnumber {
	margin:12px 0 0 0;
	font-size: 1.6em;
    color: black;
	text-align:center;
	
	}

.pltitle {
	font-size:1.5em;
}

.ppdesc,
.pldesc {
	font-size:1.3em;
	text-align:justify;
	display:block;
	position:relative;
	height:150px;
}

.ppurl {
	color:var(--darkblue);
}

/**** Pilot lines ****/ 
.ppcontent {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-gap: 20px;
}

.ppitem {
    align-content: space-evenly;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.ppitem:hover {
	box-shadow:0 0 15px -5px var(--midblue);
}

.pldesc {
	height:unset;
	margin-bottom:20px;
	text-align:left;
	font-size:1em;
}

.plimage {
	background-position-y: center;
}

.Automotive::before {
	content:'\f1b9';
}
.Aircraft::before {
	content:'\f072';
}
.Building::before {
	content:'\f1ad';
}

.storypartnerlogo {
	display: inline-block;
    float: right;
    position: relative;
    z-index: 999;
}

.storylogos {
    display: inline-block;
	position:absolute;
}

.storylink {
	display:inline-block;
}

.storylogo {
    max-width: 200px;
    max-height: 90px;
	min-height:60px;
    display: inline-block;
    /position: absolute;
    box-shadow: 0 5px 11px -7px black;
    /top: -25%;
    right: 0;
}

img.storylogo {
	background:white;
}
}

/**** Who We Are ***/

g#Circle {
	transform:rotation(0deg);
	transform-origin:50%;
	animation: rotate 20s infinite;
}

@keyframes rotate {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

/*** NEWSROOM ****/

ul.newsroomlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
	grid-gap:25px;
	overflow:hidden;
} 

.newsroom a.newsitem {
	max-width:350px;
	hyphens: none;

}

.newsroomtitleclass,
.newsroomdateclass {
	display:inline-block;
}

.newsroomdateclass {
	width:60px;
	min-height:66px;
	background:var(--red);
	color:white;
	padding:10px;
	text-align:center;
	line-height: 23px;
    font-size: 1.2em;
}

.newsroomtitleclass {
	width:calc(100% - 70px);
	padding:10px;
	text-align:center;
	font-size:1.5em;
	vertical-align:top;
	overflow:hidden;
	background:whitesmoke;
	animation:slideleft 1s ease forwards;
}

@keyframes slideleft {
	from {width:0;padding-left:0;height:66px;}
	to {width:calc(100% - 70px);padding-left:10px;min-height:66px;}
}

/*------------------------------------*\
    footer
\*------------------------------------*/

.footer {
	position:relative;
	display:block;
	padding:160px 0 2em 0;
	width:100%;
	background-image:url('/resources/svg/oasis_circle.svg');
	background-color:var(--darkblue);
	background-position: 110% 10%;
    background-size: 40%;
	background-repeat:no-repeat;
	color:whitesmoke;
	z-index:-1;	
}

.footercontent {
	padding:0 4em;
}

.eusentance {
	font-size:1.3em;
	text-align:right;
}

.euflag {
	width:80px;
	height:50px;
	background:url('/resources/imgs/EU_flag.png') no-repeat;
	background-size:contain;
	float:right;
}

.copyright {
	text-align:left;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.noshow {
	display:none;
} 

.menuwrapper {
	margin:1em auto;
}

.menubox {
    display: flex;
    flex-flow: row;
    justify-content: center;
	flex-wrap: wrap;
}

.menuitem {
    margin: 0.2em 0.5em;
    font-size: 2em;
    background: var(--midblue);
    color: white;
    padding: 5px 15px;
    border-radius: 42px;
}

.open-call .section:nth-child(odd) {
	background:whitesmoke;
}

.open-call .space {
	padding:3em 0;
}

.sectionname {
	font-size:3em;
}

.sectioncontent {
	font-size:1.5em;
}

/* EDGE specific */
@supports (-ms-ime-align: auto) {
  #mega-menu-header-menu-mobile-open li.mega-menu-item {
        color: red;
  }
}




/*------------------------------------*\
    PRINT
\*------------------------------------*/


@media (max-width:800px)  {
	.topic, .textfields, .storylogos {display:block;}
	.textfields {margin:0;width:100%;}
	.storytitle {width:100%;text-align:center;}
	.storylogos {position:relative;}
	.storypartner {display:inline-block;width: 100%;text-align: left;margin-top:7px;}
	.storylink {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin: 7px 0 7px 0;
	}
	.sectiontext {padding:0 2em 0 2em;}
	.titleclass {word-break: break-all;}
	.punchline span {display:block;text-align:center;}
	.newsroomtitleclass {word-break: break-all;}
	.newsroomlist {padding:0;}
	ul.newsroomlist {grid-gap: 5px;}
	.newsitem {padding: 1em 0;}
	.logo {	max-width: calc(100% - 100px);
			padding: 10px 0;
			left: 55px;
	}
}
/* above 1600px width */
@media (max-width:1600px)  {
	.logoarea {margin-left:70px;}
}
@media (min-width:1600px)  {
	
	.joinus i {font-size:7vw}
	.backleft {font-size: 28px;}
}

/* bellow 1000px width */
@media (max-width:1000px)  {
	.leftpart, .rightpart {
		display:block;
		float:none;
		width:100%;
		height:auto;
		}
	.imgbg {
		height:var(--secH);
		float:none !important;
	}	
	.withparts {
		height:unset;
	}
	.sectiontext {
		top:unset;
		transform:unset;
	}
	.newslist ul.lcp_catlist {display:block;}
	.newsitem {
		border-bottom:5px solid white;
		padding:1em 0;
		}
	.newsitem:last-child {border:none;}
}

@media (max-width:1700px)  {
}


@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
