/*
Theme Name: diehingucker
Theme URI: http://www.diehingucker.de
Description: diehingucker Template
Version: 1.0
Author: Philipp Kieckbusch
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* /////////////////////////////////////////////////////////////////////
//  00 - Reset
/////////////////////////////////////////////////////////////////////*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, img {
	display: block;
}

html {
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

:focus {
	outline: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

/* /////////////////////////////////////////////////////////////////////
//  01 - Global
/////////////////////////////////////////////////////////////////////*/

* {
	min-height: 0;
	min-width: 0;
}

@font-face {
	font-family: 'Estandar';
	src: url('fonts/estandar-rounded.otf') format('opentype');
	font-display: fallback;
}

@font-face {
	font-family: 'Estandar';
	src: url('fonts/estandar-rounded-italic.otf') format('opentype');
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'Estandar';
	src: url('fonts/estandar-rounded-light.otf') format('opentype');
	font-weight: 300;
	font-display: fallback;
}

@font-face {
	font-family: 'Estandar';
	src: url('fonts/estandar-rounded-light-italic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: fallback;
}

@font-face {font-family: 'Estandar';
	src: url('fonts/estandar-rounded-semi-bold.otf') format('opentype');
	font-weight: bold;
	font-display: fallback;
}

@font-face {
	font-family: 'Estandar';
	src: url('fonts/estandar-rounded-semi-bold-italic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
	font-display: fallback;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a, input, textarea  {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

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

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

input, select {
    vertical-align:middle;
}

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

caption, th, td {
	text-align:left;
	font-weight:normal;
}

input {
	vertical-align:middle;
}

img, object, embed {
	max-width: 100%;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Estandar", Helvetica, Arial, sans-serif;
	width:auto; height:auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #6d6d6d;
	background-color: #eceded;
	font-weight: 300;
	line-height: 18px;
	font-size: 14px;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a {
	color: #4cc1e9;
}

a:hover {
	color: #4cc1e9;
	opacity: .8;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	color: #e5546d;
}

h1 { font-size: 30px; line-height: 36px;}
h2 { font-size: 24px; line-height: 30px;}
h3 { font-size: 18px; line-height: 24px;}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-left: 5px solid #6a6a6a;
	color: #6a6a6a;
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	background-color: #fff;
	font-family: "Estandar", Helvetica, Arial, sans-serif;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 5px;
	color: #000;
	border: 0;
	background:	#ebebeb;
	-webkit-appearance: none;
}

.haet-cleverreach .label-left input, .haet-cleverreach .label-left select {
	width: 75% !important;
}

.haet-cleverreach .label-left label {
	width: 25% !important;
}

.haet-cleverreach-field-wrap.type-submit {
	text-align: right !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 100%; line-height: 1.6em; }

.hidden { opacity: 0 }

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {
	font-style: italic;
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/

#container {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	padding-top: 1px;
}

.home .wrap {
	padding-top: 50px !important;
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;
}

#main.has-sidebar {
    max-width: 1260px;
    padding: 0 25px;
}

#main.has-sidebar .row-inside {
	padding: 0;
}

#content {
}

#sidebar {
}

#footer {
	width: 100%;
	margin: 0 auto;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	max-width: 1260px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 25px;
}

#header .top {
	padding: 0;
    z-index: 100;
    position: relative;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	padding-bottom: 30px;
	height: 240px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 0 40px rgba(0,0,0,.25);
	line-height: 28px;
}

#header .inside {
	margin: 0 auto;
	position: absolute;
	padding: 0;
	width: 100%;
    padding-left: 350px;
    height: 200px;
}

#logo {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 350px;
	height: 200px;
	background: #4cc1e9;
	border-bottom-right-radius: 3px;
	color: #fff;
	text-align: right;
	float: left;
}

#logo a {
	color: #fff;
	margin: 0;
	font-weight: normal;
	font-size: 35px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
}

#logo a {
	opacity: 1;
}

#logo a > span {
	position: absolute;
	bottom: -30px;
	right: 0;
}

#logo span.subline span {
	color: #fff;
	font-size: 16px;
	background: #e5546d;
	border-radius: 2px;
	padding: 2px 5px;
	margin-left: 5px;
	line-height: normal;
	float: left;
}

#headInfo, #headContact {
	padding: 25px;
	width: 50%;
}

#headInfo {
	float: left;
	text-align: left;
	font-size: 26px;
	color: #9c9e9f;
	padding-top: 70px;
}

#headContact {
	float: right;
	text-align: right;
	font-size: 26px;
}

#headContact a {
	color: #e5546d;
}

#headContact span a {
	color: #9c9e9f;
	font-size: 16px;
}

#breadcrumbs {
	max-width: 1260px;
	margin: auto;
	padding: 20px 25px 0;
	margin-bottom: -35px;
}

.home #breadcrumbs {
	display: none;
}

.pageHead h1 {
    padding-top: 20px;
    display: block;
}

/* Top level navigation */

#mainNav {
	display: block;
	float: left;
	margin-left: 25px;
	position: absolute;
    bottom: -15px;
}

#mainNav > ul > li {
	margin: 0 10px 0 0px;
	display: inline-block;
	padding: 0;
	white-space: nowrap;
	float: left;
}

#mainNav > ul > li > a {
	line-height: normal;
	color: #fff;
	font-size: 16px;
	background: #4cc1e9;
	border-radius: 2px;
	padding: 2px 8px;
	display: inline-block;
    float: left;
}

/* Second level+ dropdowns */

#mainNav > ul > li > ul {
	position: absolute;
	top: 47px;
	display: none;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 40px rgba(0,0,0,.25);
	text-align: left;
    padding: 0;
}

#mainNav > ul > li > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    top: -25px;
    left: 0;
}

#mainNav > ul > li.single-column > ul {
    padding: 10px 0;
}

#mainNav > ul > li.multi-column > ul {
	width: 100%;
	left: 0;
}

.hover > a {
	background: #e5546d !important;
	opacity: 1 !important;
}


#mainNav ul li:hover ul, #mainNav ul li ul li:hover {
}

#mainNav > ul > li.multi-column > ul > li {
    display: block;
    margin: 0;
    float: left;
    padding: 0;
    padding: 5px 20px 10px 20px;
}

#mainNav > ul > li > ul > li a:hover {
	color: #e5546d;
}

#mainNav > ul > li > ul > li > a {
    display: block;
}

#mainNav > ul > li.multi-column > ul > li > a {
    padding: 10px 0px;
    color: #e5546d;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    margin-bottom: 10px;
}

#mainNav > ul > li.multi-column > ul > li > ul > li a:before {
    content: "\f105";
    margin-right: 10px;
    font-family: "FontAwesome";
}

#mainNav > ul > li.single-column > ul > li > a {
    padding: 0px 20px;
    min-width: 100px;
}

#mainNav > ul > li.single-column > ul > li > a:before {
    content: "\f105";
    margin-right: 10px;
    font-family: "FontAwesome";
}


.multi-column ul.sub-1 > li {
    width: calc(100% / 1);
}

.multi-column ul.sub-2 > li {
    width: calc(100% / 2);
}

.multi-column ul.sub-3 > li {
    width: calc(100% / 3);
}


/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/

.pageHead {
    margin-bottom: -25px;
	margin-top: 25px;
}

.template-full .pageHead, .template-default:not(.has-sidebar) .pageHead {
	max-width: 1260px;
	padding: 0 25px;
	margin-left: auto;
	margin-right: auto;
}

#elements, #sidebar {
	margin-top: 25px;
}

.row {
	max-width: 1260px;
	margin: auto;
	margin-bottom: 25px;
}

.row-inside {
	padding: 0 25px;
}

.element {
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.05);
	background: #fff;
	position: relative;
	overflow: hidden;
}

#sidebar .element-media {
	min-height: 250px;
}

.element.noBackground {
	border-radius: 3px;
	box-shadow: none;
	background: none;
}

.element.noPadding .element-inside {
	padding: 0;
}

.element.dark, .element.dark a, .element.dark .meta, .element.dark h1, .element.dark h2, .element.dark h3 {
	color: #fff;
}

.element-inside {
	padding: 20px;
	position: relative;
	height: 100%;
}

.element-inside .column > *:last-child {
	margin-bottom: 0;
}

.element-headline {
    margin: -20px -20px 20px -20px;
    padding: 15px 20px;
    background: #4cc1e9;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    position: relative;
    z-index: 20;
}

.element-headline a {
	color: rgba(255,255,255,.7) !important;
	float: right;
}

.element-blog h3 {
	font-size: 16px;
}

.element-blog .meta {
	font-size: 12px;
	margin-top: -15px;
	margin-bottom: 10px;
}

.meta a.button {
	font-size: 12px;
}

.element-event .meta {
	font-size: 12px;
	margin-top: -15px;
}

.element-media .meta .right, .element-downloads .meta .right {
	text-align: right;
}

.element-downloads .download .sub {
	font-size: 12px;
	color: #b0b0ad;
	line-height: 16px;
	display: block;
}

.element-downloads .download .details {
	flex: 5;
}

.element-media.element-downloads .download .details {
	flex: 1;
}

.home .element-downloads .download .details .excerpt {
	display: none;
}

.element-blog .meta a[rel="category tag"]:before {
    content: "#";
}

.element-blog .content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.element-blog .post:last-child .content {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.element-blog .post .readMore {
	color: #e5546d;
}

.element img {
	border-radius: 3px;
	margin-bottom: 20px;
	height: auto;
}

img.alignleft {
	float: left;
	margin-right: 20px;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

img.aligncenter {
	margin: auto;
}

.topleft {
	text-align: left;
}

.topcenter {
	text-align: center;
}

.topright {
	text-align: right;
}

.centerleft {
	background-position: left center;
}

.centercenter {
	background-position: center center;
}

.centerright {
	background-position: right center;
}

.bottomleft {
	background-position: left bottom
}

.bottomcenter {
	background-position: center bottom;
}

.bottomright {
	background-position: right bottom;
}

.events-table {
	margin: -15px 0;
}

.event-single {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.event-single:last-child {
	border-bottom: none;
}

.event-content {
}

.event-date.flexbox {
	flex: .5;
}

.event-date {
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px;
    min-width: 200px;
}

.event-date span:first-child {
	font-size: 35px;
	margin-top: 5px;
}

.event-date span:last-child {

}

.home .event-excerpt {
	display: none;
}

.event-details.flexbox {
	flex: 3;
}

.event-register.flexbox {
	flex: .5;
}

.event-register a {
	white-space: nowrap;
}

.element-media h3 {
	color: #fff;
	margin-bottom: 5px;
}

.element-media .media-background {
	background-position: center center;
	background-size: cover;
}

.media-preview {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.media-preview a {
	display: block;
	text-transform: capitalize;
	float: right;
}

.media-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
}

.home .video .media-play {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    top: 0;
    font-size: 50px;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.home .video .media-play:after {
    font-family: "FontAwesome";
    content: "\f16a";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}

.home .video .videoContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 45px;
	bottom: 0;
    background: #000;
    z-index: 20;
    display: none;
    height: 100%;
}

.home .video .videoContainer .fluid-width-video-wrapper {
	height: 100%;
}

.element-downloads .download .icon {
	font-size: 32px;
	flex: 0;
	min-width: 30px;
}

.element-downloads .download .icon a {
	color: #aaa;
}

.element-downloads .download {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.element-downloads .download:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.element-downloads .download .left {
	float: left;
}

.element-downloads .download .right {
	float: right;
}

.element-downloads .download .dlbtn {
	color: #e5546d}

.element-feedback h2 {
	text-align: center;
}

.element-feedback .feedback-slider .slick-dots,
.element-publication .publication-slider .slick-dots,
.image-slider .slick-dots {
	text-align: center;
}

.element-feedback .feedback-slider ul,
.element-publication .publication-slider ul,
.image-slider ul {
	margin: 0;
}

.element-feedback .feedback-slider li:before,
.element-publication .publication-slider li:before,
.image-slider li:before {
	content: none !important;
}

.element-feedback .feedback-slider li,
.element-publication .publication-slider li,
.image-slider li {
	display: inline-block;
}

.element-feedback .feedback-slider li button,
.element-publication .publication-slider li button,
.image-slider li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    padding: 0px;
    cursor: pointer;
	background: #000;
    border: 0;
    opacity: .4;
    outline: none;
    margin: 0 3px;
}

.element-feedback .feedback-slider li.slick-active button,
.element-publication .publication-slider li.slick-active button,
.image-slider li.slick-active button {
    background: #aaa;
}

.image-slider .slick-slide img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.slider {
	position: relative;
}

.left-arrow {
	left: 0;
}

.right-arrow {
	right: 0;
}

.arrows > div {
    position: absolute;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
    z-index: 100;
}



.element-feedback .author {
	color: #aaa;
	margin-top: 5px;
}

.element-publication h3 {
	margin-bottom: 0px;
}

.element-publication .author {
	color: #aaa;
	margin-bottom: 10px;
}

.element-publication .price {
	color: #4cc1e9;
	font-size: 20px;
	margin-top: 20px;
}

.element-publication .price span {
	color: #aaa;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

blog-preview img {
	height: auto;
}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 0 0;
	line-height: normal;
	font-size: 14px;
	background: #e5546d;
	padding: 5px 7px !important;
	margin: 0;
	-webkit-appearance: none;
    font-family: "Estandar";
}

.dark .button, .dark a.button, .dark input[type="submit"] {
	background: transparent;
	border: 1px solid rgba(255,255,255,.8);
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

.element ul, .element ol {
	margin:  0 0 20px 20px;
	list-style-type: none;
}

.element ul.children {
    margin: 10px;
}

.element ul li:before {
  content: '\f105';
  font-family: "FontAwesome";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: 0;
  color: #e5546d;
}

.element.dark ul li:before {
	color: #fff;
}

.element ul li, .element ol li {
	margin-bottom: 5px;
}

.element ol li{
	list-style: decimal;
}

.element ol {
	list-style: decimal;
}

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

#sidebar {
    max-width: 400px;
}

#sidebar .element-event .flex {
    display: block;
}

#sidebar .element-event .event-register {
	margin-top: 10px;
}

#sidebar .element-event .event-excerpt {
	display: none;
}

/*/////////////////////////////////////////////////////////////////////
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}

#footer .left {
	float: left;
	text-align: left;
	width: 50%;
}

#footer .right {
	float: right;
	text-align: right;
	width: 50%;
}

#footer ul.footer-menu {
    margin-bottom: 20px;
    display: block;
}

#footer ul li {
	font-size: 20px;
	display: inline-block;
	margin-left: 20px;
}

#footer ul li a {
	color: #aaa;
}

#footer .footer-menu .break {
    clear: both;
    display: block !important;
}

#footer #menu-footer-social a {
	font-size: 40px;
}

#sidebar ul li p, #footer ul li p{
	margin: 0;
}

/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination a, .pagination span {
    margin-right: 10px;
}

.pagination {
    padding: 0 0 20px;
    text-align: center;
    font-size: 20px;
}

/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	background: #fff;
	color: #4cc1e9;
}

#footer .inside {
	max-width: 1260px;
	margin: 0 auto 0;
	padding: 0px 25px 0;
}

#footer a {
	color: #4cc1e9;
}

#footer a:hover {
	color: #4cc1e9;
	opacity: .6;
}

#footer .secondary {
	margin: 0;
	padding: 40px 0;
}

#footer .secondary p{
}

#footer .secondary .full {
	font-size: 40px;
	font-weight: normal;
}

#mobileToggle {
	font-size: 30px;
	color: #ccc;
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -25px;
	position: relative;
}

.flexbox {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-left: 25px;
}

.fader {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    height: 200px;
    display: block;
}

.app-image {
	max-width: 180px;
	height: auto;
}

.noScroll {
	overflow: hidden !important;
	height: 100vh;
}

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

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

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

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

}

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

	h1 { font-size: 30px; line-height: 30px;}
	h2 { font-size: 20px; line-height: 26px;}
	h3 { font-size: 18px; line-height: 18px;}

	#header .inside {
		top: 0;
		padding: 20px;
	}

	.flex, .flexbox {
		display: block;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}

	#main.has-sidebar {
		padding: 0;
	}

	#headInfo, #headContact {
		display: none;
	}

	#header .top {
	    margin-top: -100px;
	}

	.flex:last-child, .flexbox:last-child {
		margin-bottom: 0px;
	}

	.element-media .element-inside {
    	min-height: 250px;
	}

	#logo {
		display: block;
		float: none;
		transform: scale(.7);
		transform-origin: left top;
		height: 300px;
	}

	#mainNav {
		display: none;
		padding-bottom: 0px;
		margin: 0;
		position: fixed;
	    width: 100%;
	    float: none;
	    z-index: 100;
	    top: 140px;
	    background: #fff;
	}

	#mainNav li {
		display: block;
	}

	#mainNav ul a {
		font-size: 16px;
	}

	#mainNav ul ul {
		position: relative;
		padding: 0 !important;
		display: none;
		top: -1px !important;
		margin: 0 !important;
		z-index: 100;
	}

	#mainNav ul ul li {
		padding: 0;
		background: none;
	}

	#mainNav > ul li {
	    display: block;
	    float: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    width: 100% !important;
	}

	#mainNav ul {
		width: 100%;
		top: 0;
    	border-top: 1px solid #ddd;
	}

	#menu-navigation.first-sub {
    	left: -100vw;
	}

	#menu-navigation.second-sub {
    	left: -200vw;
	}

	#mainNav > ul li a {
	    display: block;
	    width: 100% !important;
	    float: none !important;
	    background: #fff !important;
		color: #666 !important;
		padding: 0 15px !important;
		margin: 0 !important;
		font-size: 16px !important;
    	border-bottom: 1px solid #ddd !important;
    	height: 50px;
    	line-height: 50px;
	}

	#mainNav ul li {
		position: relative;
	}

	#mainNav ul li.menu-item-has-children:after {
	    content: "\f105";
		margin-right: 10px;
		font-family: "FontAwesome";
		position: absolute;
		right: 0;
		font-size: 16px;
    	height: 50px;
    	line-height: 50px;
		z-index: 99;
		top: 0;
    }

	#mobileToggle {
		display: block;
		top: 120px;
	}

	.element-inside {
		padding: 20px;
		margin-bottom: 0px;
	}

	#footer .inside {
		padding: 0 20px;
	}

	#footer .secondary {
		font-size: 12px;
	}

	.element.fixed {
		background-attachment: inherit;
	}

	#header {
		padding: 0;
	}

	#fader {
		display: block;
	}

	#logo h1 {
		font-size: 30px;
	}


}

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

}

@media all and (max-width: 768px) {
	body {
	    font-size: 16px;
	    line-height: 22px;
	}

	#headContact {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    float: none;
    left: 0;
    text-align: right;
    padding: 15px;
    bottom: 10px;
	}

	#headContact a {
    background: #e5546d;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    font-size: 20px;
    float: none;
    text-align: left;
	}

	#headContact span a {
    display: none;
	}

	h2 {
	    font-size: 35px;
	    line-height: 35px;
	}

	h3,
	.element-blog h3 {
	    font-size: 26px;
	    line-height: 30px;
	}

	#mainNav > ul > li > ul {
    position: relative;
	}

	.element img {
	    width: 100%;
	    margin: 0 0 20px 0;
	    float: none;
	}

	.element-downloads .title {
    font-size: 28px;
    line-height: 34px;
    padding-right: 50px;
    display: block;
	}

	#breadcrumbs {
		margin-bottom: 40px;
	}

	#sidebar {
    max-width: 100%;
	}

	#headContact p > a:before {
    content: "\f0e0";
    font-family: "FontAwesome";
	}

	#headContact p > span > a:before {
    content: "\f095";
    font-family: "FontAwesome";
	}

	#headContact a {
    display: inline-block !important;
		font-size: 16px !important;
		color: #fff !important;
		padding: 10px 15px 5px;
	}

	#headContact span.text {
		font-size: 0px;
	}

	#headContact br {
		display: none;
	}

	.element-downloads .download .icon {
	    position: absolute;
	    right: 0;
	    top: 0;
	}

	.element-downloads .download .meta .dlbtn {
	    background: #e5546d;
	    color: #fff;
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding: 10px;
	    border-radius: 3px;
	}

	.media-preview .meta a {
    display: block;
    width: 100%;
    background: #e5546d;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
	}

	.element-media .element-inside {
    min-height: 350px;
	}

	.element-downloads .download .meta .sub {
	    padding: 5px;
	    text-align: center;
	}

	.event-register a.button {
	    width: 100%;
	    text-align: center;
	    padding: 10px !important;
	}

	#footer .left, #footer .right {
	    width: 100%;
	    text-align: center;
	}

	#footer .left {
	    display: none;
	}

	#footer .secondary .full {
	    text-align: center;
	}

	#header.sticky .top {
    position: fixed;
    width: 100%;
    height: 115px;
	}

	#header.sticky .top #logo {
	    height: 140px;
	}

	#header.sticky .top .inside {
	    height: 100px;
	}

	#header.sticky .top #mobileToggle {
	    top: 67px;
	}

	#header.sticky {
    height: 115px;
	}

}

@media print {
	body {
		background: white;
	}

	#headInfo, #footer {
		display: none;
	}
}
