@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Noto+Sans:400,400i,700,700i');
        
body {
	background: #f5f5f5;
    font-size: 18px;
/*    background-size: 800px;
	background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	color: #222;
	line-height: 1.6;
   	Xfont-family: 'Noto Sans', sans-serif;
   	font-family: sans-serif;
	font-kerning: normal;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	overflow-x : hidden !important; /*this have to be set to 'auto' due to jquery ui!*/
}

h1, h2, h3, h4, h5 {
   	font-family: 'Lato', sans-serif;
   	text-transform: uppercase;
	color: #00619C;
	font-weight: bold;
	line-height: 1.49;
}

p {
    margin: 0 0 6px;
}

.headline {
	letter-spacing: 0.79px;
	position: relative;
}

@media (max-width:991px) {
	body {
		font-size: 14px;
	}
}

/*
easter egg icon in border
@media (min-width:1000px) {
	.headline::after {
		content: "\e077";
    	position: absolute;
	    bottom: -10px;
    	font-family: 'Glyphicons Halflings';
	    line-height: 1;
    	right: 5%;
	    color: #3c3c3b;
    	-webkit-font-smoothing: antialiased;
	}
}
*/


.lightcolor {
	color: #777;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.form-control:focus {
    border-color: #00619C;
}

#page .container {
	padding-top: 50px; 
	padding-bottom: 50px;
	position: relative;
}

@media (min-width:1200px) {
	#page .container {
		padding-top: 75px; 
		padding-bottom: 75px;
	}
}

#page .contact-home .container {
	padding-bottom: 0;
}

.section-desc {
	position: absolute;
	left: -238px;
	width: 500px;
	text-align: right;
	margin-top: 300px;
	color: #777;
	font-size: 12px;
	//text-transform: uppercase;
	-ms-transform:rotate(270deg); /* IE 9 */
  	-moz-transform:rotate(270deg); /* Firefox */
  	-webkit-transform:rotate(270deg); /* Safari and Chrome */
  	-o-transform:rotate(270deg); /* Opera */
}

@media (max-width: 767px) {
	.section-desc {
		display: none;
	}
}

.section-desc .site-home {
	color: #555;
}

.section-desc .divider {
	color: #00619C;
	padding: 2px 7px;
}

.section-desc .divider:after {
	display: inline-block;
	content: '○';
	font-weight: bold;
	font-size: 130%;
}
.section-desc .divider.hot {
	color:red;
}

.section-desc .projects-finished {
	text-shadow: 0 0 1px rgba(255, 207, 0, 0.62);
}

#header {
	position: fixed;
	top: -100px;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	z-index: 999;
	font-size: 13px;
	transition: 0.4s all;
}

#header:not(.top) {
	box-shadow: 0 -2px 10px #fff;
	border-bottom: 3px solid #00619C;
}

#header.top {
	top: 0px;
	transition: 0.3s all;
}

#header .container {
	position: relative;
}

#header .right {
	margin: 15px 0;
}

@media (max-width:767px) {
	#header .right {
		margin: 8px 0;
	}
}

#header .right a {
	color: #444;
}

#header .right a:hover {
	text-decoration: none;
}

#header .right a .glyphicon {
	color: #555;
	margin-right: 1px;
}

#header a {
	z-index: 99999999999999999;
}

#loggedusermenu {
    display: inline-block;
}

.toggleMenu .glyphicon {
	top: 2px;
}

.mainnav {
    width: 100%;
    position: fixed;
    left: 0;
    display: block;
    max-width: 100%;
    border-top: 4px solid #00619C;
    border-radius: 0;
}

@media (min-width:1200px) {
	.mainnav ul {
		float:right;
	}
}

.navbar {
	min-height: auto;
}

.navbar ul {
	list-style: none;
}

.navbar ul > li {
	float: left;
	position: relative;
	//padding: 0 15px;
	Xtext-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.navbar a:hover {
	text-decoration: none;
}

.subnav {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	padding-top: 20px;
	z-index: 999999;
}

.subnav.from_right {
	right: 0;
	left: auto;
}

.subnav .subitems {
	border: 2px solid #00619C;
	border-radius: 5px;
	margin-top: 16px;
}

.subnav ul {
	list-style: none;
	font-size: 90%;
	padding: 5px 15px;
	margin: 0;
	border: 4px solid white;
	border-radius: 5px;
	background: #f7f7f7;
	float: none;
}

.subnav li {
	white-space: nowrap;
	border-top: 1px solid #ccc;	
	padding: 9px 0;
}
.subnav li:first-child {
	border-top: 0;
}

.navbar li:hover > .subnav {
	display: block;
}

.subnav li a {
	padding: 0 2px 0 2px;
}

.subnav li:not(.ta-upper) a:not(.ta-upper) {
	text-transform: none;
}

#menu-layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.5);
	display: none;
	transition: 0.75s all;
}

#menu {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 75px 25px 20px 25px;
	background: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	z-index: 5;
	overflow-x: auto;
}
#menu.open {
	display: block;	
	z-index: 99;
	transition: 0.75s all;	
}

#menu.open + #menu-layer {
	display: block;
	transition: 0.75s all;
}

#menu .toggleMenu.menu-title {
	width: 100%;
    display: block;
    margin: -20px 0;
    padding: 20px;
}

.menu-title:hover {
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 100%;
}

.close-menu {
	height: 13px;
	
}

.menuLanguageChooser {

}

.mainnav div:not(.subitems) > ul > li > a {
	padding: 10px 15px 7px;
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	transition: 0.2s all;
	background: #00619C; 
	display: inline-block;
}

.mainnav div:not(.subitems) > ul > li > a:hover {
	color: #fff;
	transition: 0.2s all;
}

@media (max-width:1199px) {
	.mainnav {
	    top: 23px;
	    border: 0;
	    background: #ffffff00;
	}
	.mainnav ul li {
		float: right;	
	}
	.mainnav .toggleUser {
		margin-left: 10px;
	}	
}
@media (max-width:767px) {
	.mainnav {
	    top: 6px;
	}
}

.subnav .subitems ul > li {
	float: unset;
}

.mainnav li .badge {
	margin-top: -1px;
	font-size: 85%;
	padding: 4px 2px 4px 1px; 
	min-width: 19px;
	margin-right: -4px;
}

.mainnav a:focus {
	outline: 0;
	color: black;
	text-decoration: none;
}

#menu a {
	//padding: 5px;
}

#menu .badge {
    background: #8c7100;
    margin-top: -1px;
}

#menu .row {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu .row a {
	display: block;
//	width: 100%;
	padding: 12px 7px;
	border-top: 1px solid #00619C;	
}

#menu .row a:hover {
	text-decoration: none;
}

#menu .row a.active {
	Xfont-weight: bold;
}

#menu .row > div:first-child > a:first-child {
	border-top: 0;
}


@media (min-width:768px) {
	#menu .row a:first-child {
		border-top: 0;
	}
}

#menu .row a.subitem {
	font-size: 75%;
	border: 0;
	padding: 3px 5px 3px 5px;
}

.loggedusermenu {
    padding: 0;
    display: inline-block;
    min-height: auto;
    margin: 0;
    height: 40px;
}

.navbar.loggedusermenu ul > li {
    text-transform: none;
    padding: 10px 0px 10px 50px;
    margin: -10px 0px 41px 10px;

}

#scroll {
    margin: -110px auto 120px auto;
    padding: 0;
    visibility: hidden;
    transition: 0.2s all;
}

#scroll > span.glyphicon {
    padding: 17px;
    text-align: center;
    transition: 0.2s transition;
}

#scroll > img {
	padding: 17px 14px 13px 14px;
    width: 40px;
}

/*@media (max-height: 420px) {
	#scroll {
		visibility: hidden;
	}
}*/

@media (min-width: 992px) and (min-height: 509px) {
	#scroll {
    	margin: -150px auto 170px auto;
	    transition: 0.2s all;
	}
}
@media (min-width: 1200px) and (min-height: 555px) {
	#scroll {
    	margin: -170px auto 190px auto;
	    transition: 0.2s all;
	}
}
@media (min-width: 1550px) and (min-height: 680px) {
	#scroll {
    	margin: -210px auto 230px auto;
	    transition: 0.2s all;
	}
}

#elevator {
	cursor: pointer;
	color: #00619C;
	position: fixed;
	right: 5px;
	bottom: 50px;
	margin: -60px 50px 0 0;
	border-radius: 50%;
	border: 2px solid #00619C;
	background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 1px 0px 0px;
    z-index: 10;
    display: none;
}

.noborder {
	border: 0;
}

.mapa {
	height: 800px;
	background: url('/img/mapa.png') no-repeat;
	background-size: cover;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	margin-top: -150px;
	
}

#map-canvas {
	height: 800px;
	width: 100%;
	position: absolute;
	left: 0;
    z-index: 1;
    margin-top: -150px;
}

.map-pointer {
    position: absolute;
    top: 40%;
    left: 75%;
    max-height: 80px;
}

/*/////////////////////////////////////*/
#page {
	width: 100%;
	min-height: 450px;
	Xpadding-top: 50px;
	margin-top: 100px;
/*	background-color: rgba(255,255,255,0.65);*/
}

.headline + #page {
	margin-top: 0;
}

@media (max-width: 767px) {
	#page {
		//margin-top: -10px;
	}
}

#page h2 {
	font-size: 180%;
	padding-bottom: 35px;
	margin-top: 50px;
	max-width: 850px;
	transition: 0.2s all;
	position: relative;
}
#page h3 {
	font-size: 135%;
	margin-top: 20px;
	padding-bottom: 22px;
	transition: 0.2s all;
}

@media (min-width: 1199px) {
	#page h2 {
		font-size: 250%;
	}
	#page h3 {
		font-size: 165%;
		transition: 0.2s all;
	}
}

#page ul {
	margin: 20px 0;
    padding-left: 1%;
	//padding-left: 26%;
    //padding-right: 13%;
    font-size: 90%;
    //text-align: left;
    list-style-position: inside;
}

@media (max-width: 767px) {
	#page ul {
    	padding-left: 1%;
	    font-size: 86%;
    	padding-right: 0;
	}
}

.layer {
	position: absolute;
	top: 0;
	width: 100%;
	Xbackground: url('/img/bglayer10.png') no-repeat 75% 70%;

}

.landing-page .layer {
	background-position: 10% 21%;
}

.contact .layer {
	background: none;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		transition: 0.3s all;
	}
}

a {
	color: black;
}

a:hover {
	color: black;
	text-decoration: underline;
}

small {
	font-size: 60%;
}

@media (max-width: 767px) {
	h1 {
    	font-size: 23px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
    	font-size: 18px;
	}
	h4 {
    	font-size: 15px;
	}
}

h2 .modal {
	font-size: 15px;
}

.notfound {
    padding-top: 50px;
    padding-bottom: 200px;
}

.faded {
	opacity: 0.55;
}

#header #logo {
	height: 56px;
	width: auto;
	margin: 22px 15px 15px 0;
   	transition: 0.25s all;
}

#header #logo-link {
	display: inline-block;
	position: relative;
}

@media (max-width: 767px) {
	#header #logo,
	#header.top #logo {
		height: 52px;
		padding: 10px 0;
		/*max-height: 56px; [#5258] */
		margin: 4px 0 2px 0;
    	transition: 0.25s all;
	}
}

/*
@media (min-width: 1199px) {
	#homelink {
		width: 240px;
	}
}
*/

.headline {
	width: 100%;
	height: /*65*/0px;
	display: table;
	Xpadding: 7px 17px;
	color: rgb(60,60,60);
    background-color: #d6d6d6;
	Xbackground-image:url('/img/glass.jpg');
	background-repeat: no-repeat; 
    background-position: center 35%;
	background-size: 100%; 
	Xtransition: 0.2s all;
	Xbackground-image: url('/img/indexheadline.jpg');
	Xbox-shadow: -3px -5px 25px #111;
	min-height: 310px;
    border-bottom: 2px solid #00619C;
}

.headline:not(.index) {
	height: 150px;
}

.headline h1 {
	font-size: 100%;
	color: white;
	text-transform: uppercase;
	transition: 0.2s all;
	margin-bottom: 5px;
   	font-family: 'Lato', sans-serif;
}

.headline .title {
	font-size: 25px;
	line-height: 1.55;
    transition: 0.2s all;
    Xtext-shadow: 1px 1px 7px #000;
    max-width: 1100px;
    padding: 0;
    Xfont-family: 'Lato', sans-serif;
   	Xtext-transform: uppercase;
}


#home-carousel .carousel-content {
	position: absolute;
    color: white;
    width: calc(100vw - 100px);
    max-width: 900px;
    z-index: 65500;
    padding: 100px;
    bottom: 50px;
    font-size: 23px;
    line-height: 1.55;
    margin: 50px;
}

#home-carousel + .headline-content .title,
#home-carousel .carousel-content {
	background: #00619C88;
    border-radius: 0;
    color: #fff;   
    padding: 25px 50px;
}

@media (max-width:767px) {
	#home-carousel .carousel-content {
	    font-size: 18px;
	    line-height: 1.3;
	    padding: 18px 30px 15px 30px;
	    margin: 20px 30px;
	    width: calc(100vw - 60px);
	}
}
@media (max-width:500px) {
	#home-carousel .carousel-content {
	    padding: 15px 30px 10px 20px;
	    margin: 20px 20px;
	    width: calc(100vw - 40px);
	}
}

#home-carousel .container {
	position: relative;
}

#home-carousel .container .carousel-indicators {
	left: 0;
    top: 630px;
    margin-left: 0;
    text-align: left;
}

#carousel-scroll-down {
	cursor: pointer;
    color: white;
    position: absolute;
    right: 10px;
    bottom: 97px;
    Xfloat: right;
    margin: -60px 50px 0 0;
    border: 6px solid white;
    border-radius: 40px;
    width: 291px;
    height: 80px;
    text-align: left;
    text-transform: uppercase;
    padding: 16px 3px 0px 26px;
    index: 10;
    font-size: 23px;
    font-weight: bold;
    opacity: 0;
    overflow: hidden;
    transform: scale(.5);
    transition: 0.5s all;
    animation-name: pulse;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
#carousel-scroll-down:hover {
	text-decoration: none;
}

#carousel-scroll-down.shown {
	opacity: 1;
	transform: scale(1.0);
    transition: 0.5s all;
}
#carousel-scroll-down .glyphicon {
    font-size: 35px;
    position: absolute;
    top: 18px;
    right: 13px;
}

@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    100% {
    	transform: scale(1.0);
    }
}

@media (max-width:767px) {
	#carousel-scroll-down {
		display: none!important;
	}
}

@media (min-width:768px) and (max-width:1265px) {
	#home-carousel .carousel-content {
		width: calc(100vw - 240px)
	}
}

@media (max-width:1599px) {
	#carousel-scroll-down .title {
		display: none;
	}
	#carousel-scroll-down {
    	width: 80px;
    }
    #carousel-scroll-down .glyphicon {
    	right: 17px;
    }
}


@media (max-width:767px) {
	.headline {
		min-height: 190px;
    	background-size: cover;
	}
	.headline .title {
		font-size: 17px;
	    padding: 54px 0 0 0;
	    margin-bottom: -65px;
	}
	.headline .title span {
		color: black!important;
	}
/*	
	.headline .title span {
    	text-shadow: 1px 1px 10px white;
	}
	.headline:before {
		content: " ";
	    display: block;
	    width: 100vw;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 187px;
	    background-image: linear-gradient(to bottom, #ffffff01, #ffffff01, #ffffffee);
	    pointer-events: none;
	}
*/
}

#home-carousel .carousel-content .btn-carousel {
    position: absolute;
    opacity: 0.7;
    margin-left: -25px;
 }

@media (max-width:767px) {
	#home-carousel .carousel-content .btn-carousel {
	    margin-left: -13px;
	    margin-top: -2px;
	}
}

@media (max-width:500px) {
	#home-carousel .carousel-content .btn-carousel {
    	margin-left: -6px;
    }
}


.headline .subtitle {
   	margin-top: 17px;
   	font-size: 95%;
}

/*@media (max-width: 991px) {
	.headline {
		font-size: 90%;
		transition: 0.2s all;
	}
}*/

@media (max-width: 767px) {
	.headline {
		font-size: 92%;
		transition: 0.2s all;
	}
}

.headline.kontakt {
	background-image: url('/img/kontaktheadline.jpg');
}	

.headline-content {
	display: table-cell;
    vertical-align: middle;
}

/*USER PROFILE*/

.media-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.progress-bar-black {
	background: #555;
}

.pagination > li > span:hover {
	background: transparent;
	cursor: not-allowed;
}

.table td {
	background-color: rgba(255,255,255,0.7);
}


.contact-logo {
	max-height: 56px;
	margin: 30px 0; 
}

.contact-home .title {
    font-size: 235%;
    text-transform: uppercase;	
    line-height: 1.25;
    margin: 1px 0 9px 0;
}

.contact-home .hdivider {
	margin: 20px 0;
	display: block;
	width: 100px;
}

.contact-home table.noborder td {
	padding-right: 13px;
}

.contact-home .subtitle {
	text-transform: uppercase;	
	color: #555;
	font-size: 95%;
	padding-left: 1px;
}

.contact-box {
	border: 2px solid #00619C;
	border-radius: 10px;
    padding: 20px 20px 0px 30px;
    margin-top: 35px;
}

@media (min-width: 768px) {
	.contact-box {
	    margin: 30px 0 0 -17px;
	}
}

.contact-box input, .contact-box textarea {
	border-bottom: 1px solid #aaa;
    background: transparent;
    margin: 13px -8px 8px -8px;
    padding: 7px 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-box input:focus, .contact-box textarea:focus {
    //border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-box input {
	height: 38px;
}

.contact-box button[type=submit] {
	Xmargin-bottom: -12px;
}

.contact-box button[type=submit]:hover {
	Xmargin-bottom: -9px;	
}

textarea[textautoresize] {
	transition: 0.2s height;
}

.made_by a:hover {
	text-decoration: underline;
	color: #000;
}

.stripe {
	background: rgba(255, 255, 255, 0.75);
	background-image: url('/img/bg-image.webp');
	background-repeat: no-repeat;
	background-size: cover;
	
}

.stripe.white {
	background-color: #fff;
	background-image: none;
}

.stripe .buttons .btn {
	min-width: 160px;
}

.iso {
	padding-top: 20px;
	text-align: center
}

.partners .partner {
	height: 125px;
	display: table;
	margin: 0 auto;
}


.partners .partner a {
    width: 100%;
    display:table-cell;
    vertical-align: middle;
}

.partners .partner img {
	max-height: 79px;
	padding: 5px 20px;
	XXopacity: 0.75;
	line-height: 115px;
	text-align: center;
	transition: 0.3s all;
	border-radius: 0;
	transform: scale(1); 
	XX-webkit-filter: grayscale(70%);
	XX-moz-filter: grayscale(70%);
	XXfilter: grayscale(70%);
}

.partners .partner img:hover {
	XXopacity: 1;
	XX-webkit-filter: none;
	XX-moz-filter: none;
	XXfilter: none;
	transform: scale(1.1);
	transition: 0.3s all;
}

.posts .post {
	background: rgba(255,255,255,0.5);
	margin-bottom: 30px;
	overflow: hidden;
	min-height: 320px;
    box-shadow: 0 0 8px #ccc;
    transform: scale(1);
	transition: 0.3s all;
	cursor: pointer;
	padding-bottom: 15px;
}

@media(max-width: 767px) {
	.posts .post {
		min-height: 260px;
		transition: 0.3s all;
	}
}



.posts .post:hover {
    box-shadow: 0 0 20px #ccc;
    transform: scale(1.01);
	transition: 0.3s all;
}

.open-usecase-popup img {
    transition: 0.3s all;
}

.open-usecase-popup img:hover {
    transform: scale(1.01);
}

.post .image {
	height: 220px;
	background-image:url('/img/glass.jpg');
	background-position: center center;
	background-size: cover;
}

.post .image a.btn {
	margin-left: 15px;
	margin-top: 15px;
	opacity: 0.7;
}

.post .post-title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	height: 70px;
	overflow: hidden;
}

.post .post-desc {
	padding: 10px 15px 0 15px;
	font-size: 90%;
    height: 85px;
	overflow: hidden;
	transition: 0.3s all;
}

@media(max-width: 767px) {
	.post .post-desc {
		min-height: 70px;
		transition: 0.3s all;
	}
}

.post-img-box {
	height: 400px;
	background-size: cover; 
	background-position: center center;	
}

.post .btn-lg {
	margin: 10px 16px;
    min-width: 175px;
}

/* languages */

.languages {
    position: absolute;
    top: 128px;
    right: 67px;
    transition: 0.25s all;
    width: 43px;
}

.languages a {
	opacity: 0.65;
	margin: 0 5px;
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
}

.languages a:hover,
.languages a.active {
	opacity: 1;
}

.languages a.active {
	-webkit-filter: grayscale(20%);
	-moz-filter: grayscale(20%);
	filter: grayscale(20%);
}

.language-box {
	position: absolute;
    top: 55px;
    left: 105px;
}

.language-box ul {
	margin: 0;	
}

.language-box .subnav li a {
    text-transform: uppercase; 
}

.language-box.navbar > ul > li {
    border: 2px solid #eee;
    padding: 2px 6px;
}

.language-box.navbar > ul > li:hover {
    border-color: rgba(255,255,255,0.01);    
}

.language-box.navbar > ul > li:after {
	display: none;
}

@media(max-width: 767px) {
	#footer .languages {
		position: absolute;
		top: 78px;
	    transition: 0.25s all;
	}
	.language-box {
		display: none;
	}
}

.tab-content {
	min-height: 330px;
}

/* upload */

.upload-tabs {
	margin-top: 10px;
}

.upload-tabs .tab-content {
	border-color: rgba(0,0,0,0.25);
}

.box .nav .upload-tabs .nav * {
	font-size: 14px;
}

/*.image img { 
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	filter: grayscale(60%);
	transition: 0.3s all;
}

.image img:hover { 
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	transition: 0.3s all;
}
*/

/* modal */
.modal {
	margin: 0;
	background: rgba(0, 0, 0, 0.15);
}

.modal-header {
	border: 0;
	padding-top: 11px;
}

.modal-body {
	padding-top: 0px;
	padding-bottom: 22px;
}

.upload-tabs form[action="/file-upload"] button[type="submit"] {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}

.upload-tabs form[action="/file-upload"] .btn-alert {
	padding-top: 7px;
	font-size: 14px;
	color: red;
}

#gallery {
	padding: 25px 0;	
}

#gallery .image {
	position: relative;
}

#gallery .image-options {
	position: absolute;
	top: 5px;
	left: 30px;
	opacity: 0;
	transition: 0.3s all;
}

#gallery .gallery-item:hover .image-options {
	opacity: 1;
	transition: 0.3s all;
}

#gallery .image-options a.btn {
	opacity: 0.8;
	transition: 0.25s all;
}

#gallery .image-options a.btn:hover {
	opacity: 1;
	transition: 0.25s all;
}

#gallery .image .date-added {
    position: absolute;
    top: 5px;
    right: 50px;
    padding: 3px 3px 4px 4px;
}


#gallery h2 {
	font-size: 20px;	
}
#gallery h3 {
	margin-top: 0;
	font-size: 17px;	
}

.gallery-subtitle {
	padding: 15px;
	font-size: 150%;
	font-weight: bold;
	clear: both;
}

.user .gallery-subtitle {
	padding: 0px 15px;
	clear: none;
	position: relative;
    //top: -23px;
    //left: 15px;
   	font-size: 110%;
    display: block;
    height: 250px;
    /* overflow: hidden; */
    margin-bottom: 15px;
}
.user .gallery-subtitle > div {
	height: 100%;
    background: rgba(70,70,70,0.1);
}

.gallery-item {
	margin-bottom: 15px;
}

.ui-sortable .gallery-item img {
	cursor: move !important;
}

.sortable-gallery-item-placeholder {
	height: 240px;
	border: 3px dashed gray;
	content: "presunúť";
	text-align: center;
	padding: 20px;
	color: gray;
	font-weight: bold;
	margin-bottom: 25px;
//	width: 100%!important;
//	min-width: 100%!important;
}

.sortable-gallery-item-placeholder.project-placeholder {
	height: 265px;
}

.partners-gallery .sortable-gallery-item-placeholder {
	height: 115px;
}

@media (max-width: 1199px) {
	.sortable-gallery-item-placeholder {
		height: 200px;
	}
}
@media (max-width: 992px) {
	.sortable-gallery-item-placeholder {
		height: 235px;
	}
}
@media (max-width: 767px) {
	.sortable-gallery-item-placeholder {
		height: 190px;
	}
}
@media (max-width: 570px) {
	.sortable-gallery-item-placeholder {
		height: 145px;
	}
}
@media (max-width: 400px) {
	.sortable-gallery-item-placeholder {
		height: 115px;
	}
}


.highlight-first > div.ui-sortable-handle:first-child,
.highlight-first > div.ui-sortable-handle:first-child:before,
.highlight-first > div.ui-sortable-handle:first-child:after {
	background: rgba(255, 218, 56, 0.35);
}

.highlight-first > div.ui-sortable-handle:first-child:before,
.highlight-first > div.ui-sortable-handle:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	margin-left: -15px;
}

.highlight-first > div.ui-sortable-handle:first-child:before {
	top: -12px;
	height: 12px;
}

.highlight-first > div.ui-sortable-handle:first-child:after {
	bottom: -7px;
	height: 7px;
}

.table {
	font-size: 91%;
}

.showMoreGalleries {
	margin: 20px auto;
	display: block;
	border: 1px solid #333;
	text-transform: uppercase;
	padding: 10px 20px;
	width: 300px;
	text-align: center;
	cursor: pointer;
}

@media (max-width:767px) {
	.showMoreGalleries {
		width: 100%;
	}
}

.gallery-preview {
	min-height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	margin: 15px 0;
}

.gallery-preview-item {
//	padding-top: 15px;
	padding-bottom: 15px;
}

.gallery-add {
	//border: 1px solid #555;
	background-size: 85px;
	background-position: 22px 26px;
}

.in_progress {
	position: absolute;
	top: 15px;
	right: -18px;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-image: url('/img/in-progress-ribbon.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 165px;
	width: 165px;
    height: 40px;
    padding: 2px 0 0 2px;
    Xtext-shadow: 0.2px 0.45px 1px #333;
    font-size: 94%;
}


.gallery-preview h3,
.gallery-preview .detail-btn,
.gallery-preview .hdivider,
.gallery-preview .shadow,
.gallery-preview .category-title {
	position: absolute;
	text-transform: uppercase;
	left: 30px;
}

#page .gallery-preview h3 a:not(.btn) {
	color: white;
	padding: 122px 33px 90px 30px;
    width: 100%;
    display: inline-block;	
}

#page .gallery-preview h3 {
	bottom: 0px;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 141%;
}

#page .gallery-preview .btn {
    z-index: 99;
    position: absolute;
    top: 45px;
    left: 30px;
}

#page .gallery-preview .category-title {
    top: 23px;
    width: 80%;
    margin: 0;
    text-align: left;
    font-size: 60%;
    color: silver;
    opacity: 0.7;
}

.gallery-preview .hdivider {
	border-color: #ffde00;
    //width: 35px;
    margin: 0;
	bottom: 60px;
}

.gallery-preview .shadow {
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.001;
	background: rgba(0,0,0,0.65);
	transition: 0.4s all;
}

.gallery-preview.gallery-add .shadow {
	opacity: 0.58;
}

.gallery-preview:hover .shadow {
	opacity: 1;
	transition: 0.4s all;
}

@media (max-width: 767px) {
	.gallery-preview .shadow {
		opacity: 1;
		background: rgba(0,0,0,0.3);
		text-shadow: 0 0 6px black;
		transition: 0.33s all;
	}
}

.gallery-preview .detail-btn {
	bottom: 20px;
	left: 30px;
	font-size: 110%;
	color: white;
}

#page .gallery-preview a:hover {
	text-decoration: none;
}


.gallery-item .image {
	height: 250px;
}

.gallery-item .image img {
	max-height: 240px;
	margin: 0 auto;
}

.partners-gallery .gallery-item .image > a {
//    display: inline-flex;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.partners-gallery .gallery-item .image img {
	max-height: 115px;
}

@media(max-width: 1199px) {
	.gallery-item .image {
		height: 210px;
	}
	.gallery-item .image img {
		max-height: 210px;
	}
}
@media(max-width: 992px) {
	.gallery-item {
		margin-bottom: 25px;
	}
	.gallery-item .image {
		height: 235px;
	}
	.gallery-item .image img {
		max-height: 230px;
	}
}
@media(max-width: 767px) {
	.gallery-item {
		margin-bottom: 20px;
	}
	.gallery-item .image {
		height: 195px;
	}
	.gallery-item .image img {
		max-height: 180px;
	}
}
@media(max-width: 570px) {
	.gallery-item .image {
		height: 150px;
	}
	.gallery-item .image img {
		max-height: 135px;
	}
}

@media(max-width: 400px) {
	.gallery-item {
		margin-bottom: 15px;
	}
	.gallery-item .image {
		height: 125px;
	}
	.gallery-item .image img {
		max-height: 120px;
	}
}

*[data-edit-template] {
	position: absolute;
	margin-top: -6px;
	margin-left: -2px;
	opacity: 0.85;
	z-index: 99999;
}

a[name] {
    margin-top: -150px;
    margin-bottom: 150px;
    display: block;
}

@media (max-width: 767px) {
	a[name] {
	    margin-top: -240px;
    	margin-bottom: 240px;
	}
}

a[name^="job"] {
    margin-top: -190px;
    display: block;
    margin-bottom: 190px;
}

.form-group {
    margin-bottom: 9px;
}

.form-horizontal .control-label {
	color: #777;
	text-align: left;
}

#accept_top {
    position: absolute;
    margin: 2px 0 0;
}

label[for] {
	cursor: pointer;
}

label[for="accept_top"] {
	margin-left: 26px;	
}

.application-form {
	line-height: 1.5;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 6px;
		font-size: 75%;
		font-weight: bold;
	}
	.form-horizontal label {
		font-weight: normal;
		font-size: 75%;
	}
}

.form-control {
	border: 0;
	Xborder-radius: 0;
	background: #eee;
}

.form-horizontal label {
	color: #777;
}


/* not found */
.not-found {
	margin-top: 50px;
	margin-bottom: 80px;
}


.pswp__bg {
	background: rgba(255, 255, 255, 0.9);
}

.pswp__img {
	border: 4px solid #ffde00;
	margin: 1px;
}	

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption,
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background-color: rgba(0, 0, 0, 0.5);
}	

/* DEBUG */
.debug-button, .debug-window {
    z-index: 999999;
}

.debug-button {
    right: 45px !important;
    bottom: 3px !important;
    border-radius: 4px;
}

button[type=submit]:disabled {
	cursor: not-allowed;
	opacity: 0.8;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.js .inputfile {
    width: 80px;
    height: 35px;
    opacity: 0.001;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 7px 14px 8px 14px;
    float: left;
    margin-right: 14px;
    margin-bottom: 7px;
    color: rgb(103,103,103);
    //background-color: #fff;
    border: 1px solid rgb(103,103,103);
}

.inputfile + label + .choosenFileIndicator {
	float: left;
	margin-top: 2px;
    padding: 6px 4px 5px 35px;
    background: url('/img/choosenFileIndicator.png') no-repeat top left -3px;
    background-size: 30px;
    visibility: hidden;
    font-size: 77%;
    color: rgb(185,203,152);
    
}
.inputfile + label + .choosenFileIndicator::after {
	content: ' ';
	clear: both;
	display: block;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* LOGIN */
.login {
    width: 300px; 
    margin: 100px auto 170px auto;
    min-height: calc(100vh - 429px);
}

.container.not-found {
    min-height: calc(100vh - 369px);	
}

.login h2 {
    text-align: center;
}

.form-signin {
	width: 260px;
	display: block;
    margin: 10px auto;
    font-size: 16px;
}

.form-signin .logo {
	padding: 20px 50px;
	max-width: 100%;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}


.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin input[name="login"],
.form-signin input[name="username"],
.form-signin input[name="pma_username"],
.form-signin input[name="_user"],
.form-signin input[name="login_username"],
.form-signin input[name="auth[username]"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* FOOTER */
#footer {
    color: #e8e8e8;
    padding: 35px 0 19px 0;
    background: #00619C;
    font-size: 13px;
	box-shadow: 0 0 20px -2px rgba(20, 20, 20, 0.25);
}

#footer {
	color: #e8e8e8;
}

@media (max-width: 767px) {
	#footer {
		margin: 0;
	}
}

#footer .footer-title {
	//font-weight: bold;
	color: rgb(207,207,207);
}

#footer hr {
	width: 40px;
	text-align: left;
	margin: 10px auto 15px 0;
	border-top: 1px solid rgb(207,207,207);
}

#footer a:not(.btn) {
	color: #ffffff;
}

#footer a:not(.btn):hover {
	color: rgb(150,150,150);
	text-decoration: underline;
}

#footer .footer-menu a {
	display: block;
}

#footer .tail {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
}

#footer .tail {
	color: #e8e8e8;
}

#footer .tail a,
#footer .tail a:hover {
	color: #ffffff;
}

#footer .tail a.right {
	padding-left: 20px;
}

#footer img[src="/img/chipsju.png"] {
	height: 46px;
	display: block;
}

#footer img[src="/img/cofoundedeu.png"] {
	height: 40px;
	display: block;
}

.ta-upper {
	text-transform: uppercase;
}

.row_hidden_placeholder {
    display: none;
}

.moving-element {
	transition: 0.2s all;
	display: inline-block;
	padding: 0;
	margin: 0;
	opacity: 0.9;
	z-index: -5;
}

#logged-user .logo {
	max-height: 60px;
	padding: 0;
	padding-left: 1px;
	margin: 0;
}

#logged-user-title {
	font-size: 36px;
	margin-top: 50px;
}

#actiontext {
	min-height: 100px;
	font-size: 46px;
	font-weight: bold;
	color: #ee0000;
	padding: 5px;
}


.input-group-btn > a.resetDateTimePickerValue {
	cXolor: #999;
	opacity: 0.6;
}
.input-group-btn > a.resetDateTimePickerValue:hover {
	cXolor: black;
	opacity: 1;
}

.input-group.time > .input-group-addon + input + .input-group-btn > a.resetDateTimePickerValue,
.input-group.time > .input-group-addon + input + div + .input-group-btn > a.resetDateTimePickerValue {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	padding: 6px 7px;
}

.input-group.time > .input-group-addon + input + .input-group-btn + .input-group-addon,
.input-group.time > .input-group-addon + input + div + .input-group-btn + .input-group-addon {
	border: 0;
	background: transparent;
}

.input-group.time > .input-group-addon + input + .input-group-btn + .input-group-addon + .input-group-addon,
.input-group.time > .input-group-addon + input + div + .input-group-btn + .input-group-addon + .input-group-addon {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:0
}

.nav > li > a[href="#delete-category-modal"] {
	display: none;
}

.nav > li:hover > a[href="#delete-category-modal"] {
	display: block;
	position: absolute;
    margin-top: -34px;
    padding: 5px 8px;
    opacity: 0.8;
    right: 10px;
}

.btn-lg {
	position: relative; 
	padding: 12px 25px 13px 25px;
    font-size: 19px;
    line-height: 1.3333333;
    border-width: 3px;
    transition: 0.22s all;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #00619C!important;
    background: #fff!important;
    border: 3px solid #00619C!important;
}

.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus,
.btn-lg.active,
.btn-lg.focus {
	padding-left: 30px;
	padding-right: 30px;
    border-color: #00619C!important;
    transition: 0.22s all;
    background-color: #00619C!important;
    color: white!important;
}

.btn-green {
    border-color: #3e8d36;
    color: #fff;
    background: #3e8d36;
}

.btn-green:hover,
.btn-green:active, 
.btn-green:focus {
    color: #fff;
    background: #2a5f24;
}

.btn {
	border-radius: 0;
}


.btn-group .btn {
	margin-right: 0;
}
.btn-group .btn + .btn {
	border-left: 0;
}

@media(max-width:767px) {
	.btn-lg,
	.stripe .buttons .btn-lg {
		min-width: 240px;
	}
}

.hvr-sweep-to-right {
	transition: 0.2s all!important;
}
.hvr-sweep-to-right:before {
	background: #00619C !important;
	transition-duration: 0.2s !important;
}

.btn-group>.btn-lg {
	border-left-width: 0;
}

.btn-group>.btn-lg:first-child {
	border-left-width: 4px;
}

.posts-filter .nav > li > a {
	padding: 6px 11px 7px 14px;
}

.posts-filter .nav > li.active > a {
    background-color: #aaa;
}

.post a {
	margin-left: 15px;
	margin-top: 12px;
}

.tab-content>.tab-pane {
    padding: 19px 20px;
    //box-shadow: 0 0 5px #ccc;
    overflow: hidden;
    border-radius: 30px;
    font-size: 85%;
    border: 3px solid #00619C;
}

.tab-content>.tab-pane > div[class^=t] > p img:only-child {
    max-width: 107%;
    height: auto;
    margin-top: -5px;
    margin-left: -15px;
   	transition: 0.3s all;
}

@media(min-width: 1300px) {
	.tab-content>.tab-pane {
    	margin-right: -80px;
    	Xmargin-top: -20px;
    	margin-top: 20px;
    	transition: 0.3s all;
    }
}
@media(min-width: 1500px) {
	.tab-content>.tab-pane {
    	margin-right: -110px;
    	Xmargin-top: -40px;
    	transition: 0.3s all;
    }
}
@media(min-width: 1700px) {
	.tab-content>.tab-pane {
    	margin-right: -140px;
    	Xmargin-top: -70px;
    	transition: 0.3s all;
    }
}

.post-title-box {
	position: relative;
	padding-bottom: 10px;
	min-height: 190px;
	background-position: center center;
	background-size: cover;
	background-image: url('/img/glass.jpg');
}

@media(max-width: 767px) {
	.post-title-box {
		min-height: 140px;
	}
}

.post-title-box > .btn {
	margin-top: 15px;
}

.wp-title-box {
	position: relative;
	padding-bottom: 10px;
	min-height: 180px;
}

.post-title {
	font-size: 125%;
}

.wp-title small,
.post-title-box small {
	display: block;
	font-weight: bold;
}

.wp-image {
    height: 290px;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
    margin-bottom: 9px;
}

@media (max-width:767px) {
	.wp-image {
    	height: 160px;
	}
}

.nav > li > a {
	padding: 7px 13px 8px 14px;
}
@media (min-width:768px) {
	.nav > li > a {
		padding: 15px 21px;
		margin-top: 24px;
	}
}

.nav-pills>li>a {
	font-size: 125%;
	padding: 7px 14px;
	margin-right: 3px;
	text-transform: uppercase;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00619C;
}

.close-partner-popup,
.close-usecase-popup {
	float: right;
	color: #999;
	font-size: 200%;
	padding: 20px; 
	position: relative;
	z-index: 99999;
}

.close-usecase-popup {
	z-index: 999;
	position: fixed;
	right: 20px;
}

@media (min-width: 992px) {
	.close-usecase-popup {
		right: calc(20% + 20px);
	}
}

.partner-popup,
.usecase-popup {
	position: fixed;
	background: rgba(255,255,255,0.97);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
	overflow: auto;
	font-size: 15px;
}	

.partner-popup .partner-logo img {
	max-width: 300px;
	max-height: 100px;
	border-radius: 0;
	display: inline-block;
}
.partner-popup .partner-logo img + img {
	margin-left: 25px;
}

.partner-popup .row > div:first-child,
.usecase-popup .row > div:first-child {
	min-height: 230px;
}

.partner-map {
	margin-top: 15px;
}

.btn-expand {
  position: relative;
  margin: auto;
  padding: 18px 30px 17px 30px;
  font-size: 19px;
  transition: all 0.2s ease;
}
.btn-expand:hover {
  color: #fff;
}
.btn-expand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  border: 5px solid #00619C;
  width: 63px;
  height: 63px;
  z-index: -1;
  transition: all 0.25s ease;
}
.btn-expand:hover:before {
  width: 100%;
  background: #00619C;
}
.btn-expand:active {
  transform: scale(0.96);
}

.xlg-bigger {
	max-width: 100%;
	trainsition: 0.3s all;
}

@media (min-width:1400px) {
	.xlg-bigger {
		max-width: 120%;
		trainsition: 0.3s all;
	}
}

@media (min-width:1800px) {
	.xlg-bigger {
		max-width: 145%;
		trainsition: 0.3s all;
	}
}


#home-carousel {
	height: 720px;
    overflow: hidden;
    width: 100vw;
    margin-bottom: -26px;
}

#home-carousel .carousel-indicators li {
	background-color: #00619C;
}

#home-carousel .item {
    background-position: center;
    background-size: cover;
    Xheight: 720px;
    height: 694px;
    width: 100%;
}

.owner-carousel-items {
	margin: 30px 15px;
}

.owner-carousel-items .image-options {
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
}

.owner-carousel-items .gallery-item .image img {
	border-radius: 0;
	height: auto;
	opacity: 0;
}

.owner-carousel-items .gallery-item .image {
	height: calc((100vw - (6 * 30px)) / 6 * (9 / 16));	/* for 6 items in row */
	background-size: cover;
}

@media (max-width:1199px) {
	.owner-carousel-items .gallery-item .image {
		height: calc((100vw - (6 * 30px)) / 2 * (9 / 16));
	}
}

@media (max-width:767px) {
	.owner-carousel-items .gallery-item .image {
		height: calc((100vw - 30px) * (9 / 21));
	}
}

.homepage-carousel-items {
	padding-top: 15px;
}

@media (min-width:1200px) {
	.homepage-carousel-items {
		padding-top: 30px;
	}
}

.headline-content {
    position: absolute;
    bottom: 80px;
    width: 100vw;
}

.index .headline-content {
	padding: 0 50px;
}

#home-carousel .carousel-indicators li {
	background: transparent;
	border: none;
	padding: 10px 0px;
	margin: 2px;
	width: fit-content;
}

#home-carousel .carousel-indicators li .inside {
	Xborder: 1px solid #00619C;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.3);
	opacity: 0.75;
}

#home-carousel .carousel-indicators li:hover .inside {
	opacity: 1;
}

#home-carousel .carousel-indicators li.active  .inside {
	background-color: #00619C;
	opacity: 1;
}

#home-carousel .carousel-control {
	color: white;
	/*z-index: 999;*/
	background: none;
	width: 100px;
	font-size: 40px;
}

@media (max-width:767px) {
	#home-carousel .carousel-control {
		font-size: 30px;
	}
}	

.file-form-centered {
	text-align: center;
}

.file-form-centered input[type="file"] {
	max-width: 250px;
	margin: 0 auto;
}

#home-carousel .carousel-bg-top,
#home-carousel .carousel-bg-bottom {
	width: 100vw;
	position: absolute;
	left: 0;
}

#home-carousel .carousel-bg-top {
	top: 0;
	height: 250px;
	background-image: linear-gradient(to bottom, #ffffff88, #ffffff01);
}

#home-carousel .carousel-bg-bottom {
	bottom: 0;
	height: 70vh;
	min-height: 300px;
	background-image: linear-gradient(to top, #ffffffee, #ffffffee, #ffffff01);
}

#home-carousel .bottom-controls {
    position: absolute;
    top: 50%;
    height: 92px;
    width: 100%;
}
@media (max-width:767px) {
	#home-carousel .bottom-controls {
		top: calc(50% - 50px);
	}
}	


@media (max-width:767px) {
	#home-carousel .carousel-bg-bottom {
		height: 300px;
	}
	#home-carousel .carousel-control {
	    padding-top: 42px;
	    width: 55px;
	}
}

/* enforce responsive iframes + images in editable elements */
.editable-box iframe,
.editable-box img {
	max-width: 100%!important;
	height: auto!important;
}

.editable-box iframe {
	min-height: 315px;
}

/* shadows in header */
#header:before {
	content: " ";
	display: block;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
	background-image: linear-gradient(to bottom, #ffffffee, #ffffff01);
	pointer-events: none;
}

@media (max-width: 991px) {
	#header:before {
		background-image: none;
	}
}

XXXXX.headline:before {
	content: " ";
	display: block;
	width: 100vw;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 280px;
	background-image: linear-gradient(to top, #ffffff88, #ffffffbb, #ffffff01);
}

.headline .title {
	XXtext-shadow: 0 0 40px rgb(255 255 255);
}

.headline-content .edit-template {
	margin-bottom: -75px;
}


@media (max-width:767px) {
	.headline-content .edit-template {
		position: absolute!important;
	    width: 100vw;
	    top: 0;
	    left: 0;
	    padding: 10px;
	    background: white;
	    border-bottom: 2px solid black;
	    box-shadow: 0 25px 25px #00000088;
	    z-index: 100;
	}
}

.preload {
    position: absolute;
    opacity: 0.6;
    width: 3px;
    height: 3px;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

@media (max-width:767px) {
	.stripe.stakeholders table {
		width: 95%!important;
	}
	.stripe.stakeholders table img {
		height: auto!important;
    	width: 32vw!important;
    	max-width: 32vw!important;
	}
	.stripe.stakeholders table img.vertical,
	.stripe.stakeholders table img[data-filename="tubitak.jpg"] {
		height: 12vw!important;
    	width: auto!important;
	}
}


#cookie-notice {
  z-index: 999999;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 10px);
  margin-bottom: -500px;
  background: #f4f4f4;
  border: 3px solid #00619C;
  border-radius: 11px;
  color: #00619c;
  font-weight: bold;
  padding: 20px 8px;
  transition: 0.35s all;
}
#cookie-notice a {
  margin: 3px;
  width: 90px;
}
#cookie-notice.open {
  margin-bottom: 0;
  transition: 0.35s all;
}

#cookie-notice .cookie-text {
	line-height: 130%;
	text-align: left;
}
#cookie-notice .cookie-buttons {
	padding-top: 5px;
}

@media (max-width:1199px) {
	#cookie-notice .cookie-buttons {
		padding-top: 13px;
	}
}

#cookie-notice .small-note {
	font-weight: normal;
	font-size: 90%;
}

#cookie-modal .checkbox-col {
	text-align: right;
	padding-top: 3px;
}

#notification {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: rgba(26, 124, 26, 0.9);
	color: white;
	z-index: 99999999;
	cursor: pointer;
	padding: 5px;
	height: 82px;
	display: table;
}

#notification.notification-warning {
	//background: rgba(245, 96, 96, 0.9);
	background: rgba(236, 140, 50, 0.9);
}

#notification > span.centered {
	display: table-cell;
	vertical-align: middle;
}
#notification:focus {
	outline: none;
}

.logo-text {
	padding: 0 15px;
	display: flex;
	align-items: center;
  	justify-content: center;
  	height: 96px;
}

#cookie-bullet {
    cursor: pointer;
    color: #00619C;
    position: fixed;
    left: 50px;
    bottom: 50px;
    margin: -60px 50px 0 0;
    border-radius: 50%;
    border: 2px solid #00619C;
    background: #719BBA;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 2px 0px 0px 0px;
    z-index: 10;
    display: block;
    font-size: 22px;
}

.specs .big {
	font-size: 250%;
	vertical-align: middle;
	width: 100px;
    display: inline-block;
    Xtext-align: center;
}


.index-challenges span.html-template:nth-of-type(odd) img {
	margin-right: 20px;
}

.index-challenges span.html-template:nth-of-type(even) img {
	margin-left: 20px;
}


@media (max-width: 991px) {
	.index-challenges img {
		width: 130px !important;
		height: auto !important;
	}

}

.index-challenges-stripe {
	background-image: url('/img/icon.png');
    background-position: bottom -50px right -150px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.usecase-popup {
	 	left: 20%;
 		top: 20%;
	 	width: 60%;
 		height: 75%;
	}
		
    #page .usecase-popup .container {
        padding: 100px;
        font-size: 140%;
        max-width: 100%;
    }
}
 
@media (min-width: 1200px) {
	#page .consortium .partners .blue-categories {
		padding-left: 115px;
	}
	
    #page .posts-list .blue-categories {
        padding-left: 200px;
    }
    
    #page .deliverables .blue-categories,
    #page .publications .blue-categories {
        padding-left: 300px;
    }
}

.linkedin-icon,
.youtube-icon {
	position: absolute;
    top: 30px;
    right: -28px;
    background: #00619C;
    color: #fff;
    padding: 5px 0;
    line-height: 1;
    font-size: 30px;
    width: 42px;
    display: inline-block;
    text-align: center;
    z-index: 99999999;
}

.linkedin-icon:hover i,
.linkedin-icon:focus i,
.youtube-icon:hover i,
.youtube-icon:focus i {
	color: #fff!important;
}

.youtube-icon {
    right: -75px;

}

@media (max-width: 1199px) {
	.linkedin-icon,
	.youtube-icon {
		left: 350px;
    	right: auto;
    	top: 37px;
	    font-size: 26px;
	    width: 36px;
	}

	.youtube-icon {
		left: 395px;
    	right: auto;

	}
}

@media (max-width: 767px) {
	.linkedin-icon,
	.youtube-icon {
		left: 190px;
		right: auto;
		top: 21px;
		padding: 2px 0;
	    font-size: 16px;
	    width: 21px;
	}

	.youtube-icon {
		left: 215px;
    	right: auto;

	}
}

.sectiont {
    width: 700%;
    height: 100px;
    margin-left: -300%;
    background: #f5f5f5;
    position: absolute;
    top: -30px;
    transform: rotate(-0.5deg);
}

.objectives-container {
	position: relative;	
}


.stripe.white .sectiont {
	transform: rotate(0.5deg);
	background: #fff;
}

.html-template img {
	max-width: 100%!important;
	height: auto;
}

#subscribe-box {
	position: fixed;
	top: 200px;
	right: -60px;
	width: 50px; 
	cursor: pointer;
	z-index: 991;
	text-decoration: none;
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.35s all;
}

#subscribe-box.loaded {
	right: 0;
}

#subscribe-box:hover {
	width: 55px;
}

#subscribe-box .box-top {
	width: 100%;
	height: 60px;
	padding-top: 12px; 
	text-align: left;
	padding-left: 11px;
	background: #FFF;
	color: #00619C;
	font-size: 23px;
	border: 3px solid #00619C;
}

#subscribe-box .box-content {
    background-color: #00619C;
    color: white;
    width: 100%;
    padding: 25px 10px 20px 10px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: -1px;
}

#subscribe h2 {
	margin-top: 0;
}


.opaque {
	opacity: 0.5;
}

.note-editor .dropdown-menu>li>a {
	color: #000 !important;
}


.homepage-carousel-items .gallery-item:first-child [data-action="upMedia"],
.homepage-carousel-items .gallery-item:last-child [data-action="downMedia"] {
	display: none !important;
}


.contact-form {
	max-width: 90%;
	margin: -50px auto 0 auto;
	padding: 50px;
	position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 22px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 10px 22px 0px rgb(0 0 0 / 11%);
}

@media (max-width: 991.99px) {
	.contact-map img {
	    width: 80%;
	    margin: 0 20px -20px auto;
	    position: relative;
	    display: block;
	}
}

@media (min-width: 992px) {
	.contact-form {
		max-width: 90%;
		margin: -50px auto 0 auto;
	}	
	.contact-map img {
		position: absolute;
		min-width: 650px;
		margin-top: -130px;
	}

	.contact-form {
	    max-width: 1000px;
	}

}


.index-vision-wrapper {
	width: 100%;
	height: 100%;
	background: #fff;
}
