/*===============================
	Courses CSS
=================================*/
.courses {
	background: #f8f8f8;
}
.courses .course-slider {
	margin-top: 30px;
}
.courses .courses-main{
	padding-left:5px;
	padding-right:5px;
}
.courses .single-course {
	padding: 12px;
	background: #fff;
	margin-left: 10px;
	height:97%;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .course-head {
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.courses .course-head img{
	max-width: auto;
    max-height: 250px;    
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    display: block;
}

.courses .course-head:hover:before{
	opacity:0.8;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 10;
	border-radius: 0px;
	left: 42%;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: -58px;
	padding: 12px 22px;
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	border-radius: 50px;
}
.courses .course-head:hover .btn{
	transform: scale(1);
	opacity: 1;
}
.courses .course-body {
	margin: 5px;
	margin-top: 0px;
}

.courses .course-body .business,
.courses .course-body .name,
.courses .course-body .website {
	text-align:center;
  font-weight:600;
}

.courses .course-body .business {
  margin-top:1em;
}

.courses .course-body .website {
	font-size:1.1rem;
}

.courses .name-price {
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 75;
	margin-top: -33.5px;
}

/* Price */
.courses .course-body .c-title {
	font-size: 18px;
	text-align:center;
	margin: 5px 0 5px;
	padding-top: 30px;
}
.courses .course-body .c-title a {
	color: #252525;
	font-weight: 700;
    text-decoration:none;
}
.courses .course-body p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
	border-top: 1px solid rgba(204, 204, 204, 0.45);
	overflow: hidden;
	margin: 15px;
	text-align:center;
	padding-top: 15px;
}

/* Course Single */
.courses.single {
	background: #f6f6f6;
	padding: 60px 0 90px;
}
.courses.single .single-main,
.courses.single .course-sidebar{
	margin-top:30px;
}
.courses.single .single-main {
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.courses.single .course-meta {
	background: #fff;
	margin: 0;
	border: none;
	padding: 0;
}
/* Course Head */
.courses.single .course-head img {
  width:100%;
  height:100%;
  transform:none;  
}


/* Gallery Meta */

/* Course Single Video */
.courses.single .c-title {
	font-size: 25px;
	margin: 20px 0 20px;
}
.courses.single .c-title a{
	color:#252525;
}
.courses .content {
	margin-top: 30px;
}
.courses.single .course-info {
	overflow: hidden;
	margin-bottom: 0;
}
.courses.single .single-info {
	float: left;
	text-align:center;
	overflow: hidden;
	margin-right: 15px;
	box-shadow: none;
	padding: 0;
	padding: 8px 0px;
}
.courses.single .single-info:last-child{
	margin:0;
}
.courses.single .single-info img {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
	border: 4px solid #f5f5f5;
	position: relative;
	top: -7px;
	margin-bottom: -10px;
}
.courses.single .single-info i {
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align:center;
	text-transform: capitalize;
	font-weight: 500;
}
.courses.single .single-info h4 span {
	display: block;
	color: #888;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 2px;

}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	display: block;
}
/* Course Tab */
.courses.single .nav-main {
	background: #fff;
	text-align:center;
	margin: 20px 0 25px;
}
.courses.single .nav-tabs {
	display: inline-block;
	text-align:center;
	width: 100%;
	border-bottom: 2px solid rgba(204, 204, 204, 0.45);
	background: #F6F6F6;
}
.courses.single .nav-tabs li{
	display:inline-block;
}
.courses.single .nav-tabs li a {
	color: #252525;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	padding: 14px 15px;
	border: none;
	border-radius: 0px;
}
.courses.single .nav-tabs li a.active,
.courses.single .nav-tabs li a:hover {
	color: #fff;
}
.courses.single .nav-tabs li a i {
	margin-right: 10px;
}
.courses.single .t-title {
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 500;
}
.courses.single .t-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 45px;
	height: 2px;
	background: #ccc;
}
.courses.single .course-overview {
	margin-top: -25px;
}
.courses.single .single-overview {
	margin-top: 25px;
}
/* Course Required */

.name {
  margin-top:8px;
}
.regnum {
  text-align:center;
  font-weight:450;
  margin:0;
}

.farm {
  text-align:center;
  font-weight:550;
}
.course-info .name {
  margin-top:0;
}

.courses .center-image img{
	max-width: auto;
    max-height: 250px;    
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;    
    display: block;
}

.alpaca-class {
  font-weight:500;
  font-size:.9rem;
  text-align:center;
}

.courses .course-body .place {
  font-weight:600;
  color:#800012;
  text-align:center;
}

hr {
    margin-top: 35px;
}
div.course-info {
  margin-bottom:12px;
}
.return_link {
  margin:2em;
}