@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 27, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 37, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 42, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 46, ../sass/_reset.scss */
nav ul {
  list-style: none;
}

/* line 50, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 55, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 60, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 69, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 76, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 83, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 87, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 92, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 97, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 106, ../sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 18, ../sass/_utility.scss */
#header:before, #global-nav nav:before, .app-info:before, #header:after, #global-nav nav:after, .app-info:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/_utility.scss */
#header:after, #global-nav nav:after, .app-info:after {
  clear: both;
}

/* line 12, ../sass/_base.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  background-color: #111111;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 25, ../sass/_base.scss */
* {
  margin: 0;
}

/* line 26, ../sass/_base.scss */
body {
  width: 100%;
  font: 16px/1.625 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Helvetica, Arial, verdana, sans-serif;
  color: white;
}

/* line 32, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.625;
}

/* line 37, ../sass/_base.scss */
p {
  line-height: 1.625;
  line-break: strict;
}

/* line 46, ../sass/_base.scss */
nav ul, nav ol {
  list-style: none;
}

/* line 51, ../sass/_base.scss */
li, dt, dd {
  line-height: 1.625;
  line-break: strict;
}

/* line 59, ../sass/_base.scss */
a {
  color: white;
  text-decoration: underline;
}
/* line 63, ../sass/_base.scss */
a:visited {
  color: white;
  text-decoration: none;
}
/* line 68, ../sass/_base.scss */
a:hover {
  color: white;
  outline: 0;
}
/* line 73, ../sass/_base.scss */
a:active {
  color: white;
  outline: 0;
}
/* line 78, ../sass/_base.scss */
a:focus {
  color: white;
  outline: thin dotted;
}

/* line 84, ../sass/_base.scss */
img, a img {
  vertical-align: bottom;
  border: none;
  font-size: 0;
  line-height: 0;
  background: transparent;
  -ms-interpolation-mode: bicubic;
}

/* line 93, ../sass/_base.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 99, ../sass/_base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 104, ../sass/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 109, ../sass/_base.scss */
b, strong,
i, em {
  font-style: normal;
  font-weight: bold;
}

/* line 114, ../sass/_base.scss */
address {
  font-style: normal;
  font-weight: normal;
}

/* line 119, ../sass/_base.scss */
abbr[title] {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

/* line 126, ../sass/_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../sass/_base.scss */
sup {
  top: -0.5em;
}

/* line 137, ../sass/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 141, ../sass/_base.scss */
pre, code, var, samp, kbd, tt {
  font-family: monospace, serif;
  font-size: 0.8125em;
}

/* line 146, ../sass/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 151, ../sass/_base.scss */
pre code, pre var, pre samp, pre kbd, pre tt {
  font-size: 100%;
}

/* line 156, ../sass/_base.scss */
table {
  empty-cells: show;
  font-size: inherit;
}

/* line 161, ../sass/_base.scss */
th, td {
  line-height: 1.625;
  text-align: left;
  vertical-align: top;
}

/* line 167, ../sass/_base.scss */
th {
  font-weight: bold;
}

/* line 172, ../sass/_base.scss */
thead th, thead td {
  text-align: center;
  vertical-align: middle;
}

/* line 178, ../sass/_base.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 183, ../sass/_base.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  white-space: normal;
}

/* line 190, ../sass/_base.scss */
legend {
  display: none;
}

/* line 194, ../sass/_base.scss */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 203, ../sass/_base.scss */
button, input {
  line-height: normal;
}

/* line 207, ../sass/_base.scss */
button, select {
  text-transform: none;
}

/* line 214, ../sass/_base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 225, ../sass/_base.scss */
button:disabled,
html input:disabled {
  cursor: default;
}

/* line 230, ../sass/_base.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
  cursor: pointer;
}

/* line 240, ../sass/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 244, ../sass/_base.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 253, ../sass/_base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 259, ../sass/_base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 265, ../sass/_base.scss */
[hidden] {
  display: none;
}

/* line 8, ../sass/_layout.scss */
body {
  background: url(../images/main_bg.png) center 28px no-repeat;
  overflow-x: hidden;
}
/* line 12, ../sass/_layout.scss */
#home body {
  background-image: url(../images/main_bg.png);
}

/* line 17, ../sass/_layout.scss */
#container {
  width: 100%;
  overflow: hidden;
}

/* line 26, ../sass/_layout.scss */
#header {
  position: relative;
  z-index: 50;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-top: 11px;
  width: 900px;
  height: 28px;
  background: #060606;
}
/* line 37, ../sass/_layout.scss */
#header p {
  display: inline;
  float: left;
  width: 139px;
  height: 27px;
}
/* line 43, ../sass/_layout.scss */
#header ul {
  list-style: none;
  display: inline;
  float: right;
}
/* line 48, ../sass/_layout.scss */
#header li {
  display: block;
  display: inline;
  float: left;
  margin-right: 15px;
}
/* line 53, ../sass/_layout.scss */
#header .btn_head {
  margin-top: -22px;
}

/* line 77, ../sass/_layout.scss */
#global-nav {
  position: relative;
  z-index: 10;
  margin: 0 auto 20px;
  height: 95px;
  background: url(../images/g-navi.png) center top no-repeat;
}
/* line 85, ../sass/_layout.scss */
#global-nav nav {
  position: relative;
  margin: 0 auto;
  width: 969px;
}
/* line 92, ../sass/_layout.scss */
#global-nav a {
  display: block;
  text-decoration: none;
  background: url(../images/g-navi.png) 0 0 no-repeat;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
/* line 64, ../sass/_utility.scss */
#global-nav a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* line 119, ../sass/_layout.scss */
#global-nav ul {
  display: inline;
  float: right;
  width: 969px;
  margin-top: 22px;
}
/* line 125, ../sass/_layout.scss */
#global-nav li {
  display: inline;
  float: left;
}
/* line 129, ../sass/_layout.scss */
#global-nav .game {
  width: 149px;
}
/* line 132, ../sass/_layout.scss */
#global-nav .game a {
  width: 149px;
  height: 75px;
  background-position: 0 -22px;
}
/* line 139, ../sass/_layout.scss */
#global-nav .game a:hover, #global-nav .game a:active, #global-nav .game a:focus {
  background-position: 0 -119px;
}
/* line 145, ../sass/_layout.scss */
#global-nav .game.selected a {
  background-position: 0 -119px;
}
/* line 151, ../sass/_layout.scss */
#global-nav .story {
  width: 118px;
}
/* line 154, ../sass/_layout.scss */
#global-nav .story a {
  width: 118px;
  height: 75px;
  background-position: -149px -22px;
}
/* line 161, ../sass/_layout.scss */
#global-nav .story a:hover, #global-nav .story a:active, #global-nav .story a:focus {
  background-position: -149px -119px;
}
/* line 167, ../sass/_layout.scss */
#global-nav .story.selected a {
  background-position: -149px -119px;
}
/* line 173, ../sass/_layout.scss */
#global-nav .creator {
  width: 125px;
}
/* line 176, ../sass/_layout.scss */
#global-nav .creator a {
  width: 125px;
  height: 75px;
  background-position: -267px -22px;
}
/* line 183, ../sass/_layout.scss */
#global-nav .creator a:hover, #global-nav .creator a:active, #global-nav .creator a:focus {
  background-position: -267px -119px;
}
/* line 189, ../sass/_layout.scss */
#global-nav .creator.selected a {
  background-position: -267px -119px;
}
/* line 195, ../sass/_layout.scss */
#global-nav .logo {
  width: 170px;
  height: 75px;
  display: block;
}
/* line 205, ../sass/_layout.scss */
#global-nav .logo a {
  width: 170px;
  height: 95px;
  margin-top: -21px;
  background-position: -393px 0;
}
/* line 213, ../sass/_layout.scss */
#global-nav .logo a:hover, #global-nav .logo a:active, #global-nav .logo a:focus {
  background-position: -393px -97px;
}
/* line 219, ../sass/_layout.scss */
#global-nav .logo.selected a {
  background-position: -393px -97px;
}
/* line 225, ../sass/_layout.scss */
#global-nav .gallery {
  width: 117px;
}
/* line 228, ../sass/_layout.scss */
#global-nav .gallery a {
  width: 117px;
  height: 75px;
  background-position: -565px -22px;
}
/* line 235, ../sass/_layout.scss */
#global-nav .gallery a:hover, #global-nav .gallery a:active, #global-nav .gallery a:focus {
  background-position: -565px -119px;
}
/* line 241, ../sass/_layout.scss */
#global-nav .gallery.selected a {
  background-position: -565px -119px;
}
/* line 247, ../sass/_layout.scss */
#global-nav .download {
  width: 139px;
}
/* line 250, ../sass/_layout.scss */
#global-nav .download a {
  width: 139px;
  height: 75px;
  background-position: -679px -22px;
}
/* line 257, ../sass/_layout.scss */
#global-nav .download a:hover, #global-nav .download a:active, #global-nav .download a:focus {
  background-position: -679px -119px;
}
/* line 263, ../sass/_layout.scss */
#global-nav .download.selected a {
  background-position: -679px -119px;
}
/* line 269, ../sass/_layout.scss */
#global-nav .movie {
  width: 150px;
}
/* line 272, ../sass/_layout.scss */
#global-nav .movie a {
  width: 150px;
  height: 75px;
  background-position: -819px -22px;
}
/* line 279, ../sass/_layout.scss */
#global-nav .movie a:hover, #global-nav .movie a:active, #global-nav .movie a:focus {
  background-position: -819px -119px;
}
/* line 285, ../sass/_layout.scss */
#global-nav .movie.selected a {
  background-position: -819px -119px;
}

/* line 296, ../sass/_layout.scss */
#content {
  position: relative;
  margin: 0 auto 130px;
  width: 960px;
}

/* line 316, ../sass/_layout.scss */
#main {
  position: relative;
  z-index: 2;
  margin-top: -62px;
  padding: 40px 0 0;
}

/* line 331, ../sass/_layout.scss */
.app-info {
  clear: both;
  margin: 45px auto 0;
  width: 808px;
}
/* line 337, ../sass/_layout.scss */
.app-info .app-icon {
  display: inline;
  float: left;
  margin-right: 20px;
  width: 120px;
}
/* line 343, ../sass/_layout.scss */
.app-info dl {
  display: inline;
  float: left;
  width: 448px;
}
/* line 348, ../sass/_layout.scss */
.app-info dt {
  clear: both;
  display: inline;
  float: left;
  margin-bottom: 10px;
  width: 85px;
}
/* line 355, ../sass/_layout.scss */
.app-info dd {
  position: relative;
  margin-bottom: 10px;
  padding-left: 100px;
}
/* line 360, ../sass/_layout.scss */
.app-info dd:before {
  position: absolute;
  content: ':';
  left: 87px;
}
/* line 366, ../sass/_layout.scss */
.app-info dd dl {
  display: inline;
  float: none;
  display: block;
  width: auto;
}
/* line 372, ../sass/_layout.scss */
.app-info dd dt {
  clear: both;
  display: inline;
  float: none;
  display: block;
  margin-bottom: 5px;
  width: auto;
}
/* line 380, ../sass/_layout.scss */
.app-info dd dd {
  margin-bottom: 0;
  padding-left: 20px;
}
/* line 384, ../sass/_layout.scss */
.app-info dd dd:before {
  position: relative;
  content: '';
  left: 0;
}
/* line 392, ../sass/_layout.scss */
.app-info ul {
  list-style: none;
}
/* line 396, ../sass/_layout.scss */
.app-info .caution {
  display: block;
  font-size: 75%;
}
/* line 401, ../sass/_layout.scss */
.app-info .market-links {
  display: inline;
  float: right;
  margin-left: 20px;
  width: 200px;
  list-style: none;
}
/* line 407, ../sass/_layout.scss */
.app-info .market-links li {
  margin-bottom: 10px;
}

/* line 416, ../sass/_layout.scss */
#footer {
  clear: both;
  margin-top: 40px;
  padding-top: 20px;
}
/* line 422, ../sass/_layout.scss */
#footer ul {
  text-align: center;
}
/* line 426, ../sass/_layout.scss */
#footer li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 1px solid #9e9e9e;
  line-height: 1;
}
/* line 431, ../sass/_layout.scss */
#footer li.inquiry {
  border-right: 1px solid #9e9e9e;
}
/* line 435, ../sass/_layout.scss */
#footer li a {
  padding: 2px 20px;
  text-decoration: none;
}
/* line 441, ../sass/_layout.scss */
#footer li a:hover, #footer li a:active, #footer li a:focus {
  text-decoration: underline;
}

/* line 448, ../sass/_layout.scss */
#copyright {
  margin: 10px 0;
  padding-top: 10px;
  font-size: 75%;
  border-top: 1px solid #896c56;
  text-align: center;
}

/* line 15, ../sass/_generic_style.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 20, ../sass/_generic_style.scss */
.clearfix:after {
  clear: both;
}

/* line 33, ../sass/_generic_style.scss */
.swipebox {
  overflow: hidden !important;
}

/* line 37, ../sass/_generic_style.scss */
#swipebox-overlay img {
  border: none !important;
}

/* line 41, ../sass/_generic_style.scss */
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 54, ../sass/_generic_style.scss */
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

/* line 64, ../sass/_generic_style.scss */
#swipebox-slider .slide {
  background: url(../images/swipebox_loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

/* line 73, ../sass/_generic_style.scss */
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 81, ../sass/_generic_style.scss */
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 92, ../sass/_generic_style.scss */
#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

/* line 100, ../sass/_generic_style.scss */
#swipebox-action {
  bottom: -50px;
}

/* line 103, ../sass/_generic_style.scss */
#swipebox-action.visible-bars {
  bottom: 0;
}

/* line 107, ../sass/_generic_style.scss */
#swipebox-action.force-visible-bars {
  bottom: 0 !important;
}

/* line 111, ../sass/_generic_style.scss */
#swipebox-caption {
  top: -50px;
  text-align: center;
}

/* line 115, ../sass/_generic_style.scss */
#swipebox-caption.visible-bars {
  top: 0;
}

/* line 119, ../sass/_generic_style.scss */
#swipebox-caption.force-visible-bars {
  top: 0 !important;
}

/* line 124, ../sass/_generic_style.scss */
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../images/swipebox_icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

/* line 136, ../sass/_generic_style.scss */
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

/* line 141, ../sass/_generic_style.scss */
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

/* line 146, ../sass/_generic_style.scss */
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

/* line 152, ../sass/_generic_style.scss */
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* line 157, ../sass/_generic_style.scss */
#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

/* line 162, ../sass/_generic_style.scss */
#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  /* line 168, ../sass/_generic_style.scss */
  0% {
    margin-left: 0px;
  }

  /* line 172, ../sass/_generic_style.scss */
  50% {
    margin-left: -30px;
  }

  /* line 176, ../sass/_generic_style.scss */
  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  /* line 182, ../sass/_generic_style.scss */
  0% {
    margin-left: 0px;
  }

  /* line 186, ../sass/_generic_style.scss */
  50% {
    margin-left: 30px;
  }

  /* line 190, ../sass/_generic_style.scss */
  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  /* line 196, ../sass/_generic_style.scss */
  0% {
    margin-left: 0px;
  }

  /* line 200, ../sass/_generic_style.scss */
  50% {
    margin-left: -30px;
  }

  /* line 204, ../sass/_generic_style.scss */
  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  /* line 210, ../sass/_generic_style.scss */
  0% {
    margin-left: 0px;
  }

  /* line 214, ../sass/_generic_style.scss */
  50% {
    margin-left: 30px;
  }

  /* line 218, ../sass/_generic_style.scss */
  100% {
    margin-left: 0px;
  }
}

/* line 224, ../sass/_generic_style.scss */
#swipebox-overlay {
  background: #0d0d0d;
}

/* line 228, ../sass/_generic_style.scss */
#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, black));
  background-image: -webkit-linear-gradient(#0d0d0d, black);
  background-image: -moz-linear-gradient(#0d0d0d, black);
  background-image: -o-linear-gradient(#0d0d0d, black);
  background-image: linear-gradient(#0d0d0d, #000000);
  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

/* line 243, ../sass/_generic_style.scss */
#swipebox-action {
  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

/* line 249, ../sass/_generic_style.scss */
#swipebox-caption {
  color: white !important;
  font-size: 125%;
  line-height: 43px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* line 274, ../sass/_generic_style.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 277, ../sass/_generic_style.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 280, ../sass/_generic_style.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 281, ../sass/_generic_style.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 282, ../sass/_generic_style.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 283, ../sass/_generic_style.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 286, ../sass/_generic_style.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 287, ../sass/_generic_style.scss */
html[xmlns] .slides {
  display: block;
}

/* line 288, ../sass/_generic_style.scss */
* html .slides {
  height: 1%;
}

/* line 293, ../sass/_generic_style.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* line 296, ../sass/_generic_style.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 297, ../sass/_generic_style.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 298, ../sass/_generic_style.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 299, ../sass/_generic_style.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 301, ../sass/_generic_style.scss */
.carousel li {
  margin-right: 5px;
}

/* line 304, ../sass/_generic_style.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 305, ../sass/_generic_style.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

/* line 306, ../sass/_generic_style.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 307, ../sass/_generic_style.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 308, ../sass/_generic_style.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 309, ../sass/_generic_style.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 310, ../sass/_generic_style.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 311, ../sass/_generic_style.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* line 314, ../sass/_generic_style.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 315, ../sass/_generic_style.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 316, ../sass/_generic_style.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 317, ../sass/_generic_style.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 318, ../sass/_generic_style.scss */
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: default;
}

/* line 320, ../sass/_generic_style.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 321, ../sass/_generic_style.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 322, ../sass/_generic_style.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 323, ../sass/_generic_style.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 324, ../sass/_generic_style.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 327, ../sass/_generic_style.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 328, ../sass/_generic_style.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
