.container-fluid {
	width: 93.39%;
}

.navbar-brand {
	width: auto;
	height: 99px;
	margin-right: 20px;
	padding: 0;
}

.navbar-brand img {
	width: auto;
	max-height: 100%;
}

.navbar-default .navbar-brand img {
	margin-top: 0;
}

.navbar-brand.brand-text {
	height: auto;
	margin-top: 25px;
	color: #ffffff;
}

.navbar-brand.brand-text h4 {
	margin-top: 0;
}

.navbar-default.navbar-shrink .navbar-brand {
	padding: 0;
	height: 55px;
}

.navbar-default.navbar-shrink .navbar-brand img {
	margin-top: 0;
}

.navbar-default.navbar-shrink .navbar-brand.brand-text {
	margin-top: 0;
}

.navbar-default.navbar-shrink .navbar-brand.brand-text h4 {
	line-height: 55px;
}

#blog {
	height: 557px;
}

.dark-overlay {
	height: 557px;
	background-color: rgba(90, 53, 16, 0.74);
	padding-top: 145px;
}

.navbar-default {
	padding: 77px 0 25px 0;
}

.navbar-default .nav li a {
	padding: 28px 25px;
	line-height: 15px;
	font-size: 15px;
	letter-spacing: 0;
}

.navbar-default.navbar-shrink {
	background-color: rgb(90, 53, 16);
}

.navbar-default.navbar-shrink .navbar-brand {
	padding-bottom: 0;
}

.navbar-default.navbar-shrink .nav li a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-right {
	float: left !important;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0;
}

.vision div.vision-border {
	padding: 65px 57px;
}

.vision-border {
	width: 833px;
	border-top: none;
	border-right: 4px solid #ef6231;
	border-bottom: none;
	border-left: 4px solid #ef6231;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.vision-border h4 {
	margin-top: 0;
	line-height: 24px;
	font-size: 24px;
	letter-spacing: 0;
}

.vision-border h2 {
	margin: 14px 0 0 0;
	line-height: 48px;
	font-size: 48px;
	letter-spacing: 0;
}

.vision-border h6 {
	margin: 10px 0 0 0;
	line-height: 15px;
	font-size: 15px;
	letter-spacing: 0;
}

.vision-border:hover {
	border-right: 4px solid #ef6231;
	border-left: 4px solid #ef6231;
}

.vision-border:hover .border-top-left,
.vision-border:hover .border-bottom-right {
	width: 5px;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.vision-border:hover .border-bottom-left {
	width: 241px;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.vision-border .border-top-left {
	width: 241px;
	height: 4px;
	background: #ef6231;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.vision-border .border-bottom-left {
	width: 5px;
	height: 4px;
	background: #ef6231;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.vision-border .border-bottom-right {
	width: 224px;
	height: 4px;
	background: #ef6231;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}

.blog-posts,
.blog-post {
	margin-top: 57px;
}

.divider {
	padding-top: 57px;
	border-bottom: 2px dashed #d7d7d7;
}

.blog-posts .post .post-image {
	width: 55.96%;
	height: 386px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.blog-posts .post.photoplast-lite-post-left .post-image {
	float: left;
}

.blog-posts .post.photoplast-lite-post-right .post-image {
	float: right;
}

.blog-posts .post .post-content {
	width: 41.640127388%;
}

.blog-posts .post .post-content h2,
.blog-post .post h2 {
	margin: 0;
	line-height: 29px;
	font-size: 29px;
	letter-spacing: 0.1em;
	text-align: left;
}

.blog-post .post h2 {
	text-align: center;
}

.blog-posts .post .post-content .list-inline,
.blog-post .post .list-inline {
	margin-top: 22px;
	margin-bottom: 0;
	line-height: 22px;
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif !important;
	font-size: 13px;
	color: #6e6e6e;
	text-align: left;
	letter-spacing: 0;
}

.blog-post .post .list-inline a {
	color: #6e6e6e;
}

.blog-posts .post .post-content .content-entry,
.blog-post .post .content-entry {
	margin-top: 25px;
}

.blog-posts .post .post-content .content-entry p,
.blog-post .post .content-entry p {
	margin-bottom: 0;
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif !important;
	line-height: 22px;
	font-size: 15px;
	color: #333;
	letter-spacing: 0;
}

.blog-posts .post .post-content .content-read-more {
	height: 54px;
	line-height: 48px;
	margin-top: 20px;
	padding: 0 42px;
	border: 3px solid #ef6231;
	color: #ef6231;
	display: inline-block;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
}

.blog-posts .post .post-content .content-read-more:hover {
	background-color: #ef6231;
	color: #fff;
}

.blog-posts .post .post-content .content-read-more:hover,
.blog-posts .post .post-content .content-read-more:focus {
	text-decoration: none;
}

.blog-posts .post .post-content .list-inline li {}

.blog-posts .post .post-content .list-inline li a {
	color: #6e6e6e;
}

.blog-posts .post .post-content h2 a {
	color: #6e6e6e;
}

.blog-posts .post .post-content h2 a:hover {
	color: #ef6231;
}

.blog-posts .post .post-content h2 a:focus {
	text-decoration: none;
}

.blog-post .post .content-entry ul,
.blog-post .post .content-entry ol {
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #333;
	letter-spacing: 0;
}

.blog-post .post .content-entry ul li,
.blog-post .post .content-entry ol li {
	margin: 5px 0 5px 35px;
}

.blog-post .post .content-entry h1,
.blog-post .post .content-entry h2,
.blog-post .post .content-entry h3,
.blog-post .post .content-entry h4,
.blog-post .post .content-entry h5
.blog-post .post .content-entry h6 {
	margin: 30px 0;
}

.blog-post .post .content-entry dl {
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 30px;
}

.blog-post .post .content-entry dl dt {
	margin: 5px 0;
}

.blog-post .post .content-entry dl dd {
	margin: 5px 0;
}

.blog-post .post .content-entry table {
 	width: 100%;
 	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
 	font-size: 20px;
}

.blog-post .post .content-entry table caption {
	color: #808080;
	margin-bottom: 10px;
	font-weight: 700;
}

.blog-post .post .content-entry table thead {
  color: #808080;
}

.blog-post .post .content-entry table thead th {
	padding-bottom: 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.blog-post .post .content-entry table thead th:last-child {
 	border-right: none;
}

.blog-post .post .content-entry table tbody {
	color: #808080;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

.blog-post .post .content-entry table tbody a {
 	font-weight: 700;
}

.blog-post .post .content-entry table tbody tr {
 	border-bottom: 1px solid #eee;
}

.blog-post .post .content-entry table tbody tr:last-child {
 	border-bottom: none;
}

.blog-post .post .content-entry table tbody tr td {
	border-right: 1px solid #eee;
	padding: 7px;
}

.blog-post .post .content-entry table tbody tr td:last-child {
 	border-right: none;
}

.blog-post .post .content-entry table tfoot {
	font-size: 14px;
	color: #808080;
}

.blog-post .post .content-entry table tfoot #next {
 	text-align: right;
}

.blog-post .post .content-entry table a {
	color: #808080;
	text-decoration: underline;
}

.blog-post .post .content-entry table a:hover {
 	text-decoration: none;
}

.blog-post .post .content-entry table td#prev {
 	padding-top: 10px;
}

.blog-post .post .content-entry table td#prev a {
 	color: #808080;
}

.blog-post .post .content-entry table td#next {
 	padding-top: 10px;
}

.blog-post .post .content-entry table td#next a {
 	color: #808080;
}

.blog-posts .post .post-content.post-content-no-image {
	width: 100%;
}

.blog-posts .post.photoplast-lite-post-left .post-content {
	float: right;
}

.blog-posts .post.photoplast-lite-post-right .post-content {
	float: left;
}

#bsocials {
	background-color: #e89f61;
	max-height: none;
	min-height: 0;
	padding: 37px 0 48px 0;
}

#bsocials p {
	margin-bottom: 0;
	line-height: 17px;
	font-size: 17px;
}

#bsocials .follow-me {
	height: 118px;
	margin-top: 22px;
	padding: 0 30px 0 58px;
	display: inline-block;
	border-right: 2px solid #ffd3ae;
	border-left: 2px solid #ffd3ae;
	position: relative;
	letter-spacing: 0;
}

#bsocials .follow-me p {
	line-height: 118px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 36px;
	color: #fff;
}

#bsocials .follow-me .border-top-left {
	width: 121px;
	height: 2px;
	background-color: #ffd3ae;
	position: absolute;
	top: 0;
	left: 0;
}

#bsocials .follow-me .border-bottom-left {
	width: 3px;
	height: 2px;
	background-color: #ffd3ae;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bsocials .follow-me .border-bottom-right {
	width: 111px;
	height: 2px;
	background-color: #ffd3ae;
	position: absolute;
	right: 0;
	bottom: 0;
}

#bsocials ol.social {
	margin-top: 36px;
}

#bsocials ol.social li {
	margin: 0 0 0 55px;
	padding: 0;
}

#bsocials ol.social li:first-child {
	margin-left: 0;
}

#footer-nav {
	height: auto;
	background-color: #d98b48;
	padding: 40px 0;
}

#footer-nav span {
	line-height: 14px;
	font-size: 14px;
	letter-spacing: 0;
}

#footer-nav span a:hover {
	text-decoration: none;
}

#footer-nav .footer-nav-bar {
	margin: 0 70px;
}

.pagination .page-numbers.current {
	background-color: #e89f61;
}

.pagination .page-numbers:hover {
	background-color: #e89f61;
}

#commentform .form-group input:focus,
#commentform .form-group textarea:focus {
	border: 1px solid #e89f61;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1024px) {
	.blog-posts .post.photoplast-lite-post-right .post-image {
		width: 100% !important;
		height: 500px;
		margin-right: 0 !important;
		margin-bottom: 42px;
	}
	.blog-posts .post.photoplast-lite-post-left .post-image {
		width: 100% !important;
		height: 500px;
		margin-left: 0 !important;
		margin-bottom: 42px;
	}
	.blog-posts .post.photoplast-lite-post-right .post-content,
	.blog-posts .post.photoplast-lite-post-left .post-content {
		width: 100%;
	}
	#footer-nav span {
		line-height: 20px;
		font-size: 20px;
	}
	.vision-border {
		width: 94%;
	}
	.vision-border h4 {
		line-height: 28px;
		font-size: 28px;
	}
	.vision-border h2 {
		line-height: 76px;
		font-size: 76px;
	}
	.vision-border h6 {
		line-height: 15px;
		font-size: 15px;
	}
	.navbar-default .navbar-brand img {
		height: auto;
	}
}
 
@media (max-width: 768px) {
	.blog-posts .post.photoplast-lite-post-right .post-image,
	.blog-posts .post.photoplast-lite-post-left .post-image {
		height: 300px;
	}
	#footer-nav span {
		line-height: 16px;
		font-size: 15px;
	}
	.navbar-default {
		background: rgb(90, 53, 16);
		padding: 25px;
	}
	#footer-nav .footer-nav-bar {
		margin: 0 35px;
	}
	.navbar-default .navbar-toggle {
		margin: 0;
		float: right;
	}
	.vision div.vision-border {
		padding: 65px 50px;
	}
	.navbar-default.navbar-shrink .navbar-brand {}
	.navbar-default.navbar-shrink .navbar-brand img {
		width: auto;
		max-height: 100%;
		vertical-align: baseline;
	}
}

@media (max-width: 767px) {
	.navbar-header {
		width: auto;
		float: left;
	}
}

@media (max-width: 600px) {
	.blog-posts .post .post-content .content-read-more {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.navbar-header {
		width: 100%;
	}
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-brand {
		height: 85px;
	}
	.navbar-default.navbar-fixed-top {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 23px;
	}
	.vision-border h4 {
		line-height: 20px;
		font-size: 20px;
	}
	.vision-border h2 {
		line-height: 50px;
		font-size: 50px;
	}
	.blog-posts .post .post-content h2,
	.blog-post .post h2 {
		line-height: 40px;
		font-size: 40px;
	}
	.blog-posts .post .post-content .list-inline,
	.blog-post .post .list-inline {
		line-height: 20px;
		font-size: 20px;
	}
	.blog-posts .post .post-content .content-entry p,
	.blog-post .post .content-entry p {
		line-height: 30px;
		font-size: 25px;
	}
	#bsocials p {
		line-height: 20px;
		font-size: 20px;
	}
	#bsocials .follow-me p {
		font-size: 40px;
	}
	#bsocials ol.social li {
		margin-left: 25px;
	}
	#bsocials ol.social li a i {
		font-size: 25px;
	}
	#footer-nav span {
		line-height: 11px;
		font-size: 11px;
	}
	#footer-nav .footer-nav-bar {
		margin: 0 15px;
	}
}

@media (max-width: 480px) {
	.vision div.vision-border {
		padding: 65px 25px;
	}
	.vision-border h2 {
		line-height: 30px;
		font-size: 30px;
	}
	#bsocials ol.social li {
		margin-left: 15px;
	}
	#footer-nav {
		padding: 40px 10px;
	}
	#footer-nav .footer-nav-bar {
		margin: 0 8px;
	}
}