@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
       url('../fonts/Lato-Light.woff') format('woff'),
       url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
       url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
       url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}



#wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

/* Layout
----------------------------------------*/
#header {
	height: 70px;
	float: left;
	width: 100%;
}
#logo-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 220px;
	z-index: 5;
	background: rgba(255,255,255,0.8);
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
#number {
	float: right;
	margin: 30px 0 0 0;
}
#nav-home {
	list-style-type: none;
	position: absolute;
	top: 120px;
	left: 0;
	width: 990px;
	height: 37px;
}
#nav-home li, #nav li {
	float: left;
}
#nav-home li a, #nav li a {
	display: block;
	height: 37px;
	padding: 0 10px;
}
#nav {
	list-style-type: none;
	float: left;
	width: 990px;
	height: 37px;
}
#featured {
	float: left;
	position: relative;
	z-index: -1;
	height: 380px;
	margin-top: -50px;
}
#featured span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 10px 15px 20px;
	width: 960px;
}
#colwrap {
	display: table;
}
.column {
	display: table-cell;
	width: 280px;
	padding: 20px;
}
#col1 {
	padding-left: 40px;
	border-radius: 0 0 0 5px;
}
#col2 .service {
	margin: 0 0 20px 0;
}
#content {
	width: 580px;
	padding: 20px 40px;
	border-radius: 0 0 0 5px;
}
.textcolumn {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}
#sidebar {
	width: 289px;
	border-radius: 0 0 5px 0;
}
#sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0;
}
#sidebar li a {
	display: block;
}
#sidebar li:hover {
	padding-left: 15px;
	margin-left: -20px;
}
#footer {
	clear: both;
	float: left;
	margin: 10px 0 30px 0;
	width: 100%;
}

/* Typography
----------------------------------------*/
.column ul {
	padding-left: 15px;
}
.column li {
	margin-bottom: 5px !important;
}
.lato {
	font-family: Lato !important;
	color: #111;
}
strong.lato {
	color: #333 !important;
}
strong {
	font-weight: bold !important;
}
p .lato {
	font-size: 14px;
}
a {
	color: #2d2d2d;
	text-decoration: none;
}
h3 {
	margin-bottom: 5px !important;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font: 16px 'Playfair Display', serif;
	color: #333;
	margin: 0 0 10px 0;
}
blockquote {
	font-style: italic;
	font-size: 1.2em;
	border-top: 4px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 10px 0;
	margin: 15px 0;
	color: #444;
}
blockquote:first-letter {
	float: left;
	margin: 0 0 0 0;
	font-size: 500%;
}
h1 {
	font-size: 30px;
}
#sidebar h2 {
	margin: 20px 0 0 0;
}
#sidebar h2:first-child {
	margin: 0 0 0 0;
}
h2, h3, h4, h5, h6 {
	margin: 20px 0 0 0;
	font-style: italic;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-weight: 800;
}
table {
	display: table !important;
	width: 100%;
	margin-bottom: 10px;
}
table tr:nth-child(odd) {
	background: #f2f2f2;
}
table tr td {
	font: 15px Lato, serif;
}
table tr td:last-child {
	text-align: right;
}
#nav-home li a {
	font: .85em/37px sans-serif;
	color: #555;
	text-transform: uppercase;
}
#nav-home li a:hover {
	color: white;
}
#nav li a {
	font: .85em/37px sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#nav li a:hover {
	color: white;
}
#number {
	font: 100 1.375em Lato, sans-serif;
	color: #808080;
}
#featured span {
	font: 100 1.5em/1.5 Lato, sans-serif;
	color: #fff;
}
#sidebar li {
	color: #666;
}
#sidebar li a {
	text-decoration: none;
	color: #666;
}
#sidebar li a:hover {
	color: #333;
}
#footer p {
	font: .75em sans-serif;
	color: #aaa;
}
#footer a {
	color: #aaa;
}


/* Color theme
----------------------------------------*/
#featured span{
	background: #289794;
}

#col1{
	background:#f2f2f2
}

#col2{
	background:#f2f2f2;
	border-right:1px solid #f9f9f9;
}
.service img{
	border:3px solid #ccc;
	max-width: 290px;
}

.service img:hover{
	border:3px solid #bbb;
}

#content{
	background:#f2f2f2;
	border-right:1px solid #f9f9f9;
}

#sidebar{
	background:#ececec;
}
#sidebar li{
	border-top:1px solid #fff;
	border-bottom:1px solid #dcdcdc;
}

#sidebar li:hover{
	border-left:5px solid #fff;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

#sidebar li:first-child{
	border-top:1px solid #ececec;
}

#sidebar li:last-child{
	border-bottom:1px solid #ececec;
}