article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  margin: 1em 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 1em 0 0 0;
}

h4 {
  margin: 1.33em 0;
}

h5 {
  margin: 1.67em 0;
}

h6 {
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.grid_1 {
  width: 6.5%;
}

/* 65px/1000px = 0.065px */
.grid_2 {
  width: 15%;
}

/* 150px/1000px =  0.15px */
.grid_3 {
  width: 23.5%;
}

/* 235px/1000px = 0.235px */
.grid_4 {
  width: 32%;
}

/* 320px/1000px = 0.32px */
.grid_5 {
  width: 40.5%;
}

/* 405px/1000px = 0.405px */
.grid_6 {
  width: 49%;
}

/* 490px/1000px = 0.49px */
.grid_7 {
  width: 57.5%;
}

/* 575px/1000px = 0.575px */
.grid_8 {
  width: 66%;
}

/* 660px/1000px = 0.66px */
.grid_9 {
  width: 74.5%;
}

/* 745px/1000px = 0.745px */
.grid_10 {
  width: 83%;
}

/* 830px/1000px = 0.83px */
.grid_11 {
  width: 91.5%;
}

/* 915px/1000px = 0.915px */
.grid_12 {
  width: 100%;
}

/* 1000px/1000px = 1 */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 0 2% 1% 0;
  float: left;
  display: block;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.container {
  width: 100%;
  /*width: 1000px;*/
  max-width: 1000px;
  margin: auto;
}

.container2 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .container {
    width: 96%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}
body {
  background: black;
  width: 100%;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 2, 2013 */
@font-face {
  font-family: 'decotechregular';
  src: url("../font/decotech-webfont.eot");
  src: url("../font/decotech-webfont.eot?#iefix") format("embedded-opentype"), url("../font/decotech-webfont.woff") format("woff"), url("../font/decotech-webfont.ttf") format("truetype"), url("../font/decotech-webfont.svg#decotechregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  color: red;
}

img {
  max-width: 100%;
}

p {
  color: #fff;
}

h2 {
  font-family: 'decotechregular';
  font-size: 40px;
  font-weight: normal;
  color: white;
}

.red {
  color: red;
}

.header-background {
  margin-bottom: 0;
  height: 112px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.new-line {
  margin-bottom: 0;
}

.header-social {
  float: right;
}

.social-media {
  padding: 15% 2% 4% 2%;
  float: right;
}

.menu {
  float: right;
}

#navlist {
  color: red;
  font-family: "decotechregular";
  font-size: 30px;
  margin: 0;
  padding-left: 0px;
}

#navlist ul, #navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist li {
  padding-left: 3%;
}

#navlist a:link, #navlist a:visited {
  text-decoration: none;
  color: red;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  border-bottom: 3px dashed red;
  padding-bottom: 3px;
  background: transparent;
  color: white;
}

#navlist a:hover {
  color: #fff;
}

.slideshow-background {
  background: url("../images/slideshow-reel-bg.png") center;
  height: 448px;
  position: relative;
  overflow-x: hidden;
}

.main-sponsor {
  padding: 3% 0;
  margin-left: auto;
  margin-right: auto;
}

.about-us {
  background: url("../images/about-us-fade-bg-thin.png");
  background-repeat: repeat-x;
  color: #fff;
  padding: 3%;
}

.about-us > p {
  font-family: 'arial';
  font-size: small;
  padding: 1% 5%;
  line-height: 160%;
}

.about-us h2 {
  text-decoration: underline;
}

.volunteers {
  background: url("../images/contact-us-fade-bg-thin.png") repeat-x;
}

.volunteer {
  padding: 3%;
  color: #fff;
  float: left;
}

.volunteer > p {
  font-family: 'arial';
  font-size: small;
  padding: 1% 5%;
  line-height: 160%;
}

.volunteer h2 {
  text-decoration: underline;
}

.contact-us {
  float: right;
  padding-top: 4%;
}

.contact-us h3 {
  font-family: 'decotechregular';
  font-size: 30px;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  color: red;
  margin-top: 0;
  padding: 3%;
}

.submissions {
  background: url("../images/call-for-entries-fade-bg-thin.png") repeat-x;
  text-align: center;
  padding-top: 2%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.submissions a {
  font-family: 'decotechregular';
  font-size: 25px;
}

.best-of {
  background: url("../images/best-of-fest-fade-bg-thin.png") repeat-x;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 2%;
  color: #fff;
  text-align: center;
}

.best-of h3 {
  font-family: 'decotechregular';
  font-size: 30px;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  color: red;
  margin-top: 0;
  padding: 1% 3% 3% 3%;
}

.best-of h4 {
  font-family: 'decotechregular';
  font-size: 21px;
  margin: 0;
  color: red;
}

.best-of h5 {
  font-family: 'arial';
  font-weight: bolder;
  font-size: .90em;
  margin: 1%;
}

.best-of p {
  font-family: 'arial';
  font-size: smaller;
  margin: 1%;
  line-height: 140%;
}

.reel-bit {
  background: url("../images/reel-bit.jpg") repeat-x center;
  height: 25px;
}

.film-maker-login {
  padding-top: 12px;
  padding-bottom: 12px;
  color: red;
}
.film-maker-login h3 {
  font-family: 'decotechregular';
  font-size: 30px;
  line-height: 1.5;
  color: white;
  margin-top: 0;
}

.form-input {
  float: left;
  padding-left: 10%;
  width: 80%;
}

.form-submit {
  position: relative;
  padding-right: 4%;
  float: right;
  width: 20%;
}
.form-submit input {
  position: absolute;
  bottom: 0;
  right: 0;
}

form {
  width: 80%;
  margin: 0 auto;
}

label, input {
  display: inline-block;
}

label {
  width: 30%;
  text-align: right;
}

label + input {
  width: 50%;
  margin: 0 10% 2% 4%;
}

input + input {
  float: right;
}

input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

.btn-link {
  margin: 0;
  padding: 0;
  border: 0;
  color: red;
  background: transparent;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -moz-user-select: text;
  text-transform: uppercase;
  font-family: 'decotechregular';
  font-size: 24px;
}

.btn-link:hover,
.btn-link:focus {
  color: #fff;
}

.btn-link::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.sponsorship-guide h3 {
  font-family: 'decotechregular';
  font-size: 30px;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  color: red;
  margin-top: 0;
  padding: 1% 3% 3% 3%;
}

.footer-sponsors {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-background {
    margin-bottom: 0;
    height: 112px;
    text-align: center;
  }

  .slideshow-background {
    background: none;
  }

  .volunteer {
    width: 45%;
  }

  .contact-us {
    width: 45%;
  }

  .vonlunteer-text {
    padding-right: 2%;
    padding-left: 2%;
  }

  .header-social {
    display: none;
  }

  .slider-left,
  .slider-right {
    display: none;
  }

  .form-input {
    padding-left: 0%;
  }

  .flex-direction-nav {
    display: none;
  }
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider a img {
  outline: none;
  border: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 3px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flexslider {
  position: relative;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.flex-container {
  margin-left: auto;
  margin-right: auto;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: -17px 0 0 0;
  width: 35px;
  height: 35px;
  top: 50%;
  cursor: pointer;
}

.flex-direction-nav a:before {
  display: block;
  position: absolute;
  content: '';
  width: 9px;
  height: 13px;
  top: 11px;
  left: 11px;
}

.flex-direction-nav a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 35px;
}

.flex-direction-nav .flex-next {
  right: -44px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
  left: -44px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before {
  background-position: -9px 0;
  left: 15px;
}

.flex-direction-nav .flex-prev:before {
  background-position: 0 0;
}

.flex-direction-nav .flex-next:after {
  right: 0;
}

.flex-direction-nav .flex-prev:after {
  left: 0;
}

.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: -40px;
  text-align: center;
  margin: 0 0 0 -10px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #b6b6b6 \9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
  -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
  box-shadow: inset 0 0 0 2px #b6b6b6;
}

.flex-control-paging li a.flex-active {
  background-color: #82d344;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
  background-image: -webkit-linear-gradient(top, #82d344, #51af34);
  background-image: -moz-linear-gradient(top, #82d344, #51af34);
  background-image: -o-linear-gradient(top, #82d344, #51af34);
  background-image: linear-gradient(to bottom, #82d344, #51af34);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.flexslider .slides p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 20px 3px;
  margin: 0;
  font-family: 'arial';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  color: white;
  background-color: #ff0000;
  background: rgba(255, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -moz-border-radius: 2px;
  -moz-border-bottom-left-radius: 22px;
  -moz-border-bottom-right-radius: 22px;
  border-radius: 2px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

@media only screen and (max-width: 767px) {
  .header-background {
    margin-bottom: 0px;
    height: 60px;
  }

  .flexslider .slides img {
    border: none;
  }
  
  .footer-logo {
      text-align: center;
  }
}
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
nav input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

nav label {
  display: none;
  cursor: pointer;
  user-select: none;
}

@media only screen and (min-width: 1024px) {
  nav[role="custom-dropdown"] label {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  nav[role="custom-dropdown"] label {
    display: none;
  }
  nav[role="custom-dropdown"] li {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  nav[role="custom-dropdown"] ul {
    display: none;
    height: 100%;
  }
  nav[role="custom-dropdown"] li {
    display: block;
  }
  nav[role="custom-dropdown"] a {
    font-size: 1.4em;
    line-height: 1.5;
    margin-right: 0;
  }
  nav[role="custom-dropdown"] label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 2.25em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
  }
  nav[role="custom-dropdown"] label:after {
    position: absolute;
    right: .25em;
    top: 0;
    content: "\2261";
    font-size: 3em;
    color: red;
    padding-left: 10%;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ label:after {
    color: #fff;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul {
    display: block;
  }
  nav[role="custom-dropdown"] input[type=checkbox]:checked ~ ul > li {
    width: 100%;
    opacity: .8;
    text-align: center;
  }

  nav li {
    display: block;
    float: left;
  }
}
