.academy-tab-kind,
.academy-tab {
	line-height: 150%;
}


.academy-tab  button {
	margin: 0px;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	vertical-align: text-top;
	border: 0px solid hsla(0,0%,100%,0.00);
	/*background: #f7f7f7;
	max-width: 8.5%;
	height: 50px;*/
	padding: 10px 15px;
	line-height: 120%;
	outline: none;
	text-align: left;
}
.academy-tab  button:hover{
	border: 1px solid hsla(0,0%,50%,1.00);
	border-radius: 5px;
	background: hsla(0,0%,100%,1.00);
	cursor: pointer;
	/*
	border: 1px solid hsla(0,0%,56%,1.00);
	font-size: 105%;
	box-shadow: 3px 5px 5px #333333;
	-webkit-box-shadow: 3px 5px 5px #333333;
	-moz-box-shadow: 3px 5px 5px #333333;
	background: linear-gradient(45deg, #F5ADAE 5%, #F7F2F2 98%);
	background: -moz-linear-gradient(0deg, #F5ADAE 5%, #F7F2F2 98%);
	background: -webkit-linear-gradient(0deg, #F5ADAE 5%, #F7F2F2 98%);
	background: -o-linear-gradient(0deg, #F5ADAE 5%, #F7F2F2 98%);
	*/
}

.academy-tab > button:focus {
	border: 1px solid hsla(0,0%,20%,1.00);
	background: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	/*
	background: linear-gradient(45deg, #ADB0F5 5%, #F7F2F2 98%);
	background: -moz-linear-gradient(0deg, #ADB0F5 5%, #F7F2F2 98%);
	background: -webkit-linear-gradient(0deg, #ADB0F5 5%, #F7F2F2 98%);
	background: -o-linear-gradient(0deg, #ADB0F5 5%, #F7F2F2 98%);
	*/
}
/*
.academy-tab  button:nth-child(1) {
	background:linear-gradient(top,#ffffff,rgba(255,255,255,0.6)),url('/images/favicon.png') center bottom no-repeat;
	background:-moz-linear-gradient(top,#ffffff,rgba(255,255,255,0.6)),url('/images/favicon.png') center bottom no-repeat;
	background:-webkit-linear-gradient(top,#ffffff,rgba(255,255,255,0.6)),url('/images/favicon.png') center bottom no-repeat;
	background-repeat:no-repeat;
	background-size:cover;	
}
*/
.academy-tab-kind > button {	
	/*display: inline-block;*/
	margin: 0px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	vertical-align: text-top;
	border: 1px solid #dadada;
	background: #f7f7f7;
	width: 19%;
	height: 100px;
	line-height: 120%;
	outline: none;
}

.academy-tab-kind > button {
    width: 9%;
    height: 80px;
}

.academy-tab-kind > button:before,
.academy-tab > button:before {
  /*font-weight: normal;*/
  margin-right: 10px;
}



.academy-tab-kind > button:hover {
	background: #a7e0d7;
	color: #eee;
	/*cursor: pointer;*/
	/*border: 2px solid #8d0e23;*/
}

.academy-tab-kind > button:focus {
	background: #f3f2b9;
	color: #000;
}

.tab-content{
	background-color: rgba(241, 241, 241, 0.65);
	border: 1px solid rgba(119, 119, 119, 0.25);
	margin: 5px;
	padding: 5px;
	height: fit-content;
}

.rd-sub-area {
	width: auto;
	height:auto;
	border: 0px solid #9d0e35;
	border-left: 5px solid #9d0e35;
	background-color: #efefef;
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.academy-tab  button {
		font-size: 100%;
		/*width: 19%;*/
		/*height: 80px;*/
	}
	.academy-tab-kind  button {
		font-size: 100%;
		/*width: 9%;*/
		/*height: 60px;*/
	}
}
@media screen and (max-width: 768px) {
	.academy-tab  button {
		font-size: 95%;
		/*width: 19%;*/
		/*height: 60px;*/
	}
	.academy-tab  img {
		width: 50%;
	}
	.academy-tab-kind  button {
		font-size: 90%;
		/*width: 9%;*/
		/*height: 50px;*/
	}
	.tab-content {
		margin: 0px;
	}
}
@media screen and (max-width: 700px) {
	.academy-tab  button {
		/*display: inline-block;
		font-size: 90%;
		padding: 5px;	
		width: 19%;
		height: 60px;*/
	}
	.academy-tab  img {
		width: 90%;
	}
	.academy-tab-kind > button {
		font-size: 90%;
		width: 15%;
		height: 40px;
	}
}
@media screen and (max-width: 500px) {
	.academy-tab  button {
		/*display: inline-block;*/
		/*font-size: 90%;
		width: 23.5%;
		/*height: 60px;*/
	}
	.academy-tab-kind > button {
		font-size: 90%;
		/*width: 18.5%;*/
		/*height: 50px;*/
	}
}

.target-nopadded :target:before{
	height: auto !important;	
}
