@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/FontAwesome.eot');
  src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('../fonts/FontAwesome.woff') format('woff'), url('../fonts/FontAwesome.ttf') format('truetype'), url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT-Sans';
  src: url('../fonts/PT-Sans.eot');
  src: url('../fonts/PT-Sans.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-Sans.woff') format('woff'), url('../fonts/PT-Sans.ttf') format('truetype'), url('../fonts/PT-Sans.svg#PT-Sans') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
.fa-align-justify:before {
content: "\f039";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-right:before {
content: "\f105";
}
/* Style Top */
ul#header_links {
	float: left !important;
	text-transform: uppercase;
}
/*ul#header_links li a {
	padding-left: 0px !important;
}*/
ul#header_links a, ul#header_links a:hover {
	color: #ae4733;
	text-decoration: none !important;
}
#sp-top-wrapper {
	width: 100%;
	float: left;
	padding: 7px 0px;
	background: #a6a389;
}
#sp-top-wrapper  ul {
	float: right;
	font-family: 'Verdana';
}
#sp-top-wrapper  ul li {
	float: left;
	text-align: right;
}
#sp-top-wrapper  ul li:first-child a {
	border-left: none;
}
#sp-top-wrapper  ul li a {
	font-size: 10px;
	color: #fff;
	padding: 0 9px;
	border-left: 1px solid #fff;
}
#sp-top-wrapper  ul li a:hover {
	text-decoration: underline;
}

/* Style Header */
#sp-header-wrapper {
	width: 100%;
	float: left;
}
	/* Logo */
.logo-wrapper {
	padding: 25px 0px;
}
	/* Menu */
#sp-menu {
	margin: 0;
	padding: 0;
	float:right;
	z-index: 1000;
}
#sp-main-menu >ul {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  font-family: 'OpenSans-Semibold';
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  position: relative;
  float: left;
  z-index: 1000; /* Add to display dropdown menu above slider */
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 61px 15px 35px 15px;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
#sp-main-menu ul.level-0  > li:hover,
#sp-main-menu ul.level-0  > li.active {
	border-bottom: 2px solid #ae4733;
}
#sp-main-menu ul.level-0  > li:hover >a,
#sp-main-menu ul.level-0  > li.active >a{
	color: #ae4733;
}
#sp-main-menu ul.level-0  > li.parent {

}
.sp-submenu {
  position: absolute;
  top: 200px;
  left:0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background: #a6a389;
  width: 145px;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
#sp-main-menu ul.level-0 li ul li {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 li ul li:first-child {
  border-top: none;
}
#sp-main-menu ul.level-0 li ul li a {
  display: block;
  font-size: 12px;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-main-menu ul.level-0 li ul li:hover a {
	color: #ae4733;
	background: #fff;
}
#sp-main-menu ul.level-0  > li:hover  .sp-submenu {
	z-index:1;
	visibility:visible;
	opacity:1;
	top: 118px;
}
	/* Mobile Menu */
 .sp-main-menu-toggler{
	display: inline-block;
	position: absolute;
	top: 65px;
	right: 50px;
	z-index: 1;
	color: #fff;
	border-radius: 0;
	background: #a6a389;
 }
 .sp-main-menu-toggler:hover  {
	background: #868470;
 }

.sp-mobile-menu{
  position: absolute !important;
  top: 135px;
  left: 0;
  width: 100%;
  z-index: 1000; /* Add to display mobile menu above slider */
}

.sp-mobile-menu ul{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-mobile-menu ul li{
  display: block;
  margin: 0;
  padding: 0 10px;
  background: #a6a389;
  cursor: pointer;
}

.sp-mobile-menu ul li span.sp-menu-toggler{
  position: absolute;
  top: 80px; /* 100% Width Mobile Menu */
  right: 0px; /* 100% Width Mobile Menu */
  display: block;
  width: 30px;
  /* float: right; */ /* 100% Width Mobile Menu */
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.sp-mobile-menu ul li span.sp-menu-toggler i{
  display: block;
  line-height: 40px;
}

.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-down{
  display: none;
}

.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-down,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right{
  display: block;
}

.sp-mobile-menu ul li a{
  display: inline-block;
  width: 100%; /* 100% Width Mobile Menu */
  line-height: 40px;
  font-size: 15px;
  color: #777;
}

.sp-mobile-menu ul li.active > a,
.sp-mobile-menu ul li:hover > a{
  color: #fff;
}

/* Slide */
#sp-feature-wrapper {
	width: 100%;
	float: left;
	text-align: center;
}

/* Header Images Pages */
#sp-feature img {
	width: 100%;
}

/* Position */
#sp-position-wrapper {
	width: 100%;
	float: left;
	background: #868470;
	padding: 30px 0px;
}
.bouteille {
	margin-top: 45px;
	font-family: 'Lato-Regular';
	color: #fff;
}
.bouteille .bouteille-img  {
	padding-top: 15px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;

}
.bouteille .bouteille-info  h3 , .bouteille .bouteille-info  h5{
	margin: 0;
	padding: 0;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.bouteille .bouteille-info  h3 a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato-Light';
	font-size: 32px;
	font-weight: normal;
}
.bouteille .bouteille-info  h5 {
	color: #4a493b;
	font-family: 'PlayfairDisplay-Regular';
	font-size: 17px;
	font-weight: normal;
}
.bouteille .bouteille-info .bouteille-title {
	overflow: hidden;
	margin-bottom: 35px;
}
.bouteille .bouteille-info p {
	margin-bottom: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.bouteille .bouteille-info .link {
	border: 1px solid #fff;
	padding: 13px 28px;
	color: #fff;
	font-family: 'PT-Sans';
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	margin-top: 20px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.bouteille .bouteille-info .link:hover {
	color: #ae4733;
	border: 1px solid #ae4733;
	background: #fff;
}
#sp-position-wrapper:hover  .bouteille-img{
	-webkit-animation: moveFromLeft 500ms ease;
	-moz-animation: moveFromLeft 500ms ease;
	-ms-animation: moveFromLeft 500ms ease;
	animation: moveFromLeft 500ms ease;
}
/*
#sp-position-wrapper:hover .bouteille-info h3{
	-webkit-animation: moveFromTop 500ms ease;
	-moz-animation: moveFromTop 500ms ease;
	-ms-animation: moveFromTop 500ms ease;
	animation: moveFromTop 500ms ease;
}
#sp-position-wrapper:hover .bouteille-info h5{
	-webkit-animation: moveFromLeft 500ms ease;
	-moz-animation: moveFromLeft 500ms ease;
	-ms-animation: moveFromLeft 500ms ease;
	animation: moveFromLeft 500ms ease;
}
#sp-position-wrapper:hover .bouteille-info p{
	-webkit-animation: moveFromRight 500ms ease;
	-moz-animation: moveFromRight 500ms ease;
	-ms-animation: moveFromRight 500ms ease;
	animation: moveFromRight 500ms ease;
}
#sp-position-wrapper:hover .bouteille-info .link{
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
	animation: moveFromBottom 500ms ease;
}
*/


/* Nos gammes */
#sp-nosgammes-wrapper {
	width: 100%;
	float: left;
	padding: 50px 0px 50px 0px;
}
h3.title {
	font-size: 32px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Lato-Light';
	color: #ae4733;
	font-weight: normal;
}
p.des {
	color: #868470;
	font-size: 17px;
	font-family: 'PlayfairDisplay-Regular';
}
#nos-content {
	margin-top: 40px;
	width: 100%;
	float: left;
}
#nos-content .nos-item {
	cursor: pointer;
	text-align: center;
}
#nos-content .nos-item .nos-images{
	position: relative;
	display: inline-block;
}
#nos-content .nos-item .nos-images a{
	position: relative;
	width: 100%;
	float: left;
}
#nos-content .nos-item .bg-1::after {
	content: " ";
	background: url(../images/bg-1.png) no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
#nos-content .nos-item .bg-2::after {
	content: " ";
	background: url(../images/bg-2.png) no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
#nos-content .nos-item .bg-3::after {
	content: " ";
	background: url(../images/bg-3.png) no-repeat;
	width: 119px;
	height: 119px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
#nos-content .nos-info  {
	width: 100%;
	float: left;
}
#nos-content .nos-info  h3{
	padding: 15px 0px;
	margin: 15px 0px;
	background: url(../images/border.png) no-repeat scroll 50% 100%;
	text-align: center;
	font-weight: normal;
	font-size: 26.22px;
	font-family: 'Lato-Light';
}
#nos-content .nos-info  h3 a {
	color: #ae4733;
}
#nos-content .nos-info  p {
	font-size: 14px;
	font-family: 'Lato-Regular';
}
#nos-content .nos-info .nos-link {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#nos-content .nos-info .nos-link  a{
	font-size: 12px;
	font-family: 'Lato-Regular';
	color: #fff;
	padding: 10px 32px;
	background: #ae4733;
	text-transform: uppercase;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	display: inline-block;
}
#nos-content .nos-info .nos-link  a:hover{
	background: #868470;
}
#nos-content .nos-item:hover .nos-images:after {
	opacity: 0.5;
}
#nos-content .nos-item:hover .nos-images a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}
#nos-content .nos-item:hover .nos-images a:after{
	content: "\f0c1";
	font-family: FontAwesome;
	width: 40px;
	height: 20px;
	text-align: center;
	background: #ae4733;
	color: #fff;
	padding: 10px 0px;
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 1;
	-webkit-animation: moveFromTop 500ms ease;
	-moz-animation: moveFromTop 500ms ease;
	-ms-animation: moveFromTop 500ms ease;
	animation: moveFromTop 500ms ease;
}

.nos-item:hover .nos-info  h3{
	-webkit-animation: moveFromLeft 500ms ease;
	-moz-animation: moveFromLeft 500ms ease;
	-ms-animation: moveFromLeft 500ms ease;
	animation: moveFromLeft 500ms ease;
}
.nos-item:hover .nos-info  p{
	-webkit-animation: moveFromRight 500ms ease;
	-moz-animation: moveFromRight 500ms ease;
	-ms-animation: moveFromRight 500ms ease;
	animation: moveFromRight 500ms ease;
}
.copyright {
	font-size: 17px;
	position: relative;
	top: -8px;
}
.copyright-small {
	font-size: 9px;
	position: relative;
	top: -4px;
	margin-left: 1px;
}
.copyright-large {
font-size: 19px;
position: relative;
top: -12px;
}
/* Nos Produits */
#nos-product {
	margin-top: 40px;
	width: 100%;
	float: left;
}
#nos-product p {
	font-family: 'Lato-Regular';
	font-size: 15px;
}
.nos-item-inner {
	border: 1px solid #ccc;
	overflow: hidden;
}
#nos-product .nos-item {
	margin-bottom: 20px;
}
#nos-product .nos-item .nos-images a {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#nos-product .nos-info  h3{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato-Bold';
}
#nos-product .nos-info  h3 a {
	color: #8b8ec5;
}
#nos-product .nos-item:hover .nos-info  h3 a {
	color: #ae4733;
}
#nos-product .nos-info  p {
	margin: 0px 3px; /* Added for margin product info */
	font-size: 14px;
	font-family: 'Lato-Regular';
	text-align: center;
	color: #888686;
}
#nos-product .nos-info .nos-link {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}
#nos-product .nos-info .nos-link  a{
	font-size: 12px;
	font-family: 'Lato-Regular';
	color: #fff;
	padding: 10px 32px;
	background: #a3ad70;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
}
#nos-product .nos-info .nos-link  a:hover {
	background: #ae4733;
}
/* Presentation */
#sp-presentation-wrapper-appellation, #sp-presentation-wrapper-californianorth, #sp-presentation-wrapper-o2xygen {
	width: 100%;
	float: left;
	background: #8b8ec5;
	padding: 70px 0px;
	text-align: center;
}
#sp-presentation-wrapper-californianorth {
	background: #a3ad70;
}
#sp-presentation-wrapper-o2xygen {
	background: #a6a389;
}
.presentation-title {
	overflow: hidden;
	margin-bottom: 40px;
}
#sp-presentation h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 32px;
	font-family: 'Lato-Light';
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sp-presentation h5 {
	margin: 0;
	padding: 0;
	font-family: 'PlayfairDisplay-Regular';
	font-weight: normal;
	font-size: 17px;
	color: #3d3e60;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sp-presentation p {
	color: #fff;
	font-family: 'Lato-Regular';
	font-size: 14px;
	line-height: 24px;
	padding: 0 70px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*
#sp-presentation-wrapper-appellation:hover h3, #sp-presentation-wrapper-californianorth:hover h3, #sp-presentation-wrapper-o2xygen:hover h3 {
	-webkit-animation: moveFromTop 500ms ease;
	-moz-animation: moveFromTop 500ms ease;
	-ms-animation: moveFromTop 500ms ease;
	animation: moveFromTop 500ms ease;
}
#sp-presentation-wrapper-appellation:hover  h5, #sp-presentation-wrapper-californianorth:hover h5, #sp-presentation-wrapper-o2xygen:hover h5 {
	-webkit-animation: moveFromLeft 500ms ease;
	-moz-animation: moveFromLeft 500ms ease;
	-ms-animation: moveFromLeft 500ms ease;
	animation: moveFromLeft 500ms ease;
}
#sp-presentation-wrapper-appellation:hover  p, #sp-presentation-wrapper-californianorth:hover p, #sp-presentation-wrapper-o2xygen:hover p {
	-webkit-animation: moveFromRight 500ms ease;
	-moz-animation: moveFromRight 500ms ease;
	-ms-animation: moveFromRight 500ms ease;
	animation: moveFromRight 500ms ease;
}
*/

/* Bottom */
#sp-bottom-wrapper {
	padding: 50px 0px;
	width: 100%;
	float: left;
	background: #2d2d2b;
}
#sp-bottom-wrapper h3  {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-family: 'Lato-Regular';
	text-transform: uppercase;
	font-weight: normal;
}

	/* Bottom 1 */
#sp-bottom-1  .bottom-item {
	width: 50%;
	float: left;
}
.bottom-item ul li {
	padding: 5px 0px;
}
.bottom-item ul li a {
	color: #909090;
	font-size: 13px;
	font-family: 'Lato-Regular';
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.bottom-item ul li a:hover {
	color: #fff;
}
	/* Bottom 2 */
.sp-newsletter {
	float: right;
	font-family: 'Lato-Regular';
}
.sp-newsletter .newsletter .news-title {
	color: #fff;
	background: #ae4733;
	padding: 12px 39px;
	font-size: 13px;
	text-transform: uppercase;
}
.news-form {
	background: url("../images/arrow.png") no-repeat scroll 0% 0%;
	padding: 25px 0px;
	margin: 5px 0px;
}
#frmnews {
	float: right;
	margin: 0;
}
#frmnews input {
	background: #1c1c1c;
	color: #fff;
	border-radius: 0;
	border: none;
	border-right: 3px solid #000;
	padding: 10px 0px 10px 19px;
	width: 290px;
	font-family: 'Lato-Regular';
	font-size: 11px;
	float: left;
}
#frmnews button {
	background: #ae4733;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: normal;
	float: left;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
#frmnews button:hover {
	color: #ae4733;
	background: #fff;
}
#frmnews input:focus , #frmnews button:focus  {
	box-shadow: none;
	outline: none;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-angle-right:before {
content: "\f105";
}

/* Footer */
#sp-footer-wrapper {
	width: 100%;
	float: left;
	padding: 25px 0px;
	background: #2d2d2b;
	border-top: 1px solid #232323;
}
#sp-footer-1 p {
	color: #909090;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Lato-Regular';
	margin: 0;
	padding: 5px 0px;
}
#sp-footer-1 a {
	color: #ae4733;
}
#sp-footer-1 a:hover {
	color: #ae4733;
	text-decoration: underline;
}
#sp-footer-2 ul {
	float: right;
}
#sp-footer-2 ul li  {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#sp-footer-2 ul li:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
#sp-footer-2 ul li:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
#sp-footer-2 ul li:hover:before {
	opacity: 0.4;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
	

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
		opacity: 0;
    }
    to {
        -webkit-transform: translateX(0%);
		opacity: 1;
    }
}
@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
		opacity: 0;
    }
    to {
        -moz-transform: translateX(0%);
		opacity: 1;
    }
}
@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%);
		opacity: 0;
    }
    to {
        -ms-transform: translateX(0%);
		opacity: 1;
    }
}
@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
