@charset "UTF-8";

/* General
=================================================================================*/

body {
	background: #fbfbfb;
	color: #777777;
}

/* reset bootstrap component */
.entry-title:hover,
a:hover {
	color: #C0392B !important;
	text-decoration: none;
}

a:focus {
	outline: none;
}

label {
	line-height: 1em;
}

br,
label,
.form-control,
.btn {
	margin-bottom: 1em;
}

input,
select {
	height: 3em !important;
	font-size: 1em !important;
}

input,
textarea {
	box-shadow: none !important;
	border: 2px solid #dedede !important;
	border-radius: 0 !important;
	background: #f5f5f5 !important;
}

input:focus,
textarea:focus {
	border: 2px solid #C0392B !important;
}

.btn {
	border-radius: 0 !important;
	border: 1px solid #dedede !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* icon divider */
.divider {
	position: relative;
	background: #eeeeee;
	width: 100%;
	height: 1px;
	margin: 5em 0;
}

.divider span {
	color: #bfbfbf;
	position: absolute;
	top: -6px;
	font-size: 1em;
}

/* section */
.section {
	padding: 6em 0;
}

/* padding bottom */
.pad-bottom {
	padding-bottom: 2em;
}

/* dropcaps */
.dropcaps {
	float: left;
	color: #C0392B;
	font-size: 6em;
	line-height: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 3px;
	font-family: Georgia;
}

/* loader */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/ajax-loader.gif') 50% 50% no-repeat #ffffff;
}

/* clear space */
.clear-space {
	margin: 0 !important;
}

/* box icons */
.box1 {
	font-size: 14px;
	display: inline-block;
	width: 15em;
	padding: .25em .5em;
	background: #eee;
	margin: .5em 1em .5em 0;
}

/* pie chart */
.chart {
	display: inline-block;
	text-align: center;
}

.chart .percentage {
	position: relative;
}

.chart .percentage span {
	display: block;
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: 39%;
}

.chart .desc {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 1em;
}

/* timeline */
.timeline {
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 0px;
	list-style: none;
}

.timeline:after {
	content: " ";
	height: 100%;
	width: 10px;
	border: 1px solid #eeeeee;
	background: white;
	position: absolute;
	left: 49.6%;
	top: 0;
	z-index: 0;
}

.timeline .year {
	display: block;
	position: relative;
	background: #C0392B;
	font-size: 2em;
	max-width: 4em;
	clear: both;
	color: white;
	text-align: center;
	margin: 0 auto 28px auto;
	z-index: 1;
}

.timeline .year:first-of-type {
	margin-top: 0 !important;
}

.timeline .event {
	position: relative;
	border: 1px solid #eeeeee;
	text-align: center;
	float: right;
	clear: right;
	width: 45%;
	margin: 0 2.5% 28px 2.5%;
	display: block;
	padding: 1em;
	background: white;
	list-style-type: none;
	z-index: 15;
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-ms-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}

.timeline .event:hover {
	background: #f5f5f5;
}

.timeline .event:nth-of-type(2n) {
	float: left;
	clear: left;
}

.timeline .event:nth-of-type(2n):after {
	right: -5%;
	left: auto;
}

.timeline .event:after {
	display: block;
	content: ' ';
	background: #eeeeee;
	position: absolute;
	left: -5%;
	top: 1.5em;
	width: 23px;
	height: 1px;
}


/* Typography
=================================================================================*/

html>body {
	font-size: 1.7em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

p {
	margin: 0 0 2em 0;
	font-size: 1em;
	line-height: 2em;
}

h1 {
    font-size: 2.5714285714em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2.14285714em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.714285714em;
    margin: 0em 0;
}

h4 {
    font-size: 1.285714em;
    margin: 1.33em 0;
}

h5 {
    font-size: 1em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.85714285714em;
    margin: 2.33em 0;
}

h1.sm {
    font-size: 1.714285714em;
    margin: 0.67em 0;
}

h2.sm {
    font-size: 1.285714em;
    margin: 0.83em 0;
}

h3.sm {
    font-size: 1em;
    margin: 1em 0;
}

h4.sm {
    font-size: 0.85714285714em;
    margin: 1.33em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

h1.normal,
h2.normal
h3.normal
h4.normal
h5.normal
h6.normal {
	font-weight: 400;
}

small {
	font-size: 75%;
}


.highlight {
	color: #c0392b
}


/* Heading and Headline
=================================================================================*/

.heading {
	border-bottom: 1px dotted #dedede;
	border-top: 1px dotted #dedede;
}

.heading h1 {
	margin: 0.7778em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.heading h1 span {
	color: #c0392b;
}

.headline {
	margin-bottom: 2em;
}

.headline h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.714285714em;
}

.headline h1.first {
	display: block;
	position: relative;
	color: #bfbfbf;
	letter-spacing: -0.1em;
	word-spacing: 0.1em;
}

.headline h1.second {
	display: inline-block;
}

.headline .icon-angle-down {
	font-size: 2.1em;
	color: #bfbfbf;
	margin-top: 10px;
}


/* Nav
=================================================================================*/

/* logo */
.navbar-brand {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
	width: 220px;
	max-width: 220px;
	height: 61px;
	max-height: 61px;
	padding: 0 1em .5em 1em;
	overflow: hidden;
	border-bottom: 1px dotted #dedede;
}

/* navigation */
.mobile-nav {
	display: none;
}

.header {
	float: left;
	border: none;
	width: 220px;
	height: 100%;
	background: white;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.header nav {
	display: block;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}

.header .nav {
	margin: 0 0 2em 0;
	padding: 0;
}

.header .nav li {
	display: block;
	width: 100%;
}

.header .nav a {
	position: relative;
	display: block;
	background: white;
	font-size: 15px;
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #eeeeee;
	color: #777777 !important;
}

.header .nav a:hover,
.header .nav a:focus {
	background: none;
	color: #000000 !important;
}

.header li.current {
	position: relative;
}

/* left arrow color default */
.header li.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #C0392B transparent transparent;
}

/* left arrow color at #intro section */
.header li.intro.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f1c40f transparent transparent;
}

/* left arrow color at #about section */
.header li.about.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #9b59b6 transparent transparent;
}

/* left arrow color at #werke section */
.header li.werke.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #159B81 transparent transparent;
}

/* left arrow color at #work section */
.header li.work.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #BA372A transparent transparent;
}

/* left arrow color at #blog section */
.header li.blog.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #34495e transparent transparent;
}

/* left arrow color at #contact section */
.header li.contact.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #7f8c8d transparent transparent;
}

.header .navbar-nav a:hover {
	color: #000000 !important;
}


/* Wrapper
=================================================================================*/

.wrap {
	margin-left: 220px;
	background: white;
}


/* Sidebar
=================================================================================*/

.widget {
	display: block;
	margin-bottom: 2em;
}

.widget-title {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #dedede;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 2em;
}

/* widget social */
.widget_social ul {
	list-style: none;
	margin: -5px;
	padding: 0;
}
.widget_social ul li {
	float: left;
	margin: 5px;
}
.widget_social a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #eeeeee;
	color: #777777;
	border-radius: 50%;
}

/* widget flickr */
.widget_flickrfeed ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.widget_flickrfeed li {
	float: left;
	margin: 5px;
}

.widget_flickrfeed li img {
	width: 55px;
}


/* Intro
=================================================================================*/

#intro {
	border-left: 3px solid #f1c40f;
}

#slides {
	position: relative;
}

#slides .slides-container {
	position: relative;
	display: none;
}

#slides .scrollable {
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: " ";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	display: block;
	font-size: 2em;
	padding: 10px;
	color: white;
}

.slides-navigation a:focus {
	text-decoration: none;
}

.slides-navigation a.prev {
	left: 0;
}

.slides-navigation a.next {
	right: 0;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 2em;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	border: 2px solid #444;
	width: 20px;
	height: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
	color: transparent;
}

.slides-pagination a:hover {
	color: transparent !important;
}

.slides-pagination a.current {
	background: #444;
}

.slide-caption {
	position: absolute;
	top: 37%;
	right: 0;
	left: 32%;
	z-index: 2;
	padding-right: 4em;
}

.slide-caption h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #C0392B;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	word-spacing: 0.1em;
	font-size: 6em;
	line-height: 1em;
	margin: 0;
}

.slide-caption p {
	font-family: 'Roboto', sans-serif;
	color: white;
	text-shadow: 1px 1px #333333;
	font-size: 2em;
	margin: 0;
	line-height: 1.2em;
}


/* About
=================================================================================*/

#about {
	border-left: 3px solid #9b59b6;
}

.person {
	text-align: center;
}

.person .name,
.person .photo {
	margin-bottom: 2em;
}

.person .name h2 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.person .social a {
	padding: 0 10px 0 10px;
	color: #777777;
	font-size: 18px;
}

/* Skill Bar */
.skill {
	background: #eeeeee;
	margin-bottom: 1em;
}

.skill-bar {
	position: relative;
	background: #000000;
	height: 2em;
	line-height: 2em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.skill-bar span,
.skill-bar strong {
	color: white;
}

.skill-bar strong {
	float: right;
}

.skill.emerald .skill-bar {
	background: #2ecc71;
}

.skill.alizarin .skill-bar {
	background: #e74c3c;
}

.skill.sun-flower .skill-bar {
	background: #f1c40f;
}

.skill.peter-river .skill-bar {
	background: #3498db;
}


/* Quotes
=================================================================================*/

#quotes {
	background: url('http://placehold.it/900x605/444444/EBF0F1&text=+') no-repeat center center fixed;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#quotes .layer {
	padding: 4em 0 4em 0;
}

#quotes blockquote {
	margin: 0;
	border: 0;
}

#quotes blockquote {
	color: white;
	font-size: 2em;
	padding: 0 150px 0 150px;
}

#quotes blockquote small {
	margin-top: 1em;
	color: white;
	font-size: 14px;
}

#quotes .carousel-control {
	background: none;
}


/* werke
=================================================================================*/

#werke {
	border-left: 3px solid #16a085;
}

#werke .section {
	text-align: left;
	padding: 4em 0;
}

.service {
	margin: 2em 0;
}

#werke .ico {
	margin-bottom: 2em;
}

#werke .ico span {
	display: block;
	font-size: 5em;
	margin: auto;
	color: #eeeeee;
}

/* downloads
=================================================================================*/

#downloads {
	border-left: 3px solid #16a085;
}

#downloads .section {
	text-align: center;
	padding: 4em 0;
}

.service {
	margin: 2em 0;
}

#downloads .ico {
	margin-bottom: 2em;
}

#downloads .ico span {
	display: block;
	font-size: 5em;
	margin: auto;
	color: #eeeeee;
}

/* Work
=================================================================================*/

#work {
	border-left: 3px solid #C0392B;
}

.filters {
	margin-bottom: 30px;
}

.filters a {
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: #C0392B;
}

.filters a.active {
	position: relative;
	background: #000000;
	color: white !important;
}

.filters a:hover {
	text-decoration: none;
}

.projects {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 0px;
	text-align: center;
}

.projects .mix {
	position: relative;
	overflow: hidden;
	display: none;
	float: left;
	background: white;
	width: 25%;
}

.projects li:nth-child(2n+1) {
	background: #444444;
}

.projects li:nth-child(2n+1) .project-title {
	color: white;
}

.projects figcaption {
	padding: 10px 20px 10px 20px;
}

.projects .project-title {
	position: relative;
	margin: 0;
	font-weight: 400;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.projects .preview,
.projects .permalink {
	display: inline-block;
	background: #444444;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: white;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.projects .preview:hover,
.projects .permalink:hover {
	text-decoration: none;
	background: #000000;
	color: white;
}

.projects figcaption p {
	color: #bfbfbf;
	margin: 0;
}

/* display columns */
.four-columns .mix {
	width: 25%;
}

.three-columns .mix {
	width: 33.33333%;
}

/* hover effect */
.hoverdir li figure,
.hoverdir li figure img {
	display: block;
	position: relative;
}

.hoverdir li figure {
	overflow: hidden;
}

.hoverdir li .control {
	position: absolute;
	background: rgba(192, 57, 60, .7);
	height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 35%;
}


/* Blog
=================================================================================*/

#blog {
	border-left: 3px solid #34495e;
}

#blog .entry-media {
	margin-bottom: 2em;
}

#blog .entry-title {
	margin: 24px 0;
}

#blog .btn {
	margin-bottom: 0;
}

.img-responsive-center {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* Contact
=================================================================================*/

#contact {
	border-left: 3px solid #7f8c8d;
}

#contact textarea.form-control {
	height: 216px;
}

#contact em {
	color: red;
}

#contact .btn {
	margin-bottom: 0;
}

#googlemap {
	width: 100%;
	height: 400px;
}

#contact .round {
	background: #eee;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

#contact .alert {
	margin-top: 2em;
}


.alert-danger > li {
	list-style: none;
	padding: 10px;
	font-weight: bold;
}

/* Footer
=================================================================================*/

#footer {
	background: #444444;
	color: #bfbfbf;
	padding: 1em 0 1em 0;
}


/* Page Title
=================================================================================*/

#page-title {
	padding: 2em 0;
	margin: 0;
	background: #444444;
}

#page-title h1 {
	color: white;
	letter-spacing: 0.1em;
	margin: 0;
}


/* Media Query
=================================================================================*/

@media (min-width: 768px) and (max-width: 980px) {

	/* portfolio/work */
	.projects .mix {
		width: 50%;
	}

	.wrap [class*="col-md"] {
		margin-bottom: 4em;
	}

	/* resetter */
	.res-top-margin {
		margin-top: 0;
	}

	.res-bottom-margin {
		margin-bottom: 0;
	}

}

@media (max-width: 767px) {

	.header {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.wrap {
		margin: 0;
	}

	.wrap [class*="col-md"] {
		margin-bottom: 4em;
	}

	/* heading */
	.heading {
		text-align: center;
	}

	/* portfolio/work */
	.projects .mix {
		width: 100%;
	}

	/* slide caption */
	.slide-caption {
		position: absolute;
		top: 37%;
		right: 0;
		left: 32%;
		z-index: 2;
		padding-right: 4em;
	}

	.slide-caption h1 {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		color: #C0392B;
		text-transform: uppercase;
		letter-spacing: -0.1em;
		word-spacing: 0.1em;
		font-size: 4em;
		line-height: 1em;
		margin: 0;
	}

	.slide-caption p {
		font-family: 'Roboto', sans-serif;
		color: white;
		font-size: 1em;
		margin: 0;
		line-height: 1.2em;
	}

	/* timeline */
	.timeline .event {
		width: 85%;
	}

	.timeline .event:after {
		opacity: 0;
	}

	/* resetter */
	.res-top-margin {
		margin-top: 0;
	}

	.res-bottom-margin {
		margin-bottom: 0;
	}

}