@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Roboto:400,700,900&subset=vietnamese');

/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
    color: #F2621C;
    outline: 0!important;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    text-shadow: none; /* Prevent inheritance from `body` */
    border: none;
}


/*
 * Base structure
 */

html {
    height: 100%;
    font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Arial' , san-serif;
    font-size: 62.5%;
}
body {
    font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Arial' , san-serif;
    height: 100%;
    background-color: white;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: justify;
}
body {
  color: #333;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
          /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.note_fixed {
    position: fixed;
    background: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    font-weight: bold;
    z-index: 9999;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.center-block {
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
    float: none;
}
/*
 * Cover
 */
.cover {
    padding: 30px;
    background: rgba(255,255,255,0.7);
}
.home-top {
    background: url('../images/book/background_booksheft.jpg') repeat center center;
}
.home-jumbotron {
    background: none;
    color: white;
    position: relative;
    padding-top: 50px;
}
.home-image-preview {
    margin-bottom: -100px;
}
.home-image-preview .img-home {
    box-shadow: -3px 3px 20px rgba(0,0,0,0.5);
}
.home-top h2 {
    font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Arial' , san-serif;
    font-size: 42px;
    font-size: 4.2rem;
}
.home-top h2 span {
    color: #F5CE00;
    font-weight: 900;
}
.home-top h2 span.imp {
    font-size: 58px;
    font-size: 5.8rem;
}
.home-top-content {
    padding-top: 20px;
    padding-bottom: 60px;
}
.jumbotron .home-top-p {
     line-height: 180%;
     font-size: 16px;
     font-size: 1.6rem;
 }
.jumbotron .home-top-p a {
    text-decoration: underline;
}
.home-top a.btn-link,
.home-top a.btn-link:hover,
.home-top a.btn-link:focus{
    color: white;
}
/*
 * Navbar
 */
.navbar-default .container-fluid {
    margin: 15px 0;
}
.navbar-default {
    background-color: rgba(255,255,255,.9);
    border: none;
}
.navbar-brand {
    padding: 0 15px;
    height: 25px;
    margin-top: -8px;
}
.navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar-nav > li:hover {
    background: #D65206;
}
.navbar-nav > li:hover a {
    color: white!important;
}
.navbar-toggle {
    padding: 9px;
    margin-top: -7px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active {
    background-color: #D65206;
    color: white;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar
{
    background-color: white!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*
 * Contents || button
 */
.btn, .btn-default:active:focus, .btn-default:active, .btn-default:focus {
    color: white;
    background-color: #D65206;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Roboto', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial" , san-serif;
}
.btn:hover {
    background: #666666;
    color: white;
}
.fixed-bottom .btn,
.fixed-bottom .btn:hover,
.fixed-bottom .btn:active,
.fixed-bottom .btn:focus {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100%;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-large, .btn-large:focus, .btn-large:active, .btn-large:active:focus {
    margin-top: -130px;
    font-size: 30px;
    font-size: 3rem;
}

/*
 * Contents || Details
 */
.section-white, .section-yel {
    padding: 50px 0;
}
.section-yel {
    background: #FBF7AF;
}
.section-left {
    padding-top: 50px;
}
h2.content-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin: 15px auto 40px;
    padding-bottom: 15px;
    position: relative;
}
h2.content-title:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #D65206;
}
h2.content-subtitle {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
    margin: 40px auto;
    padding-bottom: 15px;
    position: relative;
}
h2.content-subtitle:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #333;
}
h2.content-title-left {
    text-align: left;
}
h2.content-title-left:after {
    right: auto;
}
h3.content-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}
.check-content {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto Slab', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
.glyphicon-ok {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: red;
    position: relative;
}
.glyphicon-ok:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    bottom: 0;
    left: 0;
}
.circle-box {
    background: #FEE252;
    border-radius: 100%;
    width: 100%;
    padding-top: 100%;
    margin: 20px 0;
}
.circle-text {
    position:  absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    right: 10%;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto Slab', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;

}
.img-sample {
    height: 45%;
    width: auto;
    margin-bottom: 10%;
}
blockquote {
    margin-bottom: 60px;
    font-family: 'Roboto Slab', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    border: none;
    font-weight: 300;
    line-height: 180%;
}
blockquote strong {
    font-weight: 400;
}
.feedback {
    margin-bottom: 35px;
    clear: both;
}
.text-orange {
    color: #D65205;
}
span.large-text {
    font-size: 60px;
    font-size: 6rem;
}
div.book-cost {
    font-size: 40px;
    font-size: 4rem;
    color: red;
    font-weight: 700;
    position: absolute;
    bottom: -5%;
    right:-40%;
    left: -40%;
}
div.book-cost span {
    font-size: 18px;
    font-size: 1.8rem;
}
.circle-text-only {
    top: 20%;
    bottom: 20%;
}
.circle-text-img {
    right: 20%;
    left: 20%;
    top: 5%;
}

.special-box {
    background: white;
    padding-bottom: 15px;
    margin-top: 30px;
}
.total_cash {
    color: red;
    font-size: 18px;
    fong-size: 1.8rem;
}
/*
 * Contents || Book Review
 */

#book_review .cover-container {
    padding-bottom: 50px;
    text-align: center;
}
.img-review {
    margin: 20px 0
}

.hotline {
    background: #FBF7AF;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

/*Footer*/
.home-foot {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 55px;
}
.home-foot .container-fluid {
    padding: 0;
}
.hotline h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 0;
    font-weight: bold;
    color:#D65206;
}
.hotline span {
    font-size: 20px;
    font-size: 2rem;
    margin-top: -15px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}

/*
 * Affix and center
 */

@media (max-width: 768px) {
    .home-top {
        text-align: center;
    }
    .circle-text {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .check-content {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
    .jumbotron .home-top-p {
        line-height: 180%;
        font-size: 22px;
        font-size: 2.2rem;
    }
}


@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
    }

    .fix-host {
        position: fixed;
        font-family: 'Roboto Slab', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
        bottom: 10px;
        right: 10px;
        text-align: justify;
        line-height: 1.2;
    }

    .home-top h2 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 60px;
        line-height: 6rem;
    }
    .home-top h2 span.imp {
        font-size: 72px;
        font-size: 7.2rem;
    }
    .home-jumbotron {
        padding-top: 100px;
    }
    span.large-text {
        font-size: 100px;
        font-size: 10rem;
    }
}

.mt-1 {margin-top: 1%;}
.mt-2 {margin-top: 2%;}

.mb-1 {margin-bottom: 1%;}
.mb-2 {margin-bottom: 2%;}

a[href^="tel"] {
    color: #F2621C!important; /* Inherit text color of parent element. */
    text-decoration: none!important;; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
    cursor: text;
}