/**
 * Sinatra Liquid
 *
 * As of Sinatra, the traditional CSS use of elements from "Twitter Bootstrap",
 * a project by Twitter.com, and reset code from "Normalize.css" by
 * Nicolas Gallagher has been implemented in this CSS Bootstrap.
 *
 * This CSS was customized by Kia King Ishii from Alpha Style Solution to build
 * one of the base starter kit for website project.
 * Well of course, It is designed and build by all the Love in the world.
 *
 * @author  Kia King Ishii
 * @version 1.0.0
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  line-height: 22px;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  color: #333;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
select[multiple],
textarea,
button {
  background-image: none;
}
textarea {
  resize: vertical;
}
a {
  text-decoration: none;
  color: #fb8501;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #f7aa02;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
}
h1 {
  line-height: 44px;
  font-size: 38px;
}
h2 {
  line-height: 44px;
  font-size: 30px;
}
h3 {
  line-height: 33px;
  font-size: 24px;
}
h4 {
  line-height: 22px;
  font-size: 18px;
}
h5 {
  line-height: 22px;
  font-size: 14px;
}
h6 {
  line-height: 22px;
  font-size: 12px;
}
p {
  margin: 0 0 22px;
}
small {
  font-size: 11px;
}
cite {
  font-style: normal;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  padding: 10px 20px;
}
blockquote p {
  line-height: 1.25;
  font-size: 18px;
  font-weight: 300;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull_right {
  border-right: 5px solid #eee;
  border-left: 0;
  padding-right: 15px;
  padding-left: 0;
}
blockquote.pull_right p,
blockquote.pull_right small {
  text-align: right;
}
blockquote.pull_right small:before {
  content: '';
}
blockquote.pull_right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  font-style: normal;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  border-radius: 4px;
  padding: 2px 4px;
  background-color: #f9f2f4;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
}
pre {
  display: block;
  margin: 0 0 22px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  background-color: #f5f5f5;
  line-height: 1.5;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list_unstyled {
  padding-left: 0;
  list-style: none;
}
.list_inline {
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list_inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl_horizontal dt {
    overflow: hidden;
    float: left;
    clear: left;
    width: 160px;
    text-align: right;
    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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 320px;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.grid_xs1,
.grid_xs2,
.grid_xs3,
.grid_xs4,
.grid_xs5,
.grid_xs6,
.grid_xs7,
.grid_xs8,
.grid_xs9,
.grid_xs10,
.grid_xs11,
.grid_xs12,
.grid_sm1,
.grid_sm2,
.grid_sm3,
.grid_sm4,
.grid_sm5,
.grid_sm6,
.grid_sm7,
.grid_sm8,
.grid_sm9,
.grid_sm10,
.grid_sm11,
.grid_sm12,
.grid_md1,
.grid_md2,
.grid_md3,
.grid_md4,
.grid_md5,
.grid_md6,
.grid_md7,
.grid_md8,
.grid_md9,
.grid_md10,
.grid_md11,
.grid_md12,
.grid_bg1,
.grid_bg2,
.grid_bg3,
.grid_bg4,
.grid_bg5,
.grid_bg6,
.grid_bg7,
.grid_bg8,
.grid_bg9,
.grid_bg10,
.grid_bg11,
.grid_bg12,
.grid_lg1,
.grid_lg2,
.grid_lg3,
.grid_lg4,
.grid_lg5,
.grid_lg6,
.grid_lg7,
.grid_lg8,
.grid_lg9,
.grid_lg10,
.grid_lg11,
.grid_lg12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}
.grid_xs1,
.grid_xs2,
.grid_xs3,
.grid_xs4,
.grid_xs5,
.grid_xs6,
.grid_xs7,
.grid_xs8,
.grid_xs9,
.grid_xs10,
.grid_xs11,
.grid_xs12 {
  float: left;
}
.grid_xs1 {
  width: 8.333333333333332%;
}
.grid_xs2 {
  width: 16.666666666666664%;
}
.grid_xs3 {
  width: 25%;
}
.grid_xs4 {
  width: 33.33333333333333%;
}
.grid_xs5 {
  width: 41.66666666666667%;
}
.grid_xs6 {
  width: 50%;
}
.grid_xs7 {
  width: 58.333333333333336%;
}
.grid_xs8 {
  width: 66.66666666666666%;
}
.grid_xs9 {
  width: 75%;
}
.grid_xs10 {
  width: 83.33333333333334%;
}
.grid_xs11 {
  width: 91.66666666666666%;
}
.grid_xs12 {
  width: 100%;
}
.grid_xs_push1 {
  left: 8.333333333333332%;
}
.grid_xs_push2 {
  left: 16.666666666666664%;
}
.grid_xs_push3 {
  left: 25%;
}
.grid_xs_push4 {
  left: 33.33333333333333%;
}
.grid_xs_push5 {
  left: 41.66666666666667%;
}
.grid_xs_push6 {
  left: 50%;
}
.grid_xs_push7 {
  left: 58.333333333333336%;
}
.grid_xs_push8 {
  left: 66.66666666666666%;
}
.grid_xs_push9 {
  left: 75%;
}
.grid_xs_push10 {
  left: 83.33333333333334%;
}
.grid_xs_push11 {
  left: 91.66666666666666%;
}
.grid_xs_pull1 {
  right: 8.333333333333332%;
}
.grid_xs_pull2 {
  right: 16.666666666666664%;
}
.grid_xs_pull3 {
  right: 25%;
}
.grid_xs_pull4 {
  right: 33.33333333333333%;
}
.grid_xs_pull5 {
  right: 41.66666666666667%;
}
.grid_xs_pull6 {
  right: 50%;
}
.grid_xs_pull7 {
  right: 58.333333333333336%;
}
.grid_xs_pull8 {
  right: 66.66666666666666%;
}
.grid_xs_pull9 {
  right: 75%;
}
.grid_xs_pull10 {
  right: 83.33333333333334%;
}
.grid_xs_pull11 {
  right: 91.66666666666666%;
}
.grid_xs_offset1 {
  margin-left: 8.333333333333332%;
}
.grid_xs_offset2 {
  margin-left: 16.666666666666664%;
}
.grid_xs_offset3 {
  margin-left: 25%;
}
.grid_xs_offset4 {
  margin-left: 33.33333333333333%;
}
.grid_xs_offset5 {
  margin-left: 41.66666666666667%;
}
.grid_xs_offset6 {
  margin-left: 50%;
}
.grid_xs_offset7 {
  margin-left: 58.333333333333336%;
}
.grid_xs_offset8 {
  margin-left: 66.66666666666666%;
}
.grid_xs_offset9 {
  margin-left: 75%;
}
.grid_xs_offset10 {
  margin-left: 83.33333333333334%;
}
.grid_xs_offset11 {
  margin-left: 91.66666666666666%;
}
@media (min-width: 568px) {
  .grid_sm1,
  .grid_sm2,
  .grid_sm3,
  .grid_sm4,
  .grid_sm5,
  .grid_sm6,
  .grid_sm7,
  .grid_sm8,
  .grid_sm9,
  .grid_sm10,
  .grid_sm11,
  .grid_sm12 {
    float: left;
  }
  .grid_sm1 {
    width: 8.333333333333332%;
  }
  .grid_sm2 {
    width: 16.666666666666664%;
  }
  .grid_sm3 {
    width: 25%;
  }
  .grid_sm4 {
    width: 33.33333333333333%;
  }
  .grid_sm5 {
    width: 41.66666666666667%;
  }
  .grid_sm6 {
    width: 50%;
  }
  .grid_sm7 {
    width: 58.333333333333336%;
  }
  .grid_sm8 {
    width: 66.66666666666666%;
  }
  .grid_sm9 {
    width: 75%;
  }
  .grid_sm10 {
    width: 83.33333333333334%;
  }
  .grid_sm11 {
    width: 91.66666666666666%;
  }
  .grid_sm12 {
    width: 100%;
  }
  .grid_sm_push1 {
    left: 8.333333333333332%;
  }
  .grid_sm_push2 {
    left: 16.666666666666664%;
  }
  .grid_sm_push3 {
    left: 25%;
  }
  .grid_sm_push4 {
    left: 33.33333333333333%;
  }
  .grid_sm_push5 {
    left: 41.66666666666667%;
  }
  .grid_sm_push6 {
    left: 50%;
  }
  .grid_sm_push7 {
    left: 58.333333333333336%;
  }
  .grid_sm_push8 {
    left: 66.66666666666666%;
  }
  .grid_sm_push9 {
    left: 75%;
  }
  .grid_sm_push10 {
    left: 83.33333333333334%;
  }
  .grid_sm_push11 {
    left: 91.66666666666666%;
  }
  .grid_sm_pull1 {
    right: 8.333333333333332%;
  }
  .grid_sm_pull2 {
    right: 16.666666666666664%;
  }
  .grid_sm_pull3 {
    right: 25%;
  }
  .grid_sm_pull4 {
    right: 33.33333333333333%;
  }
  .grid_sm_pull5 {
    right: 41.66666666666667%;
  }
  .grid_sm_pull6 {
    right: 50%;
  }
  .grid_sm_pull7 {
    right: 58.333333333333336%;
  }
  .grid_sm_pull8 {
    right: 66.66666666666666%;
  }
  .grid_sm_pull9 {
    right: 75%;
  }
  .grid_sm_pull10 {
    right: 83.33333333333334%;
  }
  .grid_sm_pull11 {
    right: 91.66666666666666%;
  }
  .grid_sm_offset1 {
    margin-left: 8.333333333333332%;
  }
  .grid_sm_offset2 {
    margin-left: 16.666666666666664%;
  }
  .grid_sm_offset3 {
    margin-left: 25%;
  }
  .grid_sm_offset4 {
    margin-left: 33.33333333333333%;
  }
  .grid_sm_offset5 {
    margin-left: 41.66666666666667%;
  }
  .grid_sm_offset6 {
    margin-left: 50%;
  }
  .grid_sm_offset7 {
    margin-left: 58.333333333333336%;
  }
  .grid_sm_offset8 {
    margin-left: 66.66666666666666%;
  }
  .grid_sm_offset9 {
    margin-left: 75%;
  }
  .grid_sm_offset10 {
    margin-left: 83.33333333333334%;
  }
  .grid_sm_offset11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 768px) {
  .grid_md1,
  .grid_md2,
  .grid_md3,
  .grid_md4,
  .grid_md5,
  .grid_md6,
  .grid_md7,
  .grid_md8,
  .grid_md9,
  .grid_md10,
  .grid_md11,
  .grid_md12 {
    float: left;
  }
  .grid_md1 {
    width: 8.333333333333332%;
  }
  .grid_md2 {
    width: 16.666666666666664%;
  }
  .grid_md3 {
    width: 25%;
  }
  .grid_md4 {
    width: 33.33333333333333%;
  }
  .grid_md5 {
    width: 41.66666666666667%;
  }
  .grid_md6 {
    width: 50%;
  }
  .grid_md7 {
    width: 58.333333333333336%;
  }
  .grid_md8 {
    width: 66.66666666666666%;
  }
  .grid_md9 {
    width: 75%;
  }
  .grid_md10 {
    width: 83.33333333333334%;
  }
  .grid_md11 {
    width: 91.66666666666666%;
  }
  .grid_md12 {
    width: 100%;
  }
  .grid_md_push1 {
    left: 8.333333333333332%;
  }
  .grid_md_push2 {
    left: 16.666666666666664%;
  }
  .grid_md_push3 {
    left: 25%;
  }
  .grid_md_push4 {
    left: 33.33333333333333%;
  }
  .grid_md_push5 {
    left: 41.66666666666667%;
  }
  .grid_md_push6 {
    left: 50%;
  }
  .grid_md_push7 {
    left: 58.333333333333336%;
  }
  .grid_md_push8 {
    left: 66.66666666666666%;
  }
  .grid_md_push9 {
    left: 75%;
  }
  .grid_md_push10 {
    left: 83.33333333333334%;
  }
  .grid_md_push11 {
    left: 91.66666666666666%;
  }
  .grid_md_pull1 {
    right: 8.333333333333332%;
  }
  .grid_md_pull2 {
    right: 16.666666666666664%;
  }
  .grid_md_pull3 {
    right: 25%;
  }
  .grid_md_pull4 {
    right: 33.33333333333333%;
  }
  .grid_md_pull5 {
    right: 41.66666666666667%;
  }
  .grid_md_pull6 {
    right: 50%;
  }
  .grid_md_pull7 {
    right: 58.333333333333336%;
  }
  .grid_md_pull8 {
    right: 66.66666666666666%;
  }
  .grid_md_pull9 {
    right: 75%;
  }
  .grid_md_pull10 {
    right: 83.33333333333334%;
  }
  .grid_md_pull11 {
    right: 91.66666666666666%;
  }
  .grid_md_offset1 {
    margin-left: 8.333333333333332%;
  }
  .grid_md_offset2 {
    margin-left: 16.666666666666664%;
  }
  .grid_md_offset3 {
    margin-left: 25%;
  }
  .grid_md_offset4 {
    margin-left: 33.33333333333333%;
  }
  .grid_md_offset5 {
    margin-left: 41.66666666666667%;
  }
  .grid_md_offset6 {
    margin-left: 50%;
  }
  .grid_md_offset7 {
    margin-left: 58.333333333333336%;
  }
  .grid_md_offset8 {
    margin-left: 66.66666666666666%;
  }
  .grid_md_offset9 {
    margin-left: 75%;
  }
  .grid_md_offset10 {
    margin-left: 83.33333333333334%;
  }
  .grid_md_offset11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 990px) {
  .container {
    width: 960px;
  }
  .grid_bg1,
  .grid_bg2,
  .grid_bg3,
  .grid_bg4,
  .grid_bg5,
  .grid_bg6,
  .grid_bg7,
  .grid_bg8,
  .grid_bg9,
  .grid_bg10,
  .grid_bg11,
  .grid_bg12 {
    float: left;
  }
  .grid_bg1 {
    width: 8.333333333333332%;
  }
  .grid_bg2 {
    width: 16.666666666666664%;
  }
  .grid_bg3 {
    width: 25%;
  }
  .grid_bg4 {
    width: 33.33333333333333%;
  }
  .grid_bg5 {
    width: 41.66666666666667%;
  }
  .grid_bg6 {
    width: 50%;
  }
  .grid_bg7 {
    width: 58.333333333333336%;
  }
  .grid_bg8 {
    width: 66.66666666666666%;
  }
  .grid_bg9 {
    width: 75%;
  }
  .grid_bg10 {
    width: 83.33333333333334%;
  }
  .grid_bg11 {
    width: 91.66666666666666%;
  }
  .grid_bg12 {
    width: 100%;
  }
  .grid_bg_push1 {
    left: 8.333333333333332%;
  }
  .grid_bg_push2 {
    left: 16.666666666666664%;
  }
  .grid_bg_push3 {
    left: 25%;
  }
  .grid_bg_push4 {
    left: 33.33333333333333%;
  }
  .grid_bg_push5 {
    left: 41.66666666666667%;
  }
  .grid_bg_push6 {
    left: 50%;
  }
  .grid_bg_push7 {
    left: 58.333333333333336%;
  }
  .grid_bg_push8 {
    left: 66.66666666666666%;
  }
  .grid_bg_push9 {
    left: 75%;
  }
  .grid_bg_push10 {
    left: 83.33333333333334%;
  }
  .grid_bg_push11 {
    left: 91.66666666666666%;
  }
  .grid_bg_pull1 {
    right: 8.333333333333332%;
  }
  .grid_bg_pull2 {
    right: 16.666666666666664%;
  }
  .grid_bg_pull3 {
    right: 25%;
  }
  .grid_bg_pull4 {
    right: 33.33333333333333%;
  }
  .grid_bg_pull5 {
    right: 41.66666666666667%;
  }
  .grid_bg_pull6 {
    right: 50%;
  }
  .grid_bg_pull7 {
    right: 58.333333333333336%;
  }
  .grid_bg_pull8 {
    right: 66.66666666666666%;
  }
  .grid_bg_pull9 {
    right: 75%;
  }
  .grid_bg_pull10 {
    right: 83.33333333333334%;
  }
  .grid_bg_pull11 {
    right: 91.66666666666666%;
  }
  .grid_bg_offset1 {
    margin-left: 8.333333333333332%;
  }
  .grid_bg_offset2 {
    margin-left: 16.666666666666664%;
  }
  .grid_bg_offset3 {
    margin-left: 25%;
  }
  .grid_bg_offset4 {
    margin-left: 33.33333333333333%;
  }
  .grid_bg_offset5 {
    margin-left: 41.66666666666667%;
  }
  .grid_bg_offset6 {
    margin-left: 50%;
  }
  .grid_bg_offset7 {
    margin-left: 58.333333333333336%;
  }
  .grid_bg_offset8 {
    margin-left: 66.66666666666666%;
  }
  .grid_bg_offset9 {
    margin-left: 75%;
  }
  .grid_bg_offset10 {
    margin-left: 83.33333333333334%;
  }
  .grid_bg_offset11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
  .grid_lg1,
  .grid_lg2,
  .grid_lg3,
  .grid_lg4,
  .grid_lg5,
  .grid_lg6,
  .grid_lg7,
  .grid_lg8,
  .grid_lg9,
  .grid_lg10,
  .grid_lg11,
  .grid_lg12 {
    float: left;
  }
  .grid_lg1 {
    width: 8.333333333333332%;
  }
  .grid_lg2 {
    width: 16.666666666666664%;
  }
  .grid_lg3 {
    width: 25%;
  }
  .grid_lg4 {
    width: 33.33333333333333%;
  }
  .grid_lg5 {
    width: 41.66666666666667%;
  }
  .grid_lg6 {
    width: 50%;
  }
  .grid_lg7 {
    width: 58.333333333333336%;
  }
  .grid_lg8 {
    width: 66.66666666666666%;
  }
  .grid_lg9 {
    width: 75%;
  }
  .grid_lg10 {
    width: 83.33333333333334%;
  }
  .grid_lg11 {
    width: 91.66666666666666%;
  }
  .grid_lg12 {
    width: 100%;
  }
  .grid_lg_push1 {
    left: 8.333333333333332%;
  }
  .grid_lg_push2 {
    left: 16.666666666666664%;
  }
  .grid_lg_push3 {
    left: 25%;
  }
  .grid_lg_push4 {
    left: 33.33333333333333%;
  }
  .grid_lg_push5 {
    left: 41.66666666666667%;
  }
  .grid_lg_push6 {
    left: 50%;
  }
  .grid_lg_push7 {
    left: 58.333333333333336%;
  }
  .grid_lg_push8 {
    left: 66.66666666666666%;
  }
  .grid_lg_push9 {
    left: 75%;
  }
  .grid_lg_push10 {
    left: 83.33333333333334%;
  }
  .grid_lg_push11 {
    left: 91.66666666666666%;
  }
  .grid_lg_pull1 {
    right: 8.333333333333332%;
  }
  .grid_lg_pull2 {
    right: 16.666666666666664%;
  }
  .grid_lg_pull3 {
    right: 25%;
  }
  .grid_lg_pull4 {
    right: 33.33333333333333%;
  }
  .grid_lg_pull5 {
    right: 41.66666666666667%;
  }
  .grid_lg_pull6 {
    right: 50%;
  }
  .grid_lg_pull7 {
    right: 58.333333333333336%;
  }
  .grid_lg_pull8 {
    right: 66.66666666666666%;
  }
  .grid_lg_pull9 {
    right: 75%;
  }
  .grid_lg_pull10 {
    right: 83.33333333333334%;
  }
  .grid_lg_pull11 {
    right: 91.66666666666666%;
  }
  .grid_lg_offset1 {
    margin-left: 8.333333333333332%;
  }
  .grid_lg_offset2 {
    margin-left: 16.666666666666664%;
  }
  .grid_lg_offset3 {
    margin-left: 25%;
  }
  .grid_lg_offset4 {
    margin-left: 33.33333333333333%;
  }
  .grid_lg_offset5 {
    margin-left: 41.66666666666667%;
  }
  .grid_lg_offset6 {
    margin-left: 50%;
  }
  .grid_lg_offset7 {
    margin-left: 58.333333333333336%;
  }
  .grid_lg_offset8 {
    margin-left: 66.66666666666666%;
  }
  .grid_lg_offset9 {
    margin-left: 75%;
  }
  .grid_lg_offset10 {
    margin-left: 83.33333333333334%;
  }
  .grid_lg_offset11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table col[class*="grid"] {
  display: table-column;
  float: none;
}
table td[class*="grid"],
table th[class*="grid"] {
  display: table-cell;
  float: none;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 22px;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.table > tfoot > tr > td {
  border-top: 4px double #ddd;
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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_bordered {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > tbody > tr > th,
.table_bordered > tfoot > tr > th,
.table_bordered > thead > tr > td,
.table_bordered > tbody > tr > td,
.table_bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table_bordered > thead > tr > th,
.table_bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table_striped > tbody > tr:nth-child(odd) > th,
.table_striped > tbody > tr:nth-child(odd) > td {
  background-color: #f9f9f9;
}
.table_hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 989px) {
  .table_responsive {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 22px;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table_responsive > .table {
    margin-bottom: 0;
  }
  .table_responsive > .table > thead > tr > th,
  .table_responsive > .table > tbody > tr > th,
  .table_responsive > .table > tfoot > tr > th,
  .table_responsive > .table > thead > tr > td,
  .table_responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table_responsive > .table_bordered > tfoot > tr > th:first-child,
  .table_responsive > .table_bordered > thead > tr > td:first-child,
  .table_responsive > .table_bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table_responsive > .table_bordered > tfoot > tr > th:last-child,
  .table_responsive > .table_bordered > thead > tr > td:last-child,
  .table_responsive > .table_bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table_responsive > .table_bordered > tbody > tr:last-child > td,
  .table_responsive > .table_bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
legend {
  display: block;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  width: 100%;
  line-height: 33px;
  font-size: 24px;
  color: #333;
}
label,
.label_title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 22px;
  font-size: 13px;
}
.label_title {
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
  margin-top: 4px \9;
  /* IE8-9 Hack */
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-style: inherit;
  font-size: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 13px;
  color: #555555;
}
.form_group {
  margin-bottom: 15px;
}
.form_group .form_control {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 22px;
  width: 100%;
  height: 36px;
  background-color: #fff;
  background-image: none;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, background-color 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color 0.15s, box-shadow ease-in-out 0.15s;
}
.form_group .form_control:focus {
  outline: 0;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form_group .form_control:-moz-placeholder,
.form_group .form_control::-moz-placeholder,
.form_group .form_control:-ms-input-placeholder,
.form_group .form_control::-webkit-input-placeholder {
  color: #999;
}
.form_group .form_control[disabled],
.form_group .form_control[readonly],
fieldset[disabled] .form_group .form_control {
  cursor: not-allowed;
  background-color: #eee;
}
.form_group .file label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  height: 36px;
  background-color: #ffffff;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  color: #333333;
}
.form_group .file label:hover,
.form_group .file label:focus,
.form_group .file label:active,
.form_group .file label.active {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333333;
}
.form_group .file label:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form_group .file label:hover,
.form_group .file label:focus {
  text-decoration: none;
  color: #333333;
}
.form_group .file label:active,
.form_group .file label.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form_group .file label.disabled,
.form_group .file label[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  border-color: #cccccc;
  background-color: #ffffff;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form_group .file input[type="file"] {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.form_group textarea {
  height: auto;
}
.radio,
.checkbox {
  margin-right: -5px;
  margin-left: -5px;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.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 label[class*="grid_xs"],
.form_horizontal .label_title[class*="grid_xs"] {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: right;
}
.form_horizontal label[class*="grid_xs"].label_top,
.form_horizontal .label_title[class*="grid_xs"].label_top {
  padding-top: 0;
  padding-bottom: 0;
}
.form_horizontal [class*="grid_xs"] .form_static {
  padding-top: 7px;
  padding-bottom: 7px;
}
.form_row {
  margin-right: -5px;
  margin-top: -10px;
  margin-left: -5px;
}
.form_row:before,
.form_row:after {
  display: table;
  content: " ";
}
.form_row:after {
  clear: both;
}
.form_row .grid_xs1,
.form_row .grid_xs2,
.form_row .grid_xs3,
.form_row .grid_xs4,
.form_row .grid_xs5,
.form_row .grid_xs6,
.form_row .grid_xs7,
.form_row .grid_xs8,
.form_row .grid_xs9,
.form_row .grid_xs10,
.form_row .grid_xs11,
.form_row .grid_sm1,
.form_row .grid_sm2,
.form_row .grid_sm3,
.form_row .grid_sm4,
.form_row .grid_sm5,
.form_row .grid_sm6,
.form_row .grid_sm7,
.form_row .grid_sm8,
.form_row .grid_sm9,
.form_row .grid_sm10,
.form_row .grid_sm11,
.form_row .grid_md1,
.form_row .grid_md2,
.form_row .grid_md3,
.form_row .grid_md4,
.form_row .grid_md5,
.form_row .grid_md6,
.form_row .grid_md7,
.form_row .grid_md8,
.form_row .grid_md9,
.form_row .grid_md10,
.form_row .grid_md11,
.form_row .grid_bg1,
.form_row .grid_bg2,
.form_row .grid_bg3,
.form_row .grid_bg4,
.form_row .grid_bg5,
.form_row .grid_bg6,
.form_row .grid_bg7,
.form_row .grid_bg8,
.form_row .grid_bg9,
.form_row .grid_bg10,
.form_row .grid_bg11,
.form_row .grid_lg1,
.form_row .grid_lg2,
.form_row .grid_lg3,
.form_row .grid_lg4,
.form_row .grid_lg5,
.form_row .grid_lg6,
.form_row .grid_lg7,
.form_row .grid_lg8,
.form_row .grid_lg9,
.form_row .grid_lg10,
.form_row .grid_lg11 {
  padding-right: 5px;
  padding-top: 10px;
  padding-left: 5px;
}
.form_static {
  margin-bottom: 0;
}
.help_block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #737373;
}
.has_warning label,
.has_warning .label_title,
.has_warning .radio,
.has_warning .checkbox,
.has_warning .help_block {
  color: #c09853;
}
.has_warning .form_control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has_warning .form_control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has_error label,
.has_error .label_title,
.has_error .radio,
.has_error .checkbox,
.has_error .help_block {
  color: #b94a48;
}
.has_error .form_control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has_error .form_control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has_success label,
.has_success .label_title,
.has_success .radio,
.has_success .checkbox,
.has_success .help_block {
  color: #468847;
}
.has_success .form_control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has_success .form_control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
@media (min-width: 568px) {
  .form_horizontal label[class*="grid_sm"],
  .form_horizontal .label_title[class*="grid_sm"] {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
  }
  .form_horizontal label[class*="grid_sm"].label_top,
  .form_horizontal .label_title[class*="grid_sm"].label_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_horizontal [class*="grid_sm"] .form_static {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .form_horizontal label[class*="grid_md"],
  .form_horizontal .label_title[class*="grid_md"] {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
  }
  .form_horizontal label[class*="grid_md"].label_top,
  .form_horizontal .label_title[class*="grid_md"].label_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_horizontal [class*="grid_md"] .form_static {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 990px) {
  .form_horizontal label[class*="grid_bg"],
  .form_horizontal .label_title[class*="grid_bg"] {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
  }
  .form_horizontal label[class*="grid_bg"].label_top,
  .form_horizontal .label_title[class*="grid_bg"].label_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_horizontal [class*="grid_bg"] .form_static {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1230px) {
  .form_horizontal label[class*="grid_lg"],
  .form_horizontal .label_title[class*="grid_lg"] {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
  }
  .form_horizontal label[class*="grid_lg"].label_top,
  .form_horizontal .label_title[class*="grid_lg"].label_top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form_horizontal [class*="grid_lg"] .form_static {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  color: #333333;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.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 {
  color: #333333;
  border-color: #cccccc;
  background-color: #ffffff;
}
.btn_default:hover,
.btn_default:focus,
.btn_default:active,
.btn_default.active,
.open .dropdown-toggle.btn_default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn_default:active,
.btn_default.active,
.open .dropdown-toggle.btn_default {
  background-image: none;
}
.btn_default.disabled,
.btn_default[disabled],
fieldset[disabled] .btn_default,
.btn_default.disabled:hover,
.btn_default[disabled]:hover,
fieldset[disabled] .btn_default:hover,
.btn_default.disabled:focus,
.btn_default[disabled]:focus,
fieldset[disabled] .btn_default:focus,
.btn_default.disabled:active,
.btn_default[disabled]:active,
fieldset[disabled] .btn_default:active,
.btn_default.disabled.active,
.btn_default[disabled].active,
fieldset[disabled] .btn_default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn_primary {
  color: #ffffff;
  border-color: #e68300;
  background-color: #ff9100;
}
.btn_primary:hover,
.btn_primary:focus,
.btn_primary:active,
.btn_primary.active,
.open .dropdown-toggle.btn_primary {
  color: #ffffff;
  background-color: #d67a00;
  border-color: #a86000;
}
.btn_primary:active,
.btn_primary.active,
.open .dropdown-toggle.btn_primary {
  background-image: none;
}
.btn_primary.disabled,
.btn_primary[disabled],
fieldset[disabled] .btn_primary,
.btn_primary.disabled:hover,
.btn_primary[disabled]:hover,
fieldset[disabled] .btn_primary:hover,
.btn_primary.disabled:focus,
.btn_primary[disabled]:focus,
fieldset[disabled] .btn_primary:focus,
.btn_primary.disabled:active,
.btn_primary[disabled]:active,
fieldset[disabled] .btn_primary:active,
.btn_primary.disabled.active,
.btn_primary[disabled].active,
fieldset[disabled] .btn_primary.active {
  background-color: #ff9100;
  border-color: #e68300;
}
.btn_success {
  color: #ffffff;
  border-color: #4cae4c;
  background-color: #5cb85c;
}
.btn_success:hover,
.btn_success:focus,
.btn_success:active,
.btn_success.active,
.open .dropdown-toggle.btn_success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn_success:active,
.btn_success.active,
.open .dropdown-toggle.btn_success {
  background-image: none;
}
.btn_success.disabled,
.btn_success[disabled],
fieldset[disabled] .btn_success,
.btn_success.disabled:hover,
.btn_success[disabled]:hover,
fieldset[disabled] .btn_success:hover,
.btn_success.disabled:focus,
.btn_success[disabled]:focus,
fieldset[disabled] .btn_success:focus,
.btn_success.disabled:active,
.btn_success[disabled]:active,
fieldset[disabled] .btn_success:active,
.btn_success.disabled.active,
.btn_success[disabled].active,
fieldset[disabled] .btn_success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn_warning {
  color: #ffffff;
  border-color: #eea236;
  background-color: #f0ad4e;
}
.btn_warning:hover,
.btn_warning:focus,
.btn_warning:active,
.btn_warning.active,
.open .dropdown-toggle.btn_warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn_warning:active,
.btn_warning.active,
.open .dropdown-toggle.btn_warning {
  background-image: none;
}
.btn_warning.disabled,
.btn_warning[disabled],
fieldset[disabled] .btn_warning,
.btn_warning.disabled:hover,
.btn_warning[disabled]:hover,
fieldset[disabled] .btn_warning:hover,
.btn_warning.disabled:focus,
.btn_warning[disabled]:focus,
fieldset[disabled] .btn_warning:focus,
.btn_warning.disabled:active,
.btn_warning[disabled]:active,
fieldset[disabled] .btn_warning:active,
.btn_warning.disabled.active,
.btn_warning[disabled].active,
fieldset[disabled] .btn_warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn_danger {
  color: #ffffff;
  border-color: #d43f3a;
  background-color: #d9534f;
}
.btn_danger:hover,
.btn_danger:focus,
.btn_danger:active,
.btn_danger.active,
.open .dropdown-toggle.btn_danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn_danger:active,
.btn_danger.active,
.open .dropdown-toggle.btn_danger {
  background-image: none;
}
.btn_danger.disabled,
.btn_danger[disabled],
fieldset[disabled] .btn_danger,
.btn_danger.disabled:hover,
.btn_danger[disabled]:hover,
fieldset[disabled] .btn_danger:hover,
.btn_danger.disabled:focus,
.btn_danger[disabled]:focus,
fieldset[disabled] .btn_danger:focus,
.btn_danger.disabled:active,
.btn_danger[disabled]:active,
fieldset[disabled] .btn_danger:active,
.btn_danger.disabled.active,
.btn_danger[disabled].active,
fieldset[disabled] .btn_danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn_info {
  color: #ffffff;
  border-color: #46b8da;
  background-color: #5bc0de;
}
.btn_info:hover,
.btn_info:focus,
.btn_info:active,
.btn_info.active,
.open .dropdown-toggle.btn_info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn_info:active,
.btn_info.active,
.open .dropdown-toggle.btn_info {
  background-image: none;
}
.btn_info.disabled,
.btn_info[disabled],
fieldset[disabled] .btn_info,
.btn_info.disabled:hover,
.btn_info[disabled]:hover,
fieldset[disabled] .btn_info:hover,
.btn_info.disabled:focus,
.btn_info[disabled]:focus,
fieldset[disabled] .btn_info:focus,
.btn_info.disabled:active,
.btn_info[disabled]:active,
fieldset[disabled] .btn_info:active,
.btn_info.disabled.active,
.btn_info[disabled].active,
fieldset[disabled] .btn_info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn_link {
  cursor: pointer;
  border-radius: 0;
  font-weight: normal;
  color: #ff9100;
}
.btn_link,
.btn_link:active,
.btn_link[disabled],
fieldset[disabled] .btn_link {
  background-color: transparent;
  -webkit-box-shadow: none;
  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;
  text-decoration: underline;
  color: #b36500;
}
.btn_link[disabled]:hover,
fieldset[disabled] .btn_link:hover,
.btn_link[disabled]:focus,
fieldset[disabled] .btn_link:focus {
  text-decoration: none;
  color: #999999;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull_right {
  float: right !important;
}
.pull_left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.sr_only {
  overflow: hidden;
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
@-ms-viewport {
  width: device-width;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_primary {
  color: #428bca;
}
.text_warning {
  color: #c09853;
}
.text_danger {
  color: #b94a48;
}
.text_success {
  color: #468847;
}
.text_info {
  color: #3a87ad;
}
.visible_xs,
tr.visible_xs,
th.visible_xs,
td.visible_xs {
  display: none !important;
}
.visible_sm,
tr.visible_sm,
th.visible_sm,
td.visible_sm {
  display: none !important;
}
.visible_md,
tr.visible_md,
th.visible_md,
td.visible_md {
  display: none !important;
}
.visible_bg,
tr.visible_bg,
th.visible_bg,
td.visible_bg {
  display: none !important;
}
.visible_lg,
tr.visible_lg,
th.visible_lg,
td.visible_lg {
  display: none !important;
}
@media (max-width: 567px) {
  .visible_xs {
    display: block !important;
  }
  tr.visible_xs {
    display: table-row !important;
  }
  th.visible_xs,
  td.visible_xs {
    display: table-cell !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible_sm {
    display: block !important;
  }
  tr.visible_sm {
    display: table-row !important;
  }
  th.visible_sm,
  td.visible_sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .visible_md {
    display: block !important;
  }
  tr.visible_md {
    display: table-row !important;
  }
  th.visible_md,
  td.visible_md {
    display: table-cell !important;
  }
}
@media (min-width: 990px) and (max-width: 1229px) {
  .visible_bg {
    display: block !important;
  }
  tr.visible_bg {
    display: table-row !important;
  }
  th.visible_bg,
  td.visible_bg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible_lg {
    display: block !important;
  }
  tr.visible_lg {
    display: table_row !important;
  }
  th.visible_lg,
  td.visible_lg {
    display: table-cell !important;
  }
}
.hidden_xs {
  display: block !important;
}
tr.hidden_xs {
  display: table_row !important;
}
th.hidden_xs,
td.hidden_xs {
  display: table-cell !important;
}
.hidden_sm {
  display: block !important;
}
tr.hidden_sm {
  display: table_row !important;
}
th.hidden_sm,
td.hidden_sm {
  display: table-cell !important;
}
.hidden_md {
  display: block !important;
}
tr.hidden_md {
  display: table_row !important;
}
th.hidden_md,
td.hidden_md {
  display: table-cell !important;
}
.hidden_bg {
  display: block !important;
}
tr.hidden_bg {
  display: table_row !important;
}
th.hidden_bg,
td.hidden_bg {
  display: table-cell !important;
}
.hidden_lg {
  display: block !important;
}
tr.hidden_lg {
  display: table_row !important;
}
th.hidden_lg,
td.hidden_lg {
  display: table-cell !important;
}
@media (max-width: 567px) {
  .hidden_xs,
  tr.hidden_xs,
  th.hidden_xs,
  td.hidden_xs {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hidden_sm,
  tr.hidden_sm,
  th.hidden_sm,
  td.hidden_sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .hidden_md,
  tr.hidden_md,
  th.hidden_md,
  td.hidden_md {
    display: none !important;
  }
}
@media (min-width: 990px) and (max-width: 1229px) {
  .hidden_bg,
  tr.hidden_bg,
  th.hidden_bg,
  td.hidden_bg {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden_lg,
  tr.hidden_lg,
  th.hidden_lg,
  td.hidden_lg {
    display: none !important;
  }
}
