	#slider-1-container{
		float: left;
		width: 450px;
		overflow: hidden;
		height: 180px;
		margin-top: -15px;
	}
	
	#slider-1-container h3{
		margin-top: 0px;
	}

	.slider-1-box{
		float: left;
		margin-top: 18px;
	}
	#slider-1-dots{
		float: right;
		position: relative;
		top: -35px;
	}
	#slider-1-dots span{
		float: right;
		width: 15px;
		height: 15px;
		background: url("../images/dot.png");
		cursor: pointer;
	}
	#slider-1-dots span.current{
		background: url("../images/dot-current.png");
	}
	#slider-1-title{
		float: left;
	}
	.img-cont{
		float: left;
		width: 135px;
		height: 93px;
		margin-right: 15px;
		position: relative;
   		border:1px solid #eee;
		padding: 5px;
		top:-40px;
	}
	
	.img-cont-inter{
		width: 135px;
		height: 93px;
		overflow: hidden;
	}
	
	.full-article-link{
		float: right;
		padding: 3px 5px 3px 5px;
		background: #e1436d;
		position: relative;
		top: -3px;
	}
	.full-article-link a{
		text-decoration: none;
	}
	.kmt-single-entry{
		width: 100%!important;
		padding-left: 0!important;
		margin-left: 0!important;
	}
	.entry-meta a{
		text-decoration: none;
	}
	#nav-single{
		margin: 30px 0;
		text-align: center;
		font-style: italic;
		background: url('../images/nav-single-border.png') no-repeat top;
	}
	.nav-previous{
		float: left;
		font-size: 11px;
		font-weight: bold;
	}
	.nav-previous a{
		color: #e1436d;
		text-decoration: none;
		font-style: italic;
	}
	.nav-previous a:hover{
		text-decoration: underline;
	}
	.nav-next{
		float: right;
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
	}
	.nav-next a{
		color: #e1436d;
		text-decoration: none;
	}
	.nav-next a:hover{
		text-decoration: underline;
	}


/*Dirty Hacks--------------
--------------------------*/	
	
	body.page-id-11 #nav-single{ 
		display: none !important; 
	}
	#nav-above{
		margin: 35px 0 50px 0;
	}
	#nav-below{
		margin: 35px 0 50px 0;
	}
	footer.entry-meta{
		margin-bottom: 12px;
	}
	.contact-details{
		margin:30px 0 0 20px;
	}
	.contact-details a{
		text-decoration: none;
	}
	.contact-details a:hover{
		text-decoration: underline;
	}
	#map-holder{
		width: 200px;
		height: 135px;
		margin: 20px 0 5px 20px;
		border: 5px solid #fff;
	}
	#map-holder small a{
		color: #fff!important;
		font-style: italic;
		text-decoration: none;
	}
	ul#home-featured-services li a{
		color: #D7003A;
		text-decoration: none;
	}
	ul#home-featured-services li a:hover{
		color: #D7003A;
		text-decoration: underline;
	}
	ul#home-featured-solutions li a, .testimonials-readmore-button{
		color: #FFFFFF;
		text-decoration: none;
		background: #0a6eb6;
		padding: 12px;
		margin-top: 20px;
		font-family: 'Lato', sans-serif;
		font-size: 13px;
	}
	div#home-feed-right .slider .img-cont{
		top: 0!important;
	}




