/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* my style  */

body {
	font: 16px/28px arial,san-serif;
/*	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /* Standard syntax (must be last) */
	background-image: linear-gradient(#0000,#4f94e1); 
/*	background-color: whitesmoke;*/
	color: #333;
/*	background-image: url(../img/vintage-concrete.png);*/
/*	background-image: url(../img/background.jpg);*/

}

.boe-visitor {
	position: relative;
	text-align: center;
	float: right;
	font: 17px arial ;
}

.boe-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
		
.boe-strokeme {
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.boe-gradient-linear {
	background: #4f94e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4f94e1, #0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4f94e1, #0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4f94e1, #0000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4f94e1, #0000); /* Standard syntax */    
}	

.boe-top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4%;
	background-color: black;
	color: whitesmoke;
	opacity: 0.7;
	border-bottom: 3px solid black;
	z-index: 9999;  /* semakin nilai besar semakin diatas,membuat posisi di layer top   */
	padding-top: 5px;
}

.boe-top-bar ul {
	margin-left: 50px;
}

.boe-top-bar li {
/*	font: 18px/28px arial,san-serif;*/
	font: 16px arial,san-serif;
/*	margin-left: 40px;*/
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	padding-bottom: 10px;
}

.boe-top-bar a {
	text-decoration: none;
	color: whitesmoke;
	padding: 3px;
}

.boe-top-bar a:hover	{
/*	background-color: lightskyblue; */
	color: yellow;
/*	opacity: 0.7;*/
}

.boe-container {
	width: 90%;
/*	height: 100px;*/
	margin: 35px auto;
	background-color: white;
	position: relative;
	min-width: 400px;
	height: 500px;
}

.boe-logo {
	width: 90px;
/*	height: 100px;*/
	height: 90%;
/*	background-image: url(../img/logo_small.png);
	background-repeat: no-repeat;*/
/*	display: inline-block; */
/*	text-indent: -9999px;*/
/*	position: absolute; */
	float: left;
	top: 0px;
	left: 0px;
}

.boe-header {
	padding: 10px;
	padding-bottom: 5px;
/*	height: 50px;*/
	height: 13%;
/*	position: relative;*/
	background-color: #4f94e1;
}

/*.boe-header .boe-judul {*/
.boe-judul {
	font-size: 22px;
	color: whitesmoke;
/*	margin-left: 50px;*/
/*	color: rgb(79,148,225);*/
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px gray;
}

@media (min-width:400px) {
  .boe-judul {
  	line-height: 24px;
    font-size: 19px;
  }
}
@media (min-width:800px) {
  .boe-judul {
    font-size: 22px;
  }
}

.boe-header ul li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
}

.boe-header a {
	font-size: 14px;
	text-decoration: none;
	color: salmon;
	padding: 3px;
}

/*.boe-header a:hover	{
	background-color: lightskyblue;
	color: white;
}*/

.boe-hero {
	height: 250px;  
/*	background-image: url(../img/site-01.jpg);*/
	background-image: url(../img/mesin-01.jpg);
	background-size: cover;
	background-position: center center;
	border-top: 5px solid darkgray;
	border-bottom: 5px solid gray;
}

.boe-content {
	width: 100%;
	background-color: white;
}

.boe-main {
/*	width: 600px;*/
	width: 75%;
	padding: 20px;
	box-sizing: border-box;  /* box tidak pengaruh padding  */
	float: left;
	text-align: justify;
}

.boe-main h2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.boe-main p {
	margin-bottom: 16px;
	font-size: 14px;
}

.boe-contact {
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 14px;
}

.boe-contact h2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.boe-contact p {
	font-size: 15px;
	font-weight: bold;
}

.boe-sidebar {
	width: 25%;
/*	width: 250px;*/
/*	height: 600px;*/
	height: 550px;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
	line-height: 15px;

}

.boe-sidebar h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.boe-sidebar p {
	font: 14px/18px arial;
}


.boe-sidebar img {
	width: 100%;
/*	width: 180px;  */
/*	height: 150px;
*/	float: left;
}

.boe-sidebar li {
	font: 12px/18px arial;
	text-decoration: none;
}

.boe-thumbnail {
	width: 100%;
/*	width: 200px;
*/	overflow: auto;
}

.boe-thumbnail p {
	font: 14px/28px arial;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.boe-thumb	{
/*	width: 100px;*/
	width: 100%;
	border: 1px solid whitesmoke;
	box-sizing: border-box;
}
.boe-thumb:hover {
	opacity: 0.5;
	cursor: pointer;
}

.boe-popup {
	position: absolute;
}

.boe-footer {
	background-color: #333;
	color: #eaeaea;
	font-size: 12px;
	padding: 10px auto;
	width: 100%;
	display: inline-block;
}

.boe-copy {
/*	width: 20%;
*/	color: #eaeaea;
	text-align: left;
	font-size: 15px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}



/*---modal popup  */
.boe-popup {
  	display: none;
    position: fixed;
    z-index: 1;
    padding-top: 110px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*    overflow: auto;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

.boe-popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.boe-popup-head {
	font-size: 16px;
    padding: 1px 10px;
    text-align: center;
    color: white;
    background: #4f94e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4f94e1, #002c44); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4f94e1, #002c44); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4f94e1, #002c44); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4f94e1, #002c44); /* Standard syntax */    
 }
    
.boe-popup-main {padding: 5px 16px;}

.boe-popup-foot {
	font-size: 12px;
    padding: .5px 16px;
    color: #ffffff;
    background: #4f94e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4f94e1, #002c44); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4f94e1, #002c44); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4f94e1, #002c44); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4f94e1, #002c44); /* Standard syntax */S
}

.boe-popup-close {
	margin-top: 2px;
    color: white;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.boe-popup-close:hover, .boe-popup-close:focus {
    color: #999999;
    text-decoration: none;
    cursor: pointer;
}

/** Clear fix - untuk membersihkan float
 * 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 are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
