/*
  Theme Name: Neander Shark
  Author: vektorrausch GmbH (Daniel Sippel) <sippel@vektorrausch.de>
  Author URI: http://vektorrausch.de
  Description: A Good Start for Neander Shark
  Version: 2.0
  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php                                               
*/

/* ######################################## *\
    HTML / BASICS
\* ######################################## */

/* html */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: 0 !important;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.45;
	color: #000;
	background: #59595b;
	background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%), -webkit-linear-gradient(top, rgba(85,83,85,1) 0%, rgba(139,138,143,1) 26%, rgba(200,195,192,1) 59%, rgba(164,157,154,1) 86%, rgba(140,139,139,1) 100%);
	background-image: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%), -moz-linear-gradient(top, rgba(85,83,85,1) 0%, rgba(139,138,143,1) 26%, rgba(200,195,192,1) 59%, rgba(164,157,154,1) 86%, rgba(140,139,139,1) 100%);
	background-image: radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%), linear-gradient(top, rgba(85,83,85,1) 0%, rgba(139,138,143,1) 26%, rgba(200,195,192,1) 59%, rgba(164,157,154,1) 86%, rgba(140,139,139,1) 100%);
  min-width: 320px;
}

p, pre {
  margin: 0 0 1.000em;
}
  * > p:last {
    margin-bottom: 0;
  }

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
  #gmap img,
  .gmap img {
    max-width: none;
  }

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #333;
  margin: 1.000em 0;
  clear: both;
}

blockquote {
	font-weight: 200;
	font-size: 1.35em;
	font-style: italic;
	margin: 60px 0 40px;
	padding: 0;
	position: relative;
	color: #a8a9ad;
}
	blockquote:before {
		position: absolute;
		top: -130px;
		left: 5px;
		content: '„';
		font-size: 100px;
		font-family: Georgia;
		color: #e2e2e2;
	}

blockquote cite {
	color: #727379;
	font-style: normal;
	font-size: .7em;
}

/* links */	
a {
  color: #004888;
	text-decoration: none;
}
  a:hover {
    color: #004888;
  }
  a:active,
  a:focus {
    color: #004888;
  }

/* headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	line-height: 1.15;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {}
  h1 a:active,
  h1 a:focus,
  h2 a:active,
  h2 a:focus,
  h3 a:active,
  h3 a:focus,
  h4 a:active,
  h4 a:focus,
  h5 a:active,
  h5 a:focus,
  h6 a:active,
  h6 a:focus {}

/* site elements */
.button {
	display: block;
	width: 100%;
	max-width: 360px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #a8a9ad;
	background-position: 20px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	text-decoration: none;
	margin: 20px 0;
}
	.button:hover {
		text-decoration: none !important;
	}
	.button.hero {
		background-color: #004888;
	}
		.button.hero:hover {
			background-color: #002F5C;
			box-shadow: 0 1px 20px rgba(0,138,140,.15);
		}	
	.button.more {
		background-image: url(img/button-more.png);
		background-size: 8px;
		transition: background-position .4s;
	}
		.button.more:hover {
			background-position: 26px center;
		}
	.button.mailto {
		background-image: url(img/button-mailto.png);
		background-size: 18px;
	}
	.button.download {
		background-image: url(img/button-download.png);
		background-size: 18px;
		transition: background-position .4s;
		background-color: #222323;
	}
		.button.download:hover {
			background-position: 20px 14px;
			background-color: #000;
		}

	.button:hover {
		background-color: #78797d;
		color: #fff;
		text-decoration: none;
	}

/* ######################################## *\
    GLOBAL STRUCTURE
\* ######################################## */

/* page wrapper */
#wrapper {
  position: relative;
  background: #fff;
}

/* container */
.container {}

/* header */
.header-container {
  position: relative;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
}
	.page #header,
	.archive #header,
	.single-post #header,
	.blog #header,
	.single-motor #header,
	.search #header,
	.single #header {
	  border-bottom: 6px solid #eef1f1;
	}

#branding {
	width: 150px;
	float: left;
}

.site-logo {}

#header .meta-section {
	display: block;
	position: absolute;
	top: 36px;
}

/*
#header .language-switcher {
	float: right;
}

#header .language-switcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .language-switcher ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #d2d2d2;
}
	#header .language-switcher ul li:last-child {
		border-right: none;
	}

#header .language-switcher ul li a {
	font-size: .8em;
	color: #a8a9ad;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 14px;
	line-height: 14px;
}

#header .language-switcher ul li.current a {
	font-weight: 700;
}
*/

#header .search {
	float: left;
	margin-left: 0px;
}

#header .search a {
	color: #a8a9ad;
	text-decoration: none;
	background: url(img/search-icon.png) no-repeat left center;
	background-size: 14px;
	padding-left: 20px;
	font-size: .8em;
	display: block;
	height: 14px;
	line-height: 14px;
	text-transform: uppercase;
}
	#header .search a:hover {
		color: #828386;
	}

#header #lang-switcher {
	float: left;
	margin-right: 30px;
}

#header #lang-switcher a {
	line-height: 14px;
	text-transform: uppercase;
	font-size: .8em;
	color: #a8a9ad;
	text-decoration: none;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #a8a9ad;
	float: left;
}
	#header #lang-switcher a:hover {
		color: #828386;
	}
	#header #lang-switcher a:last-child {
		padding: 0;
		margin: 0;
		border: 0;
	}
	#header #lang-switcher a.active {
		font-weight: 700;
	}

/* main */
.main-container {}

#main {}

.content-container {
  width: 100%;
}

#content {}

/* footer */
.footer-container {
  background: none repeat scroll 0 0 #222223;
  color: #a8a9ad;
}

#footer {}

/* ######################################## *\
    MENUS
\* ######################################## */

/* footer */
.footer-menu-container {
	padding: 20px 0;
}

.footer-menu-container ul {
	text-align: center;
}

.footer-menu-container li {
	display: inline;
}
	.footer-menu-container li:after {
	  color: #0058A5;
	  content: ".";
	  margin: 0 6px;
	}
		.footer-menu-container li:last-child:after {
			display: none;
		}

.footer-menu-container a {
	color: #fff;
	white-space: nowrap;
}

.footer-menu-container .copyright span {
  background: url(img/logo-small.png) no-repeat right center;
  background-size: 16px auto;
  padding-right: 26px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

/* ######################################## *\
    SIDEBARS
\* ######################################## */

/* primary */
#primary .widget-title {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
}

#primary .blog .blog {
	margin-top: 2em;
}

#primary .blog.widget_text {
	position: relative;
}

#primary .blog .blog-feed {
	position: absolute;
	top: 3px;
	right: 0;
	text-indent: -999em;
	display: block;
	width: 24px;
	height: 24px;
	background: url(img/rss-icon.png) no-repeat left top;
	background-size: 24px;
}

#primary .post-meta h4,
#primary .contact h4 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 12px;
}

#primary .post-meta .untertitel,
#primary .contact .untertitel {
	font-size: 1em;
	color: #a8a9ad;
	font-weight: 200;
}

#primary .post-meta img,
#primary .contact img {
	float: right;
	width: 25%;
	margin-bottom: 25px;
}

#primary .post-meta p,
#primary .contact p {
	margin-top: 10px;
	font-size: .9em;
}

#primary .post-meta .label {
	display: block;
	font-weight: bold;
	color: #000;
}

#primary .post-meta .tags,
#primary .post-meta .tags a {
	color: #a8a9ad;
}

#primary .post-meta .to-author {
	background: url(img/author-posts-icon.png) no-repeat left center;
	background-size: 8px;
	padding-left: 14px;
}

#primary .post-meta .to-author a {
	color: #000;
}

#primary .post-thumbnail {
	margin-top: 2em;
}

/* secondary */


/* ######################################## *\
    WIDGET-AREAS
\* ######################################## */

/* all */
.special-title {
	text-align: center;
	margin-bottom: 40px;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 47%, #d2d2d2 51%, transparent 53%, transparent 100%);
	background: -moz-linear-gradient(top, transparent 0%, transparent 47%, #d2d2d2 51%, transparent 53%, transparent 100%);
	background: linear-gradient(top, transparent 0%, transparent 47%, #d2d2d2 51%, transparent 53%, transparent 100%);
}
	.special-title.light {
		background: -webkit-linear-gradient(top, transparent 0%, transparent 47%, #ccc 51%, transparent 53%, transparent 100%);
		background: -moz-linear-gradient(top, transparent 0%, transparent 47%, #ccc 51%, transparent 53%, transparent 100%);
		background: linear-gradient(top, transparent 0%, transparent 47%, #ccc 51%, transparent 53%, transparent 100%);
	}
	.special-title.dark {
		background: -webkit-linear-gradient(top, transparent 0%, transparent 47%, #555 51%, transparent 53%, transparent 100%);
		background: -moz-linear-gradient(top, transparent 0%, transparent 47%, #444 51%, transparent 53%, transparent 100%);
		background: linear-gradient(top, transparent 0%, transparent 47%, #444 51%, transparent 53%, transparent 100%);
	}

.special-title h2 {
	display: inline;
	background: #fff;
	padding: 0 20px;
	font-size: 1.4em;
}
	.special-title.light h2 {
		background: #eef1f1;
	}
	.special-title.dark h2 {
		background: #000;
		color: #fff;
	}
	.special-title h2:before {
		content: '';
		border-left: 3px solid #004888;
		margin-right: 10px;
	}

.textwidget > p:last-child {
	margin-bottom: 0;
}

/* widget-area-motor-innovations */
.widget-area-motor-innovations-container {
	background: #eef1f1;
}

/* widget-area-advantages */
.widget-area-advantages-container {
  background-color: #000;
  background-image: url(img/features-bg.png);
  background-position: -350px -450px;
  color: #6a6c6c;
}

#widget-area-advantages .widget-container {
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: 90% top;
}
	#widget-area-advantages .widget-container.power {
		background-image: url(img/features-power.png);
		background-size: 45px 66px;
	}
	#widget-area-advantages .widget-container.safety {
		background-image: url(img/features-safety.png);
		background-size: 74px 73px;
	}
	#widget-area-advantages .widget-container.cheap {
		background-image: url(img/features-cheapo.png);
		background-size: 71px 65px;
	}
	#widget-area-advantages .widget-container.rugged {
		background-image: url(img/features-rugged.png);
		background-size: 50px 64px;
	}
	#widget-area-advantages .widget-container.environment {
		background-image: url(img/features-environment.png);
		background-size: 50px 58px;
	}
	#widget-area-advantages .widget-container.fuel {
		background-image: url(img/features-fuel.png);
		background-size: 55px auto;
	}
	#widget-area-advantages .widget-container:last-child {
		border-right: none;
		border-bottom: none;
	}
	
#widget-area-advantages .widget-title {
	color: #fff;
	font-size: 1.25em;
}

/* widget-area-footer */
#widget-area-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#widget-area-footer .widget-title {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0;
}

#widget-area-footer ul {
	margin: 15px 0;
	padding: 0;
}

#widget-area-footer ul li {
	list-style: none;
	margin-bottom: 15px;
}

#widget-area-footer ul li:before {
	content: '›';
	padding-right: 6px;
	color: #fff;
	font-weight: bold;
}

#widget-area-footer a {
  color: #ccc;
}

#widget-area-footer .widget-container {
	border-bottom: 1px solid #333;
	padding: 20px 0;
}

#widget-area-footer .newsletter input[type="text"] {
	margin: 1em 0 0;
}

#widget-area-footer .newsletter input[type="submit"] {
	margin-top: 0;
}

/* ######################################## *\
    FRONT / HOMEPAGE
\* ######################################## */



/* ######################################## *\
    FLEXSLIDER
\* ######################################## */

#widget-area-featured .flexslider,
#widget-area-motor-slider .flexslider {
	margin: 0;
}

#widget-area-featured .flexslider li.slide:after,
#widget-area-motor-slider .flexslider li.slide:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 50%, rgba(0,0,0,.35) 85%, rgba(0,0,0,.35) 100%);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 50%, rgba(0,0,0,.35) 85%, rgba(0,0,0,.35) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 50%, rgba(0,0,0,.35) 85%, rgba(0,0,0,.35) 100%);
}

#widget-area-featured .flexslider .featured-title {
  bottom: 20%;
  position: absolute;
  z-index: 10;
}

#widget-area-featured .flexslider .featured-title h2,
#widget-area-featured .flexslider .featured-title h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
  font-weight: 200;
  margin: 0;
  padding: 0;
	white-space: nowrap;
}
	#widget-area-featured .flexslider .featured-title h2 {
		font-weight: bold;
	}
	#widget-area-featured .flexslider .featured-title h3 {
		margin-left: 5%;
	}

#widget-area-featured .flexslider .featured-title a,
#widget-area-featured .flexslider .featured-title span {
  background: none repeat scroll 0 0 #222;
  color: #fff;
  line-height: 1.9;
  padding: 0.1em 0.4em 0.2em;
  text-decoration: none;
}

#widget-area-featured .flexslider .flex-control-nav,
#widget-area-motor-slider .flexslider .flex-control-nav {
	bottom: 12px;
	z-index: 10;
	height: 8px;
}

#widget-area-featured .flexslider .flex-control-paging li a,
#widget-area-motor-slider .flexslider .flex-control-paging li a {
	width: 8px;
	height: 8px;
	background: #a8a9ad;
	box-shadow: none;
}
	#widget-area-featured .flexslider .flex-control-paging li a.flex-active,
	#widget-area-motor-slider .flexslider .flex-control-paging li a.flex-active {
		background: #fff;
	}

/* ######################################## *\
    CONTENT
\* ######################################## */

/* all */
article {}

.post-edit-link {
  display: block;
  margin: 1.385em 0;
}

/* teaser */
.teaser {}

.teaser .page-title {
	font-size: 2.000em;
	margin-top: 0;
}

.teaser .read-more {
	font-size: 0.9em;
	white-space: nowrap;
}
	.teaser .read-more:before {
	  background: none repeat scroll 0 0 #004888;
	  color: #fff;
	  content: "›";
	  display: inline-block;
	  font-size: 12px;
	  height: 16px;
	  line-height: 16px;
	  margin: 0 4px;
	  text-align: center;
	  width: 16px;
	}
		.content-container .read-more:hover:before {
			background: #004888;
		}

/* search */
.teaser-search,
.page.teaser.teaser-search,
.post.teaser.teaser-search,
.motor.teaser.teaser-search {
    border-bottom: 1px solid #d2d2d2 !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    clear: left;
}

.page.teaser.teaser-search .page-title,
.post.teaser.teaser-search .page-title,
.motor.teaser.teaser-search .page-title {
  font-size: 2em;
  margin-top: 0;
}
	.page.teaser.teaser-search .page-title,
	.motor.teaser.teaser-search .page-title {
		margin-bottom: 0.25em;
	}

.page.teaser.teaser-search h2 a,
.post.teaser.teaser-search h2 a,
.motor.teaser.teaser-search h2 a {
  color: #000;
  text-decoration: none;
}
	.page.teaser.teaser-search h2 a:hover,
	.post.teaser.teaser-search h2 a:hover,
	.motor.teaser.teaser-search h2 a:hover {
		text-decoration: underline;
	}

.page.teaser.teaser-search .post-thumbnail img,
.post.teaser.teaser-search .post-thumbnail img,
.motor.teaser.teaser-search .post-thumbnail img {
    min-width: 100%;
}

/* full */
.full .page-title {
	font-size: 2.5em;
	margin-top: 0;
}

.full .page-sub-title {
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 1.500em;
  font-weight: 200;
  margin-top: -1.000em;
}

.full .body ol,
.full .body ul {
  padding-left: 20px;
  margin: 0 0 1.385em;
}

.full .body li {
  list-style: square;
  padding: 4px 0;
}

/* ######################################## *\
    PAGE
\* ######################################## */

/* all */
.page {}

/* teaser */
.page.teaser {}

/* full */
.page.full {}

/* ######################################## *\
    POST
\* ######################################## */

/* all */
.post {}

.archive h1.page-title,
.search-results h1.page-title {
	font-size: 3em;
	margin: 0;
	margin-bottom: 40px;
}

.archive h1.page-title span,
.search-results h1.page-title span {
	color: #004888;
}

.post .category a {
  background: #222323;
  color: #fff;
  display: inline;
  font-size: 0.8em;
  font-weight: 600;
  padding: 2px 6px;
  text-decoration: none;
  text-transform: uppercase;
}
	.post.is-featured .category a {
    background: #004888;
	}
	
.post .post-thumbnail {
	margin-bottom: 1.625em;
}

.post .post-thumbnail img {
	min-width: 100%;
}

/* teaser */
.post.teaser {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
	.post.teaser.is-featured {
		color: #fff;
		margin-bottom: 0;
		padding-bottom: 30px;
		border-bottom: 0;
		background-size: cover;
	}

.post.teaser .meta {
	font-size: .8em;
	color: #a8a9ad;
}

.post.teaser .meta a {
	color: #a8a9ad;
	text-decoration: none;
}
	.post.teaser .meta a:hover {
		text-decoration: underline;
	}

.post.teaser .meta .date {
	border-right: 2px solid #004888;
	padding-right: 8px;
	margin-right: 8px;
	margin-top: 8px;
	line-height: 1;
}

.post.teaser .meta .author {
	line-height: 30px;
}

.post.teaser .meta .author img {
	width: 30px;
	vertical-align: middle;
}

.post.teaser h2 a {
	color: #000;
	text-decoration: none;
}
	.post.teaser h2 a:hover {
		text-decoration: underline;
	}
	.post.teaser.is-featured h2 a {
		color: #fff;
	}

.post.teaser .excerpt p:first-of-type {
  font-size: 1.25em;
  font-weight: 200;
}
	.post.teaser.teaser-front .excerpt p:first-of-type {
		font-size: 1em;
		font-weight: normal;
	}

.post.teaser .tags {
	clear: both;
	font-weight: normal;
	font-size: .8em;
	color: #a8a9ad;
	padding-top: 10px;
}

.post.teaser .tags .label {
  color: #000;
  display: block;
}
	.post.teaser.is-featured .tags .label {
		color: #fff;
	}

.post.teaser .tags a {
	color: #a8a9ad;
}

/* front */
.post.teaser.teaser-front {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.post.teaser.teaser-front .page-title {
	font-size: 1.45em;
  line-height: 1;
  margin: 10px 0 15px;
}
	
.post.teaser.teaser-front .page-title a {
	color: #000;
}

/* full */
.post.full {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px;
  padding-bottom: 0;
  position: relative;
}

.post.full .body p:first-of-type {
  font-size: 1.25em;
  font-weight: 200;
}

/* ######################################## *\
    MOTOR
\* ######################################## */

/* all */
.motor {}

/* teaser */
.motor.teaser {}

/* full */
.motor.full {}

.single-motor .facts ul {
	list-style: none;
	margin: 0;
}

.single-motor .facts ul li {
	color: #a8a9ad;
	font-weight: 200;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: .9em;
	text-align: center;
}
	.single-motor .facts ul li:last-child {
		border-bottom: none;
	}

.single-motor .facts ul li strong {
	font-size: 3.5em;
	font-weight: 800;
	line-height: 1;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}

/* ######################################## *\
    TEAM
\* ######################################## */

/* all */

/* teaser */
.team.teaser {
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #d2d2d2;
}
	.team.teaser:last-child {
		border-bottom: none;
	}

.teaser img {
	width: 50%;
}

.team.teaser .page-title {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 1.4em !important;
	margin-bottom: 0;
	line-height: 1.15em;
	margin-top: 12px;
}

.team.teaser .field-aufgabe {
	font-size: 1em;
	color: #a8a9ad;
	margin-top: 6px;
}

.team.teaser .field-zusatzfunktion {
	font-size: 0.9em;
	color: #a8a9ad;
	font-style: italic;
}

.team.teaser a {
	word-wrap: break-word;
}

/* full */

/* ######################################## *\
    CUSTOM POST TYPE
\* ######################################## */

/* all */

/* teaser */

/* full */

/* ######################################## *\
    PAGINATION
\* ######################################## */

/* single prev-next */
.pagination {
	width: 100%;
	float: left;
}

.pagination a,
.pagination .no-posts,
.current {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #a8a9ad;
	text-transform: uppercase;
	color: #fff;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: 600;
	font-size: .8em;
	border-radius: 4px;
}
	.pagination .no-posts {
		background-color: #eeeeef;
	}
	.pagination a:hover {
		background-color: #737477;
		text-decoration: none;
	}

	.pagination .page-prev a,
	.pagination .page-prev .no-posts {
		float: left;
		background-image: url(img/pagination-prev.png);
		background-size: 30px;
		background-position: left center;
		padding: 0 15px 0 30px;
	}
	.pagination .page-next a,
	.pagination .page-next .no-posts {
		float: right;
		background-image: url(img/pagination-next.png);
		background-size: 30px;
		background-position: right center;
		padding: 0 30px 0 15px;
		white-space: nowrap;
	}
	
.page-count {
	margin-right: 20px;
}

.page-numbers {
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
}

.current {
	background: #004888;
}

/* ######################################## *\
    FORMS
\* ######################################## */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border: none;
  box-shadow: 1px 1px 2px #e2e2e2 inset;
  font-size: 0.8em;
  max-width: 360px;
  padding: 12px 10px 8px;
  width: 100%;
  background: #f0f0f0;
}

input[type="submit"] {
	background: #333;
	border-radius: 4px;
	border: none;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: .8em;
	cursor: pointer;
	width: 100%;
	max-width: 360px;
	margin-top: 0;
}
	input[type="submit"]:hover {
		background: #444;	
	}
	
/* newsletter */
.widget_wysija .formError {
	position: static !important;
	margin: 1.000em 0 0 !important;
	opacity: 1.0 !important;
}

.widget_wysija .formError .formErrorContent {
	border: 0;
	border-left: 4px solid #c70000;
	background: #ffdddd;
	color: #c70000;
	width: 100%;
	max-width: 360px;
	padding: 8px 10px;
	font-size: 12px;
}

/* Contactform 7 */
.wpcf7-form label {
	font-weight: bold;
	font-size: 0.875em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	max-width: 100%;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
	border: 0;
	background: #ffdddd;
	color: #c70000;
	width: 100%;
	padding: 6px 10px;
	font-size: 12px;
	position: relative;
	border-top: 4px solid #c70000;
	margin-top: 4px;
	z-index: 1;
}
	.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
		background: #d6ffcb;
		color: #1a7000;
		border-top-color: #1a7000;
	}
	.wpcf7-form .wpcf7-not-valid-tip:before,
	.wpcf7-form .wpcf7-response-output:before {
    bottom: 100%;
    left: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: #c70000;
	}
		.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
			border-bottom-color: #1a7000
		}
	.wpcf7-form .wpcf7-not-valid-tip:after,
	.wpcf7-form .wpcf7-response-output:after {
		bottom: 100%;
    left: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 12px;
    position: absolute;
    top: -28px;
    width: 0;
    z-index: -1;
	}
	
.wpcf7-form .wpcf7-response-output {
	padding: 10px 10px;
	margin: -12px 0 0;
}

.wpcf7-form .field-wrap-captcha {
  position: relative;
}

.wpcf7-form .field-wrap-captcha .wpcf7-captchac {
  position: absolute;
  right: 5px;
  top: 25px;
  z-index: 1;
}

/* acceptance */
.wpcf7-form .field-acceptance {
  margin-bottom: 1.375em;
}

.wpcf7-form .field-acceptance .wpcf7-list-item {
  margin: 0;
  background: none;
}

.wpcf7-form .field-acceptance label {
  padding: 0;
}

.wpcf7-form .field-acceptance .notice {
  display: block;
  margin-bottom: 0.6875em;
}

.wpcf7-form .field-acceptance .wpcf7-form-control.wpcf7-checkbox {
  display: inline;
  background: none;
  padding: 0;
  border: 0;
  min-height: none;
}

.wpcf7-form .field-acceptance .wpcf7-list-item {
  float: none;
}

.wpcf7-form .field-acceptance input {
  float: left;
  position: relative;
  top: 2px;
}

.wpcf7-form .field-acceptance .wpcf7-list-item-label {
  display: block;
  margin-left: 1.375em;
  line-height: 1.375em;
}

.wpcf7-form .field-acceptance .wpcf7-not-valid .wpcf7-list-item-label {
  color: rgba(199,0,0, 1);
}

.grecaptcha-badge {
  display: none;
}

/* ######################################## *\
    SEARCHFORM
\* ######################################## */

.searchbox-container {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	background: rgba(255,255,255,.96);
	z-index: 99;
	text-align: center;
	padding-top: 17.5%;
}

#searchbox .search-input {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	width: 70%;
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 2em;
	font-weight: 200;
	border-bottom: 1px solid #004888;
	background: none;
	float: left;
}

#searchbox .search-submit {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	border-bottom: 1px solid #004888;
	background: url(img/search-submit-blue.png) no-repeat left 17px transparent;
	background-size: 20px;
	padding-left: 30px;
	font-size: 1.5em;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	color: #004888;
	float: left;
}

#searchbox .search-close {
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/search-close.png) no-repeat center center;
	background-size: 32px;
	float: right;
}

/* ######################################## *\
    BREADCRUMBS
\* ######################################## */

.breadcrumbs-container.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#breadcrumbs {
	background: #a8a9ad;
	height: 50px;
	width: 100%;
	max-width: 1600px;
	font-size: .8em;
	margin: 0 auto;
}
	.sticky #breadcrumbs {
		background: #38393d;
		box-shadow: 0 1px 2px rgba(0,0,0,.5);
	}

#breadcrumbs .history-back {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: url(img/back-icon.png) no-repeat center center rgba(0,0,0,.25);
	background-size: 50px;
	text-indent: -999em;
	transition: background-position .2s;
}
	#breadcrumbs .history-back:hover {
		background-color: rgba(0,0,0,.5);
		background-position: -5px center;
	}

#breadcrumbs .crumbs {
	padding: 15px;
	float: left;
	color: #fff;
}

#breadcrumbs .crumbs a {
	color: #fff;
}

#breadcrumbs .crumbs span {
	color: #38393d;
}
	.sticky #breadcrumbs .crumbs span {
		color: #a8a9ad;
	}

#breadcrumbs .to-top {
	height: auto;
	width: 160px;
	line-height: 50px;
	display: none;
	float: right;
	margin-right: 2%;
}
	.sticky #breadcrumbs .to-top {
		display: block;
	}

#breadcrumbs .to-top img {
	vertical-align: middle;
}

/* ######################################## *\
    TABLES
\* ######################################## */

.tablepress tbody td,
.tablepress tfoot th {
	border: 0 !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.tablepress .odd td {
	background-color: #f5f5f5 !important;
}

.tablepress td.column-1 {
	font-weight: bold;
}


/* ######################################## *\
    MISC
\* ######################################## */

::selection {
  background: #0096ff;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #0096ff;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0096ff;
  color:#fff ;
  text-shadow: none;
}
   
/* ######################################## *\
    WORDPRESS CORE
\* ######################################## */
   
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  float: left;
  width: 33.333%;
  margin: 0;
	padding: 0 10px 10px 0;
}

.gallery-item img {
	width: 100%;
}

.sticky {}

.bypostauthor {}

/* ######################################## *\
    NO JAVASCRIPT
\* ######################################## */

.no-js {}

