@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,600,600italic|Roboto+Slab|Inconsolata');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

#map {
	height: 400px;
	width: 100%;
}


.container #tutorial {
	text-align: justify;
}

.container #tutorial ul {
	list-style: disc;
	margin-left: 1.75em;
}

.container #tutorial ol {
	list-style: decimal-leading-zero;
	margin-left: 1.75em;
}

.container #tutorial img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.hidden {
	display: none !important;
}

.logo {
	position:	absolute;
	z-index: 	1001;
	top: 		1.5em;
	right: 		1.5em;
	width: 		6em;
	height: 	6em;
}

.logo img {
	width: 		6em;
	height: 	6em;
}

@media screen and (max-width: 969px) {
	.logo {
		position: 	absolute;
		display: 	inline-block;
		top: 		0.8em;
		right: 		0.8em;
		width: 		2.4em;
		height: 	2.4em;
	}
	.logo img {
		width: 		2.4em;
		height: 	2.4em;
	}
}
/**************************************************************************/
.news li {
  background: #fff;
  border-radius: 5px;
  margin: 2px;
  padding: 0.3em 0.8em 0em 0.5em;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);

  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.news li:last-child {
  border: none;
  padding-bottom: 0.3em;
}

.news li:hover {
  background: rgba(68, 199, 249, 0.05); #44c7f9;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.sublist {
  position: relative;
  height: auto;
  border-top: 0;
}

[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

label {
  display: block;
  width: 100%;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: top .45s cubic-bezier(.44, .99, .48, 1);
}

label:before,
label:after {
  position: absolute;
}


label:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 320 512'><path fill='rgb(128,128,128)' d='M143 352L7 216c-9-9-9-24 0-34l23-22c9-10 24-10 34 0l96 96 96-96c10-10 25-10 34 0l23 22c9 10 9 25 0 34L177 352c-9 10-25 10-34 0z'/></svg>");
  left: 50%;
}

input[type="checkbox"] ~ ul {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}

[type="checkbox"]:checked ~ ul {
  /**
   * the value of the `max-height` property specifies the transition speed
   * set a very big value (e.g. 9999px) to see the difference
   */

  max-height: 1000px;
}

[type="checkbox"]:checked + label {
  top: 100%;
}

[type="checkbox"]:checked + label:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 320 512'><path fill='rgb(128,128,128)' d='M177 160l136 136c9 9 9 24 0 34l-23 22c-9 10-24 10-34 0l-96-96-96 96c-10 10-25 10-34 0L7 330c-9-10-9-25 0-34l136-136c9-10 25-10 34 0z'/></svg>");
}

.sublist ul li:last-child {
  margin-bottom: 10px;
}

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

.news {
		text-align: justify;
	  text-justify: inter-word;
}
.news-date {
	color: #aaa;
}

.news-title {
	font-size: 18px;
  font-style: oblique;
}

.news-text {
	padding-left: 20px;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Containers */


.container {
	margin-left: auto;
	margin-right: auto;
}

.container.\31 25\25 {
					 width: 100%;
					 max-width: 1200px;
					 min-width: 960px;
				 }

.container.\37 5\25 {
					width: 720px;
				}

.container.\35 0\25 {
					width: 480px;
				}

.container.\32 5\25 {
					width: 240px;
				}

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

	.container.\31 25\25 {
						 width: 100%;
						 max-width: 1500px;
						 min-width: 1200px;
					 }

	.container.\37 5\25 {
						width: 900px;
					}

	.container.\35 0\25 {
						width: 600px;
					}

	.container.\32 5\25 {
						width: 300px;
					}

	.container {
		max-width: 1200px;
	}

}

@media screen and (min-width: 970px) and (max-width: 1200px) {

	.container.\31 25\25 {
						 width: 100%;
						 max-width: 1200px;
						 min-width: 960px;
					 }

	.container.\37 5\25 {
						width: 720px;
					}

	.container.\35 0\25 {
						width: 480px;
					}

	.container.\32 5\25 {
						width: 240px;
					}

	.container {
		width: 960px;
	}

}

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

	.container.\31 25\25 {
						 width: 100%;
						 max-width: 125%;
						 min-width: 100%;
					 }

	.container.\37 5\25 {
						width: 75%;
					}

	.container.\35 0\25 {
						width: 50%;
					}

	.container.\32 5\25 {
						width: 25%;
					}

	.container {
		width: 100% !important;
	}

}

/* Grid */

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;

	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * {
	float: left;
	flex: 1;
    -webkit-box-flex:1;
    -webkit-flex:1;
	margin-bottom: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row.uniform > * > :first-child {
	margin-top: 0;
}

.row.uniform > * > :last-child {
	margin-bottom: 0;
}

.row.\30 \25 > * {
	padding: 0 0 0 0px;
}

.row.\30 \25 {
	margin: 0 0 -1px 0px;
}

.row.uniform.\30 \25 > * {
	padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
	margin: 0px 0 -1px 0px;
}

.row > * {
	padding: 0 0 0 40px;
}

.row {
	margin: 0 0 -1px -40px;
}

.row.uniform > * {
	padding: 40px 0 0 40px;
}

.row.uniform {
	margin: -40px 0 -1px -40px;
}

.row.\32 00\25 > * {
			   padding: 0 0 0 80px;
		   }

.row.\32 00\25 {
			   margin: 0 0 -1px -80px;
		   }

.row.uniform.\32 00\25 > * {
					   padding: 80px 0 0 80px;
				   }

.row.uniform.\32 00\25 {
					   margin: -80px 0 -1px -80px;
				   }

.row.\31 50\25 > * {
			   padding: 0 0 0 60px;
		   }

.row.\31 50\25 {
			   margin: 0 0 -1px -60px;
		   }

.row.uniform.\31 50\25 > * {
					   padding: 60px 0 0 60px;
				   }

.row.uniform.\31 50\25 {
					   margin: -60px 0 -1px -60px;
				   }

.row.\35 0\25 > * {
			  padding: 0 0 0 20px;
		  }

.row.\35 0\25 {
			  margin: 0 0 -1px -20px;
		  }

.row.uniform.\35 0\25 > * {
					  padding: 20px 0 0 20px;
				  }

.row.uniform.\35 0\25 {
					  margin: -20px 0 -1px -20px;
				  }

.row.\32 5\25 > * {
			  padding: 0 0 0 10px;
		  }

.row.\32 5\25 {
			  margin: 0 0 -1px -10px;
		  }

.row.uniform.\32 5\25 > * {
					  padding: 10px 0 0 10px;
				  }

.row.uniform.\32 5\25 {
					  margin: -10px 0 -1px -10px;
				  }

.\31 2u, .\31 2u\24 {
				   width: 100%;
				   clear: none;
				   margin-left: 0;
			   }

.\31 1u, .\31 1u\24 {
				   width: 91.6666666667%;
				   clear: none;
				   margin-left: 0;
			   }

.\31 0u, .\31 0u\24 {
				   width: 83.3333333333%;
				   clear: none;
				   margin-left: 0;
			   }

.\39 u, .\39 u\24 {
	width: 75%;
	clear: none;
	margin-left: 0;
}

.\38 u, .\38 u\24 {
	width: 66.6666666667%;
	clear: none;
	margin-left: 0;
}

.\37 u, .\37 u\24 {
	width: 58.3333333333%;
	clear: none;
	margin-left: 0;
}

.\36 u, .\36 u\24 {
	width: 50%;
	clear: none;
	margin-left: 0;
}

.\35 u, .\35 u\24 {
	width: 41.6666666667%;
	clear: none;
	margin-left: 0;
}

.\34 u, .\34 u\24 {
	width: 33.3333333333%;
	clear: none;
	margin-left: 0;
}

.\33 u, .\33 u\24 {
	width: 25%;
	clear: none;
	margin-left: 0;
}

.\32 u, .\32 u\24 {
	width: 16.6666666667%;
	clear: none;
	margin-left: 0;
}

.\31 u, .\31 u\24 {
	width: 8.3333333333%;
	clear: none;
	margin-left: 0;
}

.\31 2u\24 + *,
	  .\31 1u\24 + *,
			.\31 0u\24 + *,
				  .\39 u\24 + *,
				  .\38 u\24 + *,
				  .\37 u\24 + *,
				  .\36 u\24 + *,
				  .\35 u\24 + *,
				  .\34 u\24 + *,
				  .\33 u\24 + *,
				  .\32 u\24 + *,
				  .\31 u\24 + * {
					  clear: left;
				  }

.\-11u {
	margin-left: 91.66667%;
}

.\-10u {
	margin-left: 83.33333%;
}

.\-9u {
	margin-left: 75%;
}

.\-8u {
	margin-left: 66.66667%;
}

.\-7u {
	margin-left: 58.33333%;
}

.\-6u {
	margin-left: 50%;
}

.\-5u {
	margin-left: 41.66667%;
}

.\-4u {
	margin-left: 33.33333%;
}

.\-3u {
	margin-left: 25%;
}

.\-2u {
	margin-left: 16.66667%;
}

.\-1u {
	margin-left: 8.33333%;
}

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

	.row > * {
		padding: 25px 0 0 25px;
	}

	.row {
		margin: -25px 0 -1px -25px;
	}

	.row.uniform > * {
		padding: 25px 0 0 25px;
	}

	.row.uniform {
		margin: -25px 0 -1px -25px;
	}

	.row.\32 00\25 > * {
				   padding: 50px 0 0 50px;
			   }

	.row.\32 00\25 {
				   margin: -50px 0 -1px -50px;
			   }

	.row.uniform.\32 00\25 > * {
						   padding: 50px 0 0 50px;
					   }

	.row.uniform.\32 00\25 {
						   margin: -50px 0 -1px -50px;
					   }

	.row.\31 50\25 > * {
				   padding: 37.5px 0 0 37.5px;
			   }

	.row.\31 50\25 {
				   margin: -37.5px 0 -1px -37.5px;
			   }

	.row.uniform.\31 50\25 > * {
						   padding: 37.5px 0 0 37.5px;
					   }

	.row.uniform.\31 50\25 {
						   margin: -37.5px 0 -1px -37.5px;
					   }

	.row.\35 0\25 > * {
				  padding: 12.5px 0 0 12.5px;
			  }

	.row.\35 0\25 {
				  margin: -12.5px 0 -1px -12.5px;
			  }

	.row.uniform.\35 0\25 > * {
						  padding: 12.5px 0 0 12.5px;
					  }

	.row.uniform.\35 0\25 {
						  margin: -12.5px 0 -1px -12.5px;
					  }

	.row.\32 5\25 > * {
				  padding: 6.25px 0 0 6.25px;
			  }

	.row.\32 5\25 {
				  margin: -6.25px 0 -1px -6.25px;
			  }

	.row.uniform.\32 5\25 > * {
						  padding: 6.25px 0 0 6.25px;
					  }

	.row.uniform.\32 5\25 {
						  margin: -6.25px 0 -1px -6.25px;
					  }

	.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
									width: 100%;
									clear: none;
									margin-left: 0;
								}

	.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
									width: 91.6666666667%;
									clear: none;
									margin-left: 0;
								}

	.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
									width: 83.3333333333%;
									clear: none;
									margin-left: 0;
								}

	.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28desktop\29 + *,
		  .\31 1u\24\28desktop\29 + *,
				.\31 0u\24\28desktop\29 + *,
					  .\39 u\24\28desktop\29 + *,
					  .\38 u\24\28desktop\29 + *,
					  .\37 u\24\28desktop\29 + *,
					  .\36 u\24\28desktop\29 + *,
					  .\35 u\24\28desktop\29 + *,
					  .\34 u\24\28desktop\29 + *,
					  .\33 u\24\28desktop\29 + *,
					  .\32 u\24\28desktop\29 + *,
					  .\31 u\24\28desktop\29 + * {
						  clear: left;
					  }

	.\-11u\28desktop\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28desktop\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28desktop\29 {
		margin-left: 75%;
	}

	.\-8u\28desktop\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28desktop\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28desktop\29 {
		margin-left: 50%;
	}

	.\-5u\28desktop\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28desktop\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28desktop\29 {
		margin-left: 25%;
	}

	.\-2u\28desktop\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28desktop\29 {
		margin-left: 8.33333%;
	}

}

@media screen and (min-width: 970px) and (max-width: 1200px) {

	.row > * {
		padding: 25px 0 0 25px;
	}

	.row {
		margin: -25px 0 -1px -25px;
	}

	.row.uniform > * {
		padding: 25px 0 0 25px;
	}

	.row.uniform {
		margin: -25px 0 -1px -25px;
	}

	.row.\32 00\25 > * {
				   padding: 50px 0 0 50px;
			   }

	.row.\32 00\25 {
				   margin: -50px 0 -1px -50px;
			   }

	.row.uniform.\32 00\25 > * {
						   padding: 50px 0 0 50px;
					   }

	.row.uniform.\32 00\25 {
						   margin: -50px 0 -1px -50px;
					   }

	.row.\31 50\25 > * {
				   padding: 37.5px 0 0 37.5px;
			   }

	.row.\31 50\25 {
				   margin: -37.5px 0 -1px -37.5px;
			   }

	.row.uniform.\31 50\25 > * {
						   padding: 37.5px 0 0 37.5px;
					   }

	.row.uniform.\31 50\25 {
						   margin: -37.5px 0 -1px -37.5px;
					   }

	.row.\35 0\25 > * {
				  padding: 12.5px 0 0 12.5px;
			  }

	.row.\35 0\25 {
				  margin: -12.5px 0 -1px -12.5px;
			  }

	.row.uniform.\35 0\25 > * {
						  padding: 12.5px 0 0 12.5px;
					  }

	.row.uniform.\35 0\25 {
						  margin: -12.5px 0 -1px -12.5px;
					  }

	.row.\32 5\25 > * {
				  padding: 6.25px 0 0 6.25px;
			  }

	.row.\32 5\25 {
				  margin: -6.25px 0 -1px -6.25px;
			  }

	.row.uniform.\32 5\25 > * {
						  padding: 6.25px 0 0 6.25px;
					  }

	.row.uniform.\32 5\25 {
						  margin: -6.25px 0 -1px -6.25px;
					  }

	.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
								   width: 100%;
								   clear: none;
								   margin-left: 0;
							   }

	.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
								   width: 91.6666666667%;
								   clear: none;
								   margin-left: 0;
							   }

	.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
								   width: 83.3333333333%;
								   clear: none;
								   margin-left: 0;
							   }

	.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28tablet\29 + *,
		  .\31 1u\24\28tablet\29 + *,
				.\31 0u\24\28tablet\29 + *,
					  .\39 u\24\28tablet\29 + *,
					  .\38 u\24\28tablet\29 + *,
					  .\37 u\24\28tablet\29 + *,
					  .\36 u\24\28tablet\29 + *,
					  .\35 u\24\28tablet\29 + *,
					  .\34 u\24\28tablet\29 + *,
					  .\33 u\24\28tablet\29 + *,
					  .\32 u\24\28tablet\29 + *,
					  .\31 u\24\28tablet\29 + * {
						  clear: left;
					  }

	.\-11u\28tablet\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28tablet\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28tablet\29 {
		margin-left: 75%;
	}

	.\-8u\28tablet\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28tablet\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28tablet\29 {
		margin-left: 50%;
	}

	.\-5u\28tablet\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28tablet\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28tablet\29 {
		margin-left: 25%;
	}

	.\-2u\28tablet\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28tablet\29 {
		margin-left: 8.33333%;
	}

}

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

	.row > * {
		padding: 15px 0 0 15px;
	}

	.row {
		margin: -15px 0 -1px -15px;
	}

	.row.uniform > * {
		padding: 15px 0 0 15px;
	}

	.row.uniform {
		margin: -15px 0 -1px -15px;
	}

	.row.\32 00\25 > * {
				   padding: 30px 0 0 30px;
			   }

	.row.\32 00\25 {
				   margin: -30px 0 -1px -30px;
			   }

	.row.uniform.\32 00\25 > * {
						   padding: 30px 0 0 30px;
					   }

	.row.uniform.\32 00\25 {
						   margin: -30px 0 -1px -30px;
					   }

	.row.\31 50\25 > * {
				   padding: 22.5px 0 0 22.5px;
			   }

	.row.\31 50\25 {
				   margin: -22.5px 0 -1px -22.5px;
			   }

	.row.uniform.\31 50\25 > * {
						   padding: 22.5px 0 0 22.5px;
					   }

	.row.uniform.\31 50\25 {
						   margin: -22.5px 0 -1px -22.5px;
					   }

	.row.\35 0\25 > * {
				  padding: 7.5px 0 0 7.5px;
			  }

	.row.\35 0\25 {
				  margin: -7.5px 0 -1px -7.5px;
			  }

	.row.uniform.\35 0\25 > * {
						  padding: 7.5px 0 0 7.5px;
					  }

	.row.uniform.\35 0\25 {
						  margin: -7.5px 0 -1px -7.5px;
					  }

	.row.\32 5\25 > * {
				  padding: 3.75px 0 0 3.75px;
			  }

	.row.\32 5\25 {
				  margin: -3.75px 0 -1px -3.75px;
			  }

	.row.uniform.\32 5\25 > * {
						  padding: 3.75px 0 0 3.75px;
					  }

	.row.uniform.\32 5\25 {
						  margin: -3.75px 0 -1px -3.75px;
					  }

	.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
								   width: 100%;
								   clear: none;
								   margin-left: 0;
							   }

	.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
								   width: 91.6666666667%;
								   clear: none;
								   margin-left: 0;
							   }

	.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
								   width: 83.3333333333%;
								   clear: none;
								   margin-left: 0;
							   }

	.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28mobile\29 + *,
		  .\31 1u\24\28mobile\29 + *,
				.\31 0u\24\28mobile\29 + *,
					  .\39 u\24\28mobile\29 + *,
					  .\38 u\24\28mobile\29 + *,
					  .\37 u\24\28mobile\29 + *,
					  .\36 u\24\28mobile\29 + *,
					  .\35 u\24\28mobile\29 + *,
					  .\34 u\24\28mobile\29 + *,
					  .\33 u\24\28mobile\29 + *,
					  .\32 u\24\28mobile\29 + *,
					  .\31 u\24\28mobile\29 + * {
						  clear: left;
					  }

	.\-11u\28mobile\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28mobile\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28mobile\29 {
		margin-left: 75%;
	}

	.\-8u\28mobile\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28mobile\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28mobile\29 {
		margin-left: 50%;
	}

	.\-5u\28mobile\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28mobile\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28mobile\29 {
		margin-left: 25%;
	}

	.\-2u\28mobile\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28mobile\29 {
		margin-left: 8.33333%;
	}

}

/* Basic */

body, input, textarea, select {
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.85em;
	color: #888;
	font-weight: 300;
}

.iconlink {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

body.is-loading *, input.is-loading *, textarea.is-loading *, select.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	-webkit-animation: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

a {
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #43B3E0;
	text-decoration: underline;
}

a:hover {
	color: #44c7f9;
	/*color: #43bff0;*/
}

a img {
	border: 0;
}

b, strong {
	font-weight: 600;
	color: #3e3e3e;
}

i, em {
	font-style: italic;
}


blockquote {
	border-left: solid 0.75em #eee;
	padding: 1em 0 1em 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color: #3e3e3e;
}

h4 {
	font-family: 'Titillium Web', sans-serif;
	font-style: italic;
	font-size: 1.4em;
}

h5 {
	text-align: right;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

.linkbox, .linkbox:hover {
	text-decoration: none;
	color: inherit;
}

h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-weight: 300;
}

h1 strong {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

br.clear {
	clear: both;
}

hr {
	border: 0;
	border-top: solid 1px #444;
	border-top-color: rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	height: 1px;
	margin: 3em 0 3em 0;
}

p, ul, ol, dl, table {
	margin-bottom: 1em;
}

.text-flow {
	text-align: justify !important;
}

/* Section/Article */

section, article {
	padding-top: 1em;
	margin-bottom: 3em;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

/* Image */

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

.image {
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
	width: 100%;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 0 0;
}

.image.top {
	margin: 0 0 1em 0;
}

.image.circle {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	/*-webkit-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	opacity: 1;
}

.image.circle:hover {
	opacity: .6;
	/*-webkit-filter: grayscale(0);*/
	/*filter: grayscale(0);*/
}

.image.circle img {
	border-radius: 50%;
}

.small img {
	max-width: 150px;
}

.medium img {
	max-width: 250px;
}

.large img {
	max-width: 380px;
}

.wide img {
	max-width: 500px;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	font-family: 'Roboto Slab', serif;
	/*background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	/*background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	/*background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	/*background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	/*-moz-transition: background-color .2s ease-in-out;*/
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	outline: 0;
	cursor: pointer;
	/*border-radius: 8px;*/
	/*text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
	/*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);*/
	background-color: #43B3E0;
}

.button.leftalign {
	float: left !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background-color: #44c7f9;
	color: #fff !important;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background-color: #3BA8D3;
	top: 1px;
}

.button a {
	color: #fff !important;
	text-decoration: none !important;
}

.button a:hover {
	color: #fff !important;
}

.button a:active {
	color: #fff !important;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background-color: #444;
	box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2);
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: #4f4f4f;
	color: #fff !important;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
	background-color: #3f3f3f;
}

/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

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

ul.iconlink {
	cursor: default;
	margin: 0;
}

ul.iconlink li {
	position: relative;
	display: inline-block;
	margin: 0.1em;
	top: 0;
}

ul.iconlink li a {
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
	-ms-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	top: 0;
	position: relative;
}

ul.iconlink li a:before {
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	display: block;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	outline: 0;
	overflow: hidden;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
	width: 24px;
}

ul.iconlink li a:hover {
	top: -3px;
}

ul.iconlink li a:hover:before {
	background-color: transparent;
}
/********************************/

ul.social {
	cursor: default;
	margin: 0;
}

ul.social li {
	position: relative;
	display: inline-block;
	margin: 0.25em;
	top: 0;
}

ul.social li a {
	-moz-transition: top .2s ease-in-out;
	-webkit-transition: top .2s ease-in-out;
	-ms-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
	display: block;
	width: 48px;
	height: 48px;
	text-decoration: none;
	border-radius: 6px;
	top: 0;
	position: relative;
}

ul.social li a:before {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	background-color: #666;
	border-radius: 6px;
	box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
	color: #2A2A2A !important;
	display: block;
	font-size: 26px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	outline: 0;
	overflow: hidden;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);*/
	width: 48px;
}

ul.social li a.icon-google_scholar {
	background-color: #4285f4;
}

ul.social li a.icon-twitter {
	background-color: #2DAAE4;
}

ul.social li a.icon-facebook {
	background-color: #3C5A98;
}

ul.social li a.icon-linkedin {
	background-color: #006599;
}

ul.social li a.icon-google-plus {
	background-color: #DA2713;
}

ul.social li a.icon-github {
	background-color: #FAFAFA;
}

ul.social li a.icon-rss {
	background-color: #F2600B;
}

ul.social li a.icon-instagram {
	background-color: #E0D7C8;
}

ul.social li a.icon-skype {
	background-color: #10BEF1;
}

ul.social li a.icon-youtube {
	background-color: #BF2E25;
}

ul.social li a.icon-flickr {
	background-color: #0062DB;
}

ul.social li a.icon-vimeo {
	background-color: #4C8AB0;
}

ul.social li a:hover {
	top: -5px;
}

ul.social li a:hover:before {
	background-color: transparent;
}

.bottom-right {
	right: 0.8em;
	bottom: 0.7em;
	position: absolute;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 1em;
}

ul.actions li:first-child {
	margin-left: 0;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/* Box */

.box {
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	overflow: visible;
	height: 100%;
}

.box.relbox {
	position: relative;
}

.box.style2 .image.bottompadded {
	padding-bottom: 2em;
}

.box.style2 .image.rightpadded {
	padding-right: 4em;
}

.centered-box {
	margin: 0 auto;
}

.tab {
	display:	inline-block;
	margin-left: 40px;
}

.citation {
	font-family: 'Inconsolata', monospace;
	font-size: 0.95em;
	line-height: 1em;
	margin-top: 3.75em;
	display: none;
}

.contentBox {
	width: 100%;
	min-height: 600px;
}

/* Wrappers */

.wrapper {
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.leftalign {
	text-align: justify;
}

.wrapper.noshadow {
	box-shadow: none;
}

.wrapper.first {
	box-shadow: none;
}

.wrapper.style1 {
	background-image: none;
	background-color: #fff;
}

.wrapper.style2 {
	width: auto;
	background-color: #fafafa;
	/*text-shadow: 1px 1px 0px #fff;*/
}

.wrapper.style3 {
	background-color: #f4f4f4;
	/*text-shadow: 1px 1px 0px #fff;*/
}

.wrapper.style4 {
	margin-top: 1.5em;
	background-color: #303030;
	color: #999;
	box-shadow: inset 0 6rem 6rem -6rem rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: inset 0 6rem 6rem -6rem rgba(0, 0, 0, 0.66);
	/*text-shadow: -1px -1px 0px #181818;*/
}

.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
	color: #999;
}
/* Nav */

#nav {
	background-color: #282828;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	cursor: default;
}
#nav .navtitle {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-size: 1.7em;
	text-align: left;
}

#nav .navitems {
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 969px) {
	#nav .navtitle {
		font-size: 1.2em;
		margin: 1em 0.5em 0.3em 0.5em;
	}
	#nav ul li a {
		font-weight: 600;
		padding: 0.3em 0.2em 1em 0.2em;
	}
}

#nav .navtitle a {
	position: relative;
	color: #fff;
	text-decoration: none;
}

#nav .navtitle a:hover {
	color: inherit;
}

#nav ul {
	margin-bottom: 0;
}

#nav li {
	display: inline-block;
}

#nav ul li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	outline: 0;
}

#nav ul li a:hover {
	color: #fff !important;
}

#nav ul li a.active:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.6em;
	left: 50%;
	margin-left: -0.75em;
	border-left: solid 0.75em transparent;
	border-right: solid 0.75em transparent;
	border-top: solid 0.6em #282828;
}

/* Articles */

#top p a {
	color: inherit;
}

#top .box .image {
	position: relative;
	left: 2em;
	top: 2em;
	width: auto;
	margin: -4em 0em 0em -4em;
}

/*#top .box .image {*/
/**/
/**/
/*width: auto;*/
/*}*/

/* Copyright */

#copyright {
	color: #666;
}

#copyright a {
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: inherit;
}

#copyright a:hover {
	color: #777;
}

/* Desktop */

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

	/* Basic */

	body, input, textarea, select {
		font-size: 12pt;
	}

	h1 {
		font-size: 2.8em;
		letter-spacing: -0.025em;
	}

	h2 {
		line-height: 1.2em;
		font-size: 2em;
	}

	.icon-h2 {
		font-size: 0.75em !important;
	}

	h3 {
		font-size: 1.3em;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 0.75em 0;
	}

	header {
		margin: 1em 0 1em 0;
	}

	header > p {
		font-size: 1.15em;
		margin: 0;
		margin-bottom: 1em;
	}

	header > a {
		font-size: 1.25em;
	}

	header li {
		font-size: 1.15em;
		padding-left: 3em;
		text-indent: -1em;
	}

	header li:before {
		content: "\e917"; /* FontAwesome Unicode */
		font-family: academicons;
		font-size: 0.8em;
		padding-right: 5px;
	}

	footer {
		margin: 3em 0 0 0;
	}

	footer > p {
		font-size: 1.15em;
	}


	.image.leftcircle {
		float: left;
		margin: 0 2em 2em 0;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		padding: 1em 1.65em 1em 1.65em;
		font-size: 1.1em;
	}

	input[type="button"].big,
	input[type="submit"].big,
	input[type="reset"].big,
	button.big,
	.button.big {
		font-size: 1.5em;
		letter-spacing: -0.025em;
	}
	.button.slim {
		padding: 0.5em 1.65em 0.5em 1.65em;
	}

	.button.rounded {
		border-radius: 6px;
		margin-right: 0.2em;
	}

	.button.rounded-right {
		border-radius: 0px 6px 6px 0px;
		margin-right: 0.2em;
	}

	.button.rounded-left {
		padding: 0.5em 0.4em 0.5em 1.65em !important;
		border-radius: 6px 0px 0px 6px;
	}

	.button.narrow {
		padding: 0.5em 0.7em 0.5em 0.4em;
		font-size: 1.1em;
	}

	/* Box */
	.box {
		padding: 2em;
	}

	.box.slim {
		padding: .8em;
	}

	.box.style1 {
		/*padding: 3em 2em 3.5em 2em;*/
	}

	.box.style1 h3 {
		margin-bottom: 0.5em;
	}

	.box.style2 h3 {
		margin-bottom: 0.25em;
	}

	.box.style2 .image {
		position: relative;
		/*left: 2em;*/
		/*top: 2em;*/
		margin: -2em -2em 0 -2em;
		width: auto;
	}

	.box.style2.listbox {
		padding: 0.5em 2em 0 0.5em;
	}

	.box.style2.listbox .image {
		margin: -0.5em -2em 0 -0.5em;
	}
	/* Wrappers */

	.wrapper {
		padding: 1.8em 1em 1em 1em;
		text-align: center;
		height: auto;
	}

	.wrapper.first {
		padding-top: 3.4em;
	}

	/* Nav */

	#nav ul li a {
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		padding: 0.8em 1.3em 0.8em 1.3em;
		/*margin: 0.6em 0.2em 0.6em 0.2em;*/
		font-weight: 600;
		/*border-radius: 8px;*/
		color: #fff;
	}

	#nav p {
		padding: 0em 1em 0em 0em;
		margin: 0;
		color: #fff;
	}

	#nav ul li a:hover {
		background: #383838;
	}

	#nav ul li a:active {
		background: #484848;
	}

	/* Articles */

	#top {
		padding-top: 0;
		text-align: left;
	}

	#top h1 {
		margin-top: 1em;
		line-height: 100%;
	}

	#top p {
		font-size: 1.5em;
		line-height: 1.75em;
	}

	#about p {
		font-size: 1.15em;
	}

	#contact footer {
		font-size: 0.9em;
	}

	/* Copyright */

	#copyright {
		font-size: 1em;
		line-height: 1em;
	}

	#copyright li {
		display: inline-block;
		border-left: solid 1px rgba(0, 0, 0, 0.5);
		box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
		padding: 0 0 0 1em;
		margin: 0 0 0 1em;
	}

	#copyright li:first-child {
		border: 0;
		box-shadow: none;
		padding-left: 0;
		margin-left: 0;
	}

}

/* Tablet */

@media screen and (min-width: 970px) and (max-width: 1200px) {

	/* Basic */

	body {
		min-width: 960px;
		font-size: 11pt;
	}

	input, textarea, select {
		font-size: 11pt;
	}

	header {
		margin: 0 0 1em 0;
	}

	/* Wrappers */

	.wrapper {
		padding: 3em 0 3em 0;
		text-align: center;
	}

	.wrapper.first {
		padding-top: 3.4em;
	}

	.wrapper.style4 .row-special {
		margin: 2em 0 0 0;
		padding: 2em 0 2em 0;
	}

	.image.leftcircle {
		float: left;
		margin: 0 2em 2em 0;
	}

	.box.style2.listbox {
		padding: 0.5em 2em 0em 0.5em;
	}
}

/* Mobile */

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

	/* Basic */

	body, input, textarea, select {
		line-height: 1.75em;
		font-size: 10pt;
		letter-spacing: 0;
	}

	h1, h2, h3, h4 {
		font-size: 1.0em;
		margin: 0 0 0.4em 0;
	}

	h1 {
		font-size: 2.25em;
		line-height: 1.25em;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.125em;
	}

	header {
		margin: 0 0 2em 0;
	}

	header > p {
		font-size: 1.25em;
	}

	footer {
		margin: 2.5em 0 0 0;
	}

	footer > p {
		font-size: 1.25em;
	}

	hr {
		margin: 1.5em 0 2em 0;
	}

	.image.leftcircle {
		margin: 0 0 1em 0;
	}

	/* Section/Article */

	section, article {
		clear: both;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		text-align: center;
		font-size: 1em;
		width: 100%;
		padding: 1em 0 1em 0;
	}

	.button.rounded-right {
		display: none;
	}

	/* List */

	ul.social {
		padding: 1em 0.5em 0 0.5em;
	}

	ul.social li {
		margin: 0.5em 0.5em 0.5em 0.5em;
	}

	ul.social li a {
		top: 0 !important;
	}

	ul.social li a:before {
		background-color: transparent !important;
	}

	/******/


	ul.iconlink {
		padding: 1em 0.5em 0 0.5em;
	}

	ul.iconlink li {
		margin: 0.5em 0.5em 0.5em 0.5em;
	}

	ul.iconlink li a {
		top: 0 !important;
	}

	ul.iconlink li a:before {
		background-color: transparent !important;
	}
	/******/

	ul.actions {
		margin: 0;
	}

	ul.actions li {
		display: block;
		margin: 10px 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Box */

	.box {
		padding: 30px 20px 30px 20px;
		margin: 0 0 20px 0 !important;
	}

	.box h3 {
		margin-bottom: 0.25em;
	}

	.box .image.centered {
		margin-bottom: 1em;
	}

	.box .image.featured {
		position: relative;
		/*left: 20px;*/
		/*top: 20px;*/
		margin: -20px 0 0 -20px;
		width: auto;
	}

	.box.style2.listbox {
		padding: 5px 15px 5px 15px;
	}

	.box.style2.listbox .image {
		margin: -5px -15px 0 -15px;
	}

	.citation {
		margin-top: 0;
		padding: 5em 1em 0 1em;
    }

	/* Wrappers */

	.wrapper {
		padding: 1.5em 15px;
		text-align: center;
	}

	.wrapper.first {
		padding-top: 3em;
	}

	#content {
		padding-top: 3em;
	}

	/* Articles */

	#contact footer {
		margin: 0;
	}

	/* Copyright */

	#copyright {
		font-size: 1em;
		margin: 0;
	}

	#copyright li {
		display: block;
	}
}
