/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
.landerItem img {
	width: inherit;
}
*/
#headerLogo {
	margin: 5px auto;
}

.entry h3 {
  margin: 25px auto 10px auto !important;
}

p {
	margin: 0 0 15px;
}

h1 {
		  margin: 10px auto 10px auto !important;
}

a.slideInputBtn { text-decoration: none!important; }


@media (max-width: 767px) {
	#landerBlock {
		padding-top: 150px;
	}
	
	h1 {
		font-size: 25px;
	}
	
	h2 {
		font-size: 22px;
	}
	
	.nivo-caption	h1 {
		font-size: 25px !important;
	}
	
	.nivo-caption h2 {
		font-size: 20px !important;
	}
	
	.searchbox {
		text-align: left;
	}
	
	.translateBox {
		margin: 0;
	}
	
	.col-xs-7 {
		width: auto;
	}
	
	#navMobileMenu {
		width: auto;
	}
	
	.landerBtn {
    min-height: 35px; 
    line-height: 35px;
	}
}

@media (max-width: 500px) {
	a.slideInputBtn {
    margin-top: -30px;
	}
}

#homeContent .container {
	padding: 5px;
}

.homeCol {
	margin: 10px 0 5px;
}

.blogEntry .alignright {
	float: none;
}

.compareButtons {
	margin-top: -80px;
}

.homeWidget .featuredSidebarEntry {
	padding: 0 5px 5px 0;
}

.featuredSidebarEntry {
	margin: 0;
	padding: 0;
}

.featuredSidebarEntry h3 {
	padding: 0 !important;
}

#navigation ul {
	margin: 0 5px 5px 0;
}

#navigation li a {
	font-size: 14px;
	font-weight: bold;
}

h1,h2 {
	border-bottom: none;
}

hr {
	display: inherit;
	border-top: 1px solid #bbb;
}

a {
	text-decoration: underline;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	box-shadow: none;
	border-bottom: none;
}

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

.nivo-caption h1,h2 {
	float: none;
	text-transform: none;
	font-weight: normal;
}

table, th, td {
	border: 1px solid black;
	padding: 5px;
}

.glossary-item {
	margin: 10px 0 25px;
	list-style: none;
}

.glossary-item a {
	font-weight: bold;
	font-size: 18px;
	cursor: default;
	text-decoration: none;
	color: black;
}

.glossary-item-desc a {
	font-weight: bold;
	font-size: 14px;
	cursor: auto;
	color: #78256f;
}

.glossary-item-desc p {
	margin-top: 10px;
	margin-bottom: 5px;
}

.glossary-item-desc a:hover {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

.glossary .entry-meta {
	display: none;
}

.col-md-9 .postMeta {
	display: none;
}

#landerBlock div.sharedaddy {
	display: none;
}

#footer div.sharedaddy {
	display: none;
}

div.sharedaddy h3.sd-title:before {
	border-top: none;
	margin-bottom: 0;
}

#featured_widget-4 .alignright {
	display: none;
}