/*
Theme Name: Hendrik Janong
Theme URI: http://dlabsinc.com/
Description: Hendrik Janong Custom theme
Author: Steven Ang - Dlabsinc
Version: 1.0
*/


/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
*/

/* #Site Styles
================================================== */
	/*Header Block*/
	html{
		min-width:1024px;
	}
	a{
		color:#444;	
	}
	a:hover{
		text-decoration:none;
		color:#666;	
	}
	
	ul{
		padding-left:20px;	
	}
	
	ul li{
		float:left;
		margin: 0 0 5px;
		list-style:disc;
		clear:both;	
		font-size:14px;
	}
	
.smarterwiki-popup-bubble{
	display:none !important;
}
	
	.wrapper{
		min-width:960px;
		max-width:960px;
		margin:0 auto;
		position:relative;
		clear:both;	
		overflow:visible;
		background:#fff none;
		 -moz-box-shadow:    0 0 25px 6px rgba(0,0,0,0.2);
		  -webkit-box-shadow: 0 0 25px 6px rgba(0,0,0,0.2);
		  box-shadow:         0 0 25px 6px rgba(0,0,0,0.2);
		  line-height:250%;
			
	}
	header { background:none transparent;}
	div.header {
    border-bottom: 1px solid #B4E489;
    clear: both;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 960px;
}
	
	div.header .logo {
		float: left;
		margin:0;
	}
	div.header .aps{
		float:right;
		margin:20px 40px 0 0;	
	}

	
	div.header .menu_container {float:right; width:100%; background:#639404 none; height:46px;}
	div.header .menu_container ul.menu { padding:0 0 0 10px; margin:0; list-style:none; clear:none}
	div.header .menu_container ul.menu li { float:left; padding:0 0 0 15px; margin:0; list-style:none; clear:none}
	div.header .menu_container ul.menu li a {
		font-family:"Lato", Helvetica, sans-serif;
		color: #FFFFFF;
		float: left;
		font-size: 14px;
		font-weight: 300;
		line-height: 20px;
		padding: 11px 7px 15px;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   -ms-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	   background:none transparent;
		
	}
	div.header .menu_container ul.menu li a:hover { text-decoration:none; background:#fff; color:#416300;}
	div.header .menu_container ul.menu li.current_page_item a { text-decoration:none; background:#fff; color:#416300;}
	

	
	/*Content-Product*/
	body{
		/*overflow-x:hidden;	*/
		color:#444;
		max-width:100%;
		background:transparent url(../images/bg-repeat.jpg) 0 0 scroll repeat;
	}
	
	
	
	h1, h2, h3, h4,h5{
		font-family:"Open Sans", Helvetica, sans-serif;
		color:#444;
	}
	
	h1{
		color:#6c8b00;
		font-size:22px;
		font-weight:600;
		margin:20px 0;
	}
	
	
	.container { position: relative; width: 880px; margin: 0 auto; padding: 10px 40px 40px; }
	
	
	
	p{
		font-size:14px;
	}
	
	strong {
		color: #444;
		font-weight: 800;
	}
	
	.green-con {
		background: url("../images/bg-green.png") no-repeat scroll 0 0 transparent;
		color: #FFFFFF;
		float: right;
		height: 264px;
		margin: -30px -50px 0 0;
		padding: 10px 0 20px 24px;
		position: relative;
		width: 465px;
	}
	
	.green-con h3{
		font-size:16px;
		color:#fff;
		font-weight:800;
		font-style:italic;
	}
	
	.home-big{
		margin:-10px 0 15px -40px;
	}

	.contact-detail{
		float:left;
	}
	.contact-form{
		float:right;
		width:480px;
		position:relative;
		margin-top:-90px;
	}
	
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #575656;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0px 0px 16px #ddd inset;
    color: #575656 !important;
    display: block;
    font-size: 12px;
    font-style: normal;
    height: 17px;
    line-height: 17px;
    margin: 0 0 11px;
    padding: 10px 10px;
    width: 450px;
    position:relative;
}

textarea{
	height:220px;
}

.contact-form small {
    color: #8B8B8B;
    float: right;
    margin: -52px 24px 0 0;
    position: relative;
    text-align: right;
    z-index: 100;
}
	
.wpcf7-response-output{
	float:right !important;
}

input[type="submit"]{
	background: none repeat scroll 0 0 #ddd;
	border-radius:none;
	color:#fff;
	padding: 10px 10px;
	 border: 1px solid #575656;
	color: #575656 !important;
	font-size:12px;
}

.service-list{
	float:left;
	margin-right:20px;
	width:340px;
	line-height:200% !important;
}

.service-list strong{
	font-size:14px;
	margin-bottom:-30px;
	
}


ul.circle {
    float: left;
    
    list-style: circle outside none;
    margin: 0;
}

ul.circle li{
	list-style:circle;
	margin-bottom:20px;
	line-height: 150%;
}

.page-services{
	overflow:hidden;
	clear:both;
	background: transparent url(../images/box-services.jpg) no-repeat bottom right;
}

	/*Footer Block*/
	
	
	
	footer {
		width:100%;
		clear:both;
		margin:40px 0 0;
		background:transparent url(../images/bg-line-footer.jpg) repeat-x bottom center;
		overflow:hidden;
	 }
	 
	 .footer{
		position:relative; 
		clear:both; 
		overflow:hidden; 
		height:auto; 
		background:transparent none;
		width:960px; 
		margin:0 auto 30px;
	
	 }
	 
	 .footer p{
		font-size:12px;
		color:	#7e7e7e;
		padding-left:30px;	 
	 }
	 
	.footer strong{
		font-size:14px;
		font-weight:600;
		color:#7e7e7e;
	}
	.address {
		
		float: left;
		font-size: 13px;
		line-height: 200%;
		padding: 0px 0 30px 30px;
		width: 170px;
	}
	
	
	.info {
		float: right;
		font-size: 14px;
		line-height: 200%;
		margin-top: -35px;
		width: 280px;
	}
	
	
	.footer-liner {
		color: #436600;
		height: 31px;
		margin: 0 auto;
		text-align: right;
		width: 960px;
	}
		

	

/* #Page Styles
================================================== */



/*
     FILE ARCHIVED ON 23:25:17 Oct 10, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:37:47 Mar 16, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.202
  PetaboxLoader3.resolve: 66.94 (2)
  load_resource: 53.099
  captures_list: 102.334
  LoadShardBlock: 81.353 (3)
  CDXLines.iter: 12.905 (3)
  PetaboxLoader3.datanode: 49.27 (4)
  RedisCDXSource: 4.796
  esindex: 0.015
  exclusion.robots.policy: 0.187
*/