/* reset */

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; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none; color: inherit;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html {
    width: 100%;
    height: 100%;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    height: 100%;
	position: relative;
	background: white;
	font-family: 'Oswald', sans-serif;
	color: white;
}

.clear-both {
	clear: both;
}

.the-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #121220;
}

.centered-word {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	line-height: 300px;
	vertical-align: center;
	font-size: 100px;
	z-index: 200;
}

.the-text {
	display: none;
	position: absolute;
	width: 265px;
	height: 90px;
	left: 50%;
	margin-left: -132.5px;
	top: 50%;
	margin-top: -45px;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}

.the-text a:hover {
	color: #e74c3c;
}

.bottom-container {
	position: absolute;
	height: 185px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: #22242D;
}

.work {
	position: relative;
	width: 100%;
	height: auto;
	background: white;
}

.work-item-half {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	border: 1px solid red;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

.work-item-half img {
	width: 100%;
	height: auto;
}

#work-1 {
	background: url(../images/bg-seven.jpg);
}

.work-item-full {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid red;
}


