body {
	background: url('../images/layout/bg-html.jpg') repeat top center;
}

html, body {
	height: 100%;
}

body {
	background-color: none !important;
}

.img-thumbnail.pull-right {
	margin-left: 15px;
}

.img-thumbnail.pull-left {
	margin-right: 15px;
}


img.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


img.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
} /* Used to clear floats without taking up space */



/* FRM */
.frm td, .frm th {
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
	line-height: 22px;
}
.frm th {
	padding-right: 10px;
	text-align: left;
	white-space:nowrap;
}
.frm input[type='text'],.frm input[type='password'], .frm textarea {
	width: 100%;
}
/* EO FRM */


/* FRM2 */
.frm2 th {
	padding: 0 0 3px 0;
	text-align: left;
}
.frm2 td {
	padding : 0 0 13px 0;
}
/* EO FRM2 */

.req {
	color: #CC0000;
} /* required field asterisk color */




h1.clear_float 	{ clear: both; }
h2.clear_float 	{ clear: both; }
h3.clear_float 	{ clear: both; }
p.clear_float 	{ clear: both; }
hr.clear_float 	{ clear: both; }


h1, h1 a 	{ font-size: 24px; margin: 0 0 12px 0; font-family: 'futura-pt', sans-serif; font-weight: bold; color: #58585B; }
h2, h2 a 	{ font-size: 22px; margin: 0 0 12px 0; font-family: 'futura-pt', sans-serif; font-weight: bold; color: #58585B; }
h3, h3 a 	{ font-size: 20px; margin: 0 0 6px 0; font-weight: bold; }
p 			{ font-size: 18px; margin: 0 0 35px 0; font-family: 'futura-pt', sans-serif; font-weight: 300; line-height: 24px; color: #58585B; }
a 			{ color: #CE6F18; }
a:hover		{ color: #b36116; }
label 		{ font-size: 18px; }
td 			{ font-size: 18px; }
th 			{ font-size: 18px; }















#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -70px;
}

.container {
	width: 100%;
	max-width: 800px;
}


/* Header */

.navbar_container {
	height: 70px;
	width: 100%;
	position: relative;
    z-index: 99;
}

.navbar {
  background-color: #CE6F18;
  border-radius: 0px;
  min-height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
	width: 100%;
  margin-bottom: 0px;

}

#head-container {
    display: flex;
    justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
}

.logo {
	margin-top: 10px;
}

.linked {
	float: right;
	margin-top: 30px;
	margin-right: 0;
}

/* Navigation */

#nav_container {
	margin-top: 25px;
}

#nav {
	height: 31px;
}

#p7menubar { margin: 0px; }

#p7menubar a { display: block; }
#p7menubar a.o { color: #00343D; }
#p7menubar a.trigger { color: #FFFFFF; }
#p7menubar li { float: right; width: 9em;	list-style-type: none; margin: 0px; }
#p7menubar li { position: relative; }
/* hide from IE mac \*/
    #p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li  { width: 100%; }
#p7menubar li ul { position: absolute; display: none; margin: 0px; z-index: 5000; }
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { }
#p7menubar li:hover ul, #p7menubar li.p7hvr ul { display: block; }

#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {  }

/* Set styles below */

#p7menubar a { padding: 0px 20px 0px 20px; color: #FFFFFF; font-size: 25px; font-family: 'futura-pt', sans-serif; font-weight: 400; line-height: 31px; }
#p7menubar a:hover { color: #00343D; text-decoration: none; }
#p7menubar li ul { width: 210px; }
#p7menubar li ul li a { font-weight: normal; line-height: 17px; padding-top: 8px; padding-bottom: 4px; }
#p7menubar li ul li a:hover {  }

/* drop over code */

#p7menubar li:hover ul li ul, #p7menubar li.p7hvr ul li ul {
	position: absolute; display: none; margin: 0px;
	margin-left: 200px;
	margin-top: -20px;
}

#p7menubar li:hover ul li:hover ul, #p7menubar li.p7hvr ul li:hover ul {
	display: block;
	border: 1px solid #FFFFFF;
}

.mobile-nav-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.mobile-nav-btn svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff;
    width: 34px;
}

.mobile-menu {
    display: none;
    height: 0;
    overflow: hidden;
}

.mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 30px 0 15px;
    padding: 0;
}

.mobile-menu ul li a {
    font-size: 25px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
}

.mobile-menu ul li a.o {
    color: #00343D;
}

/* Body */

.center-width {
	width: 100%;
	max-width: 1100px;
	height: auto;
	background: #FFF;
	margin: 0px auto;
}

.center-inner {
	padding: 40px 100px 100px 100px
}

.clients-center {
	width: 100%;
	max-width: 685px;
	margin: 0px auto;
}

.clients-center p.testimonial {
	font-family: 'futura-pt', sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	color: #58585B;
	margin-bottom: 25px;
}
.clients-name {
	font-family: 'futura-pt', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #58585B;
	display: block;
	margin-left: 180px;
	margin-bottom: 60px;
}

ul.client-list {
	padding-left: 0px;
}
ul.client-list li {
	list-style-type: none;
	font-family: 'futura-pt', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #58585B;
}

.content-left {
	width: 665px;
	float: left;
}
.img-right {
	width: 197px;
	float: right;
	margin-top: 14px;
}

.content p {
	margin-bottom: 20px;
}

.content ul {
	margin-bottom: 20px;
}
.content li {
  color: #58585B;
  font-family: 'futura-pt',sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}

/* Work */


.work-description {
	width: 891px;
	height: 588px;
	border: 1px solid #ce6f18;
	background: #FFFFFF;
	position: absolute;
	z-index: 2;
	display: none;
}

.work-blurb {
	width: 260px;
	min-height: 235px;
	float: left;
	margin: 15px 0px 0px 45px;
}

#work-description-1 {
	background: #FFF url('../images/neri-walter-j-cook-jeweler.jpg') no-repeat center center;
}
#work-description-2 {
	background: #FFF url('../images/neri-44-business-capital.jpg') no-repeat center center;
}
#work-description-3 {
	background: #FFF url('../images/neri-general-warren.jpg') no-repeat center center;
}
#work-description-4 {
	background: #FFF url('../images/neri-chester-county-opticians.jpg') no-repeat center center;
}
#work-description-5 {
	background: #FFF url('../images/neri-portfolio-the-runnifer.jpg') no-repeat center center;
}
#work-description-6 {
	background: #FFF url('../images/neri-portfolio-picket-fence.jpg') no-repeat center center;
}
#work-description-7 {
	background: #FFF url('../images/neri-all-phase-electric-co.jpg') no-repeat center center;
}
#work-description-8 {
	background: #FFF url('../images/neri-lark-design.jpg') no-repeat center center;
}
/*#work-description-9 {
	background: #fff url('../images/neri-portfolio-sv-dental.jpg') no-repeat center center;
}*/
#work-description-9 {
	background: #fff url('../images/neri-sv-dental.jpg') no-repeat center center;
}
#work-description-10 {
	background: #fff url('../images/neri-portfolio-mlem.jpg') no-repeat center center;
}
#work-description-11 {
	background: #fff url('../images/neri-portfolio-malvern-buttery.jpg') no-repeat center center;
}
#work-description-12 {
	background: #fff url('../images/neri-road-trip-masters.jpg') no-repeat center center;
}
#work-description-13 {
	background: #fff url('../images/neri-uphome.jpg') no-repeat center center;
}

.work-title {
	color: #cf7019;
	font-family: 'futura-pt',sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0px;
}
.work-client {
	color: #58585B;
	font-family: 'futura-pt',sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 0px;
}
ul.work-list {
	padding-left: 0px;
}
ul.work-list li {
	list-style-type: none;
	color: #58585B;
	font-family: 'futura-pt',sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0px;
}

.btn-close {
	background: url('../images/layout/btn-close.jpg') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
    width: 41px;
    height: 41px;
}

.work-description-inner {
	padding: 20px;
}


.work-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	position: relative;
	z-index: 1;
    margin: 0 -9px;
}


.work-img {
    flex-basis: 100%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	width: 100%;
    padding: 0 9px;
    margin: 0 0 18px;
    position: relative;
}

.work-img ul.da-thumbs {
	width: 100%;
	margin: 0px;
    height: auto;
}

.work-img ul.da-thumbs li {
    float: none;
}

.work-img ul.da-thumbs a:hover {
	text-decoration: none;
}

.work-img ul.da-thumbs li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.work-img ul.da-thumbs span {
	text-decoration: none;
	padding: 0px;
	margin: 130px 0 0 0;
}


#push { height: 70px; }

footer {
	min-height: 70px;
	color: #DDD;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 500;
    overflow: hidden;
}

footer .center-width {
    display: flex;
    align-items: flex-end;
    padding: 0 106px 11px 55px;
    background-color: transparent;
    position: relative;
}

footer .center-width:before {
    content: "";
    background: #00343D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw + 2px);
    height: 70px;
    z-index: -1;
}

footer .logo-bot {
    margin-right: 45px;
}

footer .footer-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 35px;
}

.footer-left p {
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 18px;
}

.footer-social {
    display: flex;
}

.footer-social a img {
	width: 22px;
}

.footer-social a {
    margin-left: 10px;
}


footer #social a img { width: 48px; margin: 0 8px 8px 0; opacity: 0.5; }
footer #social a:hover img { opacity: 1; }
footer .linked { float: none; margin-top: 0; }



.responsive-left-right {
    display: flex;
    margin: 0 0 40px;
}

.responsive-left-right.reverse {
    flex-direction: row-reverse;
}

.responsive-left-right .space {
    flex: 0 0 40px;
}

.responsive-left-right .content-left {
    flex: 1;
    float: none;
    width: auto;
}

.responsive-left-right .img-right {
    width: auto;
    flex: 0 0 197px;
    max-width: 197px;
    float: none;
}

.responsive-left-right .da-thumbs {
    width: 197px;
    height: 197px;
}


.testimonial {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.testimonial p {
    font-family: 'futura-pt', sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    color: #58585B;
    margin-bottom: 25px;
}

.testimonial ul {
    margin: 0;
    padding: 0;
    align-self: flex-end;
    list-style: none;
    width: 247px;
    max-width: 85%;
}

.testimonial li {
    font-family: 'futura-pt', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #58585B;
    position: relative;
}

.testimonial li span {
    display: block;
    font-size: 14px;
}

.testimonial li:before {
    content: "\2014";
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
}



/* WIDGETS */

	/* Blog */
		.blog-teasers.widget { margin: 0px; padding: 0px; }
		.blog-teasers.widget h3 { margin: 0 0 4px 0; }
		.blog-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }
		.blog-teasers.widget ul { margin: 0px; padding: 0px; }
		.blog-teasers.widget li { margin: 0px; padding: 0px; list-style-type: none; }
		.blog-teasers.widget p { margin: 0; }
		.blog-teasers.widget hr { margin: 12px 0; }



	/* News */
		.news-teasers.widget { margin: 0px; padding: 0px; }
		.news-teasers.widget h3 { margin: 0 0 4px 0; }
		.news-teasers.widget p.date { margin: 0 0 4px 0; opacity: 0.6; }
		.news-teasers.widget h3 { margin: 0 0 4px 0; }		.news-teasers.widget ul { margin: 0px; padding: 0px; }
		.news-teasers.widget li { margin: 0px; padding: 0px; list-style-type: none; }
		.news-teasers.widget p { margin: 0; }
		.news-teasers.widget hr { margin: 12px 0; }






a.uiLinkSubtle {
	color: #FF9900 !important;
}


.last-nav {
	padding-right: 0px !important;
}


.typekit-badge {
	display: none !important;
}



.mobile-top  {
	display: none;
}


@media only screen and (max-width : 767px) {
	.mobile-top  {
		background-color: #CE6F18;
		color: #FFF;
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		font-size: 20px;
		position: fixed;
		bottom: 130px;
		right: 10px;
		z-index: 501;
	}
	.mobile-top i  {
		line-height: 40px;
	}
	.mobile-top:hover  {
		color: #FFF;
		text-decoration: none;
		opacity: 0.9;
	}
}


