a { text-decoration: none;
}
footer a:hover, .xt_blog_content a:hover, .post a:hover, #tips a:hover, .navigation a:hover { text-decoration: underline;
}
/* responsive */
.KolomContainer { position: relative; top: 5px;
margin: .5em; 
}

.KolomKiri, .KolomKanan {  padding: 1.25em; }

.KolomKiri { margin-bottom: .5em; }

/* Responsive Css */
@media screen and (min-width: 43.5em ) {
  .KolomKiri { margin-right: 23.5em; margin-top: 3.5em !important;
 }

	.KolomKanan { position: absolute; top: 0.1em !important; right: 0; width: 22.75em; }   
}
/* search form */
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 70%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

/* search input */
input[type=search] {
	background: #ededed url(http://ykub.xtgem.com/Home/images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 10px 10px 10px 32px;
	width: 45px; height:8px;
	margin-top:8px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 100px; height:8px;
	background-color: #ccc;
	border-color: #ddd;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
/* Breadcrumb */

ul.breadcrumb {font-size:12px; text-transform: capitalize; padding: 4px 2px; list-style: none; } 
ul.breadcrumb li {display: inline;} ul.breadcrumb li+li:before { padding: 2px; color: black; content: "/\00a0"; } 

/* link color */
KolomKanan p a, .post a, .navigation a, .w3-kolom a, #tips a
 { color:darkblue;}

/* share */
#share-button{margin:0 0 8px 15px;padding:0;overflow:hidden;display: inline-table;
}
.share a {
margin-right: 8px;
}

img, iframe, table, textarea, pre, code {max-width:100%; height:auto; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear{clear:both}

/* font size */
.w3-word-wrap, .navigation, .labels, .kolom, p, pre, code, pre code, textarea { word-wrap:break-word;
}
.w3-concert { font-family: "Concert One", cursive;
font-weight: bold;
}
.w3-anton14 { font-family: 'Anton';font-size: 14px;}
.w3-anton18 { font-family: 'Anton';font-size: 18px;}
.w3-anton22 { font-family: 'Anton';font-size: 22px;}
.w3-allerta {
  font-family: "Allerta Stencil", Sans-serif;
font-weight: bold; font-size: 32px;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* position:fixed and top:0 */
.sticky + .content {
  padding-top: 60px;
}

.header {
  background-color: #f1f1f1;
  padding: 10px 30px;
  text-align: center;
}
/* sidebar left */
.mySidebar { position: absolute; top:0; left:0;
}
.w3-hover-icon:hover:after {
	font-family: FontAwesome;
	content:"❯";
	position: relative;
	float: right;
	color: white;
}
.w3-hover-icon:hover {
	position: relative;
   background-color: #3f51b5;
	color: white;
}

/* blocquote */
blockquote, textarea { 
  position: relative;
  word-wrap: break-word;
  font-family:Abel;
  background: transparent;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px 0.1em 30px!important;
}

blockquote::before { 
    position: relative;
    top: 15px; 
    left: -29px;
    color: darkblue;
    content:"❝"; 
    display: block;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.5em; 
    vertical-align: -0.4em; 
    opacity: 0.2;
}

blockquote:hover { 
 border-left: 10px solid #3f51b5;
}
.labels, .navigation {
text-align: justify;
}
.w3-hover-scale:hover {opacity: 0.1;}
h1.heading a { text-shadow:1px 1px 0 #aaa;
}
h2.description { font-size: 16px;
}
.w3-code{border-left:4px solid #3f51b5!important;
}
/* textarea */
textarea { width: 100%; height: auto;
border:none;
}
/* Hover title */

a[title]:hover { 
visibility: visible;
position: relative;
cursor: pointer;
}

a[title]:hover:after {
content: attr(title);
position: absolute;
bottom: 150%;
left: 0;
width: auto;
padding: 5px 10px 5px;
text-align: center;
border-radius: 3px;
background: #333;
color: #fff;
font-style: italic;
font-size:12px;
font-family: 'Alegreya SC', Georgia, serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
word-wrap: break-word;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
  animation: bounce 1s;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
background-color: #333;
}

a[title]:hover:before {
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
top: -9px;
content: "";
left: 50%;
position: absolute;
   animation: bounce 1s;
}

@keyframes bounce {
   0%, 20%, 60%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	} 
}