@import url(reset.css);


/**
 * GLOBAL STYLING */

html,body{
	width: 100%; height: 100%;
	/*font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Open Sans;
	color :#000;
	font-size: 100%;

	cursor: default; background:#fff;
}

a{
	color: #000; text-decoration: none;
} a:hover{ color: #ff0000; }

strong{ font-weight: 600; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/**
 * END OF GLOBAL STYLING */



#wrapper{
	display: block;
	position: relative;
	margin: 0 auto;

	width: 1174px; height: 100%;
}

#sidebar{
	display: inline-block; float: left;
	width: 182px;
	width: 222px;
	background: rgba(255,255,255,0.7);
	padding-top: 15px; 
	padding-bottom: 23px;
}

#copyright{
	position: absolute;
	right: 30px; top: 20px;
	font-size: 70%;
	color: #555;
}


#bgslide{
	position: fixed;
	width: 100%; height: 100%;
	overflow: hidden;
}
#bgslide img{ position: absolute; width: 100%; }
#bgslide .arrow{
	display: inline-block;
	width: 20px; height: 20px;
	background: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 17px; line-height: 20px;

	position: fixed; z-index: 1000;
	top: 50%;
	cursor: pointer;
}
#bgslide .arrow:active{ margin-top: 1px; }
#bgslide .arrow.left{ left: 50px; }
#bgslide .arrow.right{ right: 50px; }

#bgslide.arr{ z-index: 100; width:0; height:0; overflow: visible; }




/* Sidebar styling */
#sidebar img{
	margin: 0px 25px;
}

#sidebar nav{
	margin-top: 23px;
	position: absolute;
	display: block;
	width: 182px; background:#000;

	font-size: 80%; line-height: 17px;
	background: rgba(255,255,255,0.7);
	padding: 20px;

	z-index: 10;
}

#sidebar #openNav:after{ content: '+'; }
#sidebar #openNav{
	background:#000;
	width: 40px; height: 40px;
	display: inline-block;
	color: #fff; text-align:center; font-size: 37px;
	line-height: 37px;

	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;

	position: absolute;
	left: -0px; top: 140px;

	cursor: pointer;
	z-index: 100;
}

#openNav:hover,
#openNav:focus{
	background: #ddd; color: #000;
}



#sidebar nav{
	padding-top: 25px; display: none;
}

#sidebar nav ul li > ul{
	display: none;
}

#sidebar nav ul li{
	padding: 10px 0px;
}

#sidebar nav > ul > li.active > a{
	color: #ff0000;
}

#sidebar nav > ul > li.active > ul{
	display: block;
}

#sidebar nav > ul > li.active > ul > li.active > a{
	color: #0000ff;
}

#sidebar nav ul li a{
	display: inline-block; width: 100%;
}

#sidebar nav ul li.open > ul{ display: block; }

#sidebar nav ul li > ul {
	padding-left: 10px; padding-top: 10px;
}

#sidebar ul li > ul li{
	padding: 7px 0;
}







/* IF wrapper CONTENT class */ 
#wrapper.content{
	position: relative;
	z-index: 1;
}
#wrapper.content:after{
	content: '';
	width: 1174px; height: 100%; 
	background: rgba( 255, 255, 255, 0.7 );
	
	position: fixed; z-index: -1;
	top:0; left: 50%; margin-left: -587px;
}
#wrapper.content #sidebar{ background: none; }
#wrapper.content #sidebar #openNav:after{ content: 'x'; }
#wrapper.content #sidebar #openNav{ 
	font-size: 27px; line-height: 35px; 
	left: 15px;
}
#wrapper.content #sidebar nav{ display: block; background: none; }




/* Center Styling */ 
#wrapper.content #center{ 
	display: inline-block; float: right;
	width: 890px;  

	height: 100%;

	padding: 65px 30px 10px 30px;
	padding-bottom: 0px;

	position: relative; bottom: 25px; top: 25px;

	/*border-left: 1px solid #000;*/

	        box-sizing: margin-box;
	   -moz-box-sizing: margin-box;
	-webkit-box-sizing: margin-box;

	font-size: 80%;

	overflow: hidden;
}

#wrapper.content #center:after{
	content: '';
	width: 1px; height: 100%; background:#000;
	position: absolute; top: 0; left: 0;
	margin-top: -25px;
}

#center h1{ font-size: 200%; }
#center h2{ font-size: 150%; }
#center h3{ font-size: 100%; }
#center h4{ font-size: 80%; }
#center h5{ font-size: 50%; }
#center h6{ font-size: 20%; }

#center .fJustify{ text-align: justify; text-justify: newspaper; }
#center .fCenter{ text-align: center; }
#center .fLeft{ text-align: left; }
#center .fRight{ text-align: right; }
#center .fWordwrap{ word-wrap: break-word; }

#center p{ line-height: 150%; }
#center ul li p{ line-height: 250%; }
































/* OLD CSS */
#wrapceramic {
    position: absolute;
    z-index: 3;
    color: #404040;
    margin: 0px 0px;
}

#gallery .granite {
    
    border-color: #404040;
}



	

#wrap {
    position: absolute;
    z-index: 3;
    color: #404040;
    margin: 20px 40px;
    margin-left: 350px;
    margin-top: 100px;
}




















/**
 * Style untuk 2 sisi pada #center
 * #two-side
 * .left
 * .right
 */

#center .two-side{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%; height: 100%;
}

#center .two-side .left{
	display: inline-block; float: left;
	width: 70%; height: 100%;

	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding-right: 25px;
}

#center .two-side .right{
	display: inline-block; float: right;
	width: 30%; height: 100%;

	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding-top: 60px; padding-left: 15px; border-left: 1px solid #000;
	margin-top: -60px;
}

#center .two-side ul.link li{
	padding: 8px 0px;
}
#center .two-side ul.link li a{
	font-size: 130%; line-height: 150%;
	display: block;
}





#center .two-side .black-box{
	width: 570px; height: 500px; background:#000;
	color: #f2f2f2; overflow-y: scroll;

	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding: 15px !important; 
}

#center .two-side .black-box img{
	max-width: 100%;
}

#center .two-side .link-by-month{
	border-top: 1px solid #000;
	padding-top: 15px;
	overflow: hidden;
}

#center .two-side .link-by-month h2{
	display: inline-block;
	margin:0;
}

#center .two-side .link-by-month ul{
	float: right; width: 90%;
}

#center .two-side .link-by-month ul li{
	display: inline-block;
	padding: 5px 0px 10px 5px; width: 18%;
}
#center .two-side .link-by-month ul li a{
	display: block; font-size: 110%;
}









#center .left-contact{
	float: left;
	width: 40%;
	background:#000;
	color: #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#center .right-contact{
	float: right;
	width: 60%;
	padding: 0px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



#center .form{
	position: relative;
}


#center .form form div{
	position: relative; display: block;
	padding: 3px 0px;
}

#center .form form label{
	position: relative;
	display: inline-block; 
	min-width: 100px;

	vertical-align: top;
	line-height: 25px;
}

#center .form form input{
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	outline: none;
	color: #333;
	border: 1px solid #222;
}

#center .form form textarea{
	color: #333; font-family: "Open Sans";
	line-height: 25px; padding: 0 5px;
	outline: none;
	border: 1px solid #222;
}

#center .form form input[type='submit']{
	border: 1px solid #000;
	height: 30px; line-height: 30px;
	padding: 0px 15px;
	background :#000;
	color: #fff;
	margin-left: 105px;
}

#center .form form input[type='submit']:hover{
	background :#fff; color: #000; cursor: pointer;
}

#center .form form input[type='submit']:active{
	position: relative; top: 1px;
}






#responsiveMenu{
	background: #000;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	padding-right: 20px;

	left: 0; top: 0;
}

#responsiveMenu{
	position: relative;
	top: -10px; left: -10px;
	display: none;
}


#responsiveMenu .button{
	display: inline-block;
	background: #222;
	height: 40px;
	line-height: 40px;

	padding: 0px 10px;
	color: #999;

	cursor: pointer;
}

#responsiveMenu .title{
	margin-left: 20px;
	color: #444;
}

















.page-gallery{
	overflow: hidden;
}

.page-gallery a{ text-decoration: none; }
.page-gallery > div{ float: left; width:200px; height: 200px; padding: 10px; border: 3px solid #bbb; overflow: hidden; margin-right: 10px; margin-bottom: 10px; }
.page-gallery > div:hover{ cursor: pointer; background: #f2f2f2; }
.page-gallery figure{ width: 200px; height: 200px; overflow: hidden; }
.page-gallery a img{ height: 200px; }
