body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #4a4a4a;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	background-color: #1c1c1c;	
}

header {
	position: absolute;
	z-index: 99;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
	/*background-image: url('/images/website/snipkit_header_bg.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

.container {
	width: 1100px;
	margin: auto;
}

.logo {
	float: left;
	width: 33%;
}

.logo img {
	width: 100%;
	margin-top: 10px;
}

h1 {
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.h1_highlight {
	color: rgb(0, 0, 135);
}

h2 {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}

.header_contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	/*background-color: rgba(8, 8, 178, 0.6);*/
	background-image: linear-gradient(to right, rgba(163, 163, 221, 0.6) , rgba(0, 0, 135, 0.6));
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

.header_contact_left, .header_contact_right {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.header_contact_left {
	border-right: 1px solid white;
	text-align: right;
	padding-right: 30px;
}

.header_contact_right {
	border-left: 1px solid white;
	text-align: left;
	padding-left: 30px;
}

.header_contact a {
	color: white;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.content_left {
	float: left;
	width: 100%;
}

.button_home {
	float: left;
	width: 50%;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 30px;
	color: white;
	background-color: #757500;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.button_home:hover {
	text-decoration: none;
	background-color: #6b6b22;
}

.content_left_home {
	float: left;
	width: 100%;
	height: 580px;
	background-color: white;
}

.stamp_bg {
	background-image: url('/images/website/snipkit_header_bg.png');
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content_picture {
	float: left;
	width: 50%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content_picture_container {
	float: left;
	width: 33.33%;
	height: 400px;
}

.project_pictures {
	float: left;
	width: 100%;
}

.content_picture_container .content_picture {
	/*width: 33.33%;*/
	width: 100%;
	height: 100%;
}

.content_text {
	float: left;
	width: 50%;
	padding: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.content_text section {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: justify;
}

.content_text section h1 {
	text-align: left;
}

.content_text section a {
	text-decoration: underline;
}

.content_text section strong {
	font-weight: bold;
}

.slider {
	position: relative;
	width: 100%;
}

article {
	float: left;
	width: 100%;
	background-color: white;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.article_content {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: justify;
}

footer {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
	color: white;
	background-color: #292929;
	background-image: url('/images/snipkit_footer_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

footer h2 {
	margin-bottom: 50px;
}

footer a {
	color: white;
}

.footer_contact {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.footer_contact_left, .footer_contact_right {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.footer_contact_left {
	border-right: 1px solid white;
	text-align: right;
	padding-right: 20px;
}

.footer_contact_right {
	border-left: 1px solid white;
	text-align: left;
	padding-left: 20px;
}

.footer_text {
	float: left;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 18px;
	color: #cccccc;
}

.contact input, .contact textarea {
	width: 290px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	-webkit-appearance: none;
}

.contact select {
	width: 310px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: url(/images/website/arrow_icon_white.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

.contact textarea {
	height: 80px;
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: silver;
	font-size: 10px;
}

.copyright a {
	color: silver;
}

/* Extra */
.picture {
	float: left;
    position:relative;
    width: 18%;
    margin: 1%;
    text-decoration: none;
}

.picture img, .project img, .album img, .carousel_project img {
    width: 100%;
    vertical-align: top;
}

.picture:after, .project:after, .album:after, .carousel_project:after {
	position: absolute;
    width: 100%; 
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding-top: 3%;
    padding-left: 4%;
    text-transform: uppercase;
    top: 0; 
    left: 0;
    content: attr(data-content);
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    opacity: 1;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.picture:hover:after, .project:hover:after, .album:hover:after, .carousel_project:hover:after {
    opacity: 0;
}

.button {
	font-family: 'Roboto Condensed', sans-serif;
	border: 4px solid #424242;
	color: #424242;
	border-radius: 25px;
	padding: 10px 24px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	box-shadow: inset 0 0 0 0 #f0324b;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
}

.button:hover {
	text-decoration: none;
	background-color: #424242;
	color: #cccccc;
}

a {
	color: #4a4a4a;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
    hr {
	    float: left;
	    width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: rgba(63,63,63,1);
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1110px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.content_text {
		padding: 60px;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.content_text {
		padding: 50px;
	}
	
	.stamp_bg {
		background-size: 30%;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	.logo {
		width: 30%;
	}
	
	.button_home {
		font-size: 24px;
	}
	
	.header_contact {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.content_left_home {
		height: auto;
	}
	
	.content_picture {
		width: 100%;
		height: 200px;
	}
	
	.content_text {
		width: 100%;
	}
	
	.content_picture_container {
		width: 100%;
		height: 200px;
	}
	
	.footer_text {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.stamp_bg {
		background-image: none;
	}
}

@media only screen and (max-width: 479px) {
	.vmobile {
		display: none;
	}
	
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.logo {
		width: 50%;
	}
	
	header {
		background-image: none;
	}
	
	.button_home {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.header_contact {
		font-size: 17px;
	}
	
	.content_text {
		padding: 35px;
	}
	.content_text section {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.header_contact_left {
		padding-right: 10px;
	}
	
	.header_contact_right {
		padding-left: 10px;
	}
	
	.footer_contact_left {
		padding-right: 10px;
		font-size: 17px;
	}
	
	.footer_contact_right {
		padding-left: 10px;
		font-size: 17px;
	}
}