/*
Theme Name: Konvergenz
Theme URI: bjoernrexin.de
Author: brexin
Author URI: bjoernrexin.de
Description: xyz
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain:

*/
@font-face { font-family: 'Open Sans'; font-weight: 200; font-style: normal; src: url('fonts/OpenSans/OpenSans-Regular.ttf');}
@font-face { font-family: 'Open Sans'; font-weight: 200; font-style: italic; src: url('fonts/OpenSans/OpenSans-Italic.ttf');}
@font-face { font-family: 'Open Sans'; font-weight: 500; font-style: normal; src: url('fonts/OpenSans/OpenSans-Semibold.ttf');}
@font-face { font-family: 'Open Sans'; font-weight: 500; font-style: italic; src: url('fonts/OpenSans/OpenSans-SemiboldItalic.ttf');}
@font-face { font-family: 'Open Sans'; font-weight: 700; font-style: normal; src: url('fonts/OpenSans/OpenSans-Bold.ttf');}
@font-face { font-family: 'Open Sans'; font-weight: 700; font-style: italic; src: url('fonts/OpenSans/OpenSans-BoldItalic.ttf');}

@font-face { font-family: 'Droid Sans Mono'; font-weight: 500; font-style: normal; src: url('fonts/DroidSansMono/DroidSansMono.ttf');}

/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;

	font-weight: 200;
}


body {
	width: 100%;
	background: transparent;
}


#header {
	width: 100%;
	height: 7em;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 1000;
	box-shadow: 5px 0 20px rgba(0, 0, 0, .125);

	transition: height 500ms;
}


.fixednavbar {
	position: fixed;
	height: 4em !important;
}


#header-group {
	margin: 0 auto;
	position: relative;
}


#site-logo {
	height: 56px;
	margin: .0em .5em .5em .5em;

	position: absolute;
	left: 3.5em;
	top: 1em;

	transition: height 500ms;
}


.menu-toggle {
	padding: 1em;
	margin: 2em;
	display: block;
	float: right;
	background: transparent;
	box-shadow: none;
	border: 0px solid #ccc;
	height: 2em;
	width: 2em;
}

.icon {
	margin: -1em -1em 0;
	padding: 0;
	width: 2em;
	height: 2em;
}

.heart-icon {
	margin: 0 0 -.125em 0;
	padding: 0;
	width: 1em;
	height: 1em;
}


.site-description {
	position: absolute;
	left: 5.5em;
	top: 6.25em;
	opacity: 1;

	font-family: 'Open Sans';
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .0125em;

	transition: opacity 50ms;
}


.site-description-hidden {
	opacity: 0;
}


#main-navigation {
	position: relative;
}


/*nav .menu-mainmenu-container*/
.menu-container {
	position: absolute;
	right: 5em;

	font-family: 'Open Sans';
	text-transform: uppercase;

	transition: top 500ms;
}

nav .menu-mainmenu-container ul li {
	display: inline-block;
	margin-left: .5em;
}

nav .menu-mainmenu-container ul li a {
	text-decoration: none;
	color: #333;
	transition: color 500ms;
}

nav .menu-mainmenu-container ul li a:hover,
nav .menu-mainmenu-container ul li a:active, {
	text-decoration: none;
	color: #999;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


.movedUp {
	top: 1.5em !important;
}


.shrinkedlogo {
	height: 32px !important;
	top: .75em !important;
}


.screen-reader-text[for="s"] {
	display: none;
}


#s {
	width: 2em;
	height: 1.75em;
	font-size: 100%;
	font-family: 'Open Sans';
	font-weight: 200;
	color: transparent;

	right: 0;
	top: 3em;

	border: none;
	border-radius: 5em;
	background: #fff url(images/search-icon-black.png) right 10px center no-repeat;
	

	z-index: 1000;
}
#s:focus {
	outline: none;
	color: #000;
	background: #eee url(images/search-icon-white.png) right 10px center no-repeat;
}




#searchsubmit {
	display: none;
}


#page-footer {
	position: relative;
	width: 100%;
	height: 8em;
	background: #333;
}


.background-video { 
    position: fixed;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
    background-size: cover; 
}


video { 
    
}

.wp-video {
	margin: 0 auto;
}

#front-page,
#page {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 105%;
	position: relative;
	min-height: 100%;
	margin: 0px auto 0px;
	padding: 2em 0;
	background: transparent;
	color: #222;

	/*box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, .5);*/
}

#page p em {
	/*font-size: 105%;*/
}

.additionalPadding {
	padding-top: 4em 0 !important;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
	margin: 0.0em auto 1.0em;
	padding: 0 1.25em 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 180%;
	text-transform: uppercase;

	color: #333;
}


#page h2 {font-size: 170%;}
#page h3 {font-size: 160%;}
#page h4 {font-size: 150%;}
#page h5 {font-size: 140%;}
#page h6 {font-size: 130%;}


#page h1 a,
#page h2 a,
#page h3 a,
#page h4 a,
#page h5 a,
#page h6 a {
	color: #333; /* #fa0 */
	text-decoration: none;

	transition:			color 500ms;
	-o-transition:		color 500ms;
	-ms-transition:		color 500ms;
	-moz-transition:	color 500ms;
	-webkit-transition: color 500ms;
}

#page h1 a:active,
#page h2 a:active,
#page h3 a:active,
#page h4 a:active,
#page h5 a:active,
#page h6 a:active,
#page h1 a:hover,
#page h2 a:hover,
#page h3 a:hover,
#page h4 a:hover,
#page h5 a:hover,
#page h6 a:hover{
	color: #999;
	text-decoration: none;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
	cursor:pointer;
}


#page address {
	font-style: normal;
	margin: 0em auto 2em ;
	padding: 0 2.0em;
}


#page p {
	margin: 0em auto 2em ;
	padding: 0 2.0em;
	font-size: 100%;
	line-height: 190%;
}


#page p code {
	font-size: 95%
}

#page p .external {
	background: url(images/external-link.png) right 0px center no-repeat;
	padding-right: 1.25em;
	/*margin-right: .125em;*/
}


#page .single-post {
	/*margin-top: -200px;*/


	margin-top: -150px !important;
}

.title-image {
	width: 100%;
}

.single-post .post-categories {
	margin-left: 2.5em;
	font-size: 80%;
}


.single-post .post-categories li {
	list-style: none;
	display: inline;
}


.single-post .post-categories li::after {
	content: ",";
}


.single-post .post-categories li:last-child::after {
	content: "";
}


.single-post .post-categories a {
	color: #666;
	text-decoration: none;
}

.single-post p:first-of-type {
	font-weight: 500 !important;
}


.featured_image {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}


address {
	line-height: 175%;
}


abbr[title] {
	border-bottom: 1px dotted
}

.snippet {
	margin: 1em 1.25em !important;
	padding: .5em !important;
}

pre, code {
	font-family: 'Droid Sans Mono', 'Lucida Console', Monaco, monospace;
}

pre {
	margin: 1em 2.5em;
	font-size: .75em;
}

pre code {
	margin: 0;
	padding: 0em 1em 1em 1em !important;
	text-indent: 50px;
}


figure {
	margin: 2em auto;
}


figcaption {
	font-size: 85%;
	font-style: italic; 
	padding: 0 2.0em;
	margin: -1em auto 0 auto;
}


.wp-caption {
	margin: 0 auto;
	max-width: 100%; 
}


.wp-caption img {
	width: 100%;
	display: block;

	height: auto;
	box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
}


.wp-caption-text {
	display: block;
	font-size: 85%;
	font-style: italic; 
	font-weight: 200 !important;
	margin-top: .75em !important;
}


.featured_image,
.wp-caption img {
box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);	
}


.post-meta {
	margin: .5em auto 1.5em;
	padding: 0 2.5em;
	font-size: 80%;
	font-style: italic;
	display: block;
}


.post-date {
	border-right: 0px solid #333; 
}


.post-comment-count,
.post-edit,
.post-edit-link {
	text-decoration: none;
	color: #666;
	transition: color 500ms;
}


.post-comment-count:hover, .post-comment-count:active,
.post-edit:hover, .post-edit:active,
.post-edit-link:hover, .post-edit-link:active {
	text-decoration: none;
	color: #999;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


.more-link {
	color: #f90;
	font-style: italic;
	text-decoration: none;
}


#page article {
	margin-bottom: 4em;
}

#page article:last-child {
	margin-bottom: 0em;
}


#page article h3 {
	margin: 0;
	letter-spacing: .02em;
	text-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.5);
}

#page article hr {
	bottom: 0;
	margin: 4em 2em 0em 2em;
	padding: 0 2em;
	border: 0;
	border-bottom: 1px solid #ddd;
}


#page article:last-child hr {
	border-bottom: 0px solid #333;
}


.related-post {
	width: 30%;
	display: inline-block;
	font-size: 80%;
}


.wpcf7-form-control {
	margin-top: 0 !important;
}


.wpcf7-form,
.comment-form {
	padding: 0 2em;
}


.comment-reply-title {
	padding: 2em 1.25em 0 1.25em !important;
}


.contact-form-subject,
.contact-form-message,
.contact-form-author,
.contact-form-email,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url  {
	margin: 0 0 1em 0;
}


.comment-form #author,
.comment-form #email,
.comment-form #url {
	margin: 0 !important;
}


.wpcf7-text,
.wpcf7-textarea,
.comment-form #author,
.comment-form #email,
.comment-form #url,
#comments #comment {
	width: 100%;
	padding: .5em;
	box-sizing: border-box;
	resize: none;
	margin: 1em 0 0 0;
	font-size: 100%;

	color: #666;
	background: #eee;

	border: none;
	border-radius: 3px;
	box-shadow: inset .0em .0em .0em 0px rgba(0, 0, 0, .0);
	-webkit-appearance: none;

	transition: color 500ms, box-shadow 500ms;	
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
#author:focus,
#email:focus,
#url:focus,
#comments #comment:focus {
	outline: none;
	color: #000;
	box-shadow: inset .125em .125em .25em 0px rgba(0, 0, 0, .125)
;}


#comments .commentlist {
	margin: 0em 2em;
	padding: 0 2em;
}


#comments .commentlist li {
	margin: 0 -2em;
	padding: 2em 0;
	list-style: none;
}


.depth-1 {
	border-bottom: 1px solid #ccc;
}


.depth-1:last-child {
	border-bottom: 0px;
}


.comment-form-author,
.comment-form-email,
.comment-form-url {

}

.wpcf7-form p,
#comments p {
	font-size: 90% !important;
	margin: 0 !important;
	padding: 1em 0 0 0 !important;
}


blockquote {
	color: #666;
	font-style: italic;
	border-left: 2px solid #ddd; 
	margin-top: 1em; 
}


blockquote p {
	padding: 0 0 0 1em !important;
	margin: 0;
}


.depth-2 {
	margin-left: 1em !important;
}


.depth-2:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


.comment-author .fn {
	font-weight: 500;
	font-style: normal;
}


.comment-author .fn a {
	text-decoration: none;
}


.comment-meta a {
	text-decoration: none;
	font-style: italic;
	font-size: 80%;
}


.comment .reply {
	padding-top: 1em;
	font-size: 80%;
}


.comment .says {
	display: none;
}


.comment-reply-link {
	text-decoration: none;
}


.phone-number-block {
	margin-right: 5em;
}


.tax-number-thinspace,
.phone-number-thinspace {
	margin-right: .09375em;
}



.wpcf7-submit,
#submit {
	-webkit-appearance: none;

	padding: 1em;
	font-family: 'Open Sans';
	font-weight: 200;
	font-size: 100%;
	text-transform: uppercase;
	background: #ccc;
	border: 0;
	border-radius: 0;

	transition: background 500ms, color 500ms;
}


.wpcf7-submit:hover,
#submit:hover {
	color: #fff;
	background: #aaa;
}


/***************************
	Front Page
***************************/

#front-page {
	padding: 0;
	/*background: url(images/bg-grid.png);*/
}


#front-page .entry-title,
#front-page .post-meta {
	display: none;
}

#temp-slide-container {
	display: none;
}

#front-page-slider-gallery {
	position: relative;
	padding: 0;
	margin: 0;
		
	width: 100%;
	background: #fff;
}
.slider-item {
	list-style: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-size: auto, cover !important;
}
.slider-item h3 {
	position: absolute;
	bottom: .5em;
	left: .5em;
	display: block;
	color: #fff;
	background: #000;
	margin: 1em;
	padding: .5em;

	font-weight: 200;
	text-transform: uppercase;

	box-shadow:  5px 5px 0px #333;
}


/***************************
	Link Colors
***************************/


#page p a {
	color: #06a;
/*	border-bottom: 1px solid #369; */
	text-decoration: none;

	transition:			all 500ms;
	-o-transition:		all 500ms;
	-ms-transition:		all 500ms;
	-moz-transition:	all 500ms;
	-webkit-transition: all 500ms;
}


#page p a:hover,
#page p a:active {
	color: #69a;
/*	border-bottom: 1px solid #69a; */

	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


#page p .external {

}


.comment-meta a,
.comment .reply a,
.comment-author a {
	color: #000;
	transition: color 500ms;
}


.comment-meta a:hover, .comment-meta a:active,
.comment .reply a:hover, .comment .reply a:active,
.comment-author a:hover, .comment-author a:active {
	color: #aaa;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


#footer-delimiter {
	position: relative;
	top: 2em;

	color: #aaa;
	font-family: 'Open Sans';
	font-weight: 200;
	font-size: 80%;
}

#footer-delimiter p {
	display: inline-block;
	vertical-align: bottom;

	margin: 0 2em;
}

#footer-delimiter a {
	text-decoration: none;
	color: #ccc;
	transition: color 500ms;
}

#footer-delimiter a:hover {
	text-decoration: none;
	color: #fff;
}

#menu-footermenu {
	margin: 2em 2em 0 2em;
}

#menu-footermenu ul {
	margin: 0 auto;
}

#menu-footermenu li {
	margin: 0 auto;
	display: inline-block;
	list-style: none;
}


/***************************
	Misc
***************************/
.dotnavigation {
	position: fixed;
	top: 0px;
	height: 50px;
	padding: 0;
	z-index: 1000;
	top: 50%;
	right: 0;
	transform: translate(0, -100%); 
}


.dotnavigation, .dotnavigation ul {
	margin: 0 .5em 0 0;
	padding: 0px;
}


.dotnavigation ul li {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0px 10px 18px 6px;
	border-radius: 50%;
	border: 1px solid transparent;
	position: relative;
	background: #c8c8c8;
	transition: background 500ms, color 500ms;
}


.dotnavigation .tooltip {
	color: #000;
	position: absolute;
	font-size: 66%;
	right: 1.75em;
	top: -.25em;
	width: auto;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 500ms;
	animation-delay: 50ms;
}


.tooltipVisible {
	opacity: 1 !important;
	animation-delay: 50ms;
}


.dotnavigation ul li:hover,
.dotnavigation ul li:active {
	background: #eee;
	width: 10px;
	height: 10px;
	margin: -2px 0px 16px 4px;
	border: 1px solid #aaa;
	cursor: pointer;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


.dotnavigation .active {
	background: #000;
	color: #fff;
	border-radius: 50%;
}


.dotnavigation .active:hover,
.dotnavigation .active:active {
	background: #000;
	color: #000;
	border-radius: 50%;
	border: 1px solid #000;

	-webkit-user-select: none;
	-webkit-touch-callout: none;
} 


.hidden {
	opacity: 0;
	z-index: -1;
	transform: translate(0, 80px);
	transition: opacity 1000ms, transform 1000ms;
}


.hidden:first-child,
.fadeInAndMoveUp {
	z-index: 0;
	opacity: 1;
	transform: translate(0, 0px);
}



.mockups {
	height: 420px;
	max-width: 800px;
	position: relative;
	margin: 5em auto 0 auto;
}


.mockups p {
	padding: 0 !important;
}


.mac-mockup {
	max-width: 960px;
}


.mbp,
.iphone5s,
.ipadmini {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
}


.ipadmini {
	right: 0em;

}


.iphone5s {
	left: -1em;
}

.print {
	margin-top: 0;
}

.print img,
.mbp img {
	max-width: 1024px;
	width: 100%;
}


.ipadmini img {
	max-width: 600px;
	width: 100%;
}


.iphone5s img {
	width: 200px;
}


.ipadmini .gallery,
.iphone5s .gallery {
}


.ipadmini .gallery img,
.iphone5s .gallery img {
	box-shadow: 0px;
}


.mbp .gallery .overlay,
.iphone5s .gallery .overlay,
.ipadmini .gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.project {
	margin-bottom: 6em;
}

.alert {
	padding: 1.5em 2.25em;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;

	line-height: 1.75em;
	font-size: 90% !important;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

@keyframes pulse {
	0% {
		border-color: #ccc;
		box-shadow: 0 0 5px 0px rgba(255, 255, 255, 1);
	}
	50% {
		border-color: #69a;
		box-shadow: 0 0 5px 0px rgba(103, 240, 221, 1);
	}
	100% {
		border-color: #ccc;
		box-shadow: 0 0 5px 0px rgba(255, 255, 255, 1);
	}
}


/***************************
	Media Queries
***************************/

@media screen and (min-width: 960px) {

	#front-page-slider-gallery {
		margin: 0 auto;
	}

	#front-page .slider-item h3 {
		font-size: 2em;
	}

	#header-group,
	#page {
		max-width: 960px;
		padding-left: 2em;
		padding-right: 2em;
	}
	#front-page {

	}
	.menu-toggle {
		display: none;
	}
	.menu-container {
		width: 50%;
		top: 4em;
	}
	#menu-mainmenu {
		float: right;
	}
	#s {
		font-size: 100%;
		font-family: 'Open Sans';
		font-weight: 200;
		color: transparent;

		position: absolute;

		right: -3.25em;
		top: -0.25em;

		border: 1px solid #fff;
		border-radius: 3px;
		background: #fff url(images/search-icon.svg) right 0px center no-repeat;
		box-shadow: inset .0em .0em .0em 0px rgba(0, 0, 0, .0);
	
		transition: color 500ms, width 500ms, background 500ms, box-shadow 500ms;
		z-index: 1000;

		float: right;
	}
	#s:focus {
		outline: none;
		width: 100%;
		padding-left: 1em;
		color: #666;
		background: #eee url(images/search-icon.svg) right 0px center no-repeat;
		box-shadow: inset .0625em .0625em .025em 0px rgba(0, 0, 0, .125);
		border: 1px solid #ddd;
		/*animation: pulse 5s infinite;*/
	}
	#footer-delimiter {
		margin: 0 auto;
		max-width: 960px;
	}
}


@media screen and (max-width: 779px) {
	#wpadminbar {
		position: fixed !important;
	}
	#header {
		height: 4em;
	}
	.menu-container {
		top: 4em !important;
		border: 0 !important;

		right: 0 !important;
		margin: 0;
		width: 100%;
		padding-right: 0em !important;

		z-index: 1000;
	}

	#site-logo {
		height: 32px;
		left: 1.25em;
	}

	.site-description {
		display: none;
	}

	#s {
		height: 1em;
		top: 1.125em;
	}

	#front-page,
	#page {
		font-size: 75%;
		margin-top: 0;
	}

	.related-post {
		width: 100%;
		display: inline-block;
		font-size: 80%;
	}

	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px;
	}
}




@media screen and (max-width: 959px) {
	#header {
		z-index: 1000;
	}
	#site-logo {
		margin-left: 0;
		left:2em;
	}
	.site-description {
		left:2.75em;	
	}
	.toggledMenu {
		display: none;
	}
	.movedUp {
		top: 4em !important;
	}
	.menu-container {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, .125);
		z-index: 999;
	}
	#searchform,
	#menu-mainmenu li {
		display: block;
		width: 100%;
		background: rgba(255,255,255,0.98);

		margin: 0 0em 0 0em !important;
		padding: .75em 0em .75em 0em;

		border-bottom: 1px solid #ccc;
	}
	#searchform {
		padding: 0;
		margin: 0;
	}
	#searchform div {
		border-top: 1px solid #ccc;
		width: 100%;
	}
	#s {
		position: initial;
		border-radius: 0;
		width: calc(100% - 2em);
		height: 2em;
		padding: .5em 0;
		margin: 0 0 0 2em;
		background: #fff url(images/search-icon.svg) left 0em center no-repeat;
	}
	#s:focus {
		background: #fff;
	}

	#menu-mainmenu li a {
		padding-left: 2em;
		display: block;
	}

	.dotnavigation {
		display: none;
	}
	.iphone5s {
		left: 0em;
	}
	.ipadmini {
		right: 0em;
	}
}

@media screen and (min-width: 780px) and (max-width: 959px) {
	/*.menu-mainmenu-container*/
	.menu-container {
		right: 2em;
		top: 7em;
		border: 0 !important;
		position: absolute;
		right: 0 !important;
		margin: 0 !important;
		width: 100%;
		padding-right: 0em !important;

		z-index: 999;
	}
}

@media screen and (max-width: 400px) {
	#front-page,
	#page {
		font-size: 95%;
	}

	p {
		-ms-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}
}