

.banner {
    background: url(../images/playing-card-manufacturer-banner.webp) no-repeat 50%;
    background-size: cover;
    width: 100%;
    min-height: 650px;
    position: relative;
    border-bottom: 5px solid #981c1f;
}

.banner-text p {
    color: #561a04;
    text-align: justify;
    font-weight: bold;
}

.banner-text {
    padding: 2em 0 1em;
    position: relative;
    color: #fff;
    width: 42%;
}

.banner .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.banner .rslides li {
    /* -webkit-backface-visibility: hidden; */
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.banner ul#slider {
    margin: 0;
}

.banner-text h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
    line-height: 40px;
}




.sha {
    position: relative;
    padding-bottom: 3em;
    background: url(../images/shape1.png)no-repeat;
    background-size: cover;
    /* -webkit-background-size: cover; */
    /* -o-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -ms-background-size: cover; */
    width: 100%;
    top: -6px;
    left: 0%;
    max-width: 480px;
    margin: auto;
}

.welcome h1 {
    font-weight: 500;
    font-size: 30px;
    color: #020202;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: .5em;
}

.btn-breadcrumb .btn:last-child {
    padding: 2px 8px 2px 8px;
}
#location {
    padding: 0 0 3px 5px;
}
#location span.btn.btn-default {
    border: 1px solid;
    border-radius: 6px;
    margin-top: 5px;
    display: block;
    width: 100%;
    max-width: 38px;
    position: absolute;
}


.welcome p, .majority p, .projects p, .majority li, .welcome li {
    color: #000;
    font-size: 1.2em;
    line-height: 1.8em;
}




.why {
    padding: 5em 0;
    background: #eee;
}
.why h4 {
    color: #020202;
    font-size: 2.2em;
    margin: 0;
    font-family: Overlock-Regular;
    display: inline-block;
    vertical-align: middle;
}
span.glyphicon.glyphicon-globe {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    background-color: #1CD5B5;
    padding: .5em;
}
.why p {
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
    margin: 2em 0 0;
}
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* -ms-transition: all .4s ease-in-out; */
    transition: all .4s ease-in-out;
}
.ch-img-1 {
    background: url(../images/playing-cards-manufacturer-quoteform.jpg) no-repeat;
}
.ch-img-2 {
    background: url(../images/packaging-for-playing-cards.jpg) no-repeat -9px -15px;
}
.ch-img-3 {
    background: url(../images/branded-playing-card.jpg) no-repeat -9px -15px;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* -webkit-transition: all .4s ease-in-out; */
    /* -moz-transition: all .4s ease-in-out; */
    /* -o-transition: all .4s ease-in-out; */
    /* -ms-transition: all .4s ease-in-out; */
    transition: all .4s ease-in-out;
    /* -webkit-transform: scale(0); */
    /* -moz-transform: scale(0); */
    /* -o-transform: scale(0); */
    /* -ms-transform: scale(0); */
    transform: scale(0);
    /* -webkit-backface-visibility: hidden; */
}
.ch-info h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding: 80px 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(105, 190, 191, 0.78);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, 0.8);
}
.ch-item:hover {
    box-shadow: inset 0 0 0 115px rgba(152, 28, 31, 0.78), inset 0 0 0 16px rgba(152, 28, 31, 0.78), 0 1px 1px rgba(152, 28, 31, 0.78);
}
.ch-item:hover .ch-info {
    opacity: 1;
    /* -webkit-transform: scale(1); */
    /* -moz-transform: scale(1); */
    /* -o-transform: scale(1); */
    /* -ms-transform: scale(1); */
    transform: scale(1);
}
.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%
}


.ch-grid:after, .ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
.ch-grid li {
    width: 345px;
    height: 225px;
    display: inline-block;
    margin: 20px;
}


.welcome {
    padding: 3em 0 0;
}
.welcome h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}
.welcome li {
    font-size: 16.8px;
}
.welcome ul {
    padding-left: 0px;
}
.majority .col-md-6 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.majority {
    padding: 5em 0;
}

.majority h2 {
    font-size: 25px;
    color: #020202;
    line-height: 1.8em;
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.majority li {
    padding: .5em 0;
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 16.8px;
}
.majority ul {
    padding-left: 0px;
    margin: 0px;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #981c1f;
    /* -webkit-transform: scaleX(1); */
    transform: scaleX(1);
    /* -webkit-transform-origin: 50%; */
    transform-origin: 50%;
    /* -webkit-transition-property: transform; */
    transition-property: transform;
    /* -webkit-transition-duration: .3s; */
    transition-duration: .3s;
    /* -webkit-transition-timing-function: ease-out; */
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transform: translateZ(0); */
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: hidden;
    /* -moz-osx-font-smoothing: #000 scale; */
    position: relative;
    background: #000;
    /* -webkit-transition-property: color; */
    transition-property: color;
    /* -webkit-transition-duration: .3s; */
    transition-duration: .3s;
    text-decoration: none;
    padding: .4em 1.5em;
    font-size: 1em;
    color: #fff;
}

.hvr-shutter-in-horizontal:hover:before, 
.hvr-shutter-in-horizontal:focus:before, 
.hvr-shutter-in-horizontal:active:before {
    /* -webkit-transform: scaleX(0); */
    transform: scaleX(0);
}
#anchorbtn:hover {
    background: #000;
    color: #fff;
}
/*#anchorbtn {
    background: #981c1e;
    color: #fff;
    font-size: 1em;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 0px;
}*/
#anchorbtn {
    background: #981c1e;
    color: #fff;
    font-size: 1em;
    border-radius: 10px;
    padding: 20px 30px;
    line-height: 12px;
    position: relative;
    font-size: 0;
    width: 100%;
    max-width: 80px;
    display: flex;
    height: 17px;
}


.majority p {
    margin: 0px;
    font-size: 16.8px;
}
