@charset "UTF-8";
.__image-replace {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.__clearfix {
  zoom: 1;
}
.__clearfix:before, .__clearfix:after {
  content: "";
  display: table;
}
.__clearfix:after {
  clear: both;
}

.__inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*= @group RESET
---------------------------------------------------------------------- */
/*
  Based on normalize.css
  http://html5boilerplate.com/docs/The-style/
  http://necolas.github.com/normalize.css/
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow: scroll;
}

body {
  margin: 0;
}

/* Selections */
/* Must be declared separately */
::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

/*= @group TYPOGRAPHY
---------------------------------------------------------------------- */
/* Default context. This is ~= 16px over 21px line-height  */
/* Change these values to suit your chosen typefaces */
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/
body {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.5em;
}

.tiny {
  /* 11px / 18px */
  font-size: 0.688em;
  line-height: 1.5em;
}

.smaller {
  /* 12px / 18px */
  font-size: 0.75em;
  line-height: 1.375em;
}

.small {
  /* 13px / 18px */
  font-size: 0.813em;
  line-height: 1.269em;
}

.normal {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.375em;
  /* 24 */
}

.large {
  /* 26 / 36px */
  font-size: 1.625em;
  line-height: 1.269em;
}

.huge, .ie h1 {
  /* 42px / 48px */
  font-size: 2.625em;
  line-height: 1.048em;
}

.massive {
  /* 68px / 72px */
  font-size: 4.25em;
  line-height: 0.971em;
}

.gigantic {
  /* 110px / 120px */
  font-size: 6.875em;
  line-height: 1em;
}

.ie body {
  width: 40em;
  margin: 0 auto;
  font-size: 1.063em;
}

.ie h1 {
  margin: 1.143em 0 0.571em;
}

/*= @group FONT STACKS
---------------------------------------------------------------------- */
/* Default font stack */
body, select, input, textarea, button {
  font-family: sans-serif;
}

/* Display font stack */
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

/* Alternate font stack (e.g., if using mainly sans-serif, maybe use a serif) */
blockquote, figcaption {
  font-family: georgia, serif;
}

/* Monospace font stack, for code samples and preformatted content */
pre, code, kbd, samp {
  font-family: monospace;
}

/*= @group TYPOGRAPHIC HEIRACHY
---------------------------------------------------------------------- */
/* optimizeLegibility for main headings only */
/* Consider: http://www.aestheticallyloyal.com/public/optimize-legibility/ */
h1, h2, h3 {
  text-rendering: optimizeLegibility;
}

/* Font weights and variants */
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
}

h1, h2, h3 {
  color: #555c69;
  font-family: sans-serif;
}

h5 {
  text-transform: uppercase;
}

h6 {
  font-style: italic;
}

h1 {
  font-size: 1.0em;
  margin: 0 0 0.75em 0;
}

h2 {
  font-size: 1.688rem;
  line-height: 1.222em;
  margin: 2.75rem 0 1.63em 0;
}

h3 {
  font-size: 1.375rem;
  line-height: 1em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1.063em;
  margin: 1.235em 0 0.412em 0;
}

h5, h6 {
  font-size: 0.875em;
  margin: 1.313em 0 0.438em 0;
}

/*= @group ELEMENTS
---------------------------------------------------------------------- */
/*= @group Links
---------------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  border-bottom: 1px solid;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*= @group Text Level Elements
---------------------------------------------------------------------- */
/* Paragraphs */
p {
  margin: 0 0 1em 0;
}

/* Lists */
ul, ol, dl {
  margin: 0 0 1.313em;
  padding: 0;
}

ul ul, ol ol, dl dl {
  margin-bottom: 0;
}

ul li, ol li {
  margin-left: 1.313em;
}

ul li {
  list-style: disc outside;
}

ol li {
  list-style: outside decimal;
}

ul li ul {
  margin: 0.5em 0 0 1em;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0 0 1em 0;
}

nav ul, nav ol {
  list-style: none;
}

/* Text Marking */
ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

b, strong {
  font-family: sans-serif;
  font-weight: bold;
}

i, em {
  font-family: sans-serif;
  font-weight: bold;
}

abbr {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.313em;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*= @group Embeded Content
---------------------------------------------------------------------- */
/* _width hack is for IE6 and below */
img, embed, object, video {
  max-width: 100%;
  _width: 100%;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* Correct overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/*= @group FIGURES
---------------------------------------------------------------------- */
figure {
  margin: 0;
}

figcaption {
  font-style: italic;
}

/*= @group QUOTES
---------------------------------------------------------------------- */
q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

q, cite, blockquote {
  font-style: none;
}

/*= @group CODE
---------------------------------------------------------------------- */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  padding: 0 0.2em;
}

pre, .code {
  margin-bottom: 1.313em;
  padding: 1em 1.313em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

pre code, .code code {
  background-color: transparent;
  border: none;
  padding: 0;
}

.code li {
  list-style-type: decimal-leading-zero;
}

/*= @group TABLES
---------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*= @group FORMS
---------------------------------------------------------------------- */
form {
  margin: 0 0 22;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
  *margin: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
  color: #333333;
}

label,
input,
select,
textarea {
  font-size: 0.813em;
  line-height: 0.591em;
}

label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #333333;
}

div.input {
  margin-left: 150px;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  padding: 4px;
  color: #666666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: auto;
}

.uneditable-input {
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

:-moz-placeholder {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

input[type=text],
input[type=password],
select, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

form div.error {
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
form div.error > label,
form div.error span.help-inline,
form div.error span.help-block {
  color: #9d261d;
}
form div.error input[type=text],
form div.error input[type=password],
form div.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -o-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input[type=text]:focus,
form div.error input[type=password]:focus,
form div.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -o-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on,
form div.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}

.input-mini, input.mini, textarea.mini, select.mini {
  width: 60px;
}

.input-small, input.small, textarea.small, select.small {
  width: 90px;
}

.input-medium, input.medium, textarea.medium, select.medium {
  width: 150px;
}

.input-large, input.large, textarea.large, select.large {
  width: 210px;
}

.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
  width: 270px;
}

.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge {
  width: 530px;
}

textarea.xxlarge {
  overflow-y: scroll;
}

input[readonly]:focus,
textarea[readonly]:focus,
input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.actions {
  background: #f5f5f5;
  margin: 22 0;
  padding: 21px 20px 22px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}

.help-inline,
.help-block {
  font-size: 0.75em;
  line-height: 0.545em;
  color: #cccccc;
}

.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}

.help-block {
  display: block;
  max-width: 600px;
}

.inline-inputs {
  color: #666666;
}
.inline-inputs span, .inline-inputs input[type=text] {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}

.input-prepend input[type=text],
.input-prepend input[type=password],
.input-append input[type=text],
.input-append input[type=password] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  color: #cccccc;
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}

.input-append input[type=text],
.input-append input[type=password] {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list li label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.inputs-list li label strong {
  color: #666666;
}
.inputs-list li label small {
  font-size: 12px;
  font-weight: normal;
}
.inputs-list li ul.inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list li:first-child {
  padding-top: 5px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}

.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 11;
}
.form-stacked legend {
  margin-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .cf, .form-stacked #canvas, .form-stacked .container, .form-stacked .main, .form-stacked .subnav, .form-stacked .promo-thumbs, .form-stacked #globalfooter {
  margin-bottom: 11;
}
.form-stacked .cf div.input, .form-stacked #canvas div.input, .form-stacked .container div.input, .form-stacked .main div.input, .form-stacked .subnav div.input, .form-stacked .promo-thumbs div.input, .form-stacked #globalfooter div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 0;
  margin: 0;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  border-bottom: 0;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6500);
  opacity: 65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

/*= @group Layout
---------------------------------------------------------------------- */
@media screen {
  /* --- Gridpak variables ---*/
  #canvas {
    min-width: 882px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3.853211%;
  }

  #canvas_contest {
    min-width: 650px;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 3.853211%;
  }

  .c {
    margin-left: 0;
  }

  .container {
    margin-bottom: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .default .main {
    width: 77.778%;
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 34px;
    padding: 0 10px;
    margin-left: 0;
    float: right;
    margin-top: 0rem;
    padding-top: 1.375rem;
  }

  .default .subnav {
    width: 22.222%;
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-left-width: 34px;
    padding: 0 10px;
    margin-left: 0;
    border-left: 0;
    margin-top: 1.375rem;
    padding-top: 1.375rem;
  }
}
/*= @group Module
---------------------------------------------------------------------- */
@media screen {
  /*
   * jQuery FlexSlider v1.8
   * http://flex.madebymufffin.com
   *
   * Copyright 2011, Tyler Smith
   * Free to use under the MIT license.
   * http://www.opensource.org/licenses/mit-license.php
   */
  /* Browser Resets */
  .flex-container a:active, .flexslider a:active {
    outline: none;
  }

  /* FlexSlider Necessary Styles
  *********************************/
  .flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .flexslider .slides {
    /* Hide the slides before the JS is loaded. Avoids image jumping */
  }
  .flexslider .slides > li {
    display: none;
  }
  .flexslider .slides img {
    max-width: 100%;
    display: block;
  }
  .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  html[xmlns] .slides {
    display: block;
  }

  * html .slides {
    height: 1%;
  }

  .flex-pauseplay span {
    text-transform: capitalize;
  }

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  .no-js .slides > li:first-child {
    display: block;
  }

  /* FlexSlider Default Theme
  *********************************/
  .flexslider {
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    zoom: 1;
  }
  .flexslider .slides {
    zoom: 1;
    list-style: none;
    padding-left: 0;
  }
  .flexslider .slides > li {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .flexslider .slides img {
    display: block;
    margin: 0 auto;
  }

  /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
  .flex-container {
    zoom: 1;
    position: relative;
  }

  /* Caption style */
  /* IE rgba() hack */
  .flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
  }

  .flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
  }

  /* Direction Nav */
  .flex-direction-nav {
    height: 0;
    list-style: none;
  }
  .flex-direction-nav li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .flex-direction-nav li a {
    width: 40px;
    height: 80px;
    margin: 0;
    display: block;
    background: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/theme/bg_direction_nav.png?1331756835') no-repeat;
    position: absolute;
    top: 200px;
    cursor: pointer;
    text-indent: -9999em;
    opacity: 0.5;
    -webkit-transition: opacity 250ms ease-out;
  }
  .flex-direction-nav li a:hover {
    text-decoration: none;
    border: none;
    opacity: 1;
  }
  .flex-direction-nav li .next {
    background-position: -63px -9px;
    right: 20px;
  }
  .flex-direction-nav li .prev {
    background-position: -16px -9px;
    left: 20px;
  }
  .flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
  }

  /* Control Nav */
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
  }
  .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .flex-control-nav li:first-child {
    margin: 0;
  }
  .flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    background: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/theme/bg_control_nav.png?1331756835') no-repeat;
    cursor: pointer;
    text-indent: -999em;
  }
  .flex-control-nav li a:hover {
    background-position: 0 -13px;
  }
  .flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
  }
}
/*= @group State
---------------------------------------------------------------------- */
/*= @group Color
---------------------------------------------------------------------- */
/*= @group Common
---------------------------------------------------------------------- */
html {
  -webkit-tap-highlight-color: black;
}

body {
  color: #333333;
  background-color: #fefefe;
}

/* Selections */
/* Must be declared separately */
::-moz-selection {
  color: black;
  background: #f7d300;
}

::selection {
  color: black;
  background: #f7d300;
}

ins, mark {
  background-color: #eacf00;
}

a:link {
  color: #333333;
  border-color: transparent;
}

a:visited {
  color: #333333;
}

a:hover {
  color: black;
  border-bottom-color: black;
}

a:active {
  color: black;
}

/* Colors for form validity */
/*= @group Layout
---------------------------------------------------------------------- */
/*= @group Module
---------------------------------------------------------------------- */
/*= @group State
---------------------------------------------------------------------- */
body {
  background-color: white;  
}

.oldie body {
  margin: 0 auto;
}

#masthead h1 {
  position: absolute;
  top: 7px;
  left: 14.443211%;
  z-index: 200;
}
#masthead small, #masthead img {
  display: block;
  max-width: none;
}
#masthead img.logo {
  border: 1px solid white;
}
#masthead img.logo2 {
  border: 0px solid white;
}
#masthead a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.636;
  font-family: "FrutigerLTW01-47LightCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  color: white;
}
#masthead small {
  margin-top: -25px;
  margin-bottom: 12px;
}
#masthead h2 {
  position: absolute;
  top: 400px;
  right: 5px;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  z-index: 1;
  color: white;
  font-family: "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
  text-align: right;
}
#masthead h2 span {
  display: none;
}
#masthead h2 strong {
  font-family: "FrutigerLTW01-66BoldIta", "FrutigerLTW01-56Italic", "FrutigerLTW01-55Roman", verdana, sans-serif;
}
#masthead h2 img {
  display: inline;
}
#masthead small {
  display: none;
}

.visionary #masthead h2 {
  top: 272px;
}

.major-promo .flexslider, .major-promo .slides li {
  height: 600px;
  border: 0;
}
.major-promo .flex-container {
  padding: 0;
}
.major-promo .slides li {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  f: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.major-promo .slides li > div {
  padding: 0 3.853211%;
}
.major-promo .slides img {
  position: absolute;
  right: 6.0696517%;
  top: 18.5263158%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
}
.major-promo .slides div div {
  margin-top: 217px;
  margin-left: 80px;
}
.major-promo h1 {
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 40px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -moz-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -o-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -khtml-text-stroke: 1px rgba(0, 0, 0, 0.1);
  -ms-text-stroke: 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: white;
  font-family: "FrutigerLTW01-55Roman", verdana, sans-serif;
  margin-bottom: 0;
  width: 90%;
}
.major-promo h1 b {
  color: #f7d300;
}

.major-promo h2 {
  margin: 0;
  color: white;
}
.major-promo p {
  color: white;
  font-size: 14px;
  line-height: 21px;
  float: left;
  clear: left;
}
.major-promo p.cta {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: rgba(247, 211, 0, 0.9);
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 21px;
}
.major-promo p.cta a {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  background: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/icon-video-camera.png?1331756835') no-repeat 0 1px;
  display: block;
  padding-left: 30px;
  border: 0;
  padding-top: 2px;
  opacity: .8;
}
.major-promo p.cta a:hover {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/icon-video-camera-hover.png?1331756835');
  opacity: 1;
}
.major-promo li.isee-slide div div {
  margin-top: 150px;
}
.major-promo li.isee-slide h1 {
  font-size: 80px;
  line-height: 150px;
  text-shadow: none;
}
.major-promo li.isee-slide h2 {
  font-size: 24px;
  font-family: "FrutigerLTW01-47LightCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  margin-top: -18px;
  margin-left: 8px;
}
.major-promo li.isee-slide h2 strong {
  color: #f7d300;
}

.oldie .major-promo p.cta {
  background: #F7D300;
}

.isee-slide {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee.jpg?1331765678');
}

.isee-blue0 {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee.jpg?1331765678');
}

.isee-blue0a {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee_a.jpg?1331765678');
}

.isee-blue0b {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee_b.jpg?1331765678');
}

.isee-blue0c {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee_c.jpg?1331765678');
}

.isee-blue1 {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-blue1.jpg?1331765678');
}

.isee-blue2 {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-blue2.jpg?1331765678');
}

.visionary-isee {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-isee.jpg?1331765678');
}

.visionary-eriko-horiki {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-eriko-horiki.jpg?1331765678');
}

.visionary-eriko-horiki2 {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-eriko-horiki2.jpg?1331765678');
}

.visionary-shinichi-konno {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-shinichi-konno.jpg?1331765678');
}

.visionary-shinichi-konno2 {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-shinichi-konno2.jpg?1331765678');
}

.visionary-jesper-koll {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-jesper-koll.jpg?1331765678');
}

.visionary-yoshihiro-narisawa {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-yoshihiro-narisawa.jpg?1331765678');
}

.visionary-bianca-guidoni-tisserand {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-bianca-guidoni-tisserand.jpg?1331765678');
}

.visionary-laurent-harbulot {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-laurent-harbulot.jpg?1331765678');
}

.visionary-maud-and-michel {
  background-image: url('http://www.nikon-lenswear.jp/prize/assets/css/_img/bg-promo-maud-and-michel.jpg?1331765678');
}

.visionary-contest {
  background-image: url('_img/bg-contest.jpg');
}

.promo-thumbs {
  list-style: none;
}
.promo-thumbs li {
  list-style: none;
  margin-right: 10px;
  padding-left: 0;
  float: left;
  width: 113px;
  height: 113px;
  margin-right: 1.2935323%;
}
.promo-thumbs li.last {
  margin-right: 0;
}
.promo-thumbs li.active img {
  outline: 0px solid #f7d300;
}
.promo-thumbs a:hover {
  border: 0;
}
.promo-thumbs a:hover img {
  outline: 5px solid #f7d300;
}

.main {
  margin-top: 66px;
}
.main h1 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 42px;
  font-size: 30px;
  font-family: "FrutigerLTW01-77BlackCn", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .summary {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 12;
  padding: 0 5.9701493%;
}
.main .summaryonecolumn {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
  padding: 0 5.9701493%;
}

.main .summary p {
  width: 96%;
  padding: 0 2%;
  color: #555c69;
  font-size: 16px;
  line-height: 24px;
}

.main .summary p.bio {
  width: 80%;
  margin-top: 20px;
  color: #777777;
  font-size: 15px;
  line-height: 24px;
}


.main .summary div.summaryheading {
  width: 96%;
  color: #505964;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
}

.main bio div {
  width: 100%;
  color: #505964;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
}



.main aside p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
.main aside p a {
  color: #666666;
}
.main p {
  margin: 0 auto 21px;
  font-size: 16px;
  line-height: 21px;
}
.main blockquote {
  margin: 33px 16.119403% 66px;
}
.main blockquote p {
  width: 100% !important;
  font-family: "FrutigerLTW01-47LightCn", "FrutigerLTW01-55Roman", verdana, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #555c69;
  padding: 0 0px;
  text-align: center;
}

footer {
  text-align: center;
  margin: 42px 0;
  padding: 21px 0;
}
footer .btn-large {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffeb78), color-stop(100%, #f7d300));
  background-image: -webkit-linear-gradient(#ffeb78, #f7d300);
  background-image: -moz-linear-gradient(#ffeb78, #f7d300);
  background-image: -o-linear-gradient(#ffeb78, #f7d300);
  background-image: -ms-linear-gradient(#ffeb78, #f7d300);
  background-image: linear-gradient(#ffeb78, #f7d300);
  padding: 14px 24px;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.oldie footer .btn-large {
  background: #f7d300;
  zoom: 1;
}

.visionary article header {
  position: absolute;
  top: 1000px;
  text-align: center;
  width: 92.293578%;
  margin-left: 3.853211%;
  margin-right: 3.853211%;
  margin-bottom: 42px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
}
.visionary articlecontest header {
  position: absolute;
  top: 1000px;
  text-align: center;
  width: 92.293578%;
  margin-left: 3.853211%;
  margin-right: 3.853211%;
  margin-bottom: 42px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 21px;
}


.visionary header h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
	font-weight: bold;
  font-size: 30px;
  font-family: sans-serif;
}
.visionary header h2 {
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0 10px 0;
	font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
}
.visionary .major-promo {
  margin-bottom: 60px;
}
.visionary .major-promo > div {
   background-color: black;  

  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  height: 375px;
  padding-top: 75px;
}
.visionary .major-promo > div > div {
  padding: 0 3.853211%;
}

.interview-video {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  width: 616px;
  margin: 0 auto;
  border: 10px solid white;
  background: black;
  text-align: center;
  position: relative;
  z-index: 1000;
  height: 338px !important;
}
.interview-video .preview {
  position: relative;
  z-index: 999999;
}
.interview-video h1 {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
  margin-top: -1em;
  z-index: 99999;
}
.interview-video .play-icon {
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  opacity: .5;
  display: block;
  z-index: 99999;
  border-bottom: 0;
}
.interview-video .play-icon img {
  opacity: 1;
}
.interview-video .play-icon:hover {
  opacity: 1;
}
.interview-video img {
  opacity: .5;
}

.pagination {
  position: absolute;
  top: 400px;
  width: 100%;
}
.pagination ul, .pagination li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.pagination a, .pagination img, .pagination small {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.636;
}
.pagination a:hover {
  border-bottom-color: #666666;
}
.pagination li {
  position: absolute;
  width: 52px;
  padding: 0 12px;
}
.pagination .next {
  right: 3.853211%;
  text-align: right;
}
.pagination .prev {
  left: 3.853211%;
  text-align: left;
}


#footer {
	margin: 0 auto;
	padding: 15px 0px 8px 0px;
	width: 661px;
	clear: both;
}

#footer dl {
	width: 661px;
}

#footer dl dt {
	padding: 0px 0px 12px 0px;
	border-bottom: 1px #000 solid;
	font-size: 0px;
	overflow: hidden;
}

#footer dl dd {
	padding: 5px 0px 0px 0px;
}

#footer dl dd:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #footer dl dd {
	zoom: 1;
}

*:first-child+html #footer dl dd {
	zoom: 1;
}

#footer dl dd ul {
	padding: 0px 0px 0px 0px;
	float: left;
}

#footer dl dd ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #footer dl dd ul {
	zoom: 1;
}

*:first-child+html #footer dl dd ul {
	zoom: 1;
}

#footer dl dd ul li {
	padding: 5px 10px 5px 15px;
	font-size: 63%;
	line-height: 1.2;
	float: left;
	background: url(../../../common/img/footer/point_footer.gif) no-repeat left center;
	list-style-type: none;
}

#footer dl dd ul li a {
	color: #333;
	text-decoration: none;
	
}

#footer dl dd ul li a:hover,
#footer dl dd ul li a:focus {
	text-decoration: underline;
}

#footer dl dd p {
	padding: 5px 0px 0px 0px;
	font-size: 63%;
	line-height: 1.2;
	float: right;
}

/*= @group NON-SEMANTIC HELPERS
 ---------------------------------------------------------------------- */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, #canvas:before, .container:before, .main:before, .subnav:before, .promo-thumbs:before, #globalfooter:before, .cf:after, #canvas:after, .container:after, .main:after, .subnav:after, .promo-thumbs:after, #globalfooter:after {
  content: "";
  display: table;
}

.cf:after, #canvas:after, .container:after, .main:after, .subnav:after, .promo-thumbs:after, #globalfooter:after {
  clear: both;
}

.cf, #canvas, .container, .main, .subnav, .promo-thumbs, #globalfooter {
  zoom: 1;
}

/*
*  Simple elastic gutters
*  Note: box-sizing will not work in IE6-8
*/
.unstyled li, nav ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.pos-tl, .pos-bl, .pos-tr, .pos-br {
  position: absolute;
}

.pos-tl {
  left: 3%;
  top: 3%;
}

.pos-tr {
  right: 3%;
  top: 3%;
}

.pos-bl {
  left: 3%;
  bottom: 3%;
}

.pos-br {
  right: 3%;
  bottom: 3%;
}

/*= @group Print
---------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}