@import 'http://fonts.googleapis.com/css?family=Ubuntu&subset=all';
@import 'https://fonts.googleapis.com/css?family=Slabo+27px&subset=all';

body {

	font-family: 'Ubuntu';
	margin: 0;

}

div { display: block; }
a { text-decoration: none; }

h1 {

	font-family: 'Slabo 27px', serif;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 340%;
	color: #767676;
	letter-spacing: 5px;
	
}

.image_container h1 {
	
	font-size: 210%;
	line-height: 1.1;
	
}

.strong_header { color: #242424; }

#main_header {

	position: relative;
	width: 100%;
	height: 930px;
	border-bottom: 2px dashed black;
	
	background: url('assets/invader.jpg') repeat center;
	background-size: cover;
}

	#main_header .navigation_bg {
	
		position: relative;
		width: 100%;
		height: 110px;
		-webkit-transition: 1s; 
		transition: 1s;
	
		opacity: 0.8;
		
		-webkit-animation-name: slider_top_links; /* Safari 4.0 - 8.0 */
		-webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
		animation-name: slider_top_links;
		animation-duration: 5s;
	
	}
	
	/* Standard syntax */
	@keyframes slider_top_links {
	    from {opacity: 0 }
	    to {opacity: 0.8 }
	}
	
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes slider_top_links {
		from {opacity: 0 }
		to {opacity: 0.8 }
	}
	
	
	#main_header .navigation_bg::after {
	
		position: absolute;
		bottom: 0px;
		content: '';
		width: 100%;
		height: 1px;
		border-bottom: 1px dashed white;
		opacity: 0.5;
	
	}
	
	#main_header .navigation {
	
		position: absolute;
		max-width: 960px;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 40px;
		
	}

	#main_header .navigation .links {
	
		float: left;
	
	}
	
	#main_header .bullet {
	
		color: #feb23d;
		
	}
	
.links ul {

	position: relative;
	margin:0;
    padding: 0;
    padding-left: 20px;
	
}

.links ul li {

	display: inline;
	color: white;
}

.links ul li a {

	font-size: 120%;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
	-webkit-transition: 1s; 
	transition: 1s;
}

.links ul li a:hover {

	color: #feb23d;
}

#main_header .lang {

	position: relative;
	float: right;
	top: 3px;
	text-align: center;
	margin-right: 10px;
	color: gray;

}

#main_header .lang a, .strong {
	
	color: white;
	-webkit-transition: 1s; 
	transition: 1s;
}

#main_header .lang a:hover {

	color: #feb23d;

}

#main_header .contact {

	position: relative;
	float: right;
	top: -7px;
	width: 110px;
	text-align: center;
	padding-right: 20px;

}

#main_header .contact a {

	display: block;
	border: 2px solid #feb23d;
	border-radius: 5px;
	color: white;
	padding: 8px;
	height: 22px;
	color: white;
	-webkit-transition: 1s; 
	transition: 1s;

}

#main_header .contact a:hover {

	color: #feb23d;
	background: rgba(0, 0, 0, 0.4);

}

#main_header img.logo {

	position: absolute;
	width: 600px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-blend-mode: multiply;
	
	-webkit-animation-name: slider_main; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
	animation-name: slider_main;
	animation-duration: 10s;

}

/* Standard syntax */
@keyframes slider_main {
    from {opacity: 0 }
    to {opacity: 1 }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes slider_main {
	from {opacity: 0 }
	to {opacity: 1 }
}

#main_header .more {

	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	opacity: 0.7;
	background: url(assets/arrow.png) no-repeat;
	background-size: 60px;

	-webkit-transition: 1s; 
	transition:  1s;

}

#main_header .more:hover {

	bottom: 20px;

}

.section {
	
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #e5e5e5;

	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 80px;

}

.text_container {

	left: 0;
	right: 0;
	margin: auto;
	max-width: 650px;
	min-width: 100px;
	
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;

	font-size: 130%;
	color: #595858;

}

.image_container {

	left: 0;
	right: 0;
	margin: auto;
	max-width: 1600px;
	min-width: 100px;
	
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;

	font-size: 150%;
	color: #595858;

}

.gallery {
	
	background: black;
	color: white;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 2px solid gray;
	
}

.gallery img {
	
	margin: 5px;
	padding: 5px;
	border: 2px solid #2c2b2b;
	
}


.products {
	
	background: black;
	color: white;
	text-align: center;
	border-top: 2px dashed #e5e5e5;
	
}

	.products h1 {
		
		color: white;
		
	}

	.products img {
		
		margin: 5px;
		padding: 5px;
		border: 2px solid #2c2b2b;
		
	}
	
	.products th {
		
		background: gray;
		color: black;
		font-size: 100%;
		
	}
	
	.products table, th, td {
	
	    border: 2px solid #343434;
	    border-collapse: collapse;
	    font-size: 90%;
	
	}
	
	.products th, td {
	
	    padding: 5px;
	  
	 }

	.products #impressions {
		
		margin-top: 50px;
		margin-bottom: 50px;
		color: gray;
		font-size: 120%;
	}
	
	.products #impressions span {
	
		color: white;
	}

	.products #impressions .orange {
	
		color: #e2a13d;
	}
	
	.products .text_container {
		
		color: #e2a13d;
		
	}
	
    .products .highlight {
		
		color: white;
		
	}
	
	
	.products::after {
		
		position: absolute;
		content: '';
		height: 7px;
		width: 100%;
		border-bottom: 2px solid gray;
		background-size: 15px 7px;
		bottom: 0px;
		left: 0;
	}

.visit_us {
	
	background: #d8d7d7;
	
}

.location_details {

	text-align: center;
	
}

.footer {
	
	background: #b5b3b3;
	color: black;
	padding-top: 50px;
	padding-bottom: 150px;
}

.footer .text_container {
	
	color: black;
	
}

.footer h1 {

	text-align: center;
	color: white;
	letter-spacing: 5px;

}


.footer::before {

	position: absolute;
	top: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 15px;
	display: block;
	border-top: 4px dashed #d8d7d7;

	
}

.footer .logo {

	position: absolute;
	bottom: 20px;
	max-width: 700px;
	width: 100%;
	height: 850px;
	background: url('assets/mig.png') no-repeat;
	background-size: 100% auto;
	background-position:  bottom;
	left: 0;
	right: 0;
	margin: auto;
	text-indent: -9999em;
	border:none;
}

.footer .logo a {
	
	position: absolute;
	bottom: 20px;
	right: 100px;
	color: gray;
	
}

.footer .logo a:hover {

	color: black;

}

.design_by {
	
	font-family: Arial;
	font-size: 80%;
	color: gray;

}


.footer_nav .design_by a {
	right: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #777777;
	color: gray;
}

.footer_nav .design_by a:hover {

	background: #e0e0e0;
}

.footer_nav {

	padding: 20px;
	border-top: 1px dashed white;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	min-width: 100px;
	text-align: center;
	font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
	font-size: 90%;
	line-height: 2em;
	background: black;
	color: white;
}

.footer_nav a {
	
	font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
	color: white;

}


.footer_nav a:hover {
	
	font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
	color: gray;

}


	@media only screen and (max-width: 960px) {
	
	.products img {
		
		width: 80%;
		
	}
	
	.links ul li a {
	
		padding-left: 8px;
		padding-right: 8px;
	}
	
	}
	
	@media only screen and (max-width: 600px) {
	
	h1 {
		font-size: 300%;
	
	}
	
		#main_header .navigation_bg {
		
			position: relative;
			width: 100%;
			height: 320px;
		
		}
	
		#main_header .navigation .links {
		
			width: 100%;
		
		}
	
		.links ul {
		
			margin: 0;
			padding: 0;
			text-align: center;
			
		}
	
		.links ul li {
		
			display: block;
		
		}

		#main_header .lang {
		
			position: absolute;
			left: 0;
			right: 0;
			top: 210px;
			margin: auto;			
			padding: 0px;	
		
		}
	
		#main_header .contact {
		
			position: absolute;
			left: 0;
			right: 0;
			top: 250px;
			margin: auto;
			color: white;
			padding: 0px;	
		
		}
		
		#main_header img.logo {
		
			margin-bottom: 140px;
			width: 80%;
		
		}
		
		.footer .design_by {
			
			position: absolute;
			right: 0px;
			bottom: 40px;
			font-family: Arial;
			font-size: 70%;
			color: white;
			opacity: 0.7;
			
		}
		
			#gallery_header .navigation_bg {
			
				position: relative;
				width: 100%;
				height: 320px;
			
			}
		
			#gallery_header .navigation .links {
			
				width: 100%;
			
			}
				
			#gallery_header .contact {
			
				position: absolute;
				left: 0;
				right: 0;
				top: 250px;
				margin: auto;
				color: white;
				padding: 0px;	
			
			}
			
			#gallery_header img.logo {
			
				padding-top: 120px;
				width: 80%;
			
			}
	
	}