@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */

 #gallery { margin: 0; padding: 0;
    height: 300px;
}
#gallery .gallery_box { display: block; float: left; width: 220px; margin: 0 20px 40px 0;height: 140px;
}
#gallery .lmb { margin: 0 0 20px 0; }
.gallery_box_more {display:block; width:50px; height:18px; float:right; text-indent:-99999px; cursor:default;}

.gallery_box h3 { margin-bottom: 10px }
.gallery_box h3 a { font-size: 18px; font-weight: normal; color: #1184df }
.gallery_box p { font-style: italic; font-size: 11px; font-weight: bold }
.gallery_box a img { border: 1px solid #ccc; width: 190px; height: 130px;  padding: 8px }
.gallery_box a img:hover { background: #ccc }

#gallery a.more { float: left; margin-right: 10px;
    margin-bottom: 0px;
}   
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}