﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}

a,
a:hover {
	text-decoration: none;
}

.bg {
	min-height: 680px;
	margin: 0 auto;
	background: url(../images/banner.jpg) no-repeat;
	overflow: hidden;
}

.header {
	height: 85px;
}

.logo {
	margin-top: 15px;
	width: 180px;
	height: 69px;
}

.logo img {
	width: 100%;
}

.wj-ban {
	width: 100%;
	height: 65px;
	clear: both;
}

@media (max-width: 480px) {
	.header {
		height: 70px;
		border: none;
	}
	.logo img {
		width: 90%;
	}
	.logo {
		margin-top: 5px;
		margin-bottom: -5px;
	}
	.wj-ban {
		width: 100%;
		height: 50px;
		clear: both;
	}
}

/*导航*/

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.nav-collapse,
.nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 780px) {
	.nav-collapse,
	.nav-collapse ul {
		list-style: none;
		width: 715px !important;
		float: left;
	}
	.nav-collapse li {
		float: left;
		width: 12%;
		border-bottom: 0;
		background: none;
		border-right: 0;
	}
	.nav-collapse li a {
		border-bottom: 0;
		background: none;
		margin-top: 18px;
		border-right: 0;
		font-size: 14px;
	}
}

.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}

.nav-collapse li {
	float: left;
	width: 100%;
}

@media screen and (min-width: 40em) {
	.nav-collapse li {
		width: 9%;
		*width: 9%;
		/* IE7 Hack */
		_width: 9%;
		/* IE6 Hack */
	}
	.nav-collapse li:last-child {
		background: url(/img/dang_icon.png) no-repeat right;
		background-size: 18px 18px;
	}
	.wj-100 {
		min-width: 84px;
	}
}

.nav-collapse a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	background: none;
	border-bottom: 1px solid #888;
	padding: 0.7em 1em;
	float: left;
}

@media screen and (min-width: 40em) {
	.nav-collapse a {
		margin: 0;
		padding: 1em;
		float: left;
		text-align: center;
		border-bottom: 0;
	}
}

.nav-collapse ul ul a {
	background: #ca3716;
	padding-left: 2em;
}

@media screen and (min-width: 40em) {
	.nav-collapse ul ul a {
		display: none;
	}
}

@font-face {
	font-family: "responsivenav";
	src: url("../icons/responsivenav.eot");
	src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
	font-weight: normal;
	font-style: normal;
}

.nav-toggle {
	position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-indent: -999px;
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 55px;
	float: right;
}

.nav-toggle:before {
	color: #fff;
	/* Edit this to change the icon color */
	font-family: "responsivenav", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 28px;
	text-transform: none;
	position: absolute;
	content: "≡";
	text-indent: 0;
	text-align: center;
	speak: none;
	width: 100%;
	top: 0px;
	padding-top: 20px;
	left: 0;
}

.nav-toggle.active::before {
	font-size: 24px;
	content: "x";
}

.nav ul {
	padding-left: 15px;
}

/*底部*/

.footer {
	min-height: 410px;
	background: #242631;
	color: #bdbdbd;
}

.footer a {
	color: #bdbdbd;
}

.footer-l {
	height: 300px;
	margin-top: 55px;
	background: url(../images/fbg.png) no-repeat;
	padding: 10px 30px;
}

.footer-l h5 {
	line-height: 2.4em;
}

.footer-l p {
	font-size: 12px;
	line-height: 1em;
}

.footer-r {
	margin-top: 60px;
	display: block;
	overflow: hidden;
}

.footer-r h5 {
	font-size: 14px;
	padding-bottom: 8px;
	margin-top: 0;
}

.footer-r p {
	font-size: 12px;
	line-height: 1em;
	margin-left: 3px;
}

.bor-l {
	border-left: 1px solid #646464;
}

.footer-bot {
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: #1a1c27;
	font-size: 12px;
	color: #bdbdbd;
}

.footer-bot p {
	margin-bottom: 0;
}

.wj-mtt20 {
	marign-top: 20px;
}

ul.footerNav>li {
	float: left;
	padding: 0 10px;
}

.clear {
	clear: both;
}

@media (max-width: 480px) {
	.news h1,
	.game h1,
	.project h1,
	.overseas h1,
	.cooperation h1 {
		color: #ff784a;
		height: 25px;
		margin-top: 10px;
		line-height: 25px;
		font-size: 26px;
		margin-left: -90px;
		padding-left: 90px;
		margin-bottom: 10px;
	}
	.hh {
		/*width: 100%;  display: block;*/
	}
	/*文字左右各padding10px*/
	.news p.text-center,
	.game p.text-center,
	.project p.text-center,
	.overseas p.text-center,
	.cooperation p.text-center {
		padding: 0 10px;
	}
	.overseas h1 {
		height: 25px;
		margin-top: 30px;
		line-height: 25px;
		font-size: 26px;
		margin-left: -90px;
		padding-left: 90px;
	}
	.game .game-con {
		margin: 0;
	}
	.footer-bot {
		text-align: center;
		height: 80px;
		line-height: 25px !important;
		padding: 0 15px;
		background: #1a1c27;
		font-size: 12px;
		color: #bdbdbd;
	}
	/*头部*/
	.bg {
		min-height: 400px;
	}
	.header {
		border-bottom: 0;
	}
	/*新闻*/
	.news-r-con {
		padding: 13px 0 0;
	}
	.news .news-con {
		margin-bottom: 20px;
	}
	/*底部*/
	.footer-l {
		padding-top: 0px;
	}
	.footer-l h5 {
		line-height: 1.4em;
	}
	.footer-l p {
		line-height: 1.2em;
	}
	.footer-r {
		margin: 30px 0;
		display: block;
		overflow: hidden;
	}
	.footer-r h5 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-top: 0;
	}
	.bor-l {
		border-left: 0;
	}
	.footer-r p {
		margin-right: 10px;
		float: left !important;
		margin-left: 0px;
	}
	/*banner*/
	.wj-130 {
		height: 160px !important;
	}
	.wj-mtt20 {
		marign-top: 0px;
	}
}

.da-animate p {
	padding: 0 15px;
}

/*适应平板*/

@media (min-width: 618px) and (max-width: 992px) {
	.nav ul li.wj-100 {
		min-width: 84px !important;
	}
	.nav-collapse,
	.nav-collapse ul {
		width: 75% !important;
		padding: 0 !important;
	}
	.nav ul {
		width: 100% !important;
		padding: 0 !important;
		margin-top: 22px !important;
	}
	.news-r-con .date {
		margin-left: 18px;
	}
	/*底部*/
	.footer-l {
		padding-top: 0px;
	}
	.footer-l h5 {
		line-height: 1.4em;
	}
	.footer-l p {
		line-height: 1.2em;
	}
	.footer-r {
		margin: 60px 0 30px;
		display: block;
		overflow: hidden;
	}
	.footer-r h5 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-top: 0;
	}
	.bor-l {
		border-left: 0;
	}
	.footer-r p {
		margin-right: 10px;
		float: left !important;
		margin-left: 0px;
	}
	/*banner*/
	.wbd {
		padding-left: 120px;
	}
	.wj-mtt20 {
		marign-top: 0px;
	}
	/*海外*/
	.hw-h {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.hwi {
		margin: 10px 0 20px;
	}
	.overseas-a {
		margin-bottom: 0px;
	}
	.hwt {
		padding: 10px 0 20px 20px
	}
	.overseas-a .wj-disnone {
		display: none;
	}
	/*海外页面*/
	.hw-h .container {
		width: auto;
	}
	.hw-h .wj-disnone {
		display: none;
	}
	/*弹出框*/
	.bs-example h4,
	.modal-footer h4 {
		font-size: 16px;
	}
	/*游戏*/
	.ovrly {
		display: none;
	}
	.buttons {
		display: none;
	}
	.btn01 img {
		height: auto !important;
	}
	.game .wj-b20 {
		margin-bottom: 80px !important;
	}
	.min-1170 {
		height: 500px !important;
	}
	.carousel-indicators {
		bottom: 0;
	}
	/*项目详情*/
	.carousel .item {
		height: 620px;
	}
	.xm-xq .carousel-control {
		font-size: 18px;
		padding-top: 5px;
		margin-top: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.game .wj-disnone {
		display: none;
	}
	/*底部*/
	.footer-l {
		padding-top: 0px;
	}
	.footer-l h5 {
		line-height: 1.4em;
	}
	.footer-l p {
		line-height: 1.2em;
	}
	.footer-r {
		margin: 60px 0 30px;
		display: block;
		overflow: hidden;
	}
	.footer-r h5 {
		font-size: 14px;
		padding-bottom: 8px;
		margin-top: 0;
	}
	.bor-l {
		border-left: 0;
	}
	.footer-r p {
		margin-right: 10px;
		float: left !important;
		margin-left: 0px;
	}
	.footer-r .wj-p0 {
		padding: 0;
	}
	/*新闻*/
	.news-r-con .con-right {
		margin-left: 24px;
	}
	/*游戏*/
	.ovrly {
		display: none;
	}
	.buttons {
		display: none;
	}
	.btn01 img {
		height: auto !important;
	}
	.min-1170 {
		height: 559px !important;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.game .wj-b20 {
		margin-bottom: 50px !important;
	}
	/*联系*/
	.lianxi h4.tit {
		font-size: 18px;
	}
	/*项目详情*/
	.xm-xq .carousel-control {
		font-size: 18px;
		padding-top: 5px;
		margin-top: 0;
		top: 45%;
	}
}

/*轮播*/

.main_visual {
	height: 790px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}

.main_image {
	height: 790px;
	overflow: hidden;
	position: relative;
}

.main_image ul {
	width: 9999px;
	height: 790px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image li {
	float: left;
	width: 100%;
	height: 790px;
}

.main_image li span {
	display: block;
	width: 100%;
	height: 790px
}

.main_image li a {
	display: block;
	width: 100%;
	height: 790px
}

div.flicking_con {
	position: absolute;
	top: 90%;
	left: 50%;
	z-index: 999;
	width: 300px;
	height: 21px;
	margin: 0 0 0 -50px;
}

div.flicking_con a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url(../images/images/btn_main_img.png) 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.flicking_con a.on {
	background-position: 0 -21px
}

#btn_prev,
#btn_next {
	z-index: 1111;
	position: absolute;
	display: block;
	width: 45px !important;
	height: 45px !important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(../images/images/hover_left.jpg) no-repeat left top;
	left: 30px;
}

#btn_next {
	background: url(../images/images/hover_right.png) no-repeat right top;
	right: 30px;
}

.xmgl-xq #btn_prev,
.xmgl-xq #btn_next {
	top: 40%;
}

.xm-xq #btn_prev,
.xm-xq #btn_next {
	top: 40%;
}

.wx-bgimg .banner #btn_prev,
#btn_next {
	top: 50%;
}

/*手机*/

@media (max-width: 480px) {
	/*项目详情*/
	.xm-xq .main_visual {
		height: 280px
	}
	.xm-xq #btn_prev {
		background: url(../images/images/hover_left.jpg) no-repeat left top;
		left: 10px;
	}
	.xm-xq #btn_next {
		background: url(../images/images/hover_right.png) no-repeat right top;
		right: 10px;
	}
	.xm-xq #btn_prev,
	.xm-xq #btn_next {
		top: 20%;
	}
	/*海外详情*/
	.xmgl-xq .main_visual {
		height: 231px
	}
	.xmgl-xq #btn_prev,
	.xmgl-xq #btn_next {
		top: 15%;
	}
	.xmgl-xq #btn_prev {
		background: url(../images/images/hover_left.jpg) no-repeat left top;
		left: 10px;
	}
	.xmgl-xq #btn_next {
		background: url(../images/images/hover_right.png) no-repeat right top;
		right: 10px;
	}
	/*游戏详情*/
	.wx-bgimg .banner #btn_prev,
	.wx-bgimg .banner #btn_next {
		top: 35%;
	}
	.wx-bgimg .banner #btn_prev {
		background: url(../images/images/hover_left.jpg) no-repeat left top;
		left: 10px;
	}
	.wx-bgimg .banner #btn_next {
		background: url(../images/images/hover_right.png) no-repeat right top;
		right: 10px;
	}
}

/*介绍轮播*/

.wx-jslb .main_visual {
	height: 200px;
}

.wx-jslb #btn_prev,
.wx-bgimg .banner #btn_next {
	top: 15%;
}

.wx-jslb #btn_prev {
	background: url(../images/images/hover_left.jpg) no-repeat left top;
	left: 10px;
}

.wx-jslb #btn_next {
	background: url(../images/images/hover_right.png) no-repeat right top;
	right: 10px;
}

/*平板*/

@media (min-width: 618px) and (max-width: 992px) {
	.xm-xq .main_visual {
		height: 630px
	}
	.xmgl-xq .main_visual {
		height: 505px
	}
	.xmgl-xq #btn_prev,
	.xmgl-xq #btn_next {
		top: 30%;
	}
	.xm-xq #btn_prev,
	.xm-xq #btn_next {
		top: 33%;
	}
	.wx-bgimg .banner #btn_prev,
	.wx-bgimg .banner #btn_next {
		top: 50% !important;
	}
}

/*平板*/

@media (min-width: 992px) and (max-width: 1024px) {
	.xmgl-xq #btn_prev,
	.xmgl-xq #btn_next {
		top: 30%;
	}
	.xm-xq #btn_prev,
	.xm-xq #btn_next {
		top: 33%;
	}
	.wx-bgimg .banner #btn_prev,
	.wx-bgimg .banner #btn_next {
		top: 50% !important;
	}
}

.main_image ul li .wj-790 {
	width: 1920px;
	height: 768px;
}

/*放ypp.css 中*/

@media (min-width: 320px) and (max-width: 325px) {
	.pos-dw {
		width: 320px !important;
	}
}

@media (min-width: 325px) and (max-width: 375px) {
	.pos-dw {
		width: 380px !important;
	}
}

@media (min-width: 380px) and (max-width: 415px) {
	.pos-dw {
		width: 400px !important;
	}
}

/*放wj.css 中*/

@media (min-width: 320px) and (max-width: 325px) {
	.news-r-con .con-right {
		padding: 0 18px 0 22px !important;
	}
	.footer-l-top p {
		line-height: 1em;
	}
}

/*banner*/

.wx-bimg {
	height: 200px;
	overflow: hidden;
}

.wx-bimg img {
	height: 200px;
}

/*游戏页面*/

@media (min-width: 1919px) and (max-width: 1920px) {
	#carousel-example-generic .main_visual {
		height: 768px;
	}
	#carousel-example-generic .main_image {
		height: 768px;
	}
	#carousel-example-generic .main_image ul {
		height: 768px;
	}
	#carousel-example-generic .main_image ul li {
		height: 768px;
	}
	#carousel-example-generic .main_image ul li .wj-790 {
		width: 1920px;
		height: 768px;
	}
	.wx-bimg {
		height: 768px !important;
	}
	.wx-bimg img {
		height: 768px !important;
	}
}

@media (min-width: 1599px) and (max-width: 1600px) {
	#carousel-example-generic .main_visual {
		height: 640px;
	}
	#carousel-example-generic .main_image {
		height: 640px;
	}
	#carousel-example-generic .main_image ul {
		height: 640px;
	}
	#carousel-example-generic .main_image ul li {
		height: 640px;
	}
	#carousel-example-generic .main_image ul li .wj-790 {
		width: 1600px;
		height: 640px;
	}
	.wx-bimg {
		height: 640px !important;
	}
	.wx-bimg img {
		height: 640px !important;
	}
}

@media (min-width: 1439px) and (max-width: 1440px) {
	#carousel-example-generic .main_visual {
		height: 576px;
	}
	#carousel-example-generic .main_image {
		height: 576px;
	}
	#carousel-example-generic .main_image ul {
		height: 576px;
	}
	#carousel-example-generic .main_image ul li {
		height: 576px;
	}
	#carousel-example-generic .main_image ul li .wj-790 {
		width: 1440px;
		height: 576px;
	}
	.wx-bimg {
		height: 576px !important;
	}
	.wx-bimg img {
		height: 576px !important;
	}
}

@media (min-width: 1365px) and (max-width: 1366px) {
	#carousel-example-generic .main_visual {
		height: 546px;
	}
	#carousel-example-generic .main_image {
		height: 546px;
	}
	#carousel-example-generic .main_image ul {
		height: 546px;
	}
	#carousel-example-generic .main_image ul li {
		height: 546px;
	}
	#carousel-example-generic .main_image ul li .wj-790 {
		width: 1366px;
		height: 546px;
	}
	.wx-bimg {
		height: 546px !important;
	}
	.wx-bimg img {
		height: 546px !important;
	}
}

.header--fixed {
	position: fixed;
	z-index: 101;
	right: 0;
	left: 0;
	top: 0
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-4em)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-4em)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-4em)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-4em)
	}
	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-6.5em)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}
	100% {
		-moz-transform: translateY(-6.5em)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}
	100% {
		-o-transform: translateY(-6.5em)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-6.5em)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg)
	}
}

@-moz-keyframes swingInX {
	0% {
		-moz-transform: perspective(400px) rotateX(-90deg)
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg)
	}
}

@-o-keyframes swingInX {
	0% {
		-o-transform: perspective(400px) rotateX(-90deg)
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg)
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg)
	}
	100% {
		transform: perspective(400px) rotateX(0deg)
	}
}

.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(-90deg)
	}
}

@-moz-keyframes swingOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg)
	}
	100% {
		-moz-transform: perspective(400px) rotateX(-90deg)
	}
}

@-o-keyframes swingOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg)
	}
	100% {
		-o-transform: perspective(400px) rotateX(-90deg)
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg)
	}
	100% {
		transform: perspective(400px) rotateX(-90deg)
	}
}

.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@-o-keyframes flipInX {
	0% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	100% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@-moz-keyframes flipOutX {
	0% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@-o-keyframes flipOutX {
	0% {
		-o-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		-o-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-200px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-200px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(30px)
	}
	80% {
		-moz-transform: translateY(-10px)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-200px)
	}
	60% {
		opacity: 1;
		-o-transform: translateY(30px)
	}
	80% {
		-o-transform: translateY(-10px)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-200px)
	}
	60% {
		opacity: 1;
		transform: translateY(30px)
	}
	80% {
		transform: translateY(-10px)
	}
	100% {
		transform: translateY(0)
	}
}

.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-200px)
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0)
	}
	30% {
		opacity: 1;
		-moz-transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(-200px)
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0)
	}
	30% {
		opacity: 1;
		-o-transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-o-transform: translateY(-200px)
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}
	30% {
		opacity: 1;
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		transform: translateY(-200px)
	}
}

.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

ul.footerNav {
	display: inline-flex;
}

ul.footerNav>li {
	float: left;
	padding: 0 8px;
}


@media (max-width: 480px) {
	ul.footerNav {
		display: inherit !important;
	}
	@media (max-width: 480px) {
		.footer-bot .container {
			margin: 0 0 20px 0 !important;
			padding: 0;
		}
		.footer-bot a img {
			display: block;
			margin: 10px 0;
		}
		.footer-bot>div {
			margin: 0 -15px
		}
	}



