/*
 * Common v0.0.1
 *
 */
@charset "utf-8";
/* GENERAL */
body {
  font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
  outline: 0;
}
.container p {
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}
.nowrap {
  white-space: nowrap;
}
#overview h1 {
  font-size: 200%;
  letter-spacing: 0.1em;
}
#overview .lead {
  font-size: 85%;
}
/* BRANDDING */
.jumbotron {
  background: url(../img/classy_fabric.gif) repeat center center;
  opacity: 1.0;
  margin-top: 60px;
  padding-bottom: 2em;
}
.masthead h1 {
  font-size: 285%;
  line-height: 1.7em;
}
.masthead p {
  margin: auto 15%;
  line-height: 1.7em;
  text-align: left;
  font-size: 85%;
  padding-bottom: 3em;
}
.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  background: url(../img/fabric_plaid.png) repeat center center;
}
/* FACEBOOK */
div#likebox_conteiner .fbcomments,
div#likebox_conteiner .fb_iframe_widget,
div#likebox_conteiner .fb_iframe_widget[style],
div#likebox_conteiner .fb_iframe_widget iframe[style],
div#likebox_conteiner .fbcomments iframe[style],
div#likebox_conteiner .fb_iframe_widget span {
  width: 100% !important;
}
div#likebox_conteiner .fb-like-box {
  border: 1px solid #eee;
}
/* MARKETING */
.marketing h1 {
  font-size: 300%;
  font-weight: bold;
}
.marketing h2 {
  font-size: 180%;
  font-weight: bold;
}
.marketing h2 a {
  color: #055d9c;
}
/* PAGE */
section h2 {
  font-size: 180%;
  line-height: 1.5em;
  font-weight: bold;
}
.page-header {
  line-height: 100%;
  background-color: #eee;
  border: 0;
  padding: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 0;
}
.page-header h1 {
  font-size: 175%;
  text-shadow: 2px 2px 2px #ffffff, 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding-left: 0.75em;
  background: url(../img/h_cmyk.gif) no-repeat 0.35em 50%;
  padding-left: 1.8em;
}
.entry-content {
  margin-bottom: 2em;
}
.entry-content .entry-content-inner {
  margin: auto 1.5em;
  margin-bottom: 1.5em;
}
.entry-content .entry-content-inner .pull-right {
  margin-left: 2em;
  margin-bottom: 1em;
}
.entry-content h3 {
  font-size: 140%;
  padding-top: 0.25em;
  padding-left: 1em;
  border: 0px solid #ddd;
  background-color: #fff;
  padding-bottom: 0.1em;
  margin: 1em auto;
  color: #555;
  text-shadow: 0px 1px 1px #fff;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.entry-content .text-center {
  text-align: center !important;
}
.entry-content .eco-bg {
  background: url(../img/eco_reef_320.jpg) no-repeat right bottom !important;
}
.eco-phrase {
  font-size: 160%;
  line-height: 1.5em;
  margin-top: 0.5em;
  color: #555;
}
.eco-credit {
  margin-left: 1.75em;
}
.caption {
  display: block;
  text-align: center;
  font-size: 80%;
}
/* WELL */
.well-white {
  background-color: #fff;
}
.well h3 {
  background-color: #ddd;
  margin-top: 0;
  padding: 0.3em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.well h4 {
  background-color: #ddd;
  margin-top: 0;
  padding: 0.6em 0.75em 0.35em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* FOOTER */
footer,
.footer {
  background: url(../img/classy_fabric.gif) repeat center center;
}
footer .inner-link,
.footer .inner-link,
footer a,
.footer a,
footer a:hover,
.footer a:hover {
  text-align: left;
  color: #fff;
}
footer .nav li a,
.footer .nav li a {
  padding: 0.25em;
}
footer .nav li a:hover,
.footer .nav li a:hover {
  background: none;
  color: #fff;
}
footer h4,
.footer h4 {
  border-bottom: 1px dotted #077acd;
  padding: 0.35em;
  padding-top: 0;
  margin-top: 0;
  color: #fff;
}
footer .copyright,
.footer .copyright {
  font-size: 75%;
  text-align: center;
  color: #fff;
  margin-top: 2.5em;
}
footer .copyright a:hover,
.footer .copyright a:hover {
  text-decoration: underline;
}
footer hr,
.footer hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px dotted #077acd;
  background-color: transparent;
  display: none;
}
/* DROP-SHADOWS */
.ds:before,
.ds:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: -1;
  width: 50%;
  max-width: 300px;
  height: 20%;
  content: "";
}
/* FEATURE BANNER */
.featureBanner {
  position: relative;
  /*margin:20px*/

  margin: 0px;
}
.featureBanner:before {
  content: "NEW!";
  position: absolute;
  top: 10px;
  left: -8px;
  padding-right: 10px;
  color: #fff;
  text-shadow: 0px 1px 1px red;
  font-size: 10px;
  font-weight: bold;
  height: 0px;
  border: 10px solid #ffa200;
  border-right-color: transparent;
  line-height: 0px;
  box-shadow: 0px 5px 5px -5px #000000;
  z-index: 1;
}
.featureBanner:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -8px;
  border: 4px solid #89540c;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
/* HEADER */
body > .navbar {
  font-size: 13px;
}
/* Change the docs' brand */
body > .navbar .brand {
  float: left;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  body > .navbar .brand {
    margin: 0px 15px 5px;
  }
  #site-title {
    margin-top: 8px;
  }
  #site-nav {
    margin-top: 13px;
    margin-right: 20px;
  }
  .jumbotron {
    margin-top: -20px;
  }
  .jumbotron h1 {
    font-size: 200%;
  }
  .marketing h1 {
    font-size: 200%;
  }
  .marketing h2 {
    font-size: 130%;
  }
}
@media (max-width: 767px) {
  body > .navbar .brand {
    margin: 0px 15px 5px;
  }
  #site-title {
    margin-top: 8px;
  }
  #site-nav {
    margin-top: 13px;
    margin-right: 20px;
  }
  footer hr {
    display: block;
  }
  .eco-phrase {
    font-size: 110%;
    line-height: 1.3em;
  }
  .eco-credit {
    margin-left: 1.2em;
  }
  .jumbotron {
    margin-top: -20px;
  }
  .jumbotron h1 {
    font-size: 160%;
  }
  .masthead p {
    margin: auto 5%;
  }
  .marketing h1 {
    font-size: 200%;
  }
  .marketing h2 {
    font-size: 160%;
  }
}
@media (max-width: 480px) {
  body > .navbar .brand {
    margin: 0px 15px 5px;
  }
  body > .navbar .brand {
    margin: 0px 15px 5px;
  }
  .jumbotron h1 {
    font-size: 120%;
  }
  .masthead p {
    margin: auto 5%;
  }
  #site-title {
    margin-top: 8px;
    margin-left: 5px;
  }
  #site-nav {
    margin-top: 13px;
    margin-right: 20px;
  }
  .entry-content-inner .pull-right {
    float: none;
    text-align: center;
    clear: both;
    display: block;
    margin: auto 0;
  }
  footer hr {
    display: block;
  }
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
  color: #eee;
  opacity: 0.75;
}
.navbar-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 979px) {
  .navbar-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/* Font */
[class^="icon-"],
[class*=" icon-"] {
  background-image: none;
}
/*
.navbar-inner input,
.navbar-inner textarea,
.navbar-inner .uneditable-input {
	width:170px;
}
*/
.navbar-fp .brand,
.navbar-fp .nav > li > a {
  color: #999999;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/**
 * CSS3 LESS Mixins
 * @see http://css-tricks.com/snippets/css/useful-css3-less-mixins/
 */
