body{
	background:;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:14px !important;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
	background:url(../images/white_texture.png) !important;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: block;
	height:auto !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding:10px 15px 5px;
}
.navbar-brand > h1{
	margin:0;
	padding:0;
}
.navbar-brand > h1 > img{
	display:block;
	max-width:230px;
	transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
	width:auto;
}
.navbar-brand > h1 span{
	display:block;
	font-size:28px;
	text-align:center;
	transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line {
	background:#111 !important;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line p {
	color:#fff !important;
  font-size: 12px !important;
  margin-bottom: 0;
}
.top-line p span,
.top-line p a {
  margin-right: 10px;
}
.top-line p span i,
.top-line p a i {
  font-size: 12px;
  color: #bc2525;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
	line-height:40px;
  color: #bc2525;
}
.top-line ul.social-icons li a:hover {
  color: #e60202;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #292A31 !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 15px 38px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #bc2525 !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #e60202;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #e60202;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.second_brand{
	color:#292A31 !important;
	width:160px;
}
header.active .navbar-default {
	background:url(../images/dark_texture.png) #fff !important;
  box-shadow: 0 0 2px #bbb;
  -webkit-box-shadow: 0 0 2px #bbb;
  -moz-box-shadow: 0 0 2px #bbb;
  -o-box-shadow: 0 0 2px #bbb;
}
header.active .navbar-brand {
  padding:5px 14px 0;
}
header.active .navbar-brand > h1 span{
	display:none;
}
header.active .navbar-brand > img{
	display:block;
	max-width:180px;
	padding-bottom:5px;
	width:auto;
}
header.active .navbar-nav > li > a {
  color: #f7f7f7 !important;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #bc2525 !important;
}
.wr_slider{
	background:#eaeaeaea;
	height:auto;
	margin-top:80px;
	position:relative;
}
	#galleria{
		min-height:720px;
		height:auto;
		width:100%;
		margin:0 auto;
	}
/*-------------------------------------------------*/
/*   GALLERY
/*-------------------------------------------------*/
.galleria-theme-classic{
	background: url(../images/white_texture.png) #fff;
}
	.element-1{
		position:absolute;
		top:15%;
		left:35%;
		background:#d80000;
		color:#fff;
		padding:5px;
		width:25%
	}
	.element-2{
		position:absolute;
		top:35%;
		left:50%;
		background:#069;
		color:#fff;
		padding:5px;
		width:25%
	}
	.element-3{
		position:absolute;
		bottom:15%;
		right:35%;
		background:#cc3;
		color:#fff;
		padding:5px;
		width:25%
	}
		.objectA{
			background:#d80000;
			top:3%;
			left:10%;
		}
.main_title{
	font-family: 'Oswald', sans-serif;
	color: #373735;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: -0.03em;
	font-weight: 700;
}
.sub_title{
	font-family: 'Oswald', sans-serif;
	color: #373735;
	font-size: 2.4em;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: -0.03em;
	font-weight:700;
}
.nosotros{
	background: url(../images/bg-section-home.jpg) no-repeat right center #f7f7f7;
}
.bg_white{
	background: url(../images/white_texture.png) #fff;
	padding-top:30px;
	padding-bottom:30px;
}
.back_white{
	background: url(../images/white_texture.png) #fff;
}
.compania{
	background:url(../images/carro_negro.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.compania .sub_title,
.compania .sub_title + p{
	color:#bc2525 !important;
}
.historia, .servicios{
	background: url(../images/dark_texture.png) #111;
	padding-top:30px;
	padding-bottom:30px;
}
.contacto{
	background: url(../images/white_slash_it.png) #fff;
	padding-top:30px;
	padding-bottom:30px;
}

	.historia p{
		color:#fff !important;

	}
			.column{
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 40px;
				-moz-column-gap: 40px;
				column-gap: 40px;
				-webkit-column-rule: 4px outset #ffcf11;
				-moz-column-rule: 4px outset #ffcf11;
				column-rule: 4px outset #ffcf11;
			}
	.text-yellow{
		color:#bc2525 !important;
	}
footer{
	background:#eaeaea;
}
footer > .container{
	padding-top:20px;
	padding-bottom:20px;
}
	footer .container p{
		font-size:14px;
		font-weight:bold;
		padding:10px 15px;
	}
	footer .container p span{
		color:#fff !important;
		font-weight:700;
	}
	.bottom_menu{
		padding-left:50px;
		padding-right:20px;
		padding-bottom:20px;
	}
		.bottom_menu{
			display:block;
			margin:0 auto;
			padding:0;
			width:auto;
		}
			.bottom_menu li{
				display:block;
				float:left;
				padding:5px 0 0;
				text-align:center;
				padding:2%;
				list-style:none;
				width:50%;
			}
				.bottom_menu li a{
					display:block;
					line-height:16px;
					font-size:14px;
					font-weight:bold;
					color:#bc2525;
					text-transform:uppercase;
				}
		.bottom_second_menu ul{
			display:block;
			margin:0;
			padding:0;
		}
		.bottom_second_menu ul li{
			display:inline-block;
			padding:0;
			list-style:none;
			width:100%;
		}
		.bottom_second_menu ul li a{
			display:block;
			line-height:16px;
			font-size:10px;
			text-align:right;
			color:#bc2525;
			text-transform:uppercase;
		}
		.text-white{
			color:#0c005a;
		}
		.back-yellow{
			background:#bc2525;
		}
		.back-blue{
			background:#0f37a8 !important;
		}
		.car-option{
			max-width:480px;
			margin:auto;
			padding:10px;
		}
		.car-option figure img{
			border:solid 5px #bc2525;
		}
		.car-option figcaption{
			background:#bc2525;
			display:block;
			padding:10px;
		}
		.car-option figcaption span{
			float:left;
			display:block;
			text-align:center;
			font-size:16px;
			font-family: 'Oswald', sans-serif;
			text-transform:uppercase;
		}
		.car-option figcaption .fig-title{
			background:#bc2525;
			color:#111;
			font-weight:700;
			padding:5px;
			width:70%;
		}
		.car-option figcaption .fig-link{
			color:#fff;
			width:30%;
			padding:5px;
			background:#0f37a8;
		}
		.btn-close-modal {
			width:100%;
			text-align: center;
			cursor:pointer;
			margin-top:40px;
			color:#fff;
		}
		.closebt {
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			cursor: pointer;
		}
		.modal-container {
			background:none !important;
			position: relative;
			margin-top: 100px;
			overflow: hidden;
		}
			.text-modal{
				color:#f9f9f9;
				font-size:16px;
			}
/*-------------------------------------------------*/
/* =  HEADER
/*-------------------------------------------------*/
	.wr_slider .cover-header{
		background-attachment:fixed;
		background-size:cover 100%;
		background-position:top center;
	}
		.back-history{
			background:url(../images/back_carro_negro.jpg) no-repeat;
		}
		.back-camino{
			background:url(../images/back_camino.jpg) no-repeat;
		}
		.back-servicios{
			background:url(../images/back_servicios.jpg) no-repeat;
		}
		.cover-title{
padding-top: 170px;
		}
		.cover-title > .main_title{
			margin-top:60px;
		}
		.text-empresa{
			padding-left:5%;
			padding-right:5%;
		}
		.sp-text{
			font-size:16px !important;
		}
		.sp-text span{
			font-size:16px !important;
		}
		.pad-text{
			padding:0 20px;
			font-size:16px;
		}
/*-------------------------------------------------*/
/* =  CONTACTO
/*-------------------------------------------------*/
			form{
				display:block;
				padding:0 10px;
				min-height:100%;
				width:100%;
			}
				.form-button{
					min-height:10px;
					width:100%;
				}
			input, textarea{
				border:solid 1px #bc2525;
				display:block;
				float:left;
				margin:0 auto 10px;
				padding:10px;
				width:90%;
			}
			textarea{
				resize:vertical;
				min-height:175px;
				max-height:190px;
				resize:none;
				width:90% !important;
			}
			label{
				display:block;
				float:left;
				margin:0;
				text-align:left;
				position:relative;
				width:50%;
				border-right: 40px solid transparent;
				border-bottom: 40px solid #bc2525;
			}
			label > span{
				position:absolute;
				bottom:-30px;
				left:15px;
				text-transform:uppercase;
			}
			.enviar{
				background:#bc2525;
				color:#f9f9f9;
				font-size:16px;
				font-weight:bold;
				float:right;
				margin:auto !important;
				text-transform:uppercase;
				display:block !important;
				text-align:center;
				width:25%;
			}
			.politica{
				display:block;
				font-weight:bold;
				color:#bc2525;
				text-transform:uppercase;
				text-decoration:none;
				border-bottom:solid 3px #bc2525;
				padding-bottom:30px;
				padding-top:60px;
				font-size:18px;
			}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
	@media (min-width: 981px){
		.phone-bottom{
			display:none;
		}
		header.active .second_brand{
			color:#f7f7f7 !important;
		}
	}
	@media (max-width: 980px){
		#flotaHome{height:600px;background-position:top right}
	#flotaHome .copy{top:50px;width:100%;}
	/*#flotaHome h3{font-size:3em;}*/
	#flotaHome .movil{transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8), -moz-transform:scale(0.8)}
	#flotaHome .movil.gol{right:180px;bottom:60px}
	#flotaHome .movil.amarok{right:60px;bottom:55px}
	#flotaHome .movil.audi{right:-180px;bottom:40px}
	.phone-left{
			display:none;
		}
		.phone-bottom{
			font-size:18px;
			font-weight:bold;
			text-align:center;
			transition:all ease-out 0.3s;
			-ms-transition:all ease-out 0.3s;
			-moz-transition:all ease-out 0.3s;
			-webkit-transition:all ease-out 0.3s;
		}
		header.active .second_brand{
			color:#f7f7f7 !important;
			text-align:center;
		}
	}
	@media (max-width: 640px){
		#flotaHome .copy{top:40px;text-align:center !important}
	#flotaHome p{margin:15px 0}
	}

@media (max-width: 991px) {
  .top-line,
  .top-line ul.social-icons {
    text-align: center;S
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
	.second_brand{
		color:#292A31 !important;
		width:100%;
	}
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
	.car-back{
		top:80px !important;
		left:0px !important;
	}
	.car-med{
		top:90px !important;
		left:190px !important;
		max-width:350px !important;
	}
	.car-front{
		top:80px !important;
		right:0px !important;
	}
	.present .car-present{
		 position:absolute;
		 max-width:300px !important;
	 }
	 	.phone-left{display:block;}
	.phone-bottom{display:none;}

}
@media (min-width: 767px) {
	.car-back{
		top:80px !important;
		left:0px !important;
	}
	.car-med{
		top:90px !important;
		left:190px !important;
		max-width:350px !important;
	}
	.car-front{
		top:80px !important;
		right:0px !important;
	}
	.present .car-present{
		 position:absolute;
		 max-width:300px !important;
	 }
}
@media (max-width: 480px) {
	.modal-container{
		margin-top:30px;
		margin-bottom:50px;
	}
	.main_title{
		font-size:2em !important;
	}
	.navbar-brand{
		width:150px;
	}
		.phone-left{display:none;}
	.phone-bottom{display:block; padding:0 20px;}
}
@media (max-width: 360px) {
	.navbar-brand{
		max-width:170px !important;
	}
	.camera_next {
		right: 0px !important;
	}
	.camera_prev {
		left: 0px !important;
	}
	#galleria{
		min-height:440px;
		height:auto;
		width:100%;
		margin:0 auto;
	}
}
/*-------------------------------------------------*/
/* =  ANIMATE.CSS
/*-------------------------------------------------*/
/*Animate.css - http://daneden.me/animate	/ Licensed under the MIT license - http://opensource.org/licenses/MIT	/ Copyright (c) 2014 Daniel Eden*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s} zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
.img-center{
	margin: 0 auto;
	display: block;

}
