/**
 * CSS specific to the 30 Under 30 page
 */

.dark{ background-color: #222; }
.squish { margin: 0; padding: 96px 0; border: 0; }
.container { max-width: 1000px; margin: 0 auto; padding: 32px 12px; }
.partners img { margin: 0 15px 18px 0; }

h1, h2, h3 { font-family: 'oswald', sans-serif; font-weight: 400; line-height: 100%; }

.par30 { font-size: 14px; }

.text-darkgrey { color: #333; }
.text-gold { color: #b27900; }
.text-white { color: #fff; }
.text-lightgrey { color: #afaaa7; }
.text-midgrey { color: #888; }

.button30 { 
	background: #b27900; 
	font-family: 'oswald', sans-serif; 
	font-size: 2.15em;
	text-transform: uppercase; 
	color: #fff; 
	padding: 10px; 
	text-decoration: none; 
}
.button30:hover { color:#fff; text-decoration: underline; }

.button100 {
	background: #bdbdbd;
	font-family: 'Tinos', serif;
	font-size: 1.5em;
	color: #000;
	padding: 10px;
	font-style: italic;
	text-decoration: none;
}
.button100:hover { color:#000; background-color: #ccc; text-decoration: underline; } 

.buzz-link { font-family: 'Tinos', serif; font-size:22px; color:#b7b4b2; }
.buzz-link:hover { color:#b7b4b2; }

.archive { 
  margin: 32px 0 0 0; 
  color: #333; 
  font-size: 1.25em; 
  text-align: center; 
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #9f9f9f;
}
.archive > a { color: #b27900; font-size: 1.85em; }
.archive > a:hover { color: #b27900; text-decoration: underline; }

.archive-alt { 
	color: #afaaa7; 
	border-top: 1px solid #717171; 
	border-bottom: 1px solid #383838;
}
.archive-alt > a { font-size:1.45em; }

.sponsors > a { display: inline-block; padding:0 22px 19px 0; }
.top100header { 
	background: url("../images/top100/david_foster.jpg") no-repeat center;
}

@media (min-width: 965px) {
	.top100presenting { max-width: 40%; }
}

.winner-role {
	background-color: #000;
	color: #fff;
	padding: 4px;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2em;
}

.skew-up {    
	-ms-transform: skewY(1deg); /* IE 9 */
  -webkit-transform: skewY(1deg); /* Safari */
  transform: skewY(1deg); /* Standard syntax */
}

.skew-down {
	-ms-transform: skewY(-1deg); /* IE 9 */
  -webkit-transform: skewY(-1deg); /* Safari */
  transform: skewY(-1deg); /* Standard syntax */
}

.skew-correct { margin-top: -24px; }

.winner-grid {
 color: #fff;
}

.winbox {
  position:relative; 
  width:45%; 
  display:inline-block;
  margin:5px;
}
@media (min-width: 475px) {
	.winbox { width: 30%; } 
}
@media (min-width: 965px) {
	.winbox { width: 20%; }
}
@media (min-width: 1280px) {
	.winbox { width: 18%; max-height: 62px; overflow: hidden; }
}

.winbox-small {
  position:relative; 
  width:18%; 
  display:inline-block;
  margin: 0.2%;
}
/*
@media (min-width: 640px) {
	.winbox-small { width: 13.45%; } 
}
/*
@media (min-width: 924px) {
	.winbox-small { width: 13.8%; }
}
*/
@media (min-width: 768px) {
	.winbox-small { width: 9%; max-height: 62px; overflow: hidden; }
}

.winbox,.winbox-small > img {
	max-width: 100%;
}

.winbox-caption {
  background:rgba(0,0,0,0.4); 
  color:#b27900; 
  padding:5px; 
  position:absolute; 
  bottom:7px; 
  left:0; 
  z-index:999; 
  width:100%;
}

.profile-button { opacity: 0.5; }
.profile-button:hover { opacity: 1.0; }

.input30 { 
  width:100%; 
	max-width:100%; 
	border:1px solid #fff; 
	color:#fff; 
	background-color:#afaaa7; 
	padding:4px; 
	margin-bottom:16px; 
	box-sizing: border-box;
	display: block;
}

.input30::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1.0;
}
.input30::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1.0;
}
.input30:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1.0;
}
.input30:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1.0;
}

.arrow-left { display: inline-block; }
.arrow-left:after { 
	content:"PREV"; 
	vertical-align:top;
  background-color: #b27900;
  font-family: 'oswald', sans-serif;
  color: #fff;
  display:inline-block;
  padding:0.75em;
}
.arrow-left:hover:after { text-decoration: underline; }
.arrow-left:before {
	content:"";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom:1.5em solid transparent;
	border-right: 1.5em solid #b27900;
}

.arrow-right { display: inline-block; }
.arrow-right:before { 
	content:"NEXT"; 
	vertical-align:top;
  background-color: #b27900;
  font-family: 'oswald', sans-serif;
  color: #fff;
  display:inline-block;
  padding:0.75em;
}
.arrow-right:hover:before { text-decoration: underline; }
.arrow-right:after {
	content:"";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom:1.5em solid transparent;
	border-left: 1.5em solid #b27900;
}

.toptix {
  display: block;
  color: #fff;
  background: #d9004d;
  text-align: center;
  font-size: 1.75em;
  margin: 30px 17.5% 5px;
}
.toptix:hover {
  color: #fff;
  background: #d9004d;
}

