/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Logo - Header Style 2 */
.header-style2 #logo {
	float: none;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #587f22;
	display: block;
}

.header-style2 #logo a {
	display: inline-block;
}

.header-style2 #logo h1 {
	margin-bottom: 0;
}

.header-style2 #logo img {
	max-height: 200px;
}

#header-image img {
	display: block;
	width: 100%;
}

#header-image.header-image-boxed {
	display: block;
	margin: 0 auto;
	max-width: 1170px;
}

#nav-below {
	padding: 0;
	margin: 0 0 35px;
	border-top: 0 solid #EEE;
	border-bottom: 0 solid #EEE;
}

.nav-next a {
	display: block;
	color: inherit;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #FFF;
	border: 0 solid #e2e2e2;
	border-top: none;
}

.pag li span {
	color: inherit;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: none;
	border-left: 0 solid #EEE;
}

.pag > span:last-child li:last-child  a,

.pag > span:last-child li:last-child  span {
	border-right: 0 solid #EEE;
}

#header-sticky {
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 0 solid #EEE;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-style1.header-below #header {
	border-top: 0 solid #EEE;
	border-bottom: 0 solid #EEE;
}

.header-style1.header-below #header .sub-menu {
	border-top: 0 solid #EEE;
	border-bottom: 0 solid #EEE;
}

header-style2 #header-links {
	float: none;
	background: #FFF;
	border-top: 0 solid #EEE;
}

.header-style2 #header .header-links > ul > li > a {
	border-left: 0 solid #EEE;
}

.header-style2 #header .header-links > ul > li:last-child > a {
	border-right: 0 solid #EEE;
}

.header-style2 #header-search {
	padding-left: 0;
	border-left: 0 solid #eee;
	border-right: 0 solid #eee;
}

.pre-header-style2 #pre-header {
	background: #EEE;
	border-bottom: 0 solid #DDD;
}

#header-sticky .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border-top: 0 solid #E3E3E3;
	border-bottom: 0 solid #E3E3E3;
}