@media (min-width: 768px) {
	.list-higlights .col-sm-4 img {
		width: 100%;
	}

}
@media (min-width: 992px) {
	#site-nav {
	  bottom: -39px;
	  float: right;
	  position: absolute;
	  right: 20px;
	}
	#pagecontent {
	  padding: 0 0 0 30px;
	}
	
	.rell-links.center {
	  float: left;
	  width: 417px;
	  clear: none;
	}
}

@media (min-width: 1224px) {
	.wrapper,
	.container {
	  width: 1224px;
	}
	#top-slider .slides li .content {
		width: 70%;
		position: relative;
		margin: 50px auto 0 auto;
	}
	.rell-links.center {
	  float: left;
	  width: 608px;
	}
}

@media (max-width: 1200px) {
	#services-list li p {
		display: block;
		clear: both;
		font-size: 12px;
	}
}