body {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	background:url(img/bg.jpg) #fff no-repeat;
	margin:0;
	font-size:13px;
	color:#000;
}

a,
a:visited {
	color:#000;
	text-decoration:none;
}

a:hover,
a:active {
	color:#000;
	text-decoration:underline;
}

strong {
	font-weight:700;
}

.logo {
	display: block;
	margin:50px auto 35px auto;
	text-align:center;
}

.intro {
	font-size:16px;
	color:#464747;
}

.action {
	font-size:16px;
	padding:10px 0 10px 0;
}

.tel {
	font-size:20px;
}

.email {
	font-size:15px;
}

.swatch-xs {
	background:url(img/swatch.png) -498px 0 no-repeat;
	min-height:784px;
	padding-left:115px;
}

.in {
	float:left;
	display:inline-block;
	width:30px;
	height:31px;
	background:url(img/in.png) no-repeat;
	text-indent:-9999px;
	margin:10px 15px 10px 0;
}

.f {
	float:left;
	display:inline-block;
	width:31px;
	height:31px;
	background:url(img/f.png) no-repeat;
	text-indent:-9999px;
	margin:10px 15px 10px 0;
}

#work .row {
	position:absolute;
    left:15px;
    right:15px;
	z-index:0;
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}

#work a {
}

.lb-outerContainer {
	background-color:transparent !important;
}

.lb-dataContainer {
	background-color:#000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.lb-number {
	padding-top:12px;
}

.lb-caption a,
.lb-caption a:visited {
	color:#fff;
}

@media (min-width: 768px) {
	.swatch-xs {
		background:none;
		min-height:none;
		padding-left:15px;
	}

	.swatch-sm {
		background:url(img/swatch.png) top right no-repeat;
		min-height:784px;
	}

	.in {
		display:inline-block;
		float:right;
		margin:-15px 15px 0 0;
	}

	.f {
		display:inline-block;
		float:right;
		margin:-15px 15px 0 0;
	}

	#work .row {
		bottom:70px;
	}

}