#header {
border: none;
}

#header.stick-on-top {
	min-height: 90px;
}

.sitename {
	font-size: 32px !important;
	margin-left: 7%;
	text-decoration: underline;
	height: auto !important;
	margin-bottom: 4%;
}

.slogan {
	display: inline-block !important;
	vertical-align: top;
	margin: 1% 0 0 7%;
}

#mainnav .nav > li.active a::after, #mainnav .nav > li.active .separator::after {
	border: none;
}

#Slides {
	padding-top: 0 !important;
	max-height: 500px;
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#mainnav {
	top: 0 !important;
}

.banner > .custom > p {
	margin: -5px 2% 0 0;
	font-size: 18px;
	font-weight: bold;
	vertical-align: ;
	font-family: 'Times New Roman', serif;
	letter-spacing: 3.5px;
}

.page-header {
	display: none;
}

.boxes {
	padding: 2%;
	text-align: center;
}

h5.section-title {
	font-size: 20px;
	color: #3498db;
	font-weight: normal;
}

.box-image {
	height: 128px;
	width: 128px;
	margin: 10px auto;
}

.image-one, .image-two, .image-three {
	background-image: url(/images/sprites/spritesheet.png);
	background-size: 250px;
}

.image-one {
	background-position: 125px 0px;
}

.image-two {
	background-position: 0px 125px;
}

.top-sl.grey-bg {
	background-color: #d1d1d1;
	color: #303030;
	padding-top: 0% !important;
	margin-top: -35px;
}

.blog-featured {
	width: 85%;
	margin: 0 auto;
}

h3 {
color: #3498db;
}

#content {
	margin-top: -25px;
}

ul, ol {
    padding: 0;
    margin: 0 0 0 0;
}

.bot-sl .container {
	padding: 30px 0;
}

.bot-sl {
	background: #fff;
}

/* Testimonial scroller */

.bt-cs .bt-inner img {
	margin: 10px 3% !important;
	border-radius: 170px;
	height: 150px;
	width: 150px !important;
}

.blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  min-height: 170px;
}
.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  display: inline;
}

.bt-cs .bt-inner img {
	 outline: none !important; 
	 border: none !important; 
	
}

.item-page {
	width: 90%;
	margin: 0 auto;
}


/* scroller end */

