 /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Background Styles
 ========================================================================== */
body {

  /*border-top:15px solid #000;*/

  background: url("../images/background/default1.jpg") 50% 0 fixed;
}
@media (min-width: 767px) {
	  body {
    	
    background: #bfb6ba url("../images/background/default1.jpg") 50% 0 fixed;
     
  }
}



.uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1220px;
  padding: 0 2px;
  background: transparent;
}

.uk-panel {
  /* 1 */
  display: block;
  margin-left:0px;
  margin-right:0px;
  margin-top:-5px;
  margin-bottom:-10px;
  border-left: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-top: transparent;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #555555;
  background:transparent;
  /* 2 */
  position: relative;
}

/*Menu*/

.uk-navbar-nav > li > a {  
color: #000;
}
 .uk-navbar {
 
  color: #000;   
  background: #transparent;
  border-bottom: 1px solid rgba(204,204,204,0.8);
  /*background-image: url("../images/background/menu.png");*/
  }

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 15px;
  list-style: none;
  float: left;
 }
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
   display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
    /* 1 */
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  /*border-right: 0px solid #CCC;*/
  
  /* 2 */
  font-size: 12px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
  color: #333;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: #09F;
    
  /* 3 */
  outline: none;
  position: relative;

}
/* OnClick */
.uk-navbar-nav > li > a:active {
   border-bottom: transparent;
  
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  /*background-color: #dc5537;*/
  color: #333;
  /*background-origin: border-box;*/
  border-bottom: none;
  /* 1 */
  /*background-image: -webkit-linear-gradient(top, #e4623f, #d64c31);*/
  /*background-image: linear-gradient(to right, #f04f23, #f5831f);*/
  border-radius:0px 0 0 0px;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 40px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -13px;
  font-size: 10px;
  line-height: 12px;
}
/* box secondary*/
.uk-panel-box-secondary {
  padding:10px 10px 10px 10px;
  margin: 5px;
  border-left: 0px solid #CCC;
  border-bottom: 0px solid #CCC;
  border-radius: 0px;
  box-shadow:0px 0px 5px 0px #ccc;
  /*padding: 10px;*/ 

  background: url("../images/background/default1.jpg"); 
 }

.uk-panel-box-secondary-hover:hover {
  color: color;
}
.uk-panel-box-secondary .uk-panel-title {
  margin-top: 0px;
  border-bottom: 1px solid #5282a6;
  color: #055892;
  font-size:16px;
}

 /* badge (terkini dsb)*/
.uk-badge {
  display: inline-block;
  margin-top: -22px;
  margin-left: 30px;
  /*background: #dc5537;*/
  /*background-image: url("../images/badges/default.png");*/
  font-size: 11px;
  line-height: 45px;
  /*width: 65px;*/
  color: #ffffff;
  text-margin-top: -5px; 
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold; 
}
/*
 * Bottom B + Bottom C
 */


/* Border top if bottom-b is published */
/*.tm-grid-block.tm-bottom-c {
  padding: 10px;
  border-top: 15px solid #055892;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc;   
  background-image: url("../images/background/default1.jpg");
  
}
.tm-grid-block.tm-top-a{
  margin-bottom: 0px;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 5px solid #055892; 
  border-top: 0px solid #ccc;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc; 
 /* background: transparent;*/
  /*background-image: url("../images/background/default1.jpg");
  }
   
/*.tm-grid-block.tm-top-b{
 padding:10px;
 margin-top: -20px;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #055892; 
  border-top: 15px solid #055892;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc;
   
 /* background: transparent;*/
 /* background-image: url("../images/background/default1.jpg");
  }
  
.tm-grid-block.tm-bottom-a {
	padding: 10px;
	margin-top: -5px;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #055892; 
  border-top: 15px solid #055892;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc;
   
 /* background: transparent;*/
 /* background-image: url("../images/background/default1.jpg");
  }*/
    
/*.tm-grid-block.tm-bottom-b {
	padding: 10px;
	margin-top: -5px;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #055892; 
  border-top: 0px solid #055892;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc;
   
 /* background: transparent;*/
 /* background-image: url("../images/background/default1.jpg");
  }
  
 */
/*
 * Footer
 */


.tm-footer {
  position: relative;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #ffffff;
  box-shadow:0px 0px 10px 0px #ccc;   
  background-image: url("../images/background/default1.jpg");
}
/* Border top if bottom-b and/or bottom-c is published */
.tm-grid-block.tm-bottom-b + .tm-footer,
.tm-grid-block.tm-bottom-c + .tm-footer {
  border-top: 3px dashed #ccc;
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
    /* 1 */
  height: 45px;
  padding: 0 20px;
  line-height: 45px;

  
  /* 2 */
  color: #333;
  font-size: 14px;
  font-family: 'Roboto Condensed';
  font-weight: normal;
  
}

.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 55px;
  padding: 0 20px;
  float: left;
}

.tm-logo-small {
 letter-spacing: 0.5em;
 float: center;
 margin-top: -100 px;
}
