/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: myriadbold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

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

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.home{
    
    background-image: url(../img/bkbg.jpg);
    background-size: cover;
}
.footer{
    background-color: #e6e7e9;
    margin-top: 30px;
    padding:10px 0 0 0;
    text-align: center;
    color: #444444;
    font-family: myriadreg;
}
.footer p{
    text-align: center;
}
.copy a{
    color:inherit;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
    .navbar{
        margin-bottom: 0;
    }
    .navbar-inverse{
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle {
        background-color: #333; 
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #e9192f;
        border-color: #e9192f;
    }
    .carousel-indicators{
        display: none;
    }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /*border-radius: 4px;*/
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .navbar-nav{
    float:right;
  }
  .navbar-wrapper{
    background-color:rgba(255,255,255,0.7);
    border:none;
  }
  .navbar-inverse {
    background-color:rgba(255,255,255,0.0);
    border:none;
  }

}
.dropdown-menu > li, .dropdown-menu > li{
    text-transform: uppercase;
    font-family: myriadbold;
    font-size: 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    /*color:#e61c31;*/
    color:#f8a208;
    
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  /*width:100%;*/
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar{
    margin-bottom: 0;
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.navbar{
    font-family: myriadbold;
    font-size: 20px;
    color:#3c3c3c;
}
.navbar-inverse .navbar-nav > li > a{
    color:#3c3c3c;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover{
    /*color:#e9192f;*/
    color:#f8a208;
    
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 2px 15px;
  width: auto;
}
p{
    text-align: justify;
}
.pb, .fsd, .hg, .ll, .pg, .fg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    text-align: left;
    padding: 3px 0 0 30%;
    margin:10px 0;
    height:150px;
    max-height: 150px;
    position: relative;
}
.home-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-image:url(../img/home/gradasi.png);
    background-position: center;
    background-size: cover;
    padding: 5px 5px 2px;
}
.home h1{
    /*color:#e61c31;*/
    color:#f8a208;
    font-size: 25px;
    margin: 0 5px 0 0;
    font-family: myriadbold;
    text-transform: uppercase;
}
.home h2{
    color:#444444;
    font-size: 15px;
    margin: 0 5px 0 0;
    font-family: myriadreg;
    text-transform: uppercase;
}
.home p{
    color:#444444;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-family: myriadreg;
}
.home button{
    border: none;
    background-color: #e71e30;
    color: white;
    font-family: myriadbold;
    text-transform: uppercase;
    padding-top: 2px;
}
.home a{
    color: #444444;
}
.home a:hover{
    text-decoration: none;
    color: #444444;
}
.home a:hover h1{
    color: #444444;
}
.home a:hover button{
    background-color: #444444;
}
.home a:hover .pb{
    /*background-image: url('../img/pb-bg2.jpg');*/
    background-image: url('../img/home/pintu-baja-2.jpg');
}
.pb{
    /*background-image: url('../img/pb-bg.jpg');*/
    background-image: url('../img/home/pintu-baja.jpg');
}
.home a:hover .hg{
    /*background-image: url('../img/hg-bg2.jpg');*/
    background-image: url('../img/home/hollow-gypsum-2.jpg');
}
.hg{
    /*background-image: url('../img/hg-bg.jpg');*/
    background-image: url('../img/home/hollow-gypsum.jpg');
}
.home a:hover .fg{
    /*background-image: url('../img/fg-bg2.jpg');*/
    background-image: url('../img/home/folding-gate-2.jpg');
}
.fg{
    /*background-image: url('../img/fg-bg.jpg');*/
    background-image: url('../img/home/folding-gate.jpg');
}
.home a:hover .pg{
    /*background-image: url('../img/pg-bg2.jpg');*/
    background-image: url('../img/home/pintu-garasi-2.jpg');
}
.pg{
    /*background-image: url('../img/pg-bg.jpg');*/
    background-image: url('../img/home/pintu-garasi.jpg');
}
.home a:hover .ll{
    /*background-image: url('../img/ll-bg2.jpg');*/
    background-image: url('../img/home/lain-lain-2.jpg');
}
.ll{
    /*background-image: url('../img/ll-bg.jpg');*/
    background-image: url('../img/home/lain-lain.jpg');
}
.home a:hover .fsd{
    /*background-image: url('../img/fsd-bg2.jpg');*/
    background-image: url('../img/home/steel-door-2.jpg');
}
.fsd{
    /*background-image: url('../img/fsd-bg.jpg');*/
    background-image: url('../img/home/steel-door.jpg');
}
.home-desc2{
    margin:10px 0;
}
.home-desc{
    background-color: #444444;
    height: 100%;
    padding: 5px 10px 0px 5px;
    
}
.home-desc h1{
    
}
.home-desc p{
    color: white;
    text-align: justify;
    margin:5px 0;
    font-size: 14px;
}
@media (min-width: 768px) {
    .row-eq-height{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.webcon5{
    /*background-color:#f2f2f2;*/
    background-color: white;
    margin: 10px 0 0;
    padding:20px 10px 10px 10px;
}
.webcon5 img{
    margin:10px 10px 10px 0;
    width: 100%;
}

.webcon4{
    background-color:#f2f2f2;
    margin: 10px 0 0;
    padding:20px 10px 10px 10px;
    text-align: center;
}
.webcon4 img{
    margin:5px;
}
.colorset{
    display: none;
}
.color{
    display: inline-block;
    height: 25px;
    width: 25px;
    content: " ";
    color: rgba(0,0,0,0);
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid black; 
}
.color:hover{
    border: white;
}
.just{
    text-align: justify;
}
.prev{
    float:left;
}
.next{
    float:right;
}
.clear{
    clear: both;
}
@media (min-width: 768px) {
    /*.webcon4 img{
        width:31%;
    }*/
}
.webcon3{
    /*background-color:#e6e7e9;*/
    margin-bottom: 10px;
    padding:20px 10px 10px 10px;
    background-image: url(../img/bkbg.jpg);
    background-size: cover;
    
}
.webcon3 h1{
    color: white;
}
.webcon4 h1{
    color:#5a5a5a;
}
.webcon2{
    /*background-color:#e6e7e9;*/
    margin-bottom: 10px;
    background-image: url(../img/bkbg.jpg);
    background-size: cover;
}
.webcon{
    /*background-color:#e6e7e9;*/
    padding: 5px 10px;
    height:100%;
    color: white;
}
.webcon h1, .webcon3 h1, .webcon4 h1{
    width:100%;
    font-size: 25px;
    border-bottom: solid 2px;
    margin:0;
    padding:0;
    font-family: myriadbold;
    text-transform: uppercase;
}
.webcon h2{
    font-size: 20px;
    width:100%;
    margin:10px 0 0 0;
    font-family: myriadbold;
    text-transform: uppercase;
}
.webcon5 h1{
    color: #5a5a5a;
}
.webcon p{
    font-family: myriadreg;
}
#map {
    width: 100%;
    height: 400px;
    margin:10px 0;
}
.img-prdt{
    max-width: 190px;
    max-height: 330px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-prdt2{
    height:335px;
    position: relative;
}
.prdt-dsc{
    height:1px;
    max-height: 1px;
}
.sosmed{
    margin-bottom: 10px;
}
.sosmed img{
    width:30px;
    margin-right: 5px;
}
.sosmed a{
    margin: 0 20px;
    color:#444444;
}
.sosmed2{
    margin-bottom: 10px;
    font-family: myriadreg;
}
.sosmed2 img{
    width:20px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.sosmed2 a{
    /*color:#444444;*/
    color: white;
}
.sidemenu{
    height: 100%;
    padding: 10px 10px 0 10px;
    background-color:#a8a9ad;
    font-family: myriadbold;
}
.sidemenu h1{
    margin:0 auto;
    text-align: center;
    width:100%;
    font-size: 30px;
    text-transform: uppercase;
    color: #444444;
}
.sidemenu ul{
    padding:0;
    margin:0;
    width:100%;
}
.sidemenu ul li{
    list-style: none;
    width:100%;
}
.sidemenu ul li a{
    display: block;
    padding:3px 10px;
    width:100%;
    color:#fff;
    background-color:#e61d30;
    text-transform: uppercase;
    font-size: 15px;
    margin:2px 0;
}
.sidemenu ul li a:hover{
    background-color:#58595b;
    text-decoration: none;
}
.button{
    /*background-color:#e61d30;*/
    background-color:#f8a208;
    color:#fff;
    padding:3px 10px;
    font-family: myriadbold;
    text-transform: uppercase;
}
.button:hover{
    color:#fff;
    background-color:#58595b;
    text-decoration: none;
}
.space{
    content: " ";
    height:20px;
}
.product-list{
    position: relative;
    text-align: justify;
    color:black;
    background-color: white;
    width: 200px;
    padding:5px 5px 30px 5px;
}
.product-list img{
    width: 190px;
}
.product-list p{
    font-size: 12px;
    height: 1px;
    width: 160px;
}

.product-list .new{
    position: absolute;
    right: 0;
    top:0;
    background-image: url(../img/new2.png);
    content: ' ';
    width:48px;
    height: 43px;
}
.product-list .name{
    position: absolute;
    bottom: 0;
    right:0;
    text-transform: uppercase;
    /*background-color: #e61d30;*/
    background-color:#f8a208;
    color: white;
    font-family: myriadbold;
    padding:5px 5px 2px 5px;
}
.product-list h2{
    color: #e61d30;
    font-family: myriadbold;
    font-size: 20px;
}
.fitur{
    margin: 10px auto;
    text-align: center;
    /*width: 100%;*/
}
#pictures{
    text-align: center;
}
#pictures img{
    max-height:400px;
    margin: auto;
}
.fitur-list ul{
    padding-left: 15px;
    margin-top: 20px;
    font-family: myriadbold;
    /*color:#e61d30;*/
    color:#f8a208;
    text-transform: uppercase;
    list-style: decimal;
    font-size: 20px;
    
}
.fitur-list ul li{
    cursor: pointer;
}
.fitur-list ul li:hover{
    color:#444444;
}
ul.product-list2{
    text-align: center;
    width:100%;
    
    padding:0;
    margin: auto;
}
@media (max-width: 767px){
    ul.product-list2{
        max-width: 252px;
    }
}

@media (min-width: 768px){
    ul.product-list2{
        max-width: 648px;
    }
}
@media (min-width: 1200px){
    ul.product-list2{
        max-width: 1080px;
    }
}
ul.product-list2 li{
    list-style: none;
    /*display: inline-table ;*/
    margin:10px 8px;
    width:200px;
    float: left;
    
}
.product-list2 a:hover{
    text-decoration: none;
}
.item3{
    background-color: #d2d3d5;
    padding: 20px;
    margin: 10px 0 0 0;
    font-family: myriadreg;
}
.item3 h1{
    color:#e61d30;
    text-decoration: none;
    border:none;
}
.item3 .price{
    font-family: myriadbold;
    color:white;
    background-color: #e61d30;
    width: auto;
    padding: 5px 5px 3px 5px;
}
.item3 p{
    margin:10px 0;
    text-align: justify;
}
.item3 .preview{
    max-width: 80%;
    max-height: 400px;
    margin: 0 auto;
}
.item2{
    text-align: center;
}
.item3 ul{
    margin: 10px auto;
    padding:0;
}
.item3 ul li{
    margin: 0 3px;
    width: 100px;
    height: 100px;
    max-height:100px;
    list-style: none;
    display: inline-table;
    cursor: pointer;
    
}
.item3 ul li img{
    width: 100%;
}
.img-con{
    width: 100px;
    height: 100px;
    background-size: cover;
    content: " ";
    /*overflow: hidden;*/
}
@media (max-width: 767px){
    .product-list{
        width: 110px;
    }
    .product-list img{
        width: 100px;
    }
    .img-prdt2{
        height:215px;
        position: relative;
    }
    ul.product-list2 li {
        width: 110px;
    }
}
.gallery-img{
    max-width:200px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}