﻿
.Animals_Span {
	width: 370px;
	float: right;
	min-height: 1px;
	margin-left: 20px;
}

.Animals_Span_course {
	border: 1px solid #1e283a;
	width: 250px;
	float: right;
	min-height: 1px;
	/*background-color:aqua;*/
	margin-left: 20px;
	margin-right: 20px;
    color:#FFFFFF;
    font-weight:500;
}



.Animals_Span:first-child {
	margin: 0;
	margin-left: 20px;
}

.Animals_Span_course:first-child {
	margin: 0;
}

.Animals_Span .Box {
	background: #1e283a;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.Animals_Span_course .Box {
	background:#000;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.Animals_Span .Box:hover,
.Box_Pic a.Thumb:hover .Box {
	background: #1A5C54;
}

.Animals_Span_course.hover .Box:hover, .Box_Pic a.Thumb:hover .Box {
	color: #A3D044;
}

.Animals_Span .Box_Cnt {
	position: relative;
	padding-top: 36px;
	padding-bottom: 20px;
}

.Animals_Span_course .Box_Cnt {
	position: relative;
}

.Animals_Span .Box_Cnt p {
	font-weight: 300;
	line-height: 22px;
	font-size: 14px;
	padding: 0 0px 0 0px;
}

.Animals_Span_course .Box_Cnt p {
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: #FFFFFF;
}

.Box_Cnt h4, .Box_Cnt p {
	color: #ffffff;
}

	.Box_Cnt h4 + p {
		margin-top: 9px;
	}

.Animals_Span .Box_Cnt a {
	color: #ffffff;
	font-size: 24px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.Animals_Span_course .Box_Cnt a {
	color: #ffffff;
	font-size: large;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-weight: bold;
}

.Animals_Span .Box_Cnt a:hover {
	color: #000000;
}

.Animals_Span_course .Box_Cnt a:hover {
	color: #000000;
}

.Box_Pic a.Thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.button:hover {
	color: #434547;
}

.Box_Pic a img {
	width: 100%;
	height: 250px;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.Box_Pic.transform a.Thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.Box_Pic a .Thumb_Overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}

	.Box_Pic a .Thumb_Overlay:before {
		/*content: '\f065';*/
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		font: 400 30px 'FontAwesome';
		line-height: 30px;
		margin-top: -15px;
		text-align: center;
	}

.Box_Pic.transform a.Thumb:hover .Thumb_Overlay {
	opacity: 0.3;
	background: rgba(0, 0, 0, 0.5);
}
