html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	vertical-align: baseline;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  nav,  section {
	display: block;
}
audio,  canvas,  video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body,  button,  input,  select,  textarea {
	color: #2b2b2b;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #666666;
	overflow:hidden;
}
a {
	color: #666666;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,  a:active {
	outline: 0;
}
a:active,  a:hover {
}
h1,  h2,  h3,  h4,  h5,  h6 {
	clear: both;
	margin: 0px 0 12px;
	clear: none;
	color:#232b31;
	font-weight: 700;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,  strong {
	font-weight: 700;
}
cite,  dfn,  em,  i {
	font-style: italic;
}
mark,  ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code,  kbd,  tt,  var,  samp,  pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,  q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 32px;
	margin: 0px 0px 10px;
	padding:20px;
	background:#eee;
}
blockquote cite,  blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,  blockquote i,  blockquote cite {
	font-style: normal;
}
blockquote strong,  blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,  sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul,  ol {
	list-style: none;	
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
/*
li > ul,  li > ol {
	margin: 0 0 0 20px;
}*/
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button,  input,  select,  textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,  input {
	line-height: normal;
}
input,  textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],  input[disabled] {
	cursor: default;
}
input[type="checkbox"],  input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table,  th,  td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption,  th,  td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	
}
td, th{
	padding:10px;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
::selection {
	background: #11c8de;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
 background: #11c8de;
 color: #fff;
 text-shadow: none;
}


input,  textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 6px 10px 6px 35px;
	width: 100%;
	height: 47px;
}
.input-container {
	position: relative;
	margin: 0px 0px 30px 0px;
}
.input-container i {
	position: absolute;
	left: 15px;
	top: 50%;
	font-size: 14px;
	color: #999;
	margin-top: -7px;
	z-index:10;
}
textarea {
	width: 100%;
	height: 300px;
	padding: 10px;
}
input:focus,  textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */



button,  .contributor-posts-link,  input[type="button"],  input[type="reset"],  input[type="submit"] {
	border: 0;
	font-weight:bold
	color: #fff;
	font-size: 14px;
	line-height:14px;
	padding: 15px 30px;
	text-transform: uppercase;
	vertical-align: bottom;
	border-radius:0px;
}
button:hover,  button:focus,  .contributor-posts-link:hover,  input[type="button"]:hover,  input[type="button"]:focus,  input[type="reset"]:hover,  input[type="reset"]:focus,  input[type="submit"]:hover,  input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}
button:active,  .contributor-posts-link:active,  input[type="button"]:active,  input[type="reset"]:active,  input[type="submit"]:active {
	background-color: #55d737;
}
input[type="text"],  input[type="email"],  input[type="password"] {
	height: 47px;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}



/* Placeholder text color -- selectors need to be separate to work. */



::-webkit-input-placeholder {
 color: #939393;
}



:-moz-placeholder {
 color: #939393;
}



::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #939393;
}


.comment-content img,  .entry-content img,  .entry-summary img,  #site-header img,  .widget img,  .wp-caption {
	max-width: 100%;
}

.comment-content img[height],  .entry-content img,  .entry-summary img,  img[class*="align"],  img[class*="wp-image-"],  img[class*="attachment-"],  #site-header img {
	height: auto;
}
img.size-full,  img.size-large,  .wp-post-image,  .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */



embed,  iframe,  object,  video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,  p > iframe,  p > object,  span > embed,  span > iframe,  span > object {
	margin-bottom: 0;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,  img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,  img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,  img.aligncenter,  .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft,  .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p,  .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}

/* BlockQoutes*/*/  .wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
 .kode-uptodate ::-webkit-input-placeholder {
 color: #fff;
}
 .kode-uptodate :-moz-placeholder {
 color: #fff;
}
 .kode-uptodate ::-moz-placeholder {
 color: #fff;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
 .kode-uptodate :-ms-input-placeholder {
 color: #fff;
}
.kode-admin-post {
	float: left;
	width: 100%;
	padding: 20px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	border-left: none;
	border-top: none;
	border-right: none;
	margin: 0px 0px 30px;
}
.kode-admin-post figure {
	border: 3px solid #efefef;
	float: left;
	width: 104px;
	margin: 0px 0px 0px 0px;
}
.kode-admin-post figure img {
	width: 100%;
}
.kode-admin-post figure a {
	float: left;
	padding: 0px 0px 0px;
	width: 100%;
}
.kode-admin-post figure ~ .admin-info {
	padding: 0px 0px 0px 142px;
}
.admin-info h2 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
#kode-submit-form p {
	margin: 0px;
	padding: 0px;
}
.kode-uptodate .social-icons ul {
}
.kode-shop-list li {
	list-style: none;
}
.kode-slider-item ul {
	margin: 0px;
	padding: 0px;
}

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;	
}
body {
    color: #999999;
    font-weight: normal;
    background-color: #fff;
	line-height: 24px;
	margin:0px;
}
/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;    
}

/* Paragraph Typo */
p {
    letter-spacing: 0.2px;
    line-height: 28px;
	color:#777;
	margin:0px;
}
/* Link Typo */
a {
    color: #666666;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
/* HTML-5 Element Typo */
header,
detail,
article,
aside,
hgroup,
nav,
section,
figure,
figcaption,
footer{
	display:block;	
}
audio,
video,
canvas{
	float:left;
	width:100%;	
}
/* UL Typo */
ul,
ol {	
	margin: 0px;
	padding:0px 0px 0px 20px;
}
ol {
	list-style: decimal;
}
li{
	margin:0px 0px 5px 0px;
	color:#999999;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
	padding:0px;
}
li ol li:last-child,
li ul li:last-child{
	margin-bottom:0px;
}
/* Figure Element Typo */
img {
    max-width: 100%;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
/* Clear Typo */
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

/* Defaul Elment Typo */
strong {
    color: #777777;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-top:10px;
	clear:both;
	display:inline-block;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}
del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* IFrame Typo */
iframe {
    border: none;    
    width: 100%;
}
/* Form Input Typo */
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

label {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

select {
    border: 1px solid #d2d2d2;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button {
    border: none;
	font-size:16px;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	color: #2b2b2b;
	font-weight: 400;
	line-height: 1.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #d2d2d2;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 44px;
    line-height: 20px;
    outline: none;
    padding: 4px 10px;
    vertical-align: middle;
}
form p {
    float: left;
    position: relative;
    width: 100%;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
/* ThemeUnit Style's */
.fullsection {
    width: 100%;
    padding: 0px;
}
.fullsection .row {
    margin: 0px;
}
.fullsection [class*="col-md-"] {
    padding: 0px;
}
.full-content {
    width: 100%;
    float: left;
    padding: 0px;
}
.full-content .row { 
	margin: 0px; 
}
.thememargin { 
	margin: 0px 0px 30px 0px; 
}
.kd-pagesection {
    float: left;
    width: 100%;
}
/*Table Typo*/
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	padding:15px;
}

td {
	border-width: 0 1px 1px 0;
	padding:15px;
}

/* Place Holder Typo */
::-webkit-input-placeholder 	{color: #;}
:-moz-placeholder 				{ color: #; opacity: 1; }
::-moz-placeholder 				{ color: #; opacity: 1; }
:-ms-input-placeholder 			{color: #;}

.kode-newslatter ::-webkit-input-placeholder        {color: #b5b5b5;}
.kode-newslatter :-moz-placeholder                  { color: #b5b5b5; opacity: 1; }
.kode-newslatter ::-moz-placeholder                 { color: #b5b5b5; opacity: 1; }
.kode-newslatter :-ms-input-placeholder             {color: #b5b5b5;}


/*
	==============================================================
			WordPress Typo Element
	==============================================================	*/
	
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}


/* Selection Typo */
::selection {
    background: #58c333;
    color:#ffffff;
}
::-webkit-selection {
    background: #58c333;
    color: #ffffff;
}
    background: #3399ff;
::-moz-selection {
    color: #ffffff;
}


.kode_sidebar_wrap_side{
	padding:30px;
}
.law_achievements_img_kode iframe{
	margin-bottom:0px;
}
























.comment,
.pingback{
  padding: 15px 0;
  border-bottom: 1px solid #c7c7c7;
}
.pingback:first-child{
  border-top: 1px solid #c7c7c7;
}
.comment .kf_comment_wrap{
  border: none;
  padding: 0;
  margin: 0;
}
.kf_comment_wrap figure{
  height: auto;
}
.pingback p{
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  color: #444444;
}
.pingback p a{
  display: inline-block;
  box-shadow: 0 1px 0 0 currentcolor;
  font-weight: normal;
}
#reply-title{
  margin-top:20px !important; 
}







footer .widget_recent_comments ul li{
	margin: 0;
}
footer .widget_recent_entries ul li a{
	float: left;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
footer .widget_recent_comments ul li .comment-author-link{
	padding:5px;
	line-height: normal; 
}
footer .widget_meta ul li{
	margin:0; 
	transition: all 0.3s ease-in-out;
	border-color: rgba(255, 255, 255, 0.2)
}
footer .widget_meta ul li a{
	padding: 6px 0 8px;
	line-height: normal;
}
footer .widget_nav_menu ul li{
	padding:8px 0 0 0; 
	transition: all 0.3s ease-in-out;
}
footer .widget_nav_menu ul li a{
	margin-bottom: 10px; 
	transition: all 0.3s ease-in-out;
}
footer .widget_nav_menu ul li a:before{
	display: none;
}
footer .widget_nav_menu ul li:hover a,
footer .widget_nav_menu ul li a{
	padding: 0;
}
footer .widget_text select,
footer #cat option,
footer #archives-dropdown--1 option,
footer .textwidget select option{
	background: #999;
}
footer #cat,
footer .calendar_wrap thead tr,
footer .textwidget select,
footer #archives-dropdown--1,
footer .widget_text select{
	background-color: transparent;
}
/*FOOTER COLOR*/
footer .widget_tag_cloud .tagcloud a,
footer .newsletter_dec .radio_style2 .radio_dec > span,
footer .newsletter_dec em,
footer .newsletter_dec h6,
footer .newsletter_dec p,
footer .textwidget select,
footer .textwidget select option,
footer .widget_pages ul li a::before,
footer .widget_pages ul li a,
footer .widget_nav_menu ul li a,
footer #archives-dropdown--1,
footer #archives-dropdown--1 option,
footer #cat,
footer #cat option,
footer .widget_nav_menu ul li a,
footer .widget_categories ul li,
footer .screen-reader-text,
footer #wp-calendar th,
footer .calendar_wrap  caption,
footer .textwidget strong,
footer .rsswidget,
footer .rss-date,
footer .rssSummary,
footer .calendar_wrap  .caption,
footer .calendar_wrap td,
footer .widget_archive ul li a,
footer .widget_recent_comments li a,
footer .widget_meta ul li a,
footer .widget_categories ul li a ,
footer .widget_recent_entries ul li a,
footer .prev,
footer #next,
footer #next a,
footer #wp-calendar a,
footer #prev a,
footer cite,
footer .widget-search .kode-search input[type="text"],
footer .widget_categories ul li a::before
{
	color: #fff !important;
}
footer .widget_archive li,
footer #wp-calendar,
footer #wp-calendar th,
footer .calendar_wrap td{
	border-color: #fff;
}

footer .widget-search .kode-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer .widget-search .kode-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer .widget-search .kode-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer .widget-search .kode-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}