@charset "UTF-8";
/* CSS Document */

/***** Reset & Basics *****/

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

body { background-color:#FFF; font-family: 'Open Sans', sans-serif; }

.content { width:750px; height:444px; overflow:hidden; }

.badge { display:block; margin: 0 auto; cursor:pointer; }

.contact-info { width:750px; height:444px; color:#FFF; color:#ed1b2f; font-size:26px; font-weight:300; text-transform:uppercase; vertical-align:middle; }
.contact-info p { display:table-cell; vertical-align:middle;  color:#FFF; color:#ed1b2f; font-size:36px; font-weight:300; text-transform:uppercase; padding-top:122px; }
.contact-info a { text-decoration:none; color:#ed1b2f; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.contact-info a:hover { text-decoration:none; color:#49b3d9; }
