* {
	font-family: "Netto", "Arial", "Helvetica" ! important;
}

body {
	background: #45545f;
	color: white;
	font-size: 16px;
	padding-top: 180px;
}

@media (max-width: 1366px) {
	body {
		padding-top: 130px;
	}
}

@media (max-width: 767px) {

	body {
		padding-top: 40px;
		font-size: 14px;
	}
}

body > div.content {

	overflow: hidden;
	height: 100%;
	padding-bottom: 100px;
}

a {
	color: white;
	text-decoration: underline;
}

a:active, a:hover {
	outline: none;
}

a:hover {
	color: white;
	background: none;
}

a:active {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.content {
	width: 100%;
	margin: auto;
}

@media (min-width: 768px) {
	.content {
		width: 80%;
	}
}

@media (min-width: 1366px) {
	.content {
		width: 60%;
	}
}

@media (min-width: 2000px) {
	.content {
		width: 50%;
	}
}

.content > div {
	overflow: hidden;
}

.claim {
	padding: 50px;
}

@media (max-width: 767px) {
	.claim {
		padding: 20px;
		overflow: scroll;
		height: 100%;
	}
	.claim > h2 {
		font-size: 18px;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	margin: 0;
	padding-top: 100px;
	height: 190px;
}

@media (max-width: 1366px) {
	header {
		padding-top: 50px;
		height: 150px;
	}
}

@media (max-width: 767px) {
	header {
		padding-top: 35px;
		height: 74px;
	}
}

@media (max-width: 767px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
}

header > .content > div {
	height: 60px;
}

@media (max-width: 767px) {
	header > .content > div {
		height: 50px;
	}
}

header h1, header h2 {
	margin-top: -21px;
	padding-top: 0;
	padding-bottom: 0;
}
header h1 a {
	color: white;
	text-decoration: none;
}

header h1 a:hover {
	text-decoration: none;
	color: #00aca8;
}

@media (max-width: 767px) {
	header  h1, header  h1 {
		margin-top: 0px;
	}
}

nav {
	padding-right: 30px !important;
}

@media (max-width: 992px) {

	nav {
		margin-top: 10px;
		margin-left: 8px;
	}
}

@media (max-width: 767px) {

	nav {
		position: absolute !important;
		margin: 0;
		top: 0;
		left: 0;
	}
}

#navigation {
	margin-left: auto;
	display: table;
}
@media (max-width: 970px) {
	#navigation {
		margin-left: 0px;
	}
}

.nav {
	font-weight: bold !important;
	font-size: 15px;
}

@media (max-width: 1170px) {

	.nav {
		font-size: 14px;
	}
}

.nav>li>a {
	padding: 3px 0 10px 5px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.nav>li>a {
		padding: 5px 4px 11px 4px;
	}

	.nav {
		font-size: 13px;
	}
}

.nav-pills>li>a{
	color: white !important;
	border-radius: 0;
}

.nav-pills>li>a[selected] {
	text-decoration: underline;
	background: transparent;
}

.nav-pills>li>a:hover {
	text-decoration: underline;
	background: transparent;

	-webkit-animation: bounceSmall 0.3s ease-in-out;
	-moz-animation: bounceSmall 0.3s ease-in-out;
	-ms-animation: bounceSmall 0.3s ease-in-out;
	-o-animation: bounceSmall 0.3s ease-in-out;
	-animation: bounceSmall 0.3s ease-in-out;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.circles {
	display: block;

	margin: auto;
	margin-right: 5px;
	padding-top: 10px;
	float: right;
}

.circles > img {
	height: 48px;
}

@media (max-width: 767px) {

	.circles {
		padding-top: 12px;
	}
	.circles > img {
		height: 22px;
	}
}

h1, h2 {
	font-size: 80px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

h2 {
	font-size: 55px;
}

h1 > img {
	height: 40px;
	position: relative;
	top: -30px;
	left: 10px;
}

@media (max-width: 767px) {
	h1, h2 {
		font-size: 35px;
		padding-top: 28px;
		padding-bottom: 10px;
		margin-top: 0px;
	}

	h1 > img {
		height: 20px;
		position: relative;
		top: -25px;
		left: 0px;
	}
}


/* ==========================================================================
CONTENT
=============================================================================*/

#content section {
	overflow: hidden;
}

section > div > div {
	margin-top: 20px;
	overflow: hidden;
}

.pre {
	white-space: pre;
}

@media (max-width: 767px) {

	#content section {
		padding-bottom: 20px;
	}

	section > div > div {
		margin-top: 0;
	}

}

.tile {
	width: 100%;
	overflow: hidden;
	display: block;
	height: 0;
	padding-bottom: 60%;
	margin-bottom: 10px;
	position: relative;
}

.tile img {
	width: 100%;
}

.fullscreen img {
	max-width: 100%;
}

.textTile {

	font-size: 16px;
	height: auto;
	margin-bottom: 20px;
}

.textTile p {
	margin-bottom: 0;
}

@media (max-width: 767px) {

	.textTile {
		font-size: 12px;
	}
}

#team p.tile > div:nth-of-type(2) {
	font-weight: bold;
}

a.tile {
	background: #00aca8;
}

a.tile > img {

	width: 101%;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.25s ease-in-out;
	-ms-transition: -ms-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	-moz-transform:translateY(-1%);
}

a.tile:hover > img {
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	transform:translateY(-100%);
}

a.tile > div {

	color: white;
	text-align: center;
	font-size: 20px;
	display: table;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	top: 150%;
	width: 100%;
	-webkit-transition: top 0.25s ease-in-out;
	-moz-transition: top 0.25s ease-in-out;
	-ms-transition: top 0.25s ease-in-out;
	-o-transition: top 0.25s ease-in-out;
	transition: top 0.25s ease-in-out;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}

a.tile:hover > div {

	top: 50%;
}

@media (max-width: 767px) {

	.tile > div {
		font-size: 16px;
	}
}

.map  {
	position: relative;
	overflow: hidden;
	height: 200px;
	display: block;
}

.map img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	left: -9999px;
	right: -9999px;
}

.break {
	clear: both;
	padding: 10px;
}

/* ==========================================================================
DETAILS
=============================================================================*/


#fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.67);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AA000000', endColorstr='#AA000000')";
	z-index: 999;
	width: 100%;
	height: 100%;
}

.close {
	width: 80px;
	position: absolute;
	height: 72px;
	right: 0;
	z-index: 4;
	color: white;
	font-weight: normal;
	text-shadow: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 40px;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.white {
	color: white;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.black {
	color: gray;
}

.close:hover {

	color: #00B2A1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.black:hover {
	color: gray;
}


@media (max-width: 767px) {

	.close {
		font-size: 30px;
		width: 35px;
		height: 40px;
		padding: 5px;
	}
}

#player {
	overflow: hidden;
	background: white;
	position: absolute;
	width: 740px;
	height: 589px;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -300px;
}

#player.small {
	height: 450px;
	margin-top: -250px;
}

@media (max-width: 767px) {
	#player{
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
		margin-top: 0;
	}
}


#player > img {
	width: 100%;
}

.focus {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	top: 0;
	height: auto;
	width: 100%;
}

.focus:hover a > div {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* FOCUS WITH FOLLOWING GALLERY */
.gallery + .focus{
	bottom: 138px;
}

@media (max-width: 767px) {

	.gallery + .focus   {
		bottom: 79px;
	}
}

.focus img {
	width: 100%;
}

@media (max-width: 767px) {

	.focus img {
		margin-top: 50%;
	}
}

.focus video, .focus audio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')";
}

.text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
	z-index: 2;
	background: rgba(32,32,32,0.67);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AA202020', endColorstr='#AA202020')";
	color: white;
	font-size: 20px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: -17px;
	-webkit-overflow-scrolling: touch;
	min-width: 100%;
}

.gallery + .focus .text {

	font-size: 16px;
	padding: 30px;
}

.pre {
	white-space: pre-line;
}

@media (max-width: 767px) {
	.focus .text {
		padding: 10px;
		padding-right: 50px;
		font-size: 14px;
	}
}

.text > div:nth-of-type(1) {
	font-weight: bold;
}

.text > div {
	min-height: 14px;
	display: block;
	font-size: 17px;
}

.gallery {
	position: absolute;
	bottom: 0;
	height: 138px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
	.gallery {
		height: 79px;
	}
}

.gallery a {
	width: 25%;
	float: left;
	height: 139px;
	background: #45545f;
	border-right: 1px solid white;
	padding-right: 1px;
	overflow: hidden;
}

.gallery a img {
	height: 100%;
	min-width: 100%;
}

.gallery a:hover {
	background: white;
}

.gallery a:hover img, .gallery a.selected img{
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bigCircle {
	position: absolute;
	width: 80%;
	height: 60px;
	padding: 10px;
}

.bigCircle > div {

	position: absolute;
	height: 40px;
	width: 40px;
	display: block;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

a.bigCircle:hover > div {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.right, .left {
	top: 50%;
	width: 80px;
	height: 200px;
	margin-top: -100px;
	z-index: 100;
	padding: 20px;
	left: 0px;
}

.right > div, .left > div {
	top: 80px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.right {
	left: auto;
	right: 0px;
}



.marginalRest {
	margin-right: 300px;
}

#marginal {
	position: absolute;
	top: 225px;
	right: 50px;
	width: 250px;
}

#marginal .image {
	overflow: hidden;
	height: 200px;
}

#marginal .image img {
	max-width: 100%;
	top: -43px;
	position: relative;
}
.marginalContent {
	background: #ddd;
	padding: 20px;
}
.marginalContent h3 {
	margin: 0;
}

.iconHoverMessage {
	position: fixed;
	top: 50px;
	right: 200px;
	left: 40px;
	background: #45545f;
	z-index: 3;
	padding: 30px;
	color: white;
	display: none;
}

.iconHoverMessage > * {
	margin: 0;
	padding: 0;
}

.submenu {
	margin-top: 0;
	margin-bottom: 20px;
}

.submenu a {
	margin-left: 15px;
	color: white;
	text-decoration: underline;
}

.submenu a:hover {
	color: #00B2A1;
}

/*=================================================================
MARGINAL COLUMN
================================================================*/
aside {

	margin-top: 40px;
}

@media (max-width: 767px) {
	aside {
		margin-top: 208px;
	}
}

aside h2 {
	font-size: 18px;
	margin-top: 0;
}
aside img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

aside section {
	margin-bottom: 50px;
}

aside section > div > div {
	margin-top: 0;
}

#asideContent {
	position: fixed;
	width: 12.5%;
	overflow: scroll;
	bottom: 0;
	top: 200px;
}

@media (max-width: 1366px) {
	#asideContent {
		width: 16.5%;
		top: 150px;
	}
}

@media (min-width: 2000px) {
	#asideContent {
		width: 10.5%;
	}
}

#facebook {

	background: rgba(255, 255, 255, 0.125);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80FFFFFF', endColorstr='#80FFFFFF')";
	width: 100%;
	overflow: hidden;
}

#facebook > a {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80FFFFFF', endColorstr='#80FFFFFF')";
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
}
#facebook a {
	word-break: break-all;
	width: 100%;
	display: block;
}

#facebook a p {
	color: white;
}

#facebook > div {
	width: 100%;
	clear: both;
	margin-top: 0;
	padding: 10px;

}

#facebook iframe {
	height: 40px;
	padding: 10px;
	width: 100%;
}

#facebook p {
	padding: 10px;
	font-size: 12px;
	margin: 0;
	word-break: break-all;
}

#facebook img {
	width: 100%;
	margin: 0;
}

/* ==========================================================================
FOOTER
=============================================================================*/

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #45545f;
	right: 0;
	height: 30px;
	color: white;
	width: 100%;
	z-index: 100;
	padding: 6px;
	font-size: 12px;
}

@media (min-width: 768px) {
	footer {
		padding-left: 10%;
	}
}

@media (min-width: 1366px) {
	footer{
		padding-left: 20%;
	}
}

@media (min-width: 2000px) {
	footer {
		padding-left: 25%;
	}
}

footer ul {
	overflow: hidden;
	margin: 0;
	margin-left: 25px;
	padding: 0;
}

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

footer ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}


@media (max-width: 767px) {

	footer ul li {
		margin-left: 5px;
	}
}

footer ul li a {

	color: white;
	text-decoration: none;
}

.bg-danger {
	padding: 5px;
	text-align: center;
	color: red;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}