/* -------------- */
/* FAQ            */
/* -------------- */

.cd-faq { 
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
.cd-faq ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cd-faq-items {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

  .cd-faq-items {
    position: static;
    height: auto;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
    float: none;
}
.no-js .cd-faq-items {
    padding-left: 0;
}
.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.no-js .cd-faq-group {
  display: block;
}
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }

.cd-faq-trigger{font-size: 2.2rem; font-weight: 300; color:#65a839 !important;}
.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    margin: 0;
    padding: 14px 72px 14px 24px;
    }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cd-faq-content p {
}
.cd-faq-content {
    display: none;
    padding: 0 24px 30px;
}
.cd-faq-content p {
    line-height: 1.6;
}
.no-js .cd-faq-content {
    display: block;
}


/* -------------- */
/* CONTACT        */
/* -------------- */

.hubungi p{ font-size:1.8rem; line-height:150%; color:#000;}
.hubungi h4{ font-weight: 800;padding: 0;margin: 0;color:#000;}


#contact-form .btn {
	height: 55px;
	width: 100%;
	background-color: #333;
	color: #ffffff;
	font-size: 17px !important;
	line-height: 18px;
	padding: 0 33px;
	border: none;
	border-radius: 4px;
	margin: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
#contact-form .btn:hover {
	background-color: #65a839;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

/* Contact Form */

.cd-form {
  width: 100%;
  margin: 1em auto;

}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}

.cd-form .icon{
   
}

.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 10px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: white;
    font-weight: 300;
  margin-bottom: 1px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  color: #333;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea
{
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
    
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea
 {
  /* general style for input elements */
  padding: 12px;
     padding-left:55px;
  border: 1px solid white;
  border-radius: 4px;
     font-weight: 600;
     color: #fff;
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus
 {
  outline: none;
  border-color: white;
  box-shadow: 0 0 5px rgba(102,102,102, 0.9);
}
.cd-form textarea.address {
  min-height: 100px;
  resize: vertical;
  overflow: auto;
}
.cd-form textarea.message{
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #DEB343;
  border-radius: 4px;
  padding: 16px 60px;
  color: #000;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.cd-form input[type="submit"]:hover {
  background: #BEB532;
    color: #000;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #BEB532;
    color: #000;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../images/contact/cd-required.svg") no-repeat top right;
}



/* Custom icons 
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important; 
}
/*.cd-form .user {
  background: url(../images/contact/cd-icon-user.svg") no-repeat 16px center;
}*/
.cd-form [required].nama {
  background: url("../images/contact/cd-icon-user.svg") no-repeat 16px center, url("../images/contact/cd-required.svg") no-repeat top right;
}
.cd-form .nama {
  background: url("../images/contact/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form .company {
  background: url("../images/contact/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: white url("../images/contact/cd-icon-company.svg") no-repeat 16px center, url("../images/contact/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("../images/contact/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("../images/contact/cd-icon-email.svg") no-repeat 16px center, url("../images/contact/cd-required.svg") no-repeat top right;
}
.cd-form .address {
  background: url("../images/contact/cd-icon-office.svg") no-repeat 16px 16px;
}
.cd-form [required].address {
  background: url("../images/contact/cd-icon-office.png") no-repeat 16px 16px, url("../images/contact/cd-required.svg") no-repeat top right;
}
.cd-form .message {
  background: url("../images/contact/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("../images/contact/cd-icon-message.svg") no-repeat 16px 16px, url("../images/contact/cd-required.svg") no-repeat top right;
}

/* FLoating labels */
.js .floating-labels div {
  margin: 22px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}

.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1rem;
  top: -24px;
  left: 0 !important;
}



/*---------*/

.panel-bodyX1{background: none;}
.panel-bodyX2{background: #7cb854;}
.panel-bodyXX{padding: 20px;}
.page-content{
    padding: 20px 0;
}
.page-content.green{
    background: #7cb854;
    color:white;
}
.page-content.green h2{
    color:#fff;
    font-weight: 800;
}
.page-content.grey {
    background: #efefef;
    color:#333;
}
.page-content.white {
    background: #ffffff;
    color:#333;
}


.subscribe {
	color: #fff;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 100%;
	margin: 10px auto 30px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: 1px solid #666;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #666;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 80px;
	margin: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #65a839;
	color: #fff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}

.col-centered{
float: none;
margin: 0 auto;
}


