@charset "UTF-8";
@import url(//cdn2.hubspot.net/hubfs/309983/module/fonts/fonts.css);
@import url(//cdn2.hubspot.net/hubfs/309983/module/fonts/icon.css);
.job_search h2, .interview h2, .job_information h2, .career_change h2, .choose_procommit h2, .news_list h2 {
  margin-bottom: 20px;
  color: #03a9f4;
  font-size: 34px !important;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 979px) {
  .job_search h2, .interview h2, .job_information h2, .career_change h2, .choose_procommit h2, .news_list h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 767px) {
  .job_search h2, .interview h2, .job_information h2, .career_change h2, .choose_procommit h2, .news_list h2 {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
  }
}

/*!
* Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000 !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: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  background-color: #fff;
  color: #333;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
}

a {
  color: #03a9f4;
  text-decoration: none;
}

a:hover,
a:focus {
  opacity: 0.75;
  text-decoration: underline;
}

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  border-radius: 500px;
}

.circle-trim {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span1 {
  width: 60px;
}

.span2 {
  width: 140px;
}

.span3 {
  width: 220px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
  width: 540px;
}

.span8 {
  width: 620px;
}

.span9 {
  width: 700px;
}

.span10 {
  width: 780px;
}

.span11 {
  width: 860px;
}

.span12 {
  width: 940px;
}

.offset1 {
  margin-left: 100px;
}

.offset2 {
  margin-left: 180px;
}

.offset3 {
  margin-left: 260px;
}

.offset4 {
  margin-left: 340px;
}

.offset5 {
  margin-left: 420px;
}

.offset6 {
  margin-left: 500px;
}

.offset7 {
  margin-left: 580px;
}

.offset8 {
  margin-left: 660px;
}

.offset9 {
  margin-left: 740px;
}

.offset10 {
  margin-left: 820px;
}

.offset11 {
  margin-left: 900px;
}

.offset12 {
  margin-left: 980px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}

.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}

.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}

.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}

.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}

.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}

.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}

.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}

.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}

.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}

.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}

.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}

.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}

.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}

.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}

.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}

.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}

.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}

.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}

.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}

.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}

.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}

.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.post-body p {
  margin: 0 0 20px;
}

.blog_1column .post-body p,
.blog_2column .post-body p,
.blog_1column .post-body li,
.blog_2column .post-body li {
  font-size: 16px;
}

.blog_1column .post-body .mail_magazine_subscribe_content p,
.blog_2column .post-body .mail_magazine_subscribe_content p,
.blog_2column .post-body .speaker p,
.blog_2column .post-body .mail_magazine_subscribe_c p,
.blog_2column.hs-blog-listing p {
  font-size: 14px;
}

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

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

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

.al {
  text-align: left !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  text-rendering: optimizelegibility;
}

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

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

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

ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

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

li {
  line-height: 2;
}

ol li {
  margin-bottom: 10px;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
  margin-left: 0;
}

ul.inline,
ol.inline {
  list-style: none;
  margin-left: 0;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  float: left;
  clear: left;
  width: 160px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dl-horizontal dd {
  margin-left: 180px;
}

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

hr.style1 {
  border-top: 1px solid #8c8b8b;
}

hr.style2 {
  border-top: 3px double #8c8b8b;
}

hr.style3 {
  border-top: 1px dashed #8c8b8b;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

hr.style6 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

hr.style11 {
  height: 6px;
  background: url("//ibrahimjabbari.com/english/images/hr-11.png") repeat-x 0 0;
  border: 0;
}

hr.style13 {
  max-width: 970px;
  height: 1px;
  margin: 20px auto;
  border: 0;
  background-color: #03a9f4;
}

@media (max-width: 979px) {
  hr.style13 {
    width: 90%;
  }
}

hr.style14 {
  border: 0;
  height: 1px;
  background-color: #03a9f4;
}

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

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

blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  color: #999;
  line-height: 20px;
}

blockquote small:before {
  content: "\2014 \00A0";
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-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;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #333;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
  color: #d14;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 13px;
  line-height: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

form {
  margin: 0 0 20px;
}

fieldset {
  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: 40px;
}

legend small {
  color: #999;
  font-size: 15px;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  /*border-radius: 4px;*/
  color: #555;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

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

select:focus,
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;
}

.uneditable-input,
.uneditable-textarea {
  border-color: #ccc;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  color: #999;
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

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

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}

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

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  border-color: #c09853;
  background-color: #fcf8e3;
  color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  border-color: #b94a48;
  background-color: #f2dede;
  color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  border-color: #468847;
  background-color: #dff0d8;
  color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  border-color: #3a87ad;
  background-color: #d9edf7;
  color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #ee5f5b;
  color: #b94a48;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 19px 20px 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
  vertical-align: top;
  *margin-left: 0;
}

.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  min-width: 16px;
  width: auto;
  height: 20px;
  padding: 4px 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0;
  vertical-align: top;
}

.input-append .active,
.input-prepend .active {
  border-color: #46a546;
  background-color: #a9dba9;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

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

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 180px;
  *display: inline-block;
  *padding-left: 20px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
}

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

.table th,
.table td {
  padding: 8px;
  border-top: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  line-height: 20px;
}

.table th {
  font-weight: bold;
}

.table thead th {
  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 th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border-collapse: separate;
  border: 1px solid #707070;
  border-radius: 4px;
  *border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
  border-top: none;
  border-bottom: 1px solid #707070 !important;
  font-weight: 200 !important;
}

@media (max-width: 767px) {
  .table-bordered th,
  .table-bordered td {
    border-bottom: none !important;
  }
}

.table-bordered tr:last-child th,
.table-bordered tr:last-child td {
  border-bottom: none !important;
}

.table-bordered02 {
  border-collapse: separate;
  border: 1px solid #707070;
  border-radius: 0;
  *border-collapse: collapse;
}

.table-bordered02 th,
.table-bordered02 td {
  border-top: none;
  border-bottom: 1px solid #707070 !important;
  border-left: 1px solid #707070 !important;
  font-weight: 200 !important;
}

@media (max-width: 767px) {
  .table-bordered02 th,
  .table-bordered02 td {
    border-left: none !important;
  }
}

.table-bordered02 th:last-child,
.table-bordered02 td:last-child {
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .table-bordered02 th:last-child,
  .table-bordered02 td:last-child {
    border-bottom: 1px solid #707070 !important;
  }
}

.table-bordered02 tr:first-child th,
.table-bordered02 tr:first-child td {
  border-left: none !important;
}

@media (max-width: 767px) {
  .table-bordered02 tr:last-child th:last-child,
  .table-bordered02 tr:last-child td:last-child {
    border-bottom: none !important;
  }
}

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

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.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 td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

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

.table tbody tr.error > td {
  background-color: #f2dede;
}

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

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

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

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

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

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

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  background-image: url("../img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: 14px 14px;
  vertical-align: text-top;
  line-height: 14px;
  *margin-right: .3em;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0 0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: top;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  overflow: hidden;
  height: 1px;
  margin: 9px 1px;
  border-bottom: 1px solid #fff;
  background-color: #e5e5e5;
  *width: 100%;
  *margin: -5px 0 5px;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  padding: 3px 20px;
  color: #333;
  font-weight: normal;
  line-height: 20px;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  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;
  cursor: default;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ccc;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  filter: alpha(opacity=0);
}

.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.collapse {
  overflow: hidden;
  position: relative;
  height: 0;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  opacity: .2;
  text-shadow: 0 1px 0 white;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  opacity: .4;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  cursor: pointer;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  *border: 0;
  *margin-left: .3em;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #003da5;
  color: #fff !important;
  opacity: 0.75;
}

.btn:active,
.btn.active {
  background-color: #ccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

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

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  background-image: none;
  opacity: .65;
  box-shadow: none;
  cursor: default;
  filter: alpha(opacity=65);
}

.btn-large {
  padding: 11px 19px;
  border-radius: 6px;
  font-size: 17.5px;
}

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

.btn-small {
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 11.9px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

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

.btn-mini {
  padding: 0 6px;
  border-radius: 3px;
  font-size: 10.5px;
}

.btn-block {
  display: block;
  box-sizing: border-box;
  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-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  border-color: #04c #04c #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #04c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #04c;
  color: #fff;
  *background-color: #003cb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9;
}

.btn-warning {
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  color: #fff;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  color: #fff;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  color: #fff;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  color: #fff;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222;
  color: #fff;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
  border-radius: 0;
  color: #08c;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-group {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  *margin-left: .3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 0;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #999;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #08c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  overflow: hidden;
  height: 1px;
  margin: 9px 1px;
  border-bottom: 1px solid #fff;
  background-color: #e5e5e5;
  *width: 100%;
  *margin: -5px 0 5px;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 20px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #fff;
  color: #555;
  cursor: default;
}

.nav-pills > li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #08c;
  color: #fff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #08c;
  border-bottom-color: #08c;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  border-color: #999;
  background-color: #999;
  color: #fff;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  background-color: transparent;
  text-decoration: none;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  *zoom: 1;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  overflow: visible;
  height: auto;
}

.navbar .brand {
  display: block;
  float: left;
  margin-left: -20px;
  padding: 10px 20px 10px;
  color: #03a9f4;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  color: #777;
  line-height: 40px;
}

.navbar-link {
  color: #777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #fff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  border-radius: 15px;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  display: block;
  position: relative;
  left: 0;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li.search {
  min-width: 162px;
}

.navbar .nav > li > a {
  float: none;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  text-decoration: none;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #03a9f4;
  opacity: 0.75;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  color: #555;
  text-decoration: none;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px 10px;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #e6e6e6;
  color: #fff;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #ccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 9px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  content: "";
}

.navbar .nav > li > .dropdown-menu:after {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  border-color: #252525;
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #999;
}

.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

.navbar-inverse .brand {
  color: #999;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: #111;
  color: #fff;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222;
  border-left-color: #111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111;
  color: #fff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-search .search-query {
  border-color: #111;
  background-color: #515151;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  border: 0;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 #fff;
  color: #333;
}

.navbar-inverse .btn-navbar {
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  background-color: #040404;
  color: #fff;
  *background-color: black;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

.breadcrumb {
  list-style: none;
  margin: 0 0 20px;
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-left-width: 0;
  background-color: #fff;
  text-decoration: none;
  line-height: 20px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  list-style: none;
  margin: 20px 0;
  text-align: center;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #fff;
  color: #999;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 10%;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* IE6-7 */
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  overflow-y: auto;
  position: relative;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  margin-bottom: 0;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 0 #fff;
  text-align: right;
  *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  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;
}

.tooltip {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 1030;
  opacity: 0;
  font-size: 11px;
  line-height: 1.4;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  display: none;
  position: absolute;
  z-index: 1010;
  top: 0;
  left: 0;
  max-width: 276px;
  padding: 1px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}

.thumbnails {
  list-style: none;
  margin-left: -20px;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  line-height: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
  *overflow: visible;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  list-style: none;
  margin-left: 0;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  background-color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 11.844px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 14px;
  white-space: nowrap;
}

.label {
  border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: #953b39;
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: #c67605;
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: #356635;
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: #2d6987;
}

.label-inverse {
  background-color: #333;
}

.label-inverse[href] {
  background-color: #1a1a1a;
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333;
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  box-sizing: border-box;
  float: left;
  width: 0;
  height: 100%;
  background-color: #0e90d2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 3px solid #fff;
  border-radius: 23px;
  background: #222;
  opacity: .5;
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
  line-height: 30px;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: .9;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  list-style: none;
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  margin: 0;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  text-indent: -999px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  margin-bottom: 30px;
  padding: 60px;
  border-radius: 6px;
  background-color: #eee;
  color: inherit;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.hero-unit h1 {
  margin-bottom: 0;
  color: inherit;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}

/*!
* Bootstrap Responsive v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-ms-viewport {
  width: device-width;
}

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

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .navbar .nav > li.search {
    min-width: inherit;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

.input-block-level {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row.search_area,
  .row.job_category {
    margin-left: 0;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span1 {
    width: 70px;
  }
  .span2 {
    width: 170px;
  }
  .span3 {
    width: 270px;
  }
  .span4 {
    width: 370px;
  }
  .span5 {
    width: 470px;
  }
  .span6 {
    width: 570px;
  }
  .span7 {
    width: 670px;
  }
  .span8 {
    width: 770px;
  }
  .span9 {
    width: 870px;
  }
  .span10 {
    width: 970px;
  }
  .span11 {
    width: 1070px;
  }
  .span12 {
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span1 {
    width: 42px;
  }
  .span2 {
    width: 104px;
  }
  .span3 {
    width: 166px;
  }
  .span4 {
    width: 228px;
  }
  .span5 {
    width: 290px;
  }
  .span6 {
    width: 352px;
  }
  .span7 {
    width: 414px;
  }
  .span8 {
    width: 476px;
  }
  .span9 {
    width: 538px;
  }
  .span10 {
    width: 600px;
  }
  .span11 {
    width: 662px;
  }
  .span12 {
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  .media {
    overflow: visible;
  }
  .interview_photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .span12,
  .row-fluid .span12 {
    box-sizing: border-box;
    width: 100%;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 30px;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  .media {
    overflow: visible;
  }
  .interview_photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .entryblock {
    display: block !important;
    margin: 0 20px !important;
    padding: 0 !important;
  }
  .entryblock-wrapper {
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 30px !important;
  }
  .entryblock-wrapper:first-of-type {
    border-bottom: 1px solid #dbdbdb;
  }
  .entryblock-image img {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media {
    overflow: visible;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    margin: -10px;
    padding: 10px;
  }
  .carousel-caption {
    position: static;
  }
  .entryblock-text {
    width: 100%;
    margin-right: 0 !important;
  }
  .entryblock-image {
    margin-bottom: 0;
    text-align: right;
    margin-left: 20px;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    margin: 0 0 0 -5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    text-shadow: none;
    color: #777;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    border-radius: 3px;
    color: #777;
    font-weight: bold;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    border-radius: 4px;
    font-weight: normal;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    display: none;
    position: static;
    top: auto;
    left: auto;
    float: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    margin: 10px 0;
    padding: 10px 15px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar .menu_top {
    border-bottom: solid 1px #fff;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    overflow: visible !important;
    height: auto !important;
  }
}

/*!
*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("//cdn2.hubspot.net/hubfs/309983/module/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  vertical-align: -15%;
  line-height: .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 {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0;
}

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

.fa-stack {
  display: inline-block;
  position: relative;
  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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
  font-size: 20px;
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/* 背景用グレー  */
.white1 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #fff;
}

.gray1 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #f6f6f6;
}

.gray2 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #ededed;
}

.gray3 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #dddbdc;
}

.gray4 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #e5e5e5;
}

.gray5 {
  margin-bottom: 40px !important;
  padding: 40px 0 !important;
  background-color: #e8e8e8;
}

.even-wrapper .even-item-post:nth-of-type(even),
.even-wrapper .even-item:nth-of-type(even) {
  background-color: #f8f8f8;
}
.even-wrapper .even-item-post:nth-of-type(even) {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
    .even-wrapper .even-item-post:nth-of-type(even) {
        padding-bottom: 10px;
    }
}

/* ----------------------------------------------- */
/* 余白調整用のクラス
/* ----------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr0 {
  margin-right: 0 !important;
}

/* ==================================================
幅調整用のクラス
================================================== */
.w-auto {
  width: auto !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w48 {
  width: 48% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/* ----------------------------------------------- */
/* link color
/* ----------------------------------------------- */
a {
  color: #03a9f4;
}

a:hover,
a:active,
a:focus {
  color: #03a9f4;
  opacity: 0.75;
  text-decoration: underline;
}

/* ----------------------------------------------- */
/* Hub Spot Reset
/* ----------------------------------------------- */
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

.cell-wrapper {
  margin-bottom: 0;
}

p,
ul,
li,
a {
  color: #333;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
}

.hs-button,
.marketing .marketing-byline {
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

h3 {
  margin: 0;
}

.contact_inner .hs-form .inputs-list {
  text-align: center;
}

.search-form .contact_inner .hs-form .inputs-list {
  text-align: left;
}

.hs_cos_wrapper_widget img {
  border-radius: 0;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

@media (min-width: 1200px) {
  .row-fluid [class*="span"] {
    min-height: 0;
  }
}

.body-container-wrapper {
  padding: 0;
}

@media (min-width: 1200px) {
  .body-container-wrapper {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1214px) {
  .body-container-wrapper {
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .body-container-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 999px) and (min-width: 641px) {
  .body-container-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .body-container-wrapper {
    margin: auto;
  }
}

@media (max-width: 979px) {
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
  }
}

.container-fluid {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (max-width: 979px) {
  .container-fluid {
    max-width: 100%;
  }
}

.container-fluid.body-container {
  margin: 0 auto;
}

.container-fluid.header-container {
  padding-bottom: 0;
}

@media (max-width: 979px) {
  [class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    box-sizing: border-box;
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
}

.footer-container-wrapper {
  margin-top: 45px;
  overflow: visible;
}

@media (max-width: 979px) {
  .footer-container-wrapper {
    margin-top: 0;
  }
}

.container-fluid.footer-container {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

.container-fluid.footer-container footer {
  padding-top: 30px;
}

@media (max-width: 979px) {
  .container-fluid.footer-container footer {
    padding-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .footer-container {
    width: auto;
  }
}

.footer-container-wrapper {
  padding: 0;
  background: none;
}

@media screen and (min-width: 641px) {
  .footer-container-wrapper {
    display: block;
    padding: 0;
  }
}

.post-body p {
  line-height: 2;
}

.contents_inner p {
  line-height: 1.8;
}

/* ----------------------------------------------- */
/* Header
/* ----------------------------------------------- */
/* Header Reset HubSpot
/* ----------------------------------------------- */
.nav > li > a > img {
  max-width: 100%;
}

.fixed-sp {
  position: fixed;
  margin-right: 0;
  margin-left: 0;
}

.death {
  display: none;
}

.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
  background-color: transparent;
}

@media (max-width: 979px) {
  .nav-collapse .nav > li {
    border-bottom: solid 1px #fff;
  }
  .nav-collapse .nav > li:last-child {
    border: none;
  }
}

@media (max-width: 979px) {
  .nav-collapse .dropdown-menu a,
  .nav-collapse .nav > li > a {
    font-weight: 500;
  }
}

.navbar .navbar-inner {
  height: 90px;
  border: none;
  background-color: #fff;
  background-image: none;
}

@media (max-width: 979px) {
  .navbar .navbar-inner {
    height: auto;
    padding: 0;
    background-color: #03a9f4;
    box-shadow: none;
  }
  .navbar .navbar-inner .container {
    padding-top: 10px;
    background-color: rgba(3, 169, 244, 0.9);
  }
  body.to_b_contact .navbar .navbar-inner .container {
    padding-bottom: 16px;
  }
}

.navbar .btn.btn_close {
  display: none;
  border: none;
}

@media (max-width: 979px) {
  .navbar .btn.btn_close {
    display: block;
  }
}

.navbar .btn-navbar {
  position: relative;
  z-index: 10;
  float: left;
}

@media (max-width: 979px) {
  .navbar .btn-navbar {
    position: absolute;
    float: none;
    width: 33px;
    height: auto;
    margin: 5px 0 0 13px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url("//cdn2.hubspot.net/hubfs/309983/module/btn_menu.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 33px 21px;
    box-shadow: none;
    text-shadow: none;
  }
}

@media screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 979px) and (min-resolution: 2dppx) {
  .navbar .btn-navbar {
    background-image: url("//cdn2.hubspot.net/hubfs/309983/module/btn_menu2x.png");
  }
}

.navbar .btn-navbar span {
  display: block;
  margin: 0 auto;
  padding-top: 11px;
  font-size: 10px;
}

.navbar .btn_close {
  position: relative;
  z-index: 11;
}

@media (max-width: 979px) {
  .navbar .btn_close {
    display: block;
    position: absolute;
    float: none;
    float: left;
    width: 33px;
    height: 29px;
    margin: 5px 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url("//cdn2.hubspot.net/hubfs/309983/module/btn_close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 33px 21px;
    box-shadow: none;
  }
}

@media screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 979px) and (min-resolution: 2dppx) {
  .navbar .btn_close {
    background-image: url("//cdn2.hubspot.net/hubfs/309983/module/btn_close2x.png");
  }
}

.navbar .btn_close span {
  display: none;
}

.navbar .login {
  display: none;
  position: relative;
  z-index: 12;
}

@media (max-width: 979px) {
  .navbar .login {
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    width: 33px;
    height: 29px;
    background-color: transparent;
    text-decoration: none;
  }
  .navbar .login:before {
    content: '\e901';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.4em;
  }
}

.navbar .login span {
  display: block;
  margin: 0 auto;
  padding-top: 18px;
  color: #fff;
  font-size: 10px;
  letter-spacing: -.18em;
}

.navbar .container {
  position: relative;
}

@media (max-width: 979px) {
  .navbar .container {
    margin-top: 10px;
    padding-top: 0 !important;
  }
  .hs-landing-page .navbar .container {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .navbar .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.navbar .brand_logo {
  position: relative;
}

.navbar .brand {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-top: 23px;
}

@media (max-width: 979px) {
  .navbar .brand {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    text-align: center;
  }
  .navbar .brand .logo_pc {
    display: none;
  }
}

.navbar .brand .logo_sp {
  display: none;
}

@media (max-width: 979px) {
  .navbar .brand .logo_sp {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar .brand .logo_sp {
    width: auto;
  }
}

@media (max-width: 640px) {
  .navbar .brand .logo_sp {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .navbar .brand .logo_sp {
    margin-top: 0;
  }
}

.navbar .nav {
  float: right;
}

@media (max-width: 979px) {
  .navbar .nav {
    float: none;
    text-align: center;
  }
}

.navbar .nav .inline-block {
  display: inline-block;
}

@media (max-width: 979px) {
  .navbar .nav .inline-block {
    display: block;
  }
}

.navbar .nav .sp_only {
  display: none;
}

.navbar .nav .free_career_change_consultation .btn_pc,
.navbar .nav .login_pc .btn_pc {
  margin: 0 7px;
  padding: 3px 0;
  background-color: #03a9f4;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}

.navbar .nav .free_career_change_consultation .btn_pc .icon,
.navbar .nav .login_pc .btn_pc .icon {
  margin-top: 3px;
}

.navbar .nav .free_career_change_consultation .btn_pc {
  width: 115px;
}

.navbar .nav .free_career_change_consultation .btn_pc .icon {
  padding-right: 10px;
  font-size: 1.1em;
}

.navbar .nav .login_pc .btn_pc {
  width: 84px;
}

.navbar .nav .login_pc .btn_pc .icon {
  padding-right: 5px;
  font-size: 1.2em;
}

@media (max-width: 979px) {
  .navbar .nav .slash,
  .navbar .nav .adoption_person_pc,
  .navbar .nav .access,
  .navbar .nav .free_career_change_consultation,
  .navbar .nav .login_pc {
    display: none;
  }
  .navbar .nav .search {
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: solid 2px #fff;
    text-align: center;
    border-bottom: none;
  }
  .navbar .nav .sp_only {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .navbar .nav .access_sp,
  .navbar .nav .free_career_change_consultation_sp {
    display: inline-block;
    margin-bottom: 0;
  }
  .navbar .nav .sns_button {
    display: inline-block;
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px !important;
  }
  .navbar .nav .sns_button i {
    /*color: #03a9f4;*/
    font-size: 2em;
    line-height: 50px;
  }
}

@media (max-width: 979px) and (max-width: 979px) {
  .navbar .nav .sns_button img {
    margin: 0 auto;
  }
}

.navbar .menu_top {
  margin-bottom: 5px;
  font-size: 12px;
}

@media (max-width: 979px) {
  .navbar .menu_top {
    margin-bottom: 0;
  }
}

.navbar .menu_top li > a {
  padding: 10px 7px 13px 7px;
  text-shadow: none;
  color: #03a9f4;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.navbar .menu_top li > a:hover, .navbar .menu_top li > a:active, .navbar .menu_top li > a:focus {
  opacity: 0.75;
}

.navbar .menu_top .slash {
  color: #03a9f4;
}

@media (max-width: 979px) {
  .navbar .menu_top .form-group {
    width: 100%;
    text-align: center;
  }
}

.navbar .menu_top .form-control {
  width: 145px;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.navbar .menu_top .form-control::-webkit-input-placeholder {
  color: #fff;
}

.navbar .menu_top .form-control:-moz-placeholder {
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}

.navbar .menu_top .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}

.navbar .menu_top .form-control:-ms-input-placeholder {
  color: #fff;
}

@media (max-width: 979px) {
  .navbar .menu_top .form-control {
    width: 74%;
    background-color: #eaecef;
    color: #212121;
    text-align: left;
  }
  .navbar .menu_top .form-control::-webkit-input-placeholder {
    color: #212121;
  }
  .navbar .menu_top .form-control:-moz-placeholder {
    opacity: 1;
    color: #212121;
    filter: alpha(opacity=100);
  }
  .navbar .menu_top .form-control::-moz-placeholder {
    opacity: 1;
    color: #212121;
    filter: alpha(opacity=100);
  }
  .navbar .menu_top .form-control:-ms-input-placeholder {
    color: #212121;
  }
}

.navbar .menu_top .btn_search {
  width: 20px;
  height: 20px;
  border: none;
  background: url("//cdn2.hubspot.net/hubfs/309983/module/search.png") no-repeat center center;
  background-size: 66%;
  box-shadow: none;
}

@media (max-width: 979px) {
  .navbar .menu_top .btn_search {
    display: inline-block;
    width: 15%;
    height: 30px;
    border-radius: 0;
    background: url("//cdn2.hubspot.net/hubfs/309983/module/search_sp.png") no-repeat center center;
    background-color: #1b2743;
    background-size: contain;
  }
}

@media (max-width: 979px) {
  .navbar .menu_top .access_sp,
  .navbar .menu_top .free_career_change_consultation_sp {
    margin: 0 10px;
  }
}

.navbar .menu_top .access_sp {
  width: 107px;
  padding: 3px;
  border-radius: 0;
  background-color: #fff;
  color: #03a9f4;
  font-size: 13px;
}

.navbar .menu_top .access_sp:hover,
.navbar .menu_top .access_sp:active,
.navbar .menu_top .access_sp:focus {
  background-color: #fff;
  color: #2f4063;
}

.navbar .menu_top .free_career_change_consultation_sp {
  width: 115px;
  padding: 3px 0;
  border-radius: 0;
  background-color: #fff;
  color: #03a9f4;
  text-align: center;
}

.navbar .menu_top .free_career_change_consultation_sp:hover,
.navbar .menu_top .free_career_change_consultation_sp:active,
.navbar .menu_top .free_career_change_consultation_sp:focus {
  background-color: #e6e6e6 !important;
  color: #2f4063;
}

.navbar .menu_top .free_career_change_consultation_sp .icon {
  margin-top: -3px;
  padding-right: 5px;
}

@media (max-width: 979px) {
  .navbar .menu_top .free_career_change_consultation_sp .icon {
    margin-top: 1px;
  }
}

.navbar .menu_bottom li {
  margin-right: 40px;
}

.navbar .menu_bottom li:last-child {
  margin-right: 0;
}

@media (max-width: 979px) {
  .navbar .menu_bottom li {
    margin-right: 0;
  }
}

.navbar .menu_bottom li > a {
  text-shadow: none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.navbar .menu_bottom li > a:hover, .navbar .menu_bottom li > a:active, .navbar .menu_bottom li > a:focus {
  color: #333;
  opacity: 0.75;
}

@media (max-width: 979px) {
  .navbar .menu_bottom li > a {
    color: #fff;
  }
  .navbar .menu_bottom li > a:hover, .navbar .menu_bottom li > a:active, .navbar .menu_bottom li > a:focus {
    color: #333;
  }
}

.navbar .menu_bottom .adoption_person a {
  width: 80%;
  margin: 10px auto;
  padding: 0;
}

@media (max-width: 979px) {
  .navbar .menu_bottom .adoption_person img {
    margin: 0 auto;
    opacity: 0.75;
  }
}

.navbar .menu_bottom .adoption_person .btn {
  width: 240px;
  margin: 10px auto;
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #03a9f4;
  border-radius: 0;
}

@media (max-width: 979px) {
  .navbar .menu_bottom .adoption_person .btn {
    box-shadow: none;
  }
}

.navbar .menu_bottom .adoption_person .btn:hover,
.navbar .menu_bottom .adoption_person .btn:active,
.navbar .menu_bottom .adoption_person .btn:focus {
  background-color: #fff;
  color: #2f4063;
}

@media (max-width: 1139px) {
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0;
  }
  .nav-collapse {
    clear: none;
  }
}

@media (max-width: 979px) {
  .nav-collapse,
  .nav-collapse.collapse {
    margin-top: 43px;
    background-color: #2f4063;
  }
  .nav-collapse .navbar-form {
    border-bottom: 0;
    box-shadow: none;
  }
}

/* ----------------------------------------------- */
/* TOPページのみ半透明化
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* 標準 header
/* ----------------------------------------------- */
.default_header .container {
  padding-top: 14px;
}

.default_header .brand {
  position: relative;
  margin: 0;
  padding: 0;
}

@media (max-width: 979px) {
  .default_header .brand {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    text-align: center;
  }
  .default_header .brand .logo_pc_tob {
    display: none;
  }
}

.default_header .brand .logo_pc {
  margin-top: 10px;
}

.default_header .brand .logo_sp {
  display: none;
  padding-top: 6px;
}

@media (max-width: 979px) {
  .default_header .brand .logo_sp {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .default_header .brand .logo_sp {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .default_header .brand .logo_sp {
    margin-top: 0;
  }
}

.default_header .menu_top li a {
  padding-top: 0;
  padding-bottom: 0;
}

.default_header .menu_top .adoption_person_pc a,
.default_header .menu_top .access a {
  padding-top: .3em;
}

.default_header .form-group .form-control {
  margin-top: 0;
  padding: 2px 6px;
}

.default_header .menu_bottom {
  margin-top: 7px;
}

@media (max-width: 979px) {
  .default_header .menu_bottom {
    margin-top: 0;
  }
}

@media (max-width: 979px) {
  .default_header .nav-collapse,
  .default_header .nav-collapse.collapse {
    margin-top: 13px;
    background-color: transparent;
  }
  .default_header .nav-collapse .navbar-form {
    border-bottom: 0;
    box-shadow: none;
  }
}

@media (max-height: 500px) {
  .default_header .menu_bottom li a {
    padding: 5px 10px;
  }
  .navbar .nav .search {
    padding-bottom: 5px;
    padding-top: 0;
  }
  .navbar .menu_bottom .adoption_person .btn {
    margin: 0 auto;
    /*padding: 5px;*/
  }
}

/* ----------------------------------------------- */
/* to_b header
/* ----------------------------------------------- */
.to_b_header .container {
  padding-top: 14px;
}

.to_b_header .brand {
  position: relative;
  margin: 0;
  padding: 0;
}

@media (max-width: 979px) {
  .to_b_header .brand {
    display: block;
    float: none;
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    text-align: center;
  }
  .to_b_header .brand .logo_pc_tob {
    display: none;
  }
}

.to_b_header .brand .logo_sp {
  display: none;
}

@media (max-width: 979px) {
  .to_b_header .brand .logo_sp {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .to_b_header .brand .logo_sp {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .to_b_header .brand .logo_sp {
    margin-top: 0;
  }
}

.to_b_header .menu_top li a {
  padding-top: 0;
  padding-bottom: 0;
}

.to_b_header .menu_top .adoption_person_pc a,
.to_b_header .menu_top .access a {
  padding-top: .3em;
}

.to_b_header .telephone {
  list-style: none;
  margin-right: 15px;
  margin-left: 10px;
  background-color: #03a9f4;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .to_b_header .telephone {
    margin-right: 5px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .to_b_header .telephone {
    background-color: #fff;
  }
}

.to_b_header .telephone li {
  display: inline-block;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 979px) {
  .to_b_header .telephone li {
    width: 42%;
    color: #03a9f4;
    text-align: center;
  }
}

.to_b_header .form-group .form-control {
  margin-top: 0;
  padding: 2px 6px;
}

.to_b_header .menu_bottom {
  margin-top: 7px;
}

.to_b_header .menu_bottom li a {
  padding: 10 10px;
}

@media (max-width: 979px) {
  .to_b_header .nav-collapse,
  .to_b_header .nav-collapse.collapse {
    margin-top: 16px;
    background-color: #03a9f4;
  }
  .to_b_header .nav-collapse .navbar-form {
    border-bottom: 0;
    box-shadow: none;
  }
}

/* ----------------------------------------------- */
/* toggle
/* ----------------------------------------------- */
.toggle-plus,
.toggle-minus,
.toggle-plus_b,
.toggle-minus_b {
  display: block;
  display: none;
  float: right;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 979px) {
  .toggle-plus,
  .toggle-minus,
  .toggle-plus_b,
  .toggle-minus_b {
    display: inline-block;
  }
}

.toggle-plus,
.toggle-minus {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.toggle-plus_b,
.toggle-minus_b {
  width: 23px;
  height: 20px;
  margin-top: 0;
}

.toggle-plus {
  background-image: url("//cdn2.hubspot.net/hubfs/309983/module/toggle_plus.png");
}

.toggle-minus {
  background-image: url("//cdn2.hubspot.net/hubfs/309983/module/toggle_minus.png");
}

.toggle-plus_b {
  background-image: url("//cdn2.hubspot.net/hubfs/309983/module/toggle_plus_b.png");
}

.toggle-minus_b {
  background-image: url("//cdn2.hubspot.net/hubfs/309983/module/toggle_minus_b.png");
}

/* ----------------------------------------------- */
/* SNS button Fix
/* ----------------------------------------------- */
.sns_button_fix {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 40%;
  right: 0;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .sns_button_fix {
    display: none;
  }
}

.sns_button_fix ul {
  list-style: none;
  margin: 0;
}

.sns_button_fix li:last-child {
  margin-top: 10px;
}

.sns_button_fix a.ico_sns {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /*background-color: #03a9f4;*/
  text-align: center;
}

.sns_button_fix li:first-child a.ico_sns {
    background-color: #45b0e3;
}

.sns_button_fix li:last-child a.ico_sns {
    background-color: #39599f;
}

.sns_button_fix a.ico_sns i {
  color: #fff;
  line-height: 34px;
}

.sns_button_fix a.ico_sns i.fa-twitter {
  font-size: 23px;
}

.sns_button_fix a.ico_sns i.fa-facebook-official {
  font-size: 20px;
}

.sns_button_fix a.ico_sns:hover,
.sns_button_fix a.ico_sns:active,
.sns_button_fix a.ico_sns:focus {
  opacity: 0.75;
}

@media (max-width: 979px){
    .navbar .nav .sns_button i.fa-twitter {
        color: #45b0e3;
    }
    .navbar .nav .sns_button i.fa-facebook {
        color: #39599f;
    }
}

/* ----------------------------------------------- */
/* google検索
/* ----------------------------------------------- */
td.gsc-search-button {
  display: none;
}

@media (max-width: 979px) {
  td.gsc-search-button {
    display: block;
  }
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  border-color: #2F4063 !important;
  background-color: #2F4063 !important;
  background-image: none !important;
  filter: none !important;
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

@media (max-width: 979px) {
  .header-container .gsc-control-cse {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

.body-container .gsc-search-box {
  margin: 0 0 20px !important;
}

.body-container .gsc-search-box .gsc-input {
  padding: 0 10px 0 0 !important;
  background: none !important;
}

.header-container .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  background: none !important;
  font-size: 12px;
  text-align: center;
}

.header-container .gsc-search-box .gsc-input:placeholder-shown {
  color: #03a9f4;
}

.header-container .gsc-search-box .gsc-input::-webkit-input-placeholder {
  color: #03a9f4;
}

.header-container .gsc-search-box .gsc-input:-moz-placeholder {
  color: #03a9f4;
  opacity: 1;
}

.header-container .gsc-search-box .gsc-input::-moz-placeholder {
  color: #03a9f4;
  opacity: 1;
}

.header-container .gsc-search-box .gsc-input:-ms-input-placeholder {
  color: #03a9f4;
}

@media (max-width: 979px) {
  .header-container .gsc-search-box .gsc-input {
    width: 86% !important;
  }
}

.body-container .gsc-search-box input[type=text] {
  height: 36px !important;
  margin: 0 !important;
  padding: 4px 6px !important;
  box-sizing: border-box;
  box-shadow: none !important;
  font-size: 14px;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.header-container .gsc-search-box input[type=text] {
  height: 20px !important;
  border-right: 0 !important;
  box-shadow: none !important;
  color: #03a9f4;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 979px) {
  .header-container .gsc-search-box input[type=text] {
    color: #fff !important;
  }
}

.header-container .gsc-search-box tr {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 979px) {
  .header-container .gsc-search-box tr {
    width: 100% !important;
  }
}

.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  height: auto !important;
  border: 1px solid #b9c8cd !important;
  box-shadow: none !important;
}

.header-container .gsc-input-box {
  width: 145px !important;
  margin: 0 !important;
  border: none !important;
  border-bottom: solid 1px #03a9f4 !important;
  background: none !important;
  color: #03a9f4 !important;
}

@media (max-width: 979px) {
  .header-container .gsc-input-box {
    width: 100% !important;
    height: 35px !important;
    background-color: transparent;
    border: 1px solid #fff !important;
  }
}

.header-container .gsc-input-box tr {
  width: 100% !important;
}

.header-container .gsc-input-box-hover {
  border-top: none !important;
  box-shadow: none !important;
}

.body-container input.gsc-search-button,
.body-container input.gsc-search-button:hover,
.body-container input.gsc-search-button:focus {
  margin: 0 !important;
  padding: 12px 22px 11px !important;
  border: 1px solid #2F4063 !important;
  border-radius: 0 !important;
}

.body-container input.gsc-search-button:hover,
.body-container input.gsc-search-button:focus {
  border: 1px solid #486297 !important;
  background-color: #486297 !important;
}

.header-container .gsc-search-button input.gsc-search-button-v2,
.header-container input.gsc-search-button-v2 {
  padding: 4px 0 !important;
}

@media (max-width: 979px) {
  .header-container .gsc-search-button input.gsc-search-button-v2,
  .header-container input.gsc-search-button-v2 {
    margin-top: 0 !important;
    padding: 12px 18px !important;
  }
}

@media (max-width: 979px) {
  .header-container input.gsc-search-button,
  .header-container input.gsc-search-button:hover,
  .header-container input.gsc-search-button:focus {
    border: none !important;
    background-color: #1b2743 !important;
  }
}

input.gsc-search-button:focus,
input.gsc-search-button:focus {
  box-shadow: none !important;
}

.body-container .gsib_a,
.header-container .gsib_a {
  padding: 0 !important;
}

@media (max-width: 979px) {
  .header-container .gsib_a {
    padding-top: 6px !important;
  }
}

.gsst_b {
  display: none;
}

/* ----------------------------------------------- */
/* Footer
/* ----------------------------------------------- */
.footer {
  position: relative;
  padding-top: 47px;
  background-color: #03a9f4;
  color: #fff;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

@media (max-width: 979px) {
  .footer {
    padding-top: 27px;
  }
}

@media (max-width: 979px) {
  .footer .container {
    width: 100%;
  }
}

.footer a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #fff;
  opacity: 0.75;
  text-decoration: underline;
}

@media (max-width: 979px) {
  .footer a:hover,
  .footer a:active,
  .footer a:focus {
    text-decoration: none;
  }
}

.footer h2 {
  padding: 0 10px 10px 6px;
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  line-height: inherit;
  border-bottom: solid 1px #fff;
}

@media (max-width: 979px) {
  .footer h2 {
    padding: 0 10px 14px 10px;
    margin-bottom: 0;
    font-size: 15px;
  }
}

.footer h3 {
  font-size: 13px;
}

.footer h4 {
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 979px) {
  .footer .span2 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .footer .change_jobs,
  .footer .recruitment_officer,
  .footer .about_procommit {
    width: 100%;
    padding-bottom: 25px;
  }
}

@media (max-width: 979px) {
  .footer .change_jobs .category,
  .footer .recruitment_officer .category,
  .footer .about_procommit .category {
    border-bottom: solid 1px #fff;
  }
}

.footer .menu ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 979px) {
  .footer .menu ul {
    display: block;
    width: 99.8%;
    border-bottom: solid 1px #fff;
    overflow: hidden;
  }
}

.footer .menu li {
  position: relative;
}

@media (max-width: 979px) {
  .footer .menu li {
    float: left;
    width: 50%;
    margin-right: -1px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .footer .menu li:first-child {
    border-top: none;
  }
  .footer .menu li:nth-of-type(2) {
    border-top: none;
  }
  .footer .menu li:nth-child(even) {
    border-right: none;
  }
}

.footer .menu li h4 {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 10px;
}

@media (max-width: 979px) {
  .footer .menu li h4 {
    margin-top: 0;
    padding: 10px 0 10px 28px;
  }
}

.footer .menu li:first-child h4 {
  margin-top: 9px;
}

@media (max-width: 979px) {
  .footer .menu li:first-child h4 {
    margin-top: 0;
  }
}

@media (max-width: 979px) {
  .footer .menu li:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f0da";
  }
}

@media (max-width: 979px) {
  .footer .span10 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .footer .job_list {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: solid 1px #fff;
    background-color: #68cbf8;
  }
}

.footer .job_list .title {
  padding-bottom: 6px;
  margin: 10px 0 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

@media (max-width: 979px) {
  .footer .job_list .title {
    margin: 0;
    padding: 12px 0;
    border-bottom: solid 1px #fff;
    font-size: 14px;
  }
}

@media (max-width: 979px) {
  .footer .job_list .span3 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .footer .job_list .span3:last-child .accordion {
    border-bottom: none;
  }
}

@media (max-width: 979px) {
  .footer .job_list .accordion {
    border-bottom: 1px solid #fff;
  }
}

.footer .job_list .accordion h4 {
  margin: 5px 0 0;
  font-size: 12px;
}

@media (max-width: 979px) {
  .footer .job_list .accordion h4 {
    font-weight: 700;
  }
}

.footer .job_list .accordion-group {
  border: none;
}

.footer .job_list .accordion-heading .accordion-toggle {
  padding: 0;
  line-height: initial;
}

@media (min-width: 768px) and (max-width: 979px) {
  .footer .job_list .accordion-heading .accordion-toggle {
    padding: 10px 15px 10px 10px;
  }
}

@media (max-width: 979px) {
  .footer .job_list .accordion-heading .accordion-toggle {
    padding: 10px 15px 10px 10px;
  }
}

.footer .job_list .accordion-inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-top: none;
}

@media (max-width: 979px) {
  .footer .job_list .accordion-inner {
    padding-bottom: 0;
  }
}

.footer .job_list .accordion-inner ul {
  list-style: none;
  margin: 0;
}

.footer .job_list .accordion-inner li {
  position: relative;
  margin: 6px 0;
  font-size: 11px;
  font-weight: normal;
}

@media (max-width: 979px) {
  .footer .job_list .accordion-inner li {
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid #fff;
    line-height: 1;
  }
}

.footer .job_list .accordion-inner li:after {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
}

@media (max-width: 979px) {
  .footer .job_list .accordion-inner li:after {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}

.footer .job_list .accordion-inner li a {
  padding-left: .5em;
  font-weight: 100;
}

@media (max-width: 979px) {
  .footer .job_list .accordion-inner li a {
    padding-left: 40px;
    font-weight: 300;
  }
}

@media (max-width: 979px) {
  .footer .recruitment_officer li:nth-of-type(3) {
    width: 100%;
    border-right: none;
  }
  .footer .recruitment_officer li:nth-of-type(3) .clearfix {
    display: inline-block;
  }
}

@media (max-width: 979px) {
  .footer .recruitment_officer li:nth-of-type(4) {
    border-right: solid 1px #fff;
  }
}

@media (max-width: 979px) {
  .footer .recruitment_officer li:nth-of-type(5) {
    border-right: none;
  }
}

@media (max-width: 979px) {
  .footer .about_procommit {
    margin-top: -5px;
    padding-bottom: 0;
  }
}

@media (max-width: 979px) {
  .footer .about_procommit .menu li:nth-child(3) {
    border-bottom: solid 1px #fff;
  }
  .footer .about_procommit .menu li:nth-child(4) {
    border-bottom: solid 1px #fff;
  }
  .footer .about_procommit .menu li:nth-child(5) {
    border-top: none;
  }
}

.footer .access {
  margin-top: 30px;
}

@media (max-width: 979px) {
  .footer .access {
    margin-top: 20px;
  }
}

.footer .access .content {
  display: block;
  list-style: none;
  width: 83.6%;
  margin: 0 auto 15px;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer .access .content {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .footer .access .content {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
}

.footer .access .content .clearfix {
  display: inline-block;
  padding-right: 1em;
}

@media (max-width: 979px) {
  .footer .access .content .clearfix {
    display: table;
  }
}

.footer .address,
.footer .sublink {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}

.footer .address ul,
.footer .sublink ul {
  display: inline;
  margin: 0;
}

.footer .address {
  margin-top: 2px;
}

@media (max-width: 979px) {
  .footer .address {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
}

.footer .address ul {
  display: inline;
  list-style: none;
}

@media (max-width: 979px) {
  .footer .address ul {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer .address li {
  display: inline;
}

@media (max-width: 979px) {
  .footer .address li {
    position: relative;
    float: left;
    width: 40%;
    min-height: 56px;
    text-align: left;
  }
  .footer .address li:first-child {
    width: 60%;
  }
}

.footer .address li p {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.footer .address li .btn_access {
  display: inline-block;
  width: 83px;
  margin-left: 12px;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  color: #03a9f4;
  text-align: center;
}

@media (max-width: 979px) {
  .footer .address li .btn_access {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 83px;
  }
}

.footer .address li .btn_access:hover, .footer .address li .btn_access:active, .footer .address li .btn_access:focus {
  background-color: #fff;
  color: #2f4063;
  text-decoration: none;
}

.footer .access_footer {
  width: 100%;
}

@media (max-width: 979px) {
  .footer .sublink {
    display: table-footer-group;
    width: 100%;
    margin: 20px auto 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.footer .sublink ul {
  list-style: none;
  margin: 0 0 0 .9em;
  text-align: right;
}

@media (max-width: 1199px) {
  .footer .sublink ul {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .footer .sublink ul {
    display: block;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}

.footer .sublink ul li {
  display: inline-block;
  position: relative;
  margin-left: 25px;
  padding-left: 0;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .footer .sublink ul li {
    margin-left: 12px;
  }
}

@media (max-width: 979px) {
  .footer .sublink ul li {
    display: block;
    margin-left: 0;
    font-size: 10px;
    text-align: left;
  }
}

.footer .sublink li:first-child {
  margin-left: 0;
}

.footer .sublink li a {
  padding-left: 1em;
}

@media (max-width: 979px) {
  .footer .sublink li:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f0da";
  }
}

.footer .copyright {
  padding-bottom: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 979px) {
  .footer .copyright {
    padding-top: 1em;
    text-align: center;
  }
}

.goto_pagetop {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  height: 60px;
}

.goto_pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #03a9f4;
  font-size: 42px;
}

.goto_pagetop a:hover,
.goto_pagetop a:active,
.goto_pagetop a:focus {
  background-color: #03a9f4;
  opacity: 0.75;
}

.goto_pagetop a:hover span,
.goto_pagetop a:active span,
.goto_pagetop a:focus span {
  color: #fff;
}

.goto_pagetop span {
  display: block;
  position: absolute;
  top: 14%;
  left: 25%;
}

.goto_pagetop.footer_top {
  position: absolute;
  top: -90px;
}

.goto_pagetop.display_fixed {
  position: fixed;
  bottom: 20px;
}

@media (max-width: 979px) {
  .blog_2column .footer .container {
    padding-right: 0;
    padding-left: 0;
  }
}

body {
  margin-top: 90px;
  color: #333;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
}

@media (max-width: 979px) {
  body {
    margin-top: 58px;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 58px;
  }
}

@media (max-width: 767px) {
  .body_index {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .reported_company {
    padding: 0 10px !important;
  }
  .interview,
  .job_information,
  .career_change,
  .choose_procommit,
  .job_search,
  .news_list {
    padding: 30px 20px !important;
  }
}

.interview .link_btn,
.job_information .link_btn {
  max-width: 450px;
  margin: 40px auto 60px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .interview .link_btn,
  .job_information .link_btn {
    margin: 10px auto 50px auto;
  }
}

.interview .link_btn .btn,
.job_information .link_btn .btn {
  display: table-cell !important;
  width: 450px !important;
  height: 77px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

@media (max-width: 767px) {
  .interview .link_btn .btn,
  .job_information .link_btn .btn {
    padding: 0 !important;
  }
}

.accordion,
.progress {
  margin-bottom: 0;
}

.jumbotron {
  padding: 95px 0 80px;
  height: auto !important;
  background: url("//cdn2.hubspot.net/hubfs/309983/top/jumbotron_bg_02.jpg") no-repeat;
  background-position: center 96%;
  background-size: cover;
  color: #fff;
}

@media (max-width: 979px) {
  .jumbotron {
    margin-top: 0 !important;
    padding-top: 60px;
    background-position: 70% top;
  }
}

@media (max-width: 767px) {
  .jumbotron {
    padding-top: 59px;
  }
}

.jumbotron .container {
  text-align: center;
}

.jumbotron .container > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .jumbotron .container {
    padding-bottom: 5%;
  }
}

@media (max-width: 767px) {
  .jumbotron .container {
    padding-top: 2em;
    padding-bottom: 0.5em;
  }
}

.jumbotron h1 {
  margin: 0 0 25px 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .jumbotron h1 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 30px;
  }
}

.jumbotron .btn_jumbotron {
  display: inline-block;
  position: relative;
  padding: 20px;
  background-color: #F8823C;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-indent: -.5em;
  text-align: center;
  letter-spacing: .2em;
  line-height: 24px;
}

.jumbotron .btn_jumbotron:hover, .jumbotron .btn_jumbotron:active, .jumbotron .btn_jumbotron:focus {
  background-color: rgba(255, 160, 60, 0.8);
  text-decoration: none;
}

@media (max-width: 767px) {
  .jumbotron .btn_jumbotron {
    width: 85%;
    padding: 9px 0;
    font-size: 20px;
  }
  .jumbotron .btn_jumbotron:after {
    top: 1%;
  }
}

.jumbotron .btn_jumbotron.orange {
  background-color: #ee9357;
}

.jumbotron .btn_jumbotron.orange:hover, .jumbotron .btn_jumbotron.orange:active, .jumbotron .btn_jumbotron.orange:focus {
  background-color: rgba(238, 147, 87, 0.8);
  text-decoration: none;
}

@media (max-width: 979px) {
  .jumbotron {
    height: 396px;
    margin-top: 60px;
  }
}

.masthead {
  margin-bottom: 0;
}

.reported_company {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.reported_company ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0;
}

.reported_company li {
  display: table-cell;
}

.reported_company p {
  text-align: center;
}

.job_search {
  padding: 70px 0 25px;
}

@media (max-width: 1200px) {
  .job_search .row.job_category {
    margin-left: 0;
  }
}

.job_search h2 {
  margin-bottom: 60px;
}

.job_search .border {
  display: block;
  width: 134px;
  margin-top: 39px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .job_search .border {
    width: 70px;
    margin-top: 15px;
  }
}

.job_search h4,
.job_search .form-search {
  display: block;
}

@media (max-width: 979px) {
  .job_search h4,
  .job_search .form-search {
    display: block;
  }
}

.job_search h4 {
  float: left;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 979px) {
  .job_search h4 {
    float: none;
    line-height: 1em;
  }
}

@media (max-width: 979px) {
  .job_search .search_area {
    border-bottom: 1px solid #d8d8d8;
  }
}

.job_search .form-search select,
.job_search .form-search input {
  width: 265px;
  height: 47px;
  margin: 0 14px;
}

@media (max-width: 979px) {
  .job_search .form-search select,
  .job_search .form-search input {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .job_search .form-search select,
  .job_search .form-search input {
    width: 188px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .job_search .form-search select,
  .job_search .form-search input {
    width: 210px;
  }
}

.job_search .form-search input {
  height: 37px;
}

@media (max-width: 979px) {
  .job_search .form-search select {
    width: 68%;
  }
  .job_search .form-search input {
    width: 63%;
  }
  .job_search .form-search .btn,
  .job_search .form-search .btn2 {
    float: right;
  }
}

.job_search .form-search .btn {
  width: 70px;
  height: 47px;
  margin-right: 40px;
  margin-left: 10px;
  border: 0;
  border-radius: 0;
  background-color: #2f4063;
  background-image: none;
  box-shadow: none;
  color: #fff;
}

@media (max-width: 979px) {
  .job_search .form-search .btn {
    margin-right: 0;
  }
}

.job_search .form-search .btn2 {
  width: 70px;
  height: 47px;
  margin-right: 40px;
  margin-left: 10px;
  border: 0;
  border-radius: 0;
  background-color: #03a9f4;
  background-image: none;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 47px;
}

@media (max-width: 979px) {
  .job_search .form-search .btn2 {
    margin-right: 0;
  }
}

.job_search .form-search .text-area,
.job_search .form-search .select-area {
  overflow: hidden;
}

.job_search .form-search .input-medium {
  width: 94%;
}

.job_search .form-search .input-medium,
.job_search .form-search select {
  box-sizing: border-box;
  height: 3.35em;
}

@media (max-width: 979px) {
  .job_search .form-search .input-medium,
  .job_search .form-search select {
    width: 100%;
  }
}

.job_search .second {
  width: 80%;
}

@media (max-width: 979px) {
  .job_search .second {
    width: 100%;
  }
}

.job_search .start {
  width: 534px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .job_search .start {
    width: 100% !important;
  }
}

.job_search .start .form-search .btn2 {
  margin-right: 25px;
}

@media (max-width: 979px) {
  .job_search .start .form-search .btn2 {
    margin-right: 0;
  }
}

.job_search .start .form-search select {
  width: 350px;
}

@media (max-width: 979px) {
  .job_search .start .form-search select {
    width: 100%;
  }
}

@media (max-width: 979px) {
  .job_category {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.job_category .accordion-group {
  border: 0;
  border-radius: 0;
}

@media (max-width: 979px) {
  .job_category .accordion-group {
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
  }
}

.job_category .accordion h3 {
  cursor: text;
}

.job_category .accordion h3 a {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.job_category .accordion .accordion-toggle {
  padding-left: 0;
  pointer-events: none;
}

@media (max-width: 979px) {
  .job_category .accordion .accordion-toggle {
    pointer-events: auto;
  }
}

.job_category .accordion .accordion-inner {
  padding-left: 0;
  border-top: 0;
}

.job_category .accordion ul {
  margin-left: 0;
}

.job_category .accordion li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}

.job_category .accordion li:before {
  position: absolute;
  left: 0;
  color: #212121;
  font-family: "FontAwesome";
  content: "\f0da";
}

.job_category .accordion li a {
  color: #333;
}

.interview {
  padding: 70px 0 25px;
}

@media (min-width: 1215px) {
  .interview .container {
    width: 1200px;
  }
}

@media (min-width: 1200px) and (max-width: 1215px) {
  .interview .container {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  .interview .row {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .interview [class*=span] {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .interview h2 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}

.interview .border {
  display: block;
  width: 134px;
  margin-top: 39px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .interview .border {
    width: 70px;
    margin-top: 15px;
  }
}

.interview .span3 {
  position: relative;
  margin-left: 20px;
}

.interview .span3 a.wraplink {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  text-indent: 100%;
  white-space: nowrap;
}

.interview .span3 a.wraplink:hover,
.interview .span3 a.wraplink:active,
.interview .span3 a.wraplink:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.interview .span3:first-child {
  margin-left: 0;
}

@media (min-width: 1218px) {
  .interview .span3 {
    width: 285px;
  }
}

@media (max-width: 1217px) {
  .interview .span3 {
    width: 277px;
  }
  .interview .span3:first-child {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .interview .span3 {
    width: 220px;
  }
  .interview .span3:first-child {
    margin-left: 20px;
  }
}

@media (max-width: 979px) {
  .interview .span3 {
    width: 100%;
    margin-bottom: 6px;
    margin-left: 0;
  }
  .interview .span3:first-child {
    margin-left: 0;
  }
}

.interview .block {
  position: relative;
  margin-bottom: 2px;
  /*background-color: #f4f4f4;*/
  line-height: 1.7;
}

.interview .block h3 {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .interview .block {
    margin-bottom: 20px;
    /*border: solid 1px #d8d8d8;*/
  }
}

.interview .photo {
  position: relative;
}

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

@media (max-width: 979px) {
  .interview .photo img {
    width: 100%;
  }
}

.interview .photo .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  margin: 0;
  background-color: rgba(3, 169, 244, 0.75);
}

.interview .photo h3 {
  margin: 0;
  padding: 10px 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .interview .photo h3 {
    font-size: 19px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .interview .photo h3 {
    padding: 0 7px;
    font-size: 12px;
  }
}

.interview .media {
  margin-top: 10px;
}

.interview .media a.logo {
  display: table-cell;
  width: 80px;
  height: 80px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.interview .media a.logo img {
  width: 80%;
  margin: 0 auto;
  vertical-align: middle;
}

.interview .media .pull-left {
  margin-bottom: 10px;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .interview .media .pull-left {
    float: left;
  }
  .float-text > .pull-left.interview_logo {
    min-width: 50%;
    padding-bottom: 0 !important;
  }
}

.interview .media .media-body .media-heading,
.interview .media .media-body .position {
  font-size: 11px;
  font-weight: 300;
}

.interview .media .media-body .position {
  margin-top: 0;
  line-height: 16px;
}

.job_information {
  background-color: #f5f5f5;
  padding: 70px 0 25px;
}

@media (max-width: 767px) {
  .job_information h2 {
    margin-top: 30px;
  }
}

.job_information .border {
  display: block;
  width: 134px;
  margin-top: 39px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .job_information .border {
    width: 70px;
    margin-top: 15px;
  }
}

@media (max-width: 979px) {
  .job_information [class*=span] {
    float: left;
  }
}

@media (min-width: 1300px) {
  .job_information .span3 {
    margin-left: 8px;
  }
}

@media (min-width: 1200px) {
  .job_information .span3 {
    width: 286px;
    margin-left: 8px;
  }
  .job_information .span3:first-child {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .job_information .span3 {
    width: 232px;
    margin-left: 8px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .job_information .span3 {
    width: 100%;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .job_information .span3 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.job_information .img-block {
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35);
}

.job_information .block {
  position: relative;
  margin-bottom: 10px;
  padding: 30px 30px 10px;
  background-color: #fff;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .job_information .block {
    padding: 15px 30px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .job_information .block {
    padding: 30px 15px 40px;
  }
}

.job_information .block a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  text-indent: 100%;
  white-space: nowrap;
}

.job_information .block a:hover,
.job_information .block a:active,
.job_information .block a:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.job_information .block h3 {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: inherit;
}

@media (max-width: 1199px) {
  .job_information .block h3 {
    font-size: 17px;
  }
}

.job_information .block h4 {
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.job_information .block h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #03a9f4;
}

.job_information .block p {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .job_information .block p {
    font-size: 12px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .job_information .block p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .job_information .block p {
    font-size: 14px;
  }
}

.job_information .block .income {
  display: inline-block;
}

.job_information .block .income p {
  margin-bottom: 0;
  padding: 7px 9px;
  background-color: #03a9f4;
  color: #fff;
  box-shadow: 0.75px 0.75px 2px rgba(0, 0, 0, 0.35);
}

.job_information .block .jobs_link {
  display: block;
  margin-top: 20px;
  color: #03a9f4;
  text-align: right;
  font-weight: 400;
}

.job_information .btn_Job {
  padding: 11px 19px !important;
}

.job_information .ico {
  margin-top: -5px;
  margin-right: 15px;
}

.job_information .btn-small {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .job_information .btn-small {
    margin-bottom: 0 !important;
  }
}

.career_change {
  padding: 75px 0 55px;
}

.career_change .row-fluid [class*=span] {
  margin-left: 0;
}

@media (max-width: 767px) {
  .career_change h2 {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
  }
}

.career_change .border {
  display: block;
  width: 134px;
  margin-top: 39px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .career_change .border {
    width: 70px;
    margin-top: 15px;
  }
}

.career_change .span5 {
  width: 20%;
}

@media (max-width: 979px) {
  .career_change .span5 {
    width: 100%;
  }
}

.career_change .thumbnail {
  position: relative;
  margin-left: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.career_change .thumbnail a.clickable {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 65%;
  box-sizing: border-box;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.career_change .thumbnail a.clickable:hover, .career_change .thumbnail a.clickable:active, .career_change .thumbnail a.clickable:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 979px) {
  .career_change .thumbnail a.clickable {
    height: 100%;
  }
}

.career_change .thumbnail h3 {
  padding: 20px 0;
  background-color: #fff;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 979px) {
  .career_change .thumbnail h3 {
    padding-left: 7.8em;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .career_change .thumbnail h3 {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 6.7em;
    text-align: left;
  }
}

@media (max-width: 375px) {
  .career_change .thumbnail h3 {
    padding-left: 6.2em;
  }
}

@media (max-width: 320px) {
  .career_change .thumbnail h3 {
    padding-left: 5.9em;
  }
}

.career_change .thumbnail .thumb {
  padding-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .career_change .thumbnail .thumb {
    padding-bottom: 0;
  }
}

.career_change .thumbnail .ico {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 979px) {
  .career_change .thumbnail .ico {
    float: left;
    margin-top: -69px;
    padding: 1em 1.5em 0 1em;
  }
}

@media (max-width: 767px) {
  .career_change .thumbnail .ico {
    width: 78px;
    margin-top: -45px;
    padding: 0 1em;
  }
}

@media (max-width: 414px) {
  .career_change .thumbnail .ico {
    width: 21%;
  }
}

@media (max-width: 320px) {
  .career_change .thumbnail .ico {
    margin-top: 0;
  }
}

@media (max-width: 979px) {
  .career_change .caption {
    margin-top: -40px;
    padding-top: 0;
    padding-left: 6.7em;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .career_change .caption {
    margin-top: 0;
  }
}

.career_change .caption .more {
  display: block;
}

@media (max-width: 979px) {
  .career_change .caption .more {
    display: none;
  }
}

.career_change .caption a {
  float: right;
  color: #03a9f4;
}

.career_change .caption a:hover, .career_change .caption a:active, .career_change .caption a:focus {
  color: #03a9f4;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .career_change .caption a {
    display: none;
  }
}

@media (min-width: 1200px) {
  .career_change .row-fluid [class*="span"] {
    margin-left: 0;
    *margin-left: 0;
  }
  .career_change .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .career_change .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .career_change [class*="span"],
  .career_change .uneditable-input[class*="span"],
  .career_change .row-fluid [class*="span"] {
    display: block;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .career_change .thumbnail img {
    float: left;
  }
}

.choose_procommit {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .choose_procommit {
    padding-top: 0 !important;
  }
}

.choose_procommit .row-fluid [class*=span] {
  margin-left: 0;
}

.choose_procommit h2 {
  margin-top: 55px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .choose_procommit h2 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.choose_procommit .border {
  display: block;
  width: 134px;
  margin-top: 39px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: solid 1px #212121;
  text-align: center;
}

@media (max-width: 767px) {
  .choose_procommit .border {
    width: 70px;
    margin-top: 15px;
  }
}

.choose_procommit .thumbnail {
  position: relative;
  margin-left: 10px;
  padding: 0;
  padding-bottom: 15px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .choose_procommit .thumbnail {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
  }
}

.choose_procommit .thumbnail a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.2);
}

.choose_procommit .thumbnail a.clickable:hover,
.choose_procommit .thumbnail a.clickable:active,
.choose_procommit .thumbnail a.clickable:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.choose_procommit .thumbnail h3 {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: #fff;
  text-align: center;
  color: #03a9f4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 979px) and (min-width: 768px) {
  .choose_procommit .thumbnail h3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .choose_procommit .thumbnail h3 {
    padding: 18px 15px;
  }
}

.choose_procommit .thumbnail .thumb {
  padding-left: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .choose_procommit .thumbnail .thumb {
    padding-bottom: 0;
    padding-left: 10px;
  }
}

.choose_procommit .thumbnail .ico {
  display: block;
  max-width: 100%;
  width: 24%;
  margin-right: auto;
  margin-left: 5px;
  padding-right: 14px;
  padding-bottom: 11px;
}

@media (max-width: 979px) {
  .choose_procommit .thumbnail .ico {
    width: auto;
    height: 89px !important;
  }
}

@media (max-width: 767px) {
  .choose_procommit .thumbnail .ico {
    width: auto;
    height: 89px !important;
    margin-left: 0;
    padding: 0 1em 0 .5em;
  }
}

.choose_procommit .thumbnail img {
  float: left;
}

.choose_procommit .caption {
  padding-top: 0;
  padding-right: 25px;
}

@media (max-width: 979px) and (min-width: 768px) {
  .choose_procommit .caption {
    padding-left: 10.2em;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .choose_procommit .caption {
    padding-top: 0;
    padding-right: 1em;
    padding-left: 9em;
  }
}

.choose_procommit .caption p {
  overflow: auto;
}

.choose_procommit .caption .more {
  display: block;
}

@media (max-width: 979px) {
  .choose_procommit .caption .more {
    display: none;
  }
}

.choose_procommit .caption a {
  float: right;
  color: #03a9f4;
}

@media (max-width: 767px) {
  .choose_procommit .caption a {
    display: none;
  }
}

.choose_procommit .row-fluid .span4 {
  width: 33.333333%;
}

@media (max-width: 979px) {
  .choose_procommit .row-fluid .span4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .choose_procommit .row-fluid .span4 {
    width: 100%;
  }
}

.news_list {
  margin-top: 0;
  margin-bottom: 55px;
}

.news_list h2 {
  margin-bottom: 0 !important;
  font-family: "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media (max-width: 767px) {
  .news_list h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}

.news_list .dl-horizontal dt,
.news_list .dl-horizontal dd {
  font-weight: 200;
}

.news_list .dl-horizontal dt {
  position: relative;
  width: 108px;
  padding: 20px 0;
  text-align: left;
}

.news_list .dl-horizontal dt:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333;
  font-family: FontAwesome;
  content: "\f0da";
}

@media (max-width: 767px) {
  .news_list .dl-horizontal dt:after {
    -webkit-transform: translate(0, -75%);
    transform: translate(0, -75%);
  }
}

@media (max-width: 767px) {
  .news_list .dl-horizontal dt {
    width: 95px;
    padding-top: 10px;
    float: left;
  }
}

.news_list .dl-horizontal dd {
  margin-left: 0;
  padding: 17px 0 20px 118px;
  border-bottom: solid 1px #03a9f4;
}

@media (max-width: 767px) {
  .news_list .dl-horizontal dd {
    padding-top: 8px;
    padding-left: 103px;
    margin-left: 0;
  }
}

.news_list .dl-horizontal dd a {
  color: #333;
}

.news_list .btn {
  display: table-cell;
  width: 120px;
  height: 37px;
  padding: 7px !important;
  border: 0;
  border-radius: 0;
  background-color: #03a9f4;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.loopslider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: left;
}

.loopslider ul {
  display: inline;
  overflow: hidden;
  float: left;
  /*  width: 100%;*/
  height: 100px;
}

.loopslider ul li {
  display: inline;
  overflow: hidden;
  float: left;
  width: 150px;
  height: 100px;
}

/* ----------------------------------------------- */
/* ソーシャルボタンエリア
/* ----------------------------------------------- */
ul.social-button li.sns_list ul li.sc-tw .sns_baloon {
  position: relative;
  width: 73px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  display: table;
  margin-bottom: 7px;
}

/*ul.social-button li.sns_list ul li.sc-tw .sns_baloon:after,
ul.social-button li.sns_list ul li.sc-tw .sns_baloon:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}*/
ul.social-button li.sns_list ul li.sc-tw .sns_baloon:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #b2b2b2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

ul.social-button li.sns_list ul li.sc-tw .sns_baloon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

ul.social-button li.sns_list ul li.sc-tw .sns_baloon a {
  display: table-cell;
  vertical-align: middle;
}

/* =======================================
ClearFixElements
======================================= */
.loopslider ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.loopslider ul {
  display: inline-block;
  overflow: hidden;
}
