/*
Theme Name: ADICINE
Theme URI: http://www.adicine.es/
Author:	MONOBA
Author URI: http://www.monoba.com/
Description: Custom
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adicine
Tags: custom

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i');
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, footer, header, nav, section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b, strong {
	font-weight: 900;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
img {
	border-style: none;
}
 svg:not(:root) {
 overflow: hidden;
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 0;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
 [type="checkbox"], [type="radio"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
 [type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
details, menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
 [hidden] {
 display: none;
}
/*--------------------------------------------------------------
2.0 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: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	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. */
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #1A1A1A;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.75;
	-webkit-font-smoothing:antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BenchNine', sans-serif;
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding:0;
	-webkit-font-smoothing:antialiased;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	padding-top: 0;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	font-size: 2rem;
	font-weight:400;
	line-height:1.2;
	margin:0 0 70px;
}
h2 {
	font-size: 48px;
	font-size: 3rem;
	font-weight:300;
	line-height:1.2;
	margin:0 0 50px;
}
h3 {
	font-size: 27px;
	font-size: 1.6rem;
	font-weight:400;
	padding:0;
	margin:0 0 70px;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
}
h5 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #eee;
	text-decoration: none;
}
big {
	font-size: 125%;
}
blockquote {
	quotes: "" "";
}
q {
	quotes: "“" "”" "‘" "’";
}
blockquote:before, blockquote:after {
	content: "";
}
:focus {
	outline: none;
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	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 {
	color: #222;
	border-color: #333;
}
select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
input + button, input + input[type="button"], input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #767676;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #333;
 font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
 color: #333;
 font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
 color: #333;
 font-family: 'Roboto', sans-serif;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #333;
 font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul, ol {
	margin: 0 0 1.5em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
td {
	padding: 0.4em;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}
a:focus {
	outline: 0
}
a:hover, a:active {
	color: #000;
	outline: 0;
}
.menu {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:5px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:22px;
}
.menu:hover {
	background-color:#FFFFFF;
	color:#1A1A1A;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *: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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #f6f6f6;/* Fallback for when there is no custom background color defined. */
}
#page {
	position: relative;
	word-wrap: break-word;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img, video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
img.alignleft, img.alignright {
	float: none;
	margin: 0;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

.front-video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
}
.front-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.adictxs-video{
	position:relative;
	padding-bottom:40.45%;
	height:0;
}
.adictxs-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
embed, iframe, object {
	margin-bottom: 0;
	max-width: none;
	float:left;
}
.wp-caption, .gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}
/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}
/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover, .site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}
/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover, .site-content .wp-playlist-dark .wp-playlist-item:hover a, .site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}
/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}
.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}
.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}
.site-content .wp-playlist-item a, .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.site-content .wp-playlist-item-length {
	top: 5px;
}
/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}
section {
	position:relative;
	width:100%;
}
.content {
	width:100%;
	min-height:80vh;
	display:table;
}
#landing .content{
	min-height:100vh;	
}
.content .wrap {
	display:table-cell;
	vertical-align:middle;
}
.content .wrap .fit {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding:70px 5%;
}
.fit {
	text-align:center;
}
.number {
	font-family: 'BenchNine', sans-serif;
	font-size:130px;
	font-size:8.12rem;
	line-height:1;
	font-weight:400;
}
.contenido{
	margin-bottom:70px;
}
.content-header{
	width:100%;
	min-height:65vh;
	display:table;
	background-size:cover;
	background-position:center center;	
	color:#FFFFFF;
}
.home p, .page-id-137 p{
	font-size:18px;
	font-size:1.12em;	
}
.page-id-137 .entry-content p{
	padding-top:2em;
	margin:0;
}
.content1 {
	min-height:65vh;
	background-image:url(http://www.adicine.es/wp-content/uploads/2017/10/adicine-3.jpg);
	background-size:cover;
	background-position:center center;
	color:#FFFFFF;
}
.content1 .brand {
	display:inline-block;
}
.content1 img {
	margin-bottom:50px;
	float:left;
	vertical-align:top;
}
.content3 {
	background-image:url(http://www.adicine.es/wp-content/uploads/2017/10/adicine-2.jpg);
	background-size:cover;
	background-position:center center;
	color:#FFFFFF;
}
.content4 .number, .entry-content .number{
	font-size:5rem;
}
.content5 {
	background-color:#99BABD;
	color:#FFFFFF;
}
.content6{
	background-color:#99BABD;
	color:#FFFFFF;	
}

.content7 {
	/*background-image:url(http://www.adicine.es/wp-content/uploads/2017/10/adicine-3.jpg);*/
	background-color:#1A1A1A;
	background-size:cover;
	background-position:center center;
	color:#FFFFFF;
	text-align:center;
}
.content7 .wrap .fit {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding:70px 0;
}
.content7 a{
	width:70%;
	padding:40px;
	display:block;
	vertical-align:middle;
	margin:0 auto;
}
.content7 img{
	vertical-align: middle;
width: auto;
height: auto;
max-height: 80px;
max-width: 140px;
}
.content8 {
	background-color:#99BABD;
	color:#FFFFFF;
}
.content-noticias{
	padding:70px 2rem;
	background-color:#1a1a1a;	
}
.content-noticias h3{
	color:white;
	text-align:center;	
}
#cff .cff-item{
	border-bottom:1px solid rgba(255,255,255,0.62) !important;
	background-color:rgba(255,255,255,0.15);
	background:linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%);
	padding:1em;
}
#cff .cff-date{
	font-family: 'BenchNine', sans-serif !important;
	font-size:1.4rem !important;
	margin-bottom:1rem !important;
	color:#99BABD !important;
}
#cff .cff-photo{
	margin:1rem 0 !important;	
}
#cff img.emoji{
	display:none !important;	
}
#cff h3, #cff h4, #cff h5, #cff h6, #cff p{
	color:rgba(255,255,255,0.82) !important;
	font-size:0.8em !important;	
}
#cff-lightbox-wrapper .cff-lightbox-caption, #cff-lightbox-wrapper .cff-lightbox-caption-text{
	font-size:0.87em !important;	
}
.open {
	margin:1px 0 0 5px;
	cursor:pointer;
	position:relative;
	transition: all 500ms cubic-bezier(0.73, 0, 0.1, 0.94);
	-webkit-box-shadow:inset -2px 0 1px 0 rgba(0, 0, 0, 0.1);
	float:right;
	vertical-align:top;
}
.open-menuContent {
}
.open-menu {
	-moz-transform:translate3d(0, 0, 0) !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
div.open span {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s 0.4s ease;
	transition: all 0.5s 0.4s ease;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	background-color: #D4513F;
	display: block;
	position: relative;
	height: 5px;
	margin-bottom: 3px;
}
div.open a {
	outline:none;
}
div.open .menubar {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 28px;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
	z-index: 100;
}
.navigation {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	background-color:#99BABD;
	z-index:9999999;
	margin-top:-80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
}
.navigation-container{
	display:inline-flex;
	align-items:center;
	justify-content:center;	
}
.navigation a {
	list-style:none;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	line-height:1;
	padding:1em;
}
.navigation img {
	display:none;
	margin:0 auto;
	padding:0;
	vertical-align:top;
	height:16px;
	width:auto;
}
.navigation .mPS2id-highlight {
	color:#FFFFFF;
}
.post-155 form{
	max-width:400px;
	margin:0 auto;
}
@-webkit-keyframes animation-next {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-moz-keyframes animation-next {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-ms-keyframes animation-next {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-o-keyframes animation-next {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes animation-next {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.next {
	font-size:100px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	cursor:pointer;
	-webkit-animation:animation-next 2s infinite alternate;
	-moz-animation:animation-next 2s infinite alternate;
	-o-animation:animation-next 2s infinite alternate;
	animation:animation-next 2s infinite alternate;
	margin:0;
	padding:0;
	line-height:1;
}
.next a{
	display:inline-block;
	color:#FFFFFF;
	-webkit-font-smoothing:antialiased;
	margin-bottom:15px;
}
.content7 .next{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%) rotate(-90deg);	
}
.padded-content{
	margin:2em 0;	
}
.padded-content p {
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 30px),rgba(26,26,26,.9) 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    position: relative;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0.35em 0.5em;
    display: inline;
	color:#f6f6f6;
	line-height:1.9;
}
.padded-content p{
    -moz-transition: background-size 1s ease;
    -o-transition: background-size 1s ease;
    -webkit-transition: background-size 1s ease;
    transition: background-size 1s ease;
}
.padded-content p.active {
    background-size: 100% 100%;
}
.pum-content p{
	font-size:0.9em !important;
}
.pum-content .cta{
	border: 2px solid #1A1A1A;
    padding: 0.5em 2em;
    margin: 1em 0;
    display: inline-block;
    border-radius: 2em;
    font-weight: bold;	
}
.pum-content .cta:hover{
	background-color:#1A1A1A;	
	color:white;
}
.pum-theme-224, .pum-theme-lightbox{
	background-color:#1A1A1A !important;
}
@media screen and (min-width: 30em) {
 .navigation {
 display:block;
}
 .navigation img {
 display:inline-block;
}
.content7{
	text-align:left;
}
.content7 a{
	width:45%;
	display:inline-block;
}
}
@media screen and (min-width: 48em) {
.content7 a{
	width:24%;
	display:inline-block;
}
h1 {
	font-size: 3rem;
}
}
