/*

Your custom css

*/

.rollover .rollover_on,
.rollover:hover .rollover_off {
	display: none;
}
.rollover .rollover_off,
.rollover:hover .rollover_on {
	display: block;
}

.mk-employees.classic-style .mk-employeee-networks {
	top: auto;
	bottom: 20px;
}

.top-navigation-placeholder {
	height:40px;
}
.top-navigation-container {
	height: 40px;
	background: #242424;
	overflow: hidden;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index:3000;
}

.top-navigation {
	max-width: 1140px;
	margin: 0 auto;
}

.top-navigation ul {
	list-style: none;
	margin:0;
	padding:0;
}

.top-navigation ul li {
	float:left;
	margin: 0 1px 0 0;
	vertical-align: middle;
}

.top-navigation ul li a {
	color: #ccc;
}
.top-navigation ul li a:hover {
	color: white;
	background: #76B231;
}

.top-navigation ul li a img {
	padding-top: 8px;
	width:20px;
}

.top-navigation ul li a {
	background: #2e2e2e;
	height: 39px;
	line-height: 39px;
	display:block;
	position: relative;
}

.top-base {
	float: left;
}

.top-custom {
	float: right;
}
ul.top-base li a {
	width: 42px;
	overflow: hidden;
	text-align: center;
}

ul.top-base li a.twitter-icon {
	padding-top: 2px;
	height:37px;
}

ul.top-base li a i.mk-jupiter-icon-simple-facebook,
ul.top-base li a i.mk-jupiter-icon-simple-linkedin {
	font-size:.875em;
}

ul.top-base li a i.mk-icon-envelope {
	font-size: .875em;
	height: 14px;
	line-height: 10px;
}

ul.top-custom li button.header-donate,
ul.top-custom li a {
	color: #76B231;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0 15px !important;
	border: none !important;
}

ul.top-custom li a i {
	font-size: 16px;

}
ul.top-custom li a i.mk-icon-tags {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}



/* media center */

.media-center .mk-portfolio-item.slidebox-hover .portfolio-meta {
	height: 245px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	ms-transform: none;
	background: none;
}

.media-center  .mk-portfolio-item.slidebox-hover .featured-image:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	ms-transform: none;	
}

.media-center .mk-portfolio-item.slidebox-hover .grid-hover-icons a.zoom-badge {
	display: none;
}

.media-center .mk-portfolio-item.slidebox-hover.portfolio-four-column .grid-hover-icons {
	top: 5px !important;
}

/*customer subscribe popup*/
.dr-subscribe-f-con {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11000;
  background: rgba(0,0,0,0.5);
}
.dr-subscribe-f-con .dr-subscribe-f {
  background: #fff;
  display: block;
  margin: 10% auto;
  padding: 20px 20px 0;
  position: relative;
  width: 500px;
}

.dr-subscribe-f-con .dr-subscribe-f input{max-width: 100%;}
.dr-subscribe-f-con .dr-subscribe-f .subscribe-close:before {content: "\f00d"; font-family: fontawesome;}
.dr-subscribe-f-con .dr-subscribe-f .subscribe-close {
  height: 28px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 28px;
  text-align: center;
}

@media screen and (max-width: 991px) {
    .dr-subscribe-f-con .dr-subscribe-f{
    	width: 265px;
    }
    .dr-subscribe-f-con .dr-subscribe-f > div > div{
    	width: 100% !important;
    }
    .dr-subscribe-f-con .dr-subscribe-f input{width: 90%;}
}
