/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

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

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* GLOBAL STYLES
/* ------------------------------------------------------------------------- */


/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: local('Signika Regular'), local('Signika-Regular'),
       url('fonts/signika-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/signika-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* signika-700 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: local('Signika Bold'), local('Signika-Bold'),
       url('fonts/signika-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/signika-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/titillium-web-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('fonts/titillium-web-v8-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/titillium-web-v8-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



* { 
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(includes/libs/box-sizing.htc);
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;	
}

html {
	height: 100%;
	background-color: #000000;	
}

body {
	background-color: #000000;
	font-family: "Signika", "Calibri", "Arial", "sans-serif" !important;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

body, a {
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.clear {
	clear: both;
	float: none;
}

.clearfix { 
  display: inline-block;  
  display: block;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.hidden {
	display: none;
}

.grey-dark { 
	color: #858585;
}

.grey-medium {
	color: #c0c0c0;
}

.grey-light {
	color: #e7e7e7;
}

.right {
	float: right !important;
}

.thin {
	font-weight: normal !important;
}

.color {
	color: #FFF688;
}


/* CONTAINER STRUCTURE
/* ------------------------------------------------------------------------- */

#picbar {
	display: inline-block;
	padding-top: 179px;
	width: 27%;
	background: #000000;
}

#picbar-image {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 665px;	
}

@media only screen and (min-width: 2000px) {
	#picbar, #logo-block { width: 21% !important; }
	#page, #navi-block { width: 79% !important; }
}

#page {
	display: block;
	position: relative;
	width: 73%;
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	min-height: 100%;
	float: right;
	background: #606f70;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	position: relative;	
}

.cat-vn-home, 
.cat-vn-kurse, 
.cat-vn-workshops {
	visibility: hidden;
}

header {
	display: block;
	position: absolute;
	z-index: 100;
	top: 45px;
	width: 100%;
}

#redbar {
	display: block;
	height: 50px;
	margin-bottom: 145px;
	background: url(../images/topbg_main.gif) repeat-x;
}

#logo-block {
	float: left;
	width: 27%;
	min-width: 250px;
	background: #ffffff;
	display: inline;
}

#navi-block {
	float: left;
	width: 73%;
}

#logo {
	float: left;
	margin-bottom: 0 !important;
	line-height: 0;
}

#logo img {
}

@media only screen and (max-width: 1020px) {
	
	#logo-block { width: 85%; }
	#navi-block { width: 15%; }

}

#subnav-area {
	position: relative;
	background: url(../images/over_subnavi.png) repeat-x center bottom;
}

#subnav-area h1 {
	clear: both;
	display: block;
	padding: 20px 20px 25px 40px;
	margin-bottom: 0 !important;
	text-transform: lowercase;
}

#conwrapper {
	display: block;
	background: url(../images/over_content.png) repeat-x center bottom;	
}

#content {
	position: relative;
	display: block;
	clear: both;
	min-height: 200px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
	border-right: 1px solid #ffffff;
}


#content, 
#nav-sub, 
#subnav-area h1 {
	max-width: 715px;
}


@media only screen and (max-width: 1020px) {
	
	#content { border-right: none; }	
	
	footer #social {
		float: none;
		display: block;
		margin: 15px 0px;
	}
	
	footer #social a {
		margin-left: 0;
		margin-right: 8px;
	}

}

@media only screen and (max-width: 800px) {
	
	#picbar { 
		display: none; 
	}
	
	#page { 
		float: none; 
		width: 100%; 
		border-left: 0;
	}
	 
	footer {
		padding: 25px !important;
	}
	
	#nav-sub, 
	#subnav-area h1	 {
		padding-left: 25px !important;
	}	
	
	#content, 
	#nav-sub, 
	#subnav-area h1 {
		max-width: 100%;
	}	

}



/* NAVIGATION
/* ------------------------------------------------------------------------- */

.menu {
	position: relative;
}

.menu > ul {

}

.menu a {
	text-decoration: none;
	color: inherit;	
	font-family: "Titillium Web" !important;
	text-transform: lowercase;
}


/* NAVIGATION MAIN */

#nav-main-top {
	display: block;
	background: #ffffff;
	height: 89px;
}

#nav-main {
	float: left;
	display: inline-block;
	background: transparent;
}

#nav-main-left {
	float: left;
	background: #ffffff;
	width: 34px;
	height: 45px;
}

#nav-main-right {
	background: #ffffff;
	width: auto;
	height: 45px;
	overflow: hidden;
}


@media only screen and (max-width: 480px) {
	#nav-main {
		margin-top: 15px;
	}
}

#nav-main li {
	text-align: center;
	display: inline-block;
	padding-left: 7px;
	padding-right: 7px;
	height: 45px;
	float: left;
	line-height: 1.2em;
	background: #ffffff;
}

#nav-main li:first-child {
}

#nav-main li.first-child a, 
#nav-main li.last-child a {

}

#nav-main li:first-child a {
}

#nav-main li:first-child a:hover,
#nav-main li:first-child.current-menu-item a {
}

#nav-main li:hover {
}

#nav-main li a {
	text-decoration: none !important;
	margin: 0;
	float: left;
	font-size: 1.15em;
	color: #e72a2e;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05);  	
}

#nav-main li a:hover, 
#nav-main li.sfHover > a {
	color: #750e00;
}

#nav-main li.current_page_item, 
#nav-main li.current_page_parent, 
#nav-main li.current-menu-item, 
#nav-main li.current-menu-parent, 
#nav-main li.current-category-ancestora, 
#nav-main li.current-post-ancestor, 
#nav-main li.current-page-ancestor {
	background: url(../images/mainnavi_active.png) no-repeat center bottom;
}

.menu li.current_page_item > a, 
.menu li.current_page_parent > a, 
.menu li.current-menu-item > a, 
.menu li.current-menu-parent > a, 
.menu li.current-category-ancestor > a, 
.menu li.current-post-ancestor > a, 
.menu li.current-page-ancestor > a, 
.menu li.current_page_ancestor > a {
	font-weight: 600;
}

#nav-main .sub-menu {
	display: none !important;
}


/* SUB NAVIGATION */


#nav-sub {
	padding-left: 40px;
	padding-right: 40px;
	min-height: 80px;
	max-width:;
}

#nav-sub a {
	color: #ffffff;
	font-size: 1.2em;
	float: left;
	margin-right: 15px;
}

#nav-sub .children {
	display: none;
}

#nav-sup {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ffffff;
}

#nav-sup li {
	list-style: none;
	margin: 0 0 0 0 !important;
}

#nav-sup a {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
	margin-right: 15px;
}


/* MOBILE NAV */


.menu-icon {
    position:relative;
    display:none;
    width:30px;
    text-indent:-9999px;
    float: right;
    margin: 15px 15px 0px 0px;
}
 
.border-icon {
    height:20px;
    border-top:4px solid #AF2F33;
    border-bottom:4px solid #AF2F33;
}
 
.border-icon:before {
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:100%;
    border-top:4px solid #AF2F33;
}

@media only screen and (max-width: 1020px) {

	.menu-icon { 
		display: inline-block;
	}
	
	#nav-main {
		display: none;
		position: absolute !important;
		z-index: 99;
		top: 134px;
		right: 0px;
		width: 100%;
		opacity: 0.9;
		box-shadow: 0px 45px 40px 15px rgba(0,0,0,0.5);
	}
	
	#nav-main li {
		display: block;
		float: none;
		text-align: left;
		margin: 0px;
		background: #ffffff !important;
		padding: 0px 20px 15px 20px;
		line-height: 1em;
		height: auto;
	}
	
	#nav-main li:first-child {
		padding-top: 20px;
	}
	
	#nav-main li:last-child {
		padding-bottom: 20px;
	}
	
	
	#nav-main li a {
		display: block;
		float: none;
	}
	
	#nav-main .current_page_item .children, 
	#nav-main .current_page_item .sub-menu {
		border-top: 0;
	}

}

@media only screen and (min-width: 1020px) {
	#nav-main { display: block !important; }
}




/* CONTENT
/* ------------------------------------------------------------------------- */

#content .conblock {
	display: block;
	width: 100%;
	padding: 30px 40px 40px 40px;
}

@media only screen and (max-width: 800px) {
	#content .conblock {
		padding: 30px 30px 30px 30px;
	}
}

#content img {
	border: 0 !important;
	max-width: 100%;
	height: auto;
}

#single {
}

article {
	float: left;
	width: 100%;
	line-height: 1.4em;
	font-size: 1.1em;
	min-height: 400px;
}

article * {

}

.article-thumb {
	float: left;
	margin-right: 20px;
	line-height: 0;
}

#breadcrumbs {
	display: none;
	padding: 6px 8px;
	font-size: 0.8em;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	line-height: 1em;
	color: #797979;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(includes/libs/pie.htc);
	position: relative;	
}

#breadcrumbs a {
	text-decoration: none;
	color: #797979;	
}

#breadcrumbs a:hover {
	color: #000000;
}

label {
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
}

article p, 
article blockquote {
	margin-bottom: 0.9em;
}

article p.no-margin {
	margin-bottom: 0em;
}

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

article p.br {
	line-height: 1.2em;
	margin-bottom: 0 !important;
}

article b, article strong {
	font-weight: 700;
}

article .small {
	font-size: 0.9em;
	line-height: 1.35em;
}

article blockquote p {
	padding-left: 25px;
	background: url(../images/blockquote.png) no-repeat;
	background-size: 15px 13px;
	background-position-y: 3px;
	font-style: normal;
}

article ul {
	margin-bottom: 1em;
}

article li {
	list-style-image: url(../images/list-icon.png);
	margin-left: 17px;
	margin-right: 7px;
	margin-bottom: 0.6em;
}

a {
	color: #C8C69E;
	color: #ddd97c;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #FFF688;
}

a strong, a b {
	color: inherit;
}


h1, h2, h3, h4, h5 {
	margin-bottom: 0.6em;
	margin-top: 0.8em;
	line-height: 1.2em;	
	color: #FFF688;
	font-family: "Titillium Web", "Calibri", "Arial" !important;
	font-weight: 400;
}

article cufon canvas {
	left: -3px !important;
}
 
article .page-title a {
	text-decoration: none;
}

h1 {
	font-size: 2.3em;
	margin-top: 0;
	line-height: 1.1em;
}

h2 {
	font-size: 1.6em;
	padding-left: 30px;
	background: url(../images/headline_icon.png) no-repeat;
	background-position: 0px 7px;
}

@media only screen and (max-width: 800px) {
	h2 {
		background-position: 0px 7px;
	}
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}


article .conblock > h1:first-child,
article .conblock > h2:first-child,
article .conblock > h3:first-child,
article .conblock > h4:first-child, 
article td h1:first-child,
article td h2:first-child,
article td h3:first-child,
article td h4:first-child {
	margin-top: 0 !important;
}

article .headline-top {
	margin-top: 0 !important;
}

article img {
	border: 0;
	outline: none;
}

article img.alignleft {
	clear: both;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;	
}

article img.alignright {
	clear: both;
	float: right;
	margin-left: 30px;	
	margin-bottom: 15px;
}

article table {
	margin: 10px 0px;
	padding: 0;
	border: 0;
	width: 100% !important;
	height: auto !important;
}

article table.kurse td {
	min-width: 20px;
	padding: 4px 6px 3px 6px;
	vertical-align: top;
	width: auto;
	white-space: nowrap;
	border: 1px solid rgba(255,255,255,0.2);
}

article table.kurse thead th {
	background: rgba(255,255,255,0.1) !important;
	font-weight: normal;
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 3px;
	white-space: nowrap;
	padding: 4px 6px 3px 6px;	
	border: 1px solid rgba(255,255,255,0.2);	
}

article table tr, 
article table td {
	height: auto !important;
	
}


@media screen and (max-width: 600px) {
	
	article table.kurse { width: 100%; font-size: 1.1em; }
	article table.kurse thead { display: none; }
	article table.kurse tbody tr td:first-child { background: rgba(255,255,255,0.1) !important; }
	article table.kurse tbody td { display: block; }
	article table.kurse td { border-top: 0; display: block; width: 100% !important; }
	article table.kurse tr td:first-child { border-top: 2px solid rgba(255,255,255,0.3); }
	article table.kurse tr td:last-child { margin-bottom: 15px; }
		
	article table.kurse tbody tr td:before { 
		content: attr(data-th) !important;
		display: block !important; 
		width: 100% !important;
		color: #ffffff;
		font-size: 0.95em;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: -2px;	
		height: 20px !important;	
	}
	
}


article table td.spacer {
	width: 15px;
}

article table.listing td:first-child {
	width: 1%;
	white-space: nowrap;
	padding-right: 15px;
}


article .article-pic {
	margin-bottom: 20px;
	line-height: 0;
}


@media only screen and (max-width: 800px) {

	article { font-size: 1em; }
	h1 { font-size: 1.9em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.3em; }
	h5 { font-size: 1.1em; }
		
}



/* ARTICLE FIELDS
/* ------------------------------------------------------------------------- */



.articles {
	margin: 40px 0px 20px 0px !important;
	margin-left: 0 !important;
}

#articles-vn-home, 
#articles-vn-kurse, 
#articles-vn-workshops {
	margin-top: 10px !important;
}

.articles .entry {
	margin-bottom: 3% !important;
}

.articles .entry {
	list-style: none;
	margin-left: 0;	
	position: relative;	
}

.articles .pic {
	position: relative;
	line-height: 0;	
}

.articles .pic .picbox {
	overflow: hidden;
}

.articles .picbox img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

.articles .entry:hover .picbox img {

}


.articles .desc {
	background: rgba(0,0,0,0.1);
	padding: 10px !important;
	font-size: 0.9em;
	line-height: 1.2em;
	min-height: 93px;
	-moz-transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;		
}

.articles .desc.noexcerpt {
	height: 55px;
}

.articles .desc.notext,
.articles .desc.noexcerpt .excerpt {
	display: none !important;
}

.articles .entry:hover .desc {
	background: rgba(0,0,0,0.25);
}


.articles a {
	text-decoration: none !important;
}

.articles h4 {
	margin: 0px 0px 6px 0px;
	font-size: 1.15em;
	line-height: 1.2em;
}


.articles.stripes {
	
}

.articles.stripes .desc {
	height: auto !important;
	padding: 15px;
}

.articles .desc .excerpt, 
.articles .desc .excerpt * {	
	color: #ffffff !important;
}



.articles .entry .picbox-overlay {
	position: absolute;
	top: 0; left: 0;
	overflow: hidden;
	opacity: 1;	
}

.articles .entry .picbox-overlay img {
	-moz-transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;	
}
	
.articles .entry:hover .picbox-overlay img {
	opacity: 0;
	transform: scale(1.2);
}


@media only screen and (min-width: 600px) {
	
	.articles.stripes .entry .pic {
		width: 35%;
		float: left;
	}
	
	.articles.stripes .entry .desc {
		width: 64%;
		float: right;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.articles .desc {
		height: auto !important;
	}
	
}



.articlenav {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.articlenav li {
	list-style: none;
	display: inline;
	margin-left: 15px;
}

.articlenav li:first-child {
	margin-left: 0;
}

.articlenav li a {
	text-decoration: none;
	padding-bottom: 9px;
	color: #757575;
}

.articlenav li a:hover, 
.articlenav li.currentnav a {
	border-bottom: 1px solid #000000;
	color: #000000;
}


@media only screen and (max-width: 720px) {
	
	.articlenav { 
		padding-bottom: 10px; 
	}
		
	.articlenav li { 
		display: inline-block; 
		margin-left: 0; 
		margin-right: 15px; 
		margin-bottom: 10px; 
	}
	
	.articlenav li a { 
		padding-bottom: 0; 
	}

}


/* FLEX GRID
/* ------------------------------------------------------------------------- */


.fgrid {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.fgrid5 .fcol {
	width: 18.5%;
	margin-left: 1.875% !important;
	margin-bottom: 1.875% !important;
}

.fgrid5 .fcol:first-child, 
.fgrid5 .fcol:nth-child(5n+1) {
	margin-left: 0 !important;
}

.fgrid4 .fcol {
	width: 23%;
	margin-left: 2.66% !important;
	margin-bottom: 2.66% !important;	
}

.fgrid4 .fcol:first-child, 
.fgrid4 .fcol:nth-child(4n+1) {
	margin-left: 0 !important;
}

.fgrid3 .fcol {
	width: 31.5%;
	margin-left: 2.75% !important;
	margin-bottom: 2.75% !important;
}

.fgrid3 .fcol:first-child, 
.fgrid3 .fcol:nth-child(3n+1) {
	margin-left: 0 !important;
}

.fgrid2 .fcol {
	width: 48.75%;
	margin-left: 2.5% !important;
	margin-bottom: 2.5% !important;
}

.fgrid2 .fcol:first-child, 
.fgrid2 .fcol:nth-child(2n+1) {
	margin-left: 0 !important;
}


@media only screen and (max-width: 1000px) {
	
	.fgrid .fcol { 
		width: 31.5%; 
		margin-left: 2.75% !important; 
		margin-bottom: 2.75% !important; 
	}
	
	.fgrid .fcol:nth-child(5n+1), 
	.fgrid .fcol:nth-child(4n+1) {
		margin-left: 2.75% !important;
	}
	
	.fgrid .fcol:first-child, 
	.fgrid .fcol:nth-child(3n+1) {
		margin-left: 0 !important;
	}	
	
}

@media only screen and (max-width: 750px) {

	.fgrid .fcol { 
		width: 48.75%; 
		margin-left: 2.5% !important; 
		margin-bottom: 2.5% !important; 
	}
	
	.fgrid .fcol:nth-child(5n+1), 
	.fgrid .fcol:nth-child(4n+1), 
	.fgrid .fcol:nth-child(3n+1) {
		margin-left: 2.5% !important;
	}
	
	.fgrid .fcol:first-child, 
	.fgrid .fcol:nth-child(2n+1) {
		margin-left: 0 !important;
	}	

}

@media only screen and (max-width: 550px) {

	.fgrid {
		display: block !important;
	}
	
	.fgrid .fcol {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 25px !important;
	}
	
	.fgrid .fcol:nth-child(5n+1), 
	.fgrid .fcol:nth-child(4n+1), 
	.fgrid .fcol:nth-child(3n+1), 
	.fgrid .fcol:nth-child(2n+1) {
		margin-left: 0 !important;
	}		
	
}



/* BLOG
/* ------------------------------------------------------------------------- */


/*
.article-single {
	background: rgba(255,255,255,0.85);	
}

.article-single * {
	color: #444444 !important;
	text-shadow: none !important;
}

.article-single .button {
	border: 1px solid #444444;
}
*/

#searchbar {
	display: block;
	padding-top: 15px;
	text-align: right;
}

#searchbar label {
	display: none;
}

#searchbar input[type=text] {
	display: inline-block;
	max-width: 180px !important;
	padding: 6px 8px 5px 8px !important;
	margin-right: 5px;
}

#searchbar input[type=submit] {
	display: inline-block;
	margin-top: 1px !important;
	padding: 7px 10px 6px 10px !important;
}

#blognews {
	margin-top: 35px;
}

#article-catnav {
	display: block;
	float: right;
	margin-bottom: 20px;
}

#article-catnav a {
	display: inline-block;
	padding: 3px 8px;
	margin-left: 10px;
	color: #ffffff;
	background: rgba(255,255,255,0.2);	
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 5px;
}

#article-catnav a:hover {
	border-color: #ffffff;
}

#article-filter {
	text-align: right;
	margin-bottom: 30px;
}

#article-filter select {
	width: auto !important;
}

#tagcloud {
	margin-bottom: 30px;
}

#tagcloud .desc {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

#tagcloud a {
	color: inherit;
	margin-right: 5px;
	margin-top: 5px;
	text-decoration: none;
}

.posts-title {
	margin-bottom: 25px !important;
}

#article-list {
	display: block;
	clear: both;
}

#article-list li {
	list-style: none;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.35);	
}

#article-list a:last-child li {
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.35);		
}

#article-list a {
	text-decoration: none;
}

#article-list li:hover {
	border-top: 1px solid #FFF688;
}

#article-list li .date {
	font-size: 1em;
	color: rgba(255,255,255,0.6);
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;	
}

.article-tags {
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 30px !important;
	padding-top: 20px;
}

.article-meta, 
.article-tags {
	display: block;
	color: rgba(255,255,255,0.7);
	font-size: 0.95em;
	margin-top: 10px;
}

.article-meta a, 
.article-tags a {
	color: inherit;
	text-decoration: none;
}

#bloglist {
	margin-top: 30px;
}


.easy-footnote a {
	text-decoration: none !important;
}

.easy-footnote-title {
	margin-top: 25px;
}

.easy-footnotes-wrapper, ol {
	margin-left: 2px;
}

.easy-footnotes-wrapper li, ol li {
	list-style: decimal;
}

.easy-footnote-to-top {
	text-decoration: none !important;
	color: #ffffff !important;
}

.qtip-content {
	color: #353535 !important;
	text-shadow: none !important;
}

.mailpoet_form input {
	width: 100% !important;
} 

.mailpoet_validate_success, 
.mailpoet_validate_error {
	padding: 10px !important;
	background: #ffffff !important;
	border-radius: 5px;
}

.parsley-errors-list * {
	color: #ffffff !important;
}

.post-ratings {
	margin-top: 5px;
	color: rgba(255,255,255,0.7);
	font-size: 0.95em;	
}

.post-ratings img {
	margin-right: 2px;
}


@media only screen and (max-width: 800px) {
	
	#article-catnav {
		float: none;
	}
	
	#article-catnav a {
		margin: 0px 10px 14px 0px;
	}
	
	#article-filter {
		text-align: left;
	}	
	
}



/* PAGINATION
/* ------------------------------------------------------------------------- */

.pagination {
	clear: both;
	margin: 30px 0 30px 0;
	position: relative;
	text-align: right;
}

.pagination .pages-info {
	float: left;
	font-size: 0.9em;
}

.pagination .pages-navi {
	float: right;
}

.pagination .pages-navi .pagenumbers {
	display: inline;
}

.pagination span, 
.pagination a {
	display: inline-block;
	float: left;
	margin: 0;
	margin-left: 4px;
	padding: 8px 12px;
	text-decoration: none;
	width: auto;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	text-shadow: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}

.pagination a:hover {
	border-color: #ffffff;
}

.pagination a.arrowbutton {
}

.pagination .current {
	border-color: #ffffff;
}


@media only screen and (max-width: 720px) {
	
	.pagination {
		text-align: center;		
	}
	
	.pages-info {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		padding-top: 15px;
	}
	
	.pagination .pages-navi {
		display: block;
		float: none;
		text-align: center;
	}
	
	.pagination span, 
	.pagination a {	
		padding-left: 4px;
		padding-right: 4px;
		width: 30px;
	}
	
	.pagination .pages-navi * {
		display: inline-block;
		float: none;
	}
	
	.pagination .pages-navi > a:first-child {
		border-left: 0;
	}
	
	.pagination .extrapagelink {
		display: none;
	}	
	
}



/* TEMPLATING
/* ------------------------------------------------------------------------- */


article a.button, 
article p.button a {
	behavior: url(includes/libs/pie.htc);	
	padding: 7px 11px 0px 11px;
	margin: 12px 0px 12px 0px;
	display: inline-block;
	line-height: 14px;
	height: 28px;
	font-size: 1.05em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;	
	text-shadow: none;
	font-family: "Signika", "Calibri", "Arial", "sans-serif" !important;	
}

article a.button:hover, 
article p.button a:hover {
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;	
}

.button-yt {
	background-image: url(../images/button-yt.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 40px auto !important;
	background-position: 4px 3px !important;
	padding: 8px 10px !important;
	padding-left: 55px !important;
	font-size: 1.3em !important;
	line-height: 1em !important;
	height: auto !important;
	border-radius: 10px !important;
}

.btn-kalender {
	display: inline-block;
	margin: 0px 0px;
	opacity: 0.7;
}

.btn-kalender:hover {
	opacity: 1;
}

.btn-kalender img {
	width: 150px !important;
	height: auto !important;
	border: 0 !important;
}

#page_home .btn-kalender {
	margin-top: 20px;
}

#page_home .btn-kalender img {
	width: 200px !important;
}


article .opener, 
article .opener2 {
	color: #FFF688;
	text-decoration: none;
	font-weight: 700;
	background: url(../images/arrow.png) no-repeat;
	background-position: 0px 2px;
	padding-left: 17px;
}

article .opener2 {
	display: block;
	font-size: 1.3em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C8C69E;
}

article .opener.active, 
article .opener2.active {
	background: url(../images/arrow-active.png) no-repeat;
}

article .section {
	display: none;
	padding: 10px 0px 0px 0px;
}



/* CONTENT & COLUMNS 3% SPACING */
/* ------------------------------------------------------------------------- */


.cols {
	clear: both;
	margin-bottom: 6%;
	border-bottom: 1px solid #ffffff;	
}

.cols:last-child {
	border-bottom: 0;
	margin-bottom: 0 !important;
}

.cols .col {
	float: left;
	margin-right: 6%;
	margin-bottom: 6%;	
}

.cols:last-child .col {
	margin-bottom: 0 !important;
}

.cols .col.leftcol {
	width: 64%;
}

.cols .col.rightcol {
	width: 30%;
	margin-right: 0;
}

.col.leftcol > h2:first-child, 
.col.leftcol > h3:first-child, 
.col.leftcol > h4:first-child, 
.col.leftcol > h5:first-child {
	margin-top: 0 !important;
}

.cols2 .col {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3%;
}

.cols2 .col:nth-child(2n) {
	margin-right: 0;
}


@media only screen and (max-width: 520px) {
	.cols .col { 
		display: block;
		width: 100% !important;
		float: none; 
		margin-right: 0;
	}
}



/* KALENDER
/* ------------------------------------------------------------------------- */

#page_kalender #content {
	max-width: 1000px;
}

.ics-calendar {
	font-size: 1.2em;
}

.ics-calendar .ics-calendar-title {
	display: none;
}

.ics-calendar h2 {
	margin-bottom: 30px;
}

.ics-calendar select {
	margin-top: 6px;
}

.ics-calendar a {
	text-decoration: none !important;
}

.ics-calendar-month-grid th {
	text-transform: none;
}

.ics-calendar-month-grid th, 
.ics-calendar-month-grid td {
	border-color: rgba(255,255,255,0.6) !important;
}

.ics-calendar-month-grid {
	margin-top: 30px !important;
	background: none;
	border-top: 1px solid rgba(255,255,255,0.6) !important;
}

.ics-calendar-month-grid th, 
.ics-calendar-month-grid .day, 
.ics-calendar-month-grid .all-day {
	background: rgba(0,0,0,0.2) !important;
}

.ics-calendar-month-grid .day {
	border-bottom: 1px solid rgba(255,255,255,0.4);		
}

.ics-calendar-month-grid .day {
	font-size: 1.4em;
}

.ics-calendar-month-grid .all-day-indicator {
	font-size: 1em !important;
	opacity: 0.7 !important;
}

.ics-calendar-month-grid .today .day {
	background: #FFF688 !important;
}

.ics-calendar-month-grid .today .day * {
	color: #000000 !important;
	text-shadow: none !important;
}

.ics-calendar-month-grid .day {
	padding: 0.2em 0.4em !important;	
}

.ics-calendar-month-grid .events {
	min-height: 90px !important;
}

.ics-calendar-month-grid .events .time, 
.ics-calendar-month-grid .events .time * {
	font-size: 11px !important;
	font-weight: bold !important;
	visibility: visible !important;
}

.ics-calendar-month-grid .events .time {
	opacity: 0.7 !important;
}

.ics-calendar-month-grid ul.events li {
	padding: 0.4em 0.4em !important;
}

.ics-calendar-month-grid ul.events li .title {
	line-height: 1.2em !important;
}

.ics-calendar-month-grid li {
	list-style: none;
}

.ics-calendar-month-grid .off {
	background: rgba(255,255,255,0.4);
}

.ics-calendar-month-grid .empty {
	background: rgba(255,255,255,0.2);
}

@media screen and (max-width: 600px) {
	
	.ics-calendar-month-grid .events .time, 
	.ics-calendar-month-grid .events .time * {
		font-size: 14px !important;
	}	
	
}




/* FORMULARE
/* ------------------------------------------------------------------------- */

form {
	max-width: 100%;
}

form * {
	font-family: inherit !important;
}

form li {
	list-style: none;
	margin-left: 0;
}

form label {
	display: inline-block;
	font-size: 0.9em;
	padding: 4px 7px;
	margin-bottom: 5px;
	background: rgba(255,255,255,0.2);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	text-transform: none !important;
}

form input, 
form textarea, 
form select, 
form option {
	border: 0;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	margin-bottom: 5px;	
	margin-top: 0;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	color: #000000 !important;
	font-weight: normal;
}

form select {
	height: 29px;
	margin-bottom: 0;
}

form option {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	margin-bottom: 0;
	padding: 1px 5px;	
}

form textarea {
	height: 85px;
}

form input[type=radio], 
form input[type=checkbox] {
	width: auto;
}

form input:focus, 
form textarea:focus {
	background-color: #f9f9f9;	
}

form input[type=submit] {
	background: #FFF688;
	color: #000000;
	padding: 8px 10px 7px 10px;
	font-size: 0.9em;
	width: auto;
	margin-top: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;	
	border: 0;
}

form input[type=submit]:hover {
	background-color: #000000;
	color: #FFFFFF !important;
	cursor: pointer;
}

form p.form-submit {
	margin-bottom: 0;
}


form .gform_body {
		
}

form .gform_body h3 {
	margin-top: 1.2em;
	margin-bottom: 0.85em;
}

form .gfield {
	clear: both;
	display: block;
}

form .gfield:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

form .gform_validation_container {
	position: absolute; 
	visibility: hidden;
}

form .ginput_container {
	display: inline-block;
	width: 66%;
	float: right;
}

form .gfield_label {
	display: inline-block;
	width: 33%;
	float: left;
	
}

form .gfield_required {
	margin-left: 5px;
}

form .gfield_checkbox {
	margin-bottom: 5px;
	background: #ffffff;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	padding: 3px 5px;
}

form .gfield_checkbox label {
	padding: 0;
	margin-left: 5px;
	margin-bottom: 0;
	color: #000000;
}

form .gfield_checkbox input {
	margin-bottom: 0;
	margin-left: 5px;
}

form .validation_message {
	color: #FFF688;
	margin: 4px;
	text-align: right;
}

form .input_shop {
	
}

form .input_shop .ginput_container {
	display: inline-block;
	width: 10%;
	float: left;
}

form .input_shop .gfield_label {
	display: inline-block;
	width: 89%;
	float: right;
	
}

@media only screen and (max-width: 560px) {
	
	form .ginput_container { width: 100%; }
	form .gfield_label { width: 100%; }
	
}


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


#footerwrapper {
	background: url(../images/over_footer.png) repeat-x center top;	
}

footer {
	max-width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 40px;
	
}

footer * {
	color: #fff;
	font-family: inherit !important;	
}

footer a {
	text-decoration: none;
	line-height: 1.4em;
}

footer a:hover {
	text-decoration: underline;
}

footer .icon {
	margin-right: 18px;
	float: left;
}

#credits {
	font-size: 0.9em;
	margin-top: 25px;	
}

#social {
	float: right;
}

#social a {
	margin-left: 8px;
}

#nav-footer {
	display: inline-block;
	line-height: 1.9em;
}

#nav-footer a {
	text-decoration: underline;
}

#nav-footer-menu {
}

#nav-footer li a:hover {
}

footer .menu a {
	letter-spacing: 0;
}

footer .menu .current-menu-item a {
}

footer .menu {
}

footer .menu li {
	float: left;
	margin-right: 10px;
}

footer .menu li:first-child {
	padding-left: 0;
	border-left: 0;
}



/* PRINT STYLES
/* ------------------------------------------------------------------------- */


@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    body {
	    padding: 0 0;
	    font-size: 85%;
    }
    
    #nav-main {
	    display: none;
    }
    
    #logo {
	    text-indent: 0;
	    width: auto;
	    height: auto;
	    font-size: 1.3em;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    article a[href]:after {
        content: " (" attr(href) ")";
    }

    article abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after, 
    a[href$=".jpg"]:after, 
    a[href$=".gif"]:after, 
    a[href$=".png"]:after {
        content: "" !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
}



/* PLUGIN STYLING
/* ------------------------------------------------------------------------- */


.metaslider {
	border-top: 1px solid #ffffff;
	margin-bottom: 0 !important;	
}

.conblock .metaslider {
	border-top: 0;
}

.metaslider .flexslider {
	margin-bottom: 10px !important;
}

.metaslider .caption-wrap {
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.65) !important;
	padding: 0px 5px;
}	

.metaslider .caption-wrap h4 {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 700;
}

#page_home .metaslider .caption-wrap {
	padding: 5px 5px;
}

@media only screen and (max-width: 600px) {
	.metaslider {
		font-size: 0.8em;
	}
}

#page_home .flex-control-nav {	
	position: static !important;
	background: #ffffff !important;
	bottom: -30px !important;
	padding: 15px 0px 5px 0px !important;	
}

#page_home .flex-control-nav li {
	margin: 0px 0px !important;
}

.fbx-dark .fbx-loader, .fbx-dark .fbx-prev, .fbx-dark .fbx-next, .fbx-dark .fbx-close, .fbx-dark .fbx-play, .fbx-dark .fbx-pause, .fbx-dark .fbx-fullscreen-toggle, .fbx-dark .fbx-social-toggle, .fbx-metro.fbx-dark .fbx-credit a, .fbx-metro.fbx-dark .fbx-count, .fbx-dark .fbx-error-msg, .fbx-dark.fbx-inset-buttons .fbx-prev::before, .fbx-dark.fbx-inset-buttons .fbx-next::before {
    color: #ffffff !important;
}


/* INTERNET EXPLORER ALERT
/* ------------------------------------------------------------------------- */

#ie-alert {
	position: absolute;
	top: 0; left: 0;
	display: none;
	width: 100%;
	text-align: center;
	font-family: "Arial", "sans-serif";
	background: url(../images/br-background.png) repeat-x bottom #fffdcf;
	border-bottom: 4px solid #ffd798;
	padding: 15px;
	font-size: 0.85em;
	z-index: 100000;
}

#ie-alert .ie-alert-message {
	width: 620px;
	max-width: 100%;
	margin: 0 auto;
}

#ie-alert .ie-alert-header {
	font-size: 1.35em;
	color: #a30e0e;
	display: block;
	font-weight: bold;
}

#ie-alert .ie-alert-subhead {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

#ie-alert .ie-alert-browsers {
	display: block;
	margin-top: 20px;
}

#ie-alert .ie-alert-browsers a {
	display: inline-block;
	margin-left: 15px;
	width: 64px;
	padding-top: 70px;
	text-align: center;
	color: #a30e0e;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#ie-alert .ie-alert-browsers a:first-child {
	margin-left: 0;
}




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


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	
	
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
	
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	
	
}

/* Retina Displays ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	
	
}

