/*===============================
	Photo Contest CSS 
=================================*/
.photos {
	background: #fff;
}
.photos .photos-slider {
	margin-top:20px;
}

.photos .single-photo {
  margin-bottom: 20px;
  height:98%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 33;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 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;
}
.photos .photo-head {
	position: relative;
}

.photos .photo-head img{
	height:100%;
	width:100%;
	text-align:center;
}

.photos .photo-content {
  padding: 12px 30px;
	text-align: center;
	position: relative;
	z-index: 33;
}

.photos .photo-content .caption {
  font-size: 1.2rem;
  margin-bottom: 3px;
  font-weight: 600;
  color: #004680;
}

.photos .photo-content .photographer {
	display: block;
	font-weight: 600;
	font-size: 1rem;
}

.photos .photo-content .business {
	display: block;
	font-weight: 500;
	font-size:1rem;
}

/* Slider Meta */
.photos .owl-controls {
	margin-top: 30px;
}
.photos .owl-controls .owl-nav div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 100%;
	color: #555;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
	margin: 0 10px 0 0;
}
.photos .owl-controls .owl-nav div:last-child{
	margin:0;
}
.photos .course-slider:hover .owl-controls .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.photos .owl-controls .owl-nav div:hover{
	border-color:transparent;
	color:#fff;
}
/* Archive */
.photos.archive .single-photo {
	margin: 30px 0 30px;
}

/*===============================
	Photo Contest CSS 
=================================*/