html,body {
    overflow-y: visible
}
i.mdi.white {
    color:#fff;
}

section .breadcrumb {
    position:absolute;
    top:10px;
}

.affix {
    position: fixed
}
.section-heading {font-family:cwtexhei;}

iframe *,.DRAGDIS_iframe * {
    font-family:cwtexhei !important;
}
.cwtexhei {
    font-family: "cwtexhei";
}
.brand {
    display:block;
    width:75%;
    margin:0 auto;
}

.brand span {
    display:block;
}

.brand .primary {
    font-size:150%;
}

.brand .english {
    font-size:75%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    line-height:75%;
    padding:5px 0;
    margin:10px 0;
}

.brand .catchcopy {
    font-size:50%;
    line-height:50%;
}

a.more {
    font-weight:normal;
}

#contactinfo .wraper {
    position:relative;
    height:500px;
    width:100%;
}

#googlemaps {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

.contactinfo {
    position:absolute;

    left:50%;
    z-index: 111;
    width:200px;
    background:#fff;
    text-align:center;
    height:200px;
    margin-left:-100px;
}
.contactinfo address {
    margin-top:1em;
}
.contactinfo .logo {
    background:#991F19;
    color:#fff;
    display: block;
    margin:0 auto;
    min-height:100px;
    width:150px;
}

body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", "cwTeXHei", Helvetica, Arial, sans-serif
}

.text-muted {
    color: #777
}

.text-primary {
    color: #991F19
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #991F19
}

a:hover,
a:focus,
a:active,
a.active {
    color: #801a14
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    /*font-weight: 700*/
}

.img-centered {
    margin: 0 auto
}

.bg-white {
    background: #fff;
}

.bg-light-gray {
    background-color: #f7f7f7
}

.bg-darkest-gray {
    background-color: #222
}

.bg-products {
    background:url("../img/bg.jpg") top center fixed;
}
section .wraper {
    background:rgba(247,247,247,0.6);
    display: table;
    height:100%;
    width:100%;
}

section .alpha25 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+44,0+44,0.65+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

section .alpha25-revert {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+56,0+56 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

section.intro-section {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
    width:100% !important;
    height:100% !important;
    display:table !important;
    color:#fff;
}


.spirit-content ul {
    margin:0;
    padding:0;
}
.spirit-content ul li{
    color:#fff;
    list-style: none;
    font-size:16px;
    text-align: right;
    margin-bottom:10px;
    animation-name: slide;
    animation-duration: 5s;

}
.spirit-content p{
    color:#fff;
    font-size:14px;
    text-align:right;
}

.spirit-content.revert h2,
.spirit-content.revert ul li,
.spirit-content.revert p {
    text-align: left;
}

@keyframes slide {

  from {
    opacity: 0

  }

  to {
    opacity: 100%

  }

}

.spirit-content h2 {
    color:#fff;
    font-size:60px;
    text-align: right
}

hr.white {
    border-top:1px solid #fff;
}

.btn-primary {
    color: #fff;
    background-color: #991F19;
    border-color: #991F19;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #801a14;
    border-color: #661510
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #991F19;
    border-color: #991F19
}

.btn-primary .badge {
    color: #991F19;
    background-color: #fff
}

.btn-xl {
    color: #fff;
    background-color: #991F19;
    border-color: #991F19;
    font-family: Montserrat, "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #801a14;
    border-color: #661510
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #991F19;
    border-color: #991F19
}

.btn-xl .badge {
    color: #991F19;
    background-color: #fff
}

.navbar-default {
    background-color: #991F19;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Kaushan Script", "Helvetica Neue","cwTeXHei", Helvetica, Arial, cursive
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #801a14
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #991F19;
    border-color: #991F19
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #991F19
}

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #fff;
    opacity: 0.5;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #991F19;
    background-color: #fff
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #801a14
}


@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #991F19;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

header,.products,.bg-products {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
}

header {
    text-align: center;
    color: #fff;
}

header.home {

    background-image: url("../img/header-bg.jpg");
}

header.home .container {
    width:100% !important;
    height:100% !important;
    display:table;
    background:rgba(0,0,0,0.2);
}

header.intro {
    background-image: url('../img/header-bg.jpg');
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

header.subheader img {
    position:fixed;
    top:0;
    left:0;
    min-width:100%;
    height:auto;
    z-index: -99
}

header.subheader {
    height:400px;
}

@media (max-width:768px) {
    header.subheader img {
        display:none;
    }
}

header.subheader .intro-text {
    padding-top:150px;
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
    /*font-style: italic;*/
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px #262626;
}

header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px #262626;
}

header.products {
    background-image: url("../img/_ban1_.jpg");
}

header.products container {
    height:200px !important;
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue","cwtexhei", Helvetica, Arial, sans-serif;
        /*font-style: italic;*/
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        /*font-weight: 700;*/
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}

section {
    padding: 100px 0;

    position: relative
}

section.banner {
    padding: 50px 0;
}

section.nopadding {
    padding:0;
}

section.attatch {
    padding:50px 0;
    margin-top:50px;
}

section.intro_content {
    background:url('../img/i_intro.jpg') top center no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: none;
    background-attachment: fixed;
}

.intro_content p,
.intro_content h2 {
    color:#fff
}

@media (min-width:768px) {
    section.attatch {
        margin-top:0;

    }
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    /*font-weight: 400;*/
    margin-bottom: 75px
}

p.text-large {
    font-family: 'cwtexhei';
    font-size:16px;
    text-align: justify;
}

@media (min-width:768px) {
    section {
        padding: 150px 0
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
    font-family: "cwtexhei"
}

#products-detail-content {
    background:#fff;
}

#products-black {
    background-image: url("../img/i-products-black01.jpg")
}

#products-green {
    background-image: url("../img/i-products-green01.jpg")
}

#products-qing {
    background-image: url("../img/i-products-qing01.jpg")
}

#products-oolong {
    background-image: url("../img/i-products-oolong01.jpg")
}

#products-puerh {
    background-image: url("../img/i-products-puerh01.jpg")
}

#products-other {
    background-image: url("../img/i-products-other01.jpg")
}

#products-highmountain {
    background-image: url("../img/i-products-紅玉紅茶.jpg")
}

#products .products-item,
.products .products-item{
    margin: 0 0 15px;
    right: 0
}

#products .products-item .products-link,
.products .products-item .products-link{
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

#products .products-item .products-link .products-hover,
.products .products-item .products-link .products-hover{
    /*background: rgba(254, 209, 54, .9);*/
    background: rgba(153, 31, 25, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#products .products-item .products-link .products-hover:hover,
.products .products-item .products-link .products-hover:hover{
    opacity: 1
}

#products .products-item .products-link .products-hover .products-hover-content,
.products .products-item .products-link .products-hover .products-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff
}

#products .products-item .products-link .products-hover .products-hover-content i,
.products .products-item .products-link .products-hover .products-hover-content i {
    margin-top: -12px
}

#products .products-item .products-link .products-hover .products-hover-content h3,
#products .products-item .products-link .products-hover .products-hover-content h4,
.products .products-item .products-link .products-hover .products-hover-content h3,
.products .products-item .products-link .products-hover .products-hover-content h4 {
    margin: 0
}

#products .products-item .products-caption,
.products .products-item .products-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px
}

#products .products-item .products-caption h4,
.products .products-item .products-caption h4 {
    font-family: "cwtexhei";
    text-transform: none;
    margin: 0
}

#products .products-item .products-caption p,
.products .products-item .products-caption p {
    font-family: "Droid Serif", "Helvetica Neue", "cwtexhei", Helvetica, Arial, sans-serif;
    /*font-style: italic;*/
    color:firebrick;
    font-size: 16px;
    margin: 0
}

#products *,
.products * {
    z-index: 2
}

@media (min-width:767px) {
    #products .products-item,
    .products .products-item {
        margin: 0 0 30px
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #991F19;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px
    }
}

@media (min-width:992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width:1200px) {
    .timeline>li {
        min-height: 170px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        line-height: 170px;
        font-size:200%
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}

.team-member {
    text-align: center;
    margin-bottom: 50px
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none
}

.team-member p {
    margin-top: 0
}

.news_in_index {

}

.news_in_index h4 {
    font-family: cwtexhei;
}

.news_in_index h4 .title {
    display:block;
    margin-top:10px;
}

.news_list {
    text-align:left
}

.news_list img {
    width:150px;
}

.news_list hr {
    border:0;
    border-top:1px solid #000;
}



.news_list .title {
    line-height: 30px;
    margin-bottom:10px

}

.news_list .date .date {

    font-size:30px;
    color:#ccc;
}

.news_list span+span {
    margin-top:5px;
    padding-top:5px;
    border-top:1px solid #eee;
}

.news_list .date .year {
    display:block;
    font-size:36px;
    color:#bbb;

}

.news_detail {
    text-align:left;
}

.news_detail h3 {
    font-family: 'roboto slab',cwtexhei,sans-serif;
    font-size:40px;
}

.news_detail h4 {
    font-size:12px;
    color:#aaa;
    text-indent:40px;
}

.news_detail article {
    padding:50px 80px;

}

aside.clients img {
    margin: 50px auto
}

aside.howtomake {
    padding:100px 0
}

section#intro-spirit-products {
    background-image: url('../img/i-spirit-products.jpg');

}

section#intro-spirit-staff {
    background-image: url('../img/i-spirit-staff.jpg')
}

section#intro-spirit-run {
    background-image: url('../img/i-spirit-run.jpg')
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat
}

section#contact .section-heading {
    color: #fff
}

section#contact .form-group {
    margin-bottom: 25px
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px
}

section#contact .form-group input.form-control {
    height: auto
}

section#contact .form-group textarea.form-control {
    height: 236px
}

section#contact .form-control:focus {
    border-color: #991F19;
    box-shadow: none
}

section#contact::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact:-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact:-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb
}

section#contact .text-danger {
    color: #e74c3c
}

footer {
    padding: 25px 0;
    text-align: center;
    background: #fff;
}

footer span.copyright {
    line-height: 40px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "cwtexhei",Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none
}

.quicklinks > li+li:before {
    padding-right:5px;
    color:#eee;
    content: "|\00a0";
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #991F19
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

.products-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center
}

.products-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em
}

.products-modal .modal-content p {
    margin-bottom: 30px
}

.products-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px
}

.products-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0
}

.products-modal .modal-content img {
    margin-bottom: 30px
}

.products-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.products-modal .close-modal:hover {
    opacity: .3
}

.products-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.products-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.products-modal .modal-backdrop {
    opacity: 0;
    display: none
}

::-moz-selection {
    text-shadow: none;
    background: #991F19
}

::selection {
    text-shadow: none;
    background: #991F19
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #991F19
}

.prev_next {



}

.prev_next li {
    position: absolute;
    display: block;
    height:50px;
    font-size:1em;
    width:5em;

}

.prev_next li a {
    font-size:10em;

}

.prev_next li a:hover {
    text-decoration: none;
}


.prev_next .alt {
    display:none;
}

.prev_next .prev {

    left:20px;;
    text-indent:-3em;
}

.prev_next .next {
    right:20px;
    text-indent:-2em;
}

.prev_next i {
    margin:0;padding:0;

    display:block;

}

.left-line {
    border: 0;
    border-left: 1px solid #eee;
}

@media (min-width:768px) {
    .left-line {
        border-color:#eee;
    }
}

.products-detail {
    padding-bottom:50px;
}

.products-detail p {
    font-family: cwtexhei,;
    color:#333
}

.products-detail h4,
.products-detail h5 {
    font-family: 'cwTeXHei','roboto slab',sans-serif;

    padding-bottom:5px
}

@media (min-width:768px) {
    .products-detail h4,
    .products-detail h5 {
        padding:0;
        font-size:1.5em;
    }
}

.products-detail h3.section-subheading {
    margin-bottom:10px
}

.products-detail .products-detail-etc {
    height:8em;
}

.products-detail .products-detail-etc div {
    height:100%;
    padding:5px;

}

.awards,
.exhibit {
    padding-top:1em;
    margin-top:1.5em;
    border-top:1px solid #ccc;
    text-align: left
}



.exhibit ul,
.exhibit ul li,
.awards ul,
.awards ul li {
    list-style: none;
    padding:0;
    margin:0;

}
.exhibit ul li,
.awards ul li {
    margin-bottom:5px;
}

.additional h5>i::after {
    margin-right:10px;
}
footer {
  position:relative;
}
a.line_btn {
  position:fixed;
  right:10px;
  bottom:10px;
  display: block;
  width:116px;
  height: 36px;
  z-index: 255;
  -webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
a.line_btn img {opacity: 0.45}
a.line_btn:hover img {
    transition:opacity 3s;
    -moz-transition:opacity 3s;
    -webkit-transition:opacity 3s;
    -o-transition:opacity 3s;  
    opacity:1;}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
}
