* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a { text-decoration: none;}

img { border: none; }
.clear { clear: both; }
.col-2-3 { width: 66.66%; }
.col-1-3 { width: 33.33%; }
.col-1-2 { width: 50%; }
.col-1-4 { width: 25%; }
.col-1-8 { width: 12.5%; }

body {
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	background: #fff;
}
.wrapper {
	max-width: 100%;
	margin: 0 auto;
}


.content-title {
	color: #ed1f24;
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
	font-size: 31px;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

/* Header */
.header {
	
}
.request-quote {
	background: #3a3a3c;
	font-size: 16px;
	padding: 10px 16px;
	text-align: right;
}
.request-quote a {
	color: #fff;
	font-weight: 600;
}
.nav-container {
	min-height: 75px;
	border-bottom: 3px solid #ed1f24;
	background: #000;
	padding: 0 57px 0 80px;
}
.logo-box {
	padding: 12px 0 16px 0;
	float: left;
}
.nav {
	float: right;
	
}
.nav {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
.nav li {
	display: inline-block;
	padding: 12px 23px;
	position: relative;
}
.nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}
.nav li:hover {
	background: #2e2e30;
	transition: all 0.4s ease;
}
.nav li.on {
	background: #2e2e30;
}

.nav li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	/*background: #000;*/
	z-index: 100;
	margin-top: 30px;
	padding: 0;
}
.nav li ul li {
	float: none;
	background: #000;
	display: block;
	padding: 22px 20px;
	min-width: 260px;
	text-align: left;
}
.nav li ul li.arrow {
	padding: 0;
	background: none;
	min-width: 17px;
	height: 15px;
	margin-left: 20px;
}
.show {display:block;}


/*
.nav li:hover ul {
	display: block;
}
*/


.hero {
	min-height: 551px;
	background-image: url("../_img/hero-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 50;
}
.hero-caption-mobile {
	display: none;
}
.hero div.hero-caption {
	position: absolute;
	bottom: 15%;
	left: 80px;
}
.hero div.hero-caption div {
	margin: 25px 0;
}
.hero div.hero-caption div a {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	background: #ed1f24;
	text-transform: uppercase;
}


.entry-points-container {
	min-height: 420px;
	max-width: 1194px;
	margin: 0 auto;
	padding: 70px 0;
	display: flex;
}
.entry-point {
	max-width: 398px;
	width: 33.33333%;
	background: #ededee;
}
.entry-point-img {
	
}
.entry-point-img img{
	display: block;
	width: 100%;
	height: auto;
}
.entry-point-img a {

}
.entry-point-title {
	text-align: center;
	text-transform: uppercase;
	background: #ededee;
	padding: 26px 0;
}
.entry-point-title a {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	display: block;
}
.entry-point-title a img {
	
}

.intro-text-container {
	background-image: url('../_img/red-black-fade.jpg');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 14px 12px;
	display: flex;
}

.intro-text-img {
	width: 50%;
	flex: 1;
	min-height: 386px;
	background-image: url('../_img/intro-text-img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.intro-text-img-mobile {
	display: none;
}
.intro-text-img img {
	width: 100%;
	height: auto;
}
.intro-text-txt {
	flex: 1;
	background: #ededee;
	padding: 50px;
	height: 386px;
	width: 668px;
}
.intro-text-txt p {
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
}
p.intro-text-title {
	color: #ed1f24;
	font-size: 31px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
}
.intro-text-txt p a {
	color: #ed1f24;
	font-size: 14px;
	font-weight: 600;
	padding: 11px 25px;
	border: 3px solid #ed1f24;
}


.bmv-news {
	min-height: 377px;
	width: 100%;
	background-image: url('../_img/bmv-news-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 78px;
}
.bmv-news p {
	margin: 0;
	padding: 0;
}
.bmv-news-title {
	font-size: 31px;
	font-weight: 900;
	color: #ed1f24;
	text-align: center;
	padding-bottom: 56px !important;
}
.bmv-news-title span {
	color: #fff;
}
.bmv-news-slider {
	width: 100%;
	display: table;
}
.bmv-news-arrow {
	 display: table-cell;
	 vertical-align: middle;
	 width: 61px;
	height: 61px;
}
.bmv-news-arrow a {
	width: 61px;
	height: 61px;
}
.bmv-news-arrow a.previous-arrow {
	text-indent: -9000px;
	background: url('../_img/news-arrow-left-off.png') 0 0 no-repeat;
	display: block;
}
.bmv-news-arrow a.next-arrow {
	text-indent: -9000px;
	background: url('../_img/news-arrow-right-off.png') 0 0 no-repeat;
	display: block;
}
.bmv-news-item {
	display: table-cell;
	width: auto;
	padding: 0 44px;
	height: 127px;
}

.bmv-news-date-box {
	width: 126px;
	height: 127px;
	text-align: center;
	display: table-cell;
}
.bmv-news-mmdd {
	background: #ed1f24;
	color: #fff;
	font-size: 55px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	padding: 10px 10px 0 10px;
}
.bmv-news-mmdd span {
	font-size: 22px;
	display: block;
}
.bmv-news-yy {
	padding: 10px;
	background: #000;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.bmv-news-article {
	display: table-cell;
	padding-left: 30px;
}
.bmv-news-article-title {
 	font-size: 22px;
	font-weight: 900;
	
}
.bmv-news-article p {
	padding: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.image-divide {
	
}
.image-divide img {
	width: 25%;
	float: left;
	height: auto;
}


/* Content Pages */

.content-banner {
	height: 180px;
	width: 100%;
	background-image: url('../_img/content-banner-bg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-banner h1 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 180px;
	color: #fff;
	margin: 0 0 0 4%;
	padding: 0;
}

.content-container {
	max-width: 1283px;
	margin: 0 auto;
	padding: 70px 40px;
	font-size: 18px;
}
.content-txt {
	width: 50%;
	float: left;
}
.content-img-left {
	margin-right: 5% !important;
	margin-left: 0 !important;
}
.content-img {
	width: 45%;
	margin-left: 5%;
	float: left;
}
.content-img img {
	width: 100%;
	height: auto;
	display: block;
}
.about-mbl-txt {display: none;}

.about-owners {
	width: 50%;
	float: left;
}
.about-brochure {
	width: 45%;
	margin-left: 5%;
	float: left;
}
.about-brochure img {
	width: 100%;
	height: auto;
	max-width: 359px;
}

.about-owners {
	
}

.owner-box {
	float: left;
	max-width: 279px;
}
.owner-box:first-child {
	margin-right: 25px;
}
.owner-box img {
	display: block;
	width: 100%;
	height: auto;

}
.owner-box p {
	text-align: center;
}
.owner-box p span {
	font-weight: 700;
	font-size: 20px;
	display: block;
}
.about-service-container {
	/*background-image: url('../_img/red-black-fade.jpg');
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;*/
	background: #000;
	width: 100%;
	padding: 0;
	display: flex;
	min-height: 465px;
}

.as-text-img {
	width: 50%;
	flex: 1;
		background-image: url('../_img/as-hand.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.as-text-img-mbl {
	display: none;
}
.as-text-img img {
	width: 100%;
	height: auto;
}
.as-text-txt {
	flex: 1;
	padding: 50px 70px;
	min-height: 465px;
	width: 668px;
	color: #fff;
}
.as-title {
	font-size: 31px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.as-title span {
	color: #ed1f24;
}

.as-text-txt ul {
	color: #ed1f24;
}
.as-text-txt ul li p{
	color: #fff;
	margin: 0;
	padding: 0;
}

.manu-banner-divider {
	background-image: url('../_img/optical-manu-banner.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 294px;
}
.manu-banner-divider p {
	color: #fff;
	font-size: 61px;
	padding-top: 80px;
	line-height: 60px;
	margin-left: 80px;
	font-weight: 700;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.manu-banner-divider-02 {
	background-image: url('../_img/opti-manu-image-divider-02.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 294px;
}
.manu-banner-divider-02 p {
	color: #fff;
	font-size: 31px;
	padding-top: 80px;
	line-height: 36px;
	margin-left: 80px;
	font-weight: 700;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.banner-divider-02-mbl-txt, .banner-divider-03-mbl-txt {
	display: none;
}
.manu-banner-divider-03 {
	background-image: url('../_img/capa-banner-divider.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 293px;
}
.manu-banner-divider-03 p {
	color: #fff;
	font-size: 31px;
	padding-top: 80px;
	line-height: 36px;
	margin:0 0 0 80px;
	font-weight: 700;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}

.manu-banner-divider-04 {
	background-image: url('../_img/contact-banner-img.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 293px;
}
.manu-banner-divider-04 p {
	color: #fff;
	font-size: 31px;
	padding-top: 80px;
	line-height: 36px;
	margin:0 0 0 40%;
	font-weight: 700;
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
}
.manu-banner-divider-04 p.banner-divider-04-mbl-txt {
	display: none;
}


.opti-manu-intro-text .intro-text-img {
	width: 50%;
	flex: 1;
	min-height: 386px;
	background-image: url('../_img/opti-manu-img-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.case-studies-intro-text .intro-text-img {
	width: 50%;
	flex: 1;
	min-height: 416px;
	background-image: url('../_img/case-studies-img-02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.case-studies-intro-text .intro-text-txt {
	height: 416px;
}

.grey-area {
	background: #ededee;
	padding: 10px 0 60px; 0;
}
.capa-title {
	font-size: 31px;
	color: #ed1f24;
	text-align: center;
	font-weight: bold;
}
.capa-boxes {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.capa-box {
	display: inline-block;
	background: #fff;
	width: 353px;
	height: 268px;
	margin:15px 22px;
	text-align: center;
	vertical-align: top;
}
.capa-box-img {
	width: 353px;
	height: 173px;
}
.capa-box-img img {
	display: block;
	width: 100%;
	height: auto;
}
.capa-box p {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
}
.capa-box span {
	
}

.case-studies-list {
	
}
.case-studies-list li {
	color: #ed1f24;	
}
.case-studies-list li p {
	color: #000;
	padding: 0;
	margin: 0;
}

.map-container {
	width: 100%;
	min-height: 503px;
	/*background-image: url('../_img/map-placeholder.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	*/
	
	position: relative;
}
.map-pin {
	position: absolute;
	top:15px;
	left: 0;
}
.map-box {
	background: #fff;
	width: 311px;
	height: 234px;
	position: absolute;
	top:140px;
	left: 0;
	border: 1px solid #c2c2c2;
	padding: 40px;
}
.map-box p.map-title {
	font-weight: 900;
	color: #ed1f24;
	font-size: 31px;
	padding-bottom: 10px;
}
.map-box p {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.contact-container {
	padding: 80px 20px;
	text-align: center;
}

.contact-info {
	font-size: 20px;
}
.contact-info span {
	font-weight: 600;
	color: #ed1f24;
}
.contact-social {
	margin: 30px 0 0 0 ;
}
.contact-social a {
	margin: 0 10px;
}

.contact-form-container {
	padding: 80px 20px;
	text-align: center;
}
.request-title {
	color: #ed1f24;
	font-size: 31px;
	font-weight: bold;
}

.contact-form-container form {
	max-width: 650px;
	margin: 0 auto;
}
.contact-form-container form label {
	display: block;
	text-align: left;
	color: #1d1418;
	margin-top: 20px;
	margin-bottom: 5px;
}
.contact-form-container form input, textarea {
	display: block;
	width: 100%;
	border: 1px solid #002f56;
	height: 47px;
}
.contact-form-container form textarea {
	min-height: 160px;
}
.contact-form-container form input.submit {
	width: auto;
	background: none;
	color: #ed1f24;
	border: 2px solid #ed1f24;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	padding: 10px 30px;
	margin: 40px 0 0 0;
}
.contact-slash {
	margin: 0 20px;
}

/* BLog */

.blog-list {
	
}
.blog-item {
	border-bottom: 2px solid #ed1f24;
	padding: 20px;
}
.blog-item:nth-child(even) {
	background: rgba(127, 127, 127, 0.1);
}
.blog-list-title {
	font-size: 21px;
	font-weight: 900;
	color: #ed1f24;
	text-transform: uppercase;
}
.blog-list-content {
	
}
.blog-list-content p a {
	color: #ed1f24;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border: 3px solid #ed1f24;
}
.blog-list-screencap {
	display: inline-block;
	max-width: 240px;
	width: 20%;
}
.blog-list-screencap img {
	width: 100%;
	height: auto;
}
.blog-list-summary {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin-right: 2%;
}

/* FOOTER */
.top-footer-wrapper {
	min-height: 323px;
	background-image: url('../_img/top-footer-bg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 40px;
}
.top-footer {
	max-width: 892px;
	margin: 0 auto;
	padding: 58px 0 69px 0;
}
.top-footer-item {
	width: 33.33333%;
	float: left;
}

.top-footer-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-footer-item ul li {
	font-size: 16px;
	text-transform: uppercase;
	margin: 3px 0;
}
.top-footer-item ul li.tfi-title {
	color: #ed1f24;
	font-weight: 900;
}
.top-footer-item ul li a {
	color: #000;
}
.top-footer-item ul.tfi-red {
	margin-top: 20px !important;
}
.top-footer-item ul.tfi-red li a {
	color: #ed1f24;
}

.top-footer-contact {
	line-height: 20px;
}
.top-footer-contact span {
	color: #ed1f24;
	font-weight: 900;
}
.top-footer-contact a {
	color: #000;
}

.rc-social {
	text-align: right;
}
.rc-social a {
	display: block;
}


.bottom-footer {
	background: #000;
	height: 103px;
}
.bottom-footer p {
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 40px 0;
}
.bottom-footer p a {
		color: #ed1f24;
	}

.mobile-footer-logo {
	display: none;
}

.bmv-news-mobile-arrows {
	display: none;
}
.mobile-nav-container {display: none;}
.mobile-nav {display: none;}


.career-split {
	width: 45%;
	float: left;
}
.current-job-title {
	font-weight: bold;
	font-size: 24px;
}
.current-job-txt {
	font-weight: bold;
}
.resumeLnk {
	padding: 10px 50px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}

/* RESPONSIVE */

@media only screen and (max-width: 1060px) { 
	.logo-box {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.nav {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.manu-banner-divider-04 p {
		margin:0 0 0 30%;
	}
}

@media only screen and (max-width: 980px) { 
	.intro-text-txt p {
		color: #000;
		font-size: 16px;
		margin: 0;
		padding: 10px 0;
	}
	p.intro-text-title {
		color: #ed1f24;
		font-size: 26px;
		font-weight: 900;
		text-transform: uppercase;
		padding: 0;
	}
	
}

@media only screen and (max-width: 830px) { 
	.intro-text-txt p {
		color: #000;
		font-size: 16px;
		margin: 0;
		padding: 10px 0;
	}
	p.intro-text-title {
		color: #ed1f24;
		font-size: 24px;
		font-weight: 900;
		text-transform: uppercase;
		padding: 0;
	}
}
@media only screen and (max-width:768px) {
	
	.nav {display: none;}
	
	.nav-container {
		min-height: inherit;
		padding: 20px 30px;
		border: none;
	}
	.mobile-nav-container {
		display: block;
		width: 35%;
		float: left;
	}
	.mobile-nav {
	  width: 100%;
	  display: none;
	  background: #000;
	  position: absolute;
	  top: 118px;
	  z-index: 1000;
  }
  .mobile-nav ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  text-align: center;
  }
  .mobile-nav ul li {
	  width: 100%;
	  border-bottom: 1px solid #424242;
	  color: #fff;
		font-weight: 600;
		font-size: 28px;
		display: block;
		padding: 20px 10px;
		transition: all .7s ease;
  }
	.mobile-nav ul li a {
		color: #fff;
		font-weight: 600;
		font-size: 28px;
		display: block;
		padding: 5px 10px;
		transition: all .7s ease;
	}
	.mobile-nav ul li span {
		padding: 5px 10px;
		display: block;
	}
	.mobile-nav ul li a:hover {
		background: #2e2e30;
		color: #fff;
	}
	.mobile-nav ul li.request-quote-mobile {
		background: #db0e21;
	}
	
	.mobile-nav ul li ul {
		display: none;
	}
	.mobile-nav ul li ul li {
		border: none;
	}
	
	
	.mobile-menu-btn {
		font-weight: 900;
		color: #db0e21;
		padding: 12px 20px;
		background: #fff;
		font-size: 29px;
		float: right;
		margin: 20px 0;
	}
	.content-banner {
		padding: 0 20px;
	}
	
	.logo-box {
		width: 65%;
		float: left;
	}
	.logo-box a {
		display: block;
	}
	.logo-box img {
		width: 100%;
		height: auto;
	}
	
	.request-quote{display: none;}
	
	.hero-caption {
		display: none;
	}
	
	.hero div.hero-caption-mobile {
		position: absolute;
		bottom: 25%;
		left: 0;
		display: inherit;
	}
	.hcmb {
		padding-bottom: 30px;
	}
	.hero div.hero-caption-mobile div {
		margin: 25px 0;
	}
	.hero div.hero-caption-mobile div a {
		font-size: 40px;
		font-weight: 500;
		color: #fff;
		padding: 10px 20px;
		background: #ed1f24;
		text-transform: uppercase;
	}
	
	.entry-points-container {
		min-height: 420px;
		max-width: inherit;
		width: 100%;
		margin: 0 auto;
		padding: 70px 0;
		display: block;
	}
	.entry-point {
		max-width: inherit;
		float: none;
		width: 100%;
		display: block;
	}
	.entry-point-img {
		
	}
	.entry-point-img img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.intro-text-container {
		display: block;
	}
	.intro-text-img {
		flex: none;
		width: 100%;
		display: none;
	}
	.intro-text-img-mobile {
		display: block;
		width: 100%;
		flex: none;
		min-height: inherit;
	}
	.intro-text-img-mobile img {
		width: 100%;
		height: auto;
	}
	.intro-text-txt, .case-studies-intro-text .intro-text-txt{
		flex: none;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	
	.content-container {
		padding: 20px 0;
	}
	.content-txt {display: none;}
	
	.content-img {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0;
	}
	
	.about-mbl-txt {
		display: block;
		padding: 0 40px;
	}
	
	.about-btm {
		text-align: center;
	}
	.about-owners {
		width: 100%;
		float: none;
		display: block;
		padding: 0 40px;
	}
	.about-brochure {
		width: 100%;
		float: none;
		display: block;
		margin-left: 0;
		padding: 0 40px;
	}
	.owner-box {
		width: 279px;
		float: none;
		display: block;
		margin: 0 auto !important;
		text-align: center;
	}
	.about-service-container {
		display: block;
	}
	.as-text-txt {
		flex: none;
		width: 100%;
		display: block;
		padding: 40px 20px;
	}
	.as-text-img {
		flex: none;
		width: 100%;
		display: none;
	}
	.as-text-img-mbl {
		display: block;
	}
	.as-text-img-mbl img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.opti-manu-container .content-txt {
		display: block;
		width: 100%;
		padding: 0 20px 10px 20px;
	}
	
	.opti-manu-container {
		padding: 20px 0 0 0;
	}
	
	.manu-banner-divider {
		background-image: url('../_img/optical-manu-banner-mbl.jpg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 953px;
	}
	
	.manu-banner-divider p {
		font-size: 80px;
		line-height: 80px;
		padding: 40px 0 0 40px;
		margin: 0;
	}
	.manu-banner-divider-02 {
		background-image: url('../_img/opti-manu-image-divider-02-mbl.jpg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 838px;
	}
	.manu-banner-divider-02 p {
		font-size: 45px;
		line-height: 45px;
		padding: 40px 0 0 40px;
		margin: 0;
		display: none;
	}
	.manu-banner-divider-02 p.banner-divider-02-mbl-txt {
		display: block;
	}
	.manu-banner-divider-03 {
		background-image: url('../_img/capa-banner-divider-mbl.jpg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 838px;
	}
	.manu-banner-divider-03 p {
		font-size: 45px;
		line-height: 45px;
		padding: 40px 0 0 40px;
		margin: 0;
		display: none;
	}
	.manu-banner-divider-03 p.banner-divider-03-mbl-txt {
		display: block;
	}
	
	.manu-banner-divider-04 {
		background-image: url('../_img/contact-banner-img-mbl.jpg');
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 838px;
	}
	.manu-banner-divider-04 p {
		font-size: 45px;
		line-height: 45px;
		padding: 60px 0 0 40px;
		margin: 0;
		display: none;
	}
	.manu-banner-divider-04 p.banner-divider-04-mbl-txt {
		display: block;
	}
	.contact-container {
		padding: 60px 20px 80px 20px;
	}
	.contact-info span {
		display: block;
		margin-top: 20px;
	}
	.contact-info span.contact-slash {
		display: none;
	}
	
	.blog-list-summary {
		display: block;
		width: 100%;
		margin-right: 0;
		
	}
	.blog-list-screencap {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	
	.top-footer-wrapper {
		background: none;
	}
	.mobile-footer-logo {
		display: block;
		padding-bottom: 30px;
	}
	
	.top-footer-item {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.tfi-contact img {
		display: none;
	}
	
}
@media only screen and (max-width: 750px) { 
	.image-divide img {
		width: 50%;
	}
	.image-divide img.oddimg {
		float: right;
	}
	.bottom-footer {
		height: auto;
	}
	.bottom-footer p {
		padding: 20px 0;
	}
	.bottom-footer p span {
		display: block;
		text-indent: -9999px; 
		height: 10px;
	}
	
	.bmv-news {
		height: auto;
		padding: 40px 20px;
		position: relative;
		text-align: center;
	}
	.bmv-news-slider {
		display: block;

	}
	.bmv-news-title {
		padding-bottom: 20px !important;
	}
	.bmv-news-item {
		display: block;
		height: auto;
		padding-bottom: 30px;
	}
	.bmv-news-date-box {
		display: block;
		margin: 0 auto;
	}
	.bmv-news-article {
		display: block;
		padding: 50px 0 0 0;
		text-align: center;
	}
	.bmv-news-arrow {
		display: none;
	}
	.bmv-news-mobile-arrows {
		display: block;
		padding: 20px 0;
	}
	.bmv-news-mobile-arrows a {
		
	}
	.bmv-news-mobile-arrows a.previous-arrow {
		text-indent: -9000px;
    background: url(../_img/news-arrow-left-off.png) 0 0 no-repeat;
    display: inline-block;
    height: 61px;
		width: 61px;
		margin-right: 10px;
	}
	.bmv-news-mobile-arrows a.next-arrow {
		text-indent: -9000px;
    background: url(../_img/news-arrow-right-off.png) 0 0 no-repeat;
    display: inline-block;
    height: 61px;
		width: 61px;
	}
	.bmv-news-mobile-arrows a.previous-arrow:hover {
    background: url(../_img/news-arrow-left-on.png) 0 0 no-repeat;
	}
	.bmv-news-mobile-arrows a.next-arrow:hover {
    background: url(../_img/news-arrow-right-on.png) 0 0 no-repeat;
	}
	
}

@media only screen and (max-width:425px) {
	.mobile-menu-btn {
		font-weight: 900;
		color: #db0e21;
		padding: 12px 20px;
		background: #fff;
		font-size: 19px;
		float: right;
		margin: 10px 0 0 0;
	}
	.mobile-nav {
		top: 112px;
	}
	
	.content-banner h1 {
		font-family: "proxima-nova",sans-serif;
		font-weight: 600;
		font-size: 40px;
		line-height: 40px;
		color: #fff;
		margin: 0 0 0 4%;
		padding: 10% 0 0 0;
	}
	
	.manu-banner-divider {
		background-image: url('../_img/optical-manu-banner-mbl.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 653px;
	}
	.manu-banner-divider p {
		font-size: 50px;
		line-height: 50px;
		padding: 60px 0 0 20px;
		margin: 0;
	}
	.manu-banner-divider-02 p, .manu-banner-divider-03 p  {
		font-size: 30px;
		line-height: 40px;
	}
	.manu-banner-divider-04 {
		height: 700px;
	}
	.manu-banner-divider-04 p {
		font-size: 40px;
		line-height: 40px;
		padding: 60px 20px 0 20px;
	}
	.mobile-footer-logo img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:375px) {
	.nav-container {
		padding: 20px 10px;
	}
	.mobile-nav ul li, .mobile-nav ul li a {
		font-size: 20px;
	}
	.content-banner h1 {
		font-size: 30px;
    line-height: 40px;
    padding: 45px 0 0 0; 
	}
	.about-owners {
		padding: 0 10px;
	}
	.about-mbl-txt {
		padding: 0 20px;
	}
	.capa-box {
		width: 300px;
		margin: 15px 0;
	}
	.capa-box-img {
		width: 300px;
	}
	.manu-banner-divider-02 p {
		padding: 40px 0 0 20px;
	}
	.manu-banner-divider-04 {
		height: 600px;
	}
	.manu-banner-divider-04 p {
		font-size: 35px;
	}
	.contact-social a {
		display: block;
		margin: 15px 0;
	}
}

@media only screen and (max-width:320px) {
	.entry-point-title a {
		font-size: 20px;
	}
	.mobile-menu-btn {
		padding: 6px 10px;
		font-size: 16px;
	}
	.mobile-nav {
		top: 105px;
	}
	.manu-banner-divider p {
		font-size: 40px;
		line-height: 40px;
		padding: 60px 0 0 20px;
		margin: 0;
	}
	.manu-banner-divider-02 p {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 10px;
	}
	.manu-banner-divider-04 {
		height: 500px;
	}
	.manu-banner-divider-04 p {
		font-size: 30px;
		line-height: 30px;
		padding: 20px;
	}
	.manu-banner-divider-02 {
		height: 453px;
	}
	.manu-banner-divider {
		height: 453px;
	}
	
}