@charset 'UTF-8';
/*
foundation -- normalize.css
----------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

/*
foundation -- base.scss
----------------------------------------*/
html {
    font-size: 62.5%;

    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #000;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
    line-height: 1.6;
}

@media (max-width: 767px) {
    body {
        background-image: url('../../images/official/bg-clockworkcity-sm.jpg') !important;
        background-position: 50% 0;
        background-size: 100% auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        background-image: url('../../images/official/bg-clockworkcity-md.jpg') !important;
        background-attachment: fixed;
        background-position: 50% 0;
        background-size: 100% auto;
    }
}

@media (min-width: 992px) {
    body {
        background-attachment: fixed;
        background-position: 50% 0;
        background-size: cover;
    }
}

input,
button,
select,
textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
#awards td p img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
    line-height: 1.42857;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-weight: 500;
    font-family: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    color: #999;
    font-weight: normal;
    line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left,
#home .slider-col .carousel-caption h3,
#home .slider-col .carousel-caption p {
    text-align: left;
}

.text-right,
#lang-nav #menu-mobile-toggle,
#lang-nav a {
    text-align: right;
}

.text-center,
.news-cats-col li a,
.other-social,
#awards td,
#awards td p,
#preorder-index .options-sidebar .panel p,
#preorder-index .options-sidebar table td,
#preorder-index .item-col .product.retail.imperial figure,
#preorder-index .item-col .links li a,
#preorder-index .item-col .digital-content .other-bonuses .image,
#error .error-text {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    margin: 40px 0 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

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

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        overflow: hidden;
        width: 160px;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: ' ';
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}

.initialism {
    text-transform: uppercase;
    font-size: 90%;
}

blockquote {
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid #eee;
    font-size: 17.5px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    color: #999;
    font-size: 80%;
    line-height: 1.42857;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right,
blockquote.header-pull {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.header-pull footer:before,
blockquote.pull-right small:before,
blockquote.header-pull small:before,
blockquote.pull-right .small:before,
blockquote.header-pull .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.header-pull footer:after,
blockquote.pull-right small:after,
blockquote.header-pull small:after,
blockquote.pull-right .small:after,
blockquote.header-pull .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: '';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.42857;
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ddd;

        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 21px;
    line-height: inherit;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type='search'] {
    box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    outline: 0;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

input[type='date'] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    float: left;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type='radio'][disabled],
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
fieldset[disabled] input[type='checkbox'],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    border-color: #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    border-color: #8a6d3b;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    border-color: #a94442;
    background-color: #f2dede;
    color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control,
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label,
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type='radio'],
    .navbar-form .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'],
    .navbar-form .checkbox input[type='checkbox'] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback,
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: ' ';
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

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

img.nostretch {
    width: auto !important;
}

video {
    width: 100%    !important;
    height: auto   !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1a3337;
}

a {
    color: #33636b;
    transition: all 600ms easeInSine;
}

a:hover {
    color: #1a3337;
}

.mega {
    font-size: 32px;
}

.alpha {
    font-size: 24px;
}

.beta,
#news-post article h2.long {
    font-size: 20px;
}

.gamma,
#news-post article h2,
#malukah .media-stream .jp-title,
#preorder-index .step-heading {
    font-size: 16px;
}

.lined,
.nav-tabs.nav-justified,
#news-post .post-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #1a3337;
}

#news-post article .long {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bb6000;
    color: #bb6000;
}

.header-pull {
    line-height: 24px;
}

button,
a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

hr {
    border-top: 1px solid #948159;
}

img {
    width: auto;
}

img.img-responsive {
    width: 100%;
}

a,
button {
    outline: none !important;
}

a.bordered {
    display: block;
    border: 3px solid #3b6a6b;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.well.bc {
    margin-bottom: 15px;
}

.bc,
.bc a {
    text-transform: uppercase;
}

.pull-right,
.header-pull {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    border: 0;
    background-color: transparent;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
}

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

@-ms-viewport {
    width: device-width;
}

@media (max-width: 991px) {
    video {
        display: none !important;
    }
}

/*
foundation -- webfont.scss
----------------------------------------*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    vertical-align: -15%;
    font-size: 1.33333em;
    line-height: 0.75em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    top: 0.14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right,
.header-pull {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right,
.fa.header-pull {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    line-height: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: '\f000';
}

.fa-music:before {
    content: '\f001';
}

.fa-search:before {
    content: '\f002';
}

.fa-envelope-o:before {
    content: '\f003';
}

.fa-heart:before {
    content: '\f004';
}

.fa-star:before {
    content: '\f005';
}

.fa-star-o:before {
    content: '\f006';
}

.fa-user:before {
    content: '\f007';
}

.fa-film:before {
    content: '\f008';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-th:before {
    content: '\f00a';
}

.fa-th-list:before {
    content: '\f00b';
}

.fa-check:before {
    content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: '\f00d';
}

.fa-search-plus:before {
    content: '\f00e';
}

.fa-search-minus:before {
    content: '\f010';
}

.fa-power-off:before {
    content: '\f011';
}

.fa-signal:before {
    content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
    content: '\f013';
}

.fa-trash-o:before {
    content: '\f014';
}

.fa-home:before {
    content: '\f015';
}

.fa-file-o:before {
    content: '\f016';
}

.fa-clock-o:before {
    content: '\f017';
}

.fa-road:before {
    content: '\f018';
}

.fa-download:before {
    content: '\f019';
}

.fa-arrow-circle-o-down:before {
    content: '\f01a';
}

.fa-arrow-circle-o-up:before {
    content: '\f01b';
}

.fa-inbox:before {
    content: '\f01c';
}

.fa-play-circle-o:before {
    content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: '\f01e';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-lock:before {
    content: '\f023';
}

.fa-flag:before {
    content: '\f024';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-volume-down:before {
    content: '\f027';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-qrcode:before {
    content: '\f029';
}

.fa-barcode:before {
    content: '\f02a';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-book:before {
    content: '\f02d';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-print:before {
    content: '\f02f';
}

.fa-camera:before {
    content: '\f030';
}

.fa-font:before {
    content: '\f031';
}

.fa-bold:before {
    content: '\f032';
}

.fa-italic:before {
    content: '\f033';
}

.fa-text-height:before {
    content: '\f034';
}

.fa-text-width:before {
    content: '\f035';
}

.fa-align-left:before {
    content: '\f036';
}

.fa-align-center:before {
    content: '\f037';
}

.fa-align-right:before {
    content: '\f038';
}

.fa-align-justify:before {
    content: '\f039';
}

.fa-list:before {
    content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
    content: '\f03b';
}

.fa-indent:before {
    content: '\f03c';
}

.fa-video-camera:before {
    content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: '\f03e';
}

.fa-pencil:before {
    content: '\f040';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-adjust:before {
    content: '\f042';
}

.fa-tint:before {
    content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: '\f044';
}

.fa-share-square-o:before {
    content: '\f045';
}

.fa-check-square-o:before {
    content: '\f046';
}

.fa-arrows:before {
    content: '\f047';
}

.fa-step-backward:before {
    content: '\f048';
}

.fa-fast-backward:before {
    content: '\f049';
}

.fa-backward:before {
    content: '\f04a';
}

.fa-play:before {
    content: '\f04b';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-forward:before {
    content: '\f04e';
}

.fa-fast-forward:before {
    content: '\f050';
}

.fa-step-forward:before {
    content: '\f051';
}

.fa-eject:before {
    content: '\f052';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-minus-circle:before {
    content: '\f056';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-question-circle:before {
    content: '\f059';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-crosshairs:before {
    content: '\f05b';
}

.fa-times-circle-o:before {
    content: '\f05c';
}

.fa-check-circle-o:before {
    content: '\f05d';
}

.fa-ban:before {
    content: '\f05e';
}

.fa-arrow-left:before {
    content: '\f060';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-arrow-up:before {
    content: '\f062';
}

.fa-arrow-down:before {
    content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
    content: '\f064';
}

.fa-expand:before {
    content: '\f065';
}

.fa-compress:before {
    content: '\f066';
}

.fa-plus:before {
    content: '\f067';
}

.fa-minus:before {
    content: '\f068';
}

.fa-asterisk:before {
    content: '\f069';
}

.fa-exclamation-circle:before {
    content: '\f06a';
}

.fa-gift:before {
    content: '\f06b';
}

.fa-leaf:before {
    content: '\f06c';
}

.fa-fire:before {
    content: '\f06d';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-eye-slash:before {
    content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-plane:before {
    content: '\f072';
}

.fa-calendar:before {
    content: '\f073';
}

.fa-random:before {
    content: '\f074';
}

.fa-comment:before {
    content: '\f075';
}

.fa-magnet:before {
    content: '\f076';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-retweet:before {
    content: '\f079';
}

.fa-shopping-cart:before {
    content: '\f07a';
}

.fa-folder:before {
    content: '\f07b';
}

.fa-folder-open:before {
    content: '\f07c';
}

.fa-arrows-v:before {
    content: '\f07d';
}

.fa-arrows-h:before {
    content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '\f080';
}

.fa-twitter-square:before {
    content: '\f081';
}

.fa-facebook-square:before {
    content: '\f082';
}

.fa-camera-retro:before {
    content: '\f083';
}

.fa-key:before {
    content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
    content: '\f085';
}

.fa-comments:before {
    content: '\f086';
}

.fa-thumbs-o-up:before {
    content: '\f087';
}

.fa-thumbs-o-down:before {
    content: '\f088';
}

.fa-star-half:before {
    content: '\f089';
}

.fa-heart-o:before {
    content: '\f08a';
}

.fa-sign-out:before {
    content: '\f08b';
}

.fa-linkedin-square:before {
    content: '\f08c';
}

.fa-thumb-tack:before {
    content: '\f08d';
}

.fa-external-link:before {
    content: '\f08e';
}

.fa-sign-in:before {
    content: '\f090';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-github-square:before {
    content: '\f092';
}

.fa-upload:before {
    content: '\f093';
}

.fa-lemon-o:before {
    content: '\f094';
}

.fa-phone:before {
    content: '\f095';
}

.fa-square-o:before {
    content: '\f096';
}

.fa-bookmark-o:before {
    content: '\f097';
}

.fa-phone-square:before {
    content: '\f098';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: '\f09a';
}

.fa-github:before {
    content: '\f09b';
}

.fa-unlock:before {
    content: '\f09c';
}

.fa-credit-card:before {
    content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
    content: '\f09e';
}

.fa-hdd-o:before {
    content: '\f0a0';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-certificate:before {
    content: '\f0a3';
}

.fa-hand-o-right:before {
    content: '\f0a4';
}

.fa-hand-o-left:before {
    content: '\f0a5';
}

.fa-hand-o-up:before {
    content: '\f0a6';
}

.fa-hand-o-down:before {
    content: '\f0a7';
}

.fa-arrow-circle-left:before {
    content: '\f0a8';
}

.fa-arrow-circle-right:before {
    content: '\f0a9';
}

.fa-arrow-circle-up:before {
    content: '\f0aa';
}

.fa-arrow-circle-down:before {
    content: '\f0ab';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-wrench:before {
    content: '\f0ad';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-filter:before {
    content: '\f0b0';
}

.fa-briefcase:before {
    content: '\f0b1';
}

.fa-arrows-alt:before {
    content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
    content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
    content: '\f0c1';
}

.fa-cloud:before {
    content: '\f0c2';
}

.fa-flask:before {
    content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
    content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
    content: '\f0c5';
}

.fa-paperclip:before {
    content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '\f0c7';
}

.fa-square:before {
    content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '\f0c9';
}

.fa-list-ul:before {
    content: '\f0ca';
}

.fa-list-ol:before {
    content: '\f0cb';
}

.fa-strikethrough:before {
    content: '\f0cc';
}

.fa-underline:before {
    content: '\f0cd';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-magic:before {
    content: '\f0d0';
}

.fa-truck:before {
    content: '\f0d1';
}

.fa-pinterest:before {
    content: '\f0d2';
}

.fa-pinterest-square:before {
    content: '\f0d3';
}

.fa-google-plus-square:before {
    content: '\f0d4';
}

.fa-google-plus:before {
    content: '\f0d5';
}

.fa-money:before {
    content: '\f0d6';
}

.fa-caret-down:before {
    content: '\f0d7';
}

.fa-caret-up:before {
    content: '\f0d8';
}

.fa-caret-left:before {
    content: '\f0d9';
}

.fa-caret-right:before {
    content: '\f0da';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '\f0de';
}

.fa-envelope:before {
    content: '\f0e0';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
    content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '\f0e4';
}

.fa-comment-o:before {
    content: '\f0e5';
}

.fa-comments-o:before {
    content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
    content: '\f0e7';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-umbrella:before {
    content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '\f0ea';
}

.fa-lightbulb-o:before {
    content: '\f0eb';
}

.fa-exchange:before {
    content: '\f0ec';
}

.fa-cloud-download:before {
    content: '\f0ed';
}

.fa-cloud-upload:before {
    content: '\f0ee';
}

.fa-user-md:before {
    content: '\f0f0';
}

.fa-stethoscope:before {
    content: '\f0f1';
}

.fa-suitcase:before {
    content: '\f0f2';
}

.fa-bell-o:before {
    content: '\f0a2';
}

.fa-coffee:before {
    content: '\f0f4';
}

.fa-cutlery:before {
    content: '\f0f5';
}

.fa-file-text-o:before {
    content: '\f0f6';
}

.fa-building-o:before {
    content: '\f0f7';
}

.fa-hospital-o:before {
    content: '\f0f8';
}

.fa-ambulance:before {
    content: '\f0f9';
}

.fa-medkit:before {
    content: '\f0fa';
}

.fa-fighter-jet:before {
    content: '\f0fb';
}

.fa-beer:before {
    content: '\f0fc';
}

.fa-h-square:before {
    content: '\f0fd';
}

.fa-plus-square:before {
    content: '\f0fe';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-angle-double-up:before {
    content: '\f102';
}

.fa-angle-double-down:before {
    content: '\f103';
}

.fa-angle-left:before {
    content: '\f104';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-tablet:before {
    content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '\f10b';
}

.fa-circle-o:before {
    content: '\f10c';
}

.fa-quote-left:before {
    content: '\f10d';
}

.fa-quote-right:before {
    content: '\f10e';
}

.fa-spinner:before {
    content: '\f110';
}

.fa-circle:before {
    content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '\f112';
}

.fa-github-alt:before {
    content: '\f113';
}

.fa-folder-o:before {
    content: '\f114';
}

.fa-folder-open-o:before {
    content: '\f115';
}

.fa-smile-o:before {
    content: '\f118';
}

.fa-frown-o:before {
    content: '\f119';
}

.fa-meh-o:before {
    content: '\f11a';
}

.fa-gamepad:before {
    content: '\f11b';
}

.fa-keyboard-o:before {
    content: '\f11c';
}

.fa-flag-o:before {
    content: '\f11d';
}

.fa-flag-checkered:before {
    content: '\f11e';
}

.fa-terminal:before {
    content: '\f120';
}

.fa-code:before {
    content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '\f123';
}

.fa-location-arrow:before {
    content: '\f124';
}

.fa-crop:before {
    content: '\f125';
}

.fa-code-fork:before {
    content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '\f127';
}

.fa-question:before {
    content: '\f128';
}

.fa-info:before {
    content: '\f129';
}

.fa-exclamation:before {
    content: '\f12a';
}

.fa-superscript:before {
    content: '\f12b';
}

.fa-subscript:before {
    content: '\f12c';
}

.fa-eraser:before {
    content: '\f12d';
}

.fa-puzzle-piece:before {
    content: '\f12e';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-shield:before {
    content: '\f132';
}

.fa-calendar-o:before {
    content: '\f133';
}

.fa-fire-extinguisher:before {
    content: '\f134';
}

.fa-rocket:before {
    content: '\f135';
}

.fa-maxcdn:before {
    content: '\f136';
}

.fa-chevron-circle-left:before {
    content: '\f137';
}

.fa-chevron-circle-right:before {
    content: '\f138';
}

.fa-chevron-circle-up:before {
    content: '\f139';
}

.fa-chevron-circle-down:before {
    content: '\f13a';
}

.fa-html5:before {
    content: '\f13b';
}

.fa-css3:before {
    content: '\f13c';
}

.fa-anchor:before {
    content: '\f13d';
}

.fa-unlock-alt:before {
    content: '\f13e';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-ellipsis-h:before {
    content: '\f141';
}

.fa-ellipsis-v:before {
    content: '\f142';
}

.fa-rss-square:before {
    content: '\f143';
}

.fa-play-circle:before {
    content: '\f144';
}

.fa-ticket:before {
    content: '\f145';
}

.fa-minus-square:before {
    content: '\f146';
}

.fa-minus-square-o:before {
    content: '\f147';
}

.fa-level-up:before {
    content: '\f148';
}

.fa-level-down:before {
    content: '\f149';
}

.fa-check-square:before {
    content: '\f14a';
}

.fa-pencil-square:before {
    content: '\f14b';
}

.fa-external-link-square:before {
    content: '\f14c';
}

.fa-share-square:before {
    content: '\f14d';
}

.fa-compass:before {
    content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
    content: '\f153';
}

.fa-gbp:before {
    content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
    content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
    content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '\f158';
}

.fa-won:before,
.fa-krw:before {
    content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '\f15a';
}

.fa-file:before {
    content: '\f15b';
}

.fa-file-text:before {
    content: '\f15c';
}

.fa-sort-alpha-asc:before {
    content: '\f15d';
}

.fa-sort-alpha-desc:before {
    content: '\f15e';
}

.fa-sort-amount-asc:before {
    content: '\f160';
}

.fa-sort-amount-desc:before {
    content: '\f161';
}

.fa-sort-numeric-asc:before {
    content: '\f162';
}

.fa-sort-numeric-desc:before {
    content: '\f163';
}

.fa-thumbs-up:before {
    content: '\f164';
}

.fa-thumbs-down:before {
    content: '\f165';
}

.fa-youtube-square:before {
    content: '\f166';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-xing:before {
    content: '\f168';
}

.fa-xing-square:before {
    content: '\f169';
}

.fa-youtube-play:before {
    content: '\f16a';
}

.fa-dropbox:before {
    content: '\f16b';
}

.fa-stack-overflow:before {
    content: '\f16c';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-flickr:before {
    content: '\f16e';
}

.fa-adn:before {
    content: '\f170';
}

.fa-bitbucket:before {
    content: '\f171';
}

.fa-bitbucket-square:before {
    content: '\f172';
}

.fa-tumblr:before {
    content: '\f173';
}

.fa-tumblr-square:before {
    content: '\f174';
}

.fa-long-arrow-down:before {
    content: '\f175';
}

.fa-long-arrow-up:before {
    content: '\f176';
}

.fa-long-arrow-left:before {
    content: '\f177';
}

.fa-long-arrow-right:before {
    content: '\f178';
}

.fa-apple:before {
    content: '\f179';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-android:before {
    content: '\f17b';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-dribbble:before {
    content: '\f17d';
}

.fa-skype:before {
    content: '\f17e';
}

.fa-foursquare:before {
    content: '\f180';
}

.fa-trello:before {
    content: '\f181';
}

.fa-female:before {
    content: '\f182';
}

.fa-male:before {
    content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '\f184';
}

.fa-sun-o:before {
    content: '\f185';
}

.fa-moon-o:before {
    content: '\f186';
}

.fa-archive:before {
    content: '\f187';
}

.fa-bug:before {
    content: '\f188';
}

.fa-vk:before {
    content: '\f189';
}

.fa-weibo:before {
    content: '\f18a';
}

.fa-renren:before {
    content: '\f18b';
}

.fa-pagelines:before {
    content: '\f18c';
}

.fa-stack-exchange:before {
    content: '\f18d';
}

.fa-arrow-circle-o-right:before {
    content: '\f18e';
}

.fa-arrow-circle-o-left:before {
    content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '\f191';
}

.fa-dot-circle-o:before {
    content: '\f192';
}

.fa-wheelchair:before {
    content: '\f193';
}

.fa-vimeo-square:before {
    content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '\f195';
}

.fa-plus-square-o:before {
    content: '\f196';
}

.fa-space-shuttle:before {
    content: '\f197';
}

.fa-slack:before {
    content: '\f198';
}

.fa-envelope-square:before {
    content: '\f199';
}

.fa-wordpress:before {
    content: '\f19a';
}

.fa-openid:before {
    content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '\f19d';
}

.fa-yahoo:before {
    content: '\f19e';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-reddit:before {
    content: '\f1a1';
}

.fa-reddit-square:before {
    content: '\f1a2';
}

.fa-stumbleupon-circle:before {
    content: '\f1a3';
}

.fa-stumbleupon:before {
    content: '\f1a4';
}

.fa-delicious:before {
    content: '\f1a5';
}

.fa-digg:before {
    content: '\f1a6';
}

.fa-pied-piper:before {
    content: '\f1a7';
}

.fa-pied-piper-alt:before {
    content: '\f1a8';
}

.fa-drupal:before {
    content: '\f1a9';
}

.fa-joomla:before {
    content: '\f1aa';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-fax:before {
    content: '\f1ac';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-child:before {
    content: '\f1ae';
}

.fa-paw:before {
    content: '\f1b0';
}

.fa-spoon:before {
    content: '\f1b1';
}

.fa-cube:before {
    content: '\f1b2';
}

.fa-cubes:before {
    content: '\f1b3';
}

.fa-behance:before {
    content: '\f1b4';
}

.fa-behance-square:before {
    content: '\f1b5';
}

.fa-steam:before {
    content: '\f1b6';
}

.fa-steam-square:before {
    content: '\f1b7';
}

.fa-recycle:before {
    content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
    content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
    content: '\f1ba';
}

.fa-tree:before {
    content: '\f1bb';
}

.fa-spotify:before {
    content: '\f1bc';
}

.fa-deviantart:before {
    content: '\f1bd';
}

.fa-soundcloud:before {
    content: '\f1be';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-file-pdf-o:before {
    content: '\f1c1';
}

.fa-file-word-o:before {
    content: '\f1c2';
}

.fa-file-excel-o:before {
    content: '\f1c3';
}

.fa-file-powerpoint-o:before {
    content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '\f1c8';
}

.fa-file-code-o:before {
    content: '\f1c9';
}

.fa-vine:before {
    content: '\f1ca';
}

.fa-codepen:before {
    content: '\f1cb';
}

.fa-jsfiddle:before {
    content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '\f1cd';
}

.fa-circle-o-notch:before {
    content: '\f1ce';
}

.fa-ra:before,
.fa-rebel:before {
    content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
    content: '\f1d1';
}

.fa-git-square:before {
    content: '\f1d2';
}

.fa-git:before {
    content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '\f1d4';
}

.fa-tencent-weibo:before {
    content: '\f1d5';
}

.fa-qq:before {
    content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '\f1d9';
}

.fa-history:before {
    content: '\f1da';
}

.fa-circle-thin:before {
    content: '\f1db';
}

.fa-header:before {
    content: '\f1dc';
}

.fa-paragraph:before {
    content: '\f1dd';
}

.fa-sliders:before {
    content: '\f1de';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt-square:before {
    content: '\f1e1';
}

.fa-bomb:before {
    content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '\f1e3';
}

.fa-tty:before {
    content: '\f1e4';
}

.fa-binoculars:before {
    content: '\f1e5';
}

.fa-plug:before {
    content: '\f1e6';
}

.fa-slideshare:before {
    content: '\f1e7';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-yelp:before {
    content: '\f1e9';
}

.fa-newspaper-o:before {
    content: '\f1ea';
}

.fa-wifi:before {
    content: '\f1eb';
}

.fa-calculator:before {
    content: '\f1ec';
}

.fa-paypal:before {
    content: '\f1ed';
}

.fa-google-wallet:before {
    content: '\f1ee';
}

.fa-cc-visa:before {
    content: '\f1f0';
}

.fa-cc-mastercard:before {
    content: '\f1f1';
}

.fa-cc-discover:before {
    content: '\f1f2';
}

.fa-cc-amex:before {
    content: '\f1f3';
}

.fa-cc-paypal:before {
    content: '\f1f4';
}

.fa-cc-stripe:before {
    content: '\f1f5';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-bell-slash-o:before {
    content: '\f1f7';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-copyright:before {
    content: '\f1f9';
}

.fa-at:before {
    content: '\f1fa';
}

.fa-eyedropper:before {
    content: '\f1fb';
}

.fa-paint-brush:before {
    content: '\f1fc';
}

.fa-birthday-cake:before {
    content: '\f1fd';
}

.fa-area-chart:before {
    content: '\f1fe';
}

.fa-pie-chart:before {
    content: '\f200';
}

.fa-line-chart:before {
    content: '\f201';
}

.fa-lastfm:before {
    content: '\f202';
}

.fa-lastfm-square:before {
    content: '\f203';
}

.fa-toggle-off:before {
    content: '\f204';
}

.fa-toggle-on:before {
    content: '\f205';
}

.fa-bicycle:before {
    content: '\f206';
}

.fa-bus:before {
    content: '\f207';
}

.fa-ioxhost:before {
    content: '\f208';
}

.fa-angellist:before {
    content: '\f209';
}

.fa-cc:before {
    content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '\f20b';
}

.fa-meanpath:before {
    content: '\f20c';
}

.fa-buysellads:before {
    content: '\f20d';
}

.fa-connectdevelop:before {
    content: '\f20e';
}

.fa-dashcube:before {
    content: '\f210';
}

.fa-forumbee:before {
    content: '\f211';
}

.fa-leanpub:before {
    content: '\f212';
}

.fa-sellsy:before {
    content: '\f213';
}

.fa-shirtsinbulk:before {
    content: '\f214';
}

.fa-simplybuilt:before {
    content: '\f215';
}

.fa-skyatlas:before {
    content: '\f216';
}

.fa-cart-plus:before {
    content: '\f217';
}

.fa-cart-arrow-down:before {
    content: '\f218';
}

.fa-diamond:before {
    content: '\f219';
}

.fa-ship:before {
    content: '\f21a';
}

.fa-user-secret:before {
    content: '\f21b';
}

.fa-motorcycle:before {
    content: '\f21c';
}

.fa-street-view:before {
    content: '\f21d';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-venus:before {
    content: '\f221';
}

.fa-mars:before {
    content: '\f222';
}

.fa-mercury:before {
    content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '\f224';
}

.fa-transgender-alt:before {
    content: '\f225';
}

.fa-venus-double:before {
    content: '\f226';
}

.fa-mars-double:before {
    content: '\f227';
}

.fa-venus-mars:before {
    content: '\f228';
}

.fa-mars-stroke:before {
    content: '\f229';
}

.fa-mars-stroke-v:before {
    content: '\f22a';
}

.fa-mars-stroke-h:before {
    content: '\f22b';
}

.fa-neuter:before {
    content: '\f22c';
}

.fa-genderless:before {
    content: '\f22d';
}

.fa-facebook-official:before {
    content: '\f230';
}

.fa-pinterest-p:before {
    content: '\f231';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-server:before {
    content: '\f233';
}

.fa-user-plus:before {
    content: '\f234';
}

.fa-user-times:before {
    content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
    content: '\f236';
}

.fa-viacoin:before {
    content: '\f237';
}

.fa-train:before {
    content: '\f238';
}

.fa-subway:before {
    content: '\f239';
}

.fa-medium:before {
    content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '\f23b';
}

.fa-optin-monster:before {
    content: '\f23c';
}

.fa-opencart:before {
    content: '\f23d';
}

.fa-expeditedssl:before {
    content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '\f244';
}

.fa-mouse-pointer:before {
    content: '\f245';
}

.fa-i-cursor:before {
    content: '\f246';
}

.fa-object-group:before {
    content: '\f247';
}

.fa-object-ungroup:before {
    content: '\f248';
}

.fa-sticky-note:before {
    content: '\f249';
}

.fa-sticky-note-o:before {
    content: '\f24a';
}

.fa-cc-jcb:before {
    content: '\f24b';
}

.fa-cc-diners-club:before {
    content: '\f24c';
}

.fa-clone:before {
    content: '\f24d';
}

.fa-balance-scale:before {
    content: '\f24e';
}

.fa-hourglass-o:before {
    content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '\f253';
}

.fa-hourglass:before {
    content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '\f256';
}

.fa-hand-scissors-o:before {
    content: '\f257';
}

.fa-hand-lizard-o:before {
    content: '\f258';
}

.fa-hand-spock-o:before {
    content: '\f259';
}

.fa-hand-pointer-o:before {
    content: '\f25a';
}

.fa-hand-peace-o:before {
    content: '\f25b';
}

.fa-trademark:before {
    content: '\f25c';
}

.fa-registered:before {
    content: '\f25d';
}

.fa-creative-commons:before {
    content: '\f25e';
}

.fa-gg:before {
    content: '\f260';
}

.fa-gg-circle:before {
    content: '\f261';
}

.fa-tripadvisor:before {
    content: '\f262';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-odnoklassniki-square:before {
    content: '\f264';
}

.fa-get-pocket:before {
    content: '\f265';
}

.fa-wikipedia-w:before {
    content: '\f266';
}

.fa-safari:before {
    content: '\f267';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
    content: '\f26c';
}

.fa-contao:before {
    content: '\f26d';
}

.fa-500px:before {
    content: '\f26e';
}

.fa-amazon:before {
    content: '\f270';
}

.fa-calendar-plus-o:before {
    content: '\f271';
}

.fa-calendar-minus-o:before {
    content: '\f272';
}

.fa-calendar-times-o:before {
    content: '\f273';
}

.fa-calendar-check-o:before {
    content: '\f274';
}

.fa-industry:before {
    content: '\f275';
}

.fa-map-pin:before {
    content: '\f276';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-map-o:before {
    content: '\f278';
}

.fa-map:before {
    content: '\f279';
}

.fa-commenting:before {
    content: '\f27a';
}

.fa-commenting-o:before {
    content: '\f27b';
}

.fa-houzz:before {
    content: '\f27c';
}

.fa-vimeo:before {
    content: '\f27d';
}

.fa-black-tie:before {
    content: '\f27e';
}

.fa-fonticons:before {
    content: '\f280';
}

.mg-b-0 {
    margin-bottom: 0;
}

.mg-b-l {
    margin-bottom: 20px;
}

.mg-l-l {
    margin-left: 20px;
}

/*
utility -- clearfix.scss
----------------------------------------*/
.clearfix:after {
    display: table;
    clear: both;
    content: '';
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/*
layout -- grid.scss
----------------------------------------*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.pull-right,
.header-pull {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    border: 0;
    background-color: transparent;
    color: transparent;
    text-shadow: none;
    font: 0/0 a;
}

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

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs,
    #main-nav,
    footer #footer-nav {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    #main-nav {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    .joinus-mobile {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    .joinus-mobile {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
layout -- header.scss
----------------------------------------*/
/* header ---------- */
header {
    margin: 15px 0;
}

header h1 {
    margin: 0;
    padding: 0;
}

header img {
    width: auto !important;
}

@media (min-width: 992px) {
    header h2 {
        margin-top: -7px;
    }
    header h2 img {
        max-width: 680px;
    }
}

/* community header */
body > header.container {
    position: relative;
}

@media (max-width: 767px) {
    body > header.container {
        height: 390px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    body > header.container {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    body > header.container {
        height: 480px;
    }
}

.header-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

@media (min-width: 480px) {
    .header-banner img {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    .header-banner {
        padding-right: 0;
        padding-bottom: 0;
        text-align: right;
    }
    .header-banner img {
        max-width: 370px;
    }
}

@media (min-width: 992px) {
    .header-banner {
        bottom: -15px;
    }
}

.header-banner ul {
    padding-left: 0;
    list-style: none;
}

.header-banner ul li:first-child {
    margin-bottom: 10px;
}

/*
layout -- footer.scss
----------------------------------------*/
/* footer ---------- */
footer {
    padding: 40px 0;
    background: black;
}

footer #footer-nav {
    padding-bottom: 40px;
    border-bottom: 1px solid white;
}

footer #footer-nav ul {
    margin-left: 0;
    padding-left: 0;
}

footer #footer-nav > li {
    width: 14.285%;
}

footer #footer-nav h6 {
    color: #ccc;
}

footer #footer-nav li {
    list-style: none;
    vertical-align: top;
}

footer #footer-nav li a {
    color: #ccc;
    font-size: 12px;
}

footer #footer-nav li a:hover {
    color: white;
}

footer #footer-nav li h6 {
    margin-top: 0;
    padding-top: 0;
}

footer .footer-sprite {
    display: inline-block;
    margin: 0 auto;
    background: url('../../images/official/footer-sprite.png') no-repeat 0 0;
    text-indent: -99999em;
}

footer .footer-sprite.zos {
    width: 107px;
    height: 30px;
    background-position: 0 -96px;
}

footer .footer-sprite.bethesda {
    width: 133px;
    height: 21px;
    background-position: 0 -156px;
}

footer .footer-sprite.pcgame {
    width: 48px;
    height: 71px;
    background-position: 0 -204px;
}

footer .footer-sprite.macgame {
    width: 52px;
    height: 70px;
    background-position: -95px -204px;
}

footer .footer-sprite.ps4 {
    width: 144px;
    height: 30px;
    margin-top: 15px;
    background-position: -223px -115px;
}

footer .footer-sprite.xbox {
    width: 151px;
    height: 30px;
    margin-top: 15px;
    background-position: -223px 0;
}

footer .footer-sprite.esrb {
    width: 200px;
    height: 121px;
    background-position: 0 -366px;
}

footer .truste {
    display: inline-block;
    width: 200px;
    margin: 10px auto 0;
}

footer #footer-logos {
    padding-top: 40px;
}

footer #footer-logos a:hover {
    background-color: black !important;
}

footer #footer-logos .row {
    padding-bottom: 20px;
}

footer #copyright {
    padding-top: 40px;
    color: #ccc;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 992px) {
    footer .footer-sprite.ps4 {
        margin-left: 35px;
    }
}

@media (max-width: 992px) {
    footer #footer-logos .row {
        padding-bottom: 0;
    }
    div.row.studios div,
    div.row.platforms div,
    div.row.ratings div {
        padding-bottom: 10px;
    }
    footer #footer-logos {
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    footer .footer-sprite.ps4,
    footer .footer-sprite.xbox {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    footer #footer-logos {
        padding-top: 0;
    }
    .footer-dmm-logo-center {
        max-width: 160px;
        height: auto;
    }
}

/*
layout -- container.scss
----------------------------------------*/
/* container ---------- */
.container {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

.container:before,
.container:after {
    display: table;
    content: ' ';
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* container-fluid ---------- */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: ' ';
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: ' ';
}

.row:after {
    clear: both;
}

.container.container-bg {
    min-height: 600px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

.container.container-bg-black {
    min-height: 600px;
    background: black;
    background: rgba(0, 0, 0, 0.7);
}

/*
layout -- main.scss
----------------------------------------*/
/* main ---------- */
.main {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .main {
        float: left;
        width: 66.66667%;
    }
}

.main .news-col h4 small {
    color: #33636b;
}

.main .news-col h4 small:hover {
    color: #1a3337;
}

/* sidebar ---------- */
.sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .sidebar {
        float: left;
        width: 33.33333%;
    }
}

/* main-full ---------- */
.main-full {
    position: relative;
    float: left;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*
layout -- visible.scss
----------------------------------------*/
/* visible ---------- */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs,
    #main-nav,
    footer #footer-nav {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    #main-nav {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    .joinus-mobile {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    .joinus-mobile {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
component -- label.scss
----------------------------------------*/
/* label ---------- */
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    border-radius: 0.25em;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 75%;
    line-height: 1;
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

/* label-default ---------- */
.label-default {
    background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray;
}

/* label-primary ---------- */
.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

/* label-success ---------- */
.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

/* label-info ---------- */
.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

/* label-warning ---------- */
.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

/* label-danger ---------- */
.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

/*
component -- modal.scss
----------------------------------------*/
/* modal ---------- */
body.modal-open {
    overflow: auto !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    outline: none;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.42857px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

body.modal-open {
    overflow: auto !important;
}

.modal {
    overflow-y: auto !important;
}

#modal-title {
    margin-bottom: 0;
}

.modal-body {
    background: #fff url('../../images/official/blue-munge.jpg') left center no-repeat;
}

.modal-body .carousel {
    margin-bottom: 30px;
    border: 2px solid #3b6a6b;
}

.modal-body .modal-content .btn {
    white-space: normal;
}

.modal-body video {
    border: 2px solid #3b6a6b;
}

.modal-body .item-text {
    color: #3b6a6b;
}

.modal-body a {
    white-space: normal;
}

#modal-title {
    margin-bottom: 0;
}

/* #modal ---------- */
#modal {
    position: fixed;
    z-index: 3;
    display: none;
    overflow: hidden;
    max-width: 867px;
    margin: 0;
    border: 1px solid #b8a779;
    background-color: #4d4c4c;
    background-position: center top;
    background-repeat: no-repeat;
}

#modal .primary-close-modal {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    height: 34px;
    text-align: center;
    line-height: 22px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

/*
component -- fancybox.scss
----------------------------------------*/
/*!
fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #33636b;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    margin: 0;
    padding: 15px;
    color: #444;
    white-space: nowrap;
    font: 14px/20px;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../../images/official/libs/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8060;
    margin-top: -50px;
    margin-left: -43px;
    background-position: 0 -108px;
    opacity: 0.8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    cursor: pointer;
}

#fancybox-loading div {
    width: 100px;
    height: 97px;
    background: url('../../images/official/ouro-loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 8040;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.fancybox-nav {
    position: absolute;
    top: 30px;
    z-index: 8040;
    width: 30%;
    height: 80%;
    background: transparent url('../../images/official/libs/fancybox/blank.gif');
    text-decoration: none;
    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    z-index: 8040;
    visibility: hidden;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8010;
    display: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 8050;
    margin-bottom: -35px;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: #1a3337;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 24px;
}

.fancybox-title-float-wrap .child a {
    color: #ccc;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../../images/official/libs/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url('../../images/official/libs/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}

.fancybox-skin {
    margin-top: -40px;
}

.fancybox-skin .fancybox-title-float-wrap {
    top: 100%;
    right: 0;
    width: 100% !important;
}

.fancybox-skin .fancybox-title-float-wrap .child {
    display: block;
    margin: 7px 0 0;
    white-space: normal;
    word-wrap: break-word;

    overflow-wrap: break-word;
}

/*
component -- button.scss
----------------------------------------*/
/* btn ---------- */
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.42857;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* btn-size ---------- */
.btn-lg {
    padding: 10px 16px;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
}

/* disabled ---------- */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
    filter: alpha(opacity=65);
    cursor: not-allowed;
    pointer-events: none;
}

/* default ---------- */
.btn-default {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border-color: #adadad;
    background-color: #ebebeb;
    color: #333;
}

.open .btn-default.dropdown-toggle {
    border-color: #adadad;
    background-color: #ebebeb;
    color: #333;
}

.btn-default:active,
.btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    border-color: #ccc;
    background-color: #fff;
}

.btn-default .badge {
    background-color: #333;
    color: #fff;
}

/* btn-primary ---------- */
.btn-primary {
    border-color: #357ebd;
    background-color: #428bca;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #285e8e;
    background-color: #3276b1;
    color: #fff;
}

.open .btn-primary.dropdown-toggle {
    border-color: #285e8e;
    background-color: #3276b1;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    border-color: #357ebd;
    background-color: #428bca;
}

.btn-primary .badge {
    background-color: #fff;
    color: #428bca;
}

/* btn-success ---------- */
.btn-success {
    border-color: #4cae4c;
    background-color: #5cb85c;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    border-color: #398439;
    background-color: #47a447;
    color: #fff;
}

.open .btn-success.dropdown-toggle {
    border-color: #398439;
    background-color: #47a447;
    color: #fff;
}

.btn-success:active,
.btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}

/* btn-info ---------- */
.btn-info {
    border-color: #46b8da;
    background-color: #5bc0de;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    border-color: #269abc;
    background-color: #39b3d7;
    color: #fff;
}

.open .btn-info.dropdown-toggle {
    border-color: #269abc;
    background-color: #39b3d7;
    color: #fff;
}

.btn-info:active,
.btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}

/* btn-warning ---------- */
.btn-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    border-color: #d58512;
    background-color: #ed9c28;
    color: #fff;
}

.open .btn-warning.dropdown-toggle {
    border-color: #d58512;
    background-color: #ed9c28;
    color: #fff;
}

.btn-warning:active,
.btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}

/* btn-danger ---------- */
.btn-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    border-color: #ac2925;
    background-color: #d2322d;
    color: #fff;
}

.open .btn-danger.dropdown-toggle {
    border-color: #ac2925;
    background-color: #d2322d;
    color: #fff;
}

.btn-danger:active,
.btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}

/* btn-link ---------- */
.btn-link {
    border-radius: 0;
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    color: #2a6496;
    text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}

/* btn-block ---------- */
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

/* btn-default ---------- */
.btn.btn-default {
    border: 1px solid #1a3337;
    background: white;
    color: #33636b;
}

.btn.btn-default:hover {
    color: #1a3337;
}

/* btn-green ---------- */
.btn.btn-green {
    border: 1px solid #004d00;
    background: green;
    color: white;
}

.btn.btn-green:hover {
    background: #004d00;
}

/* btn-black ---------- */
.btn.btn-black {
    border: 1px solid #1a3337;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

.btn.btn-black:hover {
    background: black;
}

/* btn-primary ---------- */
.btn.btn-primary {
    background: #105eab;
}

.btn.btn-primary:hover {
    background: #126bc2;
}

.btn {
    position: relative;
}

.btn [class*='fa-angle-double-'] {
    position: absolute;
    top: 8px;
    right: 5px;
    margin: 0;
}

.btn .fa-angle-double-down {
    display: none;
}

.btn .fa-angle-double-up {
    display: inline-block;
}

.btn.collapsed {
    border-color: #33636b;
    background: #fff;
    color: #33636b;
}

.btn.collapsed .fa-angle-double-down {
    display: inline-block;
}

.btn.collapsed .fa-angle-double-up {
    display: none;
}

.btn.btn-wide {
    width: 100%;
    height: 34px;
    padding: 0;
    border-color: #33636b;
    background: #fff;
    font-size: 16px;
    font-size: 12px;
    line-height: 34px;
}

@media (min-width: 768px) {
    .btn.btn-wide {
        font-size: 14px;
    }
}

.btn.btn-submit {
    height: 34px;
    border-color: #1a3337;
    background: #1a3337;
    color: #fff;
}

.btn.btn-submit:focus {
    outline: 0;
    box-shadow: none;
}

.btn.btn-post-xs {
    position: absolute;
    top: 0;
    right: 15px;
    width: 95px;
    height: 34px;
    padding-left: 20px;
    background: #33636b;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

@media (min-width: 768px) {
    .btn.btn-post-xs {
        display: none;
    }
}

.btn.btn-post-xs.collapsed {
    border-color: #333636;
    background: #fff;
    color: #33636b;
}

.btn.btn-dgreen {
    height: auto;
    border-color: #33636b;
    background: #33636b;
    color: #fff;
}

.btn.btn-dgreen:hover {
    border-color: #1a3337;
    background: #1a3337;
}

.btn.btn-dgreen:focus {
    outline: 0;
    box-shadow: none;
}

.btn-more {
    position: relative;
    display: inline-block;
    color: #33636b;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

.btn-more [class*='fa-angle-double-'] {
    margin-left: 5px;
}

.btn-more .fa-angle-double-down {
    display: none;
}

.btn-more .fa-angle-double-up {
    display: inline-block;
}

.btn-more.collapsed .fa-angle-double-down {
    display: inline-block;
}

.btn-more.collapsed .fa-angle-double-up {
    display: none;
}

/*
component -- dropdown.scss
----------------------------------------*/
/* dropdown ---------- */
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0 12px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    list-style: none;
    font-size: 14px;
}

.dropdown-menu.pull-right,
.dropdown-menu.header-pull {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    padding: 3px 20px;
    color: #333;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.42857;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    outline: 0;
    background-color: #428bca;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    color: #999;
    font-size: 12px;
    line-height: 1.42857;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu,
.header-pull > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

/*
component -- carousel.scss
----------------------------------------*/
/* carousel ---------- */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    opacity: 0.5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 45%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 45%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #000 \9;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.carousel-control {
    width: 5%;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 1px;
    border-color: #33636b;
    background-color: #33636b;
}

.carousel-indicators .active {
    border-color: #1a3337;
    background-color: #1a3337;
}

@media (min-width: 992px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -60px;
        font-size: 80px;
    }
}

/*
component -- ad.scss
----------------------------------------*/
/* ad ---------- */
.ad {
    padding-bottom: 25px;
    text-align: center;
}

.ad > a {
    display: block;
}

.alert.alert-danger {
    border-color: #600;
    background: #900;
    color: white;
}

/*
component -- navi.scss
----------------------------------------*/
/* nav ---------- */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    display: table;
    content: ' ';
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.nav > li.disabled > a {
    color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #428bca;
    background-color: #eee;
}

.nav .nav-divider {
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

/* nav-tabs ---------- */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    line-height: 1.42857;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    color: #555;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #428bca;
    color: #fff;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-tabs.nav-justified {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.nav-tabs.nav-justified {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.nav-tabs.nav-justified li.active a {
    background: #33636b;
    color: white;
}

.nav-tabs.nav-justified li.active a:hover {
    color: black;
}

.nav-tabs.nav-justified li a {
    margin: 0 1px;
    border: 0;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    font-size: 14px;
}

.nav-tabs.nav-justified li a:hover {
    border: 0;
    background: #e0eef0;
}

@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* navbar ---------- */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.navbar:before,
.navbar:after {
    display: table;
    content: ' ';
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: ' ';
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ' ';
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 9px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    border-color: #e7e7e7;
    background-color: #f8f8f8;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #ccc;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #222;
}

.navbar-inverse .navbar-brand {
    color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #000;
    color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #000;
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
        color: #444;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

/* lang-nav ---------- */
#lang-nav {
    position: relative;
    z-index: 999;
    min-height: 0 !important;
    margin-bottom: 0;
    padding: 0 10px;
    background: black;
}

@media (max-width: 991px) {
    #lang-nav {
        display: block;
    }
}

@media (min-width: 992px) {
    #lang-nav {
        display: none;
    }
}

#lang-nav #menu-mobile-toggle,
#lang-nav a {
    color: #999;
}

#lang-nav #menu-mobile-toggle:hover,
#lang-nav a:hover,
#lang-nav a:active {
    background: none;
    color: #fff;
}

#lang-nav #menu-mobile-toggle {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
}

#lang-nav #menu-mobile {
    display: none;
}

#lang-nav #menu-mobile li {
    position: relative;
    display: block;
    float: none;
}

#lang-nav #menu-mobile li a {
    display: block;
    padding: 8px 0;
    text-align: left;
}

#lang-nav #menu-mobile b.caret {
    display: none;
}

#lang-nav #menu-mobile a[href='#'] {
    color: #999;
    cursor: default;
}

#lang-nav #menu-mobile .dropdown-menu {
    position: static;
    display: block;
    float: none !important;
    margin-left: 30px;
}

#lang-nav .dropdown-menu {
    border: 1px solid transparent;
    background: black;
}

#lang-nav .dropdown-menu a:hover {
    background: black;
    color: white;
}

/* main-nav---------- */
#main-nav .navbar {
    min-height: 0;
    margin-bottom: 0;
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

#main-nav .preorder-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background: #105eab;
    color: white;
}

#main-nav .preorder-link:hover {
    background: #1478da;
}

#main-nav .joinus-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 20px;
    border: none;
    background: #105eab;
    color: white;
}

#main-nav .joinus-link:hover {
    background: #1478da;
}

#main-nav li.dropdown.open a {
    background: transparent !important;
}

#main-nav li a {
    color: #33636b;
}

#main-nav li a .caret {
    border-top-color: #33636b;
    border-bottom-color: #33636b;
}

#main-nav li a:hover {
    background: transparent;
    color: #1a3337;
}

#main-nav li a:hover .caret {
    border-top-color: #1a3337;
    border-bottom-color: #1a3337;
}

#main-nav li .dropdown-menu {
    width: 240px;
}

#main-nav li .dropdown-menu li {
    list-style: none;
}

#main-nav li .dropdown-menu li a {
    padding: 5px 15px;
    text-transform: none;
    font-size: 12px;
}

#main-nav li .dropdown-menu li ul {
    margin-left: 20px;
    padding-left: 0;
}

#main-nav li a:first-child {
    padding: 10px 12px;
    font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #main-nav li a:first-child {
        padding: 10px 10px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #lang-select {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

.nav .active a:hover {
    color: #1a3337;
}

.nav.nav-tab2 {
    margin-top: 25px;
    text-align: center;
}

.nav.nav-tab2 li {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #33636b;
    background: #fff;
}

.nav.nav-tab2 li.active {
    background: #33636b;
}

.nav.nav-tab2 li.active a,
.nav.nav-tab2 li.active span {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.nav.nav-tab3 {
    margin-top: 25px;
    text-align: center;
}

.nav.nav-tab3 li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #33636b;
    background: #fff;
}

.nav.nav-tab3 li:hover,
.nav.nav-tab3 li.active {
    border: 1px solid #1a3337;
    background: #1a3337;
}

.nav.nav-tab3 li:hover a,
.nav.nav-tab3 li:hover span,
.nav.nav-tab3 li.active a,
.nav.nav-tab3 li.active span {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #1a3337;
    color: #fff;
}

.nav.nav-tab4 {
    margin-top: 25px;
    text-align: center;
}

.nav.nav-tab4 li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #33636b;
    background: #fff;
}

.nav.nav-tab4 li:hover {
    border: 1px solid #1a3337;
    background: #1a3337;
}

.nav.nav-tab4 li:hover a,
.nav.nav-tab4 li:hover span {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #1a3337;
    color: #fff;
}

@media (min-width: 768px) {
    .nav.nav-tab2 li,
    .nav.nav-tab3 li,
    .nav.nav-tab4 li {
        margin-left: -1px;
    }
    .nav.nav-tab2 {
        margin-top: 25px;
    }
    .nav.nav-tab3 li {
        width: 33.333%;
        margin-bottom: 0;
    }
    .nav.nav-tab4 {
        margin-top: 25px;
    }
    .nav.nav-tab4 li {
        width: 25%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .nav.nav-tab2,
    .nav.nav-tab3,
    .nav.nav-tab4 {
        margin-top: 15px;
    }
}

.icon-nav-new {
    position: absolute;
    top: 8px;
    left: 80px;
    padding: 1px 10px;
    background-color: #34626f;
    color: #ffee02;
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 992px) {
    .icon-nav-new {
        top: -12px;
        left: 10px;
    }
    .icon-nav-new:after {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        border-top: 5px solid #34626f;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        content: '';
    }
}

@media (min-width: 1200px) {
    .icon-nav-new {
        left: 18px;
    }
}

/*
component -- pagination.scss
----------------------------------------*/
/* pagination ---------- */
.pagination {
    display: inline-block;
    margin: 20px 0;
    padding-left: 1px;
    border-radius: 0;
    list-style: none;
}

.pagination:after {
    display: table;
    clear: both;
    content: '';
}

.pagination > li {
    float: left;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    display: block;
    margin: -1px 0 0 -1px;
    padding: 3px 10px;
    border: 1px solid #56a2ae;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.6);
    color: #33636b;
    text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    border-color: #33636b;
    background-color: #1a3337;
    color: #fff;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    border-color: #1a3337;
    background-color: #1a3337;
    color: #fff;
    cursor: default;
}

.box-pagination {
    text-align: center;
}

@media (min-width: 768px) {
    .box-pagination {
        text-align: right;
    }
}

/*
component -- news-col.scss
----------------------------------------*/
/* news-col ---------- */
.news-col {
    margin-bottom: 15px;
}

.news-col article {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .news-col article {
        float: left;
        width: 50%;
    }
}

.news-col article:hover {
    cursor: pointer;
}

.news-col article a.news-anchor {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    text-decoration: none;
}

.news-col article a.news-anchor h4 {
    width: 100%;
    padding: 4px 0 0;
    color: #33636b;
    font-size: 14px;
}

.news-col article a.news-anchor time {
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}

/*
component -- social-col.scss
----------------------------------------*/
/* social-col ---------- */
.social-col .sidebar-box {
    position: relative;
    position: relative;
    position: relative;
    float: left;
    min-height: 1px;
    min-height: 1px;
    width: 33.33333%;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .social-col .sidebar-box {
        float: left;
        width: 100%;
    }
}

.social-col .fb_iframe_widget {
    position: absolute;
    right: 10%;
    left: 10%;
}

.social-col .twitter {
    position: absolute;
    right: 10%;
    left: 10%;
}

.social-col .gplus {
    position: absolute;
    right: 10%;
    left: 10%;
}

@media (max-width: 992px) {
    .sidebar-box,
    .twitter,
    .gplus {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*     .fb_iframe_widget,
    .twitter {
        top: 120px;
    } */
    .gplus {
        top: 130px;
    }
    #text-facebook,
    #text-twitter,
    #text-gplus {
        display: none;
    }
}

@media (min-width: 1200px) {
    .gplus {
        top: 150px;
    }
    #text-facebook,
    #text-twitter,
    #text-gplus {
        display: none;
    }
}

/* social-col-2 ---------- */
.social-col-2 .sidebar-box-2 {
    position: relative;
    margin-bottom: 15px;
}

.social-col-2 .sidebar-box-2 .nav-tw li {
    float: left;
    width: 50%;
    padding: 5px;
    border: 1px solid #33636b;
    background: #fff;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

.social-col-2 .sidebar-box-2 .nav-tw li:hover {
    background-color: #eee;
    text-decoration: none;
}

.social-col-2 .sidebar-box-2 .nav-tw li.active {
    background: #33636b;
    color: #fff;
}

.social-col-2 .sidebar-box-2 .list-tw {
    margin-bottom: 0;
    padding: 0;
}

.social-col-2 .sidebar-box-2 .list-tw li {
    display: none;
    list-style: none;
}

.social-col-2 .sidebar-box-2 .list-tw li.active {
    display: block;
}

@media (max-width: 992px) {
    .social-col-2 .sidebar-box-2 .nav-tw {
        max-width: 500px;
        margin: 0 auto;
    }
    .social-col-2 .sidebar-box-2 .list-tw {
        max-width: 500px;
        margin: 0 auto 20px;
    }
}

.sidebar-box-2 .list-inline {
    margin-left: 0;
}

@media (max-width: 992px) {
    .sidebar-box-2 {
        width: 100% !important;
        text-align: center;
    }
}

/* social-media-list ---------- */
.social-media-list {
    padding-bottom: 10px;
    border-bottom: 1px solid #1a3337;
}

.facebook-area {
    position: relative;
    width: 100%;
    height: 310px;
}

/*
component -- breadclumb.scss
----------------------------------------*/
/* breadcrumb ---------- */
.breadcrumb {
    margin-bottom: 20px;
    padding: 8px 15px;
    border-radius: 0;
    background-color: #f5f5f5;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}

.breadcrumb > .active {
    color: #999;
}

/*
component -- button.scss
----------------------------------------*/
/* btn ---------- */
.panel {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

.panel:after {
    display: table;
    clear: both;
    content: '';
}

@media (min-width: 768px) {
    .panel {
        padding: 20px;
    }
}

.panel.panel-shadow {
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(172, 182, 195, 0.8);
}

.panel.panel-sm {
    padding: 10px;
}

.panel.panel-warning {
    border: 1px solid #b80000;
    color: #b80000;
    font-weight: bold;
    font-size: 12px;
}

/*
component -- _collapse.scss
----------------------------------------*/
/* collapse ---------- */
.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
}

/*
component -- _list.scss
----------------------------------------*/
/* list ---------- */
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.list-warning {
    color: #b80000;
    font-weight: bold;
    font-size: 12px;
}

.list-indent {
    padding: 0;
    list-style-position: inside;
}

.list-indent li {
    padding-left: 1em;
    text-indent: -1em;
}

/*
component -- text.scss
----------------------------------------*/
/* text ---------- */
.text-warning {
    color: #b80000;
}

.text-warning.is-bold {
    font-weight: bold;
}

.text-esoplus {
    text-transform: none !important;
}

/*
component -- form.scss
----------------------------------------*/
/* forms ---------- */
input[type='text'].forms,
select.forms {
    height: 34px;
    padding: 0 5px;
    border: 1px solid #1a3337;
    background: #fff;
    color: #33636b;
    font-size: 12px;
}

input[type='text'].forms:focus,
select.forms:focus {
    border-color: #33636b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 99, 107, 0.6);
}

@media (min-width: 992px) {
    input[type='text'].forms,
    select.forms {
        font-size: 16px;
    }
}

input[type='file'].forms {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #1a3337;
    color: #33636b;
}

@media (min-width: 768px) {
    input[type='file'].forms {
        width: auto;
    }
}

textarea.forms {
    min-height: 10em;
    max-width: 100%;
    border: 1px solid #1a3337;
}

textarea.forms:focus {
    border-color: #33636b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 99, 107, 0.6);
}

@media (min-width: 992px) {
    textarea.forms {
        font-size: 16px;
    }
}

/*
project -- top.scss
----------------------------------------*/
/* home ---------- */
@media (max-width: 992px) {
    #home {
        overflow-x: hidden;
    }
}

/* slider-col ---------- */
#home .slider-col .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.7);
}

#home .slider-col .carousel-caption h3 {
    padding-left: 15px;
    color: #1a3337;
    text-shadow: none;
    font-size: 23px;
}

#home .slider-col .carousel-caption p {
    padding-left: 15px;
    color: #1a3337;
    text-shadow: none;
    font-size: 16px;
}

@media (max-width: 992px) {
    #home .slider-col .carousel-indicators {
        display: none;
    }
    #home .slider-col {
        margin-bottom: 17px;
    }
    #home .carousel-control .icon-prev,
    #home .carousel-control .icon-next {
        margin-top: -50px;
        margin-left: 0;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    #home .slider-col .carousel-caption {
        position: relative;
        height: 150px;
    }
    #home .slider-col .carousel-caption h3 {
        font-size: 1.2em;
    }
    #home .slider-col .carousel-caption p {
        font-size: 1.2em;
    }
    #home .carousel-control {
        bottom: 150px;
        font-size: 40px;
    }
    #home .carousel-control .icon-prev,
    #home .carousel-control .icon-next {
        margin-top: -40px;
        margin-left: 0;
    }
}

/* preorder-col ---------- */
#home .preorder-col figure {
    position: relative;
}

#home .preorder-col figure.buynow {
    margin-bottom: 10px;
}

#home .preorder-col figure .btn {
    position: absolute;
    right: 15%;
    bottom: 8px;
    left: 15%;
    padding: 10px 25px;
    font-size: 14px;
}

#home .preorder-col div.maintenance {
    position: relative;
    width: 100%;
    height: 194px;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #3b6a6b;
    background: url('../../images/official/bg_maintenance.jpg') top center repeat-x;
    background-size: auto 100%;
    color: #fff;
    text-align: center;
}

#home .preorder-col div.maintenance h3 {
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000, 1px 1px 1px #000;
}

#home .preorder-col div.maintenance p {
    color: #fff;
    font-size: 16px;
}

#home .preorder-col div.maintenance p span {
    display: inline-block;
    margin-bottom: 0.5em;
}

#home .preorder-col div.maintenance p span.strong {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 115%;
}

#home .preorder-col div.maintenance p span.small {
    padding-top: 0.5em;
    font-size: 11px;
    line-height: 1.4em;
}

#home .preorder-col div.maintenance .box-btn-maintenance {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

#home .preorder-col div.maintenance a {
    width: 50%;
}

#home .preorder-col div.maintenance.nonebtn h3 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #home .preorder-col div.maintenance {
        height: auto;
    }
    #home .preorder-col div.maintenance p {
        font-size: 1.2em;
    }
    #home .preorder-col div.maintenance .box-btn-maintenance {
        position: relative;
    }
    #home .preorder-col div.maintenance a {
        display: inline-block;
        width: auto;
    }
}

#home .preorder-col h3.dlc-packs {
    width: 100%;
    margin: -5px 0 5px 0;
    padding: 4px 0 5px 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#home .preorder-col figure.half {
    float: left;
    width: 49%;
    margin-right: 1%;
}

#home .preorder-col figure.half .btn {
    right: 5%;
    bottom: 22px;
    left: 5%;
    z-index: 2;
    padding: 0;
    font-size: 16px;
}

#home .preorder-col figure.half.right {
    margin-right: 0;
    margin-left: 1%;
}

@media (max-width: 991px) {
    #home .preorder-col figure .btn {
        bottom: 15px;
        font-size: 24px;
    }
    #home .preorder-col figure.half .btn {
        bottom: 15px;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    #home .preorder-col figure .btn {
        bottom: 15px;
        font-size: 12px;
    }
    #home .preorder-col figure.half .btn {
        bottom: 15px;
        font-size: 12px;
    }
}

/* ctas ---------- */
#home #ctas {
    overflow: hidden;
}

#home #ctas .cta {
    position: relative;
    min-height: 1px;
    margin: 20px 0;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #home #ctas .cta {
        float: left;
        width: 33.33333%;
    }
}

#home #ctas .cta span {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    width: 90%;
    padding-left: 10px;
    color: white;
    font-size: 18px;
}

@media (max-width: 767px) {
    #home #ctas .cta span#cta-center,
    #home #ctas .cta span#cta-right {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 0;
        font-size: 1.4em;
    }
    html[lang='fr'] #home #ctas .cta span#cta-left {
        top: 30px;
        z-index: 2;
        width: 330px;
        padding-left: 10px;
        font-size: 1.2em;
    }
    html[lang='fr'] #home #ctas .cta span#cta-center {
        top: 30px;
        z-index: 2;
        width: 330px;
        padding-left: 0;
        font-size: 1.2em;
    }
    html[lang='fr'] #home #ctas .cta span#cta-right {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 0;
        font-size: 1.1em;
    }
    html[lang='de'] #home #ctas .cta span#cta-left {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 10px;
        font-size: 1.4em;
    }
    html[lang='de'] #home #ctas .cta span#cta-center,
    html[lang='de'] #home #ctas .cta span#cta-right {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 0;
        font-size: 1.4em;
    }
    html[lang='de'] #home #ctas .cta span#cta-right {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 0;
        font-size: 1.2em;
    }
    #home #ctas .cta span#cta-left {
        top: 30px;
        z-index: 2;
        width: 350px;
        padding-left: 10px;
        font-size: 1.4em;
    }
}

@media (max-width: 991px) {
    #home .preorder-col h3.dlc-packs {
        margin-top: 17px;
        margin-bottom: 10px;
    }
    #home #ctas .cta span {
        text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
    }
}

.banner-sidebar {
    margin-bottom: 10px;
}

/*
project -- gameguide.scss
----------------------------------------*/
#the-alliance-war #alliance-link {
    margin-bottom: 30px;
}

#the-alliance-war #map-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

#the-alliance-war .img-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #the-alliance-war .img-col {
        float: left;
        width: 66.66667%;
    }
}

#the-alliance-war .text-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #the-alliance-war .text-col {
        float: left;
        width: 33.33333%;
    }
}

#the-alliance-war #siege,
#the-alliance-war #emporer {
    margin-top: 15px;
}

@media (max-width: 768px) {
    #the-alliance-war a.btn.btn-default {
        white-space: normal;
    }
}

.alliance-map {
    position: relative;
    line-height: 0;
}

.alliance-map .alliance {
    position: absolute;
}

.alliance-map .alliance h3 {
    color: white;
    text-align: center;
    font-size: 2.5em;
}

.alliance-map #daggerfall {
    top: 28%;
    left: 10%;
}

.alliance-map #daggerfall .daggerfall-covenant {
    margin-left: -3px;
}

.alliance-map #aldmeri {
    bottom: 29%;
    left: 30%;
}

.alliance-map #ebonheart {
    top: 39%;
    right: 1%;
}

@media (max-width: 600px) {
    .alliance-map #daggerfall {
        top: 20%;
        left: 5%;
    }
    .alliance-map #aldmeri {
        bottom: 20%;
        left: 5%;
    }
    .alliance-map #ebonheart {
        top: 39%;
        right: 5%;
    }
}

@media (max-width: 500px) {
    .alliance-map #daggerfall {
        top: 0;
        left: 1%;
    }
    .alliance-map #aldmeri {
        bottom: 0;
        left: 1%;
    }
    .alliance-map #ebonheart {
        top: 32%;
        left: 1%;
    }
    .alliance-map .alliance-tabs a {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .alliance-map .alliance-tabs a {
        font-size: 10px;
    }
}

.tab-container {
    margin-bottom: 30px;
}

.alliance-tabs {
    margin: 0;
}

.alliance-tabs .tab {
    display: inline-block;
    width: 301px;
    height: 105px;
    background: transparent url('../../images/official/tabs-alliance-v2.png') 0 0 no-repeat;
}

.alliance-tabs a,
.alliance-tabs span {
    display: block;
    padding-left: 100px;
    color: #413723;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 107px;
}

.alliance-tabs .daggerfall-covenant:hover,
.alliance-tabs .daggerfall-covenant.active {
    background-position: 0 -395px;
}

.alliance-tabs .ebonheart-pact {
    background-position: -311px 0;
}

.alliance-tabs .ebonheart-pact:hover,
.alliance-tabs .ebonheart-pact.active {
    background-position: -311px -395px;
}

.alliance-tabs .aldmeri-dominion {
    background-position: -622px 0;
}

.alliance-tabs .aldmeri-dominion:hover,
.alliance-tabs .aldmeri-dominion.active {
    background-position: -622px -395px;
}

#alliance #races-header {
    margin: 30px 0 0;
}

#alliance .leader {
    margin-bottom: 30px;
}

#alliance .races .row {
    margin-top: 30px;
    margin-bottom: 45px;
}

@media (max-width: 500px) {
    #alliance .races .race-title {
        font-size: 14px;
    }
}

#alliance .race.breton {
    background: transparent url('../../images/official/race-breton.png') no-repeat;
}

#alliance .breton h3 {
    padding: 24px 0 25px 70px;
    background: url('../../images/official/alliance-breton.png') left no-repeat;
}

#alliance .race.redguard {
    background: transparent url('../../images/official/race-redguard.png') no-repeat;
}

#alliance .redguard h3 {
    padding: 24px 0 25px 70px;
    background: url('../../images/official/alliance-redguard.png') left no-repeat;
}

#alliance .race.orc {
    background: transparent url('../../images/official/race-orc.png') no-repeat;
}

#alliance .orc h3 {
    padding: 26px 0 25px 65px;
    background: url('../../images/official/alliance-orc.png') left no-repeat;
}

#alliance .race.high-elf {
    background: transparent url('../../images/official/race-altmer.png') no-repeat;
}

#alliance .high-elf h3 {
    padding: 26px 0 25px 65px;
    background: url('../../images/official/alliance-altmer.png') left no-repeat;
}

#alliance .race.wood-elf {
    background: transparent url('../../images/official/race-bosmer.png') no-repeat;
}

#alliance .wood-elf h3 {
    padding: 36px 0 25px 65px;
    background: url('../../images/official/alliance-bosmer.png') left no-repeat;
}

#alliance .race.khajiit {
    background: transparent url('../../images/official/race-khajiit.png') no-repeat;
}

#alliance .khajiit h3 {
    padding: 26px 0 25px 70px;
    background: url('../../images/official/alliance-khajiit.png') left no-repeat;
}

#alliance .race.nord {
    background: transparent url('../../images/official/race-nord.png') no-repeat;
}

#alliance .nord h3 {
    padding: 24px 0 25px 65px;
    background: url('../../images/official/alliance-nord.png') left no-repeat;
}

#alliance .race.dark-elf {
    background: transparent url('../../images/official/race-dunmer.png') no-repeat;
}

#alliance .dark-elf h3 {
    padding: 16px 0 25px 80px;
    background: url('../../images/official/alliance-dunmer.png') left no-repeat;
}

#alliance .race.argonian {
    background: transparent url('../../images/official/race-argonian.png') no-repeat;
}

#alliance .argonian h3 {
    padding: 25px 0 25px 65px;
    background: url('../../images/official/alliance-argonian.png') left no-repeat;
}

#alliance .content {
    height: 100%;
}

#alliance .opposing-alliances .row {
    margin-bottom: 15px;
}

#alliance .opposing-alliances .col-sm-12 {
    position: relative;
}

#alliance .opposing-alliances .opp-text {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 25%;
}

#alliance #alliance-link {
    margin-bottom: 30px;
}

#alliance #map-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

#alliance .img-col {
    position: relative;
    position: relative;
    min-height: 1px;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #alliance .img-col {
        float: left;
        width: 58.33333%;
    }
}

@media (min-width: 992px) {
    #alliance .img-col {
        float: left;
        width: 66.66667%;
    }
}

#alliance .text-col {
    position: relative;
    position: relative;
    min-height: 1px;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #alliance .text-col {
        float: left;
        width: 41.66667%;
    }
}

@media (min-width: 992px) {
    #alliance .text-col {
        float: left;
        width: 33.33333%;
    }
}

#alliance .nav-tabs.nav-justified {
    display: none;
}

@media (max-width: 991px) {
    #alliance .row .tab-container {
        display: none;
    }
    #alliance .nav-tabs.nav-justified {
        display: block;
    }
}

.leader .splash,
.leader .slide {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-title {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.text-overlay {
    position: absolute;
    margin: 0;
    padding: 10px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.95em;
}

.slider-title .long {
    border: 0;
    color: #1a3337;
}

.slider-title p {
    padding-right: 30%;
    line-height: 150%;
}

.slider-title h2,
.slider-title p {
    padding: 10px;
}

.text-overlay p,
.text-overlay .beta,
.text-overlay #news-post article h2.long,
#news-post article .text-overlay h2.long {
    color: #1a3337;
}

h2.beta.long,
#news-post article h2.long {
    margin-bottom: 0;
    font-size: 1.4em;
}

#leader-responsive {
    display: none;
}

@media (max-width: 991px) {
    #leader-responsive {
        display: block;
        padding-bottom: 30px;
    }
    .leader .slide {
        display: none;
    }
}

.imLightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../../images/official/bg-body-trans.png') top center repeat-y;
}

#gameguide .mg-t-10 {
    margin-top: 10px;
}

#gameguide .nav-beginner {
    margin: 10px auto 0;
}

#gameguide .nav-beginner ul {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

#gameguide .nav-beginner li {
    display: inline-block;
    width: 100%;
}

#gameguide .nav-beginner li:nth-child(1) {
    margin-bottom: 10px;
}

#gameguide .nav-beginner .btn-wide {
    height: 50px;
    line-height: 50px;
}

#gameguide .nav-beginner .btn-submit {
    padding: 0.7em 0;
    line-height: 1.4;
}

#gameguide .sect h5 {
    margin-bottom: 15px;
}

#gameguide .sect figure + p {
    margin-top: 10px;
}

#gameguide .sect p + figure {
    margin-top: 5px;
}

#gameguide .sect p {
    margin-bottom: 0;
}

#gameguide .sect p + p {
    margin-top: 10px;
}

#gameguide .sect p + .row {
    margin-top: 5px;
}

#gameguide .sect .row + .row {
    margin-top: 20px;
}

#gameguide .table-config {
    width: 100%;
    margin-top: 5px;
}

#gameguide .table-config thead th {
    background-color: #33636b;
    color: #fff;
}

#gameguide .table-config th,
#gameguide .table-config td {
    width: 50%;
    padding: 10px 0;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

#gameguide .table-config .color1 {
    background-color: #cfb4d6;
    color: #744a99;
}

#gameguide .table-config .color2 {
    background-color: #eae4b7;
    color: #856525;
}

#gameguide .table-config .color3 {
    background-color: #ddc3c8;
    color: #a02738;
}

#gameguide .table-config .color4 {
    background-color: #b8ccb8;
    color: #406640;
}

#gameguide .table-config .color5 {
    background-color: #c7cbe2;
    color: #3e4b8c;
}

#gameguide .table-config .color6 {
    background-color: #d8cfc0;
    color: #876342;
}

#gameguide .table-block {
    width: 100%;
}

#gameguide .box-alliance {
    text-align: center;
}

#gameguide .box-alliance.alliance1 {
    background-color: #d4ceb4;
}

#gameguide .box-alliance.alliance2 {
    background-color: #b5c6d6;
}

#gameguide .box-alliance.alliance3 {
    background-color: #d3bdbf;
}

#gameguide .box-alliance.alliance4 {
    background-color: #cebecb;
}

#gameguide .btn-race ul {
    margin: 0;
    padding: 0;
    list-style: inside none;
}

#gameguide .shadowbox {
    display: block;
    padding: 0;
    border-radius: 2px;
    background-color: white;
}

#gameguide .shadowbox ul {
    margin: 0;
    list-style: none;
}

#gameguide .shadowbox .col-md-6 {
    padding: 0;
}

#gameguide .shadowbox .shadowbox-ttl {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

#gameguide .shadowbox .shadowbox-ttl.bg-g {
    background: #1a3337;
}

#gameguide .shadowbox .shadowbox-ttl.bg-y {
    background: #aca784;
}

#gameguide .ja-package-detail .shadowbox {
    margin: 10px 0;
}

#gameguide .plus {
    position: relative;
    margin-bottom: 50px;
}

#gameguide .plus:before,
#gameguide .plus:after {
    position: absolute;
    left: 50%;
    background: #1a3337;
    content: '';
}

#gameguide .plus:before {
    bottom: -40px;
    width: 4px;
    height: 30px;
    margin-left: -2px;
}

#gameguide .plus:after {
    bottom: -27px;
    width: 30px;
    height: 4px;
    margin-left: -15px;
}

@media (max-width: 767px) {
    #gameguide [class^='col-sm'] + [class^='col-sm'] {
        margin-top: 10px;
    }
    #gameguide .table-block tr {
        display: block;
    }
    #gameguide .table-block tr:after {
        display: table;
        clear: both;
        content: '';
    }
    #gameguide .table-block td,
    #gameguide .table-block th {
        display: block;
        float: left;
        width: 100%;
        padding: 0.7em;
    }
    #gameguide .table-block img {
        max-height: 27px;
        width: auto;
        margin-right: 10px;
    }
    #gameguide .table-block th {
        border-width: 1px;
        border-style: solid;
    }
    #gameguide .table-block td {
        margin-bottom: 10px;
        border-right: 1px solid #a8b0a9;
        border-bottom: 1px solid #a8b0a9;
        border-left: 1px solid #a8b0a9;
    }
    #gameguide .table-block.table-class th {
        border-color: #b7c2b9;
        background-color: #b7c2b9;
    }
    #gameguide .table-block.table-class td {
        border-color: #a8b0a9;
        background-color: #dfeadf;
    }
    #gameguide .table-block.alliance1-table th {
        border-color: #cec8ae;
        background-color: #cec8ae;
    }
    #gameguide .table-block.alliance1-table td {
        border-color: #cec8ae;
        background-color: #f2f0e7;
    }
    #gameguide .table-block.alliance2-table th {
        border-color: #a3b1bf;
        background-color: #b4c1ce;
    }
    #gameguide .table-block.alliance2-table td {
        border-color: #a3b1bf;
        background-color: #d9e3ed;
    }
    #gameguide .table-block.alliance3-table th {
        border-color: #c9b0b3;
        background-color: #c9b0b3;
    }
    #gameguide .table-block.alliance3-table td {
        border-color: #c9b0b3;
        background-color: #ecdbdd;
    }
    #gameguide .table-block.alliance4-table th {
        border-color: #c2b7c0;
        background-color: #c2b7c0;
    }
    #gameguide .table-block.alliance4-table td {
        border-color: #c2b7c0;
        background-color: #eadfe8;
    }
    #gameguide .box-alliance {
        position: relative;
        padding: 15px 0 15px;
    }
    #gameguide .box-alliance h6 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
    }
    #gameguide .box-alliance figure {
        position: absolute;
        min-width: 60px;
        max-width: 100px;
        width: 35%;
        margin-left: 15px;
    }
    #gameguide .box-alliance figure img {
        max-width: 199px;
        width: 100%;
        height: auto;
    }
    #gameguide .box-alliance .btn-race {
        position: relative;
        padding-right: 15px;
        text-align: right;
    }
    #gameguide .box-alliance .btn-race li {
        margin-top: 5px;
    }
    #gameguide .box-alliance .btn-race li:first-child {
        margin-top: 0;
    }
    #gameguide .box-alliance .btn-race li a {
        width: 130px;
    }
    #gameguide .box-alliance.alliance4 {
        min-height: 177px;
        margin-bottom: 15px;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        margin-top: 47px;
    }
    #gameguide .alliance1-table img,
    #gameguide .alliance2-table img,
    #gameguide .alliance3-table img,
    #gameguide .alliance4-table img {
        width: 25px;
    }
    #gameguide .shadowbox .shadowbox-ttl {
        padding: 5px 10px;
    }
    #gameguide .shadowbox ul {
        padding: 0;
    }
    #gameguide .ja-package-detail .shadowbox {
        margin: 15px 0;
        border: #b0b1b1 1px solid;
    }
    #gameguide .ja-package-detail .shadowbox ul {
        padding: 5px 10px;
    }
    #gameguide .ja-package-detail .shadowbox ul ul {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    #gameguide img.img-responsive {
        width: auto;
    }
    #gameguide .race-pd {
        padding: 0 20px 0;
    }
    #gameguide .race-pd .col-sm-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #gameguide .race-pd .col-md-8 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #gameguide .box-alliance {
        position: relative;
        padding: 10px 0 15px;
    }
    #gameguide .box-alliance h6 {
        position: absolute;
        top: 209px;
        left: 0;
        width: 100%;
        font-size: 14px;
    }
    #gameguide .box-alliance figure {
        padding: 0 20px;
    }
    #gameguide .box-alliance figure img {
        max-width: 199px;
        width: 100%;
        height: auto;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 20%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        position: absolute;
        top: 20px;
        left: 280px;
    }
    #gameguide .btn-race {
        width: 160px;
        margin: 40px auto 0;
    }
    #gameguide .btn-race li {
        margin-top: 5px;
    }
    #gameguide .btn-race li:first-child {
        margin-top: 0;
    }
    #gameguide .table-config th,
    #gameguide .table-config td {
        font-size: 14px;
    }
    #gameguide .table-block {
        border: 1px solid #a8b0a9;
    }
    #gameguide .table-block thead th {
        text-align: center;
    }
    #gameguide .table-block thead th:first-child {
        border-right: 1px solid #a8b0a9;
    }
    #gameguide .table-block img {
        margin-right: 1em;
    }
    #gameguide .table-block tbody th {
        width: 250px;
        padding: 9px 22px;
        border-right-width: 1px;
        border-right-style: solid;
    }
    #gameguide .table-block th {
        font-weight: normal;
    }
    #gameguide .table-block th,
    #gameguide .table-block td {
        padding: 9px;
    }
    #gameguide .table-block.table-class thead th {
        background-color: #b7c2b9;
    }
    #gameguide .table-block.table-class tbody th {
        border-color: #a8b0a9;
    }
    #gameguide .table-block.table-class tr {
        background-color: #dfeadf;
    }
    #gameguide .table-block.table-class tr:nth-child(even) {
        background-color: #d0dccf;
    }
    #gameguide .table-block.alliance1-table {
        border-color: #beb89c;
    }
    #gameguide .table-block.alliance1-table thead th {
        background-color: #cec8ae;
    }
    #gameguide .table-block.alliance1-table thead th:first-child {
        border-right: 1px solid #beb89c;
    }
    #gameguide .table-block.alliance1-table tbody th {
        border-color: #beb89c;
    }
    #gameguide .table-block.alliance1-table tr {
        background-color: #f2f0e7;
    }
    #gameguide .table-block.alliance1-table tr:nth-child(even) {
        background-color: #e3dfcf;
    }
    #gameguide .table-block.alliance2-table {
        border-color: #a3b1bf;
    }
    #gameguide .table-block.alliance2-table thead th {
        background-color: #b4c1ce;
    }
    #gameguide .table-block.alliance2-table thead th:first-child {
        border-right: 1px solid #a3b1bf;
    }
    #gameguide .table-block.alliance2-table tbody th {
        border-color: #a3b1bf;
    }
    #gameguide .table-block.alliance2-table tr {
        background-color: #d9e3ed;
    }
    #gameguide .table-block.alliance2-table tr:nth-child(even) {
        background-color: #c9d5e1;
    }
    #gameguide .table-block.alliance3-table {
        border-color: #b69c9f;
    }
    #gameguide .table-block.alliance3-table thead th {
        background-color: #c9b0b3;
    }
    #gameguide .table-block.alliance3-table thead th:first-child {
        border-right: 1px solid #b69c9f;
    }
    #gameguide .table-block.alliance3-table tbody th {
        border-color: #b69c9f;
    }
    #gameguide .table-block.alliance3-table tr {
        background-color: #ecdbdd;
    }
    #gameguide .table-block.alliance3-table tr:nth-child(even) {
        background-color: #deccce;
    }
    #gameguide .table-block.alliance4-table {
        border-color: #b0a8ae;
    }
    #gameguide .table-block.alliance4-table thead th {
        background-color: #c2b7c0;
    }
    #gameguide .table-block.alliance4-table thead th:first-child {
        border-right: 1px solid #b0a8ae;
    }
    #gameguide .table-block.alliance4-table tbody th {
        border-color: #b0a8ae;
    }
    #gameguide .table-block.alliance4-table tr {
        background-color: #eadfe8;
    }
    #gameguide .table-block.alliance4-table tr:nth-child(even) {
        background-color: #dccfda;
    }
    #gameguide .nav-beginner {
        max-width: 640px;
    }
    #gameguide .nav-beginner li {
        width: 50%;
    }
    #gameguide .nav-beginner li:first-child {
        margin-bottom: 0;
        padding-right: 5%;
    }
    #gameguide .nav-beginner li:last-child {
        padding-left: 5%;
    }
    #gameguide .nav-beginner .btn-submit {
        padding: 0.4em 0;
        line-height: 1.4;
    }
    #gameguide .nav-beginner.sm li {
        width: auto;
    }
    #gameguide .nav-beginner.sm li:first-child {
        padding-right: 10px;
    }
    #gameguide .nav-beginner.sm li:last-child {
        padding-left: 10px;
    }
    #gameguide .sect .col-sm-6:nth-child(1) {
        padding-right: 10px;
        padding-left: 15px;
    }
    #gameguide .sect .col-sm-6:nth-child(2) {
        padding-right: 15px;
        padding-left: 10px;
    }
    #gameguide .shadowbox {
        display: block;
        min-height: 152px;
        padding: 0;
        border-radius: 2px;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 1px 1px rgba(172, 182, 195, 0.8);
    }
    #gameguide .shadowbox ul {
        padding: 20px;
        list-style: none;
    }
    #gameguide .shadowbox .col-md-6 {
        padding: 0;
    }
    #gameguide .shadowbox .shadowbox-ttl {
        padding: 10px 20px;
        color: #fff;
        font-size: 16px;
    }
    #gameguide .shadowbox .shadowbox-ttl.bg-g {
        background: #1a3337;
    }
    #gameguide .shadowbox .shadowbox-ttl.bg-y {
        background: #aca784;
    }
    #gameguide .ja-package-detail .shadowbox ul ul {
        padding: 0 20px 10px;
    }
}

@media (min-width: 992px) {
    #gameguide .box-alliance h6 {
        top: 245px;
        font-size: 20px;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 20%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        position: absolute;
        top: 7px;
        left: 220px;
    }
    #gameguide .btn-race {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    #gameguide .box-alliance h6 {
        font-size: 20px;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 18.5%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        top: 14px;
        left: 270px;
    }
}

/*
project -- media.scss
----------------------------------------*/
/* media-col ---------- */
.media-col ul {
    margin-bottom: 0;
}

.media-col li {
    margin-bottom: 7px;
}

.media-col li figure {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.media-col li figure img {
    display: none;
}

/* media-index ---------- */
#media-index .media-col li {
    margin-bottom: 15px;
}

#media-index .media-col li figure {
    position: relative;
    padding-bottom: 200px;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

#media-index .media-col li figure h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

#media-index .media-col li figure i.fa {
    position: absolute;
    top: 45%;
    width: 100%;
    color: white;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 34px;
}

#media-index .media-col li figure:hover {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/*
project -- news.scss
----------------------------------------*/
/* news-cats-col ---------- */
.news-cats-col li {
    margin-bottom: 10px;
}

.news-cats-col li a {
    display: block;
    padding: 10px 0 20px;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    font-size: 11px;
}

.news-cats-col li a img {
    display: block;
    width: 50px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    html[lang='fr'] .news-cats-col li a {
        height: 100px;
    }
}

/* post-title ---------- */
#news-post .post-title {
    padding-bottom: 10px;
}

#news-post .post-title h2 {
    margin-bottom: 5px;
}

#news-post .post-title .post-info .fa {
    color: black;
}

#news-post .post-title .post-info .tags {
    display: inline-block;
    padding-left: 15px;
}

/* article ---------- */
#news-post article {
    margin: 15px 0 30px;
}

#news-post article img {
    max-width: 100%;
    width: auto;
}

#news-post article img.nostretch {
    width: auto !important;
}

#news-post article * {
    line-height: 150%;
}

#news-post article a {
    font-weight: bold;
}

/* article-bottom ---------- */
.article-bottom-crownstore .crownstore-featured .label,
.article-bottom-links .crownstore-featured .label,
.article-bottom-ads .crownstore-featured .label {
    position: absolute;
    bottom: 20px;
    padding: 3px 10px;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.article-bottom-crownstore h3,
.article-bottom-links h3,
.article-bottom-ads h3 {
    padding-left: 15px;
}

.article-bottom-crownstore .crownstore-featured .label h4,
.article-bottom-crownstore .crownstore-featured .label h5,
.article-bottom-links .crownstore-featured .label h4,
.article-bottom-links .crownstore-featured .label h5,
.article-bottom-ads .crownstore-featured .label h4,
.article-bottom-ads .crownstore-featured .label h5 {
    margin: 0;
}

.article-bottom-crownstore .crownstore-featured,
.article-bottom-links .crownstore-featured,
.article-bottom-ads .crownstore-featured {
    margin-bottom: 15px;
}

.article-bottom-crownstore,
.article-bottom-links,
.article-bottom-ads {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.news-cats-col h1,
.news-cats-col h2,
.news-cats-col h3,
.news-cats-col h4,
.news-cats-col h5,
.news-cats-col h6,
#news-post h1,
#news-post h2,
#news-post h3,
#news-post h4,
#news-post h5,
#news-post h6,
.news-col h1,
.news-col h2,
.news-col h3,
.news-col h4,
.news-col h5,
.news-col h6 {
    text-transform: none;
}

/*
project -- crownstore.scss
----------------------------------------*/
@media (min-width: 0) {
    #crown-store .carousel {
        margin-bottom: 30px;
    }
    #crown-store .carousel-caption {
        right: auto;
        bottom: 50px;
        left: 15px;
        margin: 0;
        padding: 0;
    }
    #crown-store .carousel-caption * {
        color: white;
        text-shadow: 0 0 1px black, 0 0 1px black, 0 0 3px black, 0 0 3px black;
    }
    #crown-store .lto-caption * {
        color: white;
        text-shadow: 0 0 1px black, 0 0 1px black, 0 0 3px black, 0 0 3px black;
    }
    #crown-store .carousel-caption h4 {
        margin-bottom: 10px;
    }
    #crown-store .lto-caption {
        position: absolute;
        bottom: 3px;
        left: 3px;
        width: 100%;
        margin: 0 auto -10px;
        padding: 5px 15px;
        background: #3b6a6b;
    }
    #crown-store .lto-caption h3 {
        margin-bottom: 10px;
    }
    #crown-store .cst-banner .well {
        background: #e7f1f1;
    }
    #crown-store .cst-categories {
        margin-bottom: 30px;
    }
    #crown-store .cst-category {
        margin-bottom: 0;
    }
    #crown-store .cst-category h4 {
        margin-top: -30px;
        color: #2b6368;
    }
    #crown-store .cst-item {
        margin-bottom: 30px;
    }
    #crown-store .cst-item a {
        position: relative;
        display: block;
    }
    #crown-store .cst-item h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 4px;
        background: white;
        background: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }
    #crown-store .whatis a,
    #crown-store .whatis div {
        position: relative;
        display: block;
        border: 3px solid #3b6a6b;
    }
    #crown-store .whatis a .whatis-top,
    #crown-store .whatis div .whatis-top {
        position: absolute;
        top: 15px;
        right: 10%;
        left: 10%;
        color: white;
        text-align: center;
        font-size: 20px;
    }
    #crown-store .whatis a .whatis-bottom,
    #crown-store .whatis div .whatis-bottom {
        position: absolute;
        right: 20%;
        bottom: 15px;
        left: 20%;
        border: 2px solid #3b6a6b;
        background: #557d84;
        color: white;
        text-align: center;
    }
    #crown-store .whatis a:hover .whatis-top {
        text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black, 0 0 15px black;
    }
    #crown-store .whatis a:hover .whatis-bottom {
        background: #416065;
    }
    html[lang='fr'] #crown-store .whatis a .whatis-top {
        font-size: 13px !important;
    }
    .well.bc {
        margin-bottom: 15px;
    }
    .bc {
        text-transform: uppercase;
    }
    .bc a {
        text-transform: uppercase;
    }
    .modal-body {
        background: #fff url('../../images/official/blue-munge.jpg') left center no-repeat;
    }
    .modal-body .carousel {
        margin-bottom: 30px;
        border: 2px solid #3b6a6b;
    }
    .modal-body .modal-content .btn {
        white-space: normal;
    }
    .modal-body video {
        border: 2px solid #3b6a6b;
    }
    .modal-body .item-text {
        color: #3b6a6b;
    }
    .modal-body a {
        white-space: normal;
    }
}

@media (max-width: 1199px) {
    .whatis a .whatis-top {
        top: 8px !important;
    }
    .whatis a .whatis-bottom {
        bottom: 8px;
    }
    .whatis a img {
        height: 260px !important;
    }
    html[lang='fr'] #crown-store .whatis a .whatis-top {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    #crown-store .carousel-caption {
        bottom: 25px;
        left: 25px;
    }
    .whatis a .whatis-top {
        top: 8px !important;
        font-size: 14px !important;
    }
    .whatis a .whatis-bottom {
        bottom: 8px;
    }
    .whatis a img {
        height: 174px !important;
    }
    video {
        display: none !important;
    }
    #crown-store .lto-caption h3 {
        font-size: 14px;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        margin-top: -35px;
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    #crown-store .carousel-caption {
        position: static;
        padding: 15px;
        background: #3b6a6b;
    }
    #crown-store .cst-category h4 {
        margin-top: -15px;
        color: #2b6368;
    }
}

.header-navi-buy-text {
    color: #fff;
}

.header-navi-buy-text:hover {
    color: #fff;
}

.crownstore-bottom-content {
    float: left;
    width: 10%;
    padding: 0 0 0 10px;
}

#crown-store .whatis a .whatis-top,
#crown-store .whatis a .whatis-bottom {
    z-index: 1;
}

/*
project -- store.scss
----------------------------------------*/
/* carousel ---------- */
.heading {
    margin-bottom: 15px;
    padding: 10px 0 5px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: none;
    text-shadow: 0 2px 2px black;
    font-size: 32px;
}

.store-title h3 {
    color: #b8a779;
    font-weight: 700;
}

.store-title p {
    color: #fff;
}

.sub-title {
    position: relative;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-right: 30px;
    border-top: 1px solid;
    border-top: 1px solid;
    border-color: #b8a779;
    color: #b8a779;
    font-weight: 700;
    font-size: 16px;
}

.sub-title:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 22px;
    padding: 4px;
    border: 7px solid #b8a779;
    content: '';
}

.shop .nav-widget ul li .btn {
    cursor: default;
}

.shop .nav-widget ul li .btn:hover,
.shop .nav-widget ul li .btn.hover,
.shop .nav-widget ul li .btn:active,
.shop .nav-widget ul li .btn.active,
.shop .nav-widget ul li .btn:focus,
.shop .nav-widget ul li .btn.focus {
    border: 1px solid #ada070;
    background: #8f865e;
    background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
}

.nav-widget ul li ul {
    margin: 0;
    padding: 16px 0 20px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 75%, transparent 100%);
    background-repeat: repeat;
}

.nav-widget ul li ul li {
    margin-bottom: 10px;
    list-style: none;
}

.nav-widget ul li ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.nav-widget ul li ul li a i {
    position: relative;
    top: 1px;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
}

.nav-widget ul li ul li a.selected-child {
    color: #428bca;
}

.nav-widget ul li ul li a.selected-child:hover {
    color: #409fff;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .de #store-nav li ul a {
        font-size: 10px;
    }
}

.rotator {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    word-wrap: break-word;
}

.rotator img {
    margin: 10px 0;
}

.rotator h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

@media (min-width: 480px) {
    .rotator h1 img {
        width: 100%;
        margin: 30px auto 0 auto;
        padding-bottom: 10px;
        text-shadow: 2px 2px #000;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .rotator h1 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .rotator h1 {
        font-size: 22px;
    }
}

.shop .products .product {
    position: relative;
    display: block;
    max-width: 195px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #000;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
}

.shop .products .product:hover {
    border: 1px solid;
    border-color: #b8a779;
}

.shop .products .product .sale {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 63px;
    height: 63px;
}

.shop .products .product .product-image .btn {
    display: none;
}

.shop .products .product span {
    display: block;
}

.shop .products .product .product-image {
    min-height: 270px;
    padding: 8px;
    background-position: center;
    background-size: 94%;
    background-repeat: no-repeat;
    text-align: center;
}

.shop .products .product .product-info {
    min-height: 140px;
    padding: 8px;
    background-color: #000;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .shop .products .product .product-info {
        min-height: 130px;
    }
}

@media (min-width: 1200px) {
    .shop .products .product .product-info {
        min-height: 120px;
    }
}

.shop .products .product .product-info .product-title {
    color: #b8a779;
    font-size: 13px;
}

@media (max-width: 767px) {
    .shop .products .product .product-info .product-title {
        font-size: 12px;
    }
}

.shop .products .product .product-info .product-price {
    margin-top: 10px;
    font-size: 15px;
}

@media (max-width: 1199px) {
    .shop .products .product .product-info .product-price {
        font-size: 13px;
    }
}

.btn-default-shop {
    border-color: #ccc;
    background-color: #fff;
    color: #fff;
}

.btn-default-shop:hover,
.btn-default-shop:focus {
    color: #fff;
}

.nav .btn-default-shop:active {
    box-shadow: none;
}

.btn.btn-default-shop {
    border: 1px solid #ada070;
    border-radius: 0;
    background: #8f865e;
    background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
    text-transform: uppercase;
    text-shadow: 0 2px 2px black;
    font-weight: 700;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .shop .products .product:hover > .product-image .btn {
        display: block;
        margin-top: 220px;
    }
    .btn.btn-default-shop:hover {
        border-color: #a09568;
        background: #a89e6f;
        background: linear-gradient(to bottom, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
        color: #fff;
    }
}

.btn.btn-default-product {
    border: 1px solid #ada070;
    border-radius: 0;
    background: #8f865e;
    background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 2px black;
    font-weight: 700;
    font-size: 13px;
}

.btn.btn-default-product:hover {
    border-color: #a09568;
    background: #a89e6f;
    background: linear-gradient(to bottom, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
    color: #fff;
}

/*
 add 販売店
 */
@media (min-width: 992px) {
    #product-details .controls .btn.btn-sales-product {
        width: auto;
        padding: 10px 45px;
    }
}

.btn.btn-sales-product {
    margin: 0 0 1.5em;
    padding: 10px 12px;
    border: 1px solid #ada070;
    border-radius: 0;
    background: #8f865e;
    background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 2px black;
    font-weight: 700;
    font-size: 13px;
}

.btn.btn-sales-product:hover {
    border-color: #a09568;
    background: #a89e6f;
    background: linear-gradient(to bottom, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
    color: #fff;
}

#product-details {
    margin-bottom: 20px;
}

#product-details p {
    margin: 0;
}

#product-details h2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    text-transform: none;
    font-size: 24px;
}

#product-details h2 span {
    display: block;
    font-size: 16px;
}

#product-details h2 span.game-ttl {
    font-size: 25px;
}

@media (min-width: 768px) {
    #product-details h2 {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 480px) {
    #product-details h2 {
        position: relative;
        float: left;
        float: right;
        min-height: 1px;
        width: 66.6666666667%;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 32px;
    }
}

#product-details .thumb {
    position: relative;
    float: left;
    min-height: 1px;
    width: 33.3333333333%;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 15px;
}

#product-details .price {
    position: relative;
    float: left;
    min-height: 1px;
    width: 66.6666666667%;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
}

#product-details .price strong {
    color: #fff;
    font-size: 36px;
}

@media (max-width: 767px) {
    #product-details .price strong {
        word-wrap: break-word;
        word-break: break-all;
    }
}

#product-details .price .media-type {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

#product-details .price .media-type i {
    margin-right: 8px;
}

#product-details .details {
    position: relative;
    clear: both;
    min-height: 1px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    word-wrap: break-word;
    font-size: 12px;
}

@media (min-width: 768px) {
    #product-details .details {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 480px) {
    #product-details .details {
        position: relative;
        float: left;
        clear: none;
        min-height: 1px;
        width: 66.6666666667%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

#product-details .details strong {
    font-size: 13px;
}

#product-details .details ul {
    margin: 0;
    padding-left: 20px;
}

#product-details .details a {
    color: #b3a367;
}

#product-details .controls {
    position: relative;
    float: left;
    clear: both;
    min-height: 1px;
    width: 100%;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 480px) {
    #product-details .controls {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 480px) and (min-width: 768px) {
    #product-details .controls {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 480px) and (min-width: 768px) {
    #product-details .controls {
        margin-left: 33.3333333333%;
    }
}

#product-details .controls.controls-full {
    width: 100%;
    margin-left: 0;
}

#product-details .controls .btn {
    width: 100%;
    white-space: normal;
}

@media (min-width: 992px) {
    #product-details .controls .btn {
        width: auto;
        padding: 6px 45px;
    }
}

#product-details .highlight {
    display: none;
}

@media (min-width: 992px) {
    #product-details .highlight {
        display: block;
    }
}

#product-overview .body {
    padding: 0 0 20px;
    color: #fff;
}

#product-overview .body a {
    color: #b3a367;
}

#product-screenshots .screenshot {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    #product-screenshots .screenshot-product {
        width: 20%;
    }
}

.screenshot-product:hover > img,
.screenshot img:focus,
.screenshot img.active {
    box-shadow: 0 0 0 1px #b8a779;
}

#product-screenshots .screenshot-product {
    margin-bottom: 30px;
    text-align: center;
}

.products {
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 768px) {
    .content-center {
        width: 50%;
        margin: 0 auto;
    }
}

#product-content .store-esoplus-exclusive .body {
    padding: 0 0 20px;
    color: #fff;
}

#product-content .store-esoplus-products .product-info {
    min-height: 114px;
}

#product-content .store-esoplus-products .digital-exclusive:hover {
    border-color: transparent;
}

#product-content .store-esoplus-controls {
    width: 81%;
    margin-left: 19%;
}

@media (min-width: 1200px) {
    #product-content .store-esoplus-products .col-lg-2 {
        width: 20%;
    }
}

@media (max-width: 992px) {
    #product-content .store-esoplus-controls {
        width: 100%;
        margin-left: 0;
    }
}

/*
project -- _community.scss
----------------------------------------*/
#community {
    color: #1a3337;
}

#community .fa {
    margin-right: 0.25em;
}

#community .nav {
    margin-top: 1.786em;
}

#community .nav.nav-community {
    text-align: center;
}

#community .nav.nav-community li {
    display: block;
    float: left;
    width: 50%;
    border: 1px solid #33636b;
    background: #fff;
}

#community .nav.nav-community li.active {
    background: #33636b;
}

#community .nav.nav-community li.active a,
#community .nav.nav-community li.active span {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

@media (min-width: 768px) {
    #community .nav {
        margin-top: 1.786em;
    }
}

@media (min-width: 992px) {
    #community .nav {
        margin-top: 1.071em;
    }
}

#community .main-full > .panel {
    min-height: 520px;
    margin-bottom: 0;
}

#community .panel-tag:after {
    display: table;
    clear: both;
    content: '';
}

#community .panel-tag input[type='radio'] {
    display: none;
}

#community .panel-tag input[type='radio']:checked {
    background: #33636b;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    #community .panel-tag {
        display: block;
        height: auto !important;
        padding: 10px;
        border-radius: 2px;
        background-color: white;
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 1px 1px rgba(172, 182, 195, 0.8);
        line-height: 1;
    }
}

@media (min-width: 768px) {
    #community #search-tag,
    #community #search-form {
        display: block;
        height: auto !important;
    }
}

#community .tag-btn,
#community label {
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    height: 34px;
    margin: -1px -1px 0 0;
    padding: 0 0.5em;
    border: 1px solid #33636b;
    color: #33636b;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    font-family: inherit;
    line-height: 34px;
    cursor: pointer;
}

#community .tag-btn:hover,
#community .tag-btn.active,
#community label:hover,
#community label.active {
    background: #33636b;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    #community .tag-btn,
    #community label {
        display: inline-block;
        float: none;
        width: auto;
        height: auto;
        margin: 2px 0;
        padding: 4px 5px;
        border: 0;
        font-size: 14px;
        line-height: 1;
    }
    #community .tag-btn:hover,
    #community .tag-btn.active,
    #community label:hover,
    #community label.active {
        background: #1a3337;
    }
}

#community .high-light {
    display: inline-block;
    margin: 0 3px;
    padding-right: 5px;
    padding-left: 5px;
    background: #33636b;
    color: #fff;
}

#community .box-bbs-text > p {
    padding: 0 30px;
    font-weight: bold;
    font-size: 14px;
}

#community .box-bbs-text small {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

#community .box-bbs-text > div {
    padding: 0 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

#community .box-bbs-text ul {
    padding: 0;
    list-style: inside none;
}

#community .box-bbs-text li {
    float: left;
    width: 48%;
}

#community .box-bbs-text li:first-child {
    margin-right: 4%;
}

@media (min-width: 768px) {
    #community .box-bbs-text {
        display: block;
        height: auto !important;
    }
    #community .box-bbs-text > p {
        padding: 0 15px;
        font-weight: normal;
        font-size: 16px;
    }
    #community .box-bbs-text > div {
        padding: 0 15px;
        text-align: right;
    }
    #community .box-bbs-text li {
        display: block;
        float: right;
        width: 51%;
        margin-right: 0;
    }
    #community .box-bbs-text li:nth-child(1) {
        margin-right: 0;
    }
    #community .box-bbs-text li:nth-child(2) {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    #community .box-bbs-text > p {
        padding-right: 0;
        text-align: left;
    }
    #community .box-bbs-text li {
        display: inline-block;
        float: none;
        width: 130px;
        text-align: right;
    }
    #community .box-bbs-text li:nth-child(1) {
        margin-right: 15px;
    }
    #community .box-bbs-text li:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #community .box-bbs-text > p {
        line-height: 34px;
    }
    #community .box-bbs-text small {
        display: inline;
    }
}

#community .sect {
    position: relative;
}

#community .sect:after {
    display: table;
    clear: both;
    content: '';
}

#community .sect + .sect {
    margin-top: 1.42857em;
}

#community .box-visible-xs {
    margin-bottom: 10px;
}

#community .box-visible-xs ul {
    margin: 0;
    padding: 0;
    list-style: inside none;
}

#community .box-visible-xs ul:after {
    display: table;
    clear: both;
    content: '';
}

#community .box-visible-xs ul.pic li {
    width: 100%;
    margin: 0;
}

#community .box-visible-xs li {
    float: left;
    width: 48%;
}

#community .box-visible-xs li:first-child {
    margin-right: 4%;
}

#community .box-visible-xs .btn-wide {
    padding-left: 10px;
    border-color: #1a3337;
    background: #33636b;
    color: #fff;
    text-align: left;
    font-size: 12px;
}

#community .box-visible-xs .btn-wide i {
    font-size: 16px;
}

#community .box-visible-xs .btn-wide.collapsed {
    border-color: #33636b;
    background: #fff;
    color: #33636b;
}

@media (min-width: 768px) {
    #community .box-visible-xs {
        display: none;
    }
}

#community .bbs-sort {
    display: table;
    width: 100%;
}

#community .bbs-sort a {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 12px;
}

#community .bbs-sort a:nth-child(1):before {
    display: none;
}

#community .bbs-sort a:before {
    position: absolute;
    left: 0;
    display: inline;
    content: '/';
}

#community .bbs-sort span {
    padding: 0 0.5em;
}

#community .bbs-sort span:hover,
#community .bbs-sort span.active {
    background: #1a3337;
    color: #fff;
}

@media (min-width: 768px) {
    #community .bbs-sort {
        display: block;
    }
    #community .bbs-sort a {
        display: inline;
        font-size: 14px;
    }
    #community .bbs-sort a:before {
        position: static;
        display: inline;
        margin-right: 0.5em;
        content: '/';
    }
}

@media (min-width: 992px) {
    #community .bbs-sort {
        width: 41.66667%;
    }
}

#community .box-search:after {
    display: table;
    clear: both;
    content: '';
}

#community .box-search [class^='search0'] {
    float: left;
}

#community .box-search .search01 {
    width: 65%;
}

#community .box-search .search02 {
    width: 35%;
    padding-left: 3%;
}

#community .box-search .search03 {
    width: 100%;
    margin-top: 10px;
}

#community .box-search .search04 {
    width: 100%;
    margin-top: 10px;
}

#community .box-search .search05 {
    width: 100%;
}

@media (min-width: 768px) {
    #community .box-search .search01 {
        width: 400px;
    }
    #community .box-search .search02 {
        width: 280px;
        padding-left: 15px;
    }
    #community .box-search .search03 {
        width: 575px;
    }
    #community .box-search .search04 {
        width: 105px;
        padding-left: 15px;
    }
    #community .box-search .search05 {
        width: 200px;
    }
}

@media (min-width: 992px) {
    #community .box-search .search01 {
        width: 220px;
    }
    #community .box-search .search02 {
        width: 145px;
    }
    #community .box-search .search03 {
        width: 430px;
        margin-top: 0;
        padding-left: 15px;
    }
    #community .box-search .search04 {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #community .box-search .search01 {
        width: 260px;
    }
    #community .box-search .search03 {
        width: 590px;
    }
}

#community .pagination {
    margin: 0;
}

@media (min-width: 768px) {
    #community .pagination {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #community .pagination {
        float: left;
        margin-top: 1em;
    }
}

#community .box-pagination {
    text-align: center;
}

@media (min-width: 768px) {
    #community .box-pagination {
        text-align: left;
    }
}

#community .foot-btn-list {
    margin: 2em 0 0.5em;
    padding: 0;
    list-style: none inside;
    text-align: center;
}

#community .foot-btn-list li {
    display: inline-block;
    width: 110px;
    margin-left: 1em;
    text-align: center;
}

#community .foot-btn-list li:first-child {
    margin-left: 0;
}

#community .foot-btn-list.single li {
    width: 160px;
}

@media (min-width: 768px) {
    #community .foot-btn-list {
        text-align: right;
    }
    #community .foot-btn-list li {
        width: 130px;
    }
}

#community .box-contents {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

#community .box-contents figure {
    text-align: center;
}

#community .box-contents figure img {
    max-width: 100%;
    height: auto;
}

#community a .bbs-tag {
    padding-right: 3px;
    padding-left: 3px;
}

#community a .bbs-tag:hover {
    background: #1a3337;
    color: #fff;
}

#community .sect-input h6 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

#community .sect-input h6 + p,
#community .sect-input figure,
#community .sect-input .box-contents {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
}

#community .sect-input figure {
    margin-bottom: 10px;
}

#community .sect-input .text-big {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 15px;
}

#community .sect-input .text-big small {
    font-size: 12px;
}

#community .sect-input .text-md {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 20px;
}

#community .sect-input .text-md small {
    font-size: 14px;
}

#community .sect-input .input-tab {
    display: none;
}

#community .sect-input .input-tab.in {
    display: block;
}

@media (min-width: 768px) {
    #community .sect-input h6 {
        font-size: 18px;
    }
    #community .sect-input h6 + p,
    #community .sect-input figure,
    #community .sect-input .box-contents {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 14px;
    }
    #community .sect-input .text-big {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20px;
    }
    #community .sect-input .text-big small {
        font-size: 14px;
    }
}

#community .sect-detail {
    border-bottom: 1px solid #b8b8b8;
}

#community .sect-detail span {
    vertical-align: middle;
}

#community .sect-detail figure {
    margin-bottom: 10px;
}

#community .sect-detail .items-header {
    margin-bottom: 10px;
}

#community .sect-detail .items-header span {
    display: inline-block;
    font-size: 12px;
}

#community .sect-detail .items-footer {
    text-align: center;
}

#community .sect-detail .items-footer ul {
    margin: 2em 0 0.5em;
}

#community .sect-detail .items-footer li {
    margin: 0;
}

@media (min-width: 768px) {
    #community .sect-detail .items-header span {
        font-size: 14px;
    }
    #community .sect-detail .items-footer {
        text-align: right;
    }
}

#community .sect-comment .bbs-sort {
    display: block;
}

#community .sect-comment .bbs-sort a {
    display: inline;
}

#community .sect-comment .items-header {
    font-size: 10px;
}

#community .sect-comment .foot-btn-list {
    text-align: right;
}

#community .sect-comment .list-comment {
    margin: 0 0 30px;
    padding: 0;
    list-style: none inside;
}

#community .sect-comment .list-comment .items-comment {
    padding: 1em 0;
    border-bottom: 1px dotted #b8b8b8;
}

@media (min-width: 768px) {
    #community .sect-comment .items-header {
        font-size: 12px;
    }
}

#community .comment-footer {
    text-align: center;
}

@media (min-width: 768px) {
    #community .comment-footer {
        text-align: right;
    }
}

#community .tbl-community {
    position: relative;
    display: block;
    width: 100%;
    margin: 1.42857em auto;
}

#community .tbl-community thead {
    display: none;
}

#community .tbl-community tbody {
    display: block;
}

#community .tbl-community tr {
    position: relative;
    display: block;
    border-bottom: 1px dotted #b8b8b8;
    font-size: 0;
    line-height: 0;
}

#community .tbl-community th {
    padding: 0.2em 0.5em;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}

#community .tbl-community td {
    display: inline-block;
    float: left\9;
    padding: 0.7em 0.5em;
    font-size: 10px;
    line-height: 1;
}

#community .tbl-community td a {
    display: block;
}

@media (max-width: 767px) {
    #community .tbl-community {
        table-layout: fixed;
    }
}

@media (min-width: 768px) {
    #community .tbl-community tbody tr:hover {
        background: #eee;
    }
    #community .tbl-community td {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #community .tbl-community {
        display: table;
    }
    #community .tbl-community thead {
        display: table-header-group;
    }
    #community .tbl-community tbody {
        display: table-row-group;
    }
    #community .tbl-community tr {
        display: table-row;
    }
    #community .tbl-community td {
        display: table-cell;
        float: none\9;
    }
}

#community .tbl-community .bbs-number {
    position: absolute;
    bottom: 1.7em;
    left: 0;
    overflow: hidden;
    width: 6em;
    white-space: nowrap;
}

@media (max-width: 339px) {
    #community .tbl-community .bbs-number {
        display: none;
    }
}

@media (max-width: 767px) {
    #community .tbl-community .bbs-number {
        /* ie9 bugfix用hack */
        position: static\9;
        padding-bottom: 0\9;
    }
}

@media (min-width: 768px) {
    #community .tbl-community .bbs-number {
        position: static;
        bottom: auto;
        left: auto;
        width: 10%;
        padding-left: 0.5em;
    }
}

@media (min-width: 992px) {
    #community .tbl-community .bbs-number {
        min-width: 60px;
        width: auto;
    }
    #community .tbl-community .bbs-number span {
        display: none;
    }
}

#community .tbl-community .bbs-title {
    width: 100%;
    padding: 0.5em 0;
    font-size: 14px;
}

#community .tbl-community .bbs-title:after {
    display: table;
    clear: both;
    content: '';
}

#community .tbl-community .bbs-title span {
    display: block;
    float: left;
    vertical-align: middle;
}

#community .tbl-community .bbs-title a {
    width: 100%;
}

#community .tbl-community .bbs-title .tx-title {
    overflow: hidden;
    width: 71%;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

#community .tbl-community .bbs-title .new-post {
    float: right;
    margin-right: 1em\9;
    margin-left: 0.5em;
    padding: 0.2em 0.5em;
    background: #b80000;
    color: #fff;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 10px;
}

@media (max-width: 339px) {
    #community .tbl-community .bbs-title .tx-title {
        width: 60%;
    }
}

@media (min-width: 768px) {
    #community .tbl-community .bbs-title {
        width: 89%;
        font-size: 16px;
    }
    #community .tbl-community .bbs-title span {
        display: inline-block;
    }
    #community .tbl-community .bbs-title a {
        width: 615px;
    }
    #community .tbl-community .bbs-title .comment-count {
        width: 55px;
        text-align: right;
    }
    #community .tbl-community .bbs-title .new-post {
        float: right;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    #community .tbl-community .bbs-title {
        position: relative;
        width: auto;
    }
    #community .tbl-community .bbs-title a {
        width: 435px;
        padding: 0.3em 0;
    }
    #community .tbl-community .bbs-title a:after {
        display: table;
        clear: both;
        content: '';
    }
    #community .tbl-community .bbs-title .tx-title {
        width: 340px;
    }
    #community .tbl-community .bbs-title .comment-count {
        width: 55px;
        text-align: right;
    }
    #community .tbl-community .bbs-title .new-post {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    #community .tbl-community .bbs-title a {
        width: 620px;
    }
    #community .tbl-community .bbs-title .tx-title {
        width: 525px;
    }
    #community .tbl-community .bbs-title .comment-count {
        width: 55px;
        text-align: right;
    }
}

#community .tbl-community .bbs-name {
    float: left;
    overflow: hidden;
    margin-right: 0.5em;
    margin-left: 6em;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

@media (max-width: 339px) {
    #community .tbl-community .bbs-name {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #community .tbl-community .bbs-name {
        /* ie9 bugfix用hack */
        margin-left: 0\9;
    }
}

@media (min-width: 768px) {
    #community .tbl-community .bbs-name {
        width: auto;
        margin-left: 0;
        padding: 0.5em;
    }
}

@media (min-width: 992px) {
    #community .tbl-community .bbs-name {
        display: inline-block;
        float: none;
        width: 140px;
        padding-top: 7px;
        line-height: 28px;
    }
}

#community .tbl-community .bbs-date {
    float: left;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    #community .tbl-community .bbs-date {
        width: auto;
        padding: 0.5em;
    }
}

@media (min-width: 992px) {
    #community .tbl-community .bbs-date {
        float: none;
        min-width: 125px;
        padding-top: 7px;
    }
}

#community .tbl-community .bbs-tag {
    float: left;
    width: 100%;
    padding: 0.5em;
    font-size: 12px;
}

@media (min-width: 768px) {
    #community .tbl-community .bbs-tag {
        float: right;
        width: auto;
    }
}

@media (min-width: 992px) {
    #community .tbl-community .bbs-tag {
        float: none;
        min-width: 140px;
        padding-top: 7px;
    }
}

@media (max-width: 991px) {
    #community .tbl-community tr:after {
        display: table;
        clear: both;
        content: '';
    }
}

#community .list-bbs {
    margin: 0 0 20px;
    padding: 0;
    list-style: inside none;
}

#community .list-bbs .items {
    padding: 1em 0 1em;
    border-bottom: 1px dotted #b8b8b8;
}

#community .list-bbs .panel-warning {
    margin-bottom: 0;
}

#community .list-bbs span {
    display: inline-block;
}

#community .list-bbs figure {
    margin-bottom: 10px;
}

#community .list-bbs .info {
    font-size: 0;
    line-height: 0;
}

#community .list-bbs .info a {
    display: block;
}

#community .list-bbs .bbs-name {
    margin-left: 0;
    font-size: 10px;
    line-height: 1;
}

#community .list-bbs .bbs-date {
    margin-left: 0.5em;
    font-size: 10px;
    line-height: 1;
}

#community .list-bbs .bbs-tag {
    margin-left: 60px;
    padding-top: 0.2em;
    font-size: 10px;
    line-height: 1;
}

#community .list-bbs .title {
    position: relative;
}

#community .list-bbs .bbs-number {
    position: absolute;
    top: -1.3em;
    width: 60px;
    font-size: 10px;
}

#community .list-bbs .bbs-title {
    overflow: hidden;
    width: 70%;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

#community .list-bbs .bbs-title:hover {
    text-decoration: underline;
}

#community .list-bbs .check {
    margin: 0 10px 10px;
}

#community .list-bbs .new-post {
    margin-left: 0.5em;
    padding: 0.2em 0.5em;
    background: #b80000;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

#community .list-bbs .bbs-contents {
    padding: 10px 10px 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    #community .list-bbs .info span {
        font-size: 12px;
        line-height: 1;
    }
    #community .list-bbs .info a {
        display: inline-block;
    }
    #community .list-bbs .bbs-tag {
        width: auto;
        margin-left: 0.5em;
        padding: 2px 5px;
    }
    #community .list-bbs .bbs-date {
        width: auto;
    }
    #community .list-bbs .bbs-number {
        position: static;
        top: auto;
        width: 60px;
        font-size: 12px;
    }
    #community .list-bbs .bbs-title {
        width: 515px;
        font-size: 16px;
    }
    #community .list-bbs .comment-count {
        width: 50px;
    }
    #community .list-bbs .bbs-contents {
        padding: 10px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    #community .list-bbs .bbs-title {
        width: 730px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    #community .list-bbs .bbs-title {
        width: 925px;
    }
}

#community .list-picture {
    position: relative;
    margin: 1.42857em 0;
    padding: 0;
    list-style: inside none;
}

#community .list-picture:after {
    display: table;
    clear: both;
    content: '';
}

#community .list-picture li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#community .list-picture a {
    position: relative;
    display: block;
}

#community .list-picture a:hover .bbs-title {
    text-decoration: underline;
}

#community .list-picture figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
    margin-bottom: 0.5em;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

#community .list-picture img {
    min-height: 100%;
    width: 100%;
    height: auto;
}

#community .list-picture .bbs-number {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 22px;
    padding-left: 0.5em;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    color: #1a3337;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

#community .list-picture .new-post {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0.5em 0.5em;
    background: #b80000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}

#community .list-picture .bbs-title {
    display: inline;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
}

#community .list-picture .comment-count {
    display: inline;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
}

#community .list-picture .bbs-name {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-size: 12px;
    line-height: 1;
}

#community .list-picture .bbs-date {
    display: block;
    font-size: 12px;
    line-height: 1;
}

#community .list-picture .bbs-contents {
    display: block;
    overflow: hidden;
    height: 3.5em;
    padding: 0.3em 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    #community .list-picture {
        margin-right: -5px;
        margin-left: -5px;
    }
    #community .list-picture li {
        width: 220px;
        margin: 10px 5px;
    }
    #community .list-picture figure {
        width: 220px;
        height: 127px;
    }
    #community .list-picture img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #community .list-picture .bbs-title {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #community .list-picture .comment-count {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #community .list-picture {
        margin-right: -11px;
        margin-left: -11px;
    }
    #community .list-picture li {
        width: 285px;
        margin: 10px 11px;
    }
    #community .list-picture figure {
        width: 285px;
        height: 164px;
    }
    #community .list-picture .bbs-title {
        width: 240px;
    }
}

@media (min-width: 1200px) {
    #community .list-picture {
        margin-right: -10px;
        margin-left: -10px;
    }
    #community .list-picture li {
        width: 260px;
        margin: 10px 10px;
    }
    #community .list-picture figure {
        width: 260px;
        height: 150px;
    }
    #community .list-picture .bbs-title {
        width: 210px;
    }
}

/*
project -- _support.scss
----------------------------------------*/
#support .support-header {
    position: relative;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

#support .support-header .forms {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #support .support-header .col-sm-7 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #support .support-header .col-sm-3 .forms {
        width: 212px;
    }
}

#support .btn-contact {
    position: absolute;
    top: 0;
    right: 15px;
    width: 130px;
    height: 34px;
    border-color: #33636b;
    background: #fcfdfd url('../../images/official/support/ico_support_mail.png') 5px 50% no-repeat;
    background-size: auto 50%;
    text-align: right;
    font-size: 14px;
}

@media (min-width: 992px) {
    #support .btn-contact {
        display: none;
    }
}

@media (min-width: 768px) {
    #support #collapse-form {
        display: block;
        height: auto !important;
    }
}

#support .box-visible-xs {
    margin-bottom: 10px;
}

#support .box-visible-xs ul {
    margin: 0;
    padding: 0;
    list-style: inside none;
}

#support .box-visible-xs ul:after {
    display: table;
    clear: both;
    content: '';
}

#support .box-visible-xs li {
    width: 100%;
}

#support .box-visible-xs .fa {
    margin-right: 0.3em;
}

#support .box-visible-xs .btn-wide {
    padding-left: 10px;
    border-color: #1a3337;
    background: #33636b;
    color: #fff;
    text-align: left;
    font-size: 12px;
}

#support .box-visible-xs .btn-wide i {
    font-size: 16px;
}

#support .box-visible-xs .btn-wide.collapsed {
    border-color: #33636b;
    background: #fff;
    color: #33636b;
}

@media (min-width: 768px) {
    #support .box-visible-xs {
        display: none;
    }
}

#support .sect + .sect {
    margin-top: 20px;
}

#support .article-topic {
    position: relative;
    padding-top: 10px;
    border-bottom: 1px dotted #b8b8b8;
}

#support .article-topic:first-child {
    padding-top: 0;
}

#support .article-topic h1 {
    font-weight: bold;
    font-size: 15px;
}

#support .article-topic h1 a {
    color: #1a3337;
}

#support .article-topic.more-wrap .article-contents {
    display: none;
}

@media (min-width: 768px) {
    #support .article-topic.more-wrap .article-contents {
        display: block;
    }
}

#support .article-topic .article-contents {
    padding: 0 10px;
}

#support .article-topic .article-contents a {
    text-decoration: underline;
}

#support .article-topic .info {
    margin-bottom: 10px;
    padding-left: 2px;
    line-height: 1;
}

#support .article-topic .info span {
    display: inline-block;
    font-size: 10px;
}

#support .article-topic .info span:first-child {
    margin-right: 1em;
}

#support .article-topic .info.service {
    padding: 0 10px;
}

#support .article-topic .article-footer {
    position: absolute;
    right: 0;
    bottom: 5px;
    margin-top: 10px;
}

#support .article-topic .article-footer .info {
    margin-bottom: 0;
}

#support .article-topic.detail {
    border-bottom: none;
}

#support .article-topic.detail h1 {
    margin-bottom: 0;
    font-size: 22px;
}

#support .article-topic.detail h1 + .article-contents {
    margin-top: 10px;
}

#support .article-topic.detail .article-contents h2 {
    font-weight: bold;
    font-size: 14px;
}

#support .article-topic.detail .article-contents h2 + p {
    margin-top: -10px;
}

@media (min-width: 768px) {
    #support .article-topic .article-contents {
        display: block  !important;
    }
    #support .article-topic .article-contents.search_result {
        padding-bottom: 20px;
    }
    #support .article-topic .info span {
        font-size: 11px;
    }
    #support .article-topic.detail .article-contents {
        padding-bottom: 50px;
    }
}

#support .search-info {
    margin-left: 1em;
    font-size: 75%;
}

#support .high-light {
    padding: 0 2px;
    background-color: #33636b;
    color: #fff;
    direction: inline-block;
}

#support .list-today-topic {
    margin: 0;
    padding: 0 10px;
    list-style: none inside;
}

#support .list-today-topic li {
    position: relative;
    margin-top: 0.5em;
    padding: 10px 0 10px 27px;
    border-bottom: 1px solid #b8b8b8;
    color: #33636b;
    font-size: 14px;
}

#support .list-today-topic li:first-child {
    margin-top: 0;
}

#support .list-today-topic li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 25px;
    background: url('../../images/official/support/ico_exclamation.png') 0 100% no-repeat;
    background-size: auto 100%;
    content: '';
}

@media (min-width: 768px) {
    #support .list-today-topic {
        padding: 0 15px;
    }
    #support .list-today-topic li {
        font-size: 16px;
    }
}

#support .support-side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none inside;
}

#support .support-side-nav li {
    width: 100%;
    text-align: center;
}

#support .support-side-nav a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 50px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.85);
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

#support .support-side-nav a:hover {
    background-color: white;
}

#support .support-side-nav .nav-contact a {
    background-image: url('../../images/official/support/ico_support_mail.png');
}

@media (min-width: 768px) {
    #support .support-side-nav li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #support .support-side-nav li {
        width: 100%;
    }
}

#support .sidebar-links ul {
    padding: 0;
    list-style-position: inside;
    font-size: 16px;
}

#support .box-terms #sect-terms {
    overflow: auto;
    padding: 5px 10px;
}

#support .box-terms .capt-terms {
    margin: 15px 0 5px;
    font-weight: bold;
}

#support .box-terms .tx-terms {
    margin-bottom: 0;
}

#support .box-terms .tx-terms span {
    display: block;
}

#support .box-terms .tx-terms + .tx-terms {
    margin-top: 10px;
}

#support .box-terms #sect-contents.sect-transaction {
    overflow: auto;
    padding: 5px 10px;
}

#support .box-terms #sect-contents.sect-transaction .tx-contents span {
    display: block;
    font-weight: bold;
}

#support .box-terms #sect-contents.sect-transaction .tx-contents + .tx-contents {
    margin-top: 15px;
}

@media (min-width: 768px) {
    #support .box-terms #sect-terms {
        padding: 0 20px;
    }
}

/*
project -- _itemcode.scss
----------------------------------------*/
#itemcode .btn-itemcode {
    min-width: 130px;
    margin-top: 10px;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

#itemcode .dl-itemcode {
    margin-bottom: 0;
}

#itemcode .dl-itemcode dt {
    position: relative;
}

#itemcode .dl-itemcode dd {
    word-break: break-all;
}

#itemcode .dl-itemcode dd + dt {
    margin-top: 10px;
}

#itemcode .form-itemcode-box {
    height: 34px;
}

#itemcode .form-itemcode-btn {
    height: 55px;
}

#itemcode .form-itemcode {
    position: relative;
    float: left;
    width: 26.5%;
    padding-left: 6.5%;
}

#itemcode .form-itemcode:before {
    position: absolute;
    top: 6px;
    left: 9%;
    content: '-';
    text-align: center;
}

#itemcode .form-itemcode:first-child {
    width: 20%;
    padding-left: 0;
}

#itemcode .form-itemcode:first-child:before {
    display: none;
}

#itemcode .form-itemcode .input-itemcode {
    display: inline;
    text-align: center;
}

#itemcode .nickname {
    white-space: nowrap;
}

@media (min-width: 768px) {
    #itemcode .main-full {
        padding-bottom: 50px;
    }
    #itemcode .btn-itemcode {
        width: auto;
        margin-top: 0;
    }
    #itemcode a.btn-itemcode {
        margin-top: 20px;
    }
    #itemcode .dl-itemcode dt {
        float: left;
        clear: left;
        width: 230px;
    }
    #itemcode .dl-itemcode dd {
        margin-left: 130px;
    }
    #itemcode .dl-itemcode dt:after {
        position: absolute;
        top: 0;
        right: 0;
        display: inline;
        content: '：';
    }
    #itemcode .dl-itemcode dd + dt {
        margin-top: 0;
    }
}

/*
project -- _inquiry.scss
----------------------------------------*/
#inquiry .box-btn-inquiry {
    margin-bottom: 20px;
}

#inquiry .box-btn-inquiry [class^='col-sm-'] {
    margin-top: 10px;
}

#inquiry .box-btn-inquiry .btn-etc {
    background-color: #33636b;
    color: #fff;
}

#inquiry .box-btn-inquiry .btn-etc.collapsed {
    background-color: #fff;
    color: #33636b;
}

#inquiry .form-inquiry {
    font-size: 12px;
}

#inquiry .form-inquiry label {
    padding-right: 0;
}

#inquiry .form-inquiry input[type='file'] {
    width: 100%;
    height: auto;
}

#inquiry .form-inquiry .row + .row {
    margin-top: 10px;
}

#inquiry .form-inquiry p {
    margin-bottom: 0;
}

#inquiry .form-inquiry .text-warning {
    margin-top: 20px;
    margin-bottom: -10px;
}

#inquiry .form-inquiry .in {
    display: block;
}

#inquiry .form-inquiry .out {
    display: none;
}

#inquiry .form-inquiry .inquiry-label {
    margin: 0 20px 0 0;
    padding: 0 0 0 0;
    font-weight: normal;
    cursor: pointer;
}

#inquiry .form-inquiry .inquiry-radio {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#inquiry .footer-inquiry {
    margin-top: 20px;
    padding: 0;
    list-style: inside none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

#inquiry .footer-inquiry li {
    display: inline-block;
    width: 50%;
    padding: 0 5%;
}

@media (max-width: 767px) {
    #inquiry .footer-inquiry.single li {
        width: 100%;
        padding: 0;
    }
}

#inquiry .confirm-inquiry {
    font-size: 12px;
}

#inquiry .confirm-inquiry .row + .row {
    margin-top: 10px;
}

#inquiry .confirm-inquiry .inquiry-text {
    margin: 0;
    padding: 7px 10px 0;
    word-break: break-all;
}

#inquiry .confirm-inquiry figure img {
    width: 100;
    height: auto;
}

#inquiry .btn-inquiry {
    min-width: 130px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    #inquiry .box-btn-inquiry [class^='col-sm-'] {
        margin-top: 0;
    }
    #inquiry .form-inquiry label .small {
        display: block;
    }
    #inquiry .form-inquiry .inquiry-label {
        padding: 7px 0 0 0;
    }
    #inquiry .confirm-inquiry figure img {
        width: 60%;
    }
    #inquiry .footer-inquiry {
        text-align: right;
    }
    #inquiry .footer-inquiry li {
        width: 130px;
        margin-left: 20px;
        padding: 0;
    }
    #inquiry .inquiry-confirm .inquiry-text {
        padding-right: 0;
        padding-left: 0;
    }
    #inquiry .btn-inquiry {
        width: auto;
    }
}

@media (min-width: 992px) {
    #inquiry .form-inquiry {
        margin-right: 100px;
        margin-left: 60px;
        font-size: 14px;
    }
    #inquiry .form-inquiry .inquiry-label {
        padding: 7px 0 0 0;
        font-size: 16px;
    }
    #inquiry .form-inquiry .inquiry-radio {
        vertical-align: baseline;
    }
    #inquiry .confirm-inquiry {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    #inquiry .form-inquiry {
        margin-right: 180px;
        margin-left: 120px;
    }
}

/*
project -- _terms.scss
----------------------------------------*/
#terms {
    padding-bottom: 50px;
}

#terms .box-terms {
    overflow-y: auto;
    height: 830px;
}

#terms .box-terms #sect-terms {
    overflow: auto;
    padding: 5px 10px;
}

#terms .box-terms .capt-terms {
    margin: 15px 0 5px;
    font-weight: bold;
}

#terms .box-terms .tx-terms {
    margin-bottom: 0;
}

#terms .box-terms .tx-terms span {
    display: block;
}

#terms .box-terms .tx-terms + .tx-terms {
    margin-top: 10px;
}

#terms .box-terms #sect-contents.sect-transaction {
    overflow: auto;
    padding: 5px 10px;
}

#terms .box-terms #sect-contents.sect-transaction .tx-contents span {
    display: block;
    font-weight: bold;
}

#terms .box-terms #sect-contents.sect-transaction .tx-contents + .tx-contents {
    margin-top: 15px;
}

@media (min-width: 768px) {
    #terms .box-terms #sect-terms {
        padding: 0 20px;
    }
}

/*
project -- gameguide.scss
----------------------------------------*/
#the-alliance-war #alliance-link {
    margin-bottom: 30px;
}

#the-alliance-war #map-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

#the-alliance-war .img-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #the-alliance-war .img-col {
        float: left;
        width: 66.66667%;
    }
}

#the-alliance-war .text-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #the-alliance-war .text-col {
        float: left;
        width: 33.33333%;
    }
}

#the-alliance-war #siege,
#the-alliance-war #emporer {
    margin-top: 15px;
}

@media (max-width: 768px) {
    #the-alliance-war a.btn.btn-default {
        white-space: normal;
    }
}

.alliance-map {
    position: relative;
    line-height: 0;
}

.alliance-map .alliance {
    position: absolute;
}

.alliance-map .alliance h3 {
    color: white;
    text-align: center;
    font-size: 2.5em;
}

.alliance-map #daggerfall {
    top: 28%;
    left: 10%;
}

.alliance-map #aldmeri {
    bottom: 29%;
    left: 30%;
}

.alliance-map #ebonheart {
    top: 39%;
    right: 1%;
}

@media (max-width: 600px) {
    .alliance-map #daggerfall {
        top: 20%;
        left: 5%;
    }
    .alliance-map #aldmeri {
        bottom: 20%;
        left: 5%;
    }
    .alliance-map #ebonheart {
        top: 39%;
        right: 5%;
    }
}

@media (max-width: 500px) {
    .alliance-map #daggerfall {
        top: 0;
        left: 1%;
    }
    .alliance-map #aldmeri {
        bottom: 0;
        left: 1%;
    }
    .alliance-map #ebonheart {
        top: 32%;
        left: 1%;
    }
    .alliance-map .alliance-tabs a {
        font-size: 12px;
    }
}

.tab-container {
    margin-bottom: 30px;
}

.alliance-tabs {
    margin: 0;
}

.alliance-tabs .tab {
    display: inline-block;
    width: 301px;
    height: 105px;
    background: transparent url('../../images/official/tabs-alliance-v2.png') 0 0 no-repeat;
}

.alliance-tabs a,
.alliance-tabs span {
    display: block;
    padding-left: 100px;
    color: #413723;
    font-size: 14px;
    line-height: 107px;
}

.alliance-tabs .daggerfall-covenant:hover,
.alliance-tabs .daggerfall-covenant.active {
    background-position: 0 -395px;
}

.alliance-tabs .ebonheart-pact {
    background-position: -311px 0;
}

.alliance-tabs .ebonheart-pact:hover,
.alliance-tabs .ebonheart-pact.active {
    background-position: -311px -395px;
}

.alliance-tabs .aldmeri-dominion {
    background-position: -622px 0;
}

.alliance-tabs .aldmeri-dominion:hover,
.alliance-tabs .aldmeri-dominion.active {
    background-position: -622px -395px;
}

#alliance #races-header {
    margin: 30px 0 0;
}

#alliance .leader {
    margin-bottom: 30px;
}

#alliance .races .row {
    margin-top: 30px;
    margin-bottom: 45px;
}

#alliance .race.breton {
    background: transparent url('../../images/official/race-breton.png') no-repeat;
}

#alliance .breton h3 {
    padding: 24px 0 25px 70px;
    background: url('../../images/official/alliance-breton.png') left no-repeat;
}

#alliance .race.redguard {
    background: transparent url('../../images/official/race-redguard.png') no-repeat;
}

#alliance .redguard h3 {
    padding: 24px 0 25px 70px;
    background: url('../../images/official/alliance-redguard.png') left no-repeat;
}

#alliance .race.orc {
    background: transparent url('../../images/official/race-orc.png') no-repeat;
}

#alliance .orc h3 {
    padding: 26px 0 25px 65px;
    background: url('../../images/official/alliance-orc.png') left no-repeat;
}

#alliance .race.high-elf {
    background: transparent url('../../images/official/race-altmer.png') no-repeat;
}

#alliance .high-elf h3 {
    padding: 26px 0 25px 65px;
    background: url('../../images/official/alliance-altmer.png') left no-repeat;
}

#alliance .race.wood-elf {
    background: transparent url('../../images/official/race-bosmer.png') no-repeat;
}

#alliance .wood-elf h3 {
    padding: 36px 0 25px 65px;
    background: url('../../images/official/alliance-bosmer.png') left no-repeat;
}

#alliance .race.khajiit {
    background: transparent url('../../images/official/race-khajiit.png') no-repeat;
}

#alliance .khajiit h3 {
    padding: 26px 0 25px 70px;
    background: url('../../images/official/alliance-khajiit.png') left no-repeat;
}

#alliance .race.nord {
    background: transparent url('../../images/official/race-nord.png') no-repeat;
}

#alliance .nord h3 {
    padding: 24px 0 25px 65px;
    background: url('../../images/official/alliance-nord.png') left no-repeat;
}

#alliance .race.dark-elf {
    background: transparent url('../../images/official/race-dunmer.png') no-repeat;
}

#alliance .dark-elf h3 {
    padding: 16px 0 25px 80px;
    background: url('../../images/official/alliance-dunmer.png') left no-repeat;
}

#alliance .race.argonian {
    background: transparent url('../../images/official/race-argonian.png') no-repeat;
}

#alliance .argonian h3 {
    padding: 25px 0 25px 65px;
    background: url('../../images/official/alliance-argonian.png') left no-repeat;
}

#alliance .content {
    height: 100%;
}

#alliance .opposing-alliances .row {
    margin-bottom: 15px;
}

#alliance .opposing-alliances .col-sm-12 {
    position: relative;
}

#alliance .opposing-alliances .opp-text {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 25%;
}

#alliance #alliance-link {
    margin-bottom: 30px;
}

#alliance #map-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

#alliance .img-col {
    position: relative;
    position: relative;
    min-height: 1px;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #alliance .img-col {
        float: left;
        width: 58.33333%;
    }
}

@media (min-width: 992px) {
    #alliance .img-col {
        float: left;
        width: 66.66667%;
    }
}

#alliance .text-col {
    position: relative;
    position: relative;
    min-height: 1px;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    #alliance .text-col {
        float: left;
        width: 41.66667%;
    }
}

@media (min-width: 992px) {
    #alliance .text-col {
        float: left;
        width: 33.33333%;
    }
}

#alliance .nav-tabs.nav-justified {
    display: none;
}

@media (max-width: 991px) {
    #alliance .row .tab-container {
        display: none;
    }
    #alliance .nav-tabs.nav-justified {
        display: block;
    }
}

.leader .splash,
.leader .slide {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-title {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.text-overlay {
    position: absolute;
    margin: 0;
    padding: 10px;
    background: white;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.95em;
}

.slider-title .long {
    border: 0;
    color: #1a3337;
}

.slider-title p {
    padding-right: 30%;
    line-height: 150%;
}

.slider-title h2,
.slider-title p {
    padding: 10px;
}

.text-overlay p,
.text-overlay .beta,
.text-overlay #news-post article h2.long,
#news-post article .text-overlay h2.long {
    color: #1a3337;
}

h2.beta.long,
#news-post article h2.long {
    margin-bottom: 0;
    font-size: 1.4em;
}

#leader-responsive {
    display: none;
}

@media (max-width: 991px) {
    #leader-responsive {
        display: block;
        padding-bottom: 30px;
    }
    .leader .slide {
        display: none;
    }
}

.imLightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background: url('../../images/official/bg-body-trans.png') top center repeat-y;
}

#gameguide .mg-t-10 {
    margin-top: 10px;
}

#gameguide .nav-beginner {
    margin: 10px auto 0;
}

#gameguide .nav-beginner ul {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

#gameguide .nav-beginner li {
    display: inline-block;
    width: 100%;
}

#gameguide .nav-beginner li:nth-child(1) {
    margin-bottom: 10px;
}

#gameguide .nav-beginner .btn-wide {
    height: 50px;
    line-height: 50px;
}

#gameguide .nav-beginner .btn-submit {
    padding: 0.7em 0;
    line-height: 1.4;
}

#gameguide .sect h5 {
    margin-bottom: 15px;
}

#gameguide .sect figure + p {
    margin-top: 10px;
}

#gameguide .sect p + figure {
    margin-top: 5px;
}

#gameguide .sect p {
    margin-bottom: 0;
}

#gameguide .sect p + p {
    margin-top: 10px;
}

#gameguide .sect p + .row {
    margin-top: 5px;
}

#gameguide .sect .row + .row {
    margin-top: 20px;
}

#gameguide .table-config {
    width: 100%;
    margin-top: 5px;
}

#gameguide .table-config thead th {
    background-color: #33636b;
    color: #fff;
}

#gameguide .table-config th,
#gameguide .table-config td {
    width: 50%;
    padding: 10px 0;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

#gameguide .table-config .color1 {
    background-color: #cfb4d6;
    color: #744a99;
}

#gameguide .table-config .color2 {
    background-color: #eae4b7;
    color: #856525;
}

#gameguide .table-config .color3 {
    background-color: #ddc3c8;
    color: #a02738;
}

#gameguide .table-config .color4 {
    background-color: #b8ccb8;
    color: #406640;
}

#gameguide .table-config .color5 {
    background-color: #c7cbe2;
    color: #3e4b8c;
}

#gameguide .table-config .color6 {
    background-color: #d8cfc0;
    color: #876342;
}

#gameguide .table-block {
    width: 100%;
}

#gameguide .box-alliance {
    text-align: center;
}

#gameguide .box-alliance.alliance1 {
    background-color: #d4ceb4;
}

#gameguide .box-alliance.alliance2 {
    background-color: #b5c6d6;
}

#gameguide .box-alliance.alliance3 {
    background-color: #d3bdbf;
}

#gameguide .box-alliance.alliance4 {
    background-color: #cebecb;
}

#gameguide .btn-race ul {
    margin: 0;
    padding: 0;
    list-style: inside none;
}

@media (max-width: 767px) {
    #gameguide [class^='col-sm'] + [class^='col-sm'] {
        margin-top: 10px;
    }
    #gameguide .table-block tr {
        display: block;
    }
    #gameguide .table-block tr:after {
        display: table;
        clear: both;
        content: '';
    }
    #gameguide .table-block td,
    #gameguide .table-block th {
        display: block;
        float: left;
        width: 100%;
        padding: 0.7em;
    }
    #gameguide .table-block img {
        max-height: 27px;
        width: auto;
        margin-right: 10px;
    }
    #gameguide .table-block th {
        border-width: 1px;
        border-style: solid;
    }
    #gameguide .table-block td {
        margin-bottom: 10px;
        border-right: 1px solid #a8b0a9;
        border-bottom: 1px solid #a8b0a9;
        border-left: 1px solid #a8b0a9;
    }
    #gameguide .table-block.table-class th {
        border-color: #b7c2b9;
        background-color: #b7c2b9;
    }
    #gameguide .table-block.table-class td {
        border-color: #a8b0a9;
        background-color: #dfeadf;
    }
    #gameguide .table-block.alliance1-table th {
        border-color: #cec8ae;
        background-color: #cec8ae;
    }
    #gameguide .table-block.alliance1-table td {
        border-color: #cec8ae;
        background-color: #f2f0e7;
    }
    #gameguide .table-block.alliance2-table th {
        border-color: #a3b1bf;
        background-color: #b4c1ce;
    }
    #gameguide .table-block.alliance2-table td {
        border-color: #a3b1bf;
        background-color: #d9e3ed;
    }
    #gameguide .table-block.alliance3-table th {
        border-color: #c9b0b3;
        background-color: #c9b0b3;
    }
    #gameguide .table-block.alliance3-table td {
        border-color: #c9b0b3;
        background-color: #ecdbdd;
    }
    #gameguide .table-block.alliance4-table th {
        border-color: #c2b7c0;
        background-color: #c2b7c0;
    }
    #gameguide .table-block.alliance4-table td {
        border-color: #c2b7c0;
        background-color: #eadfe8;
    }
    #gameguide .box-alliance {
        position: relative;
        padding: 15px 0 15px;
    }
    #gameguide .box-alliance h6 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
    }
    #gameguide .box-alliance figure {
        position: absolute;
        min-width: 60px;
        max-width: 100px;
        width: 35%;
        margin-left: 15px;
    }
    #gameguide .box-alliance figure img {
        max-width: 199px;
        width: 100%;
        height: auto;
    }
    #gameguide .box-alliance .btn-race {
        position: relative;
        padding-right: 15px;
        text-align: right;
    }
    #gameguide .box-alliance .btn-race li {
        margin-top: 5px;
    }
    #gameguide .box-alliance .btn-race li:first-child {
        margin-top: 0;
    }
    #gameguide .box-alliance .btn-race li a {
        width: 130px;
    }
    #gameguide .box-alliance.alliance4 {
        min-height: 177px;
        margin-bottom: 15px;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        margin-top: 47px;
    }
    #gameguide .alliance1-table img,
    #gameguide .alliance2-table img,
    #gameguide .alliance3-table img,
    #gameguide .alliance4-table img {
        width: 25px;
    }
}

@media (min-width: 768px) {
    #gameguide img.img-responsive {
        width: auto;
    }
    #gameguide .race-pd {
        padding: 0 20px 0;
    }
    #gameguide .race-pd .col-sm-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #gameguide .race-pd .col-md-8 {
        padding-right: 10px;
        padding-left: 10px;
    }
    #gameguide .box-alliance {
        position: relative;
        padding: 10px 0 15px;
    }
    #gameguide .box-alliance h6 {
        position: absolute;
        top: 209px;
        left: 0;
        width: 100%;
        font-size: 14px;
    }
    #gameguide .box-alliance figure {
        padding: 0 20px;
    }
    #gameguide .box-alliance figure img {
        max-width: 199px;
        width: 100%;
        height: auto;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 20%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        position: absolute;
        top: 20px;
        left: 280px;
    }
    #gameguide .btn-race {
        width: 160px;
        margin: 40px auto 0;
    }
    #gameguide .btn-race li {
        margin-top: 5px;
    }
    #gameguide .btn-race li:first-child {
        margin-top: 0;
    }
    #gameguide .table-config th,
    #gameguide .table-config td {
        font-size: 14px;
    }
    #gameguide .table-block {
        border: 1px solid #a8b0a9;
    }
    #gameguide .table-block thead th {
        text-align: center;
    }
    #gameguide .table-block thead th:first-child {
        border-right: 1px solid #a8b0a9;
    }
    #gameguide .table-block img {
        margin-right: 1em;
    }
    #gameguide .table-block tbody th {
        width: 250px;
        padding: 9px 22px;
        border-right-width: 1px;
        border-right-style: solid;
    }
    #gameguide .table-block th {
        font-weight: normal;
    }
    #gameguide .table-block th,
    #gameguide .table-block td {
        padding: 9px;
    }
    #gameguide .table-block.table-class thead th {
        background-color: #b7c2b9;
    }
    #gameguide .table-block.table-class tbody th {
        border-color: #a8b0a9;
    }
    #gameguide .table-block.table-class tr {
        background-color: #dfeadf;
    }
    #gameguide .table-block.table-class tr:nth-child(even) {
        background-color: #d0dccf;
    }
    #gameguide .table-block.alliance1-table {
        border-color: #beb89c;
    }
    #gameguide .table-block.alliance1-table thead th {
        background-color: #cec8ae;
    }
    #gameguide .table-block.alliance1-table thead th:first-child {
        border-right: 1px solid #beb89c;
    }
    #gameguide .table-block.alliance1-table tbody th {
        border-color: #beb89c;
    }
    #gameguide .table-block.alliance1-table tr {
        background-color: #f2f0e7;
    }
    #gameguide .table-block.alliance1-table tr:nth-child(even) {
        background-color: #e3dfcf;
    }
    #gameguide .table-block.alliance2-table {
        border-color: #a3b1bf;
    }
    #gameguide .table-block.alliance2-table thead th {
        background-color: #b4c1ce;
    }
    #gameguide .table-block.alliance2-table thead th:first-child {
        border-right: 1px solid #a3b1bf;
    }
    #gameguide .table-block.alliance2-table tbody th {
        border-color: #a3b1bf;
    }
    #gameguide .table-block.alliance2-table tr {
        background-color: #d9e3ed;
    }
    #gameguide .table-block.alliance2-table tr:nth-child(even) {
        background-color: #c9d5e1;
    }
    #gameguide .table-block.alliance3-table {
        border-color: #b69c9f;
    }
    #gameguide .table-block.alliance3-table thead th {
        background-color: #c9b0b3;
    }
    #gameguide .table-block.alliance3-table thead th:first-child {
        border-right: 1px solid #b69c9f;
    }
    #gameguide .table-block.alliance3-table tbody th {
        border-color: #b69c9f;
    }
    #gameguide .table-block.alliance3-table tr {
        background-color: #ecdbdd;
    }
    #gameguide .table-block.alliance3-table tr:nth-child(even) {
        background-color: #deccce;
    }
    #gameguide .table-block.alliance4-table {
        border-color: #b0a8ae;
    }
    #gameguide .table-block.alliance4-table thead th {
        background-color: #c2b7c0;
    }
    #gameguide .table-block.alliance4-table thead th:first-child {
        border-right: 1px solid #b0a8ae;
    }
    #gameguide .table-block.alliance4-table tbody th {
        border-color: #b0a8ae;
    }
    #gameguide .table-block.alliance4-table tr {
        background-color: #eadfe8;
    }
    #gameguide .table-block.alliance4-table tr:nth-child(even) {
        background-color: #dccfda;
    }
    #gameguide .nav-beginner {
        max-width: 640px;
    }
    #gameguide .nav-beginner li {
        width: 50%;
    }
    #gameguide .nav-beginner li:nth-child(1) {
        margin-bottom: 0;
        padding-right: 5%;
    }
    #gameguide .nav-beginner li:nth-child(2) {
        padding-left: 5%;
    }
    #gameguide .nav-beginner .btn-submit {
        padding: 0.4em 0;
        line-height: 1.4;
    }
    #gameguide .sect .col-sm-6:nth-child(1) {
        padding-right: 10px;
        padding-left: 15px;
    }
    #gameguide .sect .col-sm-6:nth-child(2) {
        padding-right: 15px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    #gameguide .box-alliance h6 {
        top: 245px;
        font-size: 20px;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 20%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        position: absolute;
        top: 7px;
        left: 220px;
    }
    #gameguide .btn-race {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    #gameguide .box-alliance h6 {
        font-size: 20px;
    }
    #gameguide .box-alliance.alliance4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #gameguide .box-alliance.alliance4 figure {
        width: 18.5%;
        margin-left: 20%;
    }
    #gameguide .box-alliance.alliance4 .btn-race {
        top: 14px;
        left: 270px;
    }
}

/*
project -- _terms.scss
----------------------------------------*/
#recommend .recommend-top .recommend-top-img {
    text-align: center;
}

#recommend .recommend-row {
    margin: 0 -7px;
}

#recommend .sections {
    overflow: hidden;
    margin: 40px 0 0;
}

#recommend .panel-shadow {
    margin-top: 40px;
}

#recommend .recommend-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 7px;
}

#recommend .recommend-box .box-inner {
    padding: 10px;
    background-color: #fff;
}

#recommend .recommend-box .box-header {
    height: 28px;
    margin: -10px -10px 0;
    text-align: center;
    line-height: 28px;
}

#recommend .recommend-box figure {
    position: relative;
}

#recommend .recommend-box .new {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 2px 10px 0;
    background: #b80000;
    color: #fff;
    font-size: 12px;
}

#recommend .recommend-box .recommend-logo img {
    margin-right: 7px;
}

#recommend .recommend-box .recommend-logo span {
    display: inline-block;
    min-width: 60px;
    padding: 0 10px;
    border: 1px solid #33636b;
    color: #33636b;
    text-align: center;
    font-size: 11px;
}

#recommend .recommend-box .recommend-logo .tag-next {
    margin-left: -1px;
}

#recommend .recommend-box .recommend-logo + p {
    min-height: 3.2em;
}

#recommend .recommend-box .box-footer {
    margin: 10px;
}

#recommend .box-entry .box-inner {
    border: 1px solid #a3b1bf;
}

#recommend .box-entry .box-header {
    border-bottom: 1px solid #a3b1bf;
    background: #b5c6d6;
}

#recommend .box-standard .box-inner {
    border: 1px solid #a9bfa3;
}

#recommend .box-standard .box-header {
    border-bottom: 1px solid #a9bfa3;
    background: #c0d4b4;
}

#recommend .box-highend .box-inner {
    border: 1px solid #b69c9f;
}

#recommend .box-highend .box-header {
    border-bottom: 1px solid #b69c9f;
    background: #dbb2b6;
}

#recommend .btn-recommend {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #1a3337;
    color: #1a3337;
    line-height: 1.2;
}

#recommend .btn-recommend:hover {
    background: #1a3337;
    color: #fff;
}

#recommend .setting {
    display: inline-block;
    margin-right: 3px;
    margin-left: 7px;
    padding: 0 10px;
    border: 1px solid #33636b;
    color: #33636b;
    vertical-align: middle;
    font-size: 12px;
}

#recommend .tx-small {
    margin-left: 10px;
    font-size: 80%;
}

@media (min-width: 768px) {
    #recommend .recommend-top .recommend-top-img {
        text-align: right;
    }
    #recommend .recommend-box {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #recommend .recommend-box {
        width: 25%;
    }
}

/*
project -- world.scss
----------------------------------------*/
#world .world-list {
    margin: 0;
    padding: 10px 0 280px 10px;
    list-style: none;
    text-align: center;
    letter-spacing: -0.4em;
}

#world .world-list li {
    display: inline-block;
    width: 280px;
    padding: 0 10px 10px 0;
    letter-spacing: 0;
    box-sizing: border-box;
}

#world .world-list li img {
    vertical-align: bottom;
}

#world .world-list li img:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    #world .world-list {
        padding: 10px 0 20px 10px;
        text-align: left;
    }
    #world .world-list li {
        display: inline-block;
        width: 49.5%;
    }
}

#story .img-responsive,
#alliance .img-responsive,
#the-alliance-war .img-responsive {
    margin-bottom: 15px;
}

#story .gamma,
#story #news-post article h2,
#news-post article #story h2,
#story #preorder-index .step-heading,
#preorder-index #story .step-heading,
#alliance .gamma,
#alliance #news-post article h2,
#news-post article #alliance h2,
#alliance #preorder-index .step-heading,
#preorder-index #alliance .step-heading,
#the-alliance-war .gamma,
#the-alliance-war #news-post article h2,
#news-post article #the-alliance-war h2,
#the-alliance-war #preorder-index .step-heading,
#preorder-index #the-alliance-war .step-heading {
    margin-top: 15px;
}
