.overlay {
	position: fixed;
	background: rgba(0,0,0,0.5);
	bottom: -50px;
	left: -50px;
	right: -50px;
	top: -50px;
	display: none;
	z-index: 99;
}
#menu {
	background: #333;
	background: rgba(51,51,51,0.95);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 20px/20px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 30px;
	line-height: 20px;
	padding: 10px 0;
}
#menu span,#menu strong {
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	vertical-align: middle;
}
#menu span {
	font-size: 30px;
}
#menu:hover,#menu:focus {
	background: #2e2e2e;
}
#menu.open {
	background: #000;
}
#menu.open span {
	color: #CD5C5C;
}

nav {
	background: #333;
	bottom: 0;
	color: #fff;
	left: -250px;
	position: fixed;
	top: 50px;
	width: 250px;
	z-index: 1001;
	-moz-transition: left 0.2s ease;
	-ms-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	-webkit-transition: left 0.2s ease;
	transition: left 0.2s ease;
}
.nav {
	height: 100%;
	overflow-y: auto;
	width: 100%;
}
.nav hr {
	border: none;
	border-bottom: 1px solid #444;
	clear: both;
	float: left;
	height: 0;
	margin: 0;
	width: 100%;
}
.visible {
	left: 0;
	-moz-transition: left 0.2s ease;
	-ms-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	-webkit-transition: left 0.2s ease;
	transition: left 0.2s ease;
}
.nav [class^="icon-"], .nav [class*=" icon-"] {
	border-bottom: 1px solid #222;
	border-top: 1px solid #444;
	clear: both;
	color: #666;
	display: block;
	float: left;
	font-size: 20px;
	padding: 5px 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav .home {
	border-top: none;
	color: #aaa;
	text-transform: uppercase;
}
.nav .home img {
	vertical-align: middle;
}
.nav a:hover,
.nav a:focus {
	background: #2e2e2e;
	color: #006EAF;
}
.nav .close:hover,
.nav .close:focus {
	color: #CD5C5C;
}
.nav a span {
	color: #fff;
	display: inline-block;
	font: 16px/20px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 15px;
	padding: 10px 0;
	vertical-align: middle;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.nav a:before {
	display: inline-block;
	vertical-align: middle;
}
#intro {
	background: url(../images/bg/mountains.png) repeat-x bottom left #006EAF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #80B7D8;
	font: 22px/36px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 100px 0 120px;
	text-align: center;
}
.logo {
	float: left;
	margin-right: 20px;
}
.logo span {
	display: block;
	font-size: 84px;
	padding: 20px;
}
h1 {
	text-transform: uppercase;
}
h1 a {
	color: #fff;
	display: inline-block;
}
h1 a:hover,
h1 a:focus {
	color: #003758;
}
h1 a span[class^="icon-"],h1 a span [class*=" icon-"] {
	color: #00507F;
	display: block;
	font-size: 30px;
	line-height: 60px;
	float: left;
	margin-left: -30px;
	vertical-align: middle;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
h1 a:hover span,
h1 a:focus span {
	color: #003758;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#intro h1 {
	color: #fff;
}
#intro h1 span {
	color: #003758;
	font-size: 50px;
	font-weight: 200;
	text-transform: lowercase;
}
#intro .small {
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: white;
}
.buttons {
	display: inline-block;
	padding-top: 10px;
	position: relative;
}
.button,
.item .colour,
.form form input[type=button],
.form form input[type=submit] {
	color: #fff;
	background: #CD5C5C;
	border: none;
	height: auto;
	font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover,
.button:focus,
.item a:hover .colour,
.item a:focus .colour,
.form form input[type=button]:hover,
.form form input[type=button]:focus,
.form form input[type=submit]:hover,
.form form input[type=submit]:focus {
	background: #006EAF;
	color: #fff;
}
a.button,
.item .colour,
.form form input[type=button],
.form form input[type=submit] {
	text-decoration: none;
	display: inline-block;
	line-height: 58px;
	color: white;
}
.buttons .button {
	margin-top: 20px;
}
a.button.button-border {
	background-color: rgba(0, 0, 0, 0.2);
	border-color: #fff;
	color: #fff
}
a.button.button-border:hover {
	color: #fff;
	background-color: #00CED1;
	border-color: #00CED1;
}

.button span {
	display: inline-block;
	line-height: 58px;
	vertical-align: middle;
}
.button strong {
	display: none;
	font-style: italic;
	font-weight: normal;
	left: 0;
	position: absolute;
	color: #fff;
	bottom: -54px;
	width: 100%;
}
.button:hover strong {
	display: inline-block;
}
.buttons .gap {
	margin-right: 15px;
}
.fifty img {
	margin-bottom: 20px;
}
.fifty h3 {
	color: #ddd;
	font-size: 30px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 20px;
}
.columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	-webkit-column-rule: 2px dotted #e6e6e6;
	-moz-column-rule: 2px dotted #e6e6e6;
	column-rule: 2px dotted #e6e6e6;
	margin-bottom: 60px;
	text-align: justify;
}
.large-icon {
	font-size: 300px;
}
img {
	margin-bottom: 20px;
}
#location {
	display: block;
	padding-top: 250px;
}
#location a span {
	background: #222;
	margin: 0 21px 0 -21px;
	display: block;
	width: 58px;
	float: left;
	text-align: center;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.icons-column span,
.center span,
.portfolio h4 span,
#footer a {
	color: #ddd;
	display: inline-block;
	font-size: 40px;
	margin: 0 auto 20px;
}
.icons-column h5,
.item h3 {
	font: 700 20px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#portfolio {
	margin: 0 -20px 0 0;
}
.item {
	width: 25%;
	margin: 0 0 30px;
	padding: 0 20px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-property: top, left, opacity;
	-moz-transition-property: top, left, opacity !important;
	-ms-transition-property: top, left, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: all!important;
}
.item.w2 {
	width: 61.6666%;
}
.item a {
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 0px 0px 1px #f0f0f0;
	display: block;
	position: relative;
	overflow: hidden;
}
.item h3 {
	color: #222;
	font-weight: 500;
	padding: 0 20px;
	text-transform: none;
}
.item h3 span {
	color: #999;
	font-size: 16px;
	font-weight: 200;
	line-height: 16px;
}
.item p {
	color: #222;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
}
.item img {
	margin-bottom: 20px;
	width: 100%;
}
.item .buttons {
	display: block;
	padding-top: 15px;
}
.item .colour {
	background: #CD5C5C;
	border: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	margin-top: 15px;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.item .colour span {
	display: inline-block;
	vertical-align: middle;
}
.item .hover {
	position: absolute;
	width: 100%;
	bottom: 48px;
	top: 0;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.item a:hover .hover {
	background: rgba(255, 255, 255, 0.4);
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.service {
	border-top: 1px solid #f6f6f6;
	cursor: default;
	float: none;
	padding: 40px 40px 40px 160px;
	position: relative;
	text-align: justify;
	width: 100%;
	z-index: 1;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.service:hover,.service:active,.service:focus {
	background: #f6f6f6;
	border-radius: 5px;
	box-shadow: 0 2px 0 #ccc;
	z-index: 2;
}
.service span {
	color: #e6e6e6;
	display: inline-block;
	float: left;
	font-size: 80px;
	margin-left: -120px;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.service h3 {
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.service:hover h3,.service:hover span {
	color: #CD5C5C;
}
.service:hover span {
	text-shadow: 0 2px 2px #ccc;
}
.service .service-info,.about p {
	margin-bottom: 10px;
	text-align: justify;
}
#footer .icon-twitter2 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer #copyright {
	color: #667881;
	margin-top: 20px;
	text-shadow: 0 -1px 1px #203037;
}
#item-controls {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 40px;
	padding: 15px 0;
}
#item-controls p {
	color: #777;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
}
#item-controls ul {
	float: right;
}
#item-controls ul li {
	display: block;
	float: left;
}
#item-controls a {
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	padding: 0 15px;
}
#item-controls a:hover,
#item-controls a:focus,
#item-controls .filtered {
	background: #444;
	color: #fff;
}
.title h1 {
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.title h1 em {
	color: #D98600;
	font-style: normal;
	font-size: 25px;
	font-weight: 200;
	line-height: 25px;
	margin-left: 5px;
}
.title h1 > span {
	bottom: 0;
	color: #005E95;
	position: absolute;
	right: 0;
	z-index: -1;
}
.portfolio h2 {
	font-size: 45px;
	font-weight: 200;
	line-height: 45px;
}
.portfolio h2 span {
	color: #ccc;
	font-size: 25px;
	line-height: 25px;
}
.portfolio .icons-column {
	padding-bottom: 0;
}
.portfolio h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 2px;
}
.portfolio h4 span {
	border-top: 2px solid #ddd;
	display: block;
	height: 0;
	margin: 0 0 10px;
	width: 40px;
}
.portfolio .icons-column p {
	color: #777;
	margin-bottom: 15px;
}

.comments .tab {
	padding-top: 30px;
	position: relative;
}
.comments .box {
	display: none;
	padding: 0 0 30px;
	text-align: center;
}
.comments .box.visible {
	display: block;
}
.comments .box h4 {
	font: 500 36px/46px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 37px;
}
.comments .box p {
	font-size: 19px;
	font-weight: 300;
	line-height: 32px;
}
.comments .box img {
	max-width: 100%;
}
.comments .tabs {
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 5px 0;
	text-align: center;
}
.comments .tabs li {
	background-color: #ccc;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 0 8px;
	width: 11px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	-ms-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	-o-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.comments .tabs li:hover {
	background-color: #999;
}
.comments .tabs li.active {
	background-color: transparent;
	box-shadow: 0 0 0 2px #666;
}
.comments .tab-prev, .comments .tab-next {
	background: #fff;
	background: rgba(255,255,255,0.3);
	color: #ccc;
	font-size: 40px;
	left: 0;
	position: absolute;
	top: 50%;
}
.comments .tab-next {
	left: auto;
	right: 0;
}
.comments .tab-prev:hover, .comments .tab-next:hover {
	color: #666;
}
#quotes {
	margin-bottom: 30px;
	margin-left: -40px;
}
.feedback {
	float: left;
	margin: 30px 0 10px;
	padding-left: 40px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback [class^="icon-"], .feedback [class*=" icon-"] {
	color: #CD5C5C;
	font-size: 40px;
}
.quote {
	background: #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
	border-top: 3px solid #CD5C5C;
	margin-top: 10px;
	padding: 0 15px 15px 130px;
}
.quote img {
	float: left;
	margin: 15px 15px 0 -115px;
}
.quote p {
	line-height: 24px;
	margin: 20px 0 -10px;
}
.quote p em {
	color: #999;
	font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
}
#footer a[class^="icon-"], #footer a[class*=" icon-"] {
	background: #666;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 24px;
	position: relative;
	width: 50px;
}
#footer a span {
	display: block;
	background: #222;
	border-radius: 5px;
	font: 14px/28px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	left: -26px;
	opacity: 0;
	position: absolute;
	top: -40px;
	width: 100px;
	z-index: -1;
	-moz-transition: opacity 0.1s linear;
	-ms-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
#footer a span i {
	background: url(../images/css/footer-a-span-bg.png) no-repeat bottom center transparent;
	bottom: -7px;
	display: block;
	height: 10px;
	left: 40px;
	position: absolute;
	width: 20px;
	z-index: -1;
}
#footer a:hover,
#footer a:focus {
	background: #006EAF;
	color: #fff;
}
#footer a:hover span,
#footer a:focus span {
	opacity: 1;
	z-index: 1;
}