/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.header {
	background: #3c454f;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
}

.footer {		
	background: #222;
	width: 100%;
	color: #ccc;
}

.footer-text {
	margin-top:50px;
	margin-bottom: 50px;
	line-height: 1.5em;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}

.footer-text a {
	color: #ccc;
}

.no-margin {
	margin: 0px;
}}

.nav {
	background: #3c454f;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}

.nav div {
	float: left;
	margin: 0;
	display: block;
	position: relative;
	transition: all 0.5s ease; /* IE 9 */
	-moz-transition: all 0.5s ease; /* Firefox */
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-o-transition: all 0.5s ease; /* Opera */
	color: #eee;
	text-decoration: none;
}

.nav-item {
	border-bottom: 5px solid #71b2d2;
	padding: 35px 0px 35px 0px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.nav-item:hover {
	background: #71b2d2;
}

/*280*/
/*.logo {
	width: 200px;
	height: 130px;
	position: absolute;
	border: 5px solid #fff;
	z-index: 100;
	margin-left: 50px;
	background: #3c454f;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
	background-image: url('../images/logo2.png');
}*/

.logo-spacer {
	height: 100px;
	text-align: center;
}

.logo-image {
	
}

.nav-icon {
	font-size: 20px;
	left: 15px;
	position: absolute;
}

.nav div:hover .nav-icon {
	font-size: 110px;
	opacity: 0.5;
	top: -12px;
	left: -10px;
	
	-ms-transform:rotate(20deg); /* IE 9 */
	-moz-transform:rotate(20deg); /* Firefox */
	-webkit-transform:rotate(20deg); /* Safari and Chrome */
	-o-transform:rotate(20deg); /* Opera */
	
	transition: all 0.5s ease; /* IE 9 */
	-moz-transition: all 0.5s ease; /* Firefox */
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-o-transition: all 0.5s ease; /* Opera */
}

.info-pane {
	background: #565551;
	border: 15px solid #71b2d2;
	padding: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
}

.info-pane strong {
	color: #8cc7e5;
	font-size: 24px;
}

.zeRow {
	margin-bottom: 60px;
}

p {
	font-family: 'Vollkorn', Georgia, Times, serif;
	font-size: 18px;
	line-height: 26px;
}

.service {
	text-align: center;
	height: 160px;
	width: 100%;
	padding: 0;
	border: 5px solid #fff;
	display: table;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
	cursor: pointer;
}

.service-text {
	color: #eee;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px; letter-spacing: 0.06em;
	padding: 0 5px 0 5px;
	position: relative;
}

.serviceone { background: #2C6C8C; }
.serviceone:hover { background: #1b5b7b; }
.servicetwo { background: #0A52A6; }
.servicetwo:hover { background: #063060; }
.servicethree { background: #411259; }
.servicethree:hover { background: #250A33; }
.servicefour { background: #8F0051; }
.servicefour:hover { background: #750038; }

/*
.servicefour { background: #E30081; }
.servicefour:hover { background: #8F0051; }
*/

.readmore {
	color: #eee;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.service-info {
	color: #eee;
	padding: 10px;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
	cursor: pointer;
}

.arrow-link {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.service-info h3 {
	color: #eee;
}

.service-info a {
	color: #eee;
}

.service-img-one { background-image: url('http://matrixconsulting.ca/images/stock/woman.jpg'); background-position: center 0;background-color:#FFF; background-size:cover; }
.service-img-two { background-image: url('http://matrixconsulting.ca/images/stock/sized/gift.jpg'); background-position: center 0;background-color:#FFF;background-size:75%}

.service-img-four { background-image: url('http://matrixconsulting.ca/images/stock/success.jpg'); background-position: center 0;background-size:cover;background-color:#FFF;}
.service-img-five { background-image: url('http://matrixconsulting.ca/images/stock/health.jpg'); background-position: center -130px;background-size:cover;background-color:#FFF;}
.service-img {
	min-height: 400px;
	/*background-position: center center;*/
	background-repeat: no-repeat;

	border: 10px solid #fff;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
	position: relative;
}

.service-img-three { background-image: url('http://matrixconsulting.ca/images/stock/justice.jpg'); background-position: center 0; background-size:contain;background-color:#FFF;}

.service-img h2 {
	color: #eee;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	padding: 30px;
}

.right-read-more {
	text-align: right;
}

.return-service {
	text-align: right;
}

.map {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 5px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 5px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 5px 8px rgba(50, 50, 50, 0.45);
}

.more-map {
	float: right;
}

.contact-text {
	line-height: 1.5em;
}

.input-div {
	margin-bottom: 30px;
	display: block;
}

label.error {
	color: red;
	float: right;	
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/