	/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}

/* Font-face
-------------------------------------------------- */
@font-face {
  font-family: 'oduda-bold';
  src: url('../fonts/oduda-bold-webfont.eot');
  src: url('../fonts/oduda-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/oduda-bold-webfont.woff2') format('woff2'),
       url('../fonts/oduda-bold-webfont.woff') format('woff'),
       url('../fonts/oduda-bold-webfont.ttf')  format('truetype'),
       url('../fonts/oduda-bold-webfont.svg#oduda-bold-webfont') format('svg');
}
@font-face {
	font-family: 'oduda-light';
	src: url('../fonts/oduda-light.eot');
	src: url('../fonts/oduda-light.eot?#iefix') format('embedded-opentype'),
             url('../fonts/oduda-light.woff2') format('woff2'),
	     url('../fonts/oduda-light.woff') format('woff'),
	     url('../fonts/oduda-light.ttf') format('truetype'),
	     url('../fonts/oduda-light.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'klavikalight';
  src: url('../fonts/klavikalight-plain-webfont.eot');
  src: url('../fonts/klavikalight-plain-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/klavikalight-plain-webfont.woff2') format('woff2'),
       url('../fonts/klavikalight-plain-webfont.woff') format('woff'),
       url('../fonts/klavikalight-plain-webfont.ttf')  format('truetype'),
       url('../fonts/klavikalight-plain-webfont.svg#klavikalight-plain-webfont') format('svg');
}
@font-face {
  font-family: 'klavikaregular';
  src: url('../fonts/klavikaregular-plain-webfont.woff2') format('woff2'),
       url('../fonts/klavikaregular-plain-webfont.woff') format('woff');
}

/* Global Styling */
body {
	color: #fff;
	font: 16px 'klavikaregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
}
h2,h3 {
	color: #fff;
	font-family: 'oduda-bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.container {
	padding: 0 15px;
}
.outer {

}

/* Header */
header {
	background: linear-gradient(-90deg, #4e3ecf 0%, #3687cf 100%);
	padding-bottom: 0px;
}
header .conffetti {
	background: url(../images/conffetti.png);
	background-size: cover;
}

h1.logo {
	background: url(../images/Logo-Pet.png) center no-repeat;
    -webkit-background-size: 190px;
    background-size: 190px;
    display: block;
    height: 155px;
    margin: 0 auto;
    padding-top: 25px;
    text-indent: -9999px;
}
div.winner {
	text-align: center;
}
div.winner p,
div.rank h2 {
	font-family: "oduda-bold";
	font-size: 36px;
	line-height: 40px;
}
div.winner p.name {
	font-family: "Oduda-Bold";
	font-size:48px;
	color:#f0bc42;
	text-shadow:0 2px 3px rgba(0,0,0,0.60);
	text-align:center;
	text-transform: uppercase;
	line-height: 50px;
}
div.winner-pic {
	background:#000000;
	border:5px solid #ffffff;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.50);
	width:260px;
	height:260px;
	border-radius:100%;
	margin: 0 auto;
	position: relative;
}
div.winner-pic img {
	width: 100%;
}
div.winner-pic .trophy {
	width: 130px;
	height: 171px;
	background: url(../images/trophy.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 93px;
    right: -33px;
}
.grandwinner-data {
	background:#d8d8d8;
	box-shadow:inset 0 -4px 6px 0 rgba(0,0,0,0.50);
	width:289px;
	height:155px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.grandwinner-data .box {
	background:#da9a52;
	box-shadow:0 2px 0 0 #ffffff, inset 0 1px 2px 0 rgba(0,0,0,0.40);
	border-radius:20px;
	width:247px;
	height:85px;
	position: absolute;
	bottom: 25px;
    left: 20px;
}
.grandwinner-data h4 {
	font-family:Oduda-Bold;
	font-size:30px;
	color:#F1F1F1;;
	text-shadow:0 1px 2px rgba(0,0,0,0.50);
	text-align:center;
	padding-top: 10px
}
div.winner-gallery {
	height: 175px;
	background: #333;
}
div.winner-gallery img {
	display: block;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	width: calc((100% - 32px) / 8);
	float: left;
}
.finalists {
	background: #333 url(../images/paw-pattern.png);
	background-size: 75%;
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}
.rank {
	max-width: 960px;
	margin: 0 auto 70px;
}
.row1 h2 {
	margin-bottom: 40px;
}

.rank h3 {
	font-family: Oduda-Bold;
	font-size:30px;
	color:#ffffff;
	text-shadow:0 2px 3px rgba(0,0,0,0.60);
	text-align:center;
	line-height: 59px;
	margin: 0 auto;
	box-shadow:0 2px 0 0 rgba(0,0,0,0.50), inset 0 1px 0 0 rgba(255,255,255,0.30);
	border-radius:30px;
	width:210px;
	height:59px;
	margin-bottom: 25px;
}
.row1 h3 {
	background:#3d62ac;
}
.row2 h3 {
	background:#38b007;
}
.row3 h3 {
	background:#e10909;
}

.outer-winners {
	width: calc(99% / 3);
	float: left;
}
.winners {
	width: 200px;
	position: relative;
	margin: 0 auto;
}
.winners img {
	background:#000000;
	border:5px solid #ffffff;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.50);
	border-radius:100px;
	width:200px;
	height:200px;
}
.winners .ribbon {
	width: 92px;
	height: 138px;
	background-size: cover !important;
	position: absolute;
	right: -48px;
    top: 85px;
    z-index: 8;
}
.winners.first.crit .ribbon {
	background: url(../images/crit-1.png) no-repeat center;
}
.winners.first.dog .ribbon {
	background: url(../images/dog-1.png) no-repeat center;
}
.winners.first.cat .ribbon {
	background: url(../images/cat-1.png) no-repeat center;
}

.winners.second.crit .ribbon {
	background: url(../images/crit-2.png) no-repeat center;
}
.winners.second.dog .ribbon {
	background: url(../images/dog-2.png) no-repeat center;
}
.winners.second.cat .ribbon {
	background: url(../images/cat-2.png) no-repeat center;
}

.winners.third.crit .ribbon {
	background: url(../images/crit-3.png) no-repeat center;
}
.winners.third.dog .ribbon {
	background: url(../images/dog-3.png) no-repeat center;
}
.winners.third.cat .ribbon {
	background: url(../images/cat-3.png) no-repeat center;
}

.winners .data {
	background:#7ed321;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.50), inset 0 -3px 0 0 rgba(0,0,0,0.40);
	border-radius:20px;
	width:214px;
	height:85px;
	margin-top: -10px;
    position: relative;
    z-index: 5;
}
.winners .data h4 {
	font-family:Oduda-Bold;
	font-size:30px;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0,0,0,0.60);
	text-align:center;
	padding-top: 12px;
	line-height: 25px;
}
.winners .data .owner,
.grandwinner-data .owner {
	font-family:Oduda-Bold;
	font-size:16px;
	color:#F1F1F1;;
	text-shadow:0 1px 2px rgba(0,0,0,0.50);
	text-align:center;
	line-height: 18px;
}
.winners .data .status,
.grandwinner-data .status {
	font-family:Oduda-Light;
	font-size:14px;
	color:#F1F1F1;;
	text-shadow:0 1px 2px rgba(0,0,0,0.50);
	text-align:center;
	line-height: 13px;
}

.row4, .row5 {
	max-width: 740px;
}
.row4 h4 {
	font-family:Oduda-Bold;
	font-size:24px;
	color:#ffffff;
	text-shadow:0 2px 3px rgba(0,0,0,0.60);
	text-align:center;
	margin-bottom: 30px;
}

div.lists {
	background:#323134;
	border:2px solid #8c84a4;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.20), inset 0 1px 1px 0 rgba(0,0,0,0.30);
	border-radius:5px;
	max-width:206px;
	/*height:432px;*/
	margin: 0 auto;
}
div.lists li.title {
	font-family:Oduda-Bold;
	font-size:18px;
	color:#f5a623;
	text-shadow:0 1px 2px rgba(0,0,0,0.60);
	text-align:center;
}
div.lists li {
	border-bottom: 2px solid #858486;
	height: 40px;
	line-height: 40px;
}
div.lists li:last-child {
	border-bottom: none;
}
div.lists li .pos {
	display: inline-block;
	width: 27%;
	font-family:Oduda-Bold;
	font-size:20px;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0,0,0,0.50);
	text-align:left;
	text-align: center;
}
div.lists li .name {
	display: inline-block;
	width: 70%;
	font-family:Oduda-Bold;
	font-size:16px;
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0,0,0,0.50);
	text-align:left;
}

.row5 {
	text-align: center;
	margin: 0 auto;
}
.row5 img {
	width: 100%;
	height: auto;
}

footer {
	background:#18181a;
	height:60px;
	font-family:klavikaregular;
	font-weight: bold;
	line-height: 60px;
	font-size:14px;
	color:#ffffff;
	letter-spacing:0;
	text-shadow:0 1px 3px rgba(0,0,0,0.50);
	text-align:center;
}
footer a br {
	display: none;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}

@media screen and (max-width: 500px) {
	.finalists {
		background-size: cover;
		padding-bottom: 0;
	}
	.outer-winners {
		width: 100%;
		padding-bottom: 50px;
	}
	div.winner-gallery {
		width: 100%;
		height: 182px;
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	div.winner-gallery .scroll {
		width: 1432px;
		overflow-x: visible;
	}
	div.winner-gallery img {
		width: 175px;
		height: 175px;
	}
	footer {
		padding-top: 16px;
	}
	footer a br {
		display: block;
	}
	footer a {
		line-height: 18px;
	}
	div.winner p, div.rank h2 {
		font-size: 28px;
		padding: 0 15px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}