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;
    }

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

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;
    }

html,
body {
    height: 100%;
    }

body {
    display: table;
    width: 100%;
    background-color: #FFF;
    }

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    }

.page-row {
    display: table-row;
    height: 1px;
    }
 
.page-row-expanded { height: 100%; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.ie6 .clearfix { zoom: 1 }

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 10001;}

.spinner {
    position: absolute;
	left: 50%;
	top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    text-align: center;}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

.spinner .bounce_01 { background-color: #bc1a4d; }
.spinner .bounce_02 { background-color: #bc1a4d; }
.spinner .bounce_03 { background-color: #bc1a4d; }

.spinner .bounce_01 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;}

.spinner .bounce_02 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }}

@keyframes bouncedelay {
    0%, 80%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* PHOTOGRAPHY
----------------------------------------------------------------------------------------*/
img, embed, object, video { margin: 0 auto; max-width: 100%; height: auto; display: block; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

img {
    width: 100%;
    max-width: 800px;
    margin: 3.5em auto;}

#gallery, .gallery {
    max-width: 800px;
	height: auto;
	margin: 2.5em auto;
    }
	
.wrapper_gallery { overflow: hidden; }

#gallery a img, .gallery a img {
    width: 32%;
    float: left;
    position: relative;
    margin: 0 2% 2% 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    }

.double a img { width: 48% !important; margin: 0 0 2% 0 !important; }

.double a:nth-child(odd) img { margin: 0 2% 2% 0 !important; }

#gallery a:nth-child(3n+3) img, .gallery a:nth-child(3n+3) img {
    margin: 0 0 2% 0;
    }

#gallery a:hover img, .gallery a:hover img { opacity: 0.8; }
 
@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
    
    #gallery a img, .gallery a img { width: 49%; margin: 0 0 2% 0; }
    
    #gallery a:nth-child(odd) img, .gallery a:nth-child(odd) img { margin: 0 2% 2% 0; }

}

.fancybox-caption {
    padding: 30px 0;
    border: none !important;
    font: 400 12px 'brandon-grotesque', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    -webkit-text-size-adjust: none;}

img.hlf_logo {
    width: 100%;
    max-width: 100px;
    margin: 0 0 0 1.25em;}

img.hlf_logo_splash {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;}

img.circular_crop {
    object-fit: cover;}

img.venue_logo {
    display: block;
    margin: 2.5em auto;
    width: 100%;
    max-width: 150px;}


/* AUDIO
----------------------------------------------------------------------------------------*/

audio {
    display: block;
    margin: 1em auto;}

.audio {
    display: block;
    margin: 2.25em auto;}


/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
    font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 300;
    }

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0 auto;
    line-height: 1em;
    }

h1, h2 {
    text-align: center;
    letter-spacing: 0.02em;
    color: #303030;
    max-width: 800px;
    }

h1.the_title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 20px auto;}

h1.the_title_splash {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0 auto 2.5em;}

h1 { font-weight: 600; }
h2 { font-weight: 400; }

h1 { font-size: 24px; }
h2 { font-size: 16px; }

h4 {
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #bc1a4d;
    text-align: center;}

h5 {
    margin-bottom: 24px;
    font: 600 10px 'brandon-grotesque', Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;}

p, ul, ol, dl, blockquote {
    line-height: 1.618em;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    }

p {
    font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    margin: 0 auto;
    max-width: 600px;}

p + p { margin: 1em auto 0; }

p.center { text-align: center; }
.center { text-align: center; }

p.smaller { font-size: 0.75em;}
    
ul { list-style-type: disc; margin: 0 auto; }
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0 auto; padding: 0;}

b, strong { font-weight: 500; }
i, em { font-style: italic; }
sl { font-size: 80%; }

::selection { background: #bc1a4d; color: #fff; }
::-moz-selection { background: #bc1a4d; color: #fff;}

a, a:visited {
    font-weight: 500;
    color: #000;
    outline: none;
    text-decoration: none;
    border: none;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;}

a:hover { outline: none; text-decoration: none; color: #bc1a4d; }  
a:active, a:focus { outline: none; }

a.button, a.book_button {
    display: block;
    height: 38px;
    margin: 0 auto;
    width: 100%;
    max-width: 125px;
    border: 1px solid #000;
    font: 600 11px 'brandon-grotesque', Arial, sans-serif;
    font-style: normal !important;
    line-height: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;}

a.button_splash {
    margin: 5em auto 0;}

a.book_button { width: 125px; }

a.button:hover, a.book_button:hover {
    color: #FFF;
    background-color: #bc1a4d;
    border: 1px solid #bc1a4d;}

a.button + a.button { margin: 1.25em auto 0; }

.big_button {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;}

.big_button + .big_button { margin: 1.5em auto 0; }

a.big_button_link {
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 50px;
    display: block;
    text-decoration: none;
    border: none;
    outline: none;
    color: #FFF;}

a.big_button_link:hover {
    color: #bc1a4d;}
    
.the_background {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24rem;
    position: relative;
    border: none;
    overflow: hidden;}

.vertcenter {
    text-indent: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;}

.vertcenter h2 { color: #FFF; }


/* LAYOUT
----------------------------------------------------------------------------------------*/
#wrapper {
	max-width: 100%;
    margin: 0 auto;}

.column + .column { margin: 3.5em auto;}

.column:last-child { margin: 3.5em auto 0;}

.boxed {
    height: 100%;
    border: 5px solid #000;}

.boxed_big {
    height: 100%;
    margin: 0 auto 3.5em;}

.single {
    margin: 0 auto 3.5em;}

.entry-content-header {
    padding: 1.75em 1.75em 2.5em;}

.fancy_content {
    display: block;
    padding: 5%;}

.fancy_content h1 {
    margin: 1.25em auto; }

.fancy_content a.button {
    margin: 5em auto 0; }

.small { max-width: 900px !important; }

header {
    width: 100%;
    padding: 1.25em 1.25em 3.5em 1.25em;
    margin: 0 auto;}

.header_inner {
    border: 5px solid #000;
    width: 100%;
    max-width: 2000px;
    min-height: 130px;
    background-image: url(../../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}

header.splash {
    width: 100%;
    max-width: 2000px;
    min-height: 1000px;
    background-image: url(../../images/splash.jpg);
    background-repeat: no-repeat;
    background-position: top -200px right;
    background-size: cover;}

.flexslider { max-width: 100%; }

.content {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 1.25em;}

.content_splash {
    width: 100%;
    margin: 150px auto 100px;
    display: block;
    padding: 0 1.25em;}

.content + .content { margin: 1.25em auto 0; }

.content_small {
    width: 100%;
    max-width: 1075px;
    margin: 0 auto 2.5em;
    display: block;
    padding: 0 1.25em;}

.content_medium {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2.5em;
    display: block;
    padding: 0 1.25em;}

.resources {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
    padding: 25px;
    border: 5px solid #000;
    background: url(../../images/resources_background.jpg) left center no-repeat;}

.resource {
    margin: 1.75em auto;}

.resource h5 {
    margin: 0 auto 0.75em;}

.resource a.button {
    background-color: #FFF;}

.resource a.button:hover {
    color: #FFF;
    background-color: #bc1a4d;
    border: 1px solid #bc1a4d;}

img.logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;}

#hero {
    display: block;
    position: relative;}

.vertical_center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    z-index: 1000;}


/* TABLE
----------------------------------------------------------------------------------------*/
.table_wrapper {
    max-width: 800px;
    width: 100%;
    margin: 1.25em auto;}

table {
    font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    margin: 2.5em auto;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;}

tr {
    padding: 20px 0;}

span.year {
    font-size: 1em;
    display: block;
    font-weight: 500;
    text-align: right;
    letter-spacing: 1px;}

.year_wrapper {
    min-width: 100px;
    padding: 2px 8px;}

.event_wrapper {
    padding: 2px 8px;
    border-left: 1px solid #000;}


/* NAVIGATION
----------------------------------------------------------------------------------------*/
.navigation, .footer_navigation {
  	display: block;
  	position: relative;
    margin: 1.25em auto 0.5em;
	text-align: center;
    max-width: 700px;}

.navigation li, .footer_navigation li {
    position: relative;
	display: inline-block;
	padding: 0 1.5%;}

.navigation li:first-child, .footer_navigation li:first-child {
    padding: 0 1.5% 0 0;}

.navigation li a, .footer_navigation li a {
    line-height: 2em;
	padding: 0;
	display: block;
	color: #303030;
    font: 600 12px 'brandon-grotesque', Arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.navigation li:hover a, .footer_navigation li a:hover {
    color: #bc1a4d;
    text-decoration: none;}

.navigation li.current a, .footer_navigation li.current a {color: #bc1a4d;}
.navigation_button { display: none }

@media screen and (max-width: 50em) {
    
.navigation {
    margin: 0 auto;}
    
.js .navigation {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;}
    
.navigation {
    top: 10px;
    width: 100%;
    margin: 0 0 0 10px;
    position: relative;}
	
.navigation li {
	display: block;
	padding: 2% 0;}

.navigation li:first-child {
    padding: 2% 0;}

.navigation li:last-child {
	padding: 2% 0;}

.navigation li:hover ul {
    left: -9999px;}
	
.navigation.opened { max-height: 9999px }
  
.navigation_button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0.809em 0.809em 0.809em 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.navigation_button:after {
    font-family: "FontAwesome"; font-size: 28px; line-height:1; display: inline-block; content: '\f0c9';}

.navigation_button:hover {
    border: none;
    color: #bc1a4d;}

}


/* BOXES
----------------------------------------------------------------------------------------*/
.news_wrapper {
    margin-bottom: 1.25rem;
    padding: 18.75rem 0 2.25rem;
    position: relative;
    text-align: center;
    background-color: #FFF;}

@media (min-width: 30.0625em) {
    
.news_wrapper {
    margin-bottom: 2.75rem;}

}

.news_wrapper:last-child { margin-bottom: 0; }

@media (min-width: 65em) {

.news_wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 16.5rem;
    height: 100%;
    padding-top: 2.25rem;
    padding-right: 55.08%;}

.boxed:nth-child(even) .news_wrapper {
    padding-right: 0;
    padding-left: 55.08%;}

}/* END OF QUERY */

p.news_wrapper__description {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin: 2.25rem auto;
    max-width: 20em;
    padding: 0 1.25rem;
    text-align: justify;}

.news_wrapper_title {
    margin: 4em auto;}

@media (min-width: 30.0625em) {
    
p.news_wrapper__description {
    font-size: 16px;}
}
@media (min-width: 60em) {
p.news_wrapper__description {
    font-size: 16px;}
}
@media (min-width: 30.0625em) {
p.news_wrapper__description {
    margin-bottom: 2.75rem;}
}
@media (min-width: 48.0625em) {
p.news_wrapper__description {
    margin-bottom: 2.6rem;}
}

.news_wrapper__background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 16.5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: none;}

.news_wrapper__background:hover {
    border: none;}

@media (min-width: 65em) {
    
.news_wrapper__background {
    bottom: 0;
    height: 100%;
    left: 44.92%;}

.boxed:nth-child(even) .news_wrapper .news_wrapper__background {
    left: 0;
    right: 44.92%;}
}


/* SIGN UP
----------------------------------------------------------------------------------------*/

.signup_form {
	position: relative;
    margin: 0;
    display: block;
}

.signup_information {
    display: block;
    padding: 2.25em 0 0;}

.form {
    max-width: 50em;
    background: url(../../images/newsletter-background.jpg) center top no-repeat;
    background-size: cover;
    padding: 2.5em;
    margin: 0 auto;
    border: 5px solid #000;}

.buffer {
    text-indent: -9999px;
    display: block;
    margin: 0 auto 3.5em;}

.signup_form:before, 
.signup_form:after { 
	content: " "; display: table; 
}

.signup_form:after { 
	clear: both; 
}

.signup_form_row {
    clear: both;
	width: 100%;
    margin: 0 auto;
    display: block;}

.signup_form_column {
	width: 50%;
	padding: 0;
	float: left;
}

.signup_form_column_large {
	width: 100%;
	padding: 0;
}

.signup_form label {
	display: block;
	padding: 40px 5px 5px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 1px;
	cursor: pointer;
}

.signup_form input,
.signup_form textarea,
.signup_form select {
	font-family: 'brandon-grotesque', 'Brandon Grotesque';
    font-weight: 700;
    letter-spacing: 0.08em;
    background-color: #fff;
    width: 100%;
    border: none;
    font-size: 1em;
    color: #000;
    -webkit-appearance: none;
}

.signup_form input,
.signup_form textarea {
    padding: 1.5em 2.8125em;
    border: 0.25em solid #000;
    background: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.signup_form textarea {
	min-height: 200px;
}

.signup_form input:focus,
.signup_form textarea:focus,
.signup_form label:active + input,
.signup_form label:active + textarea {
	outline: none;
	border: 0.25em solid #bc1a4d;
}

.signup_form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.signup_submit_wrapper {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.signup_form input.signup_submit {
	background: #FFF;
    border: 0.25em solid #000;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
    position: absolute;
    bottom: -2.5em;
    right: 50%;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
	padding: 1em 2em;
    font-weight: 800;
	font-size: 1em;
	border-radius: 2px;
	letter-spacing: 0.25em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: background-color 0.5s ease;
    -ms-transform: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.signup_form input.signup_submit:hover {
	background: #bc1a4d;
    color: #FFF;
    border: 0.25em solid #bc1a4d;
}

@media screen and (max-width: 70em) {
	.signup_form_column {
		width: 50%;
	}
	.signup_form_column:nth-child(3) {
		width: 100%;
	}
    .signup_form_column_large {
        width: 100%;
}
}

@media screen and (max-width: 48em) {
    .form {
        padding: 1em;}
    .signup_form input,
    .signup_form textarea {
        padding: 1em 1.5em;
        font: 600 11px 'brandon-grotesque', Arial, sans-serif;}
	.signup_form_column {
		width: 100%;
		padding: 0;}
    .signup_form_column_large {
        width: 100%;
        padding: 0;}
    .signup_form input.signup_submit {
        display: block;
        position: absolute;
        bottom: -2.75em;
        right: 50%;
        left: 50%;
        width: 125px;
        margin: 0 0 0 -62.5px;
        font: 600 11px 'brandon-grotesque', Arial, sans-serif;
        font-style: normal !important;}
    .buffer {
        text-indent: -9999px;
        display: block;
        margin: 0 auto 1em;}

}


/* FOOTER
----------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    padding: 1.25em;
    margin: 0 auto;}

.the_real_footer {
    width: 100%;
    padding: 1.25em;
    margin: 0 auto;}

.footer {
    border: 5px solid #000;
    padding: 1.5em 2.5%;
    background-image: url(../../images/footer.jpg);
    background-position: center bottom;
    background-size: cover;}

#socialnetwork {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 1.25em 0;}

a#facebook, a#twitter, a#instagram, a#pinterest, a#email {
    color: #000;
    font-size: 1.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

a#facebook:hover {
    color: #3b5997;}

a#twitter:hover {
    color: #4597d1;}

a#email:hover {
    color: #bc1a4d;}

a#instagram:hover {
    color: #517fa4;}

a#pinterest:hover {
    color: #cb2027;}


/* VIDEO
----------------------------------------------------------------------------------------*/

.video {
    max-width: 1075px;
    margin: 0 auto;
    display: block;}

.video_small {
    max-width: 800px;
    margin: 3.5em auto;
    display: block;}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; 
    max-width: 100%;
    margin: 0 auto;
    height: auto;}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}

/* Responsive embeds */
[data-embed] { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
}

[data-embed] iframe, 
[data-embed] object, 
[data-embed] embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}


/* ANIMATION
----------------------------------------------------------------------------------------*/

/* Initial state (hidden or anything else) */
.slide_down, .slide_up {
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.slide_up {
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	transform: translateY(-80px);
}

.slide_down {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	transform: translateY(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.slide_down.animate, .slide_up.animate {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}