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,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus,
a:active,
a:hover{
	outline: none;
	background: inherit;
	color: inherit;
	text-decoration: none;
}
body{
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
}
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;
}
@font-face{
	font-family: 'Black';
	src: url('../fonts/Montserrat-Black.eot');
	src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Black.woff2') format('woff2'),
		 url('../fonts/Montserrat-Black.woff') format('woff'),
		 url('../fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Bold.woff2') format('woff2'),
		 url('../fonts/Montserrat-Bold.woff') format('woff'),
		 url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Light.woff2') format('woff2'),
		 url('../fonts/Montserrat-Light.woff') format('woff'),
		 url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Regular.woff2') format('woff2'),
		 url('../fonts/Montserrat-Regular.woff') format('woff'),
		 url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}
body::-webkit-scrollbar{
	width: 7px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: linear-gradient(#E7315F, #7E07B1	);
}
.nopadding{
	padding: 0;
}
.fade{
	opacity: 1;
}
.modal-open{
	padding: 0;
}
.main-btn{
	display: inline-block;
	font-family: Black;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	background: #7E07B1;
	border: none;
	border-radius: 0;
	padding: 15px 40px;
	transition: all 0.2s ease-in-out;
}
.main-btn:hover{
	background: #E7315F;
}
h2{
	font-family: Black;
	font-size: 2.1em;
	letter-spacing: 0.3em;
	color: #3f3f3f;
}
h2::after{
	content: '';
	display: block;
	width: 95px;
	height: 8px;
	background: #E7315F;
	margin-top: 20px;
}
header{
	position: absolute;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
}
.navbar{
	visibility: hidden;
	position: relative;
	padding: 0;
}
.navbar .logo{
	width: 230px;
}
.navbar ul{
	margin-left: 60px;
}
.navbar ul li{
	display: inline-block;
	font-family: Black;
	font-size: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-right: 85px;
}
.navbar ul li::after{
	content: '';
	display: block;
	margin: 10px 0 0;
	width: 50px;
	height: 5px;
	background-color: #E7315F;
	transform: scaleX(0);  
  	transition: transform 0.15s ease-in-out;
}
.navbar.share ul li::after{
	background-color: rgba(255, 255, 255, 0.5);
}
.navbar ul li:hover:after{
	transform: scaleX(1);
}
.navbar ul li:after{
	transform-origin: 0 50%;
}
.navbar ul li:last-of-type{
	margin-right: 0;
}
.navbar ul li a{
	display: inline-block;
	font-size: 1em;
	color: #fff;
	padding: 0 0 3px;
	transition: all 0.2s ease-in-out;
}
.navbar ul li a:hover{
	background: transparent;
	color: #fff;
}
.navbar ul li{
	position: relative;
	top: 7px;
}
.navbar-toggler{
	display: none;
	float: right;
	position: relative;
	outline-color: transparent!important;
	padding: 0 25px;
	z-index: 2;
}
.hamburger{
	display: block;
}
.hamburger span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 5px;
	transition: 0.4s
}
.change .bar1{
    -webkit-transform: rotate(-45deg) translate(-10px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2{
	opacity: 0;
}
.change .bar3{
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
}
.blur{
	filter: blur(3px);
	transition: all 0.5s ease;
}
.brightness{
	filter: brightness(0.3);
	transition: all 0.5s ease;
}
html.no-scroll{
	overflow: hidden;
}
.hero{
	visibility: hidden;
	position: relative;
	height: 940px;
	background: url('../img/hero.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 350px;
	text-align: center;
}
.hero .col-md-12 img{
	display: block;
	margin: 0 auto;
}
h1{
	font-family: Black;
	font-size: 3.5em;
	line-height: 1.2;
	margin: 40px 0;
}
.hero p{
	font-family: Regular;
	font-size: 1.5em;
	margin-bottom: 40px;
}
.hero .slogan{
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.hero .play-btn{
	width: 180px;
	transition: all 0.2s ease-in-out;
}
.hero .play-btn:hover{
	transform: scale(0.9);
}
.video{
	margin: 0 -30px;
}
video{
	/*display: none;*/
	max-width: 100%;
	height: auto;
}
.manifesto{
	visibility: hidden;
	position: relative;
	margin-bottom: 150px;
}
.manifesto h2{
	padding: 90px 0 85px 390px;
}
.manifesto img{
	height: 500px;
	position: absolute;
	right: -100px;
	top: 0;
	z-index: 1;
}
.manifesto .col-lg-8{
	position: relative;
	height: 500px;
	background: url('../img/manifesto.jpg');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 80px 500px 100px 135px;
}
.manifesto p{
	font-family: Bold;
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 20px;
}
.stories{
	visibility: hidden;
	margin-bottom: 90px;
}
.stories .left,
.stories .right{
	position: relative;
	height: 645px;
}
.stories .left{
	background: url('../img/stories-left.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.stories .right{
	background: url('../img/stories-right.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}
.stories .left div{
	position: absolute;
	top: 45%;
	left: 45%;
	transform: translateX(-50%) translateY(-50%);
}
.stories h2{
	color: #fff;
}
.stories h2::after{
	background: rgba(255, 255, 255, 0.5);
}
.stories .main-btn{
	padding: 20px 30px;
	margin-top: 30px;
}
.stories .main-btn:hover{
	color: #fff;
}
.stories .right{
	padding: 150px 400px 0 80px;
}
.stories .right .story-carousel{
	position: relative;
	border: 2px solid #fff;
	border-top-left-radius: 65px;
	border-bottom-right-radius: 65px;
	padding: 70px 30px 60px 50px;
}
.story-carousel .owl-nav button{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.story-carousel .owl-nav .owl-prev{
	top: 20px;
}
.story-carousel .owl-nav .owl-next{
	bottom: 5px;
}
.stories .right .item{
	opacity: 1!important;
}
.stories .right img{
	width: auto;
	display: block;
	margin: 0 auto 14px;
}
.stories .right p{
	font-family: Black;
	font-size: 1em;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
}
.stories h3{
	font-family: Black;
	font-size: 2.5em;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.causes{
	visibility: hidden;
}
.causes h2{
	float: right;
	padding: 0 400px 80px 0;
}
.causes .col-lg-6{
	position: relative;
	height: 352px;
	color: #fff;
}
.causes .cancer{
	background: url('../img/cause-bc.jpg') no-repeat;
	background-size: cover;
}
.causes .thumb-bc{
	background: url('../img/cause-1.jpg') no-repeat;
	background-size: cover;
}
.causes .violence{
	background: url('../img/cause-dv.jpg') no-repeat;
	background-size: cover;
}
.causes .thumb-dv{
	background: url('../img/cause-2.jpg') no-repeat;
	background-size: cover;
}
.causes .thumb-dv.mobile{
	display: none;
}
.causes .green{
	background: url('../img/cause-g.jpg') no-repeat;
	background-size: cover;
}
.causes .thumb-g{
	background: url('../img/cause-3.jpg') no-repeat;
	background-size: cover;
}
.causes .col-lg-6 div{
	width: 460px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.causes .cancer div,
.causes .green div{
	left: 110px;
}
.causes .violence div{
	right: 110px;
}
.causes h3{
	font-family: Black;
	font-size: 1.5em;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.causes a{
	font-family: Bold;
	font-size: 1em;
}
.causes .cancer a{
	color: #FFEA7D;
}
.causes .violence a{
	color: #6CE5FF;
}
.causes .green a{
	color: #004843;
}
.causes a svg{
	margin-left: 5px;
	transition: all 0.2s ease-in-out;
}
.causes a:hover svg{
	margin-left: 15px;
}
.slider{
	padding: 150px 400px 50px;
}
.hero.bc{
	background: url('../img/bc-hero.jpg');
	background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
}
.hero.dv{
	background: url('../img/dv-hero.jpg');
	background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
}
.hero.eco{
	background: url('../img/eco-hero.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.purpose{
	visibility: hidden;
	padding: 100px 400px;
}
.purpose .ribbon{
	display: block;
	margin: 55px 0;
}
.purpose p{
	font-family: Regular;
	font-size: 1.1em;
	line-height: 1.3;
	color: #3F3F3F;
	margin-bottom: 20px;
}
.purpose li{
	display: block;
	font-family: Regular;
	font-size: 1.1em;
	line-height: 1.3;
	color: #3F3F3F;
	margin-bottom: 10px;
}
.purpose li:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #CC127A;
	margin-right: 15px;
}
.purpose h3{
	font-family: Black;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #CC127A;
	margin: 35px 0 10px;
}
.purpose .col-lg-6 img{
	margin-top: 20px;
}
.purpose .mid{
	padding: 50px 25% 0;
}
.hero.share-bg{
	background: url('../img/share-hero.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 170px;
}
.share-bg ul{
	font-family: Bold;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 0 27% 0 36.5%;
}
.share-bg ul li{
	margin-bottom: 5px;
}
.share form{
	margin: 40px 60px 0 60px;
}
.share form textarea{
	outline: none;
	width: 500px;
	height: 145px;
	background: transparent;
	border: 2px solid #FFFFFF;
	border-top-left-radius: 65px;
	border-bottom-right-radius: 65px;
	font-family: Black;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 25px 35px;
	margin-right: 100px;
}
.share form textarea:last-of-type{
	margin: 0;
}
.share form textarea::placeholder{
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
}
.share form button{
	display: inline-block;
	margin-top: 40px;
}
.hero.story-bg{
	background: url('../img/story-hero.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 230px 0 165px;
}
.story-output{
	position: relative;
	width: 500px;
	background: url('../img/story-grad.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: drop-shadow(9px 9px 31px rgba(0, 0, 0, 0.39));
	text-align: left;
	padding: 33px;
	margin: 0 auto 50px;
}
.story-output .content{
	border: 2px solid #fff;
	border-top-left-radius: 65px;
	border-bottom-right-radius: 65px;
	padding: 40px;
}
.story-output .content p{
	font-family: Black;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
}
.story-output .content h3{
	font-family: Black;
	font-size: 2.3em;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.story-output .content img{
	margin: 0;
	margin-bottom: 25px;
}
.story-output .content a{
	font-family: Light;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.story-output .content a:hover{
	color: #00B187;
}
.story-output .letter{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.hero .share-image img{
	max-width: 50%;
	display: block;
	margin: 0 auto 50px;
}
.story-bg .main-btn{
	display: inline-block;
	margin-right: 95px;
}
.story-bg .main-btn.download{
	background: #E7315F;
}
.story-bg .main-btn.download:hover{
	background: #7E07B1;
}
.story-bg .main-btn:last-of-type{
	margin-right: 0;
}
footer{
	border-top: 1px solid #EBEBEB;
	padding: 50px 0;
}
footer p{
	font-family: Light;
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #B4B4B4;
	text-align: center;
}
footer .terms{
	margin-bottom: 40px;
}
footer a{
	color: #B4B4B4;
	transition: all 0.2s ease-in-out;
}
footer a:hover{
	color: #E7315F;
}
.modal-header{
	border: none;
	padding: 1rem 1rem 0;
}
.footer-modal{
	font-family: Light;
}
.footer-modal .close{
	font-size: 50px;
}
.footer-modal .bold{
	font-family: Bold;
}
.footer-modal p.bold{
	text-decoration: underline;
}
.footer-modal .red{
	color: #ED1C24;
}
.modal-dialog{
	max-width: 55%;
	margin: 50px auto;
}
.footer-modal h2{
	font-family: Bold;
	font-size: 2em;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 30px;
}
.footer-modal h2::after{
	display: none;
}
.footer-modal p{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 15px;
}
/*#cookiebar{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: #221E20;
	padding: 20px 40px;
	z-index: 100;
}
#cookiebar p{
	font-family: Medium;
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
}
#cookiebar a{
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	font-family: Bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #221E20;
	padding: 7px 20px 5px;
	margin: 10px 10px 0 0;
	transition: all 0.2s ease-in-out;
}
#cookiebar a:hover{
	background: #fff!important;
	color: #F36F21;
}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){

}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}