

body{
   font-family: 'Anton', sans-serif;
}

.font-roboto{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

header .row,
.about .row,
.content .row,
footer .row,
.middle-xs,
.product-content .row{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header{
	padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 9px 31px 0px;
    position: fixed;
    z-index: 20;
    background-color: #eb1c24;
    width: 100%;
}

header .navbar-nav>li>a{
   font-family: 'Anton', sans-serif;
    color: #ffffff;
    font-size: 24px;
    padding-left: 21px;
    padding-right: 21px;
}


header .topmenu .navbar-nav>li>a {
    color: #fbca3f;
    font-size: 14px;
    text-transform: uppercase;
}

header img {
    border-radius: 100%;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fbca3f;
}

.about {
    background-image: url(../images/5.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: auto;
    border-bottom: 5px solid #fbca3f;
}

.aboutleft{
    padding: 30% 0;
}

.aboutleft h1{
   font-family: 'Anton', sans-serif;
    font-size: 48px;
    line-height: 64px;
    color: #FFF;
    margin: 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.aboutleft .aboutdesc{
   font-family: 'Anton', sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #FFF;
    max-width: 695px;
    padding-bottom: 40px;
    margin: 0px;    
}

a{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.btn-about {
    padding: 10px 35px;
    background-color: #fbca3f;
    color: #bc3b1b;
    border-radius: 0;
    text-transform: uppercase;
   font-family: 'Anton', sans-serif;
    font-size: 16px;
}

.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#myModal .modal-body{
    padding: 0;
}

#myModal .modal-body img{
    border-radius: 0 0 4px 4px
}

button.close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    font-weight: 300;
}

.aboutright img{
    float: right;
    border:8px solid #ffffff;
}

.img-container-fade {
    position: absolute;
    overflow: hidden;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0.6;
}

.img-content-left{
    background-image: url("../images/11.jpg");
    padding: 100px 0;
    background-size: cover;
    background-position: right;
}

.img-content-right{
    background-image: url("../images/12.jpg");
    padding: 100px 0;
    background-size: cover;
    background-position: left;
}

.content h2 {
    color: #ffffff;
    margin: 25px;
    text-transform: uppercase;
   font-family: 'Anton', sans-serif;
    font-size: 45px;
    line-height: 45px;
}

.content p {
    color: #ffffff;
    margin: 25px 10%;
    font-size: 25px;
    text-align: justify;
}

.copyright {
    padding: 30px 0;
    background: #cc0102;
    color: #ffffff;
    letter-spacing: 1.2px;
}

footer{
    padding: 50px 0;
    background-color: #eb1c24;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer a{
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

footer a:hover{
    color: #fcb630;
    text-decoration: none;
}

footer dd{
    padding: 0 0 24.5px 0;
}
/*Footer*/
footer img {
    border-radius: 100%;
    max-width: 30%;
}



/*======-----ABOUT.HTML-----======*/
.about-detail{
    background-color: #ffffff;
    padding-bottom: 50px;
    color: #333;
    text-align: justify;
}

.img-about-detail{
    margin-bottom: 50px;
}

.home-hero {
    top: 0px;
    display: block;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-img {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 100%;
}


.mhero-img {
    display: none;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    width: 100%;
}

.hero-content .content {
    position: relative;
    top: 25%;
    max-width: 610px;
    float: right;
    margin: 0 40px;
}

.hero-content h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 6px 0;
    display: block;
}

.hero-content p {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    position: relative;
    top: -20px;
    margin-left: 82px;
}

.hero-content {
    position: absolute;
    height: 600px;
}

.home-hero{
    padding-top: 50px;
}

.product-content{
    padding: 50px 0;
}

.bgcontact{
    background-color: #960007;
    color: #ffffff;
}

.career ul{
    position: relative;
    left: -22px;
}

.pbottom30{
    padding-bottom: 50px;
}

h4.text-center.infodetail {
    line-height: 1.5;
    padding: 20px 0 0 0;
}

.black{
    color: #333;
}

.font-dc-storage {
    font-size: 31px;
    position: relative;
    top: 7px;
    color: #0098d4;
}

.blue{
    color: #0098d4;
}

.career .thumbnail {
    min-height: 350px;
}

.img-oval{
    border-radius: 10%;
}

.boxleft {
    background: #eee;
    padding: 16px 30px;
    border-radius: 10%;
}

.product-content .jumbotron p{
    text-align: justify;
}

.content h1 {
    position: relative;
    right: -20px;
}

.bgcontact {
    /*background-image: url(../gambar/annie-spratt-143539.jpg);
    background-size: cover;*/
    background-color: #ffffff;
}

.bgcontact p{
    font-size: 20px;
    color: #333;
}

.jumbotron ol{
    font-size: 18px;
}

.about-detail .carousel-control.left,
.about-detail .carousel-control.right{background:transparent;}

.nav span{color: #ffffff;}
.career,.adspadding{
    padding-top: 170px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    background-color:#a03217;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
}

.bgads img{
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.bgads img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.no-border img{
    border-radius: 0;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media (min-width: 1200px){
    .menuheader a {
        padding-right: 45px !important;
    }
    .menuheader .navbar-nav>li:last-child a {
        padding-right: 0;
    }

    .menuheader .adsnav>li:last-child a {
        padding-right: 0;
        padding-left:38px
    }

    .pad-top-content {
        padding-top: 150px;
    }

}

@media (max-width: 767px){
    header{
        display: none;
    }
    .mobileheader{
        background-color: #cc0001;
        padding: 5px 0;
    }
    .mobileicon{
        font-size:30px;
        cursor:pointer;
        float: right;
        position: relative;
        top: 20px;
        color: #fff;
    }
    .aboutleft{
        padding: 35px 0;
    }
    .aboutleft h1,
    .content h2,
    .hero-content h1{
        font-size: 28px;
    }
    .aboutleft p{
        font-size: 20px;
    }
    .img-container-fade{
        width: 100%;
    }
    .about{
        background-position: top left;
    }
    .aboutright img{
        margin-bottom: 30px;
    }
    .img-content-left,
    .img-content-right{
        padding: 10px 0;
        width: 100%;
        background-position: center center;
    }
    .img-content-left h2 img,
    .img-content-right h2 img,
    .hero-content h1 img{
        width: 37px;
    }
    .content p{
        font-size: 20px;
    }
    footer img{
        max-width:70% !important
    }
    footer a{
        font-size: 16px;
    }
    footer dd{
        padding: 0;
    }
    footer{
        padding: 15px 0;
    }
    .copyright {
        padding: 15px 0;
    }
    .jumbotron p {
        font-size: 14px;
        font-weight: 200;
    }
    .jumbotron{
        padding: 15px 0;
    }
    .jumbotron img{
        margin-bottom: 15px; 
    }
    .hero-content .content {
        position: relative;
        top: 0;
        max-width: 100%;
        float: none;
        margin: 0 10px;
    }
    .product-content {
        padding: 0;
    }
    .career, .adspadding {
        padding-top: 50px;
    }
    .about-detail{
        padding-bottom: 15px;
    }
    .boxleft{
        margin-bottom: 50px;
    }
    .boxleft h3{
        font-size: 21px;
    }
    .img-oval {
        margin: 5px 0;
    }
}
