* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0!important;
	padding: 0!important;
	height: 100%;
}

body {
	font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	background: #560404;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 5px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	padding: 5px 0;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #F4C161;
	text-decoration: none;
}

a:hover {
	color: #FFF;	
}

img {
	width: 100%;
	height: auto;
}

#wall {
	display: none;
	height: 0;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.ref-link {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.link {
    display: block;
    width: 100%;
    height: auto;
}

#dropped {
	margin: 0 auto;
    text-align: center;
} 

.wall {
	margin: 0 auto;
	text-align: center;
}

.isotope {
	position: relative;
	margin: 0 auto;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.pos {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 300px;
	height: 150px;
}

.logo {
	width: 300px;
	height: 88px;
	display: inline-block;
}

.logo img {
	border: none !important;
	margin-bottom: 3px;
}

.textItem {
	width: 606px !important;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
}

.title {
	width: 100%;
}

.adv {
	height: 250px;
}

.adv>iframe{
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origion: 50% 0;
    transform-origin: 50% 0;
}

/* ---- grid ---- */

#grid {
	margin: 0 auto;
	text-align: center;
}

/* clear fix */

#grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
	position: relative;
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 5px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #800000;
}

.grid-item img:hover, .grid-item iframe:hover {
	background: #FFF;
	opacity: 0.7;
}
.gridTitle {
	display: block;
}

@media screen and (max-width: 760px) {
	#wall {
		display: none;
	}
	#grid {
		width: 100% !important;
	}
	.title h1 {
		font-size: 26px;
	}
	.grid-item {
		display: inline-block;
		position: static !important;
		width: 460px;
		height: auto;
		margin: 5px auto;
		padding: 0;
	}
	.grid-item img {
		border: none;
	}
	.gridTitle h2 {
		font-size: 16px;
	}
	.textItem {
		display: none;
	}
}

@media screen and (max-width: 460px) {
	#wall {
		display: none;
	}
	#grid {
		width: 100% !important;
	}
	.grid-item {
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		
	}
	.grid-item img {
		display: block;
		width: 100%;
		height: auto;
		
	}
	.title h1 {
		font-size: 22px;
	}
	.gridTitle h2 {
		font-size: 14px;
	}
	.textItem {
		display: none;
	}
}