.shows-slider {
  width: 100%;
  margin: 0 auto;
}

.shows-slider .header {
  display:none;
}

.shows-slider a.viewall,
.shows-slider a.detail {
  color: #fff;
  font-weight:600;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  padding: 4px 20px;  
  border: 1px solid transparent;
  background: #252525;
  margin-bottom: 10px;
}

.upcoming_shows {
  margin: 30px 0;
}

.shows-slider .shows {
  height: 100%;
}

.shows-slider .show {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height:440px;
  margin: 5px 15px 20px;
  text-align: center;
  color:#004680;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

@media only screen and (min-width: 926px) and (max-width: 1256px) {
  .shows-slider .show {
     width: 40%;
     height:625px;
  }
}

@media only screen and (min-width: 545px) and (max-width: 925px) {
  .shows-slider .show {
    width: 34%;
    height:450px;
  }
}

@media only screen and (max-width: 545px) {
  .shows-slider .show {
    width: 29%;
    height:460px;
  }
}


.shows .name {
  color: #004680;
  margin: .25em;
  font-size: 1.1rem;
  padding: 0;
  font-weight:600;
}

.shows .date,
.shows .location {
  font-size: .9rem
  margin: 0 .25em;
  padding: 0;
  
}

.show .logo {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.show .logo img {
  height:auto;
  width:auto;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  padding-top:10px;
}

.show .logo .empty {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    height: 200px;
    width: 220px;
    background-color: #d9d9d9;
}

/* show-slider navigation */

.shows-slider div.left {
  float: left;
  height: 100%;
  padding: 0;
}

.shows-slider div.right {
  float: right;
  height: 100%;
  padding: 0;
}

.shows-slider .right .arrow,
.shows-slider .left .arrow {
  display: block;
  height: 45px;
  width: 50px;
  text-align: center;
  padding-top: 5px;
  margin-top: 135px;
  text-indent: -4000em;
  color: #fff;
  font-size: 1.75rem;
  opacity: 0.6;
  background: url(../png/arrows-wht.png_%3b%20filename_%3dutf-8%27%27arrows-wht04b0.png?versionId=5fsBrjS9PjtdU62MbqSzgKQDMpt6icl0) no-repeat 2px 0 #000000;
}

.shows-slider .left .arrow {
  display: block;
  background-position: -53px 0;
}

.shows-slider .right .arrow:hover,
.shows-slider .left .arrow:hover {
  cursor: pointer;
  opacity: 1;
}

.shows-slider .show.backend {
  display: none;
}.articlecontainer.tiles,
.freemarker.tiles {
  margin: 30px 0;
}

.tiles article,
.tiles .tile{
  display: inline-block;
  width: 220px;
  margin: 0 25px;
  text-align: center;
  color:#004680;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tiles article h4,
.tiles .tile h4 {
  font-size: 1rem;
  margin-bottom: 0.75em;
}

.tiles article h3,
.tiles article p:last-child {
  padding: 0 15px;
}

.tiles article p {
  margin: 0 0 0.5em;
}

.tiles .tile .info {
  padding: 10px 10px 15px; 
}

.tiles article h3,
.tiles .tile h3 {
  margin: 0;
}

/* specific to Judges */ 
.freemarker.tiles.judges {
  height: 425px;
  width: 80.25%;
}

.tiles .tile.judge {
  width: 200px;
  margin: 0 15px;
}

.tiles .tile.judge:first-child {
  margin-left: 0;
}

.tiles .tile.judge .photo {
  display: block;
  height: 200px;
  overflow: hidden;
}

.tiles .tile.judge h4 {
  height: 2.5em;
}

@media (min-width: 1240px) {
  .freemarker.tiles.judges {
    width: 85.25%;
  }
  .tiles .tile.judge {
    width: 200px;
    margin: 0 21px;
  }
}


/*specific to Winners */ 
.freemarker.tiles.fashion {
    width: 77%;
}

@media (min-width: 1240px) {
  .freemarker.tiles.fashion {
    width: 90%;
  }
}

.tiles .tile .shortdesc {
  font-weight: bold;
}

.tiles .tile.winner .photo {
  display: block;
  height: 190px;
  overflow: hidden;  
}


/* specific to Magazines */
.freemarker.tiles.backissues {
    width: 61%;
}

@media (min-width: 1240px) {
  .freemarker.tiles.backissues {
    width: 73%;
  }
}

.tiles .tile.backIssue {
  width: 175px;
  margin: 0 21px;
  position: relative;
}

.tile.backIssue a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.tiles .tile.backIssue .photo {
  display: block;
  height: 230px;
  overflow: hidden;
}

.backIssue h3 {
  font-size: 1.15rem;
}


/* scrolling styles for tiles */ 
.scroll.module {
  margin: 15px 0;
  position: relative;
}

.freemarker.tiles {
  overflow: hidden;
  position:relative;
  height: 340px;
  width: 80%;
  margin: 0 auto;
}

.freemarker.tiles.backissues {
  height: 300px;
}

.items {
  width:20000em;
  position:absolute;
  clear: both;
}

.tile {
  float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
  position: absolute;
  z-index: 50;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;  
  color: #fff;
  font-size: 1.75rem;
  opacity: 0.6;
  background: url(../png/arrows-wht.png_%3b%20filename_%3dutf-8%27%27arrows-wht04b0.png?versionId=5fsBrjS9PjtdU62MbqSzgKQDMpt6icl0) no-repeat 2px 0 #000000;
}

a.browse.prev.disabled,
a.browse.next.disabled {
  display: none;
}

a.browse.next span {
  display: block;
}

a.browse.prev {
  display: block;
  background-position: -53px 0;
}

a.browse:hover {
  cursor: pointer; 
  opacity: 1;
}

/* right */
a.right { 
  clear:right;
  margin-right: 0px; 
  right: 13px;
}

/* left */
a.left { 
  margin-left: 0px; 
  left: 13px;
}/* cup winners */

.cup-winners {
    background: url(../png/cuplaurel.png_%3b%20filename_%3dutf-8%27%27cuplaurel2db0.png?versionId=H.mVSKyj4RBv1CqgHN_Wohu1pSgqxOiR) no-repeat top center;
}

.cup-winners,
.cup-winners h3 {
    text-align: center;
}

.cup-winners h3,
.cup-winners h4 {
  padding-top: 70px;
  text-align: center;
}

.cup-winners table {
    color:#004680;
    display: inline-block;
    width: 100%;
  text-align:center;
  vertical-align: top;
}

@media (min-width: 1240px) {
  .cup-winners table {
    width: 49%;
  }
}

.cup-winners tr {
    border-bottom: none;
}

.cup-winners tr:nth-child(odd) {
    background-color: transparent;
}

.cup-winners td {
    padding: 1em;
}

.cup-winners table strong {
    color:#004680;
    text-transform: uppercase;
    font-size: 1.15rem;
}

.cup-winners table p {
    margin: 0;
    padding: 0;
}/*===============================
	Features CSS 
=================================*/
.features {	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0 90px;
}
.features .single-feature {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.features .icon-img {
	width: 150px;
	height: 150px;
	line-height: 80px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	left: 0;
	display: inline-block;
	overflow:hidden;
}
.features .icon-img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: 3;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.features .single-feature:hover .icon-img:before {
	opacity: 0.5;
}
.features .icon-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 1;
	visibility:visible;
}
.features .single-feature:hover .icon-img img{
	opacity:1;
	visibility:visible;
	transform:scale(1.2);
}

.features .feature-content .f-title a,
.features .feature-content .f-title {
	font-size: 18px;
  font-weight:700;
	margin: 15px 0;
	color: #fff;
    text-decoration:none;
}
.features .feature-content p {
	color: #ccc;
}
/*===============================
	End Features CSS 
=================================*/