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;
	vertical-align: baseline;
	font:300 0.875em/1.38 Ubuntu;
}
body {
	background-color: #272829;
}
ol, ul {
	list-style: none;
}
.zanzibar {
	background: url(pozlogo.png) no-repeat;
	width:133px;
	height:133px;
	left:10px;
	top:10px;
	position:absolute;
	animation: logo 1s infinite alternate ease-in-out;
}
@keyframes logo {
	 0% {
 -webkit-transform: translateY(30);
filter: hue-rotate(0deg);
transform:scale(0.8);
	 }
	 20% {
transform:scale(1);
filter: hue-rotate(120deg);
	 }
  100% {
 -webkit-transform: translateY(-10px);
 border-radius: 90px;
}
}
.monstroback {
	background: url(monstro.png) no-repeat fixed;
	background-size: cover;
	overflow: hidden;
}
.monstrologo {
	margin-top:40px;
	background: url(monstroheader.png) no-repeat top center;
	height: 182px;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.header-monstro {
	text-align:center;
	color: #fff;
	padding:10px 5px 0 15px;
	width: 700px;
	margin:0 auto;
}
.intro-text {
	font-size: 26px;
	line-height: 50px;
	font-weight: 300;
	text-align:left;
	font-style:italic;
}
.monstro-text {
	margin: 0 auto;
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	text-align: left;
	border-radius:10px 10px 10px 10px;
	background-color:#090909;
	border:1px solid #F89C2E;
	opacity:1;
	padding: 5px 10px 10px 10px;
}
.monstro89 {
	margin:0 auto;
	width:700px;
	color: #F0C51B;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding-bottom:10px;
	border-radius:10px 10px 10px 10px;
	background-color:#090909;
	border:1px solid #F89C2E;
	opacity:1;
}
.style6 {
	color: #F0C51B;
	font-size: 18;
}
a {
	color: #F04048;
transition: all .2s ease-in-out;
	text-decoration: none;
}
a:hover {
transition: all .2s ease-in-out;
	color: #FFCC00;
	text-decoration: none;
}
.monstromedia {
	padding: 20px 0px;
	width: 100%;
	float: left;
	background-color:rgba(0, 0, 0, 0.4);
}
.monstrofooter {
	width: 100%;
	background-color:rgba(0, 0, 0, 0.59);
	float: left;
	padding: 30px 0px;
	text-align: center;
}
.monstrofooter a {
	font-weight: 700;
	font-size: 16px;
	transition: color 0.3s ease-in;
	color: #FFFF00;
	text-decoration:none;
}
.monstrofooter a:hover {
color: #F04048;
}
.roundall {
margin:0 0 0 10%;
}
.screensmonstro {
height:320px;
background: rgba(0, 0, 0, 0.2);
}
.thumbmonstro {
	width:900px;
	text-align: left;
	padding: 5px 0 80px 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin:0 auto;
}
.thumbsmonstro {
	border:solid 2px transparent;
	border-radius:20px;
	float:left;
	width:270px;
	height:150px;
	overflow:hidden;
}
.thumbsmonstro img {
	transition: all 300ms ease;
	max-width: 100%;
}
.thumbsmonstro:hover img {
	transform:scale(1.50);
}
