.overlayer {background: rgba(0, 0, 0, .35) !important;}
.default-theme .my-codehim li a:hover {background:#F65314;color:#fff;}
.default-theme .splash {background:#fff;}
.default-theme {background:#ffffff;}
.default-theme .codehim-search input[type="text"] {background:transparent;color:#666;}
.default-theme .dropdown-heading:hover, .default-theme .menu-item li a:hover {background: #b92921;color: #fff;}
.default-theme .close-menu, .default-theme .codehim-menu-trigger, .default-theme .codehim-search-trigger, .default-theme .codehim-search > .back-arrow {
	color: #fff;
}
.default-theme .codehim-search > .back-arrow {background: #b92921;}
.default-theme .search-now {
	background: #fff;
	color: #b92921;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.default-theme .nav-icon span {background: #000000;height:3px;}
.default-theme .tab-container {border-bottom: 4px solid #ccc;}
.default-theme .search-now:disabled {
	background: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.7);
}
.default-theme .menu-item {color:#ccc;}
.default-theme .dropdown-heading, .default-theme .menu-item li a {border-bottom: 1px dotted rgba(0, 0, 0, 0.1);color: #666;}
.default-theme span.dropdown-heading {color:#666;}
.default-theme .has-sub ul li a {color:#666;}
.default-theme .codehim-nav {background:#ecf0f1;}
.default-theme .codehim-search {background:#b92921;}
.default-theme .show-popup > .close-popup {color:#fff;}
.default-theme .show-popup .top {
	background: rgb(46,54,65);
}
.default-theme .show-popup textarea {
	border: 1px solid #bbb;
	caret-color: #16a085;
	color: #666;
}
.default-theme .show-popup input[type="submit"] {
	background: #b92921;
	color: rgba(255, 255, 255, 0.9);
}
.default-theme .show-popup input[type="submit"]:hover {
	background: rgba(0, 0, 0, 0.40);
}
.default-theme .has-sub ul {
	background: #fff;
}
.default-theme .has-sub ul li a:hover {
	background: #d43b33;
	color: #fff;
}
.default-theme .tab-name {
	color: #777;
}
.default-theme .tab-name:hover {
	color: #b92921;
	transition: .3s;
}
.default-theme .tab-name1-active, .default-theme .tab-name2-active {
	color: #b92921;
}
.default-theme .tab-name2-active:before, .default-theme .tab-name1-active:before {
	border-bottom: 4px solid #b92921;
}
.default-theme .facebook, .default-theme .twitter, .default-theme .gplus {
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
}
.default-theme .twitter:hover {
	background: #55ACEE
}
.default-theme .facebook:hover {
	background: #3B5998
}
.default-theme .gplus:hover {
	background: #EA4335
}
.show-popup {
	background: #eee;
	color: #666;
}
.default-theme .search-now:hover {
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.4);
}
.codehim-card p {
	color: #666;
}
.show-popup h4 {
	color: rgba(255, 255, 255, 0.7);
	background: #b92921;
}
.default-theme .search-now:disabled {
	background: rgba(0, 0, 0, 0.25);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	box-shadow: none;
}
.default-theme .codehim-search input[type="text"]:focus {
	color: #fff;
	outline: 0;
	border: 0;
}
 @media only screen and (min-width: 480px) {
.default-theme .codehim-search input[type="text"]:focus {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #fff;
	background: transparent;
	color: #fff;
}
}
 .default-theme .codehim-search input[type="text"]::placeholder {color: rgba(255, 255, 255, 0.9);}
 .default-theme .codehim-search input[type="text"]:-ms-input-placeholder {color: rgba(255, 255, 255, 0.9);}
 .default-theme .codehim-search input[type="text"]::-ms-input-placeholder {color: rgba(255, 255, 255, 0.9);}
