#page_navigation a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:#666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.active_page{
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #640c16 !important;
    border-color: #337ab7;
}
/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family : Montserrat-Light;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family : Montserrat-Light;
}

a:focus
{
    outline:none !important;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */



@media (max-width: 2000px) {
    header.carousel {
        height: 74%;
        margin-top:40px;
    }
    .web_view
    {
        display:block;
    }
    .mobile_view
    {
        display:none;
    }
}

@media (max-width: 1366px) {
    header.carousel {
        height: 79%;
        margin-top:30px;
    }
    .web_view
    {
        display:block;
    }
    .mobile_view
    {
        display:none;
    }
}

@media (max-width: 1100px) {
    header.carousel {
        height: 60%;
        margin-top:40px;
    }
    .web_view
    {
        display:block;
    }
    .mobile_view
    {
        display:none;
    }
}

@media (max-width: 900px) {
    header.carousel {
        height: 50%;
        margin-top:40px;
    }
}

@media (max-width: 750px) {
    header.carousel {
        height: 40%;
        margin-top:40px;
    }
    .web_view
    {
        display:block;
    }
    .mobile_view
    {
        display:none;
    }
}


@media (max-width: 550px) {
    header.carousel {
        height: 32% !important;
        margin-top:50px;
    }
}

@media (max-width: 450px) {
    header.carousel {
        height: 22% !important;
        margin-top:50px;
    }
    .web_view
    {
        display:none;
    }
    .mobile_view
    {
        display:block;
    }
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background:no-repeat;
    background-size: cover;

    background-position: top center;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {

    margin: 0px 0;
    width:100% !important;
}

.footer {
    font-family:monserrat-light !important;
}

.footer-createdby {
    display: absolute;
    bottom: 5px;
    float: right;
    color: #900;
}

.footer-createdby a {
    color: #900;
}

.footer-createdby a:active {
    color: #900;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


.title_text
{
    color:#8f242f;
    padding-bottom:5px;
    border-bottom:#e8e8e8 2px solid;
}

.borderless td
{
    border:none !important;
    vertical-align:middle !important;
}

.product_border
{
    border-right:solid 2px #e8e8e8;
    /*border-bottom:solid 2px #e8e8e8;*/
}

#tentang_kami .product_border
{
    border-right:solid 2px #e8e8e8;
    border-bottom:solid 2px #e8e8e8;
    padding-bottom:10px;
    padding-top:10px;
}



.clients {
    margin-bottom: 20px;
}
.clients .client-entry img {
    opacity: .7;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients .client-entry img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}


.clients-nav-btm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clients-nav-btm li a {
    content: '';
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 60px;
    top: 50%;
    opacity: .5;
    background-image: url(../image/arrows.png);
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}
.container .clients-nav-btm  li a:hover {
    background-image: url(..image/arrows.png);
    background-repeat: no-repeat;
    background-color: #fff;
}

.clients-nav-btm li.prev a, .clients-nav-btm li.prev a:hover {
    left: -35px;
    background-position: 8px center;
}
.clients-nav-btm li.next a, .clients-nav-btmli.next a:hover {
    right: -35px;      
    background-position: -35px center;
}

.footer {

    background-color: #640c16;
    color:#FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer ul li
{
    margin-left:-25px;
}


.navbar .col-sm-12 a
{
    color:#FFF;
}

.nav li a
{
    color:#FFF !important;
    font-weight:600;
    font-family: Montserrat-Light;
}


@media (min-width: 992px) and (max-width: 1200px) {
    header.carousel {
        margin-top:10px;
    }
    #mobile
    {
        float:right;
    }
    .ini_logo
    {
        height:30px;
    }
    .src_group
    {
        width:200px !important;
    }
    .head_contact
    {
        display:none;
        font-family : Montserrat-Hairline;
    }

}

@media (min-width: 150px) and (max-width: 991px) {
    #mobile
    {
        float:right;
    }
    .ini_logo
    {
        height:30px;
    }
    .src_group
    {
        width:100px !important;
    }
    .head_contact
    {
        display:none;
        font-family : Montserrat-Hairline;
    }
    .nav li a
    {
        font-size:10px !important;
        font-family: Montserrat-Light;
    }

}



@media (max-width: 1024px) {
    /*	#web
            {
                    display:none;
            }*/
}

@media (min-width: 1023px) {
    #mobile
    {
        display:none;
    }
}

#mobile
{
    display:none;
}



@media (max-width: 991px) {
    .navbar-inverse {
        background:#7b161b !important;
    }

}




@media (min-width: 992px) and (max-width: 1166px)  {
    .navbar-inverse {
        background-color: #7c161c;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;
        background-position: 0% 0%; 
    }
    .navbar {
        min-height: 35% !important;
    }	
}


@media (min-width: 1167px) and (max-width: 1366px)  {
    .navbar-inverse {
        background-color: #7c161c;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;
        background-position: 0% -5%; 
    }
    .navbar {
        min-height: 35% !important;
    }

}



@media (min-width: 1367px) {
    .navbar-inverse {
        background-color: #7c161c;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;
        background-position: 0% -8%; 
    }
    .navbar {
        min-height: 28% !important;
    }
}

.navbar-inverse {
    background-color: #7c161c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

.spec_color
{
    color:#6d0f19 !important;
    font-weight:bold;
}
.spec_color2
{
    color:#186a88 !important;
}




.product_border_hover:hover
{
    box-shadow:0px 0px 5px #999;
}

#tentang_kami p
{
    color:#505253;
    font-family:roboto_italic;
}

.roboto_bold
{
    color:#505253;
    font-family:roboto_bold;
}


@font-face {
    font-family: 'mala';
    src: url('../fonts/mala.ttc');
}
@font-face {
    font-family: 'roboto_regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'roboto_thin';
    src: url('../fonts/Roboto-Thin.ttf');

}
@font-face {
    font-family: 'roboto_italic';
    src: url('../fonts/Roboto-Italic.ttf');
}
@font-face {
    font-family: 'roboto_bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'dpro';
    src: url('../fonts/DINPro-Regular_13937.ttf');
}

@font-face {
    font-family: 'mpro';
    src: url('../fonts/Myriad-Pro_31655.ttf');
}


@font-face {
    font-family: 'din1451';
    src: url('../fonts/DIN 1451 Std Engschrift.otf');
}


.product_border .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:10px !important;
    font-weight:bold;
}

#hubungi_kami .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:4px !important;
    font-weight:bold;
}

#product .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:4px !important;
    font-weight:bold;
}

#product_detail .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:4px !important;
    font-weight:bold;
}

#cart .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:4px !important;
    font-weight:bold;
}

#checkout .btn-default
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:4px !important;
    font-weight:bold;
}

#hubungi_kami form label
{
    color:#6d0f19 !important;
    border-radius:0px;
}
#hubungi_kami form input
{
    border-radius:0px;
}
#hubungi_kami form textarea
{
    border-radius:0px;
}

#checkout form label
{
    color:#6d0f19 !important;
    border-radius:0px;
}
#checkout form input
{
    border-radius:0px;
}

#checkout form textarea
{
    border-radius:0px;
}

#product_detail .btn-sm
{
    color: #fff;
    background-color: #891824;
    border-color: #891824;
    border-radius:5px !important;
    font-weight:bold;
    padding:2px 15px 2px 15px;
}



.nav li a
{
    font-size:12px;
    font-family: Montserrat-Light;
}

.bot_background
{

    margin-top:-500px;
    margin-bottom:-68px;
    width:100%;
    height:600px;
    position:relative;
    bottom:0px;
    bottom:0px;
    background:url(../image/back_latest_news.png)no-repeat bottom center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}

.bot_border
{
    border-top:solid 2px #e8e8e8;
}


.src_group
{ 
    margin-top:-2px; 
    border-radius:0px; 
    width:300px;
}

.src_head
{
    height:25px;  
    font-size:12px;
    color:#891824;
    font-style:italic;

    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.src_head:focus
{
    box-shadow:none;
    border-right:none;
}
.src_btn
{
    height:25px;
    color:#891824; 
    font-size:8px;
    border-left:none;
}

.navbar-nav li a:hover
{
    color:#055673 !important;
}

.rat h2 a
{
    color:#7c161c !important;
}

.rat h2 a:hover
{
    color:#055673 !important;
    text-decoration: none !important;
}

.arc li
{
    margin-bottom:10px;
    font-size:13px;
    font-family:roboto_regular;
}


.modal-content
{
    border-radius:0px !important;
    padding:30px 40px 30px 40px; 
    font-weight:bold; 
    color:#505253;
}

.location_menu
{
    border:none !important;
}

.location_menu li
{
    border:none !important;
}

.location_menu li a
{
    border:none !important;
    color:#000 !important;
}

.location_menu li a:hover
{
    background:none !important;
}

.location_caption
{
    background:#000;
}



.lan
{
    margin-top:-10px;
}
.lan li a
{
    margin-right:-5px;
    background:none !important;
    font-size:13px;
}

.lan .dropdown-menu
{
    background:#761618;
}

.lan li a:hover
{
    background:none !important;
}

.lan li a:focus
{
    background:none !important;
}
.lan li a:active
{
    background:none !important;
}

.lan .btn
{

    border:none !important;
}

@font-face
{
font-family: Montserrat-Light;
src: url('../fonts/Montserrat-Light.otf');
}

@font-face
{
font-family: Montserrat-Regular;
src: url('../fonts/Montserrat-Regular.otf');
}

@font-face
{
font-family: Montserrat-Hairline;
src: url('../fonts/Montserrat-Hairline.otf');
}

@font-face
{
font-family: Montserrat-Bold;
src: url('../fonts/Montserrat-Bold.otf');
}

@font-face
{
font-family: Montserrat-Black;
src: url('../fonts/Montserrat-Black.otf');
}

.header-nav-top{
    font-family : Montserrat-Hairline;
}

.monserrat-light {
    font-family : 'Montserrat-Light';
}

.montserrat-regular{
    font-family : 'Montserrat-Regular';
}

.montserrat-bold{
    font-family: 'Montserrat-Bold';
}


.home_bot_fot p
{
    font-family: 'Montserrat-Light';
    font-size:12px;
}

.home_bot_fot a.spec_color
{
    font-family: 'Montserrat-Light';
    text-shadow:0px 0px 0px #000;
    text-decoration:underline;
}
    
.tab-content .tab-pane ul li a{
    color: #ffffff;
    font-family: 'Montserrat-Light';
}