@viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}

/* jQueryUI fixes */
	.ui-widget {
		font-size: inherit;
		font-family: inherit;
	}
/* END === jQueryUI fixes */

body {
	color: rgb(48,53,54);
	font-weight: 300;
	font-size: 18px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

a, .openhours_more {
	color: rgb(34, 203, 252);
	text-decoration: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
}

p {
	margin: 7px 0px;
/*	text-align: justify;*/
}

p a {
	text-decoration: underline;
}

em {
	font-style: italic;
	font-family: "arno-pro", "times new roman", serif;
	font-size: 19px;
}

#mobileversion {
	display: block;
	height: 0;
}

.width_full {
	width: 100%;
}

.width_content_full {
	overflow: auto;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 960px;
	width: 95%;
}

.divlinker {
	color: inherit;
}

.divlinker:hover {
	cursor: pointer;
}

.top {
	vertical-align: top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fcontain {
	overflow: auto;
}
.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.fa-external-link, #mainmenu_toplevel_mobile .fa-external-link {
	font-size: 12px;
}

.theses_toggle {
	cursor: pointer;
}

#print_logo {
	display: none;
}

.tinytext {
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.document_header {
	font-weight: 700;
	font-size: 50px;
	line-height: 42px;
	margin: 20px 0px;
}

.document_content {
	margin-bottom: 50px;
/*	text-align: justify;*/
}

.document_content a:hover, .modules_content a:hover, .newsarchivelist a:hover {
	text-decoration: underline;
}


.document_content td {
	padding: 5px 5px;
}

.document_content tr:hover {
	background: rgb(238, 239, 242);
}

.document_content h1, .document_content .head1 {
	font-weight: 700;
	font-size: 28px;
	margin: 10px 0px 5px 0px;
	line-height: 28px;
}

.document_content h2, .document_content .head2 {
	font-weight: 700;
	font-size: 22px;
	margin: 10px 0px 5px 0px;
	line-height: 22px;
}

#document_show_modules {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	position: absolute;
	right: 0px;
	padding: 6px 10px 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	border-radius: 22px 0px 0px 22px;
	margin-top: 0px;
	border: 5px solid rgb(255, 255, 255);
	border-right: 0px;
}

#document_hide_modules_container {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	float: left;
	width: 100%;
}

#document_hide_modules {
	float: right;
	padding: 6px 10px 6px 12px;
}

#document_show_modules:hover {
	padding-right: 15px;
	cursor: pointer;
}

#document_show_modules_placeholder {
	background: none;
	padding: 6px 10px 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	margin: 0px 0px 15px 20px;
}

#document_hide_modules:hover {
	padding-right: 5px;
	cursor: pointer;
}

.modules_container {
	float: left;
	width: 70%;
	max-width: 280px;
	position: absolute;
	right: 0px;
	display: none;
	padding: 0px;
	box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
	margin-top: 5px;
	background: rgb(255, 255, 255);
}

.modules_content {
	float: left;
	padding: 2px 0px 0px 0px;
	background: rgb(255, 255, 255);
	width: 100%;
}

.module {
	background-color: rgb(238, 239, 242);
	margin-bottom: 2px;
	padding: 4%;
	width: 92%;
	font-family: "arno-pro", "times new roman", serif;
	overflow: auto;
}

.module:last-child {
	margin-bottom: 0px;
}

.module h1 {
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 26px;
}

.module h2 {
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 10px 0px 5px 0px;
	font-size: 22px;
	line-height: 20px;
}

.module .button, .modules_content .background_blue a.button {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	text-decoration: none;
}

.module .button:hover {
	text-decoration: none;
}

.module ul {
	padding-left: 18px;
}

.module ul li {
	padding-bottom: 5px;
}

.modules_content .background_blue a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.modules_content .background_blue a:hover {
	color: rgb(48,53,54);
}

.modules_content .background_blue .button{
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
}

.modules_content .background_blue .button:hover {
	background: rgb(255, 255, 255);
	color: rgb( 40, 189, 252 );
}

.modules_content .background_none_with_border {
	width: 91%;
}

ul.module_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
}

.module_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 8px;
}

.module_menu ul li {
	padding-bottom: 0px;
}

.modules_content .background_blue .module_menu a {
	text-decoration: none;
}

.background_none_with_border {
	background: none;
	border: 1px solid rgb(222, 222, 222);
}

.background_dark {
/*	background: url(/img/background_dark.jpg);*/
	background-color: rgba( 46, 46, 58, 1 );
	background-size: 60px 60px;
	color: rgba( 255, 255, 255, 1 );
}
.background_darkgrey {
	background-color: rgba( 48, 53, 54, 1 );
	color: rgba( 255, 255, 255, 1 );
}

.background_semidark {
	background: url(/img/background_semidark.jpg);
	background-color: rgba( 69, 62, 72, 1 );
	background-size: 60px 60px;
	color: rgba( 255, 255, 255, 1 );
}

.background_none {
	background-color: transparent;
	color: rgb(48,53,54);
}

.background_blue {
	background: url(/img/background_blue.jpg);
	background-color: rgba( 40, 189, 252, 1 );
	background-size: 60px 60px;
	color: rgba( 255, 255, 255, 1 );
}

.onehalf {
	float: left;
	margin-right: 0;
	width: 100%;
}

.onethird {
	float: left;
	width: 100%;
	margin-right: 0;
}

.twothird {
	float: left;
	margin-right: 0;
	width: 100%;
}

.desktoponly {
	display: none;
}

.mobileonly {
	display: block;
}

#top_logo_bar {
	padding: 17px 0px;
	height: 40px;
}

#top_logo_bar img.logo_tritonia_textlogo {
	position: absolute;
}

#top_menu {
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	z-index: 1000;
}

#mainmenu_toplevel {
	display: block;
	position: fixed;
	z-index: 1001;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 13px;
	width: 555px;
}

#mainmenu_toplevel .item {
	float: left;
	margin-right: 15px;
	padding: 6px 0px;
}

#mainmenu_toplevel .item:last-child {
	margin-right: 0;
}

#mainmenu_toplevel .item:hover {
	cursor: pointer;
	border-bottom: 2px solid rgb(34, 203, 252);
}

#mainmenu_toplevel .item a {
	color: rgb(48,53,54);
}

#mainmenu_toplevel_container {
	float: right;
}

#mainmenu_toplevel .submenu {
	position: absolute;
	background: rgba( 255, 255, 255, 1);
	display: none;
	width: 200px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
}

#mainmenu_toplevel .submenu.flipped {
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}

#mainmenu_toplevel .submenu:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: rgb(34, 203, 252) transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -7px;
	top: -7px;
	left: 50%;
}

#mainmenu_toplevel .submenu .item {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	border-top: 1px solid rgb(238, 239, 242);
}

#mainmenu_toplevel .submenu .item:first-child {
	border-top: 2px solid rgb(34, 203, 252);
	position: relative;
	top: -2px;
	margin-bottom: -2px;
}

#mainmenu_toplevel .submenu .item:hover {
	cursor: pointer;
	color: rgb(34, 203, 252);
	background-color: rgb(238, 239, 242);
	border-bottom: none;
}

#mainmenu_toplevel .submenu .item:hover > a {
	cursor: pointer;
	color: rgb(34, 203, 252);
}

#mainmenu_toplevel .submenu .submenu .item:first-child {
	border: none;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
}

#mainmenu_toplevel .submenu .submenu:after {
	border: none;
}

#mainmenu_toplevel .submenu .submenu {
	border-left: 2px solid rgb(34, 203, 252);
}

#mainmenu_toplevel .submenu .submenu.flipped {
	border-right: 2px solid rgb(34, 203, 252);
	border-left: none;
}

#mainmenu_toplevel .submenu .submenu .item:first-child:before {
    content:"";
    position:absolute;
    top: 7px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid rgb(34, 203, 252);
    border-bottom: 7px solid transparent;
}

#mainmenu_toplevel .submenu .submenu.flipped .item:first-child:before {
	border-right: none;
}

#mainmenu_toplevel .submenu .submenu.flipped .item:first-child:after {
    content:"";
    position:absolute;
    top: 7px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid rgb(34, 203, 252);
    border-bottom: 7px solid transparent;
}


#mobilemenu_button_container {
	display: none;
}

#mobilemenu_button {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 10px;
}

#mobilemenu_button a {
	color: rgb(48,53,54);
}

#mobilemenu_button a:hover {
	color: rgb(34, 203, 252);
}

#mobilemenu_button .fa-bars {
	margin-left: 5px;
}

#mainmenu_toplevel_mobile {
	display: none;
	z-index: 9999;
	padding-bottom: 30px;
	float: left;
}

#mainmenu_toplevel_mobile_top {
	float: left;
	width: 92%;
	padding: 10px 4% 10px 4%;
}

#mainmenu_toplevel_mobile .logo_tritonia_textlogo {
	float: left;
}

#mainmenu_toplevel_mobile .logo_tritonia_textlogo:hover, #mainmenu_mobile_close:hover {
	cursor: pointer;
}

#mainmenu_toplevel_mobile_top .fa-times-circle {
	color: rgb(112, 113, 118);
	font-size: 24px;
	margin-top: 10px;
}

#mainmenu_toplevel_mobile_top .fa-times-circle:hover {
	color: rgb(34, 203, 252);
}
	
#mainmenu_toplevel_mobile #mainmenu_mobile_links {
	padding: 0px 0px 10px 0px;
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid  rgb(60, 60, 75);
	display: none;
}

#mainmenu_toplevel_mobile #mainmenu_mobile_links a {
	color: rgb(112, 113, 118);
}

#mainmenu_mobile_links .fa-twitter, #bar_langlink .fa-facebook, #bar_langlink .fa-instagram {
	position: relative;
	bottom: -3px;
	margin-right: 1px;
	margin-left: 13px;
	font-size: 24px;
}

#mainmenu_mobile_links .fa-facebook {
	margin-left: 1px;
	font-size: 20px;
}

#mainmenu_mobile_links .fa-instagram {
	margin-right: 0px;
	margin-left: 5px;
	font-size: 21px;
}

#mainmenu_toplevel_mobile .item a {
	color: rgb(255, 255, 255);
}

#mainmenu_toplevel_mobile .item a:hover, #mainmenu_toplevel_mobile .submenu .item a:hover, #mainmenu_toplevel_mobile .submenu .submenu .item a:hover, #mainmenu_toplevel_mobile #mainmenu_mobile_links a:hover {
	color: rgb(34, 203, 252);
}

#mainmenu_toplevel_mobile .item {
	float: left;
	border-bottom: 1px solid rgb(60, 60, 75);
	width: 92%;
	padding: 8px 4%;
	line-height: 18px;
}

#mainmenu_toplevel_mobile > .item {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

#mainmenu_toplevel_mobile .submenu .item {
	width: 88%;
	padding: 5px 4% 5px 8%;
	font-family: "arno-pro", "times new roman", serif;
}

#mainmenu_toplevel_mobile .submenu .item a {
	color: rgba(255, 255, 255, 0.8);
}

#mainmenu_toplevel_mobile .submenu .submenu .item {
	width: 80%;
	padding: 5px 4% 5px 16%;
	font-style: italic;
}

#mainmenu_toplevel_mobile .submenu .submenu .item a {
	color: rgba(255, 255, 255, 0.6);
}

#pageslide{
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 240px;
	padding: 0 0px;
	background-color: rgba( 46, 46, 58, 1 );
	box-shadow: inset 10px 0px 20px 1px rgba(0, 0, 0, 0.3);
	overflow-y: auto;
}

#top_menu_startpage {
	border-bottom: none;	
	z-index: 1000;
}

#startpage_tria_search, #startpage_nelli_links, #startpage_libguides_links, #startpage_finna_links {
	text-align: center;
	display: none;
}

#startpage_tria_search {
	width: 80%;
	padding: 0px 10px 20px 10px;
	margin-left: auto;
	margin-right: auto;
}

#startpage_tria_search_container {
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#startpage_tria_search_arg {
	border: 2px solid rgb(255, 255, 255);
	border-radius: 4px;
	height: 20px;
	width: 120px;
	margin-right: 4px;
	color: rgb(48,53,54);
    -webkit-appearance: none;
}

#startpage_tria_search_go {
	position: relative;
	top: -2px;
}

#startpage_tria_search_go:hover {
	cursor: pointer;
}

#startpage_tria_search_login {
	position: relative;
	top: 15px;
}

#startpage_tria_search .button, #startpage_libguides_links_container .button, #startpage_finna_links_container .button {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

#startpage_tria_search .button:hover, #startpage_libguides_links_container .button:hover, #startpage_finna_links_container .button:hover {
	background: rgb(255, 255, 255);
	color: rgb(34, 203, 252);
}

#startpage_nelli_links_container, #startpage_libguides_links_container, #startpage_finna_links_container {
	width: 90%;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

#startpage_nelli_links_container_title, #startpage_libguides_links_container_title {
	line-height: 35px;
}

#startpage_nelli_links_container_content {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	padding: 5px 0px 4px 0px;
}

.tooltips_nelli, .tooltips_nelli .ui-tooltip, .tooltips_nelli .arrow:after {
	background: rgba(255, 255, 255, 1);
}

.tooltips_nelli, .tooltips_nelli .ui-tooltip {
	padding: 5px 10px;
	color: rgb(0, 0, 0);
	border-radius: 4px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	border: 0px;
}

.tooltips_nelli .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.tooltips_nelli .arrow.top {
	top: -16px;
	bottom: auto;
}

.tooltips_nelli .arrow.left {
	left: 20%;
}

.tooltips_nelli .arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tooltips_nelli .arrow.top:after {
	bottom: -20px;
	top: auto;
}

#sitesearch_mobile {
	display: none;
}

#sitesearch_desktop {
	display: block;
}

.searchbutton {
	position: absolute;
}

.searchbutton i{
	margin-top: 10px;
	margin-left: -25px;
	padding: 3px 5px 5px 5px;
	border-radius: 20px;
	background: rgb(48,53,54);
	color: rgb(255,255,255);
	font-size: 14px;
}

.searchbutton i:hover {
	background: rgb(34, 203, 252);
	cursor: pointer;
}

#sitesearch_mobile .searchbutton {
	margin-top: 2px;
}

#sitesearch_mobile .searchbutton i {
	margin-left: 0px;
	margin-top: 0px;
}

#searchbox, #openhours_more_box {
	text-align: right;
	position: absolute;
	display: none;
	width: 90%;
	max-width: 500px;
	background: rgba( 255, 255, 255, 1 );
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 20px 0px 10px 0px;
}

#searchbox_input {
	font-size: 32px;
	width: 90%;
	max-width: 460px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid rgb(218, 219, 222);
	padding: 2px 5px;
    -webkit-appearance: none;
}

#searchbox_results {
	text-align: left;
}

.searchresults_header, .exceptions_header {
	letter-spacing: -1px;
	font-weight: 700;
	font-size: 24px;
	font-family: "arno-pro", "times new roman", serif;
	padding: 20px 4% 0px 4%;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
}

.searchresults_showall.button {
	cursor: pointer;
	position: relative;
	top: -2px;	
	font-size: 11px;
	letter-spacing: 1px;
	border: 0px;
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
}

.searchresults_showall.button:hover {
	top: 0px;
}

.searchresults_item, #showhidestaffresults {
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	padding: 5px 4%;
	width: 92%;
}

#searchresults_fullpage .searchresults_item {
	width: 100%;
}

#searchresults_fullpage {
	min-height: 200px;
}

#showhidestaffresults {
	color: rgb(34, 203, 252);
}

#showhidestaffresults:hover {
	cursor: pointer;
	text-decoration: underline;
}

#showhidestaffresults i {
	color: rgb(48, 53, 54);
}

.searchresults_link {
	width: 100%;
}

.searchresults_item_link a:hover {
	text-decoration: underline;
}

.searchresults_item_tags {
	font-size: 14px;
	width: 100%;
}

.searchresults_item_tags_header {
	font-weight: 700;
	font-size: 16px;
	font-style: italic;
	font-family: "arno-pro", "times new roman", serif;
}

.searchresults_item_staff_name {
	width: 100%;
}

.searchresults_info {
	padding: 10px 20px 0px 20px;
}

#searchbox_results_fullpage .searchresults_header {
	padding: 20px 0px 0px 0px;
}

#searchbox_results_fullpage .searchresults_item {
	padding: 5px 0px;
}

.searchresults_header {
	clear: both;
}

#startpage_biglinks {
	padding: 0px 0px 15px 0px;
	height: auto;
	overflow: hidden;
}

#startpage_biglinks a {
	color: rgb(255, 255, 255);
}

#startpage_biglinks a > div:hover {
	background: none;
}

#startpage_biglinks .fa-external-link {
	display: none;
}

#startpage_biglinks .onethird {
	padding: 10px 0px 10px 0px;
}

.logo_tritonia_textlogo {
	width: 184px;
	height: 41px;
	background: url('/img/logot_sprite.png') no-repeat -12px -6px;
	background-size: 701.5px 57px;
}

.logo_vy {
	width: 120px;
	height: 35px;
	background: url('/img/logot_sprite.png') no-repeat -574px -10px;
	background-size: 701.5px 57px;
}

.logo_vamk {
	width: 69px;
	height: 34px;
	background: url('/img/logot_sprite.png') no-repeat -281px -10px;
	background-size: 701.5px 57px;
}

.logo_aa {
	width: 34px;
	height: 35px;
	background: url('/img/logot_sprite.png') no-repeat -359px -10px;
	background-size: 701.5px 57px;
}

.logo_hanken {
	width: 37px;
	height: 36px;
	background: url('/img/logot_sprite.png') no-repeat -403px -9px;
	background-size: 701.5px 57px;
}

.logo_hanken_dark {
	width: 37px;
	height: 36px;
	background: url('/img/logot_sprite.png') no-repeat -527px -9px;
	background-size: 701.5px 57px;
}

.logo_novia {
	width: 61px;
	height: 36px;
	background: url('/img/logot_sprite.png') no-repeat -453px -10px;
	background-size: 701.5px 57px;
}

.icon_theses_unrestricted {
	width: 35px;
	height: 34px;
	background: url('/img/icons_sprite.png') no-repeat 0 0;
}

.icon_theses_restricted_downloadable {
	width: 35px;
	height: 34px;
	background: url('/img/icons_sprite.png') no-repeat -35px 0;
}

.icon_theses_restricted_notdownloadable {
	width: 35px;
	height: 34px;
	background: url('/img/icons_sprite.png') no-repeat -70px 0;
}

#bar_langlink {
	padding: 3px 0px 5px 0px;
	color: rgb(255,255,255);
	font-weight: 700;
	font-size: 18px;
	font-family: "arno-pro", "times new roman", serif;
}

#bar_langlink a {
	color: rgb(255,255,255);
}

#bar_langlink a:hover {
	color: rgb(34, 203, 252);
}

#bar_langlink .fa-circle {
	position: relative;
	top: -2px;
	margin-right: 3px;
	margin-left: 3px;
	color: rgb(34, 203, 252);
	font-size: 8px;
}

#bar_langlink .fa-twitter, #bar_langlink .fa-facebook, #bar_langlink .fa-instagram {
	position: relative;
	bottom: -3px;
	margin-right: 1px;
	margin-left: 13px;
	font-size: 24px;
}

#bar_langlink .fa-facebook {
	margin-left: 1px;
	font-size: 20px;
}

#bar_langlink .fa-instagram {
	margin-right: 0px;
	margin-left: 5px;
	font-size: 21px;
}

#theses {
	margin-bottom: 0;	
}

#news_tweets {
	margin-top: 0;
}
	
#icon_tria {
	background:url(/img/frontpageicons_sprite.png?v=3) no-repeat 0px 0px;
	background-size: 660px 110px;
}

#icon_nelli {
	background:url(/img/frontpageicons_sprite.png?v=3) no-repeat -110px 0px;
	background-size: 660px 110px;
}

#icon_libguides {
	background:url(/img/frontpageicons_sprite.png?v=3) no-repeat -220px 0px;
	background-size: 660px 110px;
}

#icon_finna {
	background:url(/img/frontpageicons_sprite.png?v=3) no-repeat -330px 0px;
	background-size: 660px 110px;
}

#icon_roombooking {
	background:url(/img/frontpageicons_sprite.png?v=3) no-repeat -550px 0px;
	background-size: 660px 110px;
}

.startpage_icon {
	margin-right: auto;
	margin-left: auto;
	width: 110px;
	height: 110px;
	float: none;
	margin-bottom: 0px;
}

.startpage_link_header:after {
	float: left;
	width: 37px;
	height: 37px;
	margin-top: 2px;
	content: "";
}

#startpage_tria .startpage_link_header{
	width: 110px;
}

#startpage_tria .startpage_link_header:after {
	background: url(/img/frontpageicons_sprite.png?v=3) no-repeat 0px 0px;
	background-size: 220px 37px;
}

#startpage_nelli .startpage_link_header{
	width: 120px;
}

#startpage_nelli .startpage_link_header:after {
	background: url(/img/frontpageicons_sprite.png?v=3) no-repeat -37px 0px;
	background-size: 220px 37px;
}

#startpage_libguides .startpage_link_header{
	width: 205px;
}

#startpage_libguides .startpage_link_header:after {
	background: url(/img/frontpageicons_sprite.png?v=3) no-repeat -73px 0px;
	background-size: 220px 37px;
}

#startpage_finna .startpage_link_header:after {
	background: url(/img/frontpageicons_sprite.png?v=3) no-repeat -110px 0px;
	background-size: 220px 37px;
}
#startpage_roombooking .startpage_link_header{
	width: 260px;
}
#startpage_roombooking .startpage_link_header:after {
	background: url(/img/frontpageicons_sprite.png?v=3) no-repeat -183px 0px;
	background-size: 220px 37px;
}

#startpage_finna .startpage_link_header{
	width: 150px;
}
	
.startpage_link_text a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}

.startpage_link_text a:hover {
	color: rgb(48, 53, 54);
}

.tabs_locations {
	letter-spacing:-1px;
	font-weight: 700;
	font-size: 16px;
	font-family: "arno-pro", "times new roman", serif;
}

#tabs_locations h1, #startpage_edulab_lin h1 {
	margin: 0px;
	color: rgb(171,172,175);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.contactdetails_table {
	border-bottom: 0px;
	font-size: 0.9em;
}

.contactdetails_table a {
	color: rgb(48,53,54);
}

.contactdetails_table a:hover {
	color: rgb(34, 203, 252);
}

.contactdetails_table .fa-external-link {
	display: none;
}

.addressbreak {
	display: none;
}

#tabs_locations_content {
	padding: 20px 0px 30px 0px;
}

#tabs_locations_menu {
	margin-bottom: 20px;
	color: rgb(188, 189, 193);
}

#tabs_locations_menu_desktop {
	border-bottom: 1px solid rgb(188, 189, 193);
}

#tabs_locations_menu_desktop .tabs_locations {
	margin-left: 15px;
	margin-right: 15px;
}

#tabs_locations_menu_desktop .tabs_locations_menu_active {
	border-bottom: 1px solid rgb(48, 53, 54);
	box-shadow: 0 4px 0 0 rgb(48, 53, 54);
	color: rgb(48,53,54);
}

#tabs_locations_menu_desktop .tabs_locations:hover {
	border-bottom: 1px solid rgb(34, 203, 252);
	box-shadow: 0 4px 0 0 rgb(34, 203, 252);
	color: rgb(48,53,54);
	cursor: pointer;
}

#tabs_locations table td {
	line-height: 19px;
}

#tabs_locations table tr td {
	padding-top: 4px;
	padding-bottom: 3px;
}

#tabs_locations table tr:first-child td {
	padding-top: 10px;
}

#tabs_locations table tr:last-child td {
	padding-bottom: 10px;
}

.locations_menu_mobile_header {
	color: rgb(48,53,54);
	letter-spacing:-1px;
	font-weight: 700;
	font-size: 38px;
	font-family: "arno-pro", "times new roman", serif;
}

.startpage_link_header, .startpage_link_text {
	text-align: center;
}

.startpage_link_header {
	padding: 7px 0px 5px 0px;
	font-size: 36px;
	margin-left: auto;
	margin-right: auto;
}

.startpage_link_text {
	font-size: 18px;
	line-height: 18px;
	min-height: 18px;
}

/*
.startpage_link_text br {
    display: none;
}*/

.map{
	float: left;
	padding:14px;
	width: 92%;
	width: calc( 100% - 28px);
	border: 1px solid rgb(218,219,222);
}

.map_photo_menu, .openhours_tab {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 50%;
	background: rgb(218,219,222);
	color: rgb(144,145,149);
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.map_photo_menu:hover, .openhours_tab:hover {
	color: rgb(34, 203, 252);
	cursor:pointer;
}

.map_photo_menu_active, .openhours_tab_active {
	background: rgb(48,54,53);
	color: rgb(255,255,255);
}

.map_img_map, .map_img_photo {
	float:left;
	width: 100%;
	height: 240px;
	cursor: pointer;
}

.map_img_map_yliopistonranta {
	background: url(/img/map_wolffintie.jpg) center center;
	background-size: 280px 240px;
}
.map_img_photo_yliopistonranta {
	background: url(/img/photo_wolffintie.jpg) center center;
	background-size: 280px 240px;
}
.map_img_map_raastuvankatu {
	background: url(/img/map_raastuvankatu.jpg) center center;
	background-size: 280px 240px;
}
.map_img_photo_raastuvankatu {
	background: url(/img/photo_raastuvankatu.jpg) center center;
	background-size: 280px 240px;
}
.map_img_map_sarjakatu {
	background: url(/img/map_sarjakatu.jpg) center center;
	background-size: 280px 240px;
}
.map_img_photo_sarjakatu {
	background: url(/img/photo_sarjakatu.jpg) center center;
	background-size: 280px 240px;
}
.map_img_map_jakobstad {
	background: url(/img/map_pietarsaari.jpg) center center;
	background-size: 280px 240px;
}
.map_img_photo_jakobstad {
	background: url(/img/photo_pietarsaari.jpg) center center;
	background-size: 280px 240px;
}
.map_img_map_turku {
	background: url(/img/map_turku.jpg) center center;
	background-size: 280px 240px;
}
.map_img_photo_turku {
	background: url(/img/photo_turku.jpg) center center;
	background-size: 280px 240px;
}

#openhours_more_box {
	padding-bottom: 20px;
}

#openhours_more_box h1 {
	margin: 0px 0px 10px 0px;
}

#openhours_more_box .openhours_table {
	background: rgba(218, 219, 222, 0.7);
	margin-bottom: 10px;
}

#openhours_more_box .openhours_weekday {
	padding: 8px 2px;
	border-color: rgba(200, 201, 204, 0.5);
}

#openhours_more_box_exceptions, .exception_container {
	float: left;
	width: 100%;
	text-align: left;
}

.exception_container.future {
	display: none;
}

#openhours_more_box_exceptions .exception_text {
	float: none;
}

.exception_container {
	padding: 5px 4%;
	width: 92%;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
}

.exception_container:hover {
	background: rgba(218, 219, 222, 0.7);
}

#openhours_more_box .exception_container .openhours_table {
	background: none;
	width: 100%;
	margin-bottom: 0px;
}

#openhours_more_box .exception_container .openhours_table .openhours_weekday {
	line-height: 16px;
	border-color: rgba(255, 255, 255, 0);
}

.exception_date {
	float: left;
	font-weight: 700;
}

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

#openhours_more_box .searchresults_showall {
	margin: 10px 4% 0px 4%;
}

.openhours_table {
	float:left;
	width: 100%;
}

.openhours_weekday {
	padding: 0px;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	font-family: "arno-pro", "times new roman", serif;
}

.openhours_table tr td {
	width: 16%;
	border-right: 1px solid rgb(218,219,222);
}

.openhours_table tr td:last-child {
	border-right: none;
}

.openhours_times {
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

.openhours_note{
	text-align: center;
	margin-bottom: 12px;
}

.openhours_more {
	display: none;
	cursor: pointer;
}

.openhours_more {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	top: -5px;
}

.openhours_more:hover {
	text-decoration: underline;
}

.locations_collections_link {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
}

#openhours_mobile {
	float: left;
	margin: 5px 0px 10px 0px;
	width: 100%;
}

.openhours_mobile_container {
	float: left;
	width: 46%;
}

.openhours_mobile_container:last-child {
	float: right;
}

.openhours_mobile_text {
	text-align: right;
}

#tabs_locations_furtherinfo {
	float: left;
	margin-top: 10px;
	width: 100%;
}

#tabs_locations_furtherinfo h1, #startpage_edulab_lin h1, .contactdetails h1 {
	margin-bottom: 6px;
	border-bottom: 1px solid rgb(218,219,222);
}

.button {
	padding: 3px 6px;
	border: 2px solid rgb(34, 203, 252);
	border-radius: 4px;
	color: rgb(34, 203, 252);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	text-align: center;
	background: none;
}

.button:hover {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	cursor: pointer;
}

#startpage_theses {
	padding: 25px 0px;
}

#startpage_theses .fright{
	padding-top: 10px;
}

#startpage_theses h1 {
	margin: 0px;
	font-weight: 700;
	font-size: 32px;
}

#startpage_add_thesis {
	width: 33%;
	border-left: 1px solid rgb(112, 113, 118);
	text-align: center;
	line-height: 30px;
}

#tritonia_description {
	margin-bottom: 40px;
	color: rgb(165, 166, 170);
/*	text-align: justify;*/
	font-style: italic;
	font-size: 17px;
	font-family: "arno-pro", "times new roman", serif;
	line-height: 18px;
}

#bottom_logos {
	padding: 25px 0px 20px 0px;
}

#bottom_logos.document {
	padding: 20px 0px 14px 0px;
}

.newsitem {
/*	text-align: justify;*/
	font-weight: normal;
	font-family: "arno-pro", "times new roman", serif;
}

.newsitem h1{
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 36px;
	font-weight: 700;
}

.newsitem a {
	text-decoration: underline;
}

#frontpagenewslistbullets {
	margin-bottom: 20px;
	color: rgb(112, 113, 118);
	font-weight: 700;
	font-size: 16px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

.frontpagenewslistbullets {
	margin-right: 3px;
	padding: 0px 5px;
	border-radius: 16px;
	background: rgb(112, 113, 118);
	color: rgb(43,45,56);
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	line-height: 16px;
}

.frontpagenewslistbullets:first-child {
	margin-left: 10px;
	padding: 0px 7px;
}

.frontpagenewslistbullets:hover {
	background: rgb(34, 203, 252);
	cursor: pointer;
}
.frontpagenewslistbullets_active {
	background: rgb(255, 255, 255);
}

#startpage_news, #siteindex{
	padding: 60px 0px;
	overflow: hidden;
}

#startpage_twitter {
	padding-left: 15px;
	width: 30%;
	border-left: 1px solid rgb(112, 113, 118);
}

#startpage_twitter .fa-twitter {
	padding: 8px 6px 4px 8px;
	border-radius: 36px;
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	font-size: 40px;
}

#startpage_edulab {
	padding: 60px 0px;
}

#startpage_edulab_main h1 {
	margin: 0px;
	letter-spacing: -2px;
	font-weight: 700;
	font-size: 50px;
	line-height: 45px;
}

#startpage_edulab_main p a {
	text-decoration: underline;
}

#startpage_edulab_courses {
	padding-top: 5px;
	background: rgb(34, 203, 252);
}

#startpage_edulab_courses > div {
	width: 100%;
	border-top: 1px solid rgb(87, 215, 253);
	border-bottom: 1px solid rgb(32, 193, 239);
}

#startpage_edulab_courses > div:first-child {
	border-top: none;
}

#startpage_edulab_courses > div:last-child {
	border-bottom: none;
	text-align: center;
}

#startpage_edulab_courses_courselist {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 200px;
}

#startpage_edulab_courses div div table {
	width: 100%;
}

#startpage_edulab_courses_show_all {
	width: 100%;
}

#startpage_edulab_courses_show_all a {
	color: rgb(255, 255, 255);
}

#startpage_edulab_courses_show_all .button {
	border: 2px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#startpage_edulab_courses_show_all .button:hover {
	background: rgb(255, 255, 255);
	color: rgb(34, 203, 252);
}

#startpage_edulab_courses h1 {
	margin: 0px;
	margin: 8px 0px 6px 15px;
	font-weight: 700;
	font-size: 28px;
}
.startpage_edulab_courses_courselist_name {
	padding: 0px 10px 10px 15px;
	color: rgb(48,53,54);
	text-align: left;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	font-family: "arno-pro", "times new roman", serif;
	line-height: 18px;
}
.startpage_edulab_courses_courselist_date {
	position: relative;
	top: -5px;
	padding: 0px 15px 0px 0px;
	text-align: right;
	font-size: 16px;
}

#startpage_edulab_lin {
	padding-top: 31px;
}

#siteindex {
	font-size: 12px;
	color: rgb(125, 126, 130);
}
#siteindex_table, #siteindex_table a {
	color: rgb(0, 158, 221);
/*	color: rgb(15, 119, 157);*/
}
#siteindex_table a:hover {
	text-decoration: underline;
	color: rgb(34, 203, 252);
}
#siteindex_table td {
	padding-right: 10px;
}
#siteindex_table td h1 {
	border-bottom: 1px solid rgba(49, 87, 127, 0.35);
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}

#frontpagenewslist {
	overflow: hidden;
	height: 425px;
}

#frontpagenewsreadmore {
	display: none;
	cursor: pointer;
	background: -moz-linear-gradient(top, rgba(46, 46, 58, 0) 0%, rgba( 46, 46, 58, 1 ) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46, 46, 58, 0)), color-stop(60%,rgba( 48, 40, 60, 1 )), color-stop(100%,rgba( 48, 40, 60, 1 ))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46, 46, 58, 0) 0%,rgba( 46, 46, 58, 1 ) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46, 46, 58, 0) 0%,rgba( 46, 46, 58, 1 ) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46, 46, 58, 0) 0%,rgba( 46, 46, 58, 1 ) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(46, 46, 58 ,0) 0%,rgba( 46, 46, 58, 1 ) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#2e2e3a",GradientType=0 ); /* IE6-9 */
	position: relative;
	margin-top: -80px;
	height: 80px;
	line-height: 140px;
	text-align: right;
}

#frontpagenewsreadmore .button {
	color: rgb(255, 255, 255);
	background: rgb(46, 46, 58);
	border-color: rgb(255, 255, 255);
}

#frontpagenewsreadmore .button:hover {
	color: rgb(255, 255, 255);
	background: rgb(34, 203, 252);
	border-color: rgb(34, 203, 252);
}

#bottom_copyright {
		font-size: 12px;
		color: rgb(135, 136, 140);
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 5px;
}

#datepicker {
	font-size: 10px;
}

#datepicker td {
	padding: 0;
}
#bookaroom {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#bookaroom h2 {
	margin: 0px 0px 0px 0px;
}

.bookaroom_step {
	float: left;
}

#bookaroom_step_1 {
	width: 19%;
	margin-right: 1%;
}

#bookaroom_step_2 {
	width: 50%;
	margin-right: 1%;
}

#bookaroom_step_3 {
	width: 29%;
}

.bookaroom_step_header, .bookaroom_step_content {
	width: 100%;
	padding: 8px 0;
}

.bookaroom_step_header {
	text-align: center;
}

.bookaroom_step_content {
	background: rgb(238, 239, 242);
	min-height: 420px;
}

#bookaroom .quickdatesetter {
	width: 94%;
	padding: 5px 3%;
}

#bookaroom .quickdatesetter:hover {
	cursor: pointer;
	color: rgb(34, 203, 252);
}

#bookaroom .quickdatesetter .fa-check {
	position: relative;
	top: 2px;
	display: none;
	float: right;
}

#bookaroom .quickdatesetter_active {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	font-weight: 700;
}

#bookaroom .quickdatesetter_active:hover {
	color: rgb(255, 255, 255);
}

#bookaroom .quickdatesetter_active .fa-check {
	display: block;
}

.bookaroom_table {
	width: 100%;
}

.bookaroom_table td {
	padding: 5px 0px;
}

.bookaroom_cell {
	text-align: center;
	padding: 3px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	border: 1px solid rgb(218, 219, 222);
}

.bookaroom_cell:last-child, .bookaroom_room_header:last-child {
	border-right: none;
}

.bookaroom_cell_hours {
	text-align: center;
	width: 45px;
	border: 1px solid rgb(218, 219, 222);
	border-left: none;
}

.bookaroom_cell.booked {
	background: rgb(255, 175, 163);
	border-bottom: 1px solid rgb(255, 175, 163); 
	color: rgb(238,119,119);
}

.bookaroom_cell.free:hover {
	cursor: pointer;
	color: rgb(34, 203, 252);
}

.bookaroom_room_header {
	border: 1px solid rgb(218, 219, 222);
	border-top: none;
	text-align: center;
	padding-bottom: 5px;
}

.bookaroom_room_header_number {
	position: relative;
	top: 4px;
	font-weight: 700;
}

.bookaroom_room_header_capacity {
	font-size: 14px;
}

.bookaroom_row_highlight {
	background: rgb(255, 255, 255);
}

.bookaroom_selected {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(34, 203, 252);
}

.bookaroom_cell.free.bookaroom_selected:hover {
	color: rgb(255, 255, 255);
}

.bookaroom_selected .bookaroom_free_text {
	display: none;
}

.bookaroom_free_text i, .bookaroom_booked_text i, .bookaroom_day_short {
	display: none;
}

.bookaroom_day_long {
	display: inline;
}

.bookaroom_free_icon {
	display: none;
}

.bookaroom_selected .bookaroom_free_icon {
	display: block;
}

#bookaroom_bookinginfo {
	text-align: center;
	padding: 5px 3%;
	width: 94%;
}

#bookaroom_bookinginfo.active {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
}

#bookaroom_datetimetobook span {
	font-weight: 700;
}

#bookaroom_bookingform {
	padding: 5px 3%;
	width: 94%;
	text-align: center;
}

#barcode_signal {
	position: absolute;
	right: 10px;
	top: 3px;
	text-align: right;
	height: 24px;
}

#barcode_signal i {
	display: none;
}

#barcode_signal .fa-circle-o-notch {
	color: rgb(218, 219, 222);
}

#barcode_signal .fa-check-circle {
	color: rgb(34, 203, 252);
}

#barcode_signal .fa-exclamation-circle {
	color: rgb(255, 255, 255);
}

#bookaroom_detailsform input, #bookaroom_detailsform textarea {
	width: 95%;
	margin-bottom: 5px;
	border: 1px solid rgb(218, 219, 222);
	border-radius: 4px;
}

#barcode_container {
	position: relative;
	width: 100%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#bookaroom_detailsform input {
	height: 24px;
}

#bookaroom_bookit[type="button"] {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	border: 2px solid rgb(34, 203, 252);
}

#bookaroom_bookit:hover {
	border: 2px solid rgb(255, 255, 255);	
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.bookaroom_unchecked {
	background: rgb(255, 255, 255);
}

.bookaroom_invalid {
	background: rgb(255, 175, 163);
}

.newsdate {
	letter-spacing:-1px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

.newsentry h2 {
	color: rgb(48,53,54);
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	font-family: "arno-pro", "times new roman", serif;
	margin: 20px 0px 10px 0px;
	text-align: left;
}

.newsarchivelist {
	padding-bottom: 40px;
	line-height: 18px;
}

.newsarchivelist br {
	line-height: 24px;
}

h2.thesis_list_header {
	padding-bottom: 5px;
	padding-top: 6px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	width: 100%;
	font-size: 30px;
	text-align: left;
}

.thesis_list_listing {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.thesis_list_listing:hover, .thesis_list_listing:hover .thesis_list_download_icon {
	background: rgb(238, 239, 242);
}

.thesis_list_download_icon {
	position: relative;
	text-align: center;
	float: left;
	padding-right: 10px;
	width: 60px;
	background-color: rgb(255, 255, 255);
}

.thesis_download_icon_ok, .thesis_download_icon_restricted_ok, .thesis_download_icon_restricted, .thesis_list_download_icon .fa-file {
	font-size: 36px;
	margin-top: 5px;
	color: rgb(48,53,54);
}

.thesis_download_icon_restricted {
	color: rgb(218, 219, 222);
}

.thesis_download_icon_restricted_ok {
	position: relative;
	left: 7px;
}

.thesis_list_download_icon .fa-exclamation-circle {
	position: relative;
	left: 1px;
	top: -1px;
	border-radius: 20px;
	color: rgb(48,53,54);
}

.thesis_list_download_icon .fa-arrow-circle-down {
	position: absolute;
	top: 15px;
	left: 18px;
	font-size: 28px;
	background: rgba(255, 255, 255, 0);
	color: rgba(34, 203, 252, 0);
	border-radius: 30px;
	line-height: 20px;
}

.thesis_list_download_icon .fa-file-o {
	position: relative;
	left: 6px;
	color: rgb(218, 219, 222);
	font-size: 36px;
}

.thesis_list_download_icon .fa-question {
	position: relative;
	top: -3px;
	left: -17px;
	color: rgb(218, 219, 222);
	font-size: 22px;	
}

.thesis_list_download_icon .fa-arrow-circle-down:hover {
	background: rgba(255, 255, 255, 1);
	color: rgba(34, 203, 252, 1);
}

.thesis_list_yearofcompletion {
	position: relative;
	top: 3px;
	font-weight: 500;
}

.thesis_list_dateaccepted {
	font-size: 11px;
	position: relative;
	top: -3px;
}

.thesis_list_name {
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
}

.thesis_list_name {
	color: rgb(48,53,54);
}
.document_content .thesis_list_listing a:hover {
	text-decoration: none;
}

.thesis_list_faculty {
	float: right;
	color: rgb(171,172,175);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-top: 5px;
}

#thesis_icon_explanations .fa {
	margin: 0px 6px 8px 0px;
	float: left;
	width: 18px;
	text-align: center;
	font-size: 20px;
}

#thesis_icon_explanations .greyed {
	color: rgb(190, 190, 200);
}

#theses_listmore_load {
	clear: both;
	width: 20%;
	margin-bottom: 40px;
	text-align: center;
}

#theses_listmore_load:hover {
	cursor: pointer;
}

#thesis_abstract_faculty {
	color: rgb(171,172,175);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#thesis_abstract_download {
	text-align: center;
	float: right;
	background:	rgba(34, 203, 252, 1);
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	margin: 12px 0px 10px 10px;
}

#thesis_abstract_download:hover {
	position: relative;
	top: 2px;
	cursor: pointer;
}

#thesis_abstract_download a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#thesis_abstract_download i {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.thesis_abstract_download_text_info {
	text-transform: none;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 10px;
}

.thesis_abstract_download_text_info br {
	display: none;
}

.thesis_abstract_download_text_info .showalways {
	display: inline;
}

#thesis_abstract_download .thesis_download_icon_ok, #thesis_abstract_download .thesis_download_icon_restricted_ok, #thesis_abstract_download.thesis_abstract_download_restricted .thesis_download_icon_restricted {
	color: rgb(255, 255, 255);
}

#thesis_abstract_download.thesis_abstract_download_restricted {
	background: rgb(218, 219, 222);
	border: 2px solid rgb(218, 219, 222);
	color: rgb(255, 255, 255);
}

#thesis_abstract_download.thesis_abstract_download_restricted:hover {
	cursor: default;
	top: 0px;
}

#thesis_abstract_download.thesis_abstract_download_restricted_ok .fa-file-pdf-o {
	position: relative;
	left: 8px;
}

#thesis_abstract_download.thesis_abstract_download_restricted_ok .fa-exclamation-circle {
	position: relative;
	left: -1px;
	top: -1px;
	font-size: 20px;
}

.thesis_abstract_header_container {
	border-top: 1px solid rgba(218, 219, 222, 0.7);
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

h1.thesis_abstract_header {
	margin: 0px;
	font-size: 46px;
	padding-top: 10px;
	line-height: 42px;
	padding-bottom: 2px;
	font-style: italic;
	font-family: "arno-pro", "times new roman", serif;
}

h2.thesis_abstract_header {
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
}

.thesis_abstract_field_header {
	float: left;
	width: 220px;
	font-weight: 700;
}

.thesis_abstract_field {
	float: none;
	padding-left: 220px;
	text-align: left;
}

.thesis_abstract_text {
	border-top: 1px solid rgba(218, 219, 222, 0.7);
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 10px 0px;
/*	text-align: justify;*/
}

.thesis_warning {
	background: rgb(255, 0 , 0);
	color: rgb(255, 255, 255);
	padding: 10px 2% 20px 2%;
	margin-bottom: 20px;
}

.thesis_warning .button {
	border-color: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.thesis_warning .button:hover {
	color: rgb(255, 0, 0);
	background: rgb(255, 255, 255);
}

#thesis_unconfirmed, .thesis_warning_text_short, #thesis_info_confirmed {
	display: none;
}

#thesis_info_confirmed .fa {
	font-size: 40px;
}

.thesis_warning_text_short{
	font-size: 18px;
	font-weight: 300;
}

.theses_limit_year, .theses_limit_faculty {
	padding: 0% 2% 0% 2%;
	width: 96%;
	float: left;
}

.theses_limit_year {
	width: 28%;
	text-align: left;
	padding: 2% 2% 1% 2%;
	text-align: center;
}

.theses_limit_faculty .fa-times, .theses_limit_year .fa-times {
	font-size: 16px;
	float: right;
	margin-top: 2px;
	padding: 0px 2px 0px 2px;
	display: none;
}

.theses_limit_active .fa-times {
	display: block;
}

.theses_limit_active .fa-times:hover {
	border-radius: 20px;
	color: rgb(34, 203, 252);
	background: rgb(255, 255, 255);
}

.theses_limit_active {
	background: rgb(34, 203, 252);
	padding: 2% 2% 1% 2%;
}

.theses_limit_active a {
	color: rgb(255, 255, 255);
}

#thesisformholder {
	width: 100%;
	float: left;
}

.thesisform_step_header {
	width: 98%;
	padding: 5px 1%;
	background: rgba(218, 219, 222, 0.7);
	color: rgb(255, 255, 255);
	margin-top: 5px;
}

.thesisform_step_header:first-child {
	margin-top: 0px;
}

.thesisform_step_done {
	background: rgba(34, 203, 252, 0.4);
}

.thesisform_step_active {
	background: rgb(34, 203, 252);
}

.thesisform_step_header h2 {
	margin: 4px 0px 0px 0px;
}

.thesisform_step_header .fa-check {
	float: right;
	font-size: 26px;
	display: none;
}

.thesisform_step_done .fa-check {
	display: block;
}

.thesisform_step_buttons {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.thesisform_step_buttons span.disabled {
	border-color: red;
}

.thesisform_step_content {
	display: none;
	margin-bottom: 20px;
}

#thesisform_form_container {
	float: left;
	margin-bottom: 15px;
}

.thesisform_field_container {
	float: left;
	width: 100%;
}

.thesisform_field_container:hover {
	background: rgb(238, 239, 242);
}

.thesisform_field_header {
	float: left;
	font-weight: bold;
	width: 33%;
	padding: 4px 0px 4px 4px;
}

.thesisform_field {
	float: right;
	width: 65%;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.thesisform_field input, .thesisform_field select, .thesisform_field textarea {
	width: 96%;
	padding: 1px 1%;
	font-size: 16px;
	border: 1px solid gray;
	vertical-align: bottom;
}

.thesisform_field select {
	vertical-align: top;
	padding: 0px;
	width: 98%;
}

.thesisform_field textarea {
	height: 200px;
	margin: 0px;
}

input.thesisform_field_short {
	width: 30%;
}

.thesisform_upload_container {
	background: rgb(238, 239, 242);
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 15px;
}

.thesisform_upload_container input {
	width: 250px;
}

.thesisform_radio {
	padding: 0px 5px;
}

.thesis_list_listing:hover, .thesis_list_listing:hover .thesis_list_download_icon {
	background: rgb(238, 239, 242);
}

.thesis_admin_buttons {
	color: rgb(48,53,54);
	font-size: 10px;
	margin-top: -5px;
	padding-right: 3px;
}

.thesis_admin_buttons .fa-stack:hover {
	cursor: pointer;
}

.thesis_admin_buttons a {
	color: rgb(0, 0, 0);
}

.thesis_admin_buttons .theses_admin_check:hover {
	color: rgb(34, 203, 252);
}

.thesis_admin_buttons .theses_admin_remove:hover {
	color: red;
}

#theses_admin h2 {
	width: 66%;
	float: left;
	border-bottom: 1px solid rgb(238, 239, 242);
}

/* Shortcourses */
#courselist {
	float: left;
	width: 67%;
}

#courselist .course {
	padding: 8px 1% 8px 1%;
	border-top: 1px solid rgb(218, 217, 222);
	float: left;
	width: 98%;
}

#courselist .course:hover {
	background: rgba(238, 239, 242, 0.6);
}

#courselist_cart {
	float: right;
	width: 30%;
	background-color: rgb(238, 239, 242);
}

#courselist .course_chosen, #courselist .course_chosen:hover {
	color: rgb(255, 255, 255);
	background: rgb(34, 203, 252);
}

.course_chosen .date_expires, .course_chosen .room_teacher, .course_chosen .show_course_description, .course_chosen .hide_course_description, .course_chosen .course_description, .course_chosen .button_choose {
	display: none;
}

#courselist_cart_content {
	margin-bottom: 2px;
	padding: 10px 4% 10px 4%;
	width: 92%;
	font-family: "arno-pro", "times new roman", serif;
	overflow: auto;
}

#courselist_cart_counter_container{
	display: none;
}

#courselist .shownname {
	font-weight: 700;
	font-size: 28px;
	font-family: "arno-pro", "times new roman", serif;
	line-height: 26px;
}

#courselist .button {
	float: right;
}

.course_chosen_icon {
	font-size: 30px;
	float: right;
	display: none;	
}

.course_chosen .course_chosen_icon {
	display: block;
}

.course_chosen .shownname, .course_chosen .course_languages {
	position: relative;
	top: 6px;
}

#courselist .button_disabled, #courselist .button_disabled:hover {
	border: 2px solid rgb(218, 217, 222);
	background: rgb(218, 217, 222);
	color: rgb(255, 255, 255);
}

#courselist .button_disabled:hover {
	cursor: default;
}

#courselist .course_languages {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 26px;
}

.coursename {
	width: 100%;
	float: left;
}

.date_expires, .room_teacher, .show_course_description {
	float: left;
	width: 48%;
	font-size: 16px;
}

.date_expires {
	margin-right: 2%;
}

.courselist_cart_showlisting_container {
	width: 100%;
	text-align: center;
	margin-top: -5px;
	float: left;
	display: none;
}

.room_teacher_header, .show_course_description, .hide_course_description, .course_description .participants_header, .course_description .participants_max, .courselist_cart_showlisting, .courselist_cart_hidelisting {
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 5px 0px 0px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}

.show_course_description, .hide_course_description, .courselist_cart_showlisting, .courselist_cart_hidelisting {
	width: auto;
	padding: 1px 0px 0px 0px;
	color: rgb(34, 203, 252);
	font-weight: 500;
}

.show_course_description:hover, .hide_course_description:hover, .courselist_cart_showlisting:hover, .courselist_cart_hidelisting:hover {
	cursor: pointer;
	text-decoration: underline;
}

.show_course_description i, .hide_course_description i, .courselist_cart_showlisting i, .courselist_cart_hidelisting i {
	font-size: 17px;
	position: relative;
	top: 2px;
}

.hide_course_description, .courselist_cart_hidelisting {
	display: none;
}

.courselist_cart_hidelisting {
	line-height: 20px;
}

.course_description {
	margin-top: 5px;
	display: none;
	float: left;
	width: 100%;
}

.course_description .participants {
	text-align: center;
	border: 1px solid rgb(218, 217, 222);
	border-radius: 4px;
	margin-left: 14px;
	margin-bottom: 10px;
	padding: 0px 8px 0px 8px;
	margin-top: 5px;
	font-size: 20px;
	line-height: 18px;
	float: right;
}

.course_description .participants_max {
	position: relative;
	top: -2px;
}

.courselist_cart_header {
	font-style: italic;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 26px;
}

#courselist_cartlist, .courselist_cart_listing_container, .courselist_cart_listing, .courselist_cart_remove, .course_info {
	float: left;
}

#courselist_cartlist, .courselist_cart_listing_container, .course_info {
	width: 100%;
}

.courselist_cart_listing_container {
	border-bottom: 1px solid rgb(218, 217, 222);
	padding: 2px 0px 1px 0px;
}

.courselist_cart_listing_container:last-child {
	border-bottom: none;
}

.courselist_cart_listing_container:hover {
	background: rgba(255, 255, 255, 0.7);
}

.courselist_cart_listing {
	width: 82%;
	line-height: 15px;
	padding-top: 3px;
}

.courselist_cart_remove {
	width: 8%;
}

.courselist_cart_remove:hover {
	color: rgb(255, 0, 0);
	cursor: pointer;
}

#courselist_cart .button {
	margin-top: 8px;
	float: left;
	width: 93%;
}

.courselist_cart_listing_date {
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 10px;
}

#courselist_langfilters{
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#courselist_langfilter_text{
	float: left;
	margin-right: 10px;
}

.courselist_langfilter{
	padding: 1px 4px;
	border: 2px solid rgb(48,53,54);
	background: rgb(255, 255, 255);
	border-radius: 4px;
	color: rgb(48,53,54);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	margin-right: 4px;
	margin-top: 1px;
	float: left;
}

.courselist_langfilter:hover {
	border: 2px solid rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	background: rgb(34, 203, 252);
	cursor: pointer;
}


.courselist_langfilter_active {
	background: rgb(48,53,54);
	color: rgb(255, 255, 255);
	border: 2px solid rgb(48,53,54);
}

.courseform_header h2, #courseform_table h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	width: 100%;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
}

#courseform_table input.error {
	background: rgb(255,148,148);
}
#courseform_table label {
	display: inline-block;
	font-family: "arno-pro", "times new roman", serif;
	font-style: italic;
	width: 100%;
}

.courseform_header_full h2 {
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.courseform_cart_container.courseform_cart_full {
	background-color: rgb(255, 175, 163);
	display: block;
}

.courseform_cart_show {
	display: none;
	margin-bottom: 10px;
}

.courseform_cart_listing {
	padding: 5px 0px;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	width: 100%;
}

.courseform_cart_listing:last-child {
	border-bottom: 0px;
}

.courseform_cart_listing_header {
	font-weight: 700;
	font-size: 20px;
	font-family: "arno-pro", "times new roman", serif;
	line-height: 20px;
	margin-bottom: 2px;
	width: 100%;
}

.courseform_cart_content {
	width: 35%;
	float: right; 
	margin-top: 33px;
}

.courseform_cart_container {
	padding: 10px 2%;
	background: rgb(238, 239, 242);
	font-size: 16px;
	float: left;
	width: 96%;
}

.courseform_form_container {
	width: 59%;
	float: left; 
}

#courseform_table {
	margin-bottom: 50px;
}

#courseform_table td {
	padding: 3px;
}

#courseform_table input {
	width: 200px;
}

#courseform_table select {
	width: 204px;
}

.staff_location {
	width: 100%;
	font-size: 30px;
	font-weight: 800;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	float: left;
	margin-top: 30px;
}

.staff_location:first-child {
	margin-top: 0px;
}

.staff_listing {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(218, 219, 222, 0.7);
	padding: 7px 0px;
}

.staff_listing:hover {
	background: rgb(238, 239, 242);
}

.staff_listing:last-child {
	margin-bottom: 30px;
}

.staff_name {
	font-family: "arno-pro", "times new roman", serif;
	font-size: 24px;
	font-weight: 700;
	float: left;
	width: 52%;
	padding-top: 6px;
	line-height: 0.8;
}

.staff_phone, .staff_room {
	padding-top: 5px;
	float: right;
	text-align: right;
}

.staff_phone {
	width: 30%
}

.staff_room {
	width: 18%;
}

.staff_tags, .staff_info {
	font-size: 16px;
	float: left;
	width: 100%;
	margin-top: 3px;
}

.staff_phone br, .staff_room br {
	display: none;
}

.staff_phone .tinytext:last-child {
	display: none;
}

.staff_phone .tinytext:after, .staff_room .tinytext:after {
	content: ' ';
}

img + i.fa-external-link, i + i.fa-external-link {
	display: none;
}

input.alert, select.alert, textarea.alert {
	background: rgb(255, 175, 163);
}

/* Mobile location menu */

.ui-selectmenu-button {
	padding: 3px 6px;
	border: 2px solid rgb(34, 203, 252);
	border-radius: 4px;
	color: rgb(34, 203, 252);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	background: none;
	position: relative;
	top: 13px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
}

#locations_menu_mobile_select {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.ui-widget-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.ui-menu-item:first-child {
	display: none;
}

.ui-menu-item {
	padding: 3px 6px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
	text-align: center;
}

.ui-menu-item:hover, .ui-widget-content .ui-state-focus {
	background: rgb(34, 203, 252);
	color: rgb(255, 255, 255);
	cursor: pointer;
	border-color: rgb(34, 203, 252);
}

/* Mobile location menu ends */

@media screen and (max-width: 768px) {
	.fullwidth {
		width: 100%;
		height: auto;
	}	
}

@media screen and (min-width: 769px) {
	#mobileversion {
		display: none;
	}
	
	.tabs_locations {
		font-weight: 700;
		font-size: 36px;
	}
	
	.onehalf {
		margin-right: 2%;
		width: 49%;
	}
	
	.onethird {
		margin-right: 2%;
		width: 32%;
		margin-left: 0%;
	}
	
	.twothird {
		margin-right: 2%;
		width: 64%;
	}
	
	.onehalf.last, .onethird.last {
		margin-right: 0;
	}
	
	.desktoponly {
		display: block;
	}
	
	.mobileonly {
		display: none;
	}
	
	#startpage_biglinks {
		padding: 0px;
	}
		
	#startpage_biglinks .onethird {
		padding: 35px 0px 35px 0px;
	}
	
	.startpage_link_text br {
	    display: block;
	}
	
	.startpage_link_text {
		min-height: 40px;
	}
	
	
	#startpage_biglinks a > div:hover {
		background: rgba(0, 0, 0, 0.05);
	}
	
	.startpage_link_header:after {
		background: none;
		float: none;
	}
	
	#langlink {
		padding-right: 0px;
	}
	
	#startpage_tria_search {
		padding: 14px 10px 20px 10px;	
	}
	
	#bottom_logos {
		padding: 40px 0px 10px 0px;
	}
	
	#bottom_copyright {
		float: right;
		text-align: right;
		margin-left: 0;
		margin-right: 0;
	}
	
	.contactdetails_table {
		border-bottom: 1px solid rgb(218,219,222);
	}
	.contactdetails .desktoponly h1 {
		border-bottom: none;
	}
	
	#tabs_locations_content {
		padding: 30px 0px 50px 0px;
	}
	
	.modules_container {
		position: relative;
		top: 0px;
		right: 0px;
		float: right;
		width: 30%;
		display: block;
		background: none;
		box-shadow: none;
		margin-bottom: 15px;
		margin-top: 0px;
		padding-left: 25px;
	}
	
	.modules_content {
		padding: 0px;
		
	}
	
	.module {
		margin-bottom: 15px;
	}	
	
	h2.thesis_list_header {
		width: 68%;	
	}
	
	.thesis_list_listing {
		width: 66%;
	}
	
	#thesisformholder {
		width: 67%;
	}
	
	.locations_collections_link {
		margin-top: 10px;
	}
	
	.staff_listing, .staff_location {
		width: 66%;
	}
	
	
}
/* Smart phone vertical */

@media (max-width: 320px) {
	#langlink_links {
		display: none;
	}
	
	#langlink {
		padding-top: 2px;
	}
	
	#mainmenu_toplevel_mobile #mainmenu_mobile_links {
		display: block;
	}
	
	#mobilemenu-button {
		margin-top: 5px;
	}
	
	#mainmenu_toplevel_mobile_link span {
		display: none;
	}
	
	#mobilemenu-button .fa-bars {
		font-size: 28px;
	}
	
	.document_header {
		font-size: 42px;
		line-height: 36px;
	}
}

/* Location tab font sizes */


@media (max-width: 900px) {
	
	.courseform_cart_content {
		width: 45%;
	}
	
	.courseform_form_container {
		width: 49%;
	}
}

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

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

@media (max-width: 480px) {
	#startpage_thesis_header, #startpage_thesis_links, #bottom_logos_tritonia, #bottom_logos_others {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	#bottom_logos_others {
		margin-top: 15px;
	}
	
	#frontpagenewsreadmore {
		padding-top: 20px;
		text-align: center;
	}
	
	.newsitem h1{
		font-size: 28px;
	}
		
	h1.thesis_abstract_header {
		font-size: 36px;
		padding-top: 10px;
		line-height: 34px;
		padding-bottom: 2px;
	}
	
	h2.thesis_abstract_header {
		font-size: 24px;
		line-height: 24px;
	}
		
	.thesis_abstract_field_header {
		font-size: 14px;
		width: 150px;
		padding-top: 3px;
	}
	
	.thesis_abstract_field {
		padding-left: 150px;
	}
	
	.date_expires, .room_teacher {
		width: 100%;
	}
	
	.room_teacher {
		margin: 5px 0px 5px 0px;
	}

	.document_content {
		text-align: left;
	}
	
}

@media (max-width: 580px) {
	.locations_menu_mobile_header, #locations_menu_mobile_container {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.ui-selectmenu-button {
		top: -1px;
	}
		
	.openhours_mobile_container {
		width: 100%;
	}
		
	.openhours_mobile_header {
		width: 40%;
	}
	
	.openhours_mobile_text {
		width: 60%;
	}
	
	#bookaroom_step_1, #bookaroom_step_2, #bookaroom_step_3 {
		width: 100%;
		margin-right: 0px;
	} 
	
	.bookaroom_step_header {
		padding-top: 25px;
	}
	
	#bookaroom_step_1 .bookaroom_step_header {
		padding-top: 0px;	
	}
	
	.bookaroom_step_content {
		height: auto;
	}
	
	.thesis_list_faculty {
		float: none;
		margin-top: 0px;
		width: 100%;
		font-size: 12px;
	}
	
	#thesis_abstract_download {
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.thesis_abstract_download_text_info br {
		display: inline;
	}
	
	.staff_name {
		width: 100%;
	}
	
	.staff_room, .staff_phone {
		width: 30%;
		padding-top: 0px;
		padding-bottom: 2px;
	}
	
	.staff_phone {
		width: 70%;
		float: left;
		text-align: left;
	}
	
	.staff_phone .tinytext {
		display: none;
	}
	
	.staff_phone .tinytext:last-child {
		display: inline;
	}
	
	#courseform_table input {
		width: 150px;
	}
	
	#courseform_table select {
		width: 154px;
	}
	
}

@media (max-width: 720px) {
	
	#courselist_cart {
		position: absolute;
		top: 110px;
		left: 0px;
		width: 100%;
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
		background-color: rgba(228, 229, 232, 0.95);
		display: none;
	}
	
	.courselist_cart_header, .courselist_cart_listing_container {
		display: none;
	}
	
	#courselist {
		float: left;
		width: 100%;
	}
	
	#courselist_cart_counter_container {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.courselist_cart_showlisting_container {
		display: block;
	}
	
	.courseform_cart_content {
		width: 96%;
		float: left;
		margin-top: 0px;
	}
	
	.courseform_cart_container {
		display: none;
		width: 100%;
	}
	
	.courseform_form_container {
		margin-top: 20px;
		width: 100%;
	}
	
	#courseform_table {
		width: 100%;
	}
		
	.courseform_cart_show {
		display: block;
	}
}

@media (max-width: 820px) {
	.openhours_tab {
		font-size: 14px;
	}
	
	.openhours_times {
		font-size: 13px;
	}
	
	#sitesearch_mobile {
		display: block;
	}
	
	#sitesearch_desktop {
		display: none;
	}
	
	#mainmenu_toplevel {
		display: none;
	}
	
	#mobilemenu_button_container {
		display: block;
	}
	
	.bookaroom_room_header {
		height: 40px;
		padding-bottom: 15px;
	}
	
	
	
	.bookaroom_room_header_number {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		float: left;
		margin-bottom: 10px;
		margin
	}
	
	.bookaroom_room_header br {
		display: none;
	}
	
	.bookaroom_cell .fa {
		width: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.bookaroom_cell .fa-ban {
		font-size: 13px;
	}
	
	.bookaroom_room_header_capacity {
		display: none;
	}
	
	.bookaroom_free_text span, .bookaroom_booked_text span {
		display: none;
	}
	
	.bookaroom_free_text i, .bookaroom_booked_text i {
		display: block;
	}
}

@media (max-width: 890px) and (min-width: 768px) {
	.addressbreak {
		display: inline;
	}
	
	.staff_room, .staff_phone {
		text-align: center;
		padding-top: 0px;
		line-height: 1;
	}
	
	.staff_phone br, .staff_room br {
		display: inline;
	}
	
	.staff_name {
		padding-top: 12px;
	}
	
	.staff_listing {
		padding-top: 0px;
	}
	
	
}

@media (max-width: 970px) and (min-width: 581px) {
	
	.bookaroom_day_short {
		display: inline;
	}
	
	.bookaroom_day_long {
		display: none;
	}
	
	.bookaroom_booked_text i {
		font-size: 16px;
	}
		
}

@media (max-width: 660px) and (min-width: 581px) {
	
	.bookaroom_cell_hours span {
		display: none;
	}
	
}

@media print {
	#bar_langlink_container, #mainmenu_toplevel, #mainmenu_toplevel_mobile, #top_menu, #document_show_modules, #document_show_modules_placeholder, #document_hide_modules_container, #bottom_logos, #top_menu_startpage, #mainmenu_toplevel_mobile_link, #locations_menu_mobile_container, #startpage_theses, #tabs_locations_furtherinfo .button, #frontpagenewslistbullets .button, #frontpagenewslistbullets .frontpagenewslistbullets, #frontpagenewsreadmore, #startpage_edulab_main .button, #startpage_edulab_lin .button {
		display: none;
	}
	
	.width_content_full {
		float: left;
	}
	
	body {
		color: rgb(0, 0, 0);
		padding: 30px 20px 10px 10px;
	}
	
	.locations_menu_mobile_header, #startpage_edulab_main h1 {
		font-size: 42px;
		line-height: 36px;
		font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
		float: left;
		text-align: left;
		margin-bottom: 20px;
		letter-spacing: 0px;
		width: 100%;
	}
	
	.contactdetails_table .top {
		border-bottom: 1px solid rgb(200, 200, 200);
	}
	
	.contactdetails_table .top:last-child {
		border-bottom: none;
	}
	
	#startpage_edulab_main {
		margin-top: 0px;
	}
	
	#startpage_news {
		padding-bottom: 0px;
		padding-top: 10px;
	}
	
	.modules_container {
		position: relative;
		top: 0px;
		right: 0px;
		float: right;
		width: 30%;
		display: block;
		background: none;
		box-shadow: none;
		margin-bottom: 15px;
		margin-top: 0px;
		padding-left: 5px;
		border-left: 1px solid rgb(200,200, 200);
		margin-left: 15px;
	}
	
	.modules_content {
		padding: 0px;
	}
	
	.module {
		margin-bottom: 15px;
	}
	
	.width_content_full {
		width: 100%;
	}	
	
	#frontpagenewslistbullets {
		font-size: 42px;
		line-height: 36px;
		margin-bottom: 0px;
		color: rgb(0, 0, 0);
	}
	
	#frontpagenewslist {
		height: auto;
	}
	
	.newsitem {
		display: block !important;
		color: rgb(0, 0, 0);
		font-weight: 300;
		font-size: 18px;
		font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
		margin-top: 30px;
	}
	
	.newsitem:first-child {
		margin-top: 15px;
	}
	
	.newsitem h1, #startpage_edulab_lin h1, .contactdetails h1, #tabs_locations h1 {
		font-weight: 700;
		font-size: 28px;
		margin: 10px 0px 5px 0px;
		line-height: 29px;
		font-style: normal;
		color: rgb(0, 0, 0);
		text-transform: none;
		border-bottom: none;
	}
	
	#startpage_edulab {
		width: 100%;
	}
	
	#startpage_edulab_lin {
		display: block;
		padding-top: 15px;
		float: left;
	}
	
	#tritonia_description {
		border-top: 1px solid rgb(200, 200, 200);
		padding-top: 15px;
		display: block;
		height: auto;
		overflow: hidden;
	}
	
	.startpage_link_header, .startpage_link_text {
		color: rgb(0, 0, 0);
	}
	
	.startpage_link_header:after {
		width: 0px;
		height: 0px;
		margin: 0px;
	}
	
	#startpage_biglinks {
		border-bottom: 1px solid rgb(200, 200, 200);
	}
	
	#startpage_biglinks .onethird {
		width: 30%;
		margin-right: 5%;
	}
	
	#startpage_biglinks .onethird:last-child {
		margin-right: 0px;
	}
	
	#print_logo {
		display: block;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid rgb(200, 200, 200);
	}
	
}
