/* MARKUP */
html {
  position: relative;
  min-height: 100%;
}

body {
	font-size: 13px;
	font-weight:normal;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* CONTENT */
body > .container {
  position: relative;
}

.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	color:#999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#000;
}
.gallery img {
	margin-bottom: 20px;
}
.gallery img {
	width: 100%;
}
.press {
	text-align:left;
}
.press a {
	color: #333;
}
.content-about {
	text-align: justify;
}
/* ELEMETS */
.media-body {
	padding-left:10px;
}
.list-group-item {
	border:0;
	background:none;
}
.education img {
	width:100px;
	height:auto;
}
.work-list img {
	width:120px;
	height:auto;
}
.list-group-item {
	border:0;
	border-bottom:1px solid #ddd;
}
.enter {
	display:block;
	background: url(../img/enter.png);
	width:43px;
	height:57px;
	margin:20px auto 0;
	position:relative;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awards-home, .awards {
	text-align: center;
	width:100%;
}
.awards-home img {
	display:inline-block;
	width:120px;
	padding:10px;
}
.awards img {
	display:inline-block;
	width:160px;
	padding:10px;
}
.home-image {
	padding:0 20px;
}
.side-image .container img {
	margin:0 auto;
}

	.press > div:nth-child(3n+1) {
		clear: both;
	}

@media (min-width: 768px) {

	.enter {
		top:40px;
	}
	.videowrapper {
		width:auto;
		text-align:center;
		padding:0;
		height:auto;
	}
	.videowrapper iframe {
		width:600px;
		height:300px;
		position:relative;
	}
	.home-image {
		padding:20px 0 0;
	}
	.navbar-right {
		display:none;
	}
	
	.side-image {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:10000;
		pointer-events:none;
	}
	.side-image .container {
		position: relative;
		height:100%;
		overflow:hidden;
	}
	.side-image .container img {
		position:absolute;
		display:none;
	}
	
}

@media (min-width: 992px) {

	.press > div:nth-child(3n+1) {
		clear: none;
	}

	.press > div:nth-child(6n+1) {
		clear: both;
	}
	
	.content-about {
		margin:10px 460px 0 40px;
	}
	.education {
		margin:0px 200px 0px 50px;
	}
	.press {
		margin:0px 200px 0px 50px;
	}
	.side-image .container img {
		display:block;
		top:40px;
		width:460px;
		right:-20px;
	}
	.navbar-right {
		display:block;
	}
	.enter {
		top:60px;
	}

}

@media (min-width: 1200px) {
	
	.side-image .container img {
		width:530px;
		right:0px;
	}
	.enter {
		top:80px;
	}
}