/*Page Setup*/
html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
}

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*Typography Setup*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

@font-face {
    font-family: 'larimar';
    src: url('../fonts/larimar-webfont.eot');
    src: url('../fonts/larimar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/larimar-webfont.woff2') format('woff2'),
         url('../fonts/larimar-webfont.woff') format('woff'),
         url('../fonts/larimar-webfont.ttf') format('truetype'),
         url('../fonts/larimar-webfont.svg#larimarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?qjhh9l');
	src:url('../fonts/icomoon.eot?qjhh9l#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?qjhh9l') format('truetype'),
		url('../fonts/icomoon.woff?qjhh9l') format('woff'),
		url('../fonts/icomoon.svg?qjhh9l#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
	content: "\e900";
  padding-right: 10px;
  font-size: 2em;
}
.icon-instagram:before {
	content: "\e901";
  padding-right: 10px;
  font-size: 2em;
}
.icon-youtube2:before {
	content: "\e902";
  padding-right: 10px;
  font-size: 2em;
}

/*Body General Setup*/
body {
  font-family: 'Roboto', sans-serif;
  border-top: 5px #c7baa7 solid;
}

.marketplace {
  width: 100%;
  max-width: 150px;
  height: auto;
}

#wrapper {
  width: 100%;
  height: auto;
}

#navi {
  width: 100%;
  text-align: center;
  position: relative;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.linebottom {
    width: 15%;
    margin: 0 auto;
    padding: 0;
    border-bottom: solid #EEDA91 1px;
}

p {
    line-height: 1.5;
    font-weight: 300;
    color: #979797;
}

a {
    text-decoration: none;
    transition-duration: 0.1s;
}

h1 {
  font-family: 'larimar';
  font-size: 3em;
  font-weight: lighter;
  color: #977569;
  margin: 0;
  padding: 0 0 10px 0;
}

h3 {
  font-family: 'larimar';
  font-size: 2em;
  color: #8D9250;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: 'larimar';
  font-size: 1.5em;
  color: #8D9250;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 0.975em;
  font-weight: lighter;
  font-style: italic;
  color: #c7baa7;
  line-height: 1.5;
  margin: 0;
  padding: 0;

}

.grey {
  color: #58585a;
}

.green {
  color: #8D9250;
}

.clear {
  clear: both;
}

/*Header Setup*/
header {
  margin: 0 auto;
  text-align: center;
}

/*Footer Setup*/
footer {
  width: 100%;
  text-align: center;
  background: #C7BAA7;
  padding: 10px 0;
}

footer p {
  font-size: 0.875em;
  color: #453B39;
  line-height: 1;
}

footer a {
  color: #453B39;
}

footer a:hover {
  color: #8D9250;
}

section {
  padding: 0 12.5%;
}

/*Photo Image per Page*/
.preimage {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.imageres {
  width: 100%;
  height: auto;
}

.ima {
  margin-top: -15px;
}

/*Button Lebih Lanjut*/
a.tombol {
  width: 160px;
  height: 50px;
  display: block;
  padding: 13px 25px;
  color: #EDE7F6;
  font-size: 0.925em;
  font-weight: 700;
  border: thin #EDE7F6 solid;
  background-color: #8D9250;
  border-radius: 0 20% 0 20% / 0.5em 2em;
}

a:hover.tombol {
  color :#8D9250;
  background-color: #EDE7F6;
  border: thin #8D9250 solid;
}


/*Home Session*/
  /*Home-Product*/
  #home_product {
    width: 100%;
    background: #f0e9df;
    padding: 10px 0;
    margin-top: 10px;
  }

.free {
  padding: 40px 0;
}


/*Articles Session*/

.box {
  width: 300px;
  height: 300px;
  padding: 10px;
  display: block;
  border: thin #D4D4D4 solid;
  margin: 0px 25px 50px 25px;
  float: left;
}

/*Contact Section*/
#contact p{
  font-size: 1em;
  /*font-weight: lighter;*/
}

#contact input {
  width: 80%;
  height: 50px;
  border: 1px solid #C7BAA7;
	text-indent: 15px;
	margin-bottom: 20px;
  background-color: #FFF;
  opacity: 0.7;
  color: #000;
     -webkit-appearance: none;
}

#contact textarea {
	width: 80%;
	border: 1px solid #C7BAA7;
	text-indent: 15px;
	margin-bottom: 20px;
  background-color: #FFF;
  opacity: 0.7;
  color: #000;

     -webkit-appearance: none;
}

#contact button {
  width: 100px;
  height: 50px;
  display: block;
  color: #EDE7F6;
  font-size: 1em;
  font-weight: 700;
  border: thin #EDE7F6 solid;
  background-color: #8D9250;
  border-radius: 0 30% 0 30% / 0.5em 2em;
}

#contact button:hover {
  background: #FFF;
  color: #8D9250;
  border: thin #8D9250 solid;
  border-radius: 0 30% 0 30% / 0.5em 2em;
}

#map {
  width: 100%;
  height: 400px;
}

.err
{
	font-size : 12px;
	color: red;
}

/*Grid System*/
/*  COLUMN SETUP  
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }*/

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*GRID OF TWO*/
.span_2_of_2 {width: 100%;}
.span_1_of_2 {width: 48.5%;}
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.66%; }
.span_1_of_3 { width: 31.33%; }
/* GRID OF FOUR */
.span_4_of_4 {width: 100%; }
.span_3_of_4 {width: 74.6%; }
.span_2_of_4 {width: 49.2%; }
.span_1_of_4 {width: 23.8%; }
.span_1_of_4:nth-child(4n+1) { 
  clear:left; 
  margin-left: 0;
  }


/*Responsive System*/
@media (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 1em;
  }

  /*Button Lebih Lanjut*/
  a.tombol {
    width: 130px;
    padding: 13px 15px;
    font-size: 0.8125em;
    border-radius: 0 20% 0 20% / 0.5em 2em;
  }

  

 }

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  h5 {
    font-size: 0.8125em;
  }

  p {
    font-size: 0.8125em;
  }

  section {
    padding: 0 10%;
  }

  

  /*Button Lebih Lanjut*/
  a.tombol {
    width: 130px;
    padding: 13px 15px;
    font-size: 0.925em;
    border-radius: 0 20% 0 20% / 0.5em 2em;
  }

  .ima {
    margin-top: -3px;
  }

  footer p {
    font-size: 0.725em;
  }

#cd_home {
  text-align: center;
}

  #contact {
    text-align: center;
  }

  #contact p{
    font-size: 0.8125em;
  }

  #contact button{
    margin: 0 auto;
  }

  #map {
    width: 100%;
    height: 200px;
  }

.box {
  float: none;
}

  .col {  margin: 1% 0 1% 0%; }
  .span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
  .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {width: 100%; }
}
