/*!
Theme Name: kinderstaerken
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kinderstaerken
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kinderstaerken is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements1
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html { font-size: 100%; }

body { 
	line-height: 1.7; 
	background: #fff; 
	color:#272727; 
	height: auto; 
	padding: 0;
	margin: 0;
}

::-moz-selection { 
	background-color: #272727; 
	color: #272727; 
}

::selection { 
	background: #272727; 
	color: #FFF; 
}

img { 
	max-width: 100%; 
	height:auto;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: #000;
}
a:hover {
	color: #E2001A;
}
a:visited {
    color: #000;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	1.0 Bootstrap custom
/*-----------------------------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}
.btn {
	border-radius: 0;
}

.btn-default, .label-default {
  background-color: #E2001A;
  border-color: #E2001A;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #6F6F6F;
  border-color: #6F6F6F;
  color: #FFF;
}
.btn.btn-default {
  color: #FFF;
  text-transform: uppercase;
}
a.btn.btn-default {
	text-decoration: none;
}
a.btn.btn-default:hover {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
.btn-more {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

/* Headlines */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	color: #272727; 
	line-height: auto;
} 

/*Standard Listen*/
h1,
h2,
h3,
h4 {
	margin-left: 0;
	padding-left: 23px;
}

h1:before,
h2:before,
h3:before,
h4:before  { 
    content: '\f111';
    margin-right: 9px;
    margin-left: -19px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

h1 { 
	font-weight: 700;
    line-height: 32px;
	font-size:22px;
	font-size:1.375rem;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}

h2 { 
	font-weight: normal;
    text-transform: uppercase;
	font-size:22px;
	font-size:1.375rem;
    line-height: normal;
    margin: 0 0 23px 0;
    font-weight: 700;
}
h3 { 
	font-size:20px; 
	font-size:1.25rem;  
}
h4 { 
	font-size:18px; 
	font-size:1.125rem; 
	font-weight: bold; 
}
h4 a{ 
	color: #000;
}
h5 { 
	font-size:18px; 
	font-size:1.125rem;  
}
h6 { 
	font-size:14px; 
	font-size:0.875rem; 
	font-style:italic; 
}



/* Standard Font Size and Color */
p, 
ul, 
ol, 
dl, 
ul, 
label, 
input, 
select, 
address, 
textarea, 
table { 
	font-size:18px;
	font-size:1.125rem;
    line-height: 28px;
    margin: 0 0 23px 0;
	color: #272727;
	font-weight: 300;
}

/* Standard Links */
a, .entry-content a, 
.comment-content a { 
	color:#000; 
	text-decoration: underline; 
	cursor: pointer; 
	-webkit-transition: color 0.15s ease-in-out 0s; 
	-moz-transition: color 0.15s ease-in-out 0s; 
	-o-transition: color 0.15s ease-in-out 0s; 
	transition: color 0.15s ease-in-out 0s; 
}
.entry-title a,
a.none-style {
	text-decoration: none;
}

a:hover, 
a:active, 
a:focus, 
.entry-content a:hover, 
.comment-content a:hover{	
	outline: 0;	
	color: #272727; 
	text-decoration:none; 
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote{
	font-weight: 400;
    line-height: normal;
    font-style: italic;
	font-size:22px;
}
.author p{
	color: #707070;
	font-size:20px;
	font-weight: 300;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin: 0 0 1.5em 0.2em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

iframe:focus { 
    outline: none;
}

iframe[seamless] { 
    display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: #E2001A;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	padding: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: underline;
}


a:hover, a:focus, a:active {
	color: #E2001A;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* 3.2.1 Main Navigation */

#mainnav { 
	display: none; 
	background: #E2001A; 
	clear:both; 
	z-index: 1; 
	padding: 5px 0; 
} 
#mainnav ul { 
	margin: 0;
	padding: 0px;
} 
#mainnav ul.sub-menu, 
#mainnav ul.children { 
	padding: 10px 0; 
} 
#mainnav ul.sub-menu:first-child, 
#mainnav ul.children:first-child { 
	padding-top: 0; 
} 
#mainnav ul.sub-menu:last-child, 
#mainnav ul.children:last-child { 
	padding-bottom: 0; 
} 
#mainnav ul li { 
	display: block; 
	padding: 5px 0px; 
	text-align: left;
	margin-left: 15px; 
} 
#mainnav li a { 
	display:inline-block; 
	font-size: 15px; 
	font-size: 0.9375rem; 
	color:#fff; 
	text-decoration: none;
	text-transform: uppercase
} 
#mainnav li.nav-ue a {
	text-transform: uppercase;
	font-weight: bold;
}

#mainnav li li a { 
	font-size: 14px; 
	font-size: 0.8375rem; 
	text-transform: inherit;
	font-weight: 400; 
	color: #FFF; 
}

#mainnav li li.nav-ue li a { 
	font-size: 14px; 
	font-size: 0.8375rem; 
	text-transform: inherit;
	font-weight: 400; 
	color: #FFF; 
	padding: 3px 0 3px 5px;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
#content {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Die Suche
--------------------------------------------------------------*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 0px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #E2001A;
	border-color: #E2001A;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
#search .btn-search {
	background-color: #E2001A;
	border-color: #E2001A;	
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-branding {
	margin: 10px;
	max-width: 120px;
}
.slider,
.page-image,
.post-thumbnail {
	border-top: 20px solid #E2001A;
	
}
.subheader {
	float: right;
	margin-top: 0px;
	padding-bottom: 10px;
	width: 100%;
    text-align: center;
}
.subheader span {
	margin-left: 10px;
}
.subheader span a:hover{
	color: #E2001A;
}
/* 3.2.1 Mobile Navigation */

#header a#mobile-menu-btn { 
	display:block; 
	position: absolute; 
	width: 40px;
	right: 20px;
	top: 10px; 
	height: 60px; 
	margin: 0; 
	color: #E2001A; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
} 

#header a#mobile-menu-btn { 
	float:right; 
	padding: 20px 0 0; 
} 

#header a#mobile-menu-btn span { 
	display: none; 
} 

.menu-btn-open { 
	color: #c0392b !important; 
} 
/*

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
*/
/*
.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 0%;
  overflow: hidden;
  height: 2rem;
  background-color: #E2001A;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1rem;
  color: white;
}
*/

.ticker-wrap {
  position: relative;
  overflow: hidden;
  background-color: #E2001A;
}
.ticker-wrap .ticker .ticker__item{
  display: inline-block;
  color: #FFF;
  padding: 3px 0px;
 }

.marquee {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background: #E2001A;
	padding: 20px 0;
}

.site-info p{
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

.footernav {
		
}
.footernav .menu{
text-align: center;
display: block;
}
.footernav ul{
		list-style: none;
		margin: 0;
		padding: 0;
}
.footernav li {
		margin-right: 10px;
}
.footernav li a{
		color: #FFF;
		text-decoration: none;
}

.scroll-to-top {
	margin-top: 15px;
	padding-bottom: 25px;
}

.scroll-to-top a{
	color: #707070;
	text-transform: uppercase;
	text-decoration: none;
}
.scroll-to-top img {
	margin-left: 15px;
	margin-bottom: 15px;
}
.scroll-to-top span {
	display: block;
}
/*
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  left: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 0px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top a{
	color: #fff;
}
.scroll-to-top:hover {
  background: #E2001A;
}
*/
.single footer.entry-footer {
	margin-top: -10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.ct-section {
	padding: 20px 0;
}
.ct-section:nth-child(even) {
	background: #FAFAFA;
}
.ct-section .panel-grid {
	padding: 0 15px;
}
.ct-section .ct-section .panel-grid {
	padding: 0px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.logo-slider .slides img {
	border: 1px solid #EAE8E8 !important;
} 

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #FFF;
    color: #000;
    border: 1px solid #EAE8E8;
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
    background-color: #EAE8E8;
}

.wp-pagenavi {
	margin: 8px 10px;
	display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    color: #E2001A;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.ct-section i {
	margin-right: 10px;
}
.ct-section .btn i {
	margin-right: 0px;
}
.wp-post-image {
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-link {
	text-transform: uppercase;
	text-decoration: underline !important;
}
.page-id-116 a {
	text-decoration: none;
}
#main .panel-layout .ct-section:last-child img{
	border: 1px solid #EAE8E8;
}

.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    padding: 15px 5px 15px 5px;
    overflow: auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.page-id-3301 #content{
	text-align: center;
}

.page-id-3301 h1:before{
	content: '';
}


/*-----------------------------------------------------------------------------------*/
/*	CSS3 Media Queries for Responsiveness (mobile-first, from small to big)
/*-----------------------------------------------------------------------------------*/
/* Minimum width of 500 pixels (small tablets)
------------------------------------------------------------------------------------ */
@media screen and (max-width: 400px) {

}

/* Minimum width of 768 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {

.ct-section .panel-grid {
	width: 720px;
	margin: 0 auto;
}

h1,
h2 { 
	font-size:30px;
	font-size:1.875rem;
    margin: 0 0 23px 0;
    list-style: circle;
}

blockquote{
	font-size:32px;
	font-size:2rem;
	margin: 0 0em;
}

.author p{
	font-size:28px;
}

}

/* Minimum width of 1024 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
	

}

/* Minimum width of 1100 pixels (15' laptops + desktops)
------------------------------------------------------------------------------------ */
@media (min-width: 992px) {
	
.ct-section {
	padding: 40px 0 40px 0;
}
.ct-section .ct-section{
	padding: 0px 0;
}
.ct-section .panel-grid {
	width: 990px;
}
h1.entry-title {}

#content {
	margin-top: 50px;
}

.subheader {
	margin-top: 70px;
	text-align:right;
}

.site-footer {
	padding: 40px 0 70px 0;
}
.navcontainer {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}

#main .panel-layout .ct-section:first-child{
	padding-top: 0px;
}

.single footer.entry-footer {
	margin-top: -40px;
}

/* --- Header --- */

/*For fixed Header - look at custom.js*/ 

.site-branding {
	width: 150px;
	margin: 15px auto;
}
#header .f-nav{ 
	z-index: 9999; 
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%;
}

#header a#mobile-menu-btn { 
	display: none; 
}

#site-title { 
	max-width: 100%;
	display: inline-block; 
	padding: 30px 0; 
	float: left; 
}

#site-title h1, 
#site-title h2{
	text-align: left;
} 

#site-title a { 

}
#site-title h1 {
	font-size:24px;
	font-size:1.5rem;
	padding-bottom: 0px;
}
#site-title h2 {
	font-size:18px;
	font-size:1.125rem;
}
	

/* --- Main Nav + Sub-Menus --- */
#mainnav { 
	display: block !important; 
	background: none; 
	position: relative; 
	padding: 0; 
	margin-top: 50px;
}

#mainnav ul { 
	margin: 0 auto; 
	padding: 0; 
	max-width: 1180px; 
	overflow: visible; 
} 

#mainnav ul li { 
	position:relative; 
	display: inline-block; 
	margin-right: 3px;
	margin-left: 0px; 
	padding: 22px 0 20px 0; 
	text-align: left;
} 

#mainnav li a { 
	font-size: 14px; 
	font-size: 0.875rem; 
	color: #000; 
	font-weight: 400;
	text-transform: uppercase; 
} 

#mainnav ul.sub-menu, 
#mainnav ul.children { 
	display: none; 
	position: absolute; 
	top: 56px; 
	left: 0; 
	width: 330px; 
	border: none; 
	z-index: 99999; 
	padding: 0;
	text-align: left; 
	background: none; 
	padding: 15px 0px;
}

#mainnav li.current_page_item a, 
#mainnav li.current-menu-item a,
#mainnav li.current-menu-parent a {
	color: #E2001A;
}
#mainnav li li.current_page_item a, 
#mainnav li li.current-menu-item a,
#mainnav li.current_page_item li a,
#mainnav li.current-menu-parent li a, 
#mainnav li.current-menu-item li a {
	color: #FFF;
}

#mainnav li li a:before { 
    content: "·";
    margin-right: 10px;
}
 
 
#mainnav ul.sub-menu ul, 
#mainnav ul.children ul { 
	display: none; 
	top: -10px; 
	left: 305px; 
	z-index: 99999; 
} 

#mainnav ul.sub-menu:before { 
	content: '\f500'; 
	display: inline-block; 
	-webkit-font-smoothing: antialiased; 
	font: normal 15px/1 'Genericons'; 
	vertical-align: bottom; 
	padding: 0; 
	position: absolute; 
	top:0px; 
	left:3%; 
	z-index: 2;
	color: #E2001A; 
}
#mainnav ul.sub-menu ul:before { 
	content: ''; 
	display: none; 
}



#mainnav li li { 
	position:relative; 
	display: block; 
	float:none; 
	margin: 0; 
	padding: 0; 
	font-weight: 400; 
} 

#mainnav li li a { 
	font-weight: 400; 
	letter-spacing: 0; 
	color: #FFF; 
	display: block; 
	background: #E2001A; 
	margin: 0; 
	padding: 5px 15px 0px 15px; 
}
#mainnav li li:last-child a { 
	padding-bottom: 10px; 
}  

#mainnav li li a:hover { 
	color: #3f3f3f; 
} 

#mainnav li li li { 
	display: block; 
	padding: 0; 
} 

#mainnav ul li:hover > ul { 
	display: block; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
} 

#mainnav li:hover > a { 
	color: #E2001A; 
} 

#mainnav li li:hover > a { 
	color: #fff !important; 
	background: #E2001A;
}

/* #Font Changes
================================================== */


/* #Widget Changes
================================================== */


/* #Footer Layout Changes
================================================== */



}
/* Minimum width of 1170 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media (min-width: 1200px) {

/* #General Layout Changes
================================================== */

.ct-section .panel-grid {
	width: 1140px;
}

#mainnav ul li { 
	margin-right: 5px; 
} 
#mainnav li a { 
	font-size: 15px; 
	font-size: 1rem;  
} 

#mainnav li.menu-item-has-children a:after{ 
   content: '\f431';
   font-family: "Genericons";
   font-weight: normal;
   font-style: normal;
   margin: -3px 0px 0px 3px;
   text-decoration:none;
   font-size: 10px;
}

#mainnav li.menu-item-has-children:hover a:after{ 
   content: '\f432';
   font-family: "Genericons";
   font-weight: normal;
   font-style: normal;
   margin: -3px 0px 0px 3px;
   text-decoration:none;
   font-size: 10px;
}

#mainnav li.menu-item-has-children li a:after,
#mainnav li.menu-item-has-children:hover li a:after{ 
   content: '';
}

.metaslider .flexslider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    margin: -20px -20px 0 !important;
    background-image: url('inc/img/bg_direction_nav.png') !important;  
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.metaslider .flexslider .flex-direction-nav li a  {
		background-image: url('inc/img/bg_direction_nav2x.png') !important; 
		background-size: 56px 31px;
}

}
.ct-section .ct-section .panel-grid-cell {
	width: calc(20% - ( 0.3 * 30px ) ) !important;	
}

/* #Page Specific Changes
================================================== */


/* #Font Changes
================================================== */


/* #Widget Changes
================================================== */


/* #Footer Layout Changes
================================================== */

}
/* Minimum width of 1170 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media (min-width: 1400px) {

/* #General Layout Changes
================================================== */

#mainnav ul li { 
	margin-right: 14px; 
} 
}
