@font-face {
font-family: "WorkSans";
src: url('http://primaelektronik.co.id/prima/asset/WorkSans-Regular.TTF');
}

body {
	color:#110738;
	background: #fff;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: "WorkSans";
}
 

.button-place{
	margin-top:20px;
}	
.header_top{
	background: none repeat scroll 0 0 #F0F0FE;
	height:40px;
	width:100%;
}

.container_text_top{
	width:79%;
	margin:0 auto;
	position:relative;
	z-index:2000;
	color:#696763;
	padding-top:0.5%;
	font-size:12px;
}

.container{
	width:80%;
	margin:0 auto;
	position:relative;
}

.logo{
	margin-top:2%;
	width:100%;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 2.5%;
}

.bgmenu{
	background:#0C932F;
	width:100%;
	height:40px;
	margin-top: 2.5%;
}

.dropmenu{
	list-style-type:none;
	padding-left: 0px;
}

.dropmenu ul{
	list-style-type:none;
}

.dropmenu li{
	float:left;
	height:40px;
	word-wrap: break-word;
}

.dropmenu li a {
    color: #fff;
    display: block;
    font: 14px arial;
    padding: 12px 20px;
    text-decoration: none;
}

.dropmenu li:hover {
	background: #0C9F2F;
	position: relative;
	z-index: 1000;
}

.add-dropmenu{
	width:100%;
}

.dropmenu li:hover ul {
    background-color: rgba(000,000,000,0.3);
    left: 0px;
    padding: 0px 3px 3px 3px;
    top: 40px;
    width: 160px;
}

.dropmenu ul {
    left: -9999px;
    list-style-type: none;
    position: absolute;
    top: -9999px;
}

.slideshow{
	margin-top:2.5%;
}
.slideshow img{
	width:100%;
}

.search_box input {
  background: #F0F0FE;
  border: medium none;
  color: #B2B2B2;
  font-family: 'roboto';
  font-size: 12px;
  height: 30px;
  outline: medium none;
  padding-left: 10px;
  padding-right:30px;
  width: 180px;
  background-image: url(../img/searchicon.png);
  background-repeat: no-repeat;
  background-position: 95%;
  float: right;
}
.category_box{
	width:18%;
	height:20%;
	float:left;
	text-align:center;
	background:rgba(123, 123, 123, 0);
	margin-right:2%;
}

.content_box{
	width:80%;
	height:20%;
	float: left;
	text-align:center;
	background:rgba(097, 084, 044, 0);
	margin:0 auto;
	padding:0 auto;
}

.container-content{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item{
		width:20%;
		height:100%;
		margin:20px 2% 0 2%;
		border:1px solid #E0E0FA;
		padding-bottom: 20px;
}


.vertical-menu{
	width:100%;
	float:left;
	margin:20px 0 0 0;
	border:1px solid #E0E0FA;
}

.vertical-menu a {
    background-color: #F0F0FE; /* Grey background color */
    color: #110738; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #0C9F2F; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
}

.img-item{
	width:80%;
	height:90%;
}
/*start-button*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #0C932F;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 2%;
  width: 40%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 auto;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: ' ';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/*end-button*/

#footer{
	width:100%;
	height:auto;
	background:#F0F0FE;
	float:left;
	margin-top:20%;
	margin-bottom:0px;
}

.footer{
	width:80%;
	height:auto;
	background:#F0F0FE;
	margin:0 auto;
}

.content-footer{
	margin: 120px auto 0 auto;
}



.float-left{
	float:left;
}

.float-clear{
	clear:both;
}

.img-footer{
	width:auto;
}
.desc-footer{
	width:500px;
	height:auto;
	margin-right:50px;
	padding-bottom:20px;
}
.message-footer{
	width:300px;
	height:auto;
	margin-bottom:10%;
}

.copy-footer{
	width:100%;
	text-align:center;
	padding:120px 0 20px 0;
	background:#DADADA;
}

.textbox-footer{
	border-radius:4px;
	border: medium none;
	font-family: 'roboto';
	font-size: 12px;
	height: 25px;
	width:100%;
	outline: medium none;
}
/*
@media only screen and (max-width:688px) {
  /* For mobile phones: *
body{
		background:yellow;
	}
.container-content {
    margin: 50px;
}
}
@media only screen and (max-width:1539px) {
  /* For mobile phones: *
	body{
			background:green;
		}
	.item{
			background:gray;
			width:213px;
			height:230px;
			margin:20px;
	}
}
*/



a {
	color: #FFF;
}

.slideshow{
	margin-top:2.5%;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #0C932F;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	z-index: 2000;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: rgba(12, 147, 47, 0.5);
	padding:0px;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #0C9F2F; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #0C9F2F; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 49px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }





.iklan-box{
	width:18%;
	height:auto;
	background:white;
	margin-right:2%;
	float:none;
	position:absolute;
	top:950%;
}
.iklan-box img{
	width:100%;
	height:auto;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {
	
#footer{
	margin-top:125%;
	
}
.container{
	float:left;
}
.iklan-box{
	width:100%;
	height:auto;
	float:left;
	margin:25px auto 0 auto;
	top:100%;
}

.slideshow img{
	width:615px;
}

	nav {
		margin: 0;
	}
	
	nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:20px;
	text-decoration:none;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #0C932F;
		padding:14px 20px;	
		color:#FFF;
		font-size:20px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #0C9F2F;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 40px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #0C9F2F;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 50px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: rgba(12, 147, 47, 0.5);
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
	}


.item{
		width:250px;
		height:300px;
		margin:20px auto 0 auto;
		border:1px solid gray;
		padding-bottom: 20px;
}

.category_box{
	width:100%;
	height:20%;
	float:left;
	text-align:center;
	background:rgba(123, 123, 123, 0);
	margin-right:2%;
}

.content_box{
	width:100%;
	height:20%;
	float: left;
	text-align:center;
	background:rgba(097, 084, 044, 0);
	margin:0 auto;
	padding:0 auto;
}


.vertical-menu{
	width:100%;
	background:gray;
	float:left;
	margin:20px 0 20px 0;
	border:1px solid gray;
}
	
}

@media all and (max-width : 330px) {
	nav ul li {
		display:block;
		width: 94%;
	}
	
	

.iklan-box{
	width:200px;
	height:300px;
	background:white;
	margin-right:2%;
	float:none;
}
.iklan-box img{
	width:100%;
	height:auto;
}

#footer{
	margin-top:350px;
}

}