/*
 * Theme Name: tommykrueger.com Wordpress Theme
 * Theme URI: http://www.tommykrueger.com
 * Author: Tommy Krueger
 * Author URI: http://www.tommykrueger.com
 * Description: Dieses Theme ist speziell für die Webpräsenz von tommykrueger.com entwickelt. Es ist Widget-ready. Es hat 3 Standardmenus.
 * Version: 1.0.1
 */


/**************
Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
**************/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/**************
GENERIC CLASSES
**************/

.clear 	{ clear: both; }
.left 	{ float: left; }
.right 	{ float: right; }

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-small {
	font-size: 0.75em !important;
	}
.text-normal {
	font-size: 1em;
	}
.text-large {
	font-size: 1.5em;
	}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.underline { text-decoration: underline; }

.justify,
.text-block { text-decoration: underline; }

.overflow-hidden { overflow: hidden; }
.block { display: block; }
.display-none { display: none; }
.position-absolute { position: absolute; }
.position-relative { position: relative; }


/*
 * Colors
 *
 * red:
 * 	light: #f33939;
 *  dark:	 #d31919;
 *
 * orange (old)
 *   #e14a14
 */



/*
 * Page Structure
 * --------------
 */

html {
	height: 100%;
	}
body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 100%;
	font: 100% 'Vollkorn', Arial, serif;
	font-weight: normal;
	position: relative;
	/*background: #EAE3D3;*/
	background: #fff url(images/layout/noise.jpg);
	}






#main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
#primary {
	width: 100%;
	margin: 0 auto;
	}
#content {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	}



a#page-title {
	}
a#page-title span {
	font-size: 1.5em;
	transition: all 250ms ease-in-out;
	}
a#page-title:hover {
	text-decoration: none;
}
a#page-title:hover span {
	color: #f33939;
	}
a#page-title .title-light {
	color: #fff;
	font-weight: 100;
	}
a#page-title .title-dark {
	font-weight: 100;
	}
a#page-title .title-small {
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	text-transform: none;
	}



/*
 * Homepage Header
 * ---------------
 */
#content-header {
	width: auto;
	font-family: 'Vollkorn', Arial;
	position: relative;
	background: url(images/layout/tommy-portrait.png) no-repeat right top;
	/*background: url(images/layout/germany.png) no-repeat right center;*/
	}
#content-header-left {
	width: 50%;
	height: 350px;
	float: left;

	}
#content-header-right {
	width: 50%;
	padding: 80px 0 0 0;
	float: left;
	text-align: right;
	position: relative;

	}
#content-header h1 {
	width: 50%;
	color: #555;
	font-size: 1.90em;
	}
#content-header p#page-description {
	width: 60%;
	margin: 0 0 10px 0;
	color: #222;
	text-transform: uppercase;
	}
#content-header p#page-subdescription {
	margin: 0 0 50px 0;
	color: #bbb;
	}

#content-header strong {
	padding: 2px 4px;
	display: initial;
	background: rgba(104, 179, 214, 0.025)
	}


/* Settings */
#settings {
	position: fixed;
	top: 20px;
	right: 24px;
	display: block;
	font-size: 1.25em;
	cursor: pointer;
	z-index: 999;
	color: #f2f2f2;
	}
#settings:hover {
	color: #f33939;
	}

#settings-view {
	width: 100%;
	height: 60px;
	margin: 0;
	position: fixed;
	top: -40px;
	left: 0;
	z-index: 1;
	color: #555;
	background: #f0f0f0;

	border-bottom: 1px solid #e9e9e9;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	transition: all 250ms ease;
	}
#settings-view.active {
	top: 71px;
	}

#settings-view #settings-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	}

#settings-view .settings-block {
	margin: 10px 12px 10px 0;
	padding: 0 12px 0 0;
	display: inline-block;
	border-right: 1px solid #e9e9e9;
	}
#settings-view .settings-block p,
#settings-view .settings-block span,
#settings-view .settings-block li {
	display: inline-block;
	font-size: 0.85em;
	line-height: 40px;
	}

#settings-view .block-title {
	font-weight: 600;
	}

#settings-view #preset-list {
	margin: 0 0 0 12px;
	display: inline-block;
	position: relative;
	}
#settings-view #preset-list li {
	margin: 0 4px 0 0;
	padding: 2px 10px 2px 10px;
	line-height: normal;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e0e0e0;

	user-select: none;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

  transition: all 250ms ease-in-out;
	}
#settings-view #preset-list li.active {
	padding: 2px 24px 2px 10px;
	background: #d31919;
	}
#settings-view #preset-list li.active:after {
	content: "\f00c"; /* fa-check */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
  color: #fff;
  font-size: 0.85em;
  position: absolute;
  top: 5px;
  right: 6px;
	}
#settings-view #preset-list li span {
	line-height: normal;
	}
#settings-view #preset-list li.active span {
	color: #fff;
	}





#orange-line {
	width: 680px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 139px;
	border-top: 1px solid #F4E5CC;
	}



#content-header-info {
	width: 100%;
	height: 0px;
	margin: 0 0 150px 0;
	padding: 0 0 50px 0;
	clear: both;
	display: block;
	border-top: 1px solid #f0f0f0;
	position: relative;
	top: 50px;
	}

ul.header-info-list {
	width: 180px;
	text-align: center;
	position: absolute;
	right: 80px;
	top: -16px;
	}
ul.header-info-list li {
	width: 32px;
	height: 32px;
	margin: 0 4px 0 0;
	display: inline-block;
	cursor: pointer;
	background: #f33939;
	vertical-align: top;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
	}
ul.header-info-list li:last-child {
	margin: 0;
	}
ul.header-info-list li:hover {
	background: #d31919;
	}
ul.header-info-list li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 1.45em;
	}
ul.header-info-list li a:hover {
	text-decoration: none;
	}
ul.header-info-list li a i {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 32px;
	}

ul.header-info-list li.email a i {
	font-size: 0.88em;
	}
ul.header-info-list li.rotate {
	-webkit-animation: spin 500ms ease-in-out;
	-moz-animation: spin 500ms ease-in-out;
	animation: spin 500ms ease-in-out;
	}


#start-btn {
	width: 96px;
	height: 96px;
	margin: 0 0 0 -48px;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	border: 1px solid #d31919;
	background: #f33939;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	position: absolute;
	bottom: -48px;
	left: 50%;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	}
#start-btn:hover {
	border-radius: 40%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	}
#start-btn span {
	margin: 36px 0 0 0;
	display: block;
	}
#start-btn i {
	display: block;
	font-size: 1.25em;
	}



/*
ul.header-info-list li.github {
	-webkit-animation: spin 250ms ease-in-out 5s infinite;
	-moz-animation: spin 250ms ease-in-out 5s infinite;
	animation: spin 250ms ease-in-out 5s infinite;
	}
ul.header-info-list li.rss {
	-webkit-animation: spin 250ms ease-in-out 8s infinite;
	-moz-animation: spin 250ms ease-in-out 8s infinite;
	animation: spin 250ms ease-in-out 8s infinite;
	}
ul.header-info-list li.email {
	-webkit-animation: spin 250ms ease-in-out 14s infinite;
	-moz-animation: spin 250ms ease-in-out 14s infinite;
	animation: spin 250ms ease-in-out 14s infinite;
	}
*/

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	90% { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	90% { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	90% { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}




#top-button {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999;
	color: #f33939;
	cursor: pointer;
	display: none;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.0);
	background-position: center center;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  border: 1px solid #f33939;
	}
#top-button:hover {
	background: rgba(225,225,225, 0.25);
	}
#top-button i {
	display: block;
	font-size: 2.5em;
	}





/**
 * FOOTER
 * ------
 */

#footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	background: url(images/layout/bg-black.jpg);
	}

#footer-head {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 100px 0 0 0;
	display: block;
	border-bottom: 1px dashed #555;
	}
#footer-block-contact {
	float: right;
	padding: 0 0 25px 0;
	}
#footer #contact-list {
	display: block;
	}
#footer #contact-list li {
	margin: 0 0 0 16px;
	display: inline-block;
	}
#footer #contact-list li a {
	display: block;
	font-size: 1.75em;
	color: rgba(0,0,0,0.15);
	}
#footer #contact-list li a:hover {
	color: rgba(0,0,0,0.5);
	}
#footer #contact-list li a span {
	display: none;
	}

#footer-content {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
	border-bottom: 1px dashed #555;
	}
#footer-content a,
#footer-content a:hover {
	text-decoration: none;
	}

#footer-content h3 {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 1.15em;
	font-weight: 100;
	}
#footer-content h3 i {
	margin: 0 6px 0 0;
	color: #f33939;
	}
#footer-content img {
	width: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
	}

.footer-block {
	width: auto;
	padding: 0 100px 25px 0;
	display: inline-block;
	/*
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	*/
	vertical-align: top;
	}
.footer-block:first-child {
	border-left: 0;
	}


#footer-block-featured {
	width: 400px;
	}
#footer-block-featured ul#featured-post-list {
	}
#footer-block-featured ul#featured-post-list li {
	font-size: 0.8em;
	border-bottom: 1px solid #303030;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#footer-block-featured ul#featured-post-list li:hover {
	background: rgba(0,0,0,0.1);
	}
#footer-block-featured ul#featured-post-list li .post-title {
	max-width: 80%;
	display: block;
	}
#footer-block-featured ul#featured-post-list li .post-date {
	float: right;
	text-align: right;
	}
#footer-block-featured ul#featured-post-list li a {
	padding: 10px;
	display: block;
	color: #fff;
	}

#footer-block-tags {
	width: 80%;
	}
.footer-block .tag-list li {
	margin: 0;
	}
.footer-block .tag-list a {
	margin: 0 8px 8px 0;
	padding: 6px 8px;
	display: block;
	background: rgba(0, 0, 0, 0.1);

	/* #f33939 rgb  */
	border: 1px solid rgba(0, 0, 0, 0.05);
	}
.footer-block .tag-list a:hover {
	opacity: 1.0;
	background: rgba(0, 0, 0, 0.0);
	border: 1px solid #f33939;
	}

#footer-block-menu {
	width: 400px;
	padding: 0 0 75px 0;
	}

#footer-bottom {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
	}
#footer ul#social-list {
	float: left;
	margin: 15px 0 0 0;
	}
#footer ul#social-list li {
	margin: 0 12px 0 0;
	float: left;
	overflow: hidden;
	text-align: left;
	}
#footer ul#social-list li.facebook-share { }
#footer ul#social-list li.twitter-share { }
#footer ul#social-list li.google-share { }
#footer ul#social-list li.xing-share { }


#copyright-info {
	margin: 0 auto;
	padding: 50px 0;
	display: block;
	clear: both;
	color: #fff;
	font-size: 0.75em;
	line-height: normal;
	text-align: center;
	}



/**
 * HOME LIST
 * ---------
 */
ul#home-list {
	text-align: center;
	}
ul#home-list li.home-list-item {
	width: auto;
	margin: 50px 0 50px 0;
	padding: 50px 0 100px 0;
	display: block;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #f0f0f0;

	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	}

ul#home-list li .post-image-box {
	width: 380px;
	max-width: 380px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	position: relative;
	border: 10px solid #fff;
	background: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	}
ul#home-list li a.post-image-link {
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	}
ul#home-list li a,
ul#home-list li a:hover {
	text-decoration: none;
	}
ul#home-list li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	}

ul#home-list li img:hover {
	transform: scale(1.25);
	-ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
	}

ul#home-list li .post-meta {
	font-size: 0.85em;
	position: relative;
	}
ul#home-list li .post-meta i {
	margin: 0 2px 0 0;
	}

ul#home-list li .home-list-content {
	width: 50%;
	padding: 0 0 12px 24px;
	display: inline-block;
	vertical-align: top;
	}
ul#home-list li span.author-small {
	display: block;
	font-size: 0.75em;
	text-align: left;
	line-height: 32px;
	}
ul#home-list li h2.post-title {
	margin: 0;
	padding: 0 0 10px 0;
	color: #555;
	font-size: 1.85em;
	line-height: 125%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
ul#home-list li h2.post-title:hover {
	color: #000;
	}
ul#home-list li p {
	margin: 12px 0 0 0;
	font-size: 1em;
	}
ul#home-list li .post-tags {
	margin: 12px 0 0 0;
	display: inline-block;
	}
ul#home-list li .post-tags span {
	font-weight: normal;
	}
ul#home-list li .tag-list {
	display: inline-block;
	}
ul#home-list li .tag-list li {
	margin: 0 6px 0 0;
	display: inline-block;
	}

ul#home-list li a.read-more-link {
	display: none;
	}

ul#home-list li .post-date {
	padding: 10px;
	display: inline-block;
	float: left;
	color: #c9c9c9;
	text-align: left;
	z-index: 1;
	background-color: #fff;
	}

ul#home-list li .article-likes,
ul#home-list li .article-comments {
	float: right;
}

/**
 * Service
 * -------
 */

.service-block .service {
	margin: 24px 0 6px 0;
	display: block;
	font-weight: bold;
	}
.service-block .service:first-child {
	margin: 0 0 6px 0;
	}
.service-block a.read-more-link {
	float: right;
	}
ul.service-list {
	margin: 0 0 0 24px;
	list-style: disc;
	}
ul.service-list li {
	padding: 0 0 0 0;
	}
.projects-block .content-block-three-column:last-child {
	text-align: left;
	}


ul.tags li {
	margin: 0 0 20px 0;
	display: block;
	}
ul.tags li .title {
	display: block;
	font-weight: 600;
	}



/**
 * Content Styles
 * --------------
 */
a {
	/*color: #f15a24;*/
	color: #f33939;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 125%;
	/*border-bottom: 1px solid rgba(0,0,0,0.05);*/
	}
h2 {
	margin: 0 0 18px 0;
	font-size: 2.25em;
	font-weight: 300;
	}
h3 {
	margin: 15px 0;
	font-size: 2em;
	font-weight: 300;
	}
h4 {
  margin: 35px 0 20px 0;
  font-size: 1.75em;
	}

em {
	font-style: italic;
	}
strong {
	margin: 0;
	color: #333;
	font-weight: bold;
	}

/*
#content p,
#content ul li,
#content ol li {
	font-size: 1em;
	line-height: 180%;
	}
*/
#content ul.content-list {
	padding: 0 0 0 20px;
	list-style: disc;
	}
#content ul.content-list li {
	padding: 0 0 10px 0;
	}
#content ul.content-list li:nth-child(2n+1) {
	background-color: rgba(245,245,245,0.25);
	}

.light {
 	color: #997755;
	}
.subheadline {
 	font-weight: 500;
	}

.entry-content .written {
	text-align: right;
	font-style: italic;
	}
.entry-content p {
	margin: 24px 0;
	color: #555;
	}
.entry-content ul {
	padding: 0 0 0 22px;
	list-style-type: disc;
	}
.entry-content ul li {
	padding: 3px 0;
	color: #555;
	}
.entry-content ul li span.bullet {
	color: #f33939;
	}

.entry-content ul.checklist {
	padding: 0 0 0 32px;
	list-style-image: url(images/layout/list-bullet.png);
	}
.entry-content ul.checklist li {
	padding: 3px 0;
	}

#content ul li h3 {
	margin: 75px 0 25px 0;
	font-size: 1.25em;
	font-weight: 600;
	}
#content table td {
	padding: 5px 10px 5px 10px;
	}
#content table td:first-child {
	font-weight: bold;
	}
#content table tr:nth-child(2n+1) {
	background-color: rgba(245,245,245,0.35);
	}

.content-separator {
	width: 100%;
	height: 0;
	margin: 25px 0;
	border-top: 1px solid #d2cbbe;
	border-bottom: 1px solid #f2ede2;
	}

.content-block {
	margin: 50px auto;
	}
.content-block h1 {
	text-transform: uppercase;
	/* text-shadow: #c0c0c0 1px 1px 2px; */
	}
.content-block h2 {
	margin: 0 0 10px 0;
	padding: 30px 0 10px 0;
	font-size: 1.75em;
	border-bottom: 1px solid rgba(0,0,0,0.025);
	}
.content-block h2.block-title {
	color: #333;
	font-weight: 100;
	text-transform: uppercase;
	}
.content-block h3 {
	margin: 0;
	font-size: 1.75em;
	/*text-transform: uppercase;*/
	/*text-shadow: #c0c0c0 1px 1px 2px;*/
	}

.content-block-two-column,
.content-block-two-column-long,
.content-block-three-column {
	width: 300px;
	margin: 0 40px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	}

.content-block-two-column-long {
	width: 600px;
	margin: 0;
	}

.content-block-three-column:last-child {
	width: 270px;
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	text-align: right;
	}

.content-block-three-column ul.skills li {
	padding: 0 0 0 90px;
	text-align: left;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	line-height: 200% !important;
	background: url(images/layout/stars.png) no-repeat left 0;
	}
.content-block-three-column ul li.stars-5 {
	background: url(images/layout/stars.png) no-repeat left 0;
	}
.content-block-three-column ul li.stars-4 {
	background: url(images/layout/stars.png) no-repeat left -27px;
	}
.content-block-three-column ul li.stars-3 {
	background: url(images/layout/stars.png) no-repeat left -55px;
	}
.content-block-three-column ul li.stars-2 {
	background: url(images/layout/stars.png) no-repeat left -82px;
	}

.content-block-footer {
	height: 30px;
	display: block;
	}
.content-block-footer a.navigation-link {
	float: right;
	}
.content-block-footer a:hover {
	text-decoration: none;
	}

#content-bottom {
	height: 168px;
	padding: 100px 0 0 0;
	clear: both;
	position: relative;
	}
#content-bottom #trees-bg {
	display: none;
	left: 0;
	bottom: 0;
 	position: absolute;
 	}
#content-bottom #binary-tree {
	right: 0;
	bottom: 0;
 	position: absolute;
 	}




/**
 * Projects Page
 */
#projects-block {
	display: block;
	}
#projects-block ul {
	display: block;
	}
#projects-block ul li {
	margin: 50px 0 50px 0;
	padding: 25px 0 50px 0;
	clear: both;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	}
#projects-block ul li .projects-block-left,
#projects-block ul li .projects-block-right {
	width: 28%;
	margin: 0 4% 0 0;
	float: left;
	display: block;
	}
#projects-block ul li .projects-block-right {
	width: 68%;
	margin: 0;
	}
#projects-block ul li h3 {
	margin: 0 0 20px 0;
	}

#projects-block p.label {
	width: 25%;
	margin: 0 2% 0 0;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	}
#projects-block p.text {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	}
#projects-block img {
	border: 4px solid #222;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	transition: all 150ms ease;
	}
#projects-block img:hover {
	/*
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
	*/
	}




/**
 * Sitelog
 * -------
 */
.year {
	padding: 50px 0 0 0;
	clear: both;
	}
.date {
	width: 120px;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	clear: both;
	font-weight: 600;
	line-height: 180%;
	}
.sitelog-list {
	max-width: 460px;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	}
.sitelog-list li {
	margin: 0 0 12px 0;
	padding: 0 !important;
	}





/**
 * SINGLE PAGE (POST)
 * ------------------
 */
#content-left {
	width: auto;
	max-width: 640px;
	}
#content-left {
	padding: 0 30px 0 0;
	float: left;
	}

/**
 * Sidebar
 * -------
 */

#content-right #section-latest-posts li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
	line-height: 20px;
	}
#content-right #section-latest-posts li:after {
	content: '';
	display: block;
	clear: both;
	opacity: 0;
	}
#content-right #section-latest-posts li img {
	width: 100%;
	max-width: 80px;
	margin: 0 5px 0 0;
	float: left;
	}
#content-right #section-latest-posts li .post-title {
	width: 132px;
	margin: 0;
	float: right;
	}
#content-right #section-latest-posts li a {
	display: block;
	}

ul#styleset-list {
	display: block;
	}
ul#styleset-list li {
	display: inline-block;
	}
ul#styleset-list li span {
	padding: 2px 8px;
	display: block;
	font-size: 0.75em;
	text-align: center;
	cursor: pointer;
	border: 1px solid #444;
	}


#content hr {
	height: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	}

.entry-content {
	margin: 0 0 72px 0;
	}
.entry-content-footer {
	margin: 24px 0;
	padding: 24px 0 0 0;
	text-align: right;
	border-bottom: 1px solid #dad3c3;
	}
.entry-content-footer ul {
	}
.entry-content-footer ul li {
	width: 76px;
	margin: 0 0 0 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	vertical-align: top;
	}
.entry-content-footer ul li.twitter-share {
	width: 70px;
	}
.entry-content-footer ul li.google-share {
	width: 32px;
	}
.entry-content-footer ul li.xing-share {
	width: 64px;
	}

.entry-content ul.menu-list {
	margin: 32px 0;
	padding: 0 0 0 24px;
	list-style-type: decimal;
	list-style-image: none;
	}
.entry-content ul.menu-list li {
	text-transform: uppercase;
	}
.entry-content h2 {
	margin: 32px 0 12px 0;
	}

.attachment-post-thumbnail {
	text-align: center;
	}

.wp-post-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	}


.gallery .gallery-item {
	width: 31% !important;
	margin: 10px 1% 0 0;
	text-align: left !important;
	}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
	margin: 12px 0 0 0;
	border: 0px !important;
	}
.gallery .gallery-caption {
	font-size: 0.75em;
	}


/*
 * Search Item
 * -----------
 */
.search-item {
	margin: 0 0 12px 0;
	display: block;
	}
.search-item a {
	color: #555;
	font-size: 1.25em;
	}
.search-item a:hover {
	color: #000;
	}




/**
 * Popup and Lightbox
 * -----------------
 */

#overlay-bg {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: rgba(255,255,255,0.5);
	}

/*
#overlay-container {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 89;
	}*/
#contact-form .draghandle {
	cursor: move;
	}
#contact-form .closeButton {
	width: 20px;
	height: 20px;
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 2em;
	float: right;
	}
#contact-form {
	width: 400px;
	height: 360px;
	margin: -180px  0 0 -200px;
	padding: 0 20px 20px 20px;
	position: fixed;
	top: 50%;
	left: -500px;
	z-index: 100;
	background: #000;
	border: 1px solid #333;
	box-shadow: 0px 0px 10px #000;
	}

form.wpcf7-form {
	margin: 24px 0 0 0;
	}

/*
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form textarea,
form.wpcf7-form select {
	width: 340px;
	height: 15px;
	margin: 3px 0;
	padding: 10px;
	text-align: left;
	border: 0;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #cfc5b3;
	resize: none;
	font-size: 1em;
	color: #555;
	font-family: "Helvetica", Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
form.wpcf7-form textarea {
	height: 100px;
	padding: 10px;
	text-align: left;
	}
form.wpcf7-form select {
	width: 362px;
	height: 35px;
	padding: 8px;
	}


form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form textarea:focus {
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #e1d8c8;
	}

form.wpcf7-form input[type=submit] {
	width: 180px;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
 	font-size: 1rem;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ef6c11;

	-moz-box-shadow: 0px 0px 3px #eee;
  	-webkit-box-shadow: 0px 0px 3px #eee;
  	box-shadow: 0px 0px 3px #eee;

  	text-align: center;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

  	background: -moz-linear-gradient(
	 center top,
	 rgba(255, 255, 255, .15) 0%,
	 rgba(0, 0, 0, .15) 100%
	 );
	background: -webkit-gradient(
	 linear,
	 center bottom,
	 center top,
	 from(rgba(0, 0, 0, .15)),
	 to(rgba(255, 255, 255, .15))
	 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);

	background-color: #ff7c21;
	}

form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=submit]:focus {
	background-color: #ef6c11;
	}

*/

form.wpcf7-form input[type=radio] {
	margin: 15px 0 15px 20px;
	}

form.wpcf7-form label {
	width: 60px;
	margin: 4px 12px 0 0;
	display: block;
	float: left;
	color: #000;
	font-family: "BebasNeueRegular", Arial;
	line-height: 35px;
	}

form.wpcf7-form p {
	width: 100%;
	margin: 3px 0;
	}
form.wpcf7-form p.required {
	margin: -10px 0 10px 0;
	}

span.wpcf7-form-control-wrap {
	display: block !important;
	}

.wpcf7-radio { margin: 0; }

label,
span.wpcf7-list-item-label { color: #505050; }

input.wpcf7-not-valid { /* border: 1px solid #ff0000 !important; */ }

span.wpcf7-not-valid-tip {
	border: 1px solid #df5e2b !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 12px !important;
	right: 10% !important;
	}

label {
	margin: 4px 0 0 10px;
	color: #828282;
}

span.wpcf7-list-item {
	margin-left: 0 !important;
	}

div.wpcf7-response-output {
	width: 80% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #555;
	border: 0 !important;
	display: block !important;
	position: relative;
	left: 10%;
	font-size: 0.75em;
	text-align: left;
	line-height: 20px;
	}

form.wpcf7-form img.ajax-loader {
	position: absolute;
	left: 10%;
	bottom: 72px;
	}


/**
 * General Forms
 * -------------
 */
#searchform input[type=text],
#content input[type=text],
#content input[type=password],
textarea {
	padding: 6px 8px;
	/*border: 1px solid #d0d0d0;*/
	background: #f0f0f0;
	}
#searchform input[type=text]:focus,
#content input[type=text]:focus,
#content input[type=password]:focus,
#content textarea:focus {
	background: #fff;
	border: 1px solid #f33939;
	}
#searchform [type=text] {
	}

input[type=submit] {
	padding: 6px 12px;
	display: inline-block;
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 1px solid #f33939;
	background: #f33939;
	}


#content input.button {
	height: 32px;
	margin: 0;
	padding: 4px 8px;
	line-height: 24px;
	float: right;
	background-color: #f33939;
	border: 1px solid #d31919;
	}





/**
 * Single Post
 * -----------
 */

/* Blocks */
.tools-block {
	padding: 25px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.075);
	background: #efe8d8;
  -webkit-box-shadow: 0 0 10px rgba(100,100,100,0.1);
  -moz-box-shadow: 0 0 10px rgba(100,100,100,0.1);
  box-shadow: 0 0 10px rgba(100,100,100,0.1);
	}

/* Headlines */
.post-subheadline {
	margin: 25px 0 5px 0;
	display: block;
	font-weight: 600;
	}

/* Post Info */
.post-info {
	margin: 0 0 12px 0;
	display: block;
	}
.post-info .post-author-image img {
	width: 48px;
	height: auto;
	padding: 4px 2px 0 2px;
	}
.post-info .post-meta {
	display: inline-block;
	float: right;
	text-align: right;
	}

/*
.post-info .post-meta > span,
.post-info .post-meta a,
.post-info .post-meta a:hover {
	margin: 0 0 0 8px;
	color: #b0b0b0;
	cursor: pointer;
	}
.post-info .post-meta > span:hover,
.post-info .post-meta a:hover {
	color: #999;
	text-decoration: none;
	}
*/


.post-excerpt {
	padding: 20px 0;
	/*font-weight: 500;*/
	}
.post-excerpt a.read-more-link {
	display: none;
	}

.author img {
	border: 1px solid #dad3c3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-opacity: 0.15;
	-webkit-opacity: 0.15;
	opacity: 0.15;
	}

.line-51 {
	width: 51px;
	height: 0;
	margin: 25px 0;
	margin-left: auto;
	display: block;
	}
.dashed {
	border-top: 1px dashed #dad3c3;
	}



/* TAGS */
.tag-list {
	margin: 12px 0 0 0;
	}
.tag-list li,
.all-tags-list li {
	margin: 0 6px 0 0;
	min-height: 30px;
	display: inline-block;
	}
.tag-list li a,
.all-tags-list li a,
a.read-more-link,
a.tag-btn {
	padding: 2px 8px;
	color: #fff;
	font-size: 0.85em;
	background: #f33939;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d31919;
	white-space: nowrap;

	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
a.read-more-link {
	padding: 3px 12px;
	}
.tag-list li.archive-tag {
	margin: 0 8px 0 0;
	float: left;
	}
.tag-list li a:hover,
.tag-list li a:focus,
.all-tags-list li a:hover,
.all-tags-list li a:focus,
a.read-more-link:hover,
a.read-more-link:focus,
a.tag-btn:hover {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

#show-all-tags {
	margin: 24px 0 24px 0;
	display: block;
	color: #555;
	font-size: 1.25em;
	font-weight: 300;
	}
.all-tags-list {
	margin: 25px 0 50px 25px;
	display: inline-block;
	}

.tag .all-tags-list {
	margin: 25px 0 50px 0;
	}


@-webkit-keyframes tagshaking {
	0% {
		-webkit-transform: translate(1px, 1px) rotate(0deg);
		-moz-transform: translate(1px, 1px) rotate(0deg);
		-ms-transform: translate(1px, 1px) rotate(0deg);
		-o-transform: translate(1px, 1px) rotate(0deg);
		transform: translate(1px, 1px) rotate(0deg);
	}
	/*
	20% {
		-webkit-transform: translate(-3px, 0px) rotate(1deg);
		-moz-transform: translate(-3px, 0px) rotate(1deg);
		-ms-transform: translate(-3px, 0px) rotate(1deg);
		-o-transform: translate(-3px, 0px) rotate(1deg);
		transform: translate(-3px, 0px) rotate(1deg);
	}
	*/
	40% {
		-webkit-transform: translate(1px, -1px) rotate(0deg);
		-moz-transform: translate(1px, -1px) rotate(0deg);
		-ms-transform: translate(1px, -1px) rotate(0deg);
		-o-transform: translate(1px, -1px) rotate(0deg);
		transform: translate(1px, -1px) rotate(0deg);
	}
	/*
	60% {
		-webkit-transform: translate(-3px, 1px) rotate(1deg);
		-moz-transform: translate(-3px, 1px) rotate(1deg);
		-ms-transform: translate(-3px, 1px) rotate(1deg);
		-o-transform: translate(-3px, 1px) rotate(1deg);
		transform: translate(-3px, 1px) rotate(1deg);
	}
	*/
	80% {
		-webkit-transform: translate(-1px, -1px) rotate(0deg);
		-moz-transform: translate(-1px, -1px) rotate(0deg);
		-ms-transform: translate(-1px, -1px) rotate(0deg);
		-o-transform: translate(-1px, -1px) rotate(0deg);
		transform: translate(-1px, -1px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(1px, -1px) rotate(-1deg);
		-moz-transform: translate(1px, -1px) rotate(-1deg);
		-ms-transform: translate(1px, -1px) rotate(-1deg);
		-o-transform: translate(1px, -1px) rotate(-1deg);
		transform: translate(1px, -1px) rotate(-1deg);
	}
}

.tag-list li a:hover,
.all-tags-list li a:hover,
.btn.shake:hover,
.button.shake:hover {
	-webkit-animation-name: tagshaking;
	-moz-animation-name: tagshaking;
	-ms-animation-name: tagshaking;
	-o-animation-name: tagshaking;
	animation-name: tagshaking;

	-webkit-animation-duration: 150ms;
	-moz-animation-duration: 150ms;
	-ms-animation-duration: 150ms;
	-o-animation-duration: 150ms;
  animation-duration: 150ms;

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-animation-iteration-count: 1;

	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}


/**
 * Template Archive
 * ----------------
 */
ul.archive-list {
	}
ul.archive-list li {
	width: 300px;
	max-height: 400px;
	margin: 46px 0 0 26px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
	}
ul.archive-list li:nth-child(3n+1) {
	margin: 46px 0 0 0;
	}

ul.archive-list li img {
	width: 300px;
	height: auto;
	display: block;
	-webkit-transition: all 80ms ease-in;
	-moz-transition: all 80ms ease-in;
	transition: all 80ms ease-in;
	}

ul.archive-list li a.post-image {
	border: 1px solid #dad3c3;
	}
ul.archive-list li a.post-image:hover img {
	-webkit-transform: scale(1.25) rotate(5deg);
	-moz-transform: scale(1.25) rotate(5deg);
	transform: scale(1.25) rotate(5deg);
	}

ul.archive-list li a.post-title {
	display: block;
	font-size: 1em;
	}
ul.archive-list li a.post-title:hover {
	text-decoration: none;
	}
ul.archive-list li .post-meta {
	font-size: 0.7em;
	display: none;
	}
ul.archive-list li .post-meta a {
	font-size: 1em;
	}
ul.archive-list li .post-excerpt p {
	font-size: 0.9em !important;
	}
ul.archive-list li > a {
	display: block;
	overflow: hidden;
	position: relative;
	}

.tags {
	margin: 50px 0 0 0;
	}




/*
 * COMMENTS
 * --------
 */
#comments {
	margin-top: 50px;
	border-top: 4px solid rgba(0, 0, 0, 0.05);
	}
.comments-area article {
	margin: 24px 0;
	border-bottom: 1px dashed #dad3c3;
	}
.comments-title {
	margin: 0 0 32px 0;
	padding: 16px 0 0 0;
	font-size: 2em;
	}

#write-comment-btn {
	padding: 6px 18px;
	display: inline-block;
	color: #fff;
	font-family: Arial;
	line-height: 32px;
	text-align: center;
	background: #f33939;
	text-decoration: none;
	border: 1px solid #f33939;
	}
#write-comment-btn:hover,
#write-comment-btn:active {
	background: #f35959;
	}
.comment-author img {
	width: 48px;
	height: 48px;
	border: 1px solid #5188b7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}
.comment-author-meta {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	}
.comment-author-meta .author-name,
.comment-author-meta .author-name a {
	color: #5188b7;
	text-decoration: none;
	}
.comment-author-meta .author-name a:hover {
	text-decoration: underline;
	}
a.comment-datetime {
	color: #555;
	text-decoration: none;
	}
a.comment-datetime:hover {
	text-decoration: underline;
	}
.comment-content {
	}
.comment-actions {
	height: 30px;
	text-align: right;
	}
.comment-actions a {
	margin: 0 0 0 5px;
	padding: 3px 5px;
	color: #f33939;
	text-decoration: none;
	}
.comment-actions a:hover,
.comment-actions a:active {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	}


/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
	display: none;
	}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
	}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	}
#respond form label {
	display: block;
	line-height: 1.714285714;
	}
#respond form input[type="text"],
#respond form textarea {
	width: 100%;
	padding: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.15em;
	resize: none;
	}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	}
.required {
	color: red;
	}
ol.children {
	margin: 0 0 0 24px;
	}



/*
 * Menus
 * -----
 * - headermenu
 * - mainmenu
 * - footermenu
 * - hidden menu
 */

/* Main Menu */
#mainmenu-wrap {
	margin: 0 auto;
	}
.menu-mainmenu-container {
	}
#menu-arrow {
	display: none;
	top: 70px;
	position: absolute;
	z-index: 999;
	}
#menu-icon {
	width: auto;
	height: 100%;
	padding: 0 24px 0 0;
	display: none;
	color: #e9e9e9;
	font-size: 2em;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#menu-icon:hover {
	color: #f0f0f0;
	}
#menu-icon i {
	margin: 20px 0 0 0;
	}





/* Footer Menu */
#footer-menu {
	padding: 0;
	text-align: left;
	}
#menu-footermenu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu-footermenu li {
	margin: 0 10px 0 0;
	float: left;
	text-align: left;
	}
#menu-footermenu li a {
	margin: 0 0 8px 0;
	padding: 6px 8px;
	display: block;
	color: #f33939;
	font-size: 0.75em;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: rgba(100, 100, 100, 0.25);

	/* #f33939 rgb  */
	border-top: 1px solid rgba(100, 100, 100, 0.5);
	border-left: 1px solid rgba(100, 100, 100, 0.5);
	}
#menu-footermenu li a:hover {
	background: rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	}




/**
 * Buttons
 * - available classes:
 * - orange, green, blue, flat
 * ---------------------------
 */

.btn,
.button {
	width: auto;
	height: 38px;
	margin: 20px 0 0 0;
	padding: 0 32px 0 12px;
	display: inline-block;
	line-height: 38px;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;

	/*
	background: -moz-linear-gradient(
	 	center top,
	 	rgba(255, 255, 255, .15) 0%,
	 	rgba(0, 0, 0, .15) 100%
	);
	background: -webkit-gradient(
	 linear,
	 center bottom,
	 center top,
	 from(rgba(0, 0, 0, .15)),
	 to(rgba(255, 255, 255, .15))
	 );

	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	*/
	}

.btn,
.button:hover {
	text-decoration: none !important;
	}
.btn.orange,
.button.orange {
	background-color: #f33939;
	border: 1px solid #d31919;
	}
.btn.orange:hover,
.button.orange:hover {
	background-color: #d31919;
	}
.btn.green,
.button.green {
	background-color: #3BDB35;
	border: 1px solid #3ABD35;
	}
.btn.green:hover,
.button.green:hover {
	background-color: #3ABD35;
	}
.btn.shadow,
.button.shadow {
	-webkit-box-shadow: 0px 0px 3px #eee;
	-moz-box-shadow: 0px 0px 3px #eee;
	box-shadow: 0px 0px 3px #eee;
	}
.btn.flat,
.button.flat {
	text-shadow: none;
	}

.btn i,
.button i {
	font-size: 1.5em;
	position: absolute;
	top: 7px;
	right: 12px;
	}
.btn.orange i,
.button.orange i {
	color: #fff;
	}

.btn.orange:hover i,
.button.orange:hover i {
	color: #fff;
	}

.btn-large {
	padding: 0 48px 0 12px;
	}



/**
 * Skills list
 * - animated list with percent values
 * -----------------------------------
 */

.skills {
	width: auto;
	max-width: 560px;
	display: block;
	}
.skills li {
	margin: 10px 0 20px 0;
	padding: 0px 8px;
	display: block;
	position: relative;
	border: 2px solid #e0e0e0;
	background: #f0f0f0;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.skills li div {
	display: inline-block;
	color: #fff;
	position: relative;
	z-index: 9;
	text-shadow: #bbb 1px 1px 0;
	}
.skills li span {
	width: 0;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;

	-webkit-transition: width 2000ms ease-in-out 2500ms;
	-moz-transition: width 2000ms ease-in-out 2500ms;
	transition: width 2000ms ease-in-out 2500ms;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	}
.skills li.expanded {
	width: auto;
	}
.skills li .percent {
	float: right;
	color: #666;
	line-height: 32px;
	position: relative;
	z-index: 3;
	}
.skills li.html span {
	background: darkgreen;
	}





/**
 * PASSWORD GENERATOR
 * ------------------
 */
#password-list {
	min-height: 40px;
	margin: 5px 0 0 0;
	padding: 10px;
	clear: both;
	color: #555;
	line-height: 150%;
	background: #eae3d3;
	overflow: auto;
	border: 1px solid #dad3c3;
	}
#clear-password-list {
	cursor: pointer;
	}

#password-list span {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
#password-list span.number {
	width: 32px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #ccc;
	}
#password-list span.quality {
	font-size: 0.8em;
	float: right;
	}
#password-list span.very-weak {
	color: #FD9C4C;
	}
#password-list span.weak {
	color: #FDD14C;
	}
#password-list span.medium {
	color: #FCEC0B;
	}
#password-list span.strong {
	color: #B4D741;
	}
#password-list span.very-strong {
	color: #A7D706;
	}

.content-form .input-block {
	width: 60px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

.content-form label {
	margin: 0;
	}
.content-form .option {
	margin: 5px 0;
	display: block;
	}


.input-small,
.input-medium,
.input-large,
.input-xlarge,
.input-xxlarge {
	width: auto;
	padding: 4px 6px;
	border: 1px solid #e5e5e5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF;

	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
}
.input-small {
	width: 32px;
	}
.input-medium {
	width: 48px;
	}
.input-large {
	width: 64px;
	}
.input-large {
	width: 128px;
	}
.input-large {
	width: 256px;
	}
.input-small:hover,
.input-small:focus,
.input-medium:hover,
.input-medium:focus,
.input-large:hover,
.input-large:focus,
.input-xlarge:hover,
.input-xlarge:focus,
.input-xxlarge:hover,
.input-xxlarge:focus {
	border-color: #c9c9c9;
	}





/*
 * CODE HIGHLIGHTER
 * ----------------
 */
.codehighlighter .line.alt1 {
	background-color: #ff0000 !important;
	}
.codehighlighter .line.alt2 {
	background-color: #ff00ff !important;
	}



/*
 * LIGHTBOX
 * --------
 */
#lightbox-overlay {
	width: 100%;
	height: 100%;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 999;
	background-color: #000;
	}
#lightbox {
	width: 480px;
	height: 80%;
	max-height: 560px;
	margin: 0 0 0 -240px;
	display: none;
	top: 10%;
	left: 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	position: fixed;
	z-index: 2000;
	overflow: hidden;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}
#lightbox #close-btn {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	color: #fff;
	font-size: 1.5em;
	cursor: pointer;
	line-height: 15px;
	-webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	}
#lightbox #close-btn:hover {
	color: #e0e0e0;
	}
#lightbox-content {
	}
#lightbox-message {
	width: 56%;
	margin: 24px auto;
	height: 100%;
	font-size: 0.75em;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
#lightbox-message.error {
	color: red;
	}
#lightbox-message.warning {
	color: yellow;
	}
#lightbox-message.success {
	color: green;
	}
#lightbox-loader {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.75);
	}
#lightbox-loader img {
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	left: 50%;
	}


/**
 * FORM Frontend Lightbox
 * ----------------------
 */
#lightbox h1 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-weight: 100;
	text-align: center;
	background: #f33939;
	/*background: rgb(68,145,201); */
	}

#lightbox form {
	padding: 25px 0 0 0;
	}
#lightbox form p {
	margin: 0 auto 8px auto;
	padding: 0;
	text-align: center;
	}
#lightbox form input,
#lightbox form textarea,
#lightbox form select {
	width: 80%;
	margin: 0 0 5px 0;
	padding: 2% 2%;
	font-size: 1em;
	font-weight: 300;
	font-family: 'Roboto';
	border: 1px solid #d0d0d0;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.05);
	outline: none;
	resize: none;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	}
#lightbox form input:focus,
#lightbox form textarea:focus,
#lightbox form select:focus {
	box-shadow: inset 1px 1px 5px rgba(255, 173, 105, 0.25);
	border: 1px solid rgba(255, 173, 105, 0.5);
	}
#lightbox form textarea {
	height: 180px;
	}
#lightbox form div.submit {
	margin: 12px auto 0 auto;
	text-align: right;
}
#lightbox form input[type=submit] {
	width: 36%;
	padding: 8px;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	background: #f33939;
	border-radius: 4px;
	border: 1px solid #d31919;
	-webkit-transition: background 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
	outline: none;
	}
#lightbox form input[type=submit]:hover {
	background: #d31919;
	}

#container {
	width: 100%;
	height: 420px;
	background-color: #000;
	}
#container #loading {
	margin: 0 auto;
	color: #fff;
	font-size: 2em;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	line-height: 420px;
	text-align: center;
	}




.syntaxhighlighter {
	width: 96px !important;
	padding: 2%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f0f0f0;
	border-left: 2px solid steelblue;
	}
.syntaxhighlighter .container,
.syntaxhighlighter .line {
	}



/**
 * MEDIA QUERIES for Responsive Design
 * -----------------------------------
 */


/* Minimum width of 960 pixels. */
/*
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
*/

/* large screen */
@media all and (min-width: 1400px) {

}

/* tablet */
@media all and (max-width: 1023px) {

	/* Header Menu */
	#header-left {
		width: 70%;
		float: left;
		}
	#header-right {
		width: 30%;
		height: 72px;
		display: block;
		float: left;
		}

	#header #logo {
		padding: 0 0 0 24px;
		}

	#content-header-left,
	#content-header-right {
		width: auto;
		}

	/* Main Menu */
	#menu-icon {
		display: block;
		}
	#mainmenu-wrap {
 		margin: 0;
 		}
 	#mainmenu {
 		width: 180px;
 		height: 100%;
 		padding: 0;
 		display: block;
 		position: fixed;
 		right: -180px;
 		top: 71px;
 		background: url(images/layout/bg-black.jpg);
 		-webkit-transition: all 250ms ease-in-out;
 		-moz-transition: all 250ms ease-in-out;
 		transition: all 250ms ease-in-out;
 		}
 	#mainmenu.active {
 		display: block;
 		right: 0px;
 		}
 	#mainmenu li {
 		width: 100%;
 		height: auto;
 		margin: 0;
 		padding: 0;
 		border-top: 1px solid rgba(80,80,80,1.0);
 		border-bottom: 1px solid rgba(0,0,0,0.85);
 		}
 	#mainmenu li:first-child {
 		border-top: 0;
 		}
 	#mainmenu li:last-child {
 		border-bottom: 0;
 		}
 	#mainmenu li a {
 		width: auto;
 		height: auto;
 		padding: 5px 10% 5px 10%;
 		-webkit-transition: all 250ms ease-in-out;
 		-moz-transition: all 250ms ease-in-out;
 		transition: all 250ms ease-in-out;
 		}
 	#mainmenu li a:hover {
 		background: rgba(0, 0, 0, 0.10);
 		}

 	#mainmenu li a span {
 		color: #d0d0d0;
 		}

 	#settings {
		display: none;
		}


 	/* content */
 	#content {
 		width: auto;
 		padding: 150px 10% 0 10%;
 		}
 	#content-left,
 	#content-right {
 		width: auto;
 		max-width: 100%;
 		padding: 50px 0;
 		}


 	/* home list */
 	ul#home-list {
 		}
 	ul#home-list li {
 		width: auto;
 		display: block;
 		}
 	ul#home-list li .post-image-box {
 		width: auto;
 		max-width: none;
 		display: block;
 		}
 	ul#home-list li a.post-image-link	{
 		width: auto;
 		max-width: 100%;
 		}
 	ul#home-list li a.post-image-link	img {
 		width: 100%;
 		max-width: 100%;
 		height: auto;
 		}
 	ul#home-list li .home-list-content {
 		width: auto;
 		padding: 0;
 		}
 	ul#home-list li h2.post-title {
 		margin: 20px 0 10px 0;
 		}


 	/* Right section and sidebar */
 	#content-right {
 		width: auto;
 		max-width: 100%;
 		margin: 50px auto;
 		padding: 50px 0;
 		display: block;
 		float: none;
 		clear: both;
 		background: none;
 		}
 	#content-right section {
 		width: auto;
 		margin: 20px 0;
 		padding: 15px 3%;
 		display: block;
 		float: none;
 		clear: both;
 		background-color: rgba(245,245,245,0.5);
 		border: 0;
 		}
 	#content-right section:nth-child(3n+3) {
 		margin: 0 0 2% 0;
 		}


 	/* footer */
 	#footer-head {
 		width: auto;
 		padding: 100px 5% 0 5%;
 		}
 	#footer-content {
 		width: auto;
 		padding: 50px 5% 0 5%;
 		}
 	#footer-block-featured,
 	#footer-block-menu {
 		width: auto;
 		display: block;
 		}
 	.footer-block {
 		width: auto;
 		padding: 50px 0 25px 0;
 		}

 	#footer-content img {
 		right: 24px;
 		}

}

@media all and (max-width: 876px) {

	#content-header {
		background: none;
		}
	#content-header h1,
	#content-header p#page-description {
		width: auto;
		}
	#content-header-info {
		margin: 0 0 50px 0;
		}

	#start-btn {
		display: none;
		}
	ul.header-info-list {
		right: auto;
		left: 50%;
		margin: 0 0 0 -90px;
		}

}

@media all and (max-width: 624px) {

	/* font sizes appearance */
	h1, h2, h3, h4 {
		font-size: 1.5em !important;
		}

	/* right section and sidebar */
 	#content-right {
 		width: auto;
 		max-width: 100%;
 		margin: 30px auto;
 		padding: 30px 0;
 		display: block;
 		float: none;
 		clear: both;
 		background: none;
 		}
 	#content-right section {
 		width: 90%;
 		margin: 0 0 4% 0;
 		padding: 20px 5%;
 		display: block;
 		background: #E0DACA;
 		}
 	#content-right section:nth-child(3n+3) {
 		margin: 0 0 4% 0;
 		}

}
