@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

h1 {
    font-size: 36px;
	color: red;
/*    color: #fff;*/
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

img{
    max-width: 100%;
}

h4 {
    font-size: 16px;
}

a {
    color: #000000;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #EC5538;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #22386a;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #58b4e7;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding:0px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-title{
    padding: 2px 0;
	padding-top: -20px;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 40px;
}




/*************************
********* Contact Us CSS ******
**************************/


.contact {
    padding-top: 0;
    
}

.row h1{
    color:#e5e5e5;
    font-family: 'Kapakana', sans-serif;
    font-size: 3rem;                                                                     
    font-weight: 500;
}

.row h4{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    text-align: justify;
    font-weight: 400;
    color: #e5e5e5;
    line-height: 2;
}


.contact-wrap .contact-form .form-group label {
    color: black;
    font-size: 16px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: center;
}


.form-group .form-control {
    padding: 0 12px;
    border-color:#45a049;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-radius: 10px;    
}

.form-group textarea.form-control{
    height: 150px;
}

.form-group button.btn-kirim{
    font-size: 15px;
    padding: 15px 60px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.form-group button.btn-loading{
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.form-group button.btn-close{
    display: flex;
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
}


textarea#message {
    resize: none;
    padding: 10px;
}

#contact-form .contact-wrap {
    margin-top: 20px;
}

.contact-title{
    text-align: left;
    margin-bottom: 70px;
    margin-top: 50px;
}

.contact-title h2{
    margin-top: 20px;
    font-size:3rem;
    font-weight: 700;
    color: #222;
}


.contact-title p{
    font-size: 1rempx;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-family: ubuntu;
}

.contact-form{
    margin-left: 30px;
}






  /* Style inputs */
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Style the container/contact section */
  /* 
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
   */
  
  /* Create two columns that float next to eachother */
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }
 