body {
  background: #FFFFFF;
  color: #9C9C9C;
  font-family: "Raleway", sans-serif;
  font-size: 90%;
  font-weight: 400;
  margin: 0;
  position: relative;
}

#menu-icon {
  top: 1.5em;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 2em;
	mix-blend-mode: difference;
  position: fixed;
  left: 0.5em;
  z-index: 1000;
}

#header {
	
}

#header-left {
	background: #1B1F2A;
	box-sizing: border-box;
	padding: 1em 1em 3em 1em;
}

#header-right {
	background: #1B1F2A;
	box-sizing: border-box;
	position: relative;
}

#header-right-shadow {
	background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.8));
	position: absolute;
	height: 30%;
	width: 100%;
	z-index: 500;
}

#info-bar {
}

#social-media {
	float: left;
	text-align: left;
}

#social-media a {
  color: #ECECEC;
  margin: 0 0.6em 0 0;
  text-decoration: none;
}

#social-media a:hover {
  color: #FFFFFF;
}


#lang-bar {
	float: right;
	text-align: right;
}

#phone {
  color: #878080;
  font-size: 1em;
  margin: 0.5em 0 0 0;
  text-align: center;
}

#phone a {
  color: #878080;
  text-decoration: none;
}

.phone-item {
  display: block;
  text-align: center;
}

#logo {
  margin: 2em auto 0 auto;
  text-align: center;
}

#logo img {
  max-width: 500px;
  width: 40%;
}

#menu-mobile {
  background: rgba(138, 138, 138, 0.9);
  display: none;
  height: 100%;
  font-weight: 400;
  right: 0;
  overflow-y: scroll; 
  padding: 1em 0 1em 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 300px;
  z-index: 10000;
}

#mobile-offer-menu {
  display: none;
}

#menu {
  position: absolute;
	right: 1em;
  text-align: right;
	top: 2em;
	z-index: 1000;
}

#offer-menu {
  background: rgba(41, 27, 10, 0.8);
  display: none;
  font-size: 1.1em;
  left: 30%;
  margin-top: 2em;
  padding: 2% 2.5% 2% 2.5%;
  position: absolute;
  text-align: left;
  width: 60%;
  z-index: 10000;
}

#offer2-menu {
  background: rgba(41, 27, 10, 0.8);
  display: none;
  font-size: 1.1em;
  left: 30%;
  margin-top: 2em;
  padding: 2% 2.5% 2% 2.5%;
  position: absolute;
  text-align: left;
  width: 60%;
  z-index: 10000;
}

#other-menu {
  background: rgba(41, 27, 10, 0.8);
  display: none;
  font-size: 1.1em;
  left: 30%;
  margin-top: 2em;
  padding: 2% 2.5% 2% 2.5%;
  position: absolute;
  text-align: left;
  width: 60%;
  z-index: 10000;
}

#flash-outside {
  background: center;
  background-size: cover;
  width: 100%;
}

#flash {
  margin: 0 auto 0 auto;
  position: relative;
}

.flash-img {
  background: center;
  background-size: cover;
  width: 100%;
  height: 200px;
}

#tagline {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 300;
	margin: 2em 1em 0 3em;
  text-align: left;
	text-transform: uppercase;
}

.tagline1 {
	font-size: 1.6em;
	font-weight: 300;
}

.tagline2 {
	font-weight: 700;
	font-size: 1.6em;
}

.tagline3 {
	margin: 1em 0 0 0;
}

.section {
	background: #FFFFFF;
  padding: 2em 2em 2em 2em;
}

.container-3 {
  margin: 0 0 2em 0;
}

.container-2 {
  margin: 0 0 2em 0;
}

.partners-box {
  background-color: #E5E3E3;
  background-origin: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  filter: grayscale(100%);
  max-height: 5em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0 0.2em 0 0.2em;
}

.partners-box:hover {
  filter: grayscale(0%);
}

.pagination {
	text-align: center;
}

#footer-outside {
/* 	background: linear-gradient(#3E5568 0%, #4C6376 20%, #4C6376 80%, #3E5568 100%); */
	background: #2B2E37;
}

#footer {
  color: #E0E0E0;
  padding: 1em 2em 2em 2em;
}

#copyright-outside {
/* 	background: linear-gradient(#3E5568 0%, #4C6376 20%, #4C6376 80%, #3E5568 100%); */
	background: #1B1F2A;
}

#copyright {
  color: #DEF2F7;
  font-size: 0.7em;
  padding: 2em 2em 2em 2em;
}

#webkowscy1 {
  float: left;
  margin-top: 0.4em;
}

#webkowscy2 {
  float: left;
  margin-top: 0.2em;
}

#map {
	filter: grayscale(100%);
  height: 30em;
  width: 100%;
}

.img-right {
  display: block;
  margin: 0.5em auto 1.5em auto;
  max-width: 100%;
}

.img-left {
  display: block;
  margin: 0.5em auto 1.5em auto;
  max-width: 100%;
}

.img-center {
  margin: 0.5em auto 1.5em auto;
  max-width: 100%;
}

a {
  color: #463E3E;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #3A3333;
}

.lang-link {
  color: #ECECEC;
  font-weight: 700;
}

.lang-link:hover {
  color: #FFFFFF;
}

.more-button-1 {
  background: #1B1F2A;
  color: #FFFFFF;
  font-weight: 400;
  padding: 1em 1.5em 1em 1.5em;
}

.more-button-1:hover {
  background: #FFFFFF;
	border: 2px solid #1B1F2A;
  color: #1B1F2A;
}

.menu-mobile-link {
  color: #FFFFFF;
  display: block;
  min-width: 250px;
  padding: 0.6em 1em 0.6em 1em;
}

.menu-mobile-link:hover {
  background: #FFFFFF;
  color: #000000;
}

.menu-mobile-link-active {
  background: #FFFFFF;
  color: #000000;
  display: block;
  padding: 0.6em 1em 0.6em 1em;
}

.mobile-offer-link {
  color: #FFFFFF;
  display: block;
  padding: 0.6em 1em 0.6em 2.5em;
}

.mobile-offer-link:hover {
  background: #FFFFFF;
  color: #000000;
}

.menu-link {
	border-bottom: 3px solid transparent;
  color: #FFFFFF;
	display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.5em 0.5em;
/* 	text-shadow: 1px 1px 0px #000000; */
  text-transform: uppercase;
}

.menu-link:hover {
	border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
	text-shadow: none;
}

.menu-link-active {
	border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0 1.0em;
  text-transform: uppercase;
}

.menu-link-active:hover {
  color: #FFFFFF;
}

.offer-link {
  color: #FFFFFF;
  display: inline-block;
  height: 3em;
  font-weight: 400;
  padding: 0.4em 2.5% 0 2.5%;
  text-transform: uppercase;
  vertical-align: middle;
  width: 44.5%;
}

.offer-link:hover {
  background: #F0D191;
  color: #422908;
}

.footer-link {
  color: #C8C3C3;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  text-align: right;
}

.footer-link:hover {
  color: #FFFFFF; 
}

.download-link {
  display: block;
  font-weight: 400;
  margin: 0 0 .4em 0;
}

.scroll-to-top {
  background: #000000;
	border: 2px solid #FFFFFF;
  bottom: 2em;
  color: #FFFFFF;
  display: none;
  font-size: 1.8em;
	mix-blend-mode: difference;
  opacity: 0.6;
  /*filter: Alpha(opacity=60);*/
  padding: 0.5em 0.55em 0.4em 0.55em;
  position: fixed;
  right: 2em;
}

.scroll-to-top:hover {
  color: #FFFFFF;
  opacity: 1;
  /*filter: Alpha(opacity=100);*/
}

h1, h2, h3, h4 {
	line-height: 0.9em;
  margin: 0;
  padding: 0;
	text-transform: uppercase;
}

h1 {
  color: #1B1F2A;
  font-size: 2.6em;
  font-weight: 900; 
}

h2 {
  color: #3A3333;
  font-size: 2.3em;
  font-weight: 900; 
}

h3 {
  font-size: 1.6em;
  font-weight: 700; 
}

.clear {
  clear: both;
}

/*============news===============*/

.news {
	background: #ECECEC;
  color: #7B7873;
}

.news-img {
  margin: 0 0 5% 0;
  overflow: hidden;
  position: relative;
}

.news-img img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.news-box-img {
  margin: 0 0 5% 0;
  overflow: hidden;
  position: relative;
}

.news-box-img img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*============gallery===============*/

.gallery-container {
  margin: 0 0 2em 0;
}

.gallery-img {
  margin: 0 0 5% 0;
  overflow: hidden;
  position: relative;
}

.gallery-img img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*===============catalogue===============*/

.cat-box {
  border: 1px solid #B2C5CE;
  box-sizing: border-box;
  margin: 2em 0 2em 0;
  padding: .5em .5em .5em .5em;
  text-align: center;
}

.cat-box-header {
  display: block;
  height: 4em;
}

.cat-box-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  height: 8em;
  margin: 1em 0 1em 0; 
  width: 100%;
}

.cat-box h3 {
  font-size: 1.4em;
}

/*============certificates===============*/

.certificates-container {
  margin: 0 0 2em 0;
}

.certificates-img {
  /*border-radius: 0.2em;*/
  margin: 0 0 10% 0;
  overflow: hidden;
  position: relative;
}

.certificates-img img {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
}

/*============FAQ===============*/

.faq {
  display: block;
  font-weight: 400;
  margin: 0 0 0.3em 0;
}

/*===============formularz mailowy===============*/

.input {
  background: inherit;
  border: 1px solid #1F1B1B;
  color: #1F1B1B;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  width: 100%;
  -webkit-box-sizing : border-box;‌​
  -moz-box-sizing : border-box;
  -ms-box-sizing : border-box;
  -o-box-sizing : border-box;
  box-sizing : border-box;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  border: 1px solid #1F1B1B;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  height: 1.1em;
  margin: 0.2em 0 0 0;
  position: relative;
  width: 1.1em;
}

.checkmark {
  position: absolute;
  top: 0.19em;
  left: 0.2em;
  height: 0.7em;
  width: 0.7em;
  background-color: inherit;
}

.checkbox input:checked ~ .checkmark {
  background-color: #3A3333;
}

.rodo {
  font-size: 0.8em;
}

.submit {
  background: #3A3333;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  padding: 0.2em 0.5em 0.3em 0.5em;
}

.submit:hover {
  background: #1F1B1B;
  color: #FFFFFF;
}

.form-left {
  float: left;
  margin: 1em 0 1em 0;
  width: 10%;
}

.form-right {
  float: right;
  margin: 1em 0 1em 0;
  width: 90%;
}


.warning {
  background: #EAECEE;
  border: 1px solid #FC5A0A;
  color: #FC5A0A;
  margin: 0 auto 0 auto;
  padding: 2em 2em 2em 2em;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing : border-box;‌​
  -moz-box-sizing : border-box;
  -ms-box-sizing : border-box;
  -o-box-sizing : border-box;
  box-sizing : border-box;
}

/*=============== skalowanie obrazków =====================*/

@media (max-width: 480px) {
  
  .img767, .img599 {
    display: none;
  }
  
}

@media (min-width: 481px) and (max-width: 599px) {
  
  .img480, .img767 {
    display: none;
  }
  
}

@media (min-width: 600px) and (max-width: 767px) {
  
  .img480, .img599 {
    display: none;
  }
  
}

@media (min-width: 768px) {
  
  .img480, .img767 {
    display: none;
  }
  
}


/*+++++++++++++++++++++++++++ MEDIA QUERIES ++++++++++++++++++++++++++++++*/

@media (max-width: 599px) {

  
}

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

  
}

@media (max-width: 767px) {

#menu {
  display: none;
}
	
#header-right-shadow {
  display: none;
}

}

@media (min-width: 768px) {
  
body {
  font-size: 93%;
}

#menu-icon {
  display: none;
}
	
#header-left {
	float: left;
	height: 500px;
	width: 40%;
}

#header-right {
	float: left;
	width: 60%;
}
	
#logo {
	margin: 2em auto 0 20%;
  text-align: left;
}
	
#logo img {
  max-width: 500px;
  width: 70%;
}
	
#tagline {
	margin: 2em 1em 0 20%;
}

.flash-img {
	height: 500px;
}

.section {
  padding: 2em 1em 2em 1em;
}

.container-3 {
  float: left;
  margin: 0 5% 0 0;
  width: 30%;
}

.container-3:last-of-type {
  margin: 0 0 0 0;
}
  
.container-2 {
  float: left;
  margin: 0 5% 0 0;
  width: 47.5%;
}
  
.container-2:last-of-type {
  margin: 0 0 0 0;
}

.img-right {
  float: right;
  margin: 0.2em 0 0.2em 0.9em;
  max-width: 45%;
}

.img-left {
  float: left;
  margin: 0.2em 0.9em 0.2em 0;
  max-width: 45%;
}

.img-center {
  display: block;
  margin: 0.2em auto 0.2em auto;
  max-width: 100%;
}

.news-img {
  float: left;
  width: 45%;
  margin: 0 5% 2% 0;
}

.gallery-container {
  float: left;
  margin: 0 1.666666667% 0 1.666666667%;
  width: 30%;
}
  
.certificates-container {
  float: left;
  margin: 0 1.666666667% 0 1.666666667%;
  width: 30%;
}
	
.cat-box {
  float: left;
  margin: 2em 4% 0 0;
  width: 22%;
}

.cat-box:nth-of-type(4n) {
  margin: 2em 0 0 0;
}
  
}

@media (max-width: 919px) {



}

@media (min-width: 920px) {

#header-left {
	float: left;
	height: 600px;
	width: 40%;
}

#header-right {
	float: left;
	width: 60%;
}

.flash-img {
	height: 600px;
}
	
#logo img {
	width: 60%;
}

}

@media (min-width: 1300px) {
  
body {
 font-size: 100%;
}
	
#footer, #copyright, .section {
  margin: 0 auto 0 auto;
  width: 1240px;
}

.section {
  padding: 2em 0 2em 0;
}
	
#header-left {
	height: 700px;
}

.flash-img {
	height: 700px;
}
  
#logo {
	margin: 2em auto 0 20%;
  text-align: left;
}
	
#logo img {
  max-width: 500px;
  width: 60%;
}
	
#tagline {
	margin: 4em 1em 0 20%;
}
	
#menu {
	right: 10%;
	top: 2em;
}
	
.menu-link {
  font-size: 1.3em;
  margin: 0 0 0.5em 0.8em;
}
	
.menu-link-active {
  font-size: 1.3em;
  margin: 0 0 0.5em 0.8em;
}


}



/*==================== icons ===========================*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xpq85g');
  src:  url('fonts/icomoon.eot?xpq85g#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xpq85g') format('truetype'),
    url('fonts/icomoon.woff?xpq85g') format('woff'),
    url('fonts/icomoon.svg?xpq85g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-webkowscy:before {
  content: "\e900";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location2:before {
  content: "\e948";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-pinterest:before {
  content: "\ead1";
}

/*==================== carousel ===========================*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*/

.owl-theme .owl-controls{
	text-align: right;
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px 3px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #404041;
  border: 5px solid #FFFFFF;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}