/*
Template Name: Prosoccer - Laundry Business Html Template
Template URI: rudhisasmito.com/demo/prosoccer
Author: Rudhi Sasmito
Author URI: https://www.behance.net/rudhisasmito
Version: 1.0
-----------------------------------------------------------------

CSS Style Structure
1. General
2. Navbar
3. Banner
4. Match Facts
5. About
6. Our Player / Team
7. Gallery
8. Blog / News
9. Client
10. FAQ
11. Shop
12. Contact
13. Footer


*/

@font-face {
    font-family: "bebas_neue";
    src: url("../fonts/bebasneue_regular-webfont.eot");
    src: url("../fonts/bebasneue_regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"),
        url("../fonts/bebasneue_regular-webfont.woff") format("woff"),
        url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"),
        url("../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ==========================
RESET
============================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    background-color: #f4f4f4;
}

html {
    scroll-behavior: smooth;
}

/* ==========================
1. General
============================= */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 300px;
    background-image: url("../images/apple-touch-icon.webp");
    background-position: center;
    background-repeat: no-repeat;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #d6640c;
    text-decoration: none;
}
h3,
h4,
h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-default {
    color: #333;
    background-color: #d6640c;
    border-color: #d6640c;
    border-radius: 4px;
    color: #fff;
    padding: 6px 35px;
    font-weight: bold;
}
.btn-default:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.bg-grey {
    background-color: #e9e9e9;
}
.pbot-main {
    padding-bottom: 80px;
    padding-top: 60px;
}
.pbot-main:after {
    content: "";
    display: block;
    clear: both;
}
.p-main {
    padding: 80px 0;
}
.pos-relative {
    position: relative;
}
.page-title {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}
.page-title .lead {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    position: relative;
}
.page-title .border-style {
    border-top: 1px solid #d6640c;
    width: 200px;
    margin: 0 auto;
    padding-top: 8px;
}
.page-title .border-style:before {
    content: "";
    border-top: 3px solid #d6640c;
    width: 200px;
    display: block;
    margin: 0 auto;
}

.page-title .sublead {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.page-title .page-description {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.bg-grey {
    background-color: #f8f8f8;
}
.ptop-single {
    padding: 80px 0;
}
p {
    margin: 0 0 10px;
}
.color-red {
    color: #d6640c;
}
.color-black {
    color: #000;
}
.font-normal {
    font-weight: normal;
}
.section.singlepage {
    padding-bottom: 60px;
}
.bg-section {
    background: url("/images/gallery/10.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Use default desert background for video sections */
.video.bg-section {
    background: url("/images/background.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Box */
.box-wrap {
    width: 85%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
}
.box-bg {
    background-color: #000;
}
.form-control {
    border-radius: 0px;
}
.section {
}
.section:after {
    content: "";
    width: 100%;
    display: block;
    clear: both;
}
strong,
b {
    font-weight: 700;
}

/* ==========================
2. Navbar
============================= */
.navbar-main {
    background-color: #252525;
    border-color: transparent;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header-top {
    background-color: #000;
    color: #fff;
    height: 40px;
}
.navbar-main.stiky .header-top {
    display: none;
}
.navbar-main .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 22px;
}
.navbar-main .navbar-nav > li > a {
    padding-top: 30px;
    min-height: 80px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:active {
    background-color: transparent;
}
.navbar-main .navbar-nav > li.active a {
    background-color: transparent;
}
.dropdown-menu {
    border: 0;
    border-bottom: 4px solid #d6640c;
    border-radius: 0;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.info {
    margin-top: 10px;
    font-style: italic;
    margin-left: 180px;
}
.info h3 {
    display: inline-block;
    color: #d6640c;
    float: left;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.info a {
    color: #fff;
}
.info a:hover {
    color: #fba301;
}
.info .info-item {
    display: block;
    margin-top: 0;
    margin-right: 0;
    height: 24px;
    overflow: hidden;
}
.info .info-item div {
    display: block;
    height: 24px;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}
.top-sosmed {
    margin-top: 5px;
}
.top-sosmed span {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #d6640c;
    display: inline-table;
    padding-top: 7px;
    border-radius: 50%;
    margin-right: 10px;
}
.top-sosmed span:hover {
    color: #fff;
}
.top-sosmed span.fa {
    font-size: 18px;
}

/* ==========================
3. Banner
============================= */
.banner {
    position: relative;
}
.banner .item img {
    margin: 0 auto;
    filter: alpha(opacity=0);
    opacity: 0;
}
.banner .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner .title-box h2 {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
}
.banner .caption {
    color: #fff;
    position: absolute;
    top: 100px;
    left: 20px;
    max-width: 560px;
}
.banner .caption a.btn-default,
.wrap-caption a.btn-default {
    text-align: center;
    font-size: 14px;
    color: #29abe2;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    padding: 10px 20px;
    border: 0;
}
.banner .caption a.btn-default:hover,
.wrap-caption a.btn-default:hover {
    background-color: #fba301;
    color: #fff;
}
/* carousel */
.carousel-caption {
    right: 0;
    left: 0;
    text-align: left;
}
.item .carousel-caption .caption-heading {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 700;
    background-color: #d6640c;
    border-left: 4px solid #000;
    padding: 20px 20px;
    margin-bottom: -20px;
    text-shadow: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: alpha(opacity=0);
    opacity: 0;
}
.item.active .carousel-caption .caption-heading {
    margin-bottom: 8px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.item .caption-desc {
    margin-bottom: -10px;
    background-color: #000;
    border-left: 4px solid #d6640c;
    padding: 20px 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    filter: alpha(opacity=0);
    opacity: 0;
}
.item.active .caption-desc {
    margin-bottom: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.wrap-caption {
    max-width: 560px;
}
.carousel-control {
    width: 5%;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-right {
    right: 50%;
}

.subbanner {
    background: url("/images/home/home_2.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
}
.subbanner .caption {
    margin-top: 200px;
    color: #fff;
    font-size: 40px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.subbanner .caption a {
    color: #fff;
    text-decoration: none;
}
.subbanner .caption h3 {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}
.subbanner .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}
.subbanner .breadcrumb > .active {
    color: #fff;
}
.subbanner .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}

/* ==========================
4. Match Facts
============================= */
.stat-facts {
    background: url("/images/home/home_2.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    padding: 80px 0;
}
.match-club {
    text-align: center;
    margin-bottom: 40px;
}
.club-name {
    font-size: 20px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    color: #d6640c;
}
.match-description {
    text-align: center;
}
.liga-name {
    font-size: 40px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    color: #d6640c;
    margin-bottom: 10px;
    margin-top: -30px;
    line-height: 30px;
}
.liga-date {
    font-size: 20px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    color: #d6640c;
    margin-bottom: 40px;
}
.liga-vs {
    font-size: 28px;
    font-family: "bebas_neue", sans-serif;
    font-weight: 700;
    color: #d6640c;
    margin-bottom: 60px;
}
.liga-location {
    font-size: 14px;
    color: #fff;
}

/* ==========================
5. About
============================= */
.section.about {
    padding-bottom: 60px;
    background-color: #f4f4f4;
}
.about .page-title .lead {
    color: #000;
}
.welcome {
    padding-right: 30px;
}
#about-caro .owl-controls {
    margin-top: -35px;
    text-align: right;
    margin-right: 20px;
}
#about-caro .owl-controls .owl-page span {
    background: #d6640c;
    margin: 5px 4px;
}

.title-block {
    text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 700;
    background-color: #d6640c;
    border-left: 4px solid #000;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.shop-item {
    position: relative;
    border: 1px solid #dadada;
}
.shop-item .description {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}
.shop-item .collection-name {
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    background-color: rgba(255, 255, 255, 0.8);
}
.shop-item .collection-name strong {
    font-weight: bold;
}
.shop-item .collection-name .category {
    font-style: italic;
    font-size: 15px;
}
.shop-item .collection-name {
    margin-bottom: 10px;
}
.collection-callout a {
    padding: 15px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #219fda;
    background: -moz-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #d6640c),
        color-stop(100%, #c92127)
    );
    background: -webkit-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -o-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -ms-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: linear-gradient(to bottom, #d6640c 0%, #c92127 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6640c', endColorstr='#C92127', GradientType=0 );
}
.collection-callout a:hover {
    background: #000;
    color: #fff;
}
.collection-callout .fa {
    margin-right: 20px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33.3333%;
}
.nav-tabs > li > a {
    text-transform: uppercase;
    margin-right: -1px;
    line-height: 1.42857143;
    border: 0px solid #ddd;
    border-radius: 0px 0px 0 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #d6640c;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content {
    padding: 20px 20px;
}
.tab-content-bg {
    /* background: url('https://placehold.co/1920x700') top center; */
    background-color: rgba(214, 100, 12, 1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
thead tr {
    background-color: #000;
    color: #fff;
}
.table > thead > tr > td {
    padding: 14px 25px;
    border-top: 0;
}
.match-date {
    font-style: italic;
}
.match-title {
    font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e7e7e7;
}
.table > tbody > tr > td {
    padding: 14px 25px;
    border-top: 0;
}
td.tw40 {
    width: 40%;
}
td.tw50 {
    width: 50%;
}
td.tw10 {
    width: 10%;
}
.section.coach {
    padding-bottom: 60px;
}
.bg-coach {
    background: url("https://placehold.co/1920x700") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section.coach .page-title .lead {
    color: #d6640c;
}
.coach-item {
    margin: 10px 0;
}
.coach-item .gambar {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #000;
}
.coach-item .gambar img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.coach-item:hover .gambar img {
    filter: alpha(opacity=80);
    opacity: 0.8;

    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.coach-item .item-body {
    background-color: #000;
    border-top: 3px solid #d6640c;
    position: relative;
    display: block;
    padding: 20px;
}
.coach-item:hover .item-body {
    background-color: #202020;
}
.coach-item .item-body:after {
    content: "";
    clear: both;
    width: 100%;
    display: table;
}
.coach-item .item-body .name {
    font-size: 18px;
    color: #d6640c;
    line-height: 24px;
    margin-bottom: 10px;
}
.coach-item .item-body .position {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    font-style: italic;
    display: inline-block;
}
.coach-item .item-body .c-sosmed {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    font-style: italic;
    display: inline-block;
}
.item-body .c-sosmed {
    float: right;
}
.item-body .c-sosmed .item {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-table;
    padding-top: 5px;
    border-radius: 50%;
}
.item-body .c-sosmed .item:hover {
    background-color: #fff;
    color: #252525;
}
.item-body .c-sosmed .item .fa {
    font-size: 16px;
}
.nav-history {
    text-align: center;
    position: relative;
}
.nav-history:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #d6640c;
    left: 0;
    top: 32px;
}
.nav-history .owl-controls .owl-page {
    cursor: pointer;
    display: inline-table;
}
.nav-history a {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding-top: 25px;
    font-weight: bold;
    margin: 0 50px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.nav-history a:hover {
    background-color: #d6640c;
}
.nav-history .active a {
    background-color: #d6640c;
}
.history-caro {
    padding: 30px 30px;
    border: 1px solid #e0e0e0;
    margin: 40px 0 80px 0;
}
.history-caro:hover {
    background-color: #fff;
}
.history-caro:after {
    content: "";
    clear: both;
    width: 100%;
    display: table;
}
.history-item {
    width: 100%;
    position: relative;
}
.history-item .gambar {
    width: 30%;
    float: left;
}
.history-item .item-body {
    width: 70%;
    float: left;
    padding: 20px 0 20px 60px;
}
.history-item .item-body .title {
    font-size: 20px;
    color: #d6640c;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Video */
.section.video {
    padding-bottom: 60px;
}
.section.video .page-title .lead {
    color: #d6640c;
}

/* ==========================
6. Our Player / Team
============================= */
.player {
    padding-bottom: 40px;
}
#player-caro .item {
    margin: 15px;
}
.player-item {
    margin-bottom: 40px;
}
.player-item .gambar {
    position: relative;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
    width: 100%; /* or a fixed width if needed */
    height: 450px; /* set the height you want for all images */
}
.player-item .gambar img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes image fill box while keeping aspect ratio */
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.player-item:hover .gambar img {
    filter: alpha(opacity=80);
    opacity: 0.8;

    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.player-item .item-body {
    background-color: #000;
    border-top: 3px solid #d6640c;
    position: relative;
    display: block;
    padding: 20px;
    height: 120px;
}
.player-item:hover .item-body {
    background-color: #202020;
}
.player-item .item-body .name {
    font-size: 18px;
    color: #d6640c;
    line-height: 24px;
    margin-bottom: 10px;
}
.position {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    font-style: italic;
    display: inline-block;
}
.position span {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    margin-right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* 1st place — GOLD */
.position .gk {
    background: #ffe680;
    background: -moz-linear-gradient(top, #ffe680 0%, #c59a00 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #ffe680),
        color-stop(100%, #c59a00)
    );
    background: -webkit-linear-gradient(top, #ffe680 0%, #c59a00 100%);
    background: -o-linear-gradient(top, #ffe680 0%, #c59a00 100%);
    background: -ms-linear-gradient(top, #ffe680 0%, #c59a00 100%);
    background: linear-gradient(to bottom, #ffe680 0%, #c59a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE680', endColorstr='#C59A00', GradientType=0);
    color: #111; /* good contrast on gold */
}

/* 2nd place — SILVER */
.position .cb {
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #a9a9a9 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #e6e6e6),
        color-stop(100%, #a9a9a9)
    );
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #a9a9a9 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #a9a9a9 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #a9a9a9 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #a9a9a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#A9A9A9', GradientType=0);
    color: #111;
}

/* 3rd place — BRONZE */
.position .rmf {
    background: #f0b37e;
    background: -moz-linear-gradient(top, #f0b37e 0%, #b87428 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #f0b37e),
        color-stop(100%, #b87428)
    );
    background: -webkit-linear-gradient(top, #f0b37e 0%, #b87428 100%);
    background: -o-linear-gradient(top, #f0b37e 0%, #b87428 100%);
    background: -ms-linear-gradient(top, #f0b37e 0%, #b87428 100%);
    background: linear-gradient(to bottom, #f0b37e 0%, #b87428 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0B37E', endColorstr='#B87428', GradientType=0);
    color: #fff;
}

/* Others — GREY */
.position .cf {
    background: #d1d5db;
    background: -moz-linear-gradient(top, #d1d5db 0%, #6b7280 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #d1d5db),
        color-stop(100%, #6b7280)
    );
    background: -webkit-linear-gradient(top, #d1d5db 0%, #6b7280 100%);
    background: -o-linear-gradient(top, #d1d5db 0%, #6b7280 100%);
    background: -ms-linear-gradient(top, #d1d5db 0%, #6b7280 100%);
    background: linear-gradient(to bottom, #d1d5db 0%, #6b7280 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D5DB', endColorstr='#6B7280', GradientType=0);
    color: #fff;
}

.player-pagination {
    width: 100%;
    display: block;
}
.player-pagination .owl-controls {
    display: inline-block;
}
.player-pagination .owl-controls .owl-page {
    display: inline-block;
}
.nav-tabs-team {
}
.nav-tabs-team > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
}
.nav-tabs-team > li > a {
    border: 0;
}
.tab-team {
    position: relative;
}
.tab-team .tab-pane {
    position: relative;
    z-index: 2;
}
.team-tab .tab-pane {
    min-height: 500px;
}
.tab-team:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.nav-team {
    position: relative;
    z-index: 3;
}
.teams {
    float: left;
    width: 33.3333%;
}
.teams-caro {
    float: left;
    width: 66.6666%;
}
.teams-image {
    float: left;
    width: 50%;
}
.teams-description {
    float: left;
    width: 50%;
    color: #fff;
    padding: 30px 20px 0 40px;
    font-weight: 700;
}
.teams-description span {
    color: #d6640c;
}
.team-tab .tab-content {
    padding: 0px 0px;
}
.tab-team-bg {
    background-color: #ffd298;
}
.teams .position {
    font-style: normal;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}
.teams .position:last-child {
    border-bottom: 0;
}
.teams .position.active {
    background-color: rgba(255, 255, 255, 0.8);
}
.teams .position a {
    display: block;
    cursor: pointer;
    color: #000;
}
.teams .position a {
    color: #fff;
}
.teams .position.active a {
    color: #000000;
}

/* ==========================
7. Gallery
============================= */

.section.gallery {
    padding-bottom: 60px;
}
.gallery .page-title .lead {
    color: #d6640c;
}
.popup-gallery {
    margin-right: -5px;
    margin-left: -5px;
}
.popup-gallery .col-md-3,
.popup-gallery .col-sm-3,
.popup-gallery .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
}
.w-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}
.w-item a,
.w-item a img {
    display: block;
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}
.w-item a:hover img {
    -webkit-transform: scale(1.05, 1.07);
    -ms-transform: scale(1.05, 1.07);
    transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.w-item a .project-info {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 50%;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.w-item a .project-info .project-icon {
    position: relative;
    top: -120px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    width: 100%;
    color: #d6640c;
}
.w-item a .project-info .project-icon .fa {
    font-size: 40px;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.w-item a:hover .project-info {
    filter: alpha(opacity=100);
    opacity: 1;
}
.w-item a:hover .project-icon {
    filter: alpha(opacity=100);
    opacity: 1;
    top: -60px;
}
.w-item a:hover .project-icon .fa:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.w-item a:hover .details {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
}

/* ---------------------------------------------
   BLOG / NEWS — modernized, responsive, tidy
----------------------------------------------*/

/* Variables = easy tuning */
:root {
    --thumb-ratio: 16/9; /* 1/1 (square) or 4/3 also look great */
    --body-height: 300px; /* card body height on desktop */
    --body-pad: 25px 22px;
}

/* Base card */
.blog-item {
    margin-bottom: 40px;
    background: #fff;
    display: block;
}

/* Thumbnail */
.blog-item .gambar {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-item .gambar img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1, 1);
    transition: 0.4s all linear;
}
.blog-item:hover .gambar img {
    opacity: 0.8;
    transform: scale(1.05);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

/* Date badge */
.blog-item .date {
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #000;
    color: #999;
    padding: 5px 20px;
    z-index: 2;
}
.blog-item:hover .date {
    background: #fff;
    color: #000;
    bottom: -1px;
}

/* Body */
.blog-item .item-body {
    background: #fff;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0; /* we pad the inner description */
    /* kill float artifacts in old template */
    display: block;
}
.blog-item .item-body .description {
    background: #fff;
    min-height: 0 !important;
    overflow: visible !important;
    padding: var(--body-pad);
    display: block;
}

/* Typography */
.blog-item .item-body .lead {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.blog-item .item-body .lead a {
    color: #000;
    word-break: break-all;
}
.blog-item .item-body .lead a:hover {
    color: #d6640c;
}

/* Read more button */
.blog-item .item-body .readmore {
    color: #d6640c;
    padding: 5px 20px;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    display: inline-block;
}
.blog-item .item-body .readmore:hover {
    background: #d6640c;
    color: #fff;
    border-color: transparent;
}

/* Remove legacy float rules from the old theme */
.blog-item .item-body::after {
    content: none;
}
.blog-item .item-body > div {
    float: none !important;
    width: auto !important;
}

/* ---------------------------------------------
   Desktop / Tablet (≥ 990px): equal heights,
   uniform thumbnails, pinned button
----------------------------------------------*/
@media (min-width: 990px) {
    /* Make columns stretch to tallest card in row */
    #news .row.cards {
        display: flex;
        flex-wrap: wrap;
    }
    #news .row.cards > [class*="col-"] {
        display: flex; /* column itself is a flex item */
    }

    /* Each blog card fills its column’s height */
    .blog-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* Normalize thumbnail height via aspect-ratio */
    .blog-item .gambar {
        width: 100%;
        aspect-ratio: var(--thumb-ratio);
        overflow: hidden;
    }
    .blog-item .gambar img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crop nicely without distortion */
    }

    /* Fixed body height, content flexed */
    .blog-item .item-body {
        height: var(--body-height);
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .blog-item .item-body .description {
        flex: 1 1 auto; /* fills space above the button */
        padding: var(--body-pad);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Keep “Read More” on the bottom, always */
    .blog-item .item-body .readmore {
        align-self: flex-start;
        margin-top: auto; /* pins to bottom of body */
    }

    /* Optional: clamp text for perfect alignment across cards */
    .blog-item .item-body .lead {
        display: -webkit-box;
        -webkit-line-clamp: 6; /* tweak for your copy length */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ---------------------------------------------
   (Optional) Hover background kept white
----------------------------------------------*/
.blog-item:hover .item-body {
    background: #fff;
}

/* ---------------------------------------------
   IMPORTANT: remove these legacy rules entirely
   from the old CSS if they exist:
   .blog-item .item-body > div{ width:50%; float:left; ... }
----------------------------------------------*/

/* general */
.pagination {
    clear: both;
    text-align: left;
    margin-top: 20px;
}
.pagination a {
    padding: 15px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #d6640c;
    background: -moz-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #d6640c),
        color-stop(100%, #c92127)
    );
    background: -webkit-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -o-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -ms-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: linear-gradient(to bottom, #d6640c 0%, #c92127 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6640c', endColorstr='#C92127', GradientType=0 );
}
.pagination a:hover,
.pagination a.active {
    background: #000;
    color: #fff;
}
.pagination .active a {
    background: #000;
    color: #fff;
}
.loadmore {
    clear: both;
    text-align: center;
    margin-top: 20px;
}
.loadmore a {
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #219fda;
    background: -moz-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, #d6640c),
        color-stop(100%, #c92127)
    );
    background: -webkit-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -o-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: -ms-linear-gradient(top, #d6640c 0%, #c92127 100%);
    background: linear-gradient(to bottom, #d6640c 0%, #c92127 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6640c', endColorstr='#C92127', GradientType=0 );
}
.loadmore a:hover {
    background: #000;
    color: #fff;
}

.image-wrap {
    position: relative;
}
.image-wrap .meta {
    background-color: #f4f4f4;
    padding: 0;
    color: #999;
    position: relative;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    line-height: 57px;
}
.image-wrap .meta .blog-author {
    display: inline-block;
    margin-right: 70px;
    font-style: italic;
}
.image-wrap .meta .blog-author .blog-thumb {
    width: 60px;
    float: left;
    margin-right: 20px;
}
.image-wrap .meta .blog-tag {
    display: inline-block;
    margin-right: 40px;
    font-style: italic;
}
.image-wrap .meta .blog-comments {
    display: inline-block;
    font-style: italic;
}
.image-wrap .meta .blog-date {
    position: absolute;
    top: -20px;
    right: 20px;
    background-color: #d6640c;
    color: #fff;
    text-align: center;
    height: 80px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 22px;
}
.image-wrap .meta .blog-date span {
    display: block;
}
.image-wrap .meta .fa {
    margin-right: 20px;
}
.post-item {
    margin-bottom: 60px;
}
.post-item:hover .image-wrap .meta {
    background-color: #fff;
}
.post-item:hover .image-wrap img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.post-item .post-title {
    margin-top: 40px;
}
.post-item .post-title,
.post-item .post-title a {
    font-size: 24px;
    line-height: 30px;
    color: #666;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}
.post-item .post-title a:hover {
    color: #d6640c;
}
.post-item .meta-single {
    font-style: italic;
    color: #999;
}
.post-item .meta-single > div {
    display: inline-table;
}
.post-item .post-read-more {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    clear: both;
    display: inline-block;
    background-color: #d6640c;
    padding: 10px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.post-item .post-read-more:hover {
    color: #fff;
    background-color: #000;
}
.post-item .post-read-more .fa {
    margin-left: 10px;
}
.post-item .carousel-control {
    background-image: none;
}
.post-item .carousel-control span {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid #fff;
    margin-left: 30%;
    padding-top: 13px;
    border-radius: 50%;
}
.post-item .carousel-control .fa {
}
.post-item .carousel-control.right {
    right: 35px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 3px solid #d6640c;
    padding: 40px;
    border-radius: 20px;
}
.pagination > li {
    display: inline-block;
    margin-right: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 13px 20px;
    background-color: #fff;
    border: none;
    color: #666;
    background: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #d6640c;
}

.widget {
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #dadada;
    /* padding: 34px 35px; */
    margin-bottom: 40px;
}
.widget .media {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.widget .media:last-child {
    border-bottom: 0;
}
.widget .widget-heading {
    font-size: 18px;
    color: #d6640c;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    padding: 15px 35px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.widget .widget-wrap {
    padding: 15px 35px;
}
.widget .media-body {
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 500;
}
.widget .media-body .meta-date {
    font-size: 11px;
    line-height: 18px;
    color: #d6640c;
    font-weight: 500;
}
.widget .media-object {
    width: 64px;
    height: 64px;
}
.widget .media-body .meta-comment .fa {
    margin-right: 10px;
}
.widget.categories .list-unstyled li .fa {
    margin-right: 10px;
}
.widget.categories .list-unstyled li {
    padding: 4px 0;
}
.widget.categories .list-unstyled li a {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}
.widget.categories .list-unstyled li a:hover {
    color: #85dbff;
}

.widget .shop-item {
    margin-bottom: 0;
}

.post-item.detail p {
    margin: 15px 0;
}
.post-item.detail blockquote {
    line-height: 20px;
    color: #666666;
    padding: 15px 15px 15px 40px;
    background-color: #e7e7e7;
    border-left: 3px solid #d6640c;
    font-size: 16px;
    line-height: 26px;
}
.author-box {
    padding: 30px 0;
}
.author-box .media-left img {
    width: 100px;
    height: 100px;
}
.author-box .media-body {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 15px;
}
.author-box .media-heading {
    color: #333333;
}
.author-box .media-heading span {
    color: #d6640c;
}
.author-box .media-left {
    padding-right: 20px;
}
.comments-box {
    padding-bottom: 30px;
}
.comments-box .media {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.comments-box .media.reply-comment {
    padding-left: 40px;
}
.comments-box .media-heading {
}
.comments-box .media-heading span {
    color: #d6640c;
}
.comments-box .media-body {
    padding-left: 20px;
    vertical-align: middle;
}
.comments-box .media-left img {
    width: 100px;
    height: 100px;
}
.comments-box .date {
    margin-left: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
.comments-box .title-heading,
.leave-comment-box .title-heading {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
}
.form-comment {
}
.form-comment .form-control {
    padding: 24px 12px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}
.form-comment .btn-default {
    padding: 15px 60px;
    letter-spacing: 2px;
}

/* ==========================
9. Client
============================= */
.stat-client {
    background-color: #29abe2;
}
.bg-client {
    background: url("https://placehold.co/1920x700") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.stat-client.bg-grey {
    background-color: #e9e9e9;
}
.client-img {
    text-align: center;
    margin-bottom: 40px;
}
.client-img img {
    margin: 0 auto;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.client-img:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================
10. FAQ
============================= */
.faq-item {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.faq-item .icon {
    background-color: #29abe2;
    width: 124px;
    height: 124px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 50px;
    margin: 0 auto;
}
.faq-item:hover .icon {
    background-color: #fba301;
}
.faq-item .icon .fa {
    font-size: 30px;
    color: #fff;
}
.faq-item .ket {
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}
.faq-item .ket h4 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}
.panel-faq.panel-group .panel {
    border-radius: 0px;
}
.panel-faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #d6640c;
    border-color: #ddd;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 20px;
}
.panel-faq .panel-default > .panel-heading:before {
    padding: 0 20px 0 10px;
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
}
.panel-faq .panel-default > .panel-heading.active {
    background-color: #000;
}
.panel-faq .panel-default > .panel-heading.active:before {
    content: "\f106";
}
.panel-faq .panel-default {
    border-color: transparent;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-faq .panel-title {
    font-size: 16px;
    display: inline-block;
}
.panel-faq .panel-body p {
    margin: 10px 0;
}
.panel-faq .panel-body {
    padding: 15px 30px;
    background-color: #f8f8f8;
    margin-top: 4px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
.panel-title > a,
.panel-title > a:active,
.panel-title > a:focus {
    color: inherit;
    text-decoration: none;
    display: block;
}
.faq-list {
    margin: 0;
    padding: 0;
}
.faq-list li {
    list-style: none;
}
.faq-list li .fa {
    color: #d6640c;
    font-size: 14px;
    margin-right: 10px;
}
.faq-item-image {
    position: relative;
    width: 100%;
    text-align: center;
}
.faq-item-image img {
    display: block;
}

/* ==========================
11. Shop
============================= */
.sidenav {
}
.sidenav .sidenav-heading {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sidenav a {
    color: #666;
    font-weight: 700;
    display: block;
    padding: 10px 0;
}
.sidenav a:before {
    content: "+";
    display: inline-block;
    margin-right: 5px;
}
.sidenav a:hover,
.sidenav a.active {
    color: #d6640c;
}
.shop-item {
    margin-bottom: 40px;
}
.shop-item .gambar {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-item .gambar img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
    background-color: #fff;
}
.shop-item:hover .gambar img {
    filter: alpha(opacity=80);
    opacity: 0.8;

    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.shop-item .item-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center; /* centers the button */
    height: 160px;
}
.shop-item:hover .item-body {
    background-color: #fff;
}
.shop-item .item-body .name {
    color: #000;
    margin-bottom: 20px;
    height: 48px;
    overflow: hidden;
}
.shop-item .item-body .price {
    font-size: 14px;
    color: #8cc63f;
    line-height: 22px;
    display: block;
    font-weight: bold;
}
.shop-item .item-body .shop-buy {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #d6640c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F50607', endColorstr='#C2262C', GradientType=0 );
}

.shop-item .item-body .shop-buy:hover {
    background: #a74e0a;
}

/* ==========================
12. Contact
============================= */
.contact-content {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-content .contact-title {
    color: #d6640c;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.shake {
    margin-bottom: 40px;
}
.shake:after {
    clear: both;
    width: 100%;
    display: block;
    content: "";
}
.shake .form-control {
    padding: 24px 12px;
    border-radius: 0;
    background-color: transparent;
}
.shake .form-control:hover,
.shake .form-control:focus {
    outline: 0;
    border: 1px solid #d6640c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shake .btn-default {
    padding: 15px 25px;
    background-color: #d6640c;
    border-color: #d6640c;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
.shake .btn-default:active,
.shake .btn-default:visited,
.shake .btn-default:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
p.help-block.text-danger li {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    color: #d6640c;
}
.alert-danger {
    color: #333031;
    background-color: #ffedc4;
    border-color: #d6640c;
}
.form-question {
    padding-right: 40px;
}
.form-question .form-horizontal .control-label {
    text-align: left;
    font-weight: 700;
}
.has-error .control-label {
    text-align: left;
    font-weight: 700;
}
.contact-address {
}
.contact-address-item {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 18px;
}
.contact-address-heading {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
}
.maps-wraper {
    position: relative;
}
.maps {
    width: 100%;
    height: 380px;
    display: block;
    background: #ccc;
    position: relative;
}
#google-container {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #000;
}
#cd-google-map {
    position: relative;
    overflow: hidden;
}
#cd-google-map .col-md-12 {
    padding: 0;
}
#cd-google-map .address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
    position: relative;
    padding-left: 44px;
}
#cd-google-map .address .address-item i {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 4px;
    color: #fcfcfc;
    font-size: 22px;
    text-align: center;
    line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(255, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: rgba(255, 0, 0, 1);
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
#cd-zoom-out {
    background-position: 50% -32px;
}

/* ==========================
13. Footer
============================= */
.footer {
}
.f-desc {
    background-color: #252525;
    color: #fff;
    padding: 50px 0;
}
.fcopy {
    background-color: #202020;
    color: #999;
    padding: 20px 20px;
}
.footer-item {
    line-height: 20px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 250px;
}
.footer-sosmed {
    margin-top: 20px;
}
.footer-sosmed .item {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-table;
    padding-top: 5px;
    border-radius: 50%;
}
.footer-sosmed .item:hover {
    background-color: #fff;
    color: #252525;
}
.footer-sosmed .item .fa {
    font-size: 16px;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-title {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    margin-bottom: 40px;
}
.footer-title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 10px;
    border-bottom: 2px solid #d6640c;
}
.footer-blog-item {
    padding-left: 30px;
    margin-bottom: 15px;
}
.footer-blog-item:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #d6640c;
    float: left;
    padding-left: -20px;
    margin-left: -26px;
    font-size: 16px;
}
.footer-blog-item .footer-blog-lead {
    line-height: 20px;
    color: #999999;
    font-weight: 400;
}
.footer-blog-item .footer-blog-lead a {
    color: #999999;
}
.footer-blog-item .footer-blog-lead a:hover {
    color: #fff;
}
.footer-blog-item .footer-blog-date {
    font-size: 12px;
    line-height: 17px;
    color: #d6640c;
    margin-top: 5px;
}
.sitemap {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.sitemap:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}
.sitemap li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #d6640c;
    float: left;
    margin-right: 20px;
    font-size: 16px;
}
.sitemap li {
    padding: 6px 0;
}
.sitemap li a {
    color: #999999;
}
.sitemap li a:hover {
    color: #fff;
}
.footer-getintouch {
}
.footer-getintouch-item {
    clear: both;
    margin-bottom: 10px;
    content: "";
}
.footer-getintouch-item .icon {
    font-size: 18px;
    color: #29abe2;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
.footer-getintouch-item .icon .fa {
    font-size: 16px;
}
.footer-getintouch-item .desc {
    float: left;
    margin-bottom: 10px;
}
.footer-getintouch-item .desc .desc-1 {
    width: 60px;
    float: left;
}
.footer-getintouch-item .desc .desc-2 {
    width: 10px;
    float: left;
}
.footer-getintouch-item .desc .desc-3 {
    float: left;
}
.footer-form .form-control:hover,
.footer-form .form-control:focus {
    background-color: #000;
    outline: 0;
    border: 1px solid #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
}
@media (max-width: 992px) {
    .info .info-item {
        margin-right: 20px;
    }
    .services-item-image img {
        position: static;
    }
    .work-info-icon {
        margin: 30px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .work-info-body {
        float: left;
        margin: 10px 0 0 0px;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .navbar-main .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1049px) {
    .work-info {
        position: static;
    }
    .work-info .container {
        padding-right: 0;
        padding-left: 0;
    }
    .banner,
    .subbanner {
        margin-top: 50px;
    }
    .banner .caption {
        position: absolute;
        top: 150px;
        left: 20px;
        right: 20px;
    }
    .carousel-caption {
        top: 0;
        bottom: 0;
        padding-bottom: 0;
    }
    .work-info-item {
        width: 100%;
    }
    .navbar-main .navbar-nav > li > a {
        min-height: auto;
        padding-top: 0px;
    }

    .testimonials-item .quote-box {
        margin-left: 110px;
    }
    .about-wrap {
        margin-left: 0px;
    }
    .work-info-icon {
        margin: 30px 0 0 30px;
        width: 60px;
        text-align: left;
    }
    .work-info-body {
        float: left;
        margin: 30px 0 0 0;
        width: auto;
        text-align: left;
    }
    .nav-tabs > li {
        width: 100%;
    }
    .nav-history:after {
        background-color: transparent;
    }
    .nav-history a {
        margin: 0 10px 5px 10px;
    }
    .history-item .gambar {
        width: 100%;
        float: none;
    }
    .history-item .item-body {
        width: 100%;
        float: none;
        padding: 20px 0 20px 0;
    }
    .teams {
        float: none;
        width: 100%;
    }
    .teams-caro {
        float: none;
        width: 100%;
    }
    .teams-image {
        float: none;
        width: 100%;
    }
    .teams-description {
        float: none;
        width: 100%;
        padding: 30px 20px 0 20px;
    }
}
@media (max-width: 1049px) {
    .services-item-image img {
        position: static;
    }
}
@media (max-width: 479px) {
    .image-wrap .meta {
        display: none;
    }
    .image-wrap .meta div {
        width: 50%;
        font-size: 10px;
        line-height: 10px;
    }
    .image-wrap .meta div:nth-child(2) {
        display: none;
        line-height: 10px;
    }
    .image-wrap .meta .fa {
        display: none;
    }
    .media-left,
    .media-right,
    .media-body {
        display: block;
    }
    .comments-box .date {
        margin-left: 10px;
    }
    .media-body {
        width: auto;
    }
    .comments-box .media-body {
        padding-left: 0px;
    }
}

/* --- Lost Desert section fixes --- */

/* center the content inside each column */
.stat-facts .col-sm-4,
.stat-facts .col-md-4 {
    text-align: center;
}

/* make the preview tiles uniform and centered */
.stat-facts .match-club {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; /* keep existing spacing */
}

.stat-facts .match-club img {
    display: block;
    width: 100%;
    max-width: 600px; /* bigger desktop tile width */
    aspect-ratio: 3 / 3;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

/* center the game titles under the images */
.stat-facts .club-name {
    margin-top: 10px;
    text-align: center;
}

/* responsive tweaks */
@media (min-width: 1200px) {
    .stat-facts .match-club img {
        max-width: 600px;
    } /* up from 500 */
}
@media (max-width: 991px) {
    .stat-facts .match-club img {
        max-width: 480px;
    } /* up from 400 */
}
@media (max-width: 1049px) {
    .stat-facts .match-club img {
        max-width: 400px;
    } /* up from 350 */
    .stat-facts .row > [class*="col-"] {
        margin-bottom: 24px;
    }
}

/* Base tightening */
.navbar-main {
    background-color: #252525;
    border-color: transparent;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.navbar-main .navbar-nav > li > a {
    padding: 10px 22px;
}
.navbar-main .navbar-nav > li > a {
    padding-top: 30px;
    min-height: 80px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 1049px) {
    /* remove tall top bar + ticker */
    .header-top,
    .info {
        display: none !important;
    }

    /* tighter link paddings in collapsed menu */
    .navbar-main .navbar-nav > li > a {
        padding: 10px 15px;
        min-height: auto;
        line-height: 20px;
        font-size: 13px;
    }

    /* make hover/active understated on mobile */
    .navbar-main .navbar-nav > li > a:hover,
    .navbar-main .navbar-nav > li > a:focus,
    .navbar-main .navbar-nav > li.active > a {
        background: rgba(255, 255, 255, 0.05);
    }

    /* show burger bars clearly */
    .navbar-toggle {
        margin: 8px 0;
    }

    /* hide desktop auth badge on xs (we also did hidden-xs in markup) */
    .nav-auth-wrapper {
        display: none !important;
    }
}
/* keep dropdown clean */
.dropdown-menu {
    border: 4px #d6640c;
    border-radius: 0;
}