/* Basic Definitions */

body {
	font-family: 'Nunito Sans', sans-serif;
	min-width: 320px;
	overflow-x: hidden;
	color: #1b191a;
}

a {
	cursor: pointer;
}

.ym-col1 { float: left; width: 165px; } /* sidebar */
.ym-col3 { margin: 0 0 0 165px; } /* content */

.inner-wrap.ym-column {
  display: block;
  overflow: hidden;
  padding-left: 17%;
  width: auto;
}

.inner-wrap.ym-column .ym-col1 {
  position: relative;
  float: left;
  width: 100%;
}

.inner-wrap.ym-column .ym-col3 {
  position: relative;
  float: left;
  width: 17%;
  margin: 0 0 0 -17%;
}

p {
	letter-spacing: 2px;
	line-height: 25px;
}

p.lead {
	font-size: 2.1875em;
	line-height: 50px;
}

.date {
	font-size: 0.6855em;
	letter-spacing: normal;
}

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

.highlight {
	background: #00E980;
	color: #fff;
}

.white {
	background: #fff;
}

.grey {
	background: #ededed;
}

.fixed {
	position: fixed;
}

/* TYPO3 */

div.csc-textpic-left .csc-textpic-imagewrap {
	float: none;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans', sans-serif;
}

h1 {
	font-size: 4.5em;
	text-transform: uppercase;
	padding-bottom: 17px;
	background: url(../Images/h1-bg.jpg) no-repeat bottom left;
}
h1 + h2 { font-size: 100%; margin-bottom: 25px; }
h2 {
	font-size: 2.1875em;
	letter-spacing: 3px;
}

h3 {
	font-size: 1.5625em;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h1 + .date {
	margin-top: -23px;
}

/* Links */

a:link,
a:visited {
	color: #00e980;
	font-size: 1.125em;
}

a:hover,
a:active,
li.active a {
	color: #000000;
}

#main a:link,
#main a:visited {
	letter-spacing: 1px;
}

/* Helping Classes */

.ym-gbox-left {
	padding: 0px 15px 0px 0px;
}

.align-right {text-align: right}
.align-left {text-align: left}
.hide {display: none}
.upper {text-transform: uppercase}

.visible-phone {display: none}
.margin-b {margin-bottom:20px;}
.padding-b {padding-bottom:20px;}

.menu-toggle {
	color: #000;
	cursor: pointer;
	display: none;
	font-size: 2.375em;
	position: fixed;
	left: 7px;
	-webkit-backface-visibility: hidden;
}

#menu-overlay {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);
	display:none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 12;
}

.header {
	background: #1d1919;
	padding: 19px 15px;
}

.sidebar {
	height: 100vh;
	background: #ededed;
}

#main {
	padding-top: 150px;
}

.content-wrapper.ym-column {
  display: block;
  overflow: hidden;
  padding: 0 100px 0 0;
  width: auto;
}

.content-wrapper .ym-col1 {
  position: relative;
  float: left;
  width: 100%;
}

.content-wrapper .ym-col3 {
  position: relative;
  float: left;
  width: 100px;
  margin: 0 -100px 0 0;
}

.image-wrapper {
	margin-bottom: 20px;
}

.image-wrapper img {
	display: block;
}

.image-wrapper .caption {
	font-size: 0.9375em;
	color: #848282;
	font-weight: normal;
	line-height: normal;
	padding-top: 3px;
}

#sb-site .show-phone {
	display: none;
}

/* Navigation */

.nav {
	font-size: 1.125em;
	font-weight: normal;
}

.nav ul {
	list-style: none;
	line-height: normal;
}

.nav > ul > li {
	line-height: normal;
	margin: 15px 0px 16px 0px;
	padding-right: 30px;
	position: relative;
}

.nav > ul > li > a {
	color: #000;
	font-size: 1.125em;
	max-width: 90%;
	display: inline-block;
}

.nav > ul > li:hover,
.nav > ul > li.active {
	background: #fff;
	font-weight: bold;
}

.nav > ul > li > ul {
	display: none;
	background: #fff;
	font-size: 0.775em;
	left: 165px;
	padding: 5px 35px 20px 20px;
	position: absolute;
	top: 0;
	z-index: 10;
	width: 75px;
}

.nav > ul > li > ul.mobile-submenu {
	background: #fff;
	font-size: 0.775em;
	left: auto;
	padding: 15px 0;
	position: relative;
	top: auto;
	z-index: 10;
	width: 100%;
	display:none;
}

.nav > ul > li > ul > li {
	line-height: normal;
	margin: 0;
}

.nav > ul > li > ul > li.active span.title {
	font-weight: bold;
}

.nav > ul > li > ul > li:hover span.title {
	font-weight: bold;
}

.nav > ul > li > ul > li.active span.subtitle {
	border-bottom: solid 2px #1B191A;	
}

.nav > ul > li > ul > li span.title,
.nav > ul > li > ul > li span.subtitle {
	display: inline-block;
	white-space: nowrap;
}

.nav > ul > li > ul > li + li {
	margin-top: 15px;
}

.nav > ul > li > ul > li > a {
	color: #4a4747;
	font-weight: normal;
}

.nav > ul > li > ul > li.active > a {
	color: #1d1919;
}

.nav > ul > li:hover > ul {
	display: block;
}

.nav > ul > li:hover > ul.mobile-submenu {
	display: none;
}

.nav > ul > li > ul > li {

}
.news-related-wrap {
	margin-bottom: 60px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

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

.fancybox-inline-content {
	background: #e5e3e4;
	padding: 20px;
}

.fancybox-inline-content.video {
	padding: 10px;
}

.fancybox-inline-content p {
	margin:0;
}

.language ul {

}

.language ul li {
	border: solid 1px #848282;
	display: block;
	text-align: center;
	width: 75px;
	line-height: normal;
}

.language ul li + li {
	margin-top: 10px;
}


.socials {
	margin: 10px 0 0 0;
}

.socials span.ym-vtitle {
	border-bottom: 2px solid #000;
	display: inline-block;
	font-size: 1.25em;
	margin-bottom: 10px;
}

/* Hide now language menu */
#side-menu .language {
	visibility: hidden;
}

#side-menu .language ul li.active,
#side-menu .language ul li.current,
#side-menu .language ul li:hover {
	border: 1px solid #1B191A;
}

#side-menu .language ul li.active a,
#side-menu .language ul li.current a,
#side-menu .language ul li:hover a {
	color: #1B191A;	
}

#side-menu .language ul li a {
	color: #848282;
	font-size: 1.0625em;
}

#side-menu {
	position: fixed;
	right: 15px;
	top: 30px;
	width: 75px;
}

#side-menu a {
	color: #1B191A;
}

.content .ym-column {
  display: block;
  overflow: hidden;
  padding-right: 250px; /* column width */
  width: auto;
}

.content .ym-col1 {  /* content */
  position: relative;
  float: left;
  width: 100%;
}

.content .ym-col3 { /* sidebar */
  position: relative;
  float: left;
  width: 250px; /* column width */
  margin: 0 -250px 0 0;
}

/* News */

.news .item {
	background: #ededed;
	border-top: 3px solid #1D1919;
	padding: 24px 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}
.news .item h3 a {
	color: inherit;
}
.news .item p {
	margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.news .item.black {
	background-color: #1c1a1b;
	color: #fff;
	
}

.news .item.black h3 {
	background-color: #34e97e;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 2.125em;
	padding: 4px 5px 7px 4px;
	text-transform: none;
}

.news .item.black a:link,
.news .item.black a:visited {
	color: #fff;
	font-size: 1.0625em;
}

.news .item.black ul,
.news .item.black li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news .item .heading {
	margin-bottom: 15px;
}

.news .item .date {
	margin-bottom: 18px;
}

.news .item .more {
	color: #1b191a;
	float: right;
	font-size: 0.8125em;
	font-weight: bold;
}

.news .item p {
	letter-spacing: normal;
}

/* Projects */

.projects {
	margin: 60px 0;
}

.projects .listing {

}

.projects .listing + .listing {
	margin-top: 40px;
}

.projects .listing .item {
	margin: 30px 0;
}

.projects .listing .item h4,
.projects .listing .item h5 {
	margin-bottom: 0;
}

.projects .listing .item a {
	color: #1D1919;
}

/* Partners */

.partners {
	margin: 50px 0;
}

.partners .item {	

}

.partners .item .logo,
.partners .item .caption {
	vertical-align:middle;
}

/* Participants */

.participants {
	margin: 50px 0;
}

.participants + .participants {
	margin-top: 35px;
}

.participants .item h4 {
	background: url(../Images/line.jpg) no-repeat bottom center;
	color: #1B191A;
	font-weight: normal;
	padding-bottom: 15px;
	text-transform: none;
}

.participants .detail.opened img {
	display: none;
}

/* Press */

.press .item {
	margin-bottom: 43px;
}

.press .item .heading {
	margin-bottom: 5px;
}

.press .item p {
	margin: 0;
}

/* Contact form */

input, textarea, select,
input[type="text"] {
	background: #ededed;
    border: 0;
    border: 1px solid #EDEDED;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.5625em;
    line-height: 1em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
	appearance: none;
	padding: 4px 10px 4px 5px;
	display: block;
	width: 100%;
}
textarea {
	height: 260px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none repeat scroll 0% 0% #161E21;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.25em;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 32px;
	padding: 0 10px;
}
label { display: none; }
div.btn-group {
	text-align: right;
}
.form-group { margin-bottom: 30px; }

/* Links */

.links {
	margin-bottom: 25px;
}

.links h5 {
	margin-bottom: 0;
}

.links ul,
.links ul li {
	font-size: 0.9375em;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Responsive */

.banner { max-height: auto; }
.container-fuild { padding: 0 15px; }

@media screen and (max-width: 768px) {

	.inner-wrap.ym-column {
		display: block;
		overflow: hidden;
		padding-left: 50px;
		width: auto;
	}

	.inner-wrap.ym-column .ym-col1 {
		position: relative;
		float: left;
		width: 100%;
	}

	.inner-wrap.ym-column .ym-col3 {
		position: relative;
		float: left;
		width: 50px;
		margin: 0 0 0 -50px;
	}

	.linearize-level-1 > [class*="ym-c"] > [class*="ym-cbox"],
	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
		padding: 0 10px;
	}

	.news .linearize-level-1 > [class*="ym-c"] > [class*="ym-cbox"],
	.news .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
		padding: 0;
	}

	.content-wrapper.linearize-level-1 > [class*="ym-c"] {
    display: block;
    float: none;
    padding: 0px;
    margin: 0px;
    width: auto !important;
}

	.content-wrapper.ym-column {
		padding: 0;
	}

	#sb-site .hide-phone {
		display: none;
	}

	#sb-site .show-phone {
		display: block;
	}

	#main {
		padding-top: 50px;
	}

	.visible-phone {
		display: block;
	}

	p.lead {
		font-size: 21px;
		line-height: normal;
	}

	h2 {
		font-size: 1.6875em;
	}

}

@media screen and (max-width: 480px) {
	#main > .ym-gbox-right {
		padding: 0px 25px;
	}

	h1 {
		font-size: 2.5em;
	}

	h1 + .date {
    	margin-top: 0;
	}

	.inner-wrap.ym-column .partners .detail .ym-col3 {
		margin: 0 0 0 0;
	}


}