/*
Theme Name: AdA
Theme URI: http://alphabetdesankommens.de
Author: Arne Bellstorf
Author URI: http://www.bellstorf.com
Description: Wordpress Theme for Alphabet des Ankommens, Deutscher Comicverein e.V., Berlin
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.

ada is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 0.85rem;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

@font-face {
	font-family:'FuturaADA';
	src:url("assets/fonts/FMED.eot") format("eot"),
		url("assets/fonts/FMED.woff") format("woff");
	font-weight: bold; font-style: normal;
}
@font-face {
	font-family:'FuturaADA';
	src:url("assets/fonts/FBK.eot") format("eot"),
	url("assets/fonts/FBK.woff") format("woff");
	font-weight: normal; font-style: normal;
}
@font-face {
	font-family:'FuturaADA';
	src:url("assets/fonts/FLIGHT.eot") format("eot"),
	url("assets/fonts/FLIGHT.woff") format("woff");
	font-weight: 300; font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #0000ff;
	font-family: "FuturaADA", sans-serif;
	font-size: 17px;
	font-size: 1.125rem;
	line-height: 1.5;
	word-wrap: break-word;
	}
	@media only screen and (max-width: 321px) {
		body {
			font-size: 0.85rem;
		}
	}
h1, h2, h3, h4, h5, h6,
.site-title,
.page-title {
	clear: both;
	font-weight: normal;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
p {
	margin: 0 0 1.25em 0;
}
.small,
.links {
	font-size: 0.85rem;
}
@media screen and (min-width: 48.875em) {
	.large {
		font-size: 1.5em;
		line-height: 1.35;
	}
	.x-large {
		font-size: 2em;
		line-height: 1.25;
	}
}
@media screen and (min-width: 62.875em) {
	.large {
		font-size: 33px;
		line-height: 1.25;
	}
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 1.25rem;
}
address {
	margin: 0 0 1.5rem 0;
}
pre {
	background-color: #fff;
	font-family: monospace;
}
code,
kbd,
tt,
var {
	font-family: monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
mark,
ins {
	background: #fff;
	text-decoration: none;
}
figcaption {
	font-size: 0.85rem;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
	height: 100%;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #f7f7f7; /* Fallback for when there is no custom background color defined. */
	height: 100%;
}
blockquote p {
	font-style: italic;
}
hr {
	background-color: #0000ff;
	border: 0;
	height: 2px;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul.indent {
	margin-top: 1.25em;
}
ul.indent li {
	padding: 0;
	margin-left: 2.5rem;
}
li > ul,
li > ol,
li > ul > li {
	padding: 0;
	margin: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.66666666667em 1.66666666667em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.66666666667em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
th,
td {
	border-bottom: 1px solid #e6e6e6;
}
caption,
th,
td {
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 0.625rem;
}
tr > :first-child {
	padding-left: 0;
}
tr > :last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
Colours & Backgrounds
--------------------------------------------------------------*/

.highlight-color,
.blue {
	color: #0000ff;
}
.bg-blue {
	background-color: #0000ff;
	color: #fff;
}
.bg-white {
	background-color: #fff;
}
.after-content-widget-area {
	background-color: #fff;
}
.site-content {
	background-color: #f7f7f7;
}
.home.page .site-content,
.page-template-default.edd-checkout .site-content,
.page-template-default.edd-success .site-content,
.single-topic .site-content {
	background-color: inherit;
	background-image: none;
}
.footer-widgets-wrapper,
.before-footer-widgets-wrapper {
	background-color: #f7f7f7;
}
.site-footer {
	background-color: #f7f7f7;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited {
	background-color: #0000ff;
	border: 0;
	color: #fff;
	padding: 0.5em 1.5em 0.5em;
	transition: all 0.2s ease-in-out;
}
a.button-secondary,
a.button-secondary:visited,
a.edd-cart-saving-button,
a.edd-cart-saving-button:visited,
.edd-download-info .button.edd-demo-link,
.edd-download-info .button.edd-demo-link:visited,
body .wp-core-ui .quicktags-toolbar input.button.button-small {
	background-color: #474747;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.button:active {
	color: #fff;
}
a.button-secondary:hover,
a.button-secondary:focus,
a.button-secondary:active,
a.edd-cart-saving-button.button:hover,
a.edd-cart-saving-button.button:focus,
a.edd-cart-saving-button.button:active,
.edd-download-info .button.edd-demo-link:hover,
.edd-download-info .button.edd-demo-link:focus,
.edd-download-info .button.edd-demo-link:active,
body .wp-core-ui .quicktags-toolbar input.button.button-small:hover,
body .wp-core-ui .quicktags-toolbar input.button.button-small:focus,
body .wp-core-ui .quicktags-toolbar input.button.button-small:active {
	background-color: #0000ff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus {
	outline: none;
}
a.button {
	display: inline-block;
}
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,
select {
	border: 1px solid #d4d4d4;
	padding: 0.44444444444em;
	transition: all 0.2s ease-in-out;
	width: 100%;
}
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,
select:focus {
	border-color: #1f1f1f;
	outline: 0;
}
fieldset {
	border: 1px solid #e6e6e6;
	margin: 0 0 1.66666666667em;
}
legend {
	font-size: 1.222222222em;
}

/* Search and newsletters. */
.search-form,
.mc4wp-form-fields > .form-fields-wrapper {
	display: -ms-flexbox;
	display: flex;
}
.search-form  > label,
.mc4wp-form-fields > .form-fields-wrapper > label {
	-ms-flex: 1 0 8em;
	    flex: 1 0 8em;
}
.search-form  > .search-submit,
.mc4wp-form-fields > .form-fields-wrapper > input[type="submit"] {
	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}
.search-form .search-field,
.mc4wp-form-fields > .form-fields-wrapper input[type="email"] {
	border-right: none;
}
.mc4wp-response {
	margin-top: 1.25rem;
}

/* Password form. */
.post-password-form input[type="submit"] {
	margin-top: 1em;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a,
a:visited {
	color: #0000ff;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}
a:hover,
a:focus,
a:active {
	outline: 0;
	color: #0000ff;
}
.entry-content a,
.entry-content a:visited {
	border-bottom: 2px solid;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	border-bottom: 2px solid transparent;
}
.page-content a,
.page-content a:visited {
	border-bottom: 2px solid;
}
.page-content a:hover,
.page-content a:focus,
.page-content a:active {
	border-bottom: 2px solid transparent;
}

a.button {
	text-decoration: none;
}
a.post-thumbnail {
    margin-bottom: 1.25rem;  
}
a.post-thumbnail:hover,
a.post-thumbnail:focus,
a.post-thumbnail:active {
	/*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}
.site-footer a,
.site-footer a:visited,
.entry-footer a,
.entry-footer a:visited {
	color: inherit;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active,
.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active {
	border-bottom: 2px solid;
}
.entry-terms > a:before,
.widget_tag_cloud a:before {
	content: '#';
}
.entry-terms > a,
.widget_tag_cloud a {
	border-bottom: 2px solid transparent;
    display: inline-block;
    line-height: 1;
    margin: 0 0.75em 0 0;
}
.entry-terms > a:hover,
.entry-terms > a:focus,
.entry-terms > a:active,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
	color: #0000ff;
	border-bottom: 2px solid #0000ff;
}
.small a,
.small a:hover,
.small a:focus,
.small a:active {
    border-bottom: 0;
}

.logo-links {
	max-height: 6rem;
	padding: 2.5rem 1.25rem 0 0;
	width: auto;
	}
	.logo-links.last {
		padding: 2.5rem 0 0 0;
	}
@media screen and (min-width: 48.875em) {
	.logo-links {
		padding: 2.5rem 2.5rem 0 0;
	}
}

/*--------------------------------------------------------------
Header & Menus
--------------------------------------------------------------*/

#logo {
	left: 2.5rem;
	top: 2.5rem;
	position: fixed;
	z-index: 3000;
}
@media screen and (max-width: 320px) {
	#logo {
	    left: 0.85rem;
		top: 0.85rem;
	}
}

#menu-toggle {
    cursor: pointer;
    height: 14px;
    right: 0.85rem;
    position: fixed;
    top: 0.85rem;
    width: 14px;
    z-index: 5000;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	outline: none;
}
.main-navigation-wrapper {
	background-color: #fff;
	height: 100%;
	width: 100%;
	right: calc(-100% + 44px);
	overflow: hidden;
	position: fixed;
	transition: right 400ms ease-in-out 0s;
	z-index: 4000;
	}
	@media screen and (min-width: 48.875em) {
		.main-navigation-wrapper {
		    
		}
	}
.main-navigation-open .main-navigation-wrapper {
	right: 0;
}
.main-navigation-header {
	display: block;
    height: 44px;
    left: 22px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 44px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: 50%;
    transform: rotate(90deg) translateX(-50%) translateY(-50%);
    transform-origin: 0 0 0;
    white-space: nowrap;
    width: 100vh;
}
.menu-navigation-container  {
	text-align: center;
	margin: 0 auto;
}
.main-navigation {
	height: 100%;
	padding: 2.5rem 2.75rem; }
@media screen and (min-width: 48.875em) {
	.main-navigation {
		padding: 2.5rem 8.75rem;
	}
}
.main-navigation .page-header {
	margin-bottom: 6.5rem;
	text-align: center;

}
.main-navigation.toggled {
	overflow: auto;
}
.main-navigation a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #0000ff;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1.5rem 0;
}
.no-js .main-navigation ul,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation li {
	display: inline-block;
	border-bottom: 0;
}
.main-navigation li:after {
	display: inline-block;
	content: "\00a0 \00b7";
	}
	.main-navigation li:last-child:after {
		display: none;
	}

.secondary-menu li {
	display: inline-block;
}
.secondary-menu li:before {
	display: inline-block;
	content: "\00b7 \00a0";
	}
	.secondary-menu li:first-child:before {
		display: none;
	}
.secondary-menu li.current-menu-item a {
	border-bottom: 2px solid;
}

/* Pagination */
.pagination {
	text-align: center;
}
.pagination .page-numbers,
.page-links > a,
.page-links > span {
	background-color: #fff;
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 0.83333333333em;
	margin-left: 0.625rem;
	margin-bottom: 0.625rem;
}
.page-links > a,
.page-links > span {
	background-color: #f2f2f2;
}
.pagination .dots {
	padding-left: 0.61111111111em;
	padding-right: 0.61111111111em;
}
.pagination .page-numbers:first-child {
	margin-left: 0;
}
.pagination .page-numbers.current {
	background-color: #6c6c6c;
	color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.25rem;
	overflow: hidden;
}
.post-navigation .meta-nav {
	display: block;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment-navigation a {
	letter-spacing: 1px;
}
.post-navigation .nav-previous .icon,
.comment-navigation .nav-previous .icon {
	margin-right: 0.30794614765em;
}
.post-navigation .nav-next .icon,
.comment-navigation .nav-next .icon {
	margin-left: 0.30794614765em;
}
.post-navigation .nav-previous ~ .nav-next,
.comment-navigation .nav-previous ~ .nav-next {
	border-top: 1px solid #e6e6e6;
	padding-top: 1.25rem;
	margin-top: 1.25rem;
}
.post-navigation > .nav-links {
	border-top: 2px solid #0000ff;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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: #474747;
	clip: auto !important;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	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. */
.site-content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 0;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 0;
}
img.alignleft,
img.alignright {
	display: block;
	float: none;
	margin-bottom: 1.25rem;
}
img.alignleft {
	margin-right: 0;
}
img.alignright {
	margin-left: 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a > img.alignnone {
	display: block;
}


/*--------------------------------------------------------------
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,
.nav-links:before,
.nav-links:after,
.tagcloud:before,
.tagcloud:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.tagcloud:after {
	clear: both;
}

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

.widget {
	color: #0000ff;
	margin-bottom: 2.5rem;
}
.widget a,
.widget a:hover,
.widget a:focus,
.widget a:active {
	border-bottom: 2px solid transparent;
}
.before-footer-widgets-wrapper .widget {
	border-top: 2px solid;
    /*color: #1f1f1f;
	opacity: 0.35;*/
}
.widget ul,
.widget ol {
	list-style-type: none;
}
.widget li > ul,
.widget li > ol {
	padding-left: 0;
}
.widget li,
.widget .entry-title,
.widget .widget-title {
	border-bottom: 2px solid #0000ff;
    margin-bottom: 0.45em;
    padding-bottom: 0.25em;
}
.widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.textwidget {
	font-size: 0.85rem;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

#front-page {
	background-color: #f7f7f7;
	padding: 2.5rem 2.5rem 0 2.5rem;
	}
	@media screen and (max-width: 320px) {
		#front-page {
			padding: 2.5rem .85rem 0 .85rem;
		}
	}
.front-page-area {
	padding: 0 0 2.5rem 0;
}
#hero {
	height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ada_title {
	display: none;
    margin: 2.5rem 0 0 8.25rem;
	height: 78px;
	}
	@media screen and (min-width: 480px) {
		.ada_title {
			display: block;
		}
	}
.ada_title_logo {
	height: 78px;
	display: inline-block;
}
.ada_title h1 {
	font-size: 33px;
	font-weight: bold;
	line-height: 39px;
	display: inline-block;
	vertical-align: baseline;
	}
	@media screen and (max-width: 321px) {
		.ada_title h1 {
			
		}
	}
.fullsize {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#page {
    overflow: auto;
	-webkit-overflow-scrolling: touch;
    padding: 0;
    margin-right: 44px;
}
.content-area,
.footer-widgets-wrapper .grid-wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

.main-padding,
.single .hentry,
.page-template-default:not(.home) .hentry,
.post-navigation,
.comments-area,
.after-content-widget-area,
.downloads-area {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
@media screen and (max-width: 320px) {
	.main-padding,
	.single .hentry,
	.page-template-default:not(.home) .hentry,
	.post-navigation,
	.comments-area,
	.after-content-widget-area,
	.downloads-area {
		padding-left: .85rem;
		padding-right: .85rem;
	}
}
.main-width,
.page-content,
.page-header,
.entry-inner-singular,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.entry-media,
.entry-comment,
.grid-wrapper .entry-product-info-wrapper,
.post-navigation .nav-links,
.comment-respond,
.comments-wrapper,
.widget,
.after-content-widget-area .widget,
.front-page-widget-area .widget,
.downloads-area .wrapper,
.widget-inner-wrappper,
.search-results .hentry,
.mb-wrapper,
.entry-login-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%; /* 1140px */
}
.page-content,
.page-header,
.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.entry-comment,
.grid-wrapper .entry-product-info-wrapper,
.post-navigation .nav-links,
.comment-respond,
.comments-wrapper,
.widget,
.widget-inner-wrappper,
.search-results .hentry,
.mb-wrapper,
.entry-login-form {
	max-width: 100%;
}
.blog-wrapper,
.blog-wrapper > .hentry,
.blog-wrapper > .hentry .entry-inner,
.grid-wrapper,
.grid-wrapper > .hentry,
.grid-wrapper > .hentry .entry-inner-wrapper,
.has-main-sidebar .entry-inner-singular-wrapper,
.has-download-sidebar .entry-inner-singular-wrapper,
.grid-same-line,
.entry-thumbnail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	align-items: flex-start;
}
.blog-wrapper > .hentry .entry-inner,
.grid-wrapper > .hentry .entry-inner-wrapper {
	-ms-flex-direction: column;
	    flex-direction: column;
}
.entry-thumbnail {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	-ms-grid-row-align: center;
	        align-items: center;
}
.blog-wrapper > *,
.blog-wrapper > .hentry > *,
.blog-wrapper > .hentry .entry-inner > *,
.grid-wrapper > *,
.grid-wrapper > .hentry > *,
.grid-wrapper > .hentry .entry-inner-wrapper > *,
.has-main-sidebar .entry-inner-singular-wrapper > * {
	width: 100%;
}
.grid-wrapper > .hentry > *,
.grid-wrapper > .hentry .entry-inner-wrapper > * {
	min-height: 1rem; /* Somehow IE10 needs this. Otherwise height gets stretched. */
}
.grid-same-line {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-items-end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}
.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.page-section {
	padding-bottom: 1.5rem;
}

.page-header {
	display: none;
}

@media screen and (min-width: 700px) {
	.page-header {
		display: block;
	}
}

.hentry {
	margin: 0;
}

.post-thumbnail-singular {
	padding-bottom: 1.875rem;
}

.home.page .site-content,
.page-template-featured-page .site-content {
	padding: 0 0 5rem 0;
}
.site-main .post-navigation {
	padding-bottom: 3.75rem;
}
.post-navigation > .nav-links {
	padding-top: 1.875rem;
}

.blog-wrapper .entry-inner,
.search-results .entry-inner,
.mb-wrapper .hentry,
.mb-form-topic,
.grid-wrapper .entry-inner,
.comment-body,
fieldset,
.entry-login-form {
	padding: 0;
}

.after-content-widget-area {
	padding-bottom: 1.25rem;
}
.after-content-widget-area .widget:first-of-type {
	padding: 2.5rem 1.25rem;
}

.entry-meta,
.entry-title {
	margin-bottom: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin-bottom: 1.25em;
	margin-top: 7.5rem;
	color: #0000ff;
}
@media screen and (min-width: 700px) {
	.page-content,
	.entry-content,
	.entry-summary {
		margin-top: 6.5rem;
	}
}
.site-content {
	padding: 2.5rem 0 0 0;
}
@media screen and (max-width: 320px) {
	.entry-content {
		margin-bottom: 0;
		margin-top: 0;
	}
	.site-content {
		padding: 7.5rem 0 0 0;
	}
	.page-content, .entry-summary {
		margin-top: 0;
	}
}
.site-before-footer {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.footer-widgets-wrapper {
	
}
.before-footer-widgets-wrapper {
	font-size: 0.85rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	}
	@media screen and (max-width: 48.875em) {
		.before-footer-widgets-wrapper {
			padding-bottom: 0;
			text-align: center;
		}
	}

.footer-area-1 > section {
	margin-bottom: 2.5rem;
	}
	.footer-area-1 > section > .textwidget {
    	display: flex;
    	justify-content: center;
   		align-items: center;
	}

.site-footer {
	font-size: 0.85rem;
    padding-left: 2.5rem;
	padding-right: 2.5rem;
    width: 100%;
	}
	.site-footer > div {
		padding-top: 1.5rem;
	}

.has-main-sidebar .entry-inner-singular-wrapper.post > .main-sidebar {
		
}
.has-main-sidebar .entry-inner-singular-wrapper.post > .entry-inner-content .entry-content {
	margin-top: 0;
}
.has-main-sidebar .entry-inner-singular-wrapper.post > .entry-inner-content .accordion .inner .entry-content {
	margin-top: 1.5rem;
}

@media screen and (min-width: 48.875em) {
	#front-page {
		padding: 2.5rem 8.75rem 2.5rem 6.25rem;
	}
	.entry-meta,
	.entry-title {
		margin-bottom: 0;
	}
	.site-content {
		padding: 2.5rem 8.75rem 2.5rem 6.25rem;
	}

	.main-padding,
	.single .hentry,
	.page-template-default:not(.home) .hentry,
	.post-navigation,
	.comments-area,
	.after-content-widget-area {
		padding-left: 0;
		padding-right: 0;
	}

	.site-before-footer {
		padding-left: 0;
		padding-right: 2.5rem;
	}

	.footer-widgets-0 .footer-widgets-wrapper .grid-wrapper {
		margin-left: 0;
	}
	.grid-wrapper > .hentry,
	.before-footer-widgets-many .before-footer-widgets-wrapper .grid-wrapper > .widget-area,
	.footer-widgets-many .footer-widgets-wrapper .grid-wrapper > * {
		padding-left: 2.5rem;
		width: 100%;
	}
	.before-footer-widgets-1 .before-footer-widgets-wrapper .grid-wrapper > .widget-area,
	.footer-widgets-1 .footer-widgets-wrapper .grid-wrapper > * {
		width: 100%;
		margin: 0 auto;
	}
	.grid-wrapper-2 > .hentry,
	.before-footer-widgets-2 .before-footer-widgets-wrapper .grid-wrapper > .widget-area,
	.footer-widgets-2 .footer-widgets-wrapper .grid-wrapper > * {
		width: 50%;
	}
	.grid-wrapper-3 > .hentry,
	.before-footer-widgets-3 .before-footer-widgets-wrapper .grid-wrapper > .widget-area,
	.footer-widgets-3 .footer-widgets-wrapper .grid-wrapper > * {
		width: 50%;
	}
	.footer-area-1 > section {
		margin-bottom: 2.5rem;
		}
		.footer-area-1 > section > .textwidget {
    		display: flex;
    		justify-content: center;
    		flex-direction: row;
    		align-items: center;
		}

	.site-footer {
    	font-size: 1.125rem;
	}

	.has-main-sidebar .entry-inner-singular-wrapper.page > .main-sidebar {
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
		padding-left: 2.5rem;
		padding-bottom: 2.5rem;
		width: 100%; 
	}
	.has-main-sidebar .entry-inner-singular-wrapper.page > .entry-inner-content {
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto;
		padding-left: 2.5rem;
		width: 100%;
	}
	.has-main-sidebar .entry-inner-singular-wrapper.post > .main-sidebar {
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
		padding-left: 2.5rem;
		padding-bottom: 0;
		width: 100%;
	}
	.has-main-sidebar .entry-inner-singular-wrapper.post > .entry-inner-content {
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
		padding-left: 2.5rem;
		width: 100%; /* 33.3333% */
	}

	.content-30 {
		padding-left: 2.5rem;
		width: 33.3333%;
	}
	.content-60 {
		margin: 0 auto;
		padding-left: 2.5rem;
		width: 100%;
	}

}

@media screen and (min-width: 62.875em) {

	.footer-widgets-0 .footer-widgets-wrapper,
	.after-content-widget-area {
		padding-bottom: 2.5rem;
	}

	.blog-wrapper .entry-inner,
	.search-results .entry-inner,
	.mb-wrapper .hentry,
	.mb-form-topic,
	.grid-wrapper .entry-inner,
	.comment-body,
	#edd_checkout_cart_form,
	fieldset,
	.entry-login-form {
		padding: 0;
	}
	
	.grid-wrapper .ada-widget-pricing-content.entry-inner {
		padding-top: 3.75rem;
	}
	.grid-wrapper .entry-product-info {
		padding: 0 2.5rem 2.5rem 2.5rem;
	}
	.grid-wrapper-3 > .hentry,
	.before-footer-widgets-3 .before-footer-widgets-wrapper .grid-wrapper > .widget-area,
	.footer-widgets-3 .footer-widgets-wrapper .grid-wrapper > * {
		width: 33.3333%;
	}
	.page-template-team-page .site-content,
	.page-template-pricing-page .site-content,
	.downloads-area {
		padding-bottom: 1.25rem;
	}
	.before-footer-widgets-title {
		margin-bottom: 3.75rem;
	}

	.after-content-widget-area .widget:first-of-type {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

}

.no-margin-bottom {
	margin-bottom: 0;
}
.after-content-widget-area .widget_mc4wp_form_widget .form-text,
.after-content-widget-area .jetpack_subscription_widget #subscribe-text {
	margin-bottom: 2.5rem;
}

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

.sticky {
	display: block;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}
.single .posted-on {
	display: none;
}

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

.entry-tags-wrapper {
	clear: both;
}

.icon-wrapper {
	background-color: #f2f2f2;
	display: block;
	float: left;
	margin-right: 0.675rem;
	width: 2.5em;
	height: 2.5em;
}
.icon-wrapper > .icon {
	color: #6c6c6c;
	left: 0.75em;
	top: 0.75em;
	width: 1em;
	height: 1em;
	vertical-align: top;
}

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

.post-thumbnail > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Menu Icon/Hamburger
--------------------------------------------------------------*/

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.1s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #0000ff;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--arrow.toggled .hamburger-inner {
	background-color: #fff; 
	-moz-border-radius: 2px 0px 0px 2px;
	border-radius: 2px 0px 0px 2px; 
}
.hamburger--arrow.toggled .hamburger-inner::before {
	transform: translate3d(-2px, 4px, 0) rotate(-45deg);
	background-color: #fff; 
	width: 20px;
}
.hamburger--arrow.toggled .hamburger-inner::after {
	transform: translate3d(-2px, -4px, 0) rotate(45deg);
	background-color: #fff;
	width: 20px;
}

.icon::before, 
.icon::after {
    background-color: #0000ff;
    display: block;
    position: absolute;
    transition: all 0.2s ease 0s;
    content: "";
}
.icon--plus-cross {
    height: 44px;
    width: 44px;
}
.icon--plus-cross::before, 
.icon--plus-cross::after {
    transform-origin: center center 0;
}
.icon--plus-cross::before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate3d(0px, -50%, 0px) rotate(0deg);
}
.icon--plus-cross::after {
    height: 100%;
    width: 2px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px) rotate(0deg);
}
.icon--plus-cross.toggled::before {
    transform: translate3d(0px, -50%, 0px) rotate(135deg);
}
.icon--plus-cross.toggled::after {
    transform: translate3d(-50%, -50%, 0px) rotate(135deg);
}


/*--------------------------------------------------------------
SVG Icons
--------------------------------------------------------------*/

.svg-icon {
    display: inline-flex;
    align-self: center;
    position: relative;
    height: 1em;
    width: 1em;
}
.svg-icon.svg-baseline svg {
    position: absolute;
    top: 3px;
}

/*--------------------------------------------------------------
List Styles
--------------------------------------------------------------*/

.list {
	list-style-type: none;
	margin-bottom: 2.5rem;
}
.list li,
.li {
	border-bottom: 2px solid;
    margin-bottom: 0.45em;
    padding-bottom: 0.25em;
}
.list li > ul > li {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.list li:last-child {
	border-bottom: none;
}
.list li.blind,
.li.blind {
	border-bottom: 2px solid transparent;
    margin-bottom: 0.45em;
    padding-bottom: 0.25em;
}
.list li.hidden,
.li.hidden {
	text-indent: -9999px;
}
.border-bottom {
	border-bottom: 2px solid;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.large.border-bottom {
	border-bottom: 2px solid;
    margin-bottom: .75em;
    padding-bottom: .75em;
}
.small.border-bottom {
	border-bottom: 2px solid;
    margin-bottom: 0.45em;
    padding-bottom: 0.25em;
}
.border-top {
	border-top: 2px solid;
    padding-top: 0.45em;
    padding-bottom: 0.25em;
}
.border-blind {
	border-top: 2px solid transparent;
    padding-top: 0.45em;
    padding-bottom: 0.25em;
}

/*--------------------------------------------------------------
Toggle
--------------------------------------------------------------*/

.togglebox {
    position: relative;
}
.togglebox input {
    position: absolute;
    left: -99999px;
}
.togglebox label {
    display: block;
    cursor: pointer;
    margin-bottom: 1.25rem;
}
.togglebox label:hover {

}
.togglebox input:not(:checked) ~ div {
    opacity: 0;
    height: 0;

}
.togglebox input:checked ~ div {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.togglebox input:not(:checked) ~ .close,
.togglebox input:checked ~ .open {
    display: none;
}

/*
.close:before {
	background: rgba(0, 0, 0, 0) url("assets/images/skin.svg") no-repeat scroll -10px -45px / 264px 88px;
    bottom: 0;
    color: #0000ff;
    content: " ";
    height: 50px;
    left: 0;
    position: absolute;
    width: 40px;
}
.down:before {
	background: rgba(0, 0, 0, 0) url("assets/images/skin.svg") no-repeat scroll -188px -45px / 264px 88px;
    bottom: 0;
    color: #0000ff;
    content: " ";
    height: 50px;
    left: 0;
    position: absolute;
    width: 40px;
}
.right:before {
	background: rgba(0, 0, 0, 0) url("assets/images/skin.svg") no-repeat scroll -99px -45px / 264px 88px;
    bottom: 0;
    color: #0000ff;
    content: " ";
    height: 50px;
    left: 0;
    position: absolute;
    width: 40px;
}*/

/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/

.hide { 
	display: none 
}
.accordion {
  	list-style: none;
  	padding: 0;
}
.toggle {
  	cursor: pointer;
  	display: block;
  	transition: background .3s ease;
}
.inner {
	opacity: 0;
  	overflow: hidden;
  	max-height: 0;
  	background-repeat: no-repeat;
  	background-size: 60%;
  	background-position: center 0;
  	transition: all .6s ease;
}
.inner > div {
  	margin-top: 60%;
  	margin-bottom: 0;
}
.accordion input[type="checkbox"]:checked + li > .inner {
  	max-height: 5000px; /* CSS can't animate to height:auto; :( */
  	opacity: 1;
}
@media screen and (max-width: 320px) {
	.inner {
  		background-size: 100%;
  		background-position: 0 -14px;
	}
	.inner > div {
  		margin-top: 90%;
  		margin-bottom: 0;
	}
}
@media screen and (min-width: 48.875em) {
	.inner {
  		background-size: 10rem;
		background-position: 0 0;
	}
	.inner > div {
  		margin-top: 10rem;
  		margin-bottom: 1.5rem;
	}
}


/*--------------------------------------------------------------
Photoswipe Gallery
--------------------------------------------------------------*/

.psgal {
	margin-left: -2.5rem;
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.4s ease;
}
.psgal.photoswipe_showme {
	opacity:1;
}
.psgal a {
	border: 0;
    text-decoration: none;
}
.psgal figure {
	width: 50%;
	padding: 0 0 0 2.5rem;
	margin: 0;
	box-sizing: border-box;
}
@media screen and (max-width: 320px) {
	.psgal {
		margin-top: 1.5rem;
	}
	.psgal figure {
		width: 100%;
	}
}
/* Show only first item 
.psgal figure {
display: none;
}
.psgal figure:first-child {
display: block;
} */

.psgal figure a {
	cursor: zoom-in;
	display: block;
}
.psgal figure a:hover,
.psgal figure a:focus,
.psgal figure a:active {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-bottom: 0;
}
.psgal img {
	border: 0 none;
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto;
}
.psgal figure div {
    opacity: 0;
    padding: 0.625rem 0;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
    cursor: zoom-in;
}
.psgal figure:hover div,
.psgal figure:focus div,
.psgal figure:active div {
	bottom: 0;
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
}
.psgal figure figcaption {
	opacity: 1;
}
figcaption.photoswipe-gallery-content {
	padding: 0px;
	margin: 0px;
}
figcaption.photoswipe-gallery-caption {
	padding: 0px;
	margin: 0px;
}
.msnry {
	margin:auto;
}

/*--------------------------------------------------------------
Hero
--------------------------------------------------------------*/

@-moz-keyframes moving {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    50.0001% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes moving {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    50.0001% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes moving {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    50.0001% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        opacity: 0;
    }
}

.hero-moving {
    -ms-flex-line-pack: end;
    align-content: flex-end;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1rem;
	position: absolute;
	width: auto;
	height: 100vh;
}
@media screen and (max-width: 321px) {
	.hero-moving {
	    display: none; }
}
#hero img {
    position: relative;
    margin-bottom: 1em;
}
#hero img:nth-child(7) {
    -webkit-animation: moving 4s ease infinite 1.2s;
    -moz-animation: moving 4s ease infinite 1.2s;
    animation: moving 4s ease infinite 1.2s;
}
#hero img:nth-child(4) {
    -webkit-animation: moving 4s ease infinite .2s;
    -moz-animation: moving 4s ease infinite .2s;
    animation: moving 4s ease infinite .2s;
}
#hero img:nth-child(3) {
    -webkit-animation: moving 4s ease infinite .4s;
    -moz-animation: moving 4s ease infinite .4s;
    animation: moving 4s ease infinite .4s;
}
#hero img:nth-child(9) {
    -webkit-animation: moving 4s ease infinite .6s;
    -moz-animation: moving 4s ease infinite .6s;
    animation: moving 4s ease infinite .6s;
}
#hero img:nth-child(8) {
    -webkit-animation: moving 4s ease infinite .8s;
    -moz-animation: moving 4s ease infinite .8s;
    animation: moving 4s ease infinite .8s;
}
#hero img:nth-child(1) {
    -webkit-animation: moving 4s ease infinite 1s;
    -moz-animation: moving 4s ease infinite 1s;
    animation: moving 4s ease infinite 1s;
}
#hero img:nth-child(6) {
    -webkit-animation: moving 4s ease infinite 1.2s;
    -moz-animation: moving 4s ease infinite 1.2s;
    animation: moving 4s ease infinite 1.2s;
}
#hero img:nth-child(5) {
    -webkit-animation: moving 4s ease infinite 1.4s;
    -moz-animation: moving 4s ease infinite 1.4s;
    animation: moving 4s ease infinite 1.4s;
}
#hero img:nth-child(11) {
    -webkit-animation: moving 4s ease infinite 1.6s;
    -moz-animation: moving 4s ease infinite 1.6s;
    animation: moving 4s ease infinite 1.6s;
}
#hero img:nth-child(10) {
    -webkit-animation: moving 4s ease infinite 1.8s;
    -moz-animation: moving 4s ease infinite 1.8s;
    animation: moving 4s ease infinite 1.8s;
}
#hero img:nth-child(2) {
    -webkit-animation: moving 4s ease infinite 2s;
    -moz-animation: moving 4s ease infinite 2s;
    animation: moving 4s ease infinite 2s;
}
#hero img:nth-child(12) {
    -webkit-animation: moving 4s ease infinite 2.2s;
    -moz-animation: moving 4s ease infinite 2.2s;
    animation: moving 4s ease infinite 2.2s;
}
#hero img:nth-child(13) {
    -webkit-animation: moving 4s ease infinite 1.2s;
    -moz-animation: moving 4s ease infinite 1.2s;
    animation: moving 4s ease infinite 1.2s;
}
#hero img:nth-child(14) {
    -webkit-animation: moving 4s ease infinite .2s;
    -moz-animation: moving 4s ease infinite .2s;
    animation: moving 4s ease infinite .2s;
}
#hero img:nth-child(15) {
    -webkit-animation: moving 4s ease infinite .4s;
    -moz-animation: moving 4s ease infinite .4s;
    animation: moving 4s ease infinite .4s;
}
#hero img:nth-child(16) {
    -webkit-animation: moving 4s ease infinite .6s;
    -moz-animation: moving 4s ease infinite .6s;
    animation: moving 4s ease infinite .6s;
}
#hero img:nth-child(17) {
    -webkit-animation: moving 4s ease infinite .8s;
    -moz-animation: moving 4s ease infinite .8s;
    animation: moving 4s ease infinite .8s;
}
#hero img:nth-child(18) {
    -webkit-animation: moving 4s ease infinite 1s;
    -moz-animation: moving 4s ease infinite 1s;
    animation: moving 4s ease infinite 1s;
}
#hero img:nth-child(19) {
    -webkit-animation: moving 4s ease infinite 1.2s;
    -moz-animation: moving 4s ease infinite 1.2s;
    animation: moving 4s ease infinite 1.2s;
}
#hero img:nth-child(20) {
    -webkit-animation: moving 4s ease infinite 1.4s;
    -moz-animation: moving 4s ease infinite 1.4s;
    animation: moving 4s ease infinite 1.4s;
}
#hero img:nth-child(21) {
    -webkit-animation: moving 4s ease infinite 1.6s;
    -moz-animation: moving 4s ease infinite 1.6s;
    animation: moving 4s ease infinite 1.6s;
}
#hero img:nth-child(22) {
    -webkit-animation: moving 4s ease infinite 1.8s;
    -moz-animation: moving 4s ease infinite 1.8s;
    animation: moving 4s ease infinite 1.8s;
}
#hero img:nth-child(23) {
    -webkit-animation: moving 4s ease infinite 2s;
    -moz-animation: moving 4s ease infinite 2s;
    animation: moving 4s ease infinite 2s;
}
#hero img:nth-child(24) {
    -webkit-animation: moving 4s ease infinite 2.2s;
    -moz-animation: moving 4s ease infinite 2.2s;
    animation: moving 4s ease infinite 2.2s;
}