
.information {
	width: 1200px;
	margin: 40px auto;
}



.pecture {
	width: 770px;
	height: 460px;
	float: left;
	margin: 0;
	padding: 0;
}

.pecture_information{
	width: 100%;
	height: 460px;
	float: left;
	margin: 0;
	padding: 0;
}

/*自动轮播*/

.a_slide {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0;
}

.a_slide li {
	list-style: none;
}

.a_slide .slides li {
	position: relative;
	display: none;
	-webkit-animation-name: fadeIn;
	/*动画名称*/
	-webkit-animation-duration: 1s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

.a_slide .slides li.active {
	display: block;
}
.j-tabpane_divimg{
	width: 770px;
	height: 460px;
	overflow: hidden;
}
.a_slide .slides li .j-tabpane_divimg img {
	width: 770px;
	height: 460px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.a_slide .slides li .j-tabpane_divimg img:hover{
	-webkit-transform: scale(1.1);
}
.j-tabpane_divimg_information{
	width: 100%;
	height: 460px;
	overflow: hidden;
}
.a_slide .slides li .j-tabpane_divimg_information .img_information{
	width: 100%;
	height: 460px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.a_slide .slides li .j-tabpane_divimg_information .img_information:hover{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
}

.a_slide .slides .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}

.a_slide .slides .caption p {
	margin-left: 1em;
	margin-right: 100px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-top: 0;
}

.a_slide .navigations {
	position: absolute;
	right: 10px;
	bottom: 20px;
	overflow: hidden;
}

.a_slide .navigations li {
	float: left;
	margin-left: 10px;
	/*border-radius: 10px;*/
	background: #ffffff;
	width: 26px;
	height: 6px;
	margin-bottom: -2px;
	cursor: pointer;
}

.navigations li.active {
	background: #D23023;
}

.info-sub {
	height: 40px;
	background-color: #202020;
	filter: alpha(opacity=80);
	opacity: 0.8;
	color: #FFFFFF;
	padding: 10px 5px;
	position: relative;
	z-index: 10;
	color: #FFFFFF;
	top: -40px;
}

.info-link-fir {
	color: #FFFFFF;
}

.info-news {
	width: 410px;
	margin-left:20px;
	/*height: 460px;*/
	float: left;
}

.news {
    height: 120px;
	/*padding-top: 6px;*/
}

/*.news-last {
	margin-bottom: 0;
}*/
.news_img_div{
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.news-img {
	width: 100px;
	height: 100px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.news-img:hover{
	-webkit-transform: scale(1.1);
}

.news-tit {
	float: left;
	width: 300px;
	height: 100px;
	margin: 0 0 0 10px;
	text-align: left;
	/*padding: 30px 0 10px 0;*/
	/*border-bottom: 1px solid #dfdfdf;*/
	overflow: hidden;
/*	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.news-tit-last {
	border: 0;
}

.info-link {
    height: 88px;
	display: inline-block;
	word-wrap: normal;
	/*white-space: nowrap;*/
	overflow: hidden;
	color: #000000;
}

.sport-item {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0 auto;
}

.sport-item-content {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.sport-item-title {}

.content_title {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #979797;
	padding-bottom: 50px;
}
.content-title {
	width: 760px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #868686;
}

.content-title-front,
.content-title-rear {
	/*float: left;*/
	/*display: inline-block;*/
	font-size: 1.8em;
	line-height: 45px;
}
.title_float{
	float: left;
}

.content-title-rear {
	font-weight: bold;
}

.conten-title-el {
	color: #D23023;
	font-size: 1.2em;
	margin-left: 6px;
}

.line,
.line2 {
	padding: 0;
	margin: 0;
}

.line {
	height: 45px;
}
.line img {
	width: auto;
	height: 45px;
	float: left;
}

.line2 {
	width: 100%;
	height: 1px;
	background-color: #868686;
}
.sport-gategory{
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #1b1b1b;
	margin-top: 26px;
}
.sport-gategory-div:first-child{
	border-left: 1px solid #c1c1c1;
}
.sport-gategory-color{
	color: #fff;
	background-color: #d23023;
}
.sport-gategory-div{
	width: 120px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-bottom:  1px solid #c1c1c1;
	overflow: hidden;
	cursor: pointer;
}
.sport-item-bar {
	/*margin-top: 40px;*/
}

.sport-item-bar-row {
	width: 1200px;
	height: 480px;
	text-align: center;
	margin: 60px 0 0 0;
	overflow: hidden;
	position: relative;
	/*padding-left: 73.5px;*/
}
.sport-left{
	width: 28px;
	height: 52px;
	background-image: url('/isa/img_new/left.png');
	background-size:100%;
	position: absolute;
    top: 50%;
    left: 25px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -26px;
    cursor: pointer;
}
.sport-right{
	width: 28px;
	height: 52px;
	background-image: url('/isa/img_new/right.png');
	background-size:100%;
	position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -26px;
    cursor: pointer;
}
#sport_type{
	width: 2400px;
	height: 480px;
}
.sport-type {
	width: 170px;
	text-align: center;
	float: left;
	/*margin-right: 55px;*/
	margin: 15px 0px;
	margin-right: 36px;
	/*display: inline-block;*/
	/*margin-bottom: 30px;*/
	cursor: pointer;
}
.sport-type:nth-child(6n) {
	margin-right: 0px;
}
.sport-type_divimg{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sport-type-text {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	/*padding: 10px 0;*/
	/*font-size: 18px;*/
}

.sport-type-img {
	width: 100%;
	/*height: 133px;*/
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    /*-webkit-transform: ;*/
   -webkit-transform:rotateY(0deg) scale(1);
   display: inherit;
}
/*.sport-type-img:hover {
	-webkit-transform:rotateY(180deg) scale(1.1);
}*/
.sport-type:hover {
	background-color: #FFFFFF;
	box-shadow: 0 0 5px 2px #dfdfdf;
}
.sport-type:hover .sport-type-img {
	/*border: 1px solid #dfdfdf;*/
	-webkit-transform:rotateY(180deg) scale(1.4);
}

.alliance-distribution {
	width: 100%;
	/*margin: 0 auto;*/
	padding: 40px 0;
	background: url(../img_new/distribute-bg.png);
	background-size: cover;
	height: 780px;
}

.map {
	width: 1200px;
	margin: 0 auto;
}

.map-img {
	text-align: center;
	width: 1100px;
	height: 600px;
	padding-top: 30px;
}
.world-map{
	display: none;
}

.region {
	margin-top: 40px;
	margin-bottom: -40px;
	text-align: center;
}
.china,.global {
	margin: 40px 20px;
	font-size: 1.2em;
}

.control {
	text-align: right;
	margin-bottom: 80px;
}

.control-img {
	width: 40px;
	height: 40px;
}

.alliance-message {
	width: 1200px;
	padding: 0;
	margin: 40px auto;
}

.alliance-report {
	width: 760px;
	float: left;
}

.report {
	margin-top: 25px;
}

.report-p {
	margin: 0;
	padding: 0;
	width: 100%;
}

.report-k {
	width: 370px;
	height: 280px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 19px;
}
.report-k:first-child{
	margin-left: 0px;
}

.report-img1 {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.report-img1:hover{
	-webkit-transform: scale(1.1);
}

.report-title {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #202020;
	filter: alpha(opacity=80);
	opacity: 0.8;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

.report-link {
    color: #FFFFFF;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: inline-block;
    padding: 0 40px;
    /* top: 10px; */
}

.report-b {
	padding-top: 26px;
}

.report-img3 {
	width: 100%;
	height: 180px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.report_div{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.report-s {
	width: 245px;
	height: 265px;
	border: 1px solid #ececec;
	float: left;
	margin-left: 12px;
}
.report-s:hover .report-img3 {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.report-s:first-child {
	margin-left: 0px;
}
.report-link2 {
	color: #000000;
}

.report-info {
	margin: 15px 0;
	padding: 0 10px;
}

.report-title2 {
	margin-bottom: 18px;
	font-size: 14px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.sports_report{
	width: 100%;
}
.report-icon {
	width: 16px;
	float: left;
	padding-top: 2px;
}

.report-date {
	float: left;
	color: #999999;
	font-size: 14px;
	text-align: right;
	padding-left: 5px;
	margin: 0;
}

.more {
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: right;
    border: 1px solid #D23023;
    /*border-radius: 5px;*/
    padding: 0px 8px;
    color: #D23023;
}
.more_margin{
    margin: 7px 0 0 0;
}
.more-s {
	color: #7f7f7f;
	font-size: 14px;
}

.alliance-rank {
	width: 420px;
	float: left;
	margin-left: 20px;
	border: 1px solid #E5E5E5;
}

.rank-title,
.alliance-member {
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	float: left;
	font-size: 1.2em;
	margin: 0;
	background-color: #F5F5F5;
}
.rank-title {
	border-bottom: 1px solid #E5E5E5;
}
.rank-alliance {
	color: #000;
}

.alliance-member {
	color: #000000;
	background-color: #e5e5e5;
}

table {
	border-collapse: collapse;
}

tr {
	height: 54px;
}

th {
	font-size: 18px;
	color: #5c5c5c;
}

td,
th {
	width: 100px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.new_club{
	width: 40px;
    height: 15px;
    position: absolute;
    top: 36%;
    right: 0;
    transform: rotate(15deg);

	animation: myfirst 2s infinite;
	animation-direction:alternate;

	-moz-animation: myfirst 2s infinite;
	-moz-animation-direction:alternate;

	-webkit-animation: myfirst 2s infinite;
	-webkit-animation-direction:alternate;

	-o-animation: myfirst 2s infinite;
	-o-animation-direction:alternate;

}
@keyframes myfirst
{
	0%   {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 20% 20%;}
	100% {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 100% 100%;}
}
@-moz-keyframes myfirst /* Firefox */
{
	0%   {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 20% 20%;}
	100% {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 100% 100%;}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
	0%   {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 20% 20%;}
	100% {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 100% 100%;}
}
@-o-keyframes myfirst /* Opera */
{
	0%   {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 20% 20%;}
	100% {background-image: url(../img_new/new_two.png);background-repeat:no-repeat;background-position:center;background-size: 100% 100%;}
}
/**
 * 新增考试日期标题
 */
.poll{
	width: 122px;
	font-size: 18px;
}
.rank{
	width: 105px;
	height: 54px;
}
/**
 * 新增考试
 */
.mumber{
	width: 195px;
 	font-weight:bold;
}
/**
 * 俱乐部
 */
.club {
    width: 200px;
    height: 54px;
   	line-height: 54px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*position: relative;*/
}
/**
 * 新增考试列表
 */
.club_float {
    width: 400px;
	height: 54px;
	color: #202020;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	margin-left: 8px;
	text-align: center;
}
.club_float:hover {
	background-color: #F5F5F5;
}
.club_float:last-child {
	border: 0px;
}
.club_float div{
	float: left;
}
.num ,.poll_date {
	height: 54px;
	line-height: 54px;
}
.num {
	width: 88px;
	font-weight: bold;
	color: #202020;
	text-align: center;
}
.poll_date {
	width: 110px;
	text-align: right;
}
.even{
	background-color: #FFF;
}
.odd{
    /*background-color: #f4f4f4;*/
}

.video-announcement {
	width: 1200px;
	height: 650px;
	text-align: left;
	margin: 0 auto 40px auto;

}

.video {
	width: 760px;
	height: 650px;
	float: left;
}
.video-margin {
	height: 50px;
	margin:30px 0 60px;
}
.morelink {
	color: #000000;
}

.more-video {
/*	margin-top: -20px;
	text-align: right;*/
    display: inline;
    float: right;
    /*line-height: 45px;*/
}

.vedio-bar {
	margin-top: 8px;
	padding: 0;
}

.vedio-item {
	width: 240px;
	height: 240px;
	padding: 0;
	float: left;
	margin-left: 20px;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
	margin-top: 10px;
}
.vedio-item:nth-child(1) {
	margin-top: 0px;
}
.vedio-item:nth-child(2) {
	margin-top: 0px;
}
.vedio-item:nth-child(3) {
	margin-top: 0px;
}
.vedio-item:first-child {
	margin-left: 0px;
}
.vedio-item:nth-child(4) {
	margin-left: 0px;
}
.vedio_item_div{
	width: 240px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.vedio-item-last {
	margin-right: 0;
}

.vedio-pecture {
	width: 240px;
	height: 180px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.vedio-item:hover .vedio-pecture {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
}



.vedio-tu {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	text-align: center;
}

.vedio-img {
	width: 52px;
	height: 52px;
}

.vedio-time {
	width: 240px;
	height: 22px;
	background-color: #202020;
	filter: alpha(opacity=80);
	opacity: 0.8;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	padding: 3px;
	position: relative;
	top: -82px;
}

.vedio-title {
	padding-top: 8px;
	padding: 5px 20px;
	height: 45px;
    overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	font-size: 15px;
    cursor: pointer;
}
/*.vedio-title:hover{
	color: #e5e5e5;
}*/

.announcement {
	width: 418px;
	height: 650px;
	float: left;
	margin-top: 0px;
	margin-left: 19px;
	border: 1px solid #cfcfcf;
}
.announcement-top{
	width: 418px;
	height: 50px;
	/*line-height: 50px;*/
	background: url(../img_new/bulletin.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.announce-link{
	float: left;
	width: 50%;
	display: inline-block;
}
.bullletin {
	width: 419px;
	height: 55px;
}
.announce {
	width: 50%;
	float: left;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 50px;
	margin: 0;
}
.announce span{
	padding-left: 15px;
}
.announce-more {
	height: 50px;
	color: #FFFFFF;
	text-align: right;
    margin: 0 10px 0 0;
    line-height: 50px;
	/*margin-right: 10px;*/
}

.announcement-content {
	width: 418px;
	/*height: 500px;*/
	overflow: hidden;
	/*margin-top: -15px;*/
	/*padding-bottom: 16px;*/
}

.announce-text {
	height: 25px;
	/*margin: 16px 10px 10px 10px;*/
}
.announce-text_p{
	/*width: 80%;*/
	height: 100%;
	float: left;
	overflow:hidden;
}
.announce-time_span{
	width: 20%;
	height: 100%;
	float: left;
	color: #666666;
	overflow:hidden;
	text-align: center;
}

.announce-message {
	width: 100%;
	cursor: pointer;
	height: 100px;
	/*padding: 10px 10px 12px 10px;*/
	padding: 14px 10px 14px 10px;
	border-bottom: 1px dashed #CFCFCF;
}
.announce-message:last-child {
	border-bottom: none;
}

.announce-text2 {
	width: 100%;
	height: 20px;
	overflow:hidden;
	font-size: 0.9em;
	color: #7F7F7F;
	text-indent: 1.5em;
}

.interlinkage {
	width: 720px;
}

@media screen and (max-width: 1200px) {
	/**
	 * 轮播咨询
	 */
	.information {
		width: 100%;
		margin-top: 0px;
	}
	.pecture {
		width: 100%;
		height: auto;
	}
	.j-tabpane_divimg {
		width: 100%;
		height: auto;
	}
	.a_slide {
		height: auto;
	}
	.a_slide .slides li .j-tabpane_divimg img {
		width: 100%;
		height: auto;
	}
	.info-news {
		width: 98%;
		/*height: initial;*/
		margin-left: 2%;
	}
	.news {
		width: 98%;
		height: 20%;
		padding: 6px 0px;
		overflow: hidden;
		border-bottom: 1px solid #dfdfdf;
	}
	.news_img_div {
		width: 30%;
		/*height: 30%;*/
	}
	.news-tit {
		width: 66%;
		height: 100%;
	}
	.news-img {
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	.info-link {
		height: 100%;
	}
	.sport-item-content {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.content_title {
		width: 100%;
		font-size: 1em;
	}
	.sport-item-bar-row {
		width: 100%;
		margin-top: 20px;
		height: auto;
	}
	.sport-item-bar {
		padding-bottom: 0px;
	}
	.sport-type {
		width: 30%;
		margin: 0px;
		margin-left: 2.5%;
		margin-bottom: 10px;
	}
	.sport-type-text {
		height: 10px;
		line-height: 10px;
	}
	.alliance-message {
		width: 100%;
	}
	.report-img1 {
		height: auto;
	}
	.alliance-report {
		width: 96%;
		margin-left: 2%;
	}
	.content-title {
		width: 100%;
	}
	.content-title-front {
		font-size: 1em;
	}
	.content-title-rear {
		font-size: 1em;
	}
	.report {
		width: 100%;
		height: auto;
	}
	.report-k {
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.report-b {
		padding-top: 10px;
	}
	.report-s {
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.alliance-rank {
		width: 96%;
		margin-left: 2%
	}
	.rank {
		width: 17%;
		display: none;
	}
	.mumber {
		width: 34%;
		display: none;
	}
	.poll {
		width: 12.5%;
		display: none;
	}
	.num {
		width: 8%;
		display: none;
	}
	.club {
		width: 48%;
	}
	.poll_date {
		width: 23%;
	}
	/**
	 * 视频 
	 */
	.video-announcement {
		width: 100%;
	}
	.video {
		width: 100%;
		height: auto;
	}
	.video-margin {
		width: 96%;
		margin: 10px 0px 10px 2%;
	}
	.vedio-bar {
		width: 96%;
		margin-left: 2%;
	}
	.vedio-item {
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.vedio-pecture {
		width: 100%;
		height: auto;
	}
	.vedio_item_div {
		width: 100%;
		height: auto;
	}
	.vedio-title {
		padding: 10px 0px;
		margin-bottom: 0px;
	}
	/**
	 * 考试公告 
	 */
	.announcement {
		width: 96%;
		margin-left: 2%;
	}
	.announcement-top {
		width: 100%;
	}
	.announcement-content {
		width: 100%;
	}
	/**
	 * 底部 
	 */
	.interlinkage {
		width: 100%;
		padding-bottom: 15px;
		display: none;
	}
	.footer {
		margin-top: 10px;
	}
	.footer-top {
		width: 96%;
		margin-left: 2%;
		position: relative;
	} 
	.foot-title {
		margin-bottom: 0px;
	}
	.foot-link {
		padding: 5px 0px;
	}
	.divide_span {
		padding: 5px 0px;
	}
	.contact-us {
		width: 100%;
	}
	.contact-us .foot-text1 {
		width: 50%;
		float: left;
		margin-top: 10px;
	}
	.code {
		border: 0px;
		padding-left: 0px;
		width: 100px;
		position: absolute;
		right: 0px;
		bottom: 2%;
		margin: 0;
	}
	.code-text {
		padding: 0px;
		margin: 0px;
	}
	.code-content {
		width: 100%;
	}
	.code-img {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	.footer-bottom {
		padding: 10px 0px;
		margin-top: 10px;
	}
	.footer-bottom p {
		height: auto;
	}
}