@charset "utf-8";
/* CSS Document */

nav, header, footer {
	display: block;
}

div, nav, h1, h2, h3, h4, h5, li, p, input, textarea {
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
	color: #ddd;
}

body {
	margin: 0;
	background: #151515;
}

.site {
	width: 960px;
	margin: 0 auto;
}

	.site img {
		max-width: 100%;
	}

/* Links (default) */
a:link, a:visited {
	text-decoration: none;
	color: #96f1bb;
}

a:link:hover, a:visited:hover {
	color: #fff;
}

a img {	border: 0px; }

a.anchor {
	display: block;
	position: relative;
	top: -120px;
	height: 0;
	visibility: hidden;
}

p {
	margin-bottom: 20px;
}

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	border-top: 1px solid #444;
	margin: 50px 0;
}

/* Stuff */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clear { clear: both; }

strong { font-weight: 500; }
.special { color: #60b8f2 !important; font-weight: 500; }
.bold { font-weight: bold; }
.notice { font-style: italic; }
.last { margin-right: 0 !important; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; margin-right: 10px; margin-bottom: 10px; }
img.right { float: right; margin-left: 10px; margin-bottom: 10px; }


/* Headlines */
h1 {
	font-family: 'Oswald';
	color: #f1bb00;
	font-size: 32px;
	font-weight: normal;
}

h2 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #f1bb00;
	margin: 0;
}

h3 {
	font-family: 'Oswald';
	color: #fff;
	font-size: 20px;
	margin: 0;
}

h4 {
	font-family: 'Oswald';
	color: #fff;
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
	text-align: right;
}

ul {
	list-style-image: url('/elements/images/bullet-1.png');
	padding-left: 5px;
	margin-top: 0;
	margin-left: 50px;
}

ul li {
	padding-left: 10px;
}

/* Header */
#header {
	display: flex;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background: #050505;
	z-index: 10000;
	border-bottom: 1px solid #151515;
}

#logo {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	margin-left: 2%;
	margin-right: 2%;
}

	#logo a {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}

	#logo a img {
		height: 50px;
		width: auto;
		vertical-align: middle;
	}

	#logo a span {
		display: inline-block;
		color: #f1bb00;
		line-height: 50px;
		height: 50px;
	}

#info {
	display: flex;
	position: absolute;
	right: 0; /* 2% */
	height: 70px;
	line-height: 70px;
	font-size: 16px;
}

	#info span, #info a {
		display: inline-block;
		border-left: 1px solid #151515;
		padding: 0 20px;
	}

	#info span:last-child {
		padding-right: 0;
	}

.social a {
	color:  #fff;
	font-size: 24px;
}

/* Navigation */
#main-menu {
	display: flex;
	flex-shrink: 0;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-right: 1px solid #151515;
	background: #080808;
}

#main-menu nav a {
	height: 70px;
	font-size: 16px;
	line-height: 70px;
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	border-left: 1px solid #151515;
	text-align: center;
}

	#main-menu .submenu {
		z-index: 2000;
		display: none;
		position: absolute;
		top: 54px;
		left: 0;
		width: 350px;
		padding: 0;
		background: #000;
		text-align: left;
		border: 1px solid #e8e8e8;
	}

	#main-menu .submenu a {
		display: block;
	}

	#main-menu nav a:hover {
		color: #96f1bb;
	}

#main-menu-mobile { display: none; }

/* Footer */
#footer {
	background: #101010;
	text-align: center;
}

.footer-cols {
	display: flex;
}

	.footer-col {
		width: 50%;
	}

#footer-logo {
	text-align: left;
}

	#footer-logo img {
		max-width: 200px;
	}

#footer-menu {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #202020;
	margin-bottom: 20px;
}

	#footer-menu a {
		display: inline-block;
		height: 50px;
		line-height: 50px;
		margin: 0 20px;
	}

#footer-info p {
	margin: 0;
	margin-bottom: 5px;
	text-align: right;
}

#copyright {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin-top: 20px;
	color: #bbb;
	border-top: 1px solid #202020;
}

#footer .social a {
	margin: 0 10px;
	line-height: 100px;
}

/* Columnns */
.columns {
	display: flex;
}
	.columns .col:last-child { margin-right: 0; }
	.columns .col-2-1:nth-child(even) { margin-right: 0; padding-right: 0; }

.col {
	box-sizing: border-box;
	margin-right: 3%;
}

	.col.sep {
		border-right: 1px solid #222;
	}

	.col img {
		width: 100%;
	}

.col-2-1 { width: 50%; }
.col-4-1 { width: 25%; }
.col-4-3 { width: 75%; padding-right: 3%; }

/* Content */
.content {
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.works {
	display: flex;
	flex-wrap: wrap;
}

.work {
	box-sizing: border-box;
	width: 33%;
	padding: 10px;

}

.work img { width: 100%; }

.works .work:nth-child(3n+) {
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.testimonials .testimonial:nth-child(2n+1){
	clear: both;
}

.testimonial {
	box-sizing: border-box;
	width: 50%;
	padding: 30px;
	float: left;
	text-align: center;
}

.testimonial p { font-size: 17px; font-style: italic; }
.testimonial p p { margin: 0; }
/*
.testimonials .testimonial:first-child { padding-top: 0; }
.testimonials .testimonial:last-child { border-bottom: none; }
*/

.testimonial img { border-radius: 50px; margin-bottom: 10px; }

.testimonial .name { color: #f1bb00; font-style: normal;}
.testimonial .info { display: block; font-style: italic; font-size: 14px; }

.sidebar .box {
	background: #111;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
}

	.box * { font-size: 16px; }
	.box p { margin-bottom: 0; }

#home-boxes {
	text-align: center;
}

#home-boxes h2 {
	margin: 0;
	margin-bottom: 20px;
}

.home-box-title {
	font-size: 20px;
	font-weight: 400;
	color: #f1bb00;
	margin-bottom: 10px;
	text-align: center;
	height: 48px;
}

.home-boxes-image {
	display: flex;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
}

.home-boxes-image img { border-radius: 50px; }

.home-box-keep {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

.box.articles a {
	font-size: 14px;
}

.box.articles i {
	font-size: 12px;
}

/* Sliders */

/* Article */
.date {
	font-size: 14px;
	font-style: italic;
}

/* Gallery */

/* Tables */

/* Forms */
form {
	width: 500px;
	margin: 0 auto;
}

input, textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding:  10px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
}

textarea {
	height: 150px;
}

input[type="submit"] {
	background: #96f1bb;
	border: none;
	color: #000;
	font-weight: 400;
}

input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#contact-note {
	text-align: center;
}

/* Animation */

#mobile-menu-trigger {
	display: none;
	float: right;
	text-align: right;
	line-height: 70px;
	cursor: pointer;
	padding: 0 5%;
}

#mobile-menu {
	display: none;
	position: fixed;
	top: 70px;
	right: 0;
	background: #333;
	padding: 10px 20px;
	z-index: 1000;
}

	#mobile-menu a {
		display: block;
		text-align: right;
		margin: 10px 0;
		font-size: 20px;
		line-height: 40px;
	}
