/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-container { margin-top: 0px; }  

.tm-logo p { margin: 0px 0px -20px 0px; } /*atas kiri bawah kanan*/

input.uk-search-field {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: normal;
  width: 170px;
  height: 35px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  color: #555555;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 2px;
  background-clip: padding-box;
  font-weight: 300;
}

.ns2-introtext {
    text-align: justify;

