/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   TYPE
   - Copy
   - Type Scale
   ========================================================================== */
/* Copy ========================================================================== */
.intro {
  font-size: 32px; }

blockquote {
  font-size: 32px; }

p {
  font-size: 20px; }

/* Type Scale
   ========================================================================== */
h1, .f1 {
  font-size: 64px; }

h2, .f2 {
  font-size: 48px; }

h3, .f3 {
  font-size: 32px; }

h4, .f4 {
  font-size: 24px; }

h5, .f5 {
  font-size: 20px; }

h6, .f6 {
  font-size: 16px; }

small, .small {
  font-size: 12px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Migra';
  src: url("../fonts/migraheavy-webfont.eot");
  src: url("../fonts/migraheavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/migraheavy-webfont.woff2") format("woff2"), url("../fonts/migraheavy-webfont.woff") format("woff"), url("../fonts/migraheavy-webfont.ttf") format("truetype"), url("../fonts/migraheavy-webfont.svg#MyriadProRegular") format("svg"); }
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Freight';
  src: url("../fonts/freightsans_black-webfont.eot");
  src: url("../fonts/freightsans_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/freightsans_black-webfont.woff2") format("woff2"), url("../fonts/freightsans_black-webfont.woff") format("woff"), url("../fonts/freightsans_black-webfont.ttf") format("truetype"), url("../fonts/freightsans_black-webfont.svg#freightsans_blackregular") format("svg"); }
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clear {
  clear: both;
  height: 0 !important;
  margin: 0 !important;
  font-size: 1px !important;
  line-height: 0 !important; }

.mobile-clear {
  clear: both;
  height: 0 !important;
  margin: 0 !important;
  font-size: 1px !important;
  line-height: 0 !important; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", sans-serif;
  background: #333; }

p {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333; }

.indent {
  margin-left: 20px; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding-bottom: 20px; }

ol {
  margin: 0;
  padding: 0; }

ol li {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding-bottom: 20px; }

ol.topgap, ul.topgap {
  margin-top: 20px; }

a {
  cursor: hand;
  cursor: pointer;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #333;
  text-decoration: none;
  outline: none; }

a:hover, a.active {
  text-decoration: underline;
  color: #333; }

h1 {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase; }

h3 {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase; }
.tripletwo h3 a, .quadthree h3 a
{
   font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;  
}  

h4 {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase; }

h5 {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase; }

.center {
  text-align: center; }

.main-container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto; }

.content-container {
  margin: 0;
  padding: 0;
  clear: both;
  width: 1200px;
  height: auto;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.column {
  display: block;
  float: left;
  box-sizing: border-box; }

.column.quad {
  width: 25%; }

.column.quadthree {
  width: 75%; }

.column.triple {
  width: 33.33%; }

.column.tripletwo {
  width: 66.66%; }

.column.double {
  width: 50%; }

.column.full {
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

input, textarea, select {
  color: #333; }

::-webkit-input-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

:placeholder-shown {
  color: #ccc; }

img {
  border: none;
  outline: none; }

img.full {
  width: 100%;
  height: auto; }

.video {
  margin-bottom: 30px; }

#mobile-button {
  display: block;
  width: 45px;
  height: 43px;
  position: absolute;
  right: 0px;
  top: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 105; }

#mobile-button span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-button span:nth-child(1) {
  top: 0px; }

#mobile-button span:nth-child(2),
#mobile-button span:nth-child(3) {
  top: 12px; }

#mobile-button span:nth-child(4) {
  top: 24px; }

#mobile-button.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%; }

#mobile-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-button.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

#mobile-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 97;
  width: 100%;
  height: 100%; }

#mobile-menu .menu-container {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 99px; }

#mobile-menu-bg {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 96;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#mobile-menu .column {
  padding-left: 10px;
  padding-right: 10px; }

#mobile-menu .menu {
  margin-bottom: 40px; }

#mobile-menu .menu h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #db2c27;
  padding-bottom: 5px;
  margin-bottom: 5px; }

#mobile-menu .menu a {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px; }

#search-wrap {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px; }

#search_input {
  width: 90%;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  height: 50px;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
  float: left; }

#search_input::-webkit-input-placeholder {
  padding-top: 3px; }

#search_input:-moz-placeholder {
  padding-top: 3px; }

#search_input::-moz-placeholder {
  padding-top: 3px; }

#search_input:-ms-input-placeholder {
  padding-top: 3px; }

#search_input:placeholder {
  padding-top: 3px; }

#search_submit {
  margin: 0;
  padding: 0;
  float: right;
  border: none;
  outline: none;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url("../images/main/search.png");
  background-size: 100px 50px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -9999px; }

#search_submit:hover {
  background-position: -50px 0px; }

#header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 59px;
  position: relative;
  background: #333;
  z-index: 99; }

#header a.logo {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 107px;
  height: auto;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
  margin-top: 12px; }

#header a.logo h1 {
  margin: 0;
  padding: 0;
  display: block;
  width: 107px;
  height: 35px;
  background-image: url("../images/main/logo-header.png");
  background-size: 107px 35px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px; }

ul.main-menu {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
  list-style-type: none;
  margin-top: 0px; }

ul.main-menu li {
  margin: 0;
  padding: 0;
  display: block;
  float: left; }

ul.main-menu li a {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: none;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box; }

.oldjc-dropdown {
  margin: 0;
  padding: 0;
  width: 250px;
  z-index: 2;
  position: absolute;
  display: block;
  margin-left: 107px; }

#oldjc-active {
  margin: 0;
  padding: 0;
  width: 250px;
  border: none;
  outline: none;
  color: #fff;
  background: #333;
  height: 59px;
  line-height: 59px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  background-image: url("../images/main/dropdown-arrow-white.png");
  background-size: 15px 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  cursor: hand;
  cursor: pointer;
  padding-left: 20px; }

#oldjc-active.active {
  background-image: url("../images/main/dropdown-arrow-white-active.png"); }

#oldjc-select {
  width: 100%;
  display: none;
  position: absolute;
  border: none;
  outline: none;
  background: #333;
  color: #fff;
  height: auto;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-top: 0px;
  z-index: 3; }

#oldjc-select .option {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  cursor: hand;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px; }

#oldjc-select .option:hover,
#oldjc-select .option.active {
  background: #000;
  color: #fff; }

#oldjc-select .option.last {
  padding-bottom: 5px; }

#main-page-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 0px; }

#footer {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  background: #333;
  padding-top: 70px;
  padding-bottom: 70px; }

#footer .half {
  width: 50%;
  float: left; }

#footer a.logo {
  margin: 0;
  padding: 0;
  display: block;
  width: 180px;
  height: auto; }

#footer a.logo h1 {
  margin: 0;
  padding: 0;
  display: block;
  width: 180px;
  height: 59px;
  background-image: url("../images/main/logo-footer.png");
  background-size: 180px 59px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px; }

#footer p {
  width: 100%;
  color: #fff;
  margin-top: 35px;
  line-height: 24px; }

#footer p.contact-details {
  margin-top: 0px;
  padding-left: 35%; }

#footer p.contact-details a {
  color: #fff;
  line-height: 24px; }

#footer p.last {
  margin-top: 25px; }

#footer p a {
  color: #fff; }

#footer ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%; }

#footer ul.footer-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  line-height: 24px;
  text-align: right; }

#footer ul.footer-menu li a {
  width: 100%;
  color: #fff;
  line-height: 24px;
  text-align: right; }

#footer ul.footer-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  padding-top: 25px; }

#footer ul.footer-social li {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  float: right;
  display: block;
  margin-left: 10px; }

#footer ul.footer-social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-size: 60px 30px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

#footer ul.footer-social li a:hover {
  background-position: -30px 0px; }

#footer ul.footer-social li a.twitter {
  background-image: url("../images/main/social-twitter.png"); }

#footer ul.footer-social li a.facebook {
  background-image: url("../images/main/social-facebook.png"); }

.content-container.hometop {
  padding-top: 30px;
  padding-bottom: 30px; }

.content-container.hometop h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px; }

.content-container.hometop h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.content-container.hometop h4 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px; }

#homepageDisplay {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative; }

#homepageDisplay .item {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#homepageDisplay .item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block; }

#homepageDisplay .item.main {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#homepageDisplay .item.sub {
  width: 25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.content-container.home h1 {
  margin: 0;
  padding: 0; }

.sidebar {
  padding-left: 50px; }

.awesome-logo {
  width: 48%;
  display: block;
  margin-bottom: 30px; }

.awesome-logo img {
  width: 100%;
  height: auto;
  display: block; }

.awesome-logo.left {
  float: left; }

.awesome-logo.right {
  float: right; }

.awesome-logo.full {
  width: 100%; }

.output-display {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.output-display img {
  width: 100%;
  height: auto;
  display: block; }

.facebookbox {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; }

.twitterbox {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; }

.news {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.news.last {
  border-bottom: none; }

.default-page .news p:first-of-type {
  margin-top: 0px;
  padding-top: 0px; }

.news h1, .news h2, .news h3, .news h4,
.news h5, .news h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.round {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }

.round.final {
  padding-bottom: 0px;
  margin-bottom: 50px; }

.round .content {
  width: 65%;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 10px 10px 79px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 10px 10px 79px 0px rgba(0, 0, 0, 0.43);
  box-shadow: inset 10px 10px 79px 0px rgba(0, 0, 0, 0.43); }

.round .content h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2vw;
  line-height: 2.5vw;
  text-align: center;
  width: 100%; }

.round .content .number {
  margin: 0;
  padding: 0;
  font-size: 3.8vw;
  line-height: 3.8vw;
  text-align: right;
  width: 100%;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.3vw;
  padding-right: 0.3vw;
  color: #333; }

.round .content p {
  margin: 0;
  padding: 0; }

.round .content p.strong {
  font-weight: bold;
  margin-top: 2px; }

.round .point {
  width: 35%;
  height: 1000px;
  position: absolute;
  right: 0px;
  z-index: 2;
  background-image: url("../images/main/round-line.png");
  background-size: 34%;
  background-position: center top;
  background-repeat: no-repeat; }
.round .point1 {
  width: 35%;
  height: 1000px;
  position: absolute;
  right: 0px;
  z-index: 2;
  background-image: url("../images/main/round-line1.png");
  background-size: 34%;
  background-position: center top;
  background-repeat: no-repeat; }  

.round.active .point {
  background-image: url("../images/main/round-line-active.png"); }

.round .point-bottom {
  width: 35%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3; }

.round .point-bottom img {
  width: 34%;
  margin-left: 33%;
  height: auto;
  display: block; }

.main-sidebar {
  padding-top: 30px; }

.middle-main-column {
  padding-top: 30px;
  padding-right: 30px; }

.middle-main-column h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px; }

.middle-main-column h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

#statsSection {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px; }

#statsSection .round-display {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 22%;
  margin-right: 3%; }

#statsSection .round-display img {
  width: 100%;
  height: auto; }

#statsSection .competitorNumbers {
  width: 25%;
  float: right; }

#statsSection .competitorNumbers .graphic {
  width: 100%; }

#statsSection .competitorNumbers .graphic img {
  width: 100%;
  height: auto; }

#statsSection .competitorNumbers h1 {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 84px;
  letter-spacing: -3px;
  margin-top: 17px;
  color: #de291e;
  text-transform: uppercase; }

#statsSection .competitorNumbers .graphic-text {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 4px; }

#statsSection .competitorNumbers .graphic-text img {
  width: 95%;
  height: auto; }

.main-countdown {
  margin: 0 auto;
  width: 47%;
  float: left;
  margin-top: 2.5%; }

.main-countdown p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  color: #de291e;
  text-transform: uppercase;
  padding-bottom: 10px; }

.main-countdown .countdown-container {
  height: 130px; }

.main-countdown .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 18.5%;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.main-countdown .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-size: 2.4em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat; }

.main-countdown .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.main-countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.main-countdown .label {
  font-size: 10px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%; }

/* Animation start */
.main-countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.main-countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.main-countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.main-countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.forgotten-password-login-form {
  display: block;
  float: right;
  margin-top: 30px; }

p.accept {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px; }

p.accept a {
  font-size: 14px;
  line-height: 14px; }

p.djicon container {
  margin: 0;
  padding: 0;
  width: 100%; }

div.djicon.name {
  margin: 0;
  padding: 0;
  float: left;
  width: 200px;
  height: 20px;
  margin-right: 10px; }

a.djicon {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 7px;
  text-indent: -9999px;
  background-size: 40px 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

a.djicon:hover {
  background-position: -20px 0px; }

a.djicon.twitter {
  background-image: url("../images/main/djicon-twitter.png"); }

a.djicon.facebook {
  background-image: url("../images/main/djicon-facebook.png"); }

a.djicon.website {
  background-image: url("../images/main/djicon-website.png"); }

a.djicon.instagram {
  background-image: url("../images/main/djicon-instagram.png"); }

a.djicon.soundcloud {
  background-image: url("../images/main/djicon-soundcloud.png"); }

a.djicon.youtube {
  background-image: url("../images/main/djicon-youtube.png"); }

a.djicon.mixcloud {
  background-image: url("../images/main/djicon-mixcloud.png"); }

#contactForm {
  padding-top: 10px;
  padding-bottom: 20px; }

.textinput {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  outline: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px; }

.textinput.half {
  width: 48%; }

.textinput.cp {
  display: none !important; }

input.textinput {
  height: 50px; }

select.textinput {
  height: 50px; }

input.submit {
  width: auto;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  color: #fff;
  background: #333;
  letter-spacing: 1px; }

input.submit:hover {
  background: #000; }

a.contact-email-center {
  width: 100%;
  font-size: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
  margin-top: 10px; }

.alert-box {
  width: 100%;
  height: auto;
  min-height: 50px;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px; }

.alert-box.err {
  background: #db2c27; }

.alert-box.success {
  background: #009933; }

.g-recaptcha {
  margin-bottom: 20px; }

a.submit {
  width: auto;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  color: #fff;
  background: #333;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 30px; }

a.submit:hover {
  background: #000;
  text-decoration: none; }

textarea.textinput {
  height: 200px; }

img.sponsor-image-main {
  width: 238px;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

img.sponsor-image-sub {
  width: 100%;
  height: auto; }

img.full-product {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.sponsor-list {
  padding-left: 30px; }

ul.product-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.product-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

ul.product-list li:last-of-type {
  border-bottom: none; }

ul.product-list li a.thumbnail {
  width: 25%;
  float: left;
  display: block; }

ul.product-list li a.thumbnail img {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

ul.product-list li .innerentry {
  width: 75%;
  float: left;
  padding-left: 30px; }

ul.product-list li .innerentry h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 10px; }

ul.product-list li .innerentry h3 a {
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px; }

ul.product-list li .innerentry .linkage {
  margin-top: 10px;
  margin-bottom: 15px; }

ul.product-list li .innerentry .linkage a {
  font-weight: bold; }

img.profile-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

img.profile-image.edit {
  margin-top: 10px; }

.account-listing {
  padding-left: 30px;
  margin-top: 30px; }

.account-listing h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  width: 100%; }

.account-listing p {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 20px; }

.account-listing .half {
  width: 50%;
  float: left; }

.account-listing .full {
  width: 100%;
  float: left; }

h2.minibottomgap {
  padding-bottom: 10px; }

/* Upload Modal Global */
.upload-modal {
  background: #d1d0d0;
  padding: 10px;
  max-width: 620px;
  margin: 40px auto;
  position: relative; }

#icfupload {
  width: 100%;
  margin-top: 20px; }

#videoEntryContainer {
  display: none; }

#videoEntryContainer.active {
  display: block; }

.video {
  width: 100%; }

.video .video-form {
  width: 66.66%;
  float: right;
  padding-left: 30px; }

.video .video-preview {
  width: 33.33%;
  float: left; }

.video #videoPreview {
  width: 100%;
  height: auto; }

.video-head {
  padding-bottom: 10px; }

.video-flag {
  width: 115px;
  float: left; }

.video-flag img {
  width: 85px;
  height: 53px;
  border: 1px solid #999; }

.video-title {
  width: 86%;
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
  float: left; }

.entry-listing {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 20px; }

.entry-listing .entry {
  width: 33.33%;
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 30px; }

.entry-listing .entry:nth-child(3n) {
  margin-right: 0px; }

.entry-listing .entry:nth-child(3n+1) {
  clear: left; }

.entry-listing .entry:hover {
  text-decoration: none; }

.entry-listing .entry .image {
  width: 100%;
  height: 160px;
  background-color: #000;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.entry-listing .entry h4 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.entry-listing .entry h5 {
  margin: 0;
  padding: 0;
  padding-bottom: 5px; }

.entry-listing .entry .entry-video-view {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px; }

.entry-listing .entry-video-flag {
  margin: 0;
  padding: 0;
  width: 21px;
  height: 15px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: -5px;
  float: left; }

.entry-listing .entry-video-name {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px; }

.stars {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px; }

.stars .star {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../images/main/voting-star.png");
  background-size: 100px 50px;
  background-position: 0px 0px;
  background-repeat: no-repeat; }

.stars .star.active, .stars .star.hover {
  background-position: -50px 0px; }

a.submit.vote {
  margin-left: 30px;
  float: left; }

a.submit.vote.logout {
  margin-left: 0px;
  margin-top: 15px; }

.stars.voting .star {
  cursor: hand;
  cursor: pointer; }

.votethanks {
  width: auto;
  display: block;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin-left: 20px;
  color: #333;
  float: left; }

.votethanks.hidden {
  display: none; }

.voteloader {
  display: none;
  float: left;
  margin-left: 20px;
  width: 262px;
  height: 50px;
  background-image: url("../images/main/vote-loader.gif");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat; }

#votealert {
  display: none; }

a.confirm.vote {
  width: auto;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: #009933;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 30px; }

a.confirm.vote:hover {
  background: #01842d;
  text-decoration: none; }

a.confirm.vote.cancel {
  background: #db2c27; }

a.confirm.vote.cancel:hover {
  background: #c22824; }

p.votethankscopy.hidden {
  display: none; }

/* Styles for dialog window */
#vote-modal {
  margin: 0;
  padding: 0;
  background: white;
  padding: 10px;
  text-align: left;
  width: 600px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 599px) {
  #vote-modal {
    margin: 0;
    padding: 0;
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 0px; }

  .my-mfp-zoom-in, .zoom-anim-dialog {
    margin: 0;
    padding: 0; } }
a.cta-enter {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 20px;
  height: auto;
  line-height: 50px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: #333;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px; }

a.cta-enter:hover {
  background: #000;
  text-decoration: none; }

a.cta-enter.sidebar {
  padding-top: 20px;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 20px;
  text-align: center; }

.pagination {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px; }

.pagination.listing {
  margin-top: -30px; }

.pagination ul {
  width: 100%;
  height: auto;
  list-style-type: none;
  text-align: center; }

.pagination ul li {
  width: auto;
  height: 25px;
  display: inline-block; }

.pagination ul li a {
  line-height: 26px;
  font-size: 26px;
  width: auto;
  height: 26px;
  display: block;
  font-weight: bold;
  font-family: "Migra", "Helvetica", "Arial", sans-serif; }

.pagination ul li a.current {
  text-decoration: underline; }

.pagination ul li a:hover {
  color: #000; }

.pagination ul li span {
  line-height: 26px;
  font-size: 26px;
  width: auto;
  height: 26px;
  display: block;
  font-weight: bold;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  color: #333; }

h2.bottomborder {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 20px; }

.entry-listing .listentry {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc; }

.entry-listing .listentry:hover {
  text-decoration: none; }

.entry-listing .listentry .image {
  float: left;
  width: 140px;
  height: 100px;
  margin-left: 10px;
  background-color: #000;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.entry-listing .listentry .content {
  float: left;
  display: block;
  margin-left: 20px;
  width: 80%;
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px); }

.entry-listing .listentry h4 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.entry-listing .listentry h5 {
  margin: 0;
  padding: 0;
  padding-bottom: 5px; }

.entry-listing .listentry .entry-video-view {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px; }

.entry-listing .listentry .placing {
  width: 100px;
  height: 100px;
  float: left;
  background-image: url("../images/main/blue-circle.png");
  background-size: 80px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 28px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-family: "Migra", "Helvetica", "Arial", sans-serif; }

.full-width-top-border {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 60px; }

a.cta-leaderboard {
  width: 50%;
  text-align: center;
  display: block;
  font-size: 20px;
  height: auto;
  line-height: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Migra", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background: #333;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto; }

a.cta-leaderboard:hover {
  background: #000;
  text-decoration: none; }

.post-comment {
  margin-top: 30px; }

#commentPostForm {
  margin-top: 20px; }

#commentalert {
  display: none; }

.commentloader {
  display: none;
  width: 100%;
  height: 50px;
  background-image: url("../images/main/vote-loader.gif");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat; }

.commentloader.active {
  display: block; }

#commentsuccess {
  display: none; }

#commentList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  word-wrap: break-word; }

#commentList li {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

#commentList li .image {
  width: 80px;
  display: block;
  float: left; }

#commentList li .image img {
  width: 100%;
  height: auto; }

#commentList li .content {
  width: 85%;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  display: block;
  float: right;
  padding-left: 20px; }

#commentList li .content h4 {
  margin: 0;
  padding: 0; }

#commentList li .content h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-bottom: 3px; }

#commentList li .content h6 a {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold; }

#commentList li .content p {
  margin: 0;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px; }

#commentList .deleteCommentButton {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: #db2c27;
  margin-bottom: 10px; }

#commentList .deleteCommentButton:hover {
  background: #c22824; }

#commentList .editCommentButton {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  margin-bottom: 10px; }

#sponsor-widget {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

#current-round-widget {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

#current-round-widget h3 {
  margin: 0;
  padding: 0; }

#current-round-widget h5 {
  margin: 0;
  padding: 0;
  font-size: 14px; }

#current-round-widget .content {
  margin-top: 20px; }

#current-round-widget .widget-image {
  width: 40%;
  max-width: 170px;
  float: left; }

#current-round-widget .widget-image img {
  width: 100%;
  height: auto;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

#current-round-widget .widget-stats {
  margin-left: 5%;
  width: 55%;
  float: left; }

#current-round-widget .widget-stats h4 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #2babe2; }

#current-round-widget .widget-stats img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

a.cta-leaderboard.sidebar {
  width: 100%;
  margin-top: 20px; }

/* ------------------------------------------------------------ */
/*            Digicution Simple Twitter CSS Template            */
/* ------------------------------------------------------------ */
/* Twitter Header Container */
div.dt-twitter-header {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 2px; }

/* Twitter Follow Button */
.twitter-follow-button {
  display: block !important;
  width: 70px !important;
  float: right !important;
  margin-top: 3px !important; }

/* Header Follow Link (Not Button) */
a.dt-twitter-header-follow {
  width: 70px;
  float: right; }

/* Twitter UL Container */
ul.dt-twitter {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Twitter LI Items (Single Tweets) */
ul.dt-twitter li {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

/* Tweet Avatar Link & Img Styling */
a.dt-twitter-avatar-link {
  float: left;
  width: 50px; }

img.dt-twitter-avatar {
  width: 50px;
  height: auto; }

/* Tweet Styling */
.dt-twitter-fullname {
  display: block;
  float: right;
  margin-top: 10px;
  width: 90%;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px); }

div.dt-twitter-fullname a {
  font-weight: bold; }

.dt-twitter-screenname {
  display: block;
  float: right;
  margin-top: -2px !important;
  width: 90%;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px); }

div.dt-twitter-screenname a {
  font-size: 12px !important;
  line-height: 14px !important; }

.dt-twitter-readdate {
  display: block;
  float: left;
  margin-top: -4px !important; }

div.dt-twitter-readdate a {
  font-size: 12px !important;
  line-height: 14px !important; }

div.dt-twitter-tweetbody {
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px; }

div.dt-twitter-tweetbody a {
  font-size: 14px;
  line-height: 16px; }

/* New Media Image CSS */
a.dt-twitter-media-image {
  display: block;
  width: 100%;
  height: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-size: cover;
  background-position: top center; }

.dt-twitter-icon-reply {
  color: #333;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 15px; }

.dt-twitter-icon-reply:hover {
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 15px; }

.dt-twitter-icon-retweet {
  color: #333;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 15px; }

.dt-twitter-icon-retweet:hover {
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 15px; }

.dt-twitter-icon-favourite {
  color: #333;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 15px; }

.dt-twitter-icon-favourite:hover {
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 15px; }

.dt-twitter-icon-expand {
  color: #333;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin-top: 10px; }

.dt-twitter-icon-expand:hover {
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 15px; }
.upl_bt {
	margin-left: 0px !important;
	display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header a.logo h1 {
    background-image: url("../images/main/logo-header-retina.png"); }

  #footer a.logo h1 {
    background-image: url("../images/main/logo-footer-retina.png"); }

  #oldjc-active {
    background-image: url("../images/main/dropdown-arrow-white-retina.png"); }

  #oldjc-active.active {
    background-image: url("../images/main/dropdown-arrow-white-active-retina.png"); }

  #footer ul.footer-social li a.twitter {
    background-image: url("../images/main/social-twitter-retina.png"); }

  #footer ul.footer-social li a.facebook {
    background-image: url("../images/main/social-facebook-retina.png"); }

  #search_submit {
    background-image: url("../images/main/search-retina.png"); }

  a.djicon.twitter {
    background-image: url("../images/main/djicon-twitter-retina.png"); }

  a.djicon.facebook {
    background-image: url("../images/main/djicon-facebook-retina.png"); }

  a.djicon.website {
    background-image: url("../images/main/djicon-website-retina.png"); }

  a.djicon.instagram {
    background-image: url("../images/main/djicon-instagram-retina.png"); }

  a.djicon.soundcloud {
    background-image: url("../images/main/djicon-soundcloud-retina.png"); }

  a.djicon.youtube {
    background-image: url("../images/main/djicon-youtube-retina.png"); }

  a.djicon.mixcloud {
    background-image: url("../images/main/djicon-mixcloud-retina.png"); } }
@media only screen and (max-width: 549px) {
  .content-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }

  ul.main-menu {
    display: none; }

  #mobile-button {
    display: block;
    right: 20px; }

  h1 {
    font-size: 36px;
    line-height: 36px; }

  h2 {
    font-size: 32px;
    line-height: 34px; }

  h3 {
    font-size: 22px;
    line-height: 24px; }

  h4 {
    font-size: 20px;
    line-height: 22px; }

  #footer .half {
    width: 100%; }

  #footer ul.footer-menu li {
    text-align: left; }

  #footer ul.footer-menu li a {
    text-align: left; }

  #footer ul.footer-social li {
    float: left;
    margin-left: 0px;
    margin-right: 10px; }

  .column.quad {
    width: 100%; }

  .column.triple {
    width: 100%; }

  .column.double {
    width: 100%; }

  .column.tripletwo {
    width: 100%; }

  .column.quadthree {
    width: 100%; }

  #homepageDisplay .item.main {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    float: none; }

  #homepageDisplay .item.sub {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    float: none; }

  .awesome-logo {
    width: 100%;
    margin-top: 30px; }

  .awesome-logo img {
    width: 60%;
    margin-left: 20%; }

  .awesome-logo.left {
    margin-bottom: 30px; }

  .sidebar {
    padding-left: 0px; }

  .textinput {
    font-size: 18px; }

  input.submit {
    width: 100%; }

  .textinput.half {
    width: 100%; }

  #statsSection .competitorNumbers h1 {
    font-size: 15vw;
    margin-top: 3.5vw; }

  #roundsDesktop {
    display: none; }

  #statsSection {
    width: 100%;
    float: left;
    display: block; }

  #mainMiddleColumn {
    width: 100%;
    float: left;
    display: block;
    padding-right: 0px; }

  #mainSideBar {
    width: 100%;
    float: left;
    display: block; }

  #statsSection .competitorNumbers {
    width: 47%; }

  #statsSection .round-display {
    width: 47%;
    margin-right: 0px; }

  .main-countdown {
    width: 100%;
    margin-top: 30px; }

  .main-countdown p {
    font-size: 16px; }

  .main-countdown .time {
    height: 60px;
    width: 18%; }

  .main-countdown .count {
    font-size: 1.5em;
    line-height: 60px; }

  .main-countdown .label {
    top: 60px; }

  .main-countdown .countdown-container {
    height: 95px; }

  #oldjc-comp-selector {
    display: none; }

  ul.product-list li a.thumbnail {
    width: 100%; }

  ul.product-list li .innerentry {
    width: 100%;
    padding-left: 0px; }

  .entry-listing .entry {
    width: 100%;
    float: left;
    display: block;
    margin-right: 0px;
    margin-bottom: 30px; }

  .entry-listing .entry:nth-child(3n) {
    margin-right: 0px; }

  .entry-listing .entry:nth-child(3n+1) {
    clear: none; }

  .entry-listing .entry:nth-child(2n) {
    margin-right: 0px; }

  .entry-listing .entry:nth-child(2n+1) {
    clear: none; }

  .entry-listing .listentry .placing {
    width: 100%; }

  .entry-listing .listentry .image {
    width: 100%;
    height: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px; }

  .entry-listing .listentry .content {
    width: 100%;
    margin-left: 0px; }

  a.cta-leaderboard {
    width: 100%; }

  .full-width-top-border {
    border-top: none;
    padding-top: 0px; }

  #commentList li .image {
    width: 50px; }

  #commentList li .content {
    width: 85%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px); } }
@media only screen and (min-width: 550px) and (max-width: 749px) {
  .content-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }

  ul.main-menu {
    display: none; }

  #mobile-button {
    display: block;
    right: 20px; }

  .column.quad {
    width: 50%; }

  .column.triple {
    width: 100%; }

  .column.double {
    width: 100%; }

  .column.tripletwo {
    width: 100%; }

  .column.quadthree {
    width: 100%; }

  #homepageDisplay .item.main {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    float: none; }

  #homepageDisplay .item.sub {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    float: none; }

  .awesome-logo {
    width: 45%;
    margin-top: 30px; }

  .sidebar {
    padding-left: 0px; }

  .output-display img {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  #statsSection .competitorNumbers h1 {
    font-size: 9vw;
    margin-top: 0.9vw; }

  #roundsDesktop {
    display: none; }

  #statsSection {
    width: 100%;
    float: left;
    display: block; }

  #mainMiddleColumn {
    width: 100%;
    float: left;
    display: block;
    padding-right: 0px; }

  #mainSideBar {
    width: 100%;
    float: left;
    display: block; }

  .main-countdown p {
    font-size: 16px; }

  .main-countdown .time {
    height: 60px;
    width: 17%; }

  .main-countdown .count {
    font-size: 1.5em;
    line-height: 60px; }

  .main-countdown .label {
    top: 60px; }

  .main-countdown .countdown-container {
    height: 95px; }

  .entry-listing .entry {
    width: 50%;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
    display: block;
    margin-right: 30px;
    margin-bottom: 30px; }

  .entry-listing .entry:nth-child(3n) {
    margin-right: 30px; }

  .entry-listing .entry:nth-child(3n+1) {
    clear: none; }

  .entry-listing .entry:nth-child(2n) {
    margin-right: 0px; }

  .entry-listing .entry:nth-child(2n+1) {
    clear: left; }

  a.cta-leaderboard {
    width: 100%; }

  .full-width-top-border {
    border-top: none;
    padding-top: 0px; } }
@media only screen and (min-width: 750px) and (max-width: 959px) {
  .content-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }

  ul.main-menu {
    display: none; }

  #mobile-button {
    display: block;
    right: 20px; }

  .awesome-logo {
    width: 100%; }

  .awesome-logo.left {
    margin-bottom: 30px; }

  #statsSection .competitorNumbers h1 {
    font-size: 9vw;
    margin-top: 1.7vw; }

  #roundsDesktop {
    display: none; }

  #statsSection {
    width: 100%;
    float: left;
    display: block; }

  #mainMiddleColumn {
    width: 75%;
    float: left;
    display: block; }

  .entry-listing .entry {
    width: 50%;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
    display: block;
    margin-right: 30px;
    margin-bottom: 30px; }

  .entry-listing .entry:nth-child(3n) {
    margin-right: 30px; }

  .entry-listing .entry:nth-child(3n+1) {
    clear: none; }

  .entry-listing .entry:nth-child(2n) {
    margin-right: 0px; }

  .entry-listing .entry:nth-child(2n+1) {
    clear: left; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #mobile-button {
    right: 20px; }

  .content-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; }

  #statsSection .competitorNumbers h1 {
    font-size: 6vw;
    margin-top: 1.1vw; } }
	
.upl_bt {
	background-color: #333333;
	padding: 10px 20px;
	margin-left: 10px;
	border-radius: 5px;
	color: #FFF !important;
	text-decoration: none;
}
.upl_bt:hover {
	background-color: #000000;
	text-decoration: none;
}
