@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Archivo+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=Cabin:100,300,400,500);

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wow-prehide {
	visibility: hidden;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
	color: #424242;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 200%;
}
					
html {
	background-color: #fff;
	background-attachment: fixed;
}

body {
	padding-top: 200px;
	background: url('../img/light_glasses_tile.png') 0 500px repeat-x, url('../img/glasses_tile.png') fixed;
}

*:not(p) {
	font-family: 'Cabin', sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Cabin', sans-serif;
	-webkit-transform: translateZ(0);
}

p, a, span {
	-webkit-transform: translateZ(0);
}

p {
	/*text-align: justify;*/
}

a.special:not(#mainNav li a) {
	/*color: #0D47A1;*/
	font-weight: bold;
}

p a {
	color: #43A047;
	font-weight: 600;
	text-decoration-style: dotted;
}

.lead a.special {
	font-weight: normal;
}

a.special:hover {
	background-color: #43A047;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	left: -6px;
	cursor: pointer;
}

.navwrapper {
	overflow: visible;
}

.navwrapper > .container:first-child {
	padding-top: 170px;
	height: 50px;
}

.navwrapper > .container:last-child {
	min-height: 150px;
	margin-top: 50px;
}

.qrwrap {
	background-color: #fff;
	min-height: 95px;
}

.qrwrap h4 {
	color: gray;
	padding-top: 10px;
	margin-bottom: 0;
    font-variant: small-caps;
    font-size: 17px;
    font-weight: 400;
	white-space: nowrap;
}

.qrwrap span {
	font-size: 30px;
	white-space: nowrap;
}

.qrwrap h4, .qrwrap span,
.qrwrap span a {
}

h4 {
 	color: gray;
}

h2 small {
     font-variant: small-caps;
}

.navwrapper .navbar {
	border-radius: 0;
	border: 0;
	background-color: #000;
	font-size: 20px;
}

.navbar {
	margin-bottom: 0;
}

.main_menu_button {
	color: #fff;
	border-radius: 3px;
	border: none;
	min-width: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500px;
}

.navbar-header img {
	position: absolute;
	box-shadow: -17px 17px 0 rgba(0,0,0,0.45);
	z-index: 1000;
}

@media (max-width: 768px) {
	body {
		padding-top: 100px;
	}
	.navbar-header img {
		width: 120px;
		height: 120px;
		margin-top: -85px !important;
		margin-right: 10px;
		margin-left: 20px;
		box-shadow: -17px 17px 0 rgba(0,0,0,0.45);
	}
}

@media (min-width: 768px) {
	.navbar-header img {
		margin-top: -145px;
		margin-right: 20px;
		margin-left: 30px;
	}

	.qrwrap .row > *:first-child {
		padding-left: 35px;
	}
}

#mainNav li a {
	padding-left: 5px !important;
	padding-right: 5px !important;
	border: none;
}

@media (max-width: 992px) {
	.navbar-header img {
		position: absolute;
		left: 50%;
		margin-left: -75px;
		width: 150px;
		height: 150px;
		margin-top: -150px;

		/*
		margin-top: -80px;
		margin-right: 10px;
		margin-left: 20px;
		box-shadow: -17px 17px 0 rgba(0,0,0,0.45);
		*/
	}

	.jumbotron h1 span {
		font-size: 26px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#mainNav {
		padding-left: 230px;
	}

	.navbar-header img {
		margin-top: -100px;
		margin-right: 20px;
		margin-left: 30px;
	}

	.jumbotron h1 span {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	#mainNav li a {
		padding-left: 10px !important;
		padding-right: 10px  !important;
		border: none;
	}
}

#tophero {
	margin-top: 40px;
}

#mainNav li a::before,
#mainNav li a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

#mainNav li a::before {
	margin-right: 10px;
	content: '|';
	color: #ed1c24;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

#mainNav li a::after {
	margin-left: 10px;
	content: '|';
	color: #ed1c24;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	transform: translateX(-15px);
}

#mainNav li a:hover::before,
#mainNav li a:hover::after,
#mainNav li a:focus::before,
#mainNav li a:focus::after,
#mainNav li.active a::before,
#mainNav li.active a::after{
	opacity: 1;
	position: relative;
	left: 0px;

	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

#tophero {
	padding-left: 0;
	padding-right: 0;
}

#tophero {
	background-color: #202026;
}

.slick-track {
	overflow: visible;
}
.carousel {
	overflow: visible;
}

#tophero .jumbotron {
	background-color: #818181;
	height: 400px;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0 !important;
}

.slick-next,
.slick-prev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	font-size: 7px;
	line-height: 50px;
	text-align: center;
	display: none !important;
	text-indent: 2px;
}

.slick-next {
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -25px;
	border: none;
}

.slick-prev {
	position: absolute;
	top: 50%;
	left: -25px;
	border: none;
}

p {
	font-size: 16px;
}

.speechBubble {
	margin-bottom: 20px;
}

.speechBubble {
	background-color: #fff;
	color: #000;
	margin-bottom: 10px;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.speechBubble > p {
	margin-bottom: 0;
}

.speechBubble .name,
.speechBubble .stars {
	color: rgb(100,100,100);
	font-size: 18px;
	padding-top: 0;
}
.speechBubble .stars {
	color: #FF9800;
}

p.lead {
	font-size: 18px;
}

h2 {
	height: 60px;
	line-height: 1em;
	font-size: 26px;
}

h2 span, h2 small {
	position: relative;
}

h2 .glyphicon {
 background-color: red;
 color: #fff;
 float: left;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	line-height: 60px;
	margin-right: 7px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.large_embed {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.large_embed > span {
	background-color: red;
	color: #fff;
	height: 140px;
	width: 140px;
	border-radius: 140px;
	line-height: 130px;
	text-align: center;
	font-size: 60px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.sidebarbubble {
	background-color: rgb(250,250,250);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	padding: 10px 20px 10px 20px;
}

.sidebarbubble:not(:first-child){
	margin-top: 40px;
}

.sidebarbubble > *:last-child {
	padding-bottom: 10px;
}

.sidebarbubble > * {
	position: relative;
}

.container.main > .row {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
}


.container.main > .row > div {
	padding-top: 30px;
	padding-bottom: 30px;
}

.container.main {
	padding-top: 0 !important;
}

.btn {
	border-radius: 2px;
	border: none;
}

.btn:hover {
	color: #fff;
}

.btn:active {
	box-shadow: none;
	color: #fff;
}

.btn-social {
	color: #fff;
}

.btn-default {
	background-color: rgb(50,50,50);
	color: #fff;
	border-left: solid red 4px;
	border-right: solid red 4px;
	transition: background-color 0.2s ease, border 0.2s ease;
}

.btn-default:active, .btn-default:hover {
	background-color: rgb(80,80,80);
	border-color: red;
	border-left: solid red 2px;
	border-right: solid red 2px;
}

/*
.btn-social.instagram {
	color: f;
}

.btn-social.facebook {
	color: #3b5998;
}

.btn-social.twitter {
	color: #00aced;
}
*/

hr {
    margin: 25px auto 50px;
    padding: 0;
    border: 0;
    border-top: solid 1px rgb(200,200,200);
    text-align: center;
}

hr:after {
    content: "\e240";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: Glyphicons Halflings;
    font-size: 1.1em;
    color: rgb(200,200,200);
    background-color: #fff;
}

.buttonRow > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.footerwrapper > div {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
	padding-top: 30px;
	color: rgb(120,120,120);
}

.footerwrapper {
	color: #fff;
}

.nav-pills li a {
	color: #fff;
	background-color: rgb(40,40,40);
	border-radius: 0;
	border-bottom: none;
	border-left: solid red 2px;
	font-size: 18px;
}

.nav-pills li a:hover {
	background-color: red;
}

.sidebar {
	/* padding-right: 20px; 
	padding-right: 0; */
}

.sidebar a[href=""] {
	display: none;
}

.sidebar *:not(a,span) {
	/*text-align: justify;*/
}

.sidebarbubble {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	margin-bottom: 10px;
	/*background-color: #F5F5F5;*/
}

.sidebarbubble h2 ,
.sidebarbubble small ,
.sidebarbubble p {
}

img.banner {
	background-color: gray;
	border-radius: 3px;
	width: 100%;
	height: 450px;
	display: block;
}

img.banner.large {
	background-color: gray;
	border-radius: 3px;
	width: 100%;
	height: 450px;
	margin-top: 30px;
}

.blog_post {
	padding: 10px;
}

.blog_post p:empty {
	display: none;
}

#homeimage {
	background-image: url('../img/storefront.png');
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.thumbnail {
	border: none;
	background-color: rgb(50,50,50);
}

.thumbnail * {
	text-align: center;
}

.thumbnail img {
	margin-top: -100px;
	width: 175px;
	height: 175px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.35);
}

#mainWrap {
	background-image: url('../img/green_glasses_tile.png');
	background-attachment: fixed;
}

#mainWrap > div {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,0.85);
}

.staffrow {
	padding: 20px;
	padding-top: 40px;
}

.staffrow > .col-md-6 {
	margin-top: 50px;
}

p.subtitle {
    color: rgb(230,230,230);
    text-align: center;
}

.thumbnail p:not(.subtitle) {
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: justify;
}

.thumbnail p:not(.subtitle):last-child {
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.staffrow > div {
	/*border-bottom: 5px solid #212121;*/
}

.caption h3 {
    font-variant: small-caps;
	font-size: 28px;
	margin-bottom: 2px;
}

.caption {
	border-top: 5px solid red;
	background-color: rgb(50,50,50);
	color: #fff !important;
	margin-top: -25px;
	padding-top: 12px !important;
	margin-bottom: 5px;
}

.modal-backdrop {
	opacity: 0.8;
}

.main .jumbotron {
	margin: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	height: 450px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
      background-position: center center; 
}

img.banner {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
      background-position: center center; 
}

#glassjumbotron {
	background-image: url('../img/home_glass.jpg');
}

#lobbyjumbotron {
	background-image: url('../img/home_lobby.jpg');
    background-position: center center; 
}

#techjumbotron {
	background-image: url('../img/home_eq.jpg');
    background-position: center center; 
}

#signjumbotron {
	background-image: url('../img/home_sign.jpg');
    background-position: center center; 	
}

/*
h2:first-letter {
	//background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	color: red;
};
*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heroslide {
	margin-top: -20px;
	padding: 0 !important; 
	/*
	box-shadow: 0 8px 8px rgba(0,0,0,0.15);
	*/
	overflow: none;
	width: 100%;
}

.jumbotron {
	position: relative;
}

.jumbotron h1 {
    position: absolute;
    text-align: right;
    right: 40px;
    bottom: 40px;
}

.jumbotron h1 span {
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	color: #000;
    font-variant: small-caps;
    letter-spacing: 1px;
	box-shadow: -10px 10px 0 rgba(0,0,0,0.0);
}

#signjumbotron h1 {
	right: auto !important;
	left: 40 !important;
	text-align: left;
}

.hoursCol h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.footerwrapper .container {
	background-color: #4CAF50;
	/*box-shadow: -17px 17px 0 rgba(0,0,0,0.45), 0 8px 8px rgba(0,0,0,0.35);*/
}

.footerwrapper p {
	margin-bottom: 30px;
	color: #000;
}

.footerwrapper h2 {
	color: #000;
}

.footerwrapper h2 small {
}

.glyphicon.jumbo {
	font-size: 80px;
	text-align: left;
	line-height: 80px;
	color: #fff;
}

a {
	text-decoration-style: dotted !important;
}

.imagePanel {
}

/*
.imagePanel .large_embed span {
	background-color: #8BC34A;
}
*/

.footerwrapper {
	background-attachment: fixed;
	background-color: #4CAF50;
}

.footerwrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.footerwrapper .sidebarbubble:not() {
	padding: 15px;
	white-space: nowrap;
}

footer > p, footer > h3 {
	color: #fff !important;
}

footer .sidebarbubble {
	overflow: none;
}

footer > h3 {
	white-space: nowrap;
}

.imagePanel .row {
	background-color: transparent;
	background-image: url('../img/home_clock_dimmed.jpg');
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center; 
}

.imagePanel .row.testing {
	margin: 10px !important;
	background-image: url('../img/home_eq_dimmed.jpg');
}

.imagePanel .row.shopping {
	background-image: url('../img/home_glass_dimmed.jpg');
}

.imagePanel .row.haiti {
	background-image: url('../img/vvhaiti/haiti-group.jpg') !important;
	background-position: top center; 
}

.imagePanel .large_embed * {
	color: #fff;
}

.imagePanel .row .large_embed {
	position: relative;
	top: -100px;
}

.imagePanel .sidebarbubble {
	padding: 20px !important;
}

/*
.imagePanel .row .col-md-4:not(:first-child),
.imagePanel .row .col-md-8:not(:first-child) {
	padding-top: 260px;
	padding-bottom: 30px;
}
*/

.imageGrid {
	margin-top: 40px;
	margin-bottom: 40px;
}

.imageGrid img {
	width: 183px;
	height: 183px;
	margin-bottom: 3px;
}

.imagePanel {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

.footerwrapper .glyphicon:not(.jumbo) {
	background-color: rgb(80,80,80);
}

.img-responsive.rounded {
	border-radius: 4px;
}

.socialBlock {
	text-align: left;
}

.sidebarbubble .symbol {
	font-size: 40px;
	line-height: 40px;
	padding-right: 10px;
	text-align: center;
}

footer .sidebarbubble h3,
footer .sidebarbubble h2 {
	margin-top: 0;
}

.socialBlock p {
	text-align: left;
}

h1.thin {
	font-size: 46px;
	font-weight: 300 !important;
	letter-spacing: 15px;
	color: rgba(255,255,255,0.5);
}

h1.massive {
	width: 100%;
	font-size: 160px;
	text-align: center;
}

.btn-hollow {
	background-color: transparent;
	border: 1px solid #fff;
}

.globe_glow {
	box-shadow: 0 0 40px #fff;
}

.blog-main p {
	font-size: 23px;
}

.footerwrapper img.logo {
	position: relative;
	left: 50%;
	width: 75px;
	height: 75px;
	margin-left: -34px;
}

.translucent {
	color: #fff !important;
	opacity: 0.5;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 10px;
	font-size: 13px;
}

.hero_row {
	margin-right: 0;
	border-right: none;
}

/* full items */

.full-item {
	padding-bottom: 40px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	min-height: 250px;
}

.full-item.fixed {
	background-attachment: fixed;
}

.full-item .large_embed *:not(span) {
	color: #fff;
	text-shadow: 0 1px 15px #000;
}

.full-item p, .full-item span:not(.glyphicon) {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px !important;  
	font-weight: 300;
	line-height: 1.4 !important;
	padding-bottom: 10px;
}

.full-item h3 {
	text-align: center;
}

.full-item .sidebarbubble {
	padding: 20px;
}

.full-item .sidebarbubble div:last-child {
	display: none;
}

._200-block {
	height: 50px !important;
	width: 100%;
}

/* iamge grid */

.sidebarbubble.block 
{
	float: left;
}

.square {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    background-color: rgb(50,50,50);
}

.instagram_shots {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.instagram_shots li {
	float: left;
	list-style: none;
}

a.instalink {
	width: 33%;
}

img[src=""] {
   display: none;
}

.hero_con .col-md-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

.hero_con {
	padding-left: 0;
	padding-right: 0;
}

.hero_con .row {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent !important;
}

.exam .sidebarbubble span {
	font-size: 18px !important;
	font-weight: 300 ;
	line-height: 1.4!important;
}

.main_menu_button * { 
	font-size: 22px;
}

.hide_no_flash {
	display: none;
}

#instagram_target img {
	width: 30%;
	height: 30%;
	float: left;
	margin: 5px;
}

/**/

