/*===============================
	Photo Contest CSS 
=================================*/
.photos {
	background: #fff;
}
.photos .photos-slider{
	margin-top:50px;
}
.photos .single-photo {
	position: relative;
	margin-bottom: 30px;
}
.photos .photo-head {
	position: relative;
}

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

.photos .photo-content {
	background: rgba(255, 255, 255, 0.9);
	padding: 12px 30px;
	text-align: center;
	position: relative;

	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;
}

.issue {
  margin-bottom: 3px;
  font-size: 1.25rem;
  padding-bottom: 2em;
  font-weight: 700;
  color: #004680;
}


/* 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 
=================================*/.panel {
  display:block;
  position:relative;
  margin-bottom: 1.25em;
  background: #c41230;
}

.year {
  transform: rotate(-90deg);
  vertical-align:top;
  margin-top: 25px;
  display: inline-block;
}

.tile {
  position:relative;
  display:inline-block;
  margin: 10px 6px;
}

.year h2 {
  font-size: 1.5rem;
  color:#ffffff;
}

.tile img {
  display: block;
  max-width: 60px;
  height:auto;
  padding-top: .25em;
}


@media (min-width: 1240px) {
  .tile img {max-width: 190px;}
  .year {margin-top: 80px;}
  .year h2 {font-size: 2.25rem;}
}


.mag-table table {
  float:left;
  position:relative;

}

td.mag-table {
  border:none;
  border-spacing: .25em;
}

.mag-table h2 {
  font-size: 2.25rem;
  color:#ffffff;
}

.mag-table h3 {
  font-size: 1rem;
  color:#ffffff;
}

.vertical-text {
  transform: rotate(-90deg);
  text-align: center;
  vertical-align: middle;
  border-spacing:.25em;
}

.mag-table img {
  margin-left:1em;
  max-width:175px;

}
.mag-table tr {
  border-spacing:1em;
}
.mag-table td {
  vertical-align:center;
}