/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
	font-family: eras;
	src: url('erasmd.ttf');
}
@font-face {
	font-family: eras2;
	src: url('eraslght.ttf');
}
@font-face {
	font-family: helvetica;
	src: url('helvetica-light.otf');
}

html, body{
    /*min-height: 100%;*/
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}
body {
    margin: 0 0 60px; /* bottom = footer height */
}
html {
    position: relative;
    min-height: 100%;
}
footer{
    font-size: 12px;
    font-family: helvetica;
    padding: 7px 0px;
    position: absolute;
    bottom: 0;
    background-image: url("../img/footerbg.jpg");
    background-repeat: repeat;
    text-align: center;
    width: 100%;
}
footer a{
    text-decoration: none;
    color: black;
}
footer a:hover{
    text-decoration: none;
    color: white;
}
header{
    margin: 20px auto 0px auto;
    width: 1160px;
    padding-left: 40px;
}
.content .logo{
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: -1;
    opacity: 0.5;
}
.content .sidecontent, .content .sidecontent2{
    z-index: 10;
}
.content{
    position: relative;
    height: 660px;
    width: 1200px;
    /*background-image: url("../img/contentbg.jpg");*/
    background-image: url("../img/footerbg.jpg");
    background-repeat: repeat;
    margin: 10px auto 20px auto;
    z-index: 10;
}
.content2{
    position: relative;
    height: 700px;
    width: 1200px;
    /*background-image: url("../img/contentbg.jpg");*/
    background-image: url("../img/footerbg.jpg");
    background-repeat: repeat;
    margin: 10px auto 20px auto;
    z-index: 10;
}
.content3{
    position: relative;
    height: 706px;
    width: 1200px;
    /*background-image: url("../img/contentbg.jpg");*/
    background-image: url("../img/footerbg.jpg");
    background-repeat: repeat;
    margin: 10px auto 20px auto;
    z-index: 10;
}
.wherecontent{
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    position: absolute;
    background-color: #fff;
    height: 515px;
    width: 1180px;
    padding: 0px;
    margin: 10px;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
}
.aboutcontent{
    position: absolute;
    background-color: #fff;
    height: 640px;
    width: 1140px;
    padding: 20px;
    margin: 10px;
    background-image: url("../img/aboutbot.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
}

.aboutcontent p{
    font-family: helvetica;
    line-height: 14px;
    font-size: 14px;
    text-align: justify;
}
.aboutcontent ul{
    padding-left: 12px;
    margin: 0px;
    font-family: helvetica;
    line-height: 14px;
    font-size: 14px;
    text-align: justify;
}
.aboutcontent h1{
    font-family: eras2;
    color: #000;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 40px;
    line-height: 40px;
    font-stretch: ultra-condensed;
    padding-left:10px;
}
.sidecontentfull{
    border: #fff solid 1px;
    background-color: rgba(198,163,157,0.6);
    height: 620px;
    width: 285px;
    padding: 10px;
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
}
.sidecontentfull td {
    vertical-align: top;
    padding-left:10px; 
}
.sidecontentfull h1{
    font-family: eras2;
    color: #000;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 40px;
    line-height: 40px;
    font-stretch: ultra-condensed;
}
.sidecontentfull h2{
    font-family: eras2;
    color: #000;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 20px;
    line-height: 50px;
    font-stretch: ultra-condensed;
}
.sidecontentfull h3{
    font-family: eras2;
    color: #fff;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 15px;
    line-height: 15px;
    font-stretch: ultra-condensed;
}
.sidecontentfull p{
    font-family: eras2;
    color: #000;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 12px;
    line-height: 12px;
    font-stretch: ultra-condensed;
}
.sidecontent, .sidecontent2{
    height:106px;
    border: solid 1px #fff;
    width: 281px;
    padding: 10px 10px;
    font-family: helvetica;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 13px;
}
.sidecontent{
    background-color: rgba(166,114,106,0.6);
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
}
.sidecontent2{
    background-color: rgba(198,163,157,0.6);
    /*opacity: 0.6;*/
    /*filter: alpha(opacity=60); /* For IE8 and earlier */
}
.sidecontent h1, .sidecontent2 h1{
    font-family: eras2;
    color: #000;
    /*font-stretch: condensed;*/
    margin:0;
    font-size: 30px;
    line-height: 30px;
    font-stretch: ultra-condensed;
}
.sidecontent p, .sidecontent2 p{
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 13px;
    text-align: justify;
}
.sidecontent a, .sidecontent2 a{
    color: #fff;
    margin:0;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 13px;
    text-decoration: none;
}
.sidecontent a:hover, .sidecontent2 a:hover{
    color: #000;
    margin:0;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 13px;
    text-decoration: none;
}
.gambar{
    position: relative; 
    width: 860px; 
    height: 640px; 
    padding: 10px; 
}
.gambar div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
}

.gambar div img { 
    width: 860px; 
    height: 640px; 
}
#slideshow { 
    /*margin: 20px; */
    position: relative; 
    width: 860px; 
    height: 640px; 
    padding: 10px; 
    /*box-shadow: 0 0 20px rgba(0,0,0,0.4); */
}

#slideshow div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
}

#slideshow div img { 
    width: 860px; 
    height: 640px; 
}
/*.menu{*/
    /*background: -webkit-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1));*/ /*Safari 5.1-6*/
   /* background: -o-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1));*/ /*Opera 11.1-12*/
    /*background: -moz-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1));*/ /*Fx 3.6-15*/
    /*background: linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1));*/ /*Standard*/
    /*padding: 20px 10px 5px 10px;*/
    /*width:500px;*/
/*}*/
/*.menu a{*/
/*    font-family: eras;*/
/*    font-size: 15px;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    padding: 20px 10px 5px 10px;*/
/*}*/
/*.menu a:hover{*/
/*    color: #000;*/
/*}*/
#menu { float: right; min-width: 502px; /*width:522px;*/ margin: 0 auto; background: -webkit-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(191,148,113,0),rgba(191,148,113,1)); height:50px; z-index:1000; alignment-adjust: central;}  
#menu ul{list-style-type:none; z-index:1000; margin:25px 10px 20px 10px; padding:0;}  
#menu ul li{float: left; position: relative; z-index:1000; }  
#menu ul li:hover{z-index:1000; color:#000;}
#menu ul li a{color: #fff;background-color: transparent; padding: 0 10px 0 10px; /*line-height:25px;*/ letter-spacing: 1px; font-family: eras;
    font-size: 15px; display: block; text-decoration:none; z-index:1000;}
/*#menu3 ul li:hover a{background-color: #ffff00; z-index:1000; color:#000;}*/
#menu ul li a:hover{background-color: transparent; z-index:1000; color:#000;}  
#menu ul li ul li{float: none; position: relative; z-index:1000; text-align: left;}  
#menu ul li ul{position: absolute;padding:0; top:-5px; left:-5px; display: none; background-color: #C39A7A; width:190px; z-index:1000; text-align: left; border: #fff solid 1px; }  
#menu ul li:hover > ul{display: block; z-index:1000; color:#000;}  
#menu ul li ul li a{whitewhite-space: nowrap; line-height:25px; z-index:1000;font-size:15px;color:#fff; }  
#menu ul li ul li ul{position: absolute; top:0; left:145px; display: none; background-color: #fff; width:150px; z-index:1000;}  

#marquee_replacement{
 /*border:1px solid #000;*/
 width:305px;
 height:640px;
 /*height:100px;*/
 /*overflow-y: no-display;*/
 overflow-x: hidden;
}
#marquee_replacement .sidecontent:hover, #marquee_replacement .sidecontent2:hover{
    cursor: pointer;
    border-color: black;
}
#marquee_replacement .sidecontent img, #marquee_replacement .sidecontent2 img{
    margin:auto;
}
#marquee_replacement .sidecontent, #marquee_replacement .sidecontent2{
    text-align: center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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