/*----------------------------------------------------------------------

JRUITER - Master Styles

DEVELOPED BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Chris Chiles
Date Created:	12/28/2009
Last Modified:	09/14/2015

Copyright 2015, All Rights Reserved.

----------------------------------------------------------------------*/
@import url('/assets/css/reset.css');

html {
	height: 100%;
}
body {
	font: normal 10px Verdana, Arial, sans-serif;
	background: #FFF;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
#sidebar {
	left: 0;
	top: 0;
	padding-left: 100px;
	position: fixed;
	height: 100%;
	background: #FFF;
	width: 130px;
	z-index: 1000;
}
h1 {
	position: absolute;
	bottom: 275px;
	float: left;
}
h1 a {
	display: block;
	width: 77px;
	height: 14px;
	background: url('/assets/images/logo.png') no-repeat left top;
	text-indent: -9999px;
}
#nav {
	position: absolute;
	bottom: 130px;
	clear: left;
	float: left;
	width: 80px;
}
#nav li a {
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
}
#nav li a:hover,
#nav li a.active {
	background-color: #000;
	color: #FFF;
}

#nav li.social{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	margin-right: 4px;
}

#nav li.social a:hover{
	background-color:transparent;
	color: #000;
}

#entries {
	position: absolute;
	bottom: 130px;
	margin-left: 230px;
	height: 370px;
}
#entries .entry {
	float: left;
	position: relative;
	overflow: hidden;
	color: #808080;
	margin-right: 50px;
	height: 370px;
}
#entries .entry .column {
	position: absolute;
	margin-right: 25px;
	padding-top: 4px;
}
#entries .entry .columns {
	height: 340px;
	position: relative;
	top: 20px;
	min-width: 300px;
}
#entries .entry.img .columns {
	margin-top: -10px;
}
#entries .entry.text .columns {
	margin-top: 10px;
}
#entries .entry .column.last {
	margin-right: 0;
}
.entry .border {
	float: left;
	width: 100%;
	padding-bottom: 2px;
	height: 12px;
}
.entry.text .border {
	border-bottom: 5px solid #CCCCCC;
}
.img-nav {
	float: left;
}
.img-nav li {
	display: inline;
}
#entries .img-nav li a {
	padding: 0 2px;
	color: #808080;
	text-decoration: none;
}
#entries .img-nav li a.activeSlide {
	color: #262626;
}
#entries .img-nav li a:hover {
	background-color: #404040;
	color: #FFF;
}
.share {
	float: right;
}
.share li {
	display: inline;
	text-indent: -9999px;
}
.share li.facebook a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 5px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat 0px 0px;
}
.share li.twitter a {
	margin-right: 13px;
	display: block;
	float: left;
	width: 8px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -18px 0px;
}
.share li.email a {
	display: block;
	float: left;
	width: 14px;
	height: 10px;
	background: url('/assets/images/share.png') no-repeat -38px 0px;
}

.share li.pinterest a {
	margin-left: 13px;
	display: block;
	float: left;
	width: 14px;
	height: 10px;
	background: url('/assets/images/pinterest.png') no-repeat 0px 0px;
}

.share li.facebook a:hover {
	background: url('/assets/images/share.png') no-repeat 0px -10px;
}
.share li.twitter a:hover {
	background: url('/assets/images/share.png') no-repeat -18px -10px;
}
.share li.email a:hover {
	background: url('/assets/images/share.png') no-repeat -38px -10px;
}
.share li.pinterest a:hover{
	background: url('/assets/images/pinterest.png')no-repeat 0px -10px;
}

.entry .slides {
	/*width: 100%;*/
	height: 302px;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
	z-index: 0;
}
#entries .entry .slides .prev, #entries .entry .slides .next {
	display: block!important;
	position: absolute;
	width: 50%;
	height: 300px;
	left: 0;
	z-index: 1000!important;
	text-indent: -9999px;
	cursor: pointer;
}
#entries .entry .slides .next {
	left: auto!important;
	right: 0!important;
}
.entry h2 {
	line-height: 16px;
	color: #262626;
	text-transform: uppercase;
}
#entries .entry h2 a {
	color: #262626;
	text-decoration: none;
}
#entries .entry h2 a:hover {
	background: none;
}
.entry p,
#ie-page p {
	line-height: 16px;
	margin: 0 0 1em 0;
	width: 300px;
}
.entry h2 + p {
	margin-top: 0;
}
.entry .read-more {
	z-index: 500;
	position: absolute;
	display: block;
	float: left;
	bottom: 3px;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-more:hover {
	color: #FFF;
	background-color: #404040;
}
.entry .read-less {
	position: relative;
	top: 15px;
	right:0;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
.entry .read-less:hover {
	color: #FFF;
	background-color: #404040;
}
.entry p a:link, .entry p a:visited, .entry p a:active {
	color: #262626;
	text-decoration: none;
}
.entry p a:hover {
	color: #FFF;
	background: #262626;
}

#ie-page #entries {
	bottom: 115px;
	height: auto;
	position: absolute;
}
#ie-page #entries,
#ie-page p {
	width: 422px;
}
#ie-page h2 {
	line-height: 16px;
	text-transform: uppercase;
}
#ie-page p {
	color: #808080;
}
#browser-list li {
	float: left;
	margin: 20px 10px;
}
#browser-list a {
	background: url(/assets/images/btn-browsers.png) no-repeat;
	display: block;
	height: 110px;
	text-indent: -9999px;
	width: 117px;
}
a#ff-btn {
	background-position: -141px 0;
	position: relative;
	left: 5px;
}
a#ie-btn {
	background-position: -274px 0;
}

img.sizer {
	height: auto;
	position: absolute;
	visibility: hidden;
	max-width: 100%;
}

/*------------------------
  Responsive Styles
------------------------*/
.menu-btn {
	color: #808080;
	display: none;
	line-height: 17px;
	padding-left: 15px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
.menu-btn:before,
.menu-btn:after {
	border-top: 1px solid #808080;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 6px;
		-moz-transition: all .125s linear;
		-ms-transition: all .125s linear;
		-o-transition: all .125s linear;
		-webkit-transition: all .125s linear;
	transition: all .125s linear;
	width: 10px;
}
.menu-btn:after {
	top: 9px;
}
.show-menu .menu-btn:before,
.show-menu .menu-btn:after {
	top: 8px;
}
.show-menu .menu-btn:before {
	margin-top: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.show-menu .menu-btn:after {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	body {
		font-size: 12px;
	}

	/* Wrapper */
	#wrapper {
		padding-top: 54px;
		width: auto!important;
	}

	/* Nav */
	#sidebar {
		border-bottom: 1px solid #e9e9e9;
		box-sizing: border-box;
		height: auto;
		padding: 10px 20px;
		width: 100%;
		z-index: 1000;
	}
	h1 {
		position: static;
	}
	.menu-btn {
		display: block;
	}
	#nav {
		max-height: 0;
		overflow: hidden;
		position: static;
			-moz-transition: all .125s linear;
			-ms-transition: all .125s linear;
			-o-transition: all .125s linear;
			-webkit-transition: all .125s linear;
		transition: all .125s linear;
	}
	#nav li + li {
		padding-top: 4px;
	}
	#nav li:first-child {
		margin-top: 14px;
	}
	#nav li a {
		display: inline-block;
		padding: 4px 0;
	}
	.show-menu #nav {
		max-height: 240px;
	}

	/* Entry List */
	#entries {
		height: auto;
		margin: 0;
		padding: 0 20px 20px;
		position: static;
		width: auto!important;
	}
	#entries .entry {
		float: none;
		height: auto;
		margin-bottom: 70px;
		overflow: visible;
		width: 100%!important;
	}
	.entry .border {
		float: none;
		height: 20px;
		position: relative;
		z-index: 1;
	}
	#entries .img-nav {
		margin-top: -4px;
		max-width: calc(100% - 65px);
		padding-top: 4px;
		overflow-x: auto;
	}
	#entries .img-nav li a {
		padding: 4px 5px;
		position: relative;
		top: -3px;
	}
	#entries .entry .columns,
	#entries .entry.img .columns {
		height: auto;
		margin: 0;
		min-width: 0;
		top: 0;
		width: auto!important;
	}
	#entries .entry .column {
		left: 0!important;
		margin: 0;
		padding-top: 0;
		position: relative;
		width: auto!important;
	}
	#entries .entry .column + .column {
		display: none;
	}
	.entry .slides {
		background: #f7f7f7;
		height: auto;
		width: 100%;
	}
	.entry img:not(.sizer) {
		display: block;
		height: auto!important;
		left: 0!important;
		max-height: 100%;
		max-width: 100%;
		position: relative!important;
		width: auto!important;
	}
	.entry h2 {
		margin-bottom: .25em;
	}
	.entry p {
		display: none;
		line-height: 1.5em;
		width: auto;
	}
	.entry.contact p {
		display: block!important;
	}
	.entry .read-more,
	.entry .read-less {
		display: inline-block;
		float: none;
		position: static;
	}
	.entry .read-more {
		margin-top: 1em;;
	}
	.entry .read-less {
		display: none;
	}

	/* Videos */
	.vid-holder {
		height: 0;
		padding-bottom: 56.25%;
		position: relative;
		width: 100%;
	}
	.vid-holder iframe {
		height: 100%!important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%!important;
	}
}
