body {
  	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.clear { clear: both;}

.front-header { width: 100%; 
				background: #a76700; 
				position: fixed;
				padding: 3px 15px; 
				z-index: 999}
.front-header h3 { color: #fff; font-size: 2em; letter-spacing: -1px; }
.brand-instansi { padding: 3px 5px; }
.brand-instansi img { max-width: 80px; max-height: 60px; }

.text-instansi { color: #fff; font-size: 1.8em; font-weight: 500; line-height: 1.2em; padding: 5px 3px;}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333;
}

h3 { padding: 10px 20px;}

/* Helpers */

.mt {
	margin: 40px 0;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

.footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background-color: #2f2f2f;
	padding: 10px 0; 
}

.footer p {
	color: white; text-align: center
}

.footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
	/*
    background:transparent url(../img/loader.gif) no-repeat center;
	*/
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #1abc9c;
}

/* -- Custom -- */

.link-home { font-size: 0.8em; color: #fff; margin-right: 20px;padding: 10px; 20px; border-right: 1px dotted #f1c271; }
.link-home:hover { background: #e98f06; color: #ffffff }
.front-title { font-size: 1.8em; color: #fff; padding: 5px 20px;}

.text-instansi { font-size: 1.9em; line-height: 0.8em; font-weight: 600; }
.text-instansi .logo-lg { font-size: 0.7em; letter-spacing: 3px; text-transform: uppercase; font-weight: 400; }

.app-icon {
	background: #ccc;
	overflow: hidden;
	padding: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.app-icon a{
    font-size: 44px; color: #fff;
}
.thumbnail { margin: 0; padding: 0; background: #000; }

.box-instansi h4 { font-size: 2em; padding: 0 0 20px 0; font-weight: 300; letter-spacing: -1px; }
.app-front { font-size: 2.8em; text-align: center; font-weight: 500; letter-spacing: -2px; text-shadow:2px 2px 3px #c3c2c2;}

@media (max-width: 1024px) {
	.front-title { font-size: 1.6em; background: #c48600}

}


@media (max-width: 768px) {
	.text-instansi { font-size: 1.4em; }
	.link-home { font-size: 0.8em; border: none; } 
	.brand-instansi img { max-width: 60px; max-height: 50px; }
	.front-title { font-size: 1.4em; background: #c48600}

    .app-front{
    	padding-top: 45px;
    	font-size: 28px;
    	text-decoration: underline;
    }
    .thumbnail h4{
/*    	text-shadow:none !important;*/
    }
}

@media (max-width: 360px) {
    .text-instansi { font-size: 1em; }
    .link-home { font-size: 0.8em; border: none; } 
    .brand-instansi img { max-width: 60px; max-height: 50px; }
    .front-title { font-size: 1.4em; background: #c48600}
    .thumbnail h4 {
        font-weight: 700;
        letter-spacing: -1px;
        text-shadow: 1px 1px 3px #fff;
        height: 30px;
        display: block;
        text-align: center;
    }
    .app-front{
    	font-size: 28px;
    }
}


