body {
	font-family: "Helvetica Nee",Helvetica,Arial,sans-serif;
	font-size: 14px;
	overflow-y:scroll;
}

a, select {
	font-size: 8px;
	text-shadow: 1px 1px 0px #fff;
	color: #555;
}

select { font-size: 16px;}


#our_partners {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: lighter;
	color: rgb(119, 119, 119);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.text-shadow {
  text-shadow: 1px 1px 5px #000;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
	font-size: 14px;
}

h3 {
	font: bold 1.25em Arial,Helvetica,sans-serif;
	color: #808080;
	padding: 0 0 10px;
}

h4 {
	font: bold 1em Arial,Helvetica,sans-serif;
	color: #808080;
	padding: 0px;
	margin: 20px 0px 5px 0px;
}


p {
	-webkit-perspective: 1000;
}

.bold {
	font-weight:bold;
}

img {
	padding: 10px;
	margin: 10px;
	vertical-align: middle;
}

ul.default {
	background-color: white;
	border: hidden;
	color: black;
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}


ul.default-indented {
	background-color: white;
	border: hidden;
	color: black;
	display: block;
	list-style-type: circle;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

ul#page-menu li {
	height: 20px;
}

@media (max-device-width: 480px) {
	/*ul#page-menu {
		height: 80px;
	}
	ul#page-menu li {
		height: 20px;
	}*/
	.logo-text {
	    margin-left: 40px;
	    font-size: 100px;
	    color: #eee;
	    text-shadow: 5px 5px 15px #444;
	}

	.center-vert {
		line-height: 150px;
	}
	
	ul {
		list-style-type: none;
		padding: 0;
		overflow: hidden;

		color: #777;
		border: 1px solid #d8c1cf;
		/*border: 1px solid #e7e7e7;*/
		border-radius: 3px;
		/*background-color: #F8F8F8;*/
		background-color: #eee;
		cursor: default; 
	}

	ul#page-menu li {
		padding: 15px;
		display: none;
		font-size: 18px;
		/*float: left;*/
	}
		
	li {
		padding: 15px;	
		/*display: list-item;*/
	}


	ul#page-menu li.first {
		background-color: #870052;
		color: white;
		font-size: 100px;
		padding: 13px 15px 13px 15px;
		height: 150px;
		width: 100%;
		display: block;
		background-image: url(../images/menu.png);
		background-position: right 60px top 50px;
		background-repeat: no-repeat;
		background-size: 80px 50px;
		position: fixed;
		z-index: 9001;
		line-height: 150px;
	}

	ul#page-menu li#login {
        padding-left: 0px;
        padding-right: 0px;
    } 

	#research_container p, 
	#research_container p a {
		font-size: 23px !important;
	}
	

	li.menu-item {
		text-shadow: 1px 1px 0px #fff;
		font-size: 28px;
		padding: 40px 20px;
		text-align: center;
	}
	li.menu-item a {
		font-size:34px;
	}

	li.menu-item.selected {
		background-color: #d6d6d6;
	}

	li.menu-item:hover {
		background-color: #d6d6d6;
	}

	li.main-menu-item {
		text-shadow: 1px 1px 0px #fff;
	}

	li.main-menu-item.selected {
		background-color: #d6d6d6;
	}

	li.main-menu-item:hover {
		background-color: #d6d6d6;
	}

		.select_div_container {
			background: url(../images/arrow.png) no-repeat right #ddd;
			background-size: 12px;
			background-position: 200px;
			background-color: #870052;
			overflow: hidden;
			width: 115%;
			height: 140px;
			position: relative;
			top: -50px;
			left: -70px;
		}

		.select_div {
			background: url(../images/arrow.png) no-repeat #ddd;
			background-size: 90px;
			background-color: transparent;
			overflow: hidden;
			width: 100px;
			height: 100%;
			position: relative;
			right: 20px;
			top: -105%;
			float: right;
			/* transform: translateY(-50%); */
			background-position: 0 50%;
		}
	.picker {
		border: none;
		background-color: #870052;
		height: 100%;
		padding-left: 60px;
		margin: 0px;
		color: #fff;
		text-shadow: 1px 1px 0px #333;
		width: 110%;
		font-size: 40px;
	}
}

@media (min-device-width: 481px) {
	.logo-text {
	    font-size: 24px;
	    color: #eee;
	    text-shadow: 5px 5px 15px #444;
	}
	ul {
		list-style-type: none;
		padding: 0;
		overflow: hidden;

		color: #777;
		border: 1px solid #d8c1cf;
		/*border: 1px solid #e7e7e7;*/
		border-radius: 3px;
		/*background-color: #F8F8F8;*/
		background-color: #eee;
		cursor: default; 
	}

	ul#page-menu li {
		padding: 15px;
		float: left;
	}
		
	li {
		padding: 5px;	
		display: list-item;
		text-shadow: 1px 1px 0px #fff;
	}

	ul#page-menu li.first {
		background-color: #870052;
		color: white;
		font-size: 18px;
		padding: 13px 15px 13px 15px;
		max-height: 24px;
		height: 24px;
	}

	li.menu-item {
		text-shadow: 1px 1px 0px #fff;
	}

	li.menu-item.selected {
		background-color: #d6d6d6;
	}

	li.menu-item:hover {
		background-color: #d6d6d6;
	}

	li.main-menu-item {
		text-shadow: 1px 1px 0px #fff;
	}

	li.main-menu-item.selected {
		background-color: #d6d6d6;
	}

	li.main-menu-item:hover {
		background-color: #d6d6d6;
	}
	ul#page-menu li#login {
		float:right;
		padding-left: 0px;
		padding-right: 0px;
	}
		.select_div_container {
			background: url(../images/arrow.png) no-repeat right #ddd;
			background-size: 12px;
			background-position: 200px;
			background-color: #870052;
			overflow: hidden;
			width: 230px;
			height: 50px;
			position: relative;
			top: -15px;
		}

		.select_div {
				background: url(../images/arrow.png) no-repeat #ddd;
			background-size: 12px;
			background-color: transparent;
			overflow: hidden;
			width: 12px;
			height: 100%;
			position: relative;
			right: 10px;
			top: -100%;
			float: right;
			/* transform: translateY(-50%); */
			background-position: 0 50%;
		}
	.picker {
		border: none;
		background-color: #870052;
		height: 100%;
		padding-left: 15px;
		margin: 0px;
		color: #fff;
		text-shadow: 1px 1px 0px #333;
		width: 110%;
	}
}


.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 5px 40px -10px #ccc;
} 

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#page-content {
	margin: 20px;
	overflow: hidden;
	/*padding: 10px 40px 10px 40px;*/
}

#page_bottom {
	padding: 5px 20px;
}

.name {
	color: white;
	font-family: "Open Sans",Helvetica,sans-serif;
}

.banner {
	/*padding: 48px 60px 48px 60px;*/
	height: 150px;
	background-color: #870052;
	border-radius: 6px;
	box-shadow: inset 0px 0px 7px 4px #B21175;

}
.center-vert { line-height: 150px; }

.carousel {
	margin:40px 0px 40px 0px;
	padding: 0px 30px 0px 30px;
	display: flex;
	display: -webkit-flex;
}

.carousel {	height: 400px; }	

.carousel-item {
	position: relative;
	width: 100%;
	float: left;
	padding: 15px;
	box-shadow: 0px 0px 15px 0px #a5a5a5;
	margin: 14px;
	border: 1px solid #a6a6a6;
	border-radius: 4px;
	overflow: auto;
	text-align: left;
	/*max-height: 150px;*/
	transform-origin: 0 0;
	background-color: #fff;
}

.carousel-image {
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	background-size: cover;
	/*width: auto;
	height: auto;*/
	max-width: 100%;
	max-height: 100%;
}

.copy-container {
	position: relative;
	/*left:0;
	float: left;*/
	/*width: 80%;*/
}

.right-copy-container {
	position: relative;
	float: right;
	margin-left: 30px;
	margin-right: 6px;
	z-index: 10;
}	

#preview {
	position: relative;
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	border: 1px rgb(231, 231, 231) solid;
	background-color: rgb(248, 248, 248);
	border-radius: 4px;
	width: 500px;
	height: 300px;

	display: table-cell;
	vertical-align: middle;
	text-align: center;

	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/ki_purple.png);
}

#preview_div {
	overflow: hidden;
	position: relative;
	width: 500px;
	height: 300px;
	background-color: rgb(248, 248, 248);
	left: 0px;
	top: 0px;
	border:none;
	border-radius: 4px;
}

#overlay {
	position: absolute;
	width: 500px;
	height: 300px;
	
	opacity: 0.5;
	/*background-color: rgb(214, 214, 214);*/
	background-color: white;
	border-radius: 4px;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	/*background-size: contain;*/
	/*border: none;*/
	/*background-image: url(../images/overlay.png);*/

	/*filter: blur(2px);
	-webkit-filter: blur(2px);*/
}


@media (min-width: 768px) {
	h2{	font-size:18px; }
	a {	font-size: 10px; }
	.container { width:700px; }
	/*.copy-container { width: 20em; }*/
}

@media (min-width: 992px) {
	h2{ font-size: 20px; }
	a { font-size: 12px;}
	.banner { height:175px; }
	.center-vert { line-height: 175px; }
	.container { width: 900px; }
	/*.copy-container { width: 30em; }*/
}
@media (min-width: 1200px) {
	h2{ font-size: 30px; }	
	a { font-size: 14px; }
	.banner { height:200px; }
	.center-vert { line-height: 200px; }
    .container { width: 1170px; }
    /*.copy-container { width: 40em; }*/
}

@media (max-device-width: 480px) {
	a {font-size: 20px; }
	a.menu-item {font-size: 40px;}
	.container { width: 100%; margin:0; padding:0;}
	body {margin:-15px 0 0 0;}

	#page-menu {top:0px; position: relative;}
	#page-content {top:170px; position: relative; padding: 0px 40px 0px 40px;}
	#page_bottom {top:170px; position: relative;}
}

.collaborator_img {
	max-width: 20%;
	max-height: 70px;
	border: none;
}

#collaborators_txt {
	font-size: 20px;
    /*box-shadow: 0px 6px 18px -2px #d8c1cf;*/
    border-radius: 3px;
    padding: 10px 20px;
}

#collaborators_logos {
	margin: 0px 50px 0px 50px;
	text-align: center;
}

.page-copy {
	width:70%;
	float:right;
	padding-left: 20px;
	/*border-left: 1px solid #e0e0e0;*/
	overflow-x: hidden;
	box-shadow: -5px 0px 4px -4px #E0E0E0;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
}


.sub-menu {
	width:25%;
	float:left;
}

.vertical_menu {
}

ul.vertical_menu li {
	float: none;
}

ul.vertical_menu li:hover {
	background-color: rgb(214, 214, 214);
}
ul.vertical_menu li.active {
	background-color: rgb(214, 214, 214);	
}

ul.research {
	float:left;
}

.research {
	color: #555;
}

.research.strong {
	font-weight: bold;
}

.research.italic {
	font-style: italic;
}

/**/
.filter-widget {
	text-align: center;
	float: left;
	background-color: #eee;
	border: 1px solid #d8c1cf;
	width: 100px;
	height: 100%;
	padding: 10px;
}

.filter-widget.left {
	margin-left: 40px;
	border-right: none;
}
.filter-widget.left h3 {
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
}

.filter-widget.right {
	margin-right: 40px;
	width: 60%;
}

.find-widget-container{
	overflow: hidden;
	height: 40px;
	padding-bottom: 30px;
	display: flex;
}

.find-widget-input {
	width:90%;
	color: #aaa;
	padding-left: 5px;
	border: 1px solid;
	border-radius: 2px;
	height: 30px;
}

/*nopho*/
#nopho_info {
	position: relative;
	float: left;
	width: 50%;
}

#nopho_access {
	position: relative;
	float: right; 
}

.left_indent {
	margin-left: 20px;
}

#matsheyman_photo {
	background-image: url(../images/matsheyman.jpg);
}
#goran_photo {
	background-image: url(../images/goran.jpg);
}
#matsnordstrom_photo {
	background-image: url(../images/matsnordstrom.jpg);
}
#tommy_photo {
	background-image: url(../images/tommy.jpg);
}
#kristian_photo {
	background-image: url(../images/kristian.jpg);
}
#lili_photo {
	background-image: url(../images/lili.jpg);
}
#paivi_photo {
	background-image: url(../images/paivi.jpg);
}

#jenny_photo {
	background-image: url(../images/jenny.jpg);
}
#lycke_photo {
	background-image: url(../images/lycke.jpg);
}
#shahid_photo {
	background-image: url(../images/shahid.jpg);
}
#nima_photo {
	background-image: url(../images/nima.jpg);
}

#clary_photo {
	background-image: url(../images/clary.jpg);
}

#giorgio_photo {
	background-image: url(../images/giorgio.jpg);
}


#widerstromska_photo {
	background-size: cover;
	width: 450px;
    height: 320px;
    background-repeat: no-repeat;
    margin: auto;
	background-image: url(../images/WiderstromskaHuset.jpg);
}

#general-info {
	width: 90%;
    margin: auto;
}

.news-and-information {
	background: #fdd;
    color: #000;
}

.staff_photo {
	border-right: 1px solid #D8C1CF;
	float: left;
	margin-right: 40px;
	height: 128px;
	width: 128px;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 2px 0px 5px 0px #d8c1cf;
}

.staff_container div p {
	margin: 5px;
}

#organisation li {
    list-style: none;
    padding: 0px 0px 0px 50px;
}
