body {
  background: #e9e9e9;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#validasiku {
    color: #ff6b59;
    font-weight: 500;
    font-size: smaller;
}



.inputlike{
  margin-right: -15px;
  border-radius: 4px 0px 0px 4px;
  background: #257b9a;
  border: none;
  color: #fff;
}

.listlike{
  margin-left: -15px;
  border-radius: 0px 4px 4px 4px;
  border: none;
}

/*member*/
.inputurl {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 250px;*/
  height: 42px;
  cursor: I-beam;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius:10px;
  font: normal 20px/normal "Antic", Helvetica, sans-serif;
  color: #fff;
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(40, 40, 40, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  text-align: center;
}

.inputurl:hover {
  opacity: 0.82;
  color: rgba(181, 181, 181, 1);
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.inputurl:focus {
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.inputjml {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: 42px;
  cursor: I-beam;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius:10px;
  font: normal 20px/normal "Antic", Helvetica, sans-serif;
  color: #fff;
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(40, 40, 40, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  text-align: center;
}

.inputjml:hover {
  opacity: 0.82;
  color: rgba(181, 181, 181, 1);
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.inputjml:focus {
  cursor: default;
  padding: -13px 20px 0;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 25px/1 "amaranth", Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

input:focus {
  outline: none;
}




/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title h1 span {
  display: block;
  margin: 0 0 10px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Rerun */
.rerun {
  margin: 0 0 30px;
  text-align: center;
}
.rerun a {
  cursor: pointer;
  display: inline-block;
  background: #33b5e5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.rerun a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* Scroll To Bottom */
#codepen, #portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #2c3e50;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #ffffff;
  text-align: center;
}
#codepen i, #portfolio i {
  line-height: 56px;
}
#codepen:hover, #portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* CodePen */
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #33b5e5;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
          animation: buttonFadeInUp 1s ease;
}
#portfolio i {
  line-height: 44px;
}

/* Container */


/* Column */
.col {
  display: block;
  width: 100%;
  float: left;
}

/* Form Container */
.form-container {
  display: inherit;
  text-align: center;
}
.form-container p {
  padding: 24px 0;
  color: #666666;
  font-size: 12px;
}
.form-container p a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}

/* Form */
.form {
  display: block;
  background: #ffffff;
  margin: 0 auto;
  padding: 24px 48px 48px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.form .header {
  padding: 24px 0;
  text-align: center;
}
.form .header h1 {
  display: none;
  color: #33b5e5;
  font-size: 24px;
}
.form .header h1.active {
  display: block;
}
.form .footer {
  text-align: center;
}
.form .footer a {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}
.form form {
  display: none;
}
.form form.active {
  display: block;
}
.form .form-group {
  position: relative;
  margin: 0 0 24px;
}
.form .form-group:last-of-type {
  margin: 0 0 36px;
}
.form .form-group label {
  display: none;
}
.form .form-group input {
  outline: 0;
  background: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 12px;
  font-size: 14px;
  box-sizing: border-box;
}
.form .form-group input:valid, .form .form-group input:focus {
  color: #33b5e5;
}
.form .form-group input:valid ~ .line, .form .form-group input:focus ~ .line {
  background: #33b5e5;
  width: 100%;
}
.form .form-group .line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 0%;
  height: 2px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.button {
  cursor: pointer;
  position: relative;
  outline: none;
  background: #33b5e5;
  width: 100%;
  margin: 0 0 24px;
  padding: 12px 24px;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.form .button:hover:before {
  left: -10%;
}
.form .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.3);
  width: 60%;
  height: 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.style-2 .header {
  background: #33b5e5;
  margin: -24px -48px 24px;
  padding: 48px 24px;
}
.style-2 .header h1 {
  color: #ffffff;
}
.style-2 .form-group label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  font-size: 14px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.style-2 .form-group input:focus ~ label, .style-2 .form-group input:valid ~ label {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: translate(-8px, -18px) scale(0.75);
          transform: translate(-8px, -18px) scale(0.75);
}
.style-2 .form-group input::-webkit-input-placeholder {
  color: transparent;
}
.style-2 .button {
  border-radius: 0;
}

/* Tip */
#tip {
  max-width: 600px;
  border-radius: 3px;
  margin: 0 auto 100px;
  line-height: 1.7em;
  text-align: center;
}
#tip h1 {
  margin: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
}
#tip p {
  margin: 0 0 10px;
  color: #666666;
}
#tip p b {
  font-weight: 600;
}
#tip code {
  display: block;
  background: #232e34;
  margin: 0 0 100px;
  padding: 10px 20px;
  color: #CDD3DE;
  letter-spacing: 2px;
  text-align: left;
}
#tip code h1 {
  dsplay: block;
  background: #263238;
  margin: -10px -20px 20px;
  padding: 10px 20px;
  color: #CDD3DE;
  font-size: 18px;
}
#tip code h1:before {
  content: '\f121';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #546E7A;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#tip code p {
  margin: 0;
  color: inherit;
}
#tip code p:nth-child(2) {
  color: #C3E88D;
}
#tip code p:nth-child(4), #tip code p:nth-child(8), #tip code p:nth-child(12) {
  margin: 0 0 0 12px;
}
#tip code p:nth-child(5), #tip code p:nth-child(6), #tip code p:nth-child(7), #tip code p:nth-child(9), #tip code p:nth-child(10), #tip code p:nth-child(11), #tip code p:nth-child(13) {
  margin: 0 0 0 24px;
}
#tip code p span {
  color: #C38FE5;
}
#tip code p span:nth-child(2), #tip code p span:nth-child(3), #tip code p span:nth-child(4), #tip code p span:nth-child(5), #tip code p span:nth-child(6) {
  color: #FF5370;
}

.blue-grad-bg {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
}

.inputurl::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d8d8d8;
}
.inputurl:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d8d8d8;
   opacity:  1;
}
.inputurl::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d8d8d8;
   opacity:  1;
}
.inputurl:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d8d8d8;
}
.inputurl::-ms-input-placeholder { /* Microsoft Edge */
   color:    #d8d8d8;
}
.inputjml::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d8d8d8;
}
.inputjml:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d8d8d8;
   opacity:  1;
}
.inputjml::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d8d8d8;
   opacity:  1;
}
.inputjml:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d8d8d8;
}
.inputjml::-ms-input-placeholder { /* Microsoft Edge */
   color:    #d8d8d8;
}

#geser{
    display: none;
}

#tambahlike:focus{
    background-color: #1f95c1;
}

#logo{
    height:100%;
}


.menu-footer{
    display:none;
}
#footer-area {
    background-color: #2b323f;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 50px;
}


.copyright p {
    color: #fff;
    margin-bottom: 0;
}

.grad-bg-hover li a {
    position: relative;
}

.social a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #70798f;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 35px;
    z-index: 1;
}

/*TESTIMONY*/
.testimonial{
  margin-bottom: 50px;
}
.billboardContent {
    position: relative;
    background-color: #257b9a;
    border-radius: 3px;
    padding: 15px 10px 15px 42px;
    color: #f0f0f0;
}
.quote {
    display: inline-block;
    width: 29px;
    height: 23px;
    background: url("../img/quotes.png") no-repeat;
    position: absolute;
    left: 8px;
    top: 10px;
}
/*TESTIMONY END*/

@media (max-width: 768px) {
  .col {
    width: 100%;
  }
  #menuarea{
      background-color:#33b5e5;
  }

  .inputurl:hover {
    width: 350px;
  }
  .inputurl:focus {
    width: 490px;
  }

  .inputlike{
    margin-right: 0px;
    border-radius: 4px;
  }

  .listlike{
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
  }
  
  #geser{
      display:inherit;
  }
  
  .menu-footer{
    display:inherit;
  }
  
  

}



@media (max-width: 330px) {
    #logo{
        height: 90%;
    }
}
