
	/* start customstyles.php */

	.simpleclassbyoptions{
margin: auto;
}

section#top #topmenu {
  font-size: 12px;
  width: 160%;
}

header .wrapper #logo {
  border: 0px;
}

section#content .wrapper {
  padding-top: 20px;
}

header .wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
}

header .wrapper #sublogo .description {
  display: none;
}

nav .wrapper {
  text-transform: uppercase;
  font-size: 14px;
}

section#slider .featimg .info {
  background: rgba(52, 49, 49, 0.79);
  padding: 20px 30px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  height: 275px;
}

section#slider .featimg .info {
  margin: 105px;
}

section#featured .featured-articles article {
  margin-bottom: 30px;
  font-size: 0px;
}

#subfooter {
  display: none;
}

section#content aside .asidefix {
  display: none;
}

section#content #main .featimg {
  display: none;
}
/*
.col-sm-4 {
  width: 33%;
}
*/
.col-sm-8 {
  width: 100%;
}

.col-sm-12 {
  width: 100%;
}

h2, .h2 {
  font-size: 24px;
}

section#featured .featured-articles h3 a {
  font-size: 19px;
}

section#featured .featured-articles h2 {
  margin-top: 10px;
}

section#featured .featimg .countcomments {
  border: 0px solid white;
}

section#featured .featured-articles article {
    min-height: 350px;
}

.fa-fw {
  display: none;
}

blockquote {
    font-size: 16px;
    font-style: italic;
}

/*
@media screen and (max-width:500px) {
body { width: 98%; }
section#featured .featured-articles h3 a { display:none; }
section#featured .featured-articles h2 { display:none; }
}
*/

@media screen and (max-width:500px) {
section#featured .featimg:hover .hoverimg h2 { display:none; }
section#slider .slick-slider .slick-dots li button { display:none;}
}	
		
	
		
		
		