/*Added By Hitesh*/

.seodiv.headerseo {
    position: absolute;
}
.seodiv.footerseo .container {
    bottom: 0;
    position: absolute;
    z-index: -999;
}
.seodiv.footerseo {
    position: relative;
}


/* CSS crunched with Crunch - http://crunchapp.net/ */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
* html .clear {
	height: 1%
}
input[type='submit'], input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
html {
	-webkit-text-size-adjust: none
}
body {
	background-color: #fff;
	color: #242222;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	margin: 0;
	padding: 0
}
.prev {
    background: url("../images/icon-sprite-regular.png") no-repeat scroll right -73px rgba(0, 0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    display: inline-flex !important;
    margin-left: 10px !important;
    padding: 0 !important;
    text-decoration: none !important;
    width: 103px !important;
}
.next {
    background: url("../images/icon-sprite-regular.png") no-repeat scroll 10px -46px rgba(0, 0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    display: inline-block !important;
    margin-right: 10px !important;
    text-decoration: none !important;
    width: 102px !important;
}
a.skipnav {
	display: none
}
.wrapper {
	width: 1100px;
	margin: 0 auto
}
.wrapper.inner {
	width: 1100px;
	margin: 60px auto 0 auto
}
.vlightbox1 > img {
    border: 2px solid rgb(91, 91, 91);
    height: 100px;
    margin: 5px;
    width: 140px;
}
@media (max-width:1100px) {
.wrapper, .wrapper.inner {
	width: 95%
}
}
#header {
	background-color: rgba(59,59,59,0.5);
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 100000;
	-webkit-transition: all 650ms ease-in-out;
	-moz-transition: all 650ms ease-in-out;
	-o-transition: all 650ms ease-in-out;
	-ms-transition: all 650ms ease-in-out;
	transition: all 650ms ease-in-out
}
#logo {
	float: left;
	margin: 13px 0 10px 45px
}
#logo a:link, #logo a:visited {
	text-indent: -9999px;
	background-image: url(../images/logo-low.png);
	background-repeat: no-repeat;
	background-size: 60% 100%;
	height: 72px;
	width: 293px;
	display: inline-block
}
@media (max-width:400px) {
#logo a:link, #logo a:visited {
	background-size: 223px 58px
}
}
#header #menu-icon a {
	width: 40px;
	height: 23px;
	position: absolute;
	right: 70px;
	bottom: 18px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background: url(../images/icon-sprite-regular.png) no-repeat 0 -100px
}
#header:hover {
	background-color: rgba(59,59,59,0.95)
}
#header #menu-icon a {
	display: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}
#header #menu {
	float: right;
	margin: 39px 40px 0 0
}
#menu ul {
	margin: 0;
	padding: 0
}
#header #menu ul li, #header #menu ul li ul, #header #menu ul li ul li {
	display: inline;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
#header #menu ul li a:link, #header #menu ul li a:visited {
	margin: 0 20px 0 0
}
#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
	/*text-transform: uppercase; */
	font-size: 16px;
	display: inline-block;
	padding: 0;
	height: 25px
}
#menu ul li a span.underline {
	width: 1px;
	margin: 0 auto;
	opacity: 0;
	height: 1px;
	background-color: #fff;
	display: block;
	padding: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out
}
#menu ul li a:hover span.underline, #menu ul li a.active span.underline {
	width: 100%;
	opacity: 1;
	height: 1px
}
#menu ul li#get-in-touch a:link, #menu ul li#get-in-touch a:visited {
	background: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #c94748;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 26px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border: 1px solid #000
}
#menu ul li#get-in-touch a:hover {
	background-color: #c94748;
	color: #fff
}
#menu ul li#get-in-touch a span.underline {
	display: none
}
@media (max-width:1200px) {
#header #menu {
	margin-right: 20px
}
#header #menu ul li a:link, #header #menu ul li a:visited {
	margin: 0 20px 0 0
}
}
@media (max-width:1080px) {
#header #menu {
	margin-right: 20px
}
#header #menu ul li a:link, #header #menu ul li a:visited {
	margin: 0 17px 0 0;
	font-size: 14px
}
#menu ul li#get-in-touch a:link, #menu ul li#get-in-touch a:visited {
	padding: 3px 14px;
	font-size: 12px
}
#logo {
	margin: 7px 0 10px 20px
}
}
@media (max-width:870px) {
#header #menu-icon a {
	opacity: 1 !important;
	display: block;
	right: 19px
}
.mobi-nav #header #menu-icon a {
	background: url(../images/icon-sprite-regular.png) no-repeat 0 -128px;
	z-index: 99999999
}
body.mobi-nav #header #menu {
	opacity: 1 !important;
	visibility: visible
}
body #header #menu {
	position: fixed;
	background: #c94748;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0 !important;
	visibility: hidden
}
#header #menu ul {
	width: 90%;
	margin: 30% auto 0 auto
}
#header #menu ul li ul {
	margin: 0;
	width: 100%
}
#header #menu ul li, #header #menu ul li ul, #header #menu ul li ul li {
	display: block;
	position: relative;
	opacity: 1;
	right: 0 !important;
	margin: 0 0 15px;
	text-align: center
}
#header #menu ul li a.home {
	margin: 0 0 24px 0 !important
}
#header #menu ul li a {
	font-size: 16px !important;
	margin: 0 !important
}
#logo {
	margin: 7px 0 10px 25px
}
}
@media (max-width:600px) {
#header {
	height: 80px
}
#logo {
	margin: 5px 0 5px 8px !important
}
}
@media screen and (orientation:landscape) and (max-width:600px) {
#header #menu ul {
	width: 90%;
	margin: 10% auto 0 auto
}
}
.vid-banner {
	background-color: #96c4d3;
	background-size: cover;
	background-position: 100% 50%;
	position: relative
}
.banner-wrapper {
	position: absolute;
	width: 100%;
	height: 100%
}
.banner-image {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 99
}
.filter {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: url(../images/filter.png) repeat
}
.tagline {
	position: absolute;
	top: 45%;
	margin: 0px auto 0 auto;
	width: 100%;
	z-index: 999;
	text-align: center
}
.tagline p {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	padding: 0 0 25px 0;
	width: 80%;
	margin: 0 auto;
	text-shadow: 0 0 3px rgba(0,0,0,0.4)
}
.tagline .line {
	border-top: 1px solid #fff;
	display: block;
	width: 25%;
	margin: 0 auto
}
.tagline .bg {
	background-image: url(../images/tagline.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 389px;
	height: 35px;
	margin: 25px auto 0
}
@media (max-width:768px) {
.banner-image {
	background-position: 50% 0 !important
}
}
@media (max-width:500px) {
.tagline {
	top: 25%
}
.tagline p {
	width: 90%;
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 12px 0
}
.tagline .line {
	width: 45%
}
.tagline .bg {
	background-size: 210px 18px;
	width: 210px;
	margin: 12px auto 0 auto
}
.banner-wrapper .social-logos {
	position: relative;
	left: 0% !important;
	right: 0% !important;
	bottom: 72px !important;
	margin: 0 auto;
	text-align: center
}
.banner-wrapper .social-logos ul li {
	margin: 0 0 0 4px
}
.banner-wrapper .down {
	bottom: 7px !important
}
}
@media screen and (orientation:landscape) and (max-width:630px) {
.tagline {
	top: 28%
}
.tagline p {
	width: 90%;
	font-size: 24px;
	line-height: 26px;
	padding: 0 0 12px 0
}
.tagline .bg {
	margin: 0px auto 0 auto
}
.banner-wrapper .social-logos {
	position: relative;
	left: 0% !important;
	right: 0% !important;
	bottom: 72px !important;
	margin: 0 auto;
	text-align: center
}
.banner-wrapper .down {
	bottom: 7px !important
}
}
.banner-wrapper .down {
	height: 46px;
	width: 46px;
	margin-left: -23px;
	background: rgba(255,255,255,0.49);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 999
}
.banner-wrapper .down span.arrow {
	background: url(../images/icon-sprite-regular.png) no-repeat -3px -176px;
	width: 32px;
	height: 18px;
	margin: 16px auto;
	display: block
}
.banner-wrapper .social-logos {
	position: absolute;
	bottom: 35px;
	right: 20px;
	z-index: 999
}
.social-logos ul {
	margin: 0 0 10px 0;
	padding: 0
}
.social-logos ul li {
	display: inline-block;
	margin: 0 0 0 6px;
	vertical-align: middle
}
.social-logos ul li.facebook a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 5px 2px;
	display: block
}
.social-logos ul li.facebook a:link, .social-logos ul li.facebook a:visited {
	padding: 10px 11px 11px 11px;
	height: 22px;
	width: 22px;
	display: block;
	text-indent: -99999px;
	background-color: #3B5998
}
.social-logos ul li.twitter a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 0 -347px;
	display: block
}
.social-logos ul li.twitter a:link, .social-logos ul li.twitter a:visited {
	padding: 10px 11px 11px 11px;
	height: 22px;
	width: 24px;
	display: block;
	text-indent: -99999px;
	background-color: #55ACEE
}
.social-logos ul li.googlePlus a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 3px -265px;
	display: block
}
.social-logos ul li.googlePlus a:link, .social-logos ul li.googlePlus a:visited {
	padding: 10px 11px 11px 11px;
	height: 22px;
	width: 24px;
	display: block;
	text-indent: -99999px;
	background-color: #da4835
}
.social-logos ul li.google a:link, .social-logos ul li.google a:visited {
	background: url(../images/google-partner.png) no-repeat 0 0;
	height: 44px;
	width: 135px;
	display: block;
	text-indent: -99999px
}
.homepage {
	margin: 25px auto 90px
}
h1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748
}
.homepage h1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748;
	margin: 0;
	text-align: center
}
h2 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748
}
h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748
}
h4 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748
}
.title-line {
	width: 50%;
	margin: 20px auto 10px auto
}
.title-line.white {
	border-top: 1px solid #000
}
.title-line.black {
	border-top: 1px solid #fff
}
.homepage p {
	/*text-align: center
	 */
	 text-align: left
}
.content-panel p {
	font-size: 16px;
	color: #242222
}
.content {
	overflow: hidden
}
.simple .content-wrapper {
	margin: 140px auto 90px
}
@media (max-width:600px) {
h1 {
	font-size: 40px;
	line-height: 52px
}
}
.top-content {
	text-align: center
}
.top-content img {
	width: 100%
}
.dark-wrapper {
	background-color: #363636;
	background-image: url(../images/dark-pattern.jpg);
	background-repeat: repeat;
	padding: 0;
	color: #fff
}
.content .dark-wrapper {
	padding: 50px 0 100px 0
}
.content.services-new .dark-wrapper, .content.services-content .dark-wrapper {
	padding: 0px 0 100px 0
}
#column-wrapper {
	margin: 25px 0 0 0
}
.dark-wrapper p {
	color: #fff;
	text-align: center;
	margin: 0 0 40px 0
}
.dark-wrapper .title h5 {
	color: #c94748;
	margin: 15px 0 10px
}
.dark-wrapper ul li a:link, .dark-wrapper ul li a:visited {
	color: #fff
}
.dark-wrapper ul li a:hover {
	color: #c94748
}
#service-img {
	background-image: url(../images/bg-service.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 50px 0 100px 0
}
.service-column {
	float: left
}
.service-column.left {
	width: 45%;
	padding: 0 3% 0 0;
	border-right: 1px solid rgba(255,255,255,0.3)
}
.service-column.right {
	width: 45%;
	padding: 0 0 0 3%
}
.service-column h3 {
	text-align: center;
	display: block;
	margin: 0 0 12px 0
}
.service-column p {
	margin: 15px 0 60px 0
}
.service-column hr {
	border: 0 none;
	width: 55%;
	background-color: #ffffff;
	color: #ffffff;
	height: 1px
}
#services-img .title-line.black {
	display: none
}
.dark-wrapper p a.tell:link, .dark-wrapper p a.tell:visited {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 30px;
	margin: 20px auto;
	text-transform: uppercase;
	display: block;
	width: 33%;
	transition: all 250ms linear
}
.dark-wrapper p a.tell:hover {
	background-color: #c94748;
	color: #fff
}
.dark-wrapper .service-column p a.tell:link, .dark-wrapper .service-column p a.tell:visited {
	margin: 20px 0 0 50%
}
.dark-wrapper.inner.ski-clients-new ul, .dark-wrapper.inner.ski-clients ul {
	list-style: none;
	text-align: center;
	margin: 0 0 30px;
	padding: 0
}
.dark-wrapper.inner.ski-clients ul li, .dark-wrapper.inner.ski-clients-new ul li {
	display: inline-block;
	margin: 0 4px
}
.bottom-cta {
	width: 100%;
	text-align: center;
	margin: 45px 0 0 0
}
.bottom-cta h4 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 27px
}
.bottom-cta a:link, .bottom-cta a:visited, a:link.largeCTA, a:visited.largeCTA {
	background-color: #c94748;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
	padding: 8px 38px;
	text-transform: uppercase;
	transition: all 250ms linear
}
.bottom-cta a:hover, a:hover.largeCTA {
	background-color: #fff;
	color: #c94748 !important
}
.dark-wrapper.inner .title.container5 {
	margin: 30px 0 0 0
}
.dark-wrapper.inner .title.container5 p {
	text-align: center
}
.jobBrief {
	background-color: #f4f4f4;
	padding: 15px;
	border-bottom: 2px solid #d8d8d8;
	width: 30%;
	margin: 0 auto;
	vertical-align: top;
	height: 300px;
	position: relative
}
.dark-wrapper.inner .title .jobBrief h3 {
	text-align: center
}
.dark-wrapper.inner .title .jobBrief p {
	text-align: center;
	color: #242222;
	line-height: 26px
}
.jobBrief a.tell:link, .jobBrief a.tell:visited {
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #c94748;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 30px;
	margin: 0px auto;
	text-transform: uppercase;
	display: block;
	transition: all 250ms linear;
	text-align: center;
	width: 90px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px
}
.simple-left a.tell:link, .simple-left a.tell:visited {
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #c94748;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	padding: 6px 30px;
	margin: 0px auto;
	text-transform: uppercase;
	display: block;
	transition: all 250ms linear;
	text-align: center;
	position: relative
}
.jobBrief a.tell:hover, .simple-left a.tell:hover {
	background-color: #c94748;
	color: #fff
}
.simple-two-column .simple-left {
	float: left;
	width: 20%;
	text-align: left;
	background: #f4f4f4;
	margin: 20px 0 0 0;
	border-bottom: 2px solid #d8d8d8
}
.simple-two-column .simple-right {
	float: left;
	width: 78%;
	text-align: left
}
.simple-left .simple-wrapper {
	margin: 10px 0 0 0;
	padding: 0 5%
}
.simple-right .simple-wrapper {
	padding: 10px 0;
	margin: 0 10% 0 5%
}
.simple-left .simple-wrapper h4, .simple-left .simple-wrapper p {
	margin: 0 0 0 0
}
.job-element {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0
}
.job-element h4 {
	font-size: 24px;
	line-height: 17px
}
@media (max-width:700px) {
.simple-two-column .simple-left {
	float: none;
	width: 250px;
	margin: 0 auto
}
.simple-two-column .simple-right {
	float: none;
	width: 100%;
	text-align: left
}
.simple-right .simple-wrapper {
	margin: 0 5%
}
.simple-left .simple-wrapper {
	padding: 10px 5%
}
.jobBrief {
	background-color: #f4f4f4;
	padding: 15px 3%;
	border-bottom: 2px solid #d8d8d8;
	width: 42%;
	vertical-align: top;
	height: 300px;
	position: relative
}
}
@media (max-width:500px) {
.jobBrief {
	display: inline-block;
	background-color: #f4f4f4;
	padding: 15px 3%;
	margin: 0 0 10px;
	border-bottom: 2px solid #d8d8d8;
	width: 90%;
	vertical-align: top;
	height: auto;
	position: relative
}
.jobBrief a.tell:link, .jobBrief a.tell:visited {
	position: relative
}
}
@media (max-width:815px) {
.service-column {
	float: none !important
}
.service-column.left, .service-column.right {
	width: 100%;
	padding: 0 0 0 0;
	border-right: none
}
.service-column hr {
	border: 0 none;
	width: 33%;
	background-color: #ffffff;
	color: #ffffff;
	height: 1px
}
.dark-wrapper .service-column p a.tell:link, .dark-wrapper .service-column p a.tell:visited {
	margin: 20px auto 0
}
}
@media (max-width:500px) {
.dark-wrapper .service-column p a.tell:link, .dark-wrapper .service-column p a.tell:visited {
	margin: 20px auto;
	width: 50%
}
}
.keyclients h4 {
	font-size: 35px;
	color: #000;
	text-align: center;
	margin: 0 0 40px 0
}
.keyclients ul {
	text-align: center
}
.keyclients ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 25px
}
.grey {
	background: #F1EAEA;
	text-align: center;
	padding: 90px 0 70px
}
.grey h3 {
	font-size: 47px
}
.grey p {
	font-size: 23px
}
@media (max-width:500px) {
.grey h3 {
	font-size: 38px
}
.title h5, .grey p {
	font-size: 19px
}
}
.white .wrapper {
	padding: 70px 0 90px;
	text-align: center
}
.white.keyclients .wrapper {
	padding: 70px 0 0px
}
.white h3 {
	font-size: 47px
}
.white p {
	font-size: 23px
}
#contact {
	position: absolute;
	top: 0px;
	width: 100%
}
#contact iframe {
	width: 500px!important
}
input.firstName_ {
	display: none
}
@media (max-width:600px) {
#contact iframe {
	width: 400px !important
}
}
@media (max-width:450px) {
#contact iframe {
	width: 300px !important
}
}
@media (max-width:350px) {
#contact iframe {
	width: 200px !important
}
}
.thanks {
	margin: 45px 0 0 0;
	padding: 15px;
	background: #fff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}
#map-contact-wrap {
	position: relative
}
.digital-agencyForm {
	padding: 40px 0 0 0
}
a.form-toggle {
	cursor: pointer;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin: 0 auto;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 20%;
	transition: all 250ms linear;
	z-index: 9999
}
a.form-toggle:hover {
	background-color: #696969;
	color: #fff
}
.required-message {
	display: none
}
#form {
	top: 0px;
	left: 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 500px
}
#form legend {
	display: none
}
#form fieldset {
	margin-bottom: 15px
}
#form fieldset.contactUs {
	text-align: left
}
#form fieldset.contactUs .formRow {
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	font-size: 18px
}
#form fieldset.contactUs .formRow label {
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 2%;
	color: #8d8d8d;
	transition: all 250ms linear
}
#form fieldset.contactUs .formRow .no-focus label {
	color: #8d8d8d;
	font-weight: 400
}
#form fieldset.contactUs .formRow .focus label {
	color: #c94748;
	font-weight: 600
}
#form fieldset.contactUs .formRow input, #form fieldset.contactUs .formRow textarea {
	width: 96%;
	display: block;
	outline: 0;
	border: 0;
	padding: 35px 2% 5px 2%;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400
}
#form fieldset.contactUs .formRow.submit {
	border: none
}
#form fieldset.contactUs .formRow.submit input[type="submit"] {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1em;
	color: #c94748;
	margin: 0;
	font-weight: 600;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #000;
	text-transform: uppercase;
	-webkit-appearance: none;
	transition: all 250ms linear;
	cursor: pointer
}
#form fieldset.contactUs .formRow.submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #c94748;
	color: #fff
}
.errorMessage ul li {
	list-style: none;
	background-color: #F8C7C8;
	border: 1px solid #FF474A;
	font-size: 12px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 4px
}
#map {
	width: 100%;
	height: 600px
}
.white.promo img {
	width: 31%
}
.white.promo .wrapper {
	padding: 35px 0 20px 0
}
.white.promo a img {
	margin: 0 4px
}
@media (max-width:700px) {
.white.promo a img {
	width: auto;
	display: block;
	margin: 0 auto 5px;
	float: none
}
}
@media (max-width:450px) {
.white.promo a img {
	width: 80%;
	margin: 0 auto 5px
}
}
.wrapper.products {
	width: 100%;
	position: relative
}
.wrapper.products .content {
	padding: 0
}
.content-wrapper {
	margin: 40px auto 90px;
	width: 980px
}
.wrapper.products .inner-banner {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: 50% 0
}
.wrapper.products .inner-banner h1 {
	padding: 300px 0 0 0;
	margin: 0 auto;
	text-shadow: 0 0 3px #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 68px;
	line-height: 85px;
	color: #fff
}
.sub-nav {
	z-index: 100;
	position: fixed;
	right: 70px;
	top: 100px
}
.sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.sub-nav ul li {
	text-align: right
}
.sub-nav ul li a:link, .sub-nav ul li a:visited {
	font-size: 14px;
	color: #3a3a3a;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none
}
.sub-nav ul li a:hover, .sub-nav ul li.active a {
	color: #c94748
}
.sub-nav ul li.active a {
	font-style: italic
}
.sub-nav ul li a:link span.box, .sub-nav ul li a:visited span.box {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 0 0 8px;
	background-color: rgba(217,217,217,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear
}
.sub-nav ul li a:hover span.box {
	background-color: rgba(59,59,59,0.5)
}
.sub-nav ul li.active a span.box {
	background-color: rgba(137,193,73,0.5)
}
#simple #footer {
	margin: 50px 0 0 0
}
#simple #footer ul.social .WeAre {
	color: #000
}
#footer {
	background: #fff;
	color: #2f2f2f;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 75px 0 60px 0;
	position: relative
}
#footer a:link, #footer a:visited {
	color: #2f2f2f;
	text-decoration: none
}
#footer a:hover {
	text-decoration: underline
}
#footer ul {
    list-style: outside none none;
    margin: 10px auto;
    padding: 0;
    width: 520px;
}
#footer ul li {
	display: inline-block;
	border-right: 1px solid #2f2f2f;
	padding: 0 10px;
	margin: 5px 0px 5px
}
#footer ul li:last-child {
	border: none
}
#footer ul.social {
	margin: 0 auto 20px auto;
	width: 146px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0
}
#footer ul.social li.WeAre {
	display: block;
	width: 146px;
	padding: 0px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	color: #fff
}
#footer.home-new ul.social li.WeAre, #footer.home ul.social li.WeAre {
	color: #000
}
#footer ul.social li {
	margin: 0;
	padding: 0;
	border: none
}
#footer ul.social li.facebook a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 7px 0 #3b5998;
	display: block;
	height: 24px;
	width: 24px
}
#footer ul.social li.facebook a:link, #footer ul.social li.facebook a:visited {
	padding: 10px 11px 11px 11px;
	display: block;
	text-indent: -99999px;
	background-color: #3B5998
}
#footer ul.social li.twitter a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 0 -347px #55acee;
	display: block;
	height: 24px;
	width: 24px
}
#footer ul.social li.twitter a:link, #footer ul.social li.twitter a:visited {
	padding: 10px 11px 11px 11px;
	display: block;
	text-indent: -99999px;
	background-color: #55ACEE
}
#footer ul.social li.googlePlus a span {
	background: url(../images/icon-sprite-regular.png) no-repeat 3px -267px #da4835;
	display: block;
	height: 24px;
	width: 24px
}
#footer ul.social li.googlePlus a:link, #footer ul.social li.googlePlus a:visited {
	padding: 10px 11px 11px 11px;
	display: block;
	text-indent: -99999px;
	background-color: #da4835
}
.bottom-logo {
  background-image: url(../images/logo-low.png);
  width: 283px;
  height: 108px;
  margin: -10px auto -100px;
}
@media (max-width:600px) {
#footer ul {
	width: 88%;
	margin: 0 5%
}
#footer ul li {
	border-right: none;
	line-height: 18px
}
}
.blog-feed {
	background-color: #363636;
	background-image: url(../images/dark-pattern.jpg);
	background-repeat: repeat;
	padding: 50px 0 0 0
}
.title h2 {
	font-family: 'Sorts Mill Goudy', serif;
	color: #c94748;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	line-height: 43px;
	padding: 20px 20px 0 0
}
.title .title-line {
	margin: 20px auto
}
.title h5 {
	text-align: center;
	font-style: normal;
	color: #fff;
	margin: 0 0 42px 0
}
.blog-feed .list-wrapper {
	margin: 0
}
a.linkButton:link, a.linkButton:visited {
	background-color: #F2F2F2;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	color: #c94748;
	text-decoration: none;
	padding: 6px 20px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 2px solid #D8D8D8
}
a.linkButton:hover {
	background-color: #F6F6F6;
	color: #5b5b5b;
	border-bottom: 2px solid #a4a4a4
}
.blog-feed .wrapper {
	width: 100% !important
}
.content .blog-feed ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0
}
.blog-feed ul li {
	display: table-cell;
	list-style: none;
	width: 25% !important;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0
}
.blog-feed ul li a:link, .blog-feed ul li a:visited {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}
.blog-feed ul li .image-wrapper.feature {
	top: 0px;
	left: 0px;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: 250px;
	display: block
}
.blog-feed ul li a:link .image-wrapper.details, .blog-feed ul li a:visited .image-wrapper.details {
	display: block;
	opacity: 0;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 100%
}
.blog-feed ul li a:hover .image-wrapper.details {
	opacity: 1;
	background-color: rgba(255,255,255,0.8)
}
.blog-feed ul li a .image-wrapper.details .logo {
	display: block;
	width: 75%;
	max-width: 259px;
	height: 70px;
	margin: 54px auto 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat
}
.blog-feed ul li a .image-wrapper.details .burst {
	background: url(../images/icon-sprite-regular.png) no-repeat 0 -296px;
	height: 48px;
	width: 60px;
	display: block;
	margin: 10px auto
}
.blog-feed ul li a .image-wrapper.details .readMore {
	background: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #c94748;
	font-weight: 600;
	padding: 5px 20px
}
@media (max-width:840px) {
.blog-feed ul li {
	width: 50% !important;
	float: left
}
.blog-feed ul li a .image-wrapper.details {
	opacity: 1 !important;
	background-color: rgba(255,255,255,0.7) !important
}
}
@media (max-width:450px) {
.blog-feed ul li {
	width: 100% !important;
	float: left
}
}
@media (min-width:950px) {
.blog-wrapper .left {
	background-position: 50% 0 !important
}
}
@media (max-width:840px) {
.blog-wrapper .left {
	background-position: 50% 0 !important
}
}
.blog-wrapper .left {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #1f222d;
	background-size: cover;
	background-position: 50% 0;
	position: fixed;
	overflow: hidden;
	z-index: 1
}
.blog-wrapper .right {
	width: 42%;
	float: right;
	padding: 133px 4% 50px
}
.blog-wrapper .left span.shadow {
	display: block;
	height: 100%
}
.blog-wrapper .left h1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 48px;
	line-height: 85px;
	color: #fff;
	margin: 0;
	padding: 160px 8% 0 8%;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	position: relative;
	z-index: 999
}
.blog-wrapper .left .title-line.black {
	margin-top: 0;
	position: relative;
	z-index: 999
}
.blog-wrapper .right div.posted {
	padding: 0 0 7px 0;
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 30px;
	vertical-align: text-top;
	font-size: 14px;
	text-align: right
}
.blog-wrapper .right div.posted span.date {
	margin: 0 0 10px 0;
	height: 30px;
	display: block
}
.blog-wrapper .right div.posted span.category {
	height: 30px;
	display: block;
	margin: 0 0 7px 0
}
.blog-wrapper .right div.posted span.dateName {
	vertical-align: top;
	line-height: 30px;
	display: inline-block
}
@media (max-width:500px) {
.blog-wrapper .right div.posted span.date, .blog-wrapper .right div.posted span.category {
	text-align: right !important;
	display: block;
	line-height: 30px;
	vertical-align: top
}
}
.blog-wrapper .right div.posted a:link, .blog-wrapper .right div.posted a:visited {
	text-decoration: none;
	color: #c94748
}
.blog-wrapper .right div.posted a:hover {
	text-decoration: underline
}
.face {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 15px;
	margin: 0 0 0 8px;
	display: inline-block
}
.blog-wrapper .right h4 {
	border-bottom: 1px solid #e3e2e2;
	color: #242222;
	font-size: 18px;
	font-weight: 400;
	margin: 55px 0 23px
}
#entryHistory {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 50%;
	z-index: 1000;
	height: 45px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	padding: 15px 0 0 0
}
#entryHistory:hover {
	height: 240px
}
#entryHistory #new-old {
	background-color: #363636;
	background-image: url("../images/dark-pattern.jpg");
	background-repeat: repeat;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	height: 38px;
	padding: 7px 0 0 0;
	vertical-align: middle;
	-webkit-box-shadow: 0 -9px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -9px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 -9px 5px 0 rgba(0,0,0,0.2)
}
#entryHistory #new-old a:link, #entryHistory #new-old a:visited {
    color: rgb(255, 255, 255);
    height: 24px;
    text-decoration: none;
}
#entryHistory #new-old a.next {
	text-align: right
}
#entryHistory #new-old a.next.fullWidth {
	border: none
}
#entryNext a:link, #entryNext a:visited {
	width: 50%;
	height: 200px;
	float: left;
	text-decoration: none;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: right
}
#entryPrev a:link, #entryPrev a:visited {
	width: 50%;
	height: 200px;
	float: left;
	text-decoration: none;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: right
}
#entryNext a:hover, #entryPrev a:hover {
	background-size: cover
}
#entryPrev.fullWidth a:link, #entryPrev.fullWidth a:visited, #entryNext.fullWidth a:link, #entryNext.fullWidth a:visited {
	width: 100%
}
#new-old a span.arrow-left {
	background: url(../images/icon-sprite-regular.png) no-repeat 10px -46px;
	height: 24px;
	width: 17px;
	display: none;
	padding: 0 20px 0 0
}
#new-old a span.arrow-right {
	background: url(../images/icon-sprite-regular.png) no-repeat 10px -73px;
	height: 24px;
	width: 17px;
	display: none;
	padding: 0 0 0 20px
}
#entryHistory a span.shadow {
	display: block;
	height: 100%
}
#entryHistory a span.title {
	text-shadow: 0 0 3px #000;
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	padding: 35px 5% 5px 5%;
	display: block;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out
}
#entryHistory a span.date {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #fff;
	display: block;
	width: 125px;
	margin: 0px auto;
	text-shadow: 0 0 3px #000;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out
}
#entryHistory a:hover span.title, #entryHistory a:hover span.date {
	text-shadow: 0 2px 3px #000
}
#entryHistory a:hover span.date {
	border-top: 1px solid #cecece
}
.blog-image-wrap {
	width: 80%;
	margin: 0 auto;
	display: table
}
.narrow-image-wrap {
	width: 300px;
	margin: 0 auto
}
.blog-image-wrap img {
	max-width: 550px;
	width: 100%;
	display: block;
	margin: 0 auto
}
.fb_iframe_widget {
	max-width: 100%
}
@media (max-width:950px) {
.blog-wrapper .left {
	float: none;
	width: 100%;
	position: relative;
	height: 450px
}
.blog-wrapper .right {
	float: none;
	width: 70%;
	padding: 45px 14% 20px 14%
}
.blog-wrapper {
	position: relative;
	height: 100%
}
.blog-wrapper .NextPrevWrapper {
	position: relative
}
.blog-wrapper .NextPrevWrapper #entryHistory {
	width: 100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	bottom: -240px
}
.blog-wrapper.stick .NextPrevWrapper #entryHistory {
	bottom: 0px
}
#entryHistory #new-old a:link, #entryHistory #new-old a:visited {
	color: #fff
}
}
@media (max-width:600px) {
.blog-wrapper .left h1 {
	font-size: 35px;
	line-height: 45px
}
.blog-wrapper .right {
	width: 89%;
	padding: 45px 5% 0 5%
}
}
.list-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%
}
.content .list-wrapper ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	list-style: none
}
li.blog-image {
	background-color: #f2f2f2;
	border-bottom: 2px solid #d8d8d8;
	display: inline-block;
	width: 318px;
	height: 325px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	position: relative;
	vertical-align: top
}
li.blog-image:hover {
	background-color: #f8f8f8;
	cursor: pointer;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	border-bottom: 2px solid #a4a4a4
}
li.blog-image .image-wrapper {
	width: 120%;
	height: 65%;
	overflow: hidden;
	display: block
}
li.blog-image a:link, li.blog-image a:visited {
	text-decoration: none
}
li.blog-image a img {
	width: auto;
	height: 337px;
	margin-top: -10%;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out
}
li.blog-image:hover a img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1)
}
li.blog-image a h3 {
	text-align: left;
	text-decoration: none;
	font-size: 28px;
	line-height: 30px;
	padding: 10px 10px;
	overflow: hidden;
	height: 50px
}
li.blog-image a p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #8e8e8e;
	margin: 14px 0 0 0
}
@media (max-width:770px) {
li.blog-image {
	width: 46%
}
}
@media (max-width:600px) {
li.blog-image a h3 {
	font-size: 22px
}
}
@media (max-width:500px) {
li.blog-image {
	width: 46%;
	height: 231px
}
li.blog-image a h3 {
	font-size: 22px;
	line-height: 24px;
	padding: 6px 10px
}
li.blog-image a p {
	bottom: 3px
}
}
@media (max-width:470px) {
li.blog-image {
	width: 100%;
	max-width: 350px;
	margin: 0 0 20px 0
}
li.blog-image a img {
	width: auto;
	height: 337px
}
}
.content .blog-feed .list-wrapper ul {
	display: table
}
li.blog-image.casestudy .image-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-height: 333px;
	display: block;
	text-align: center
}
li.blog-image.casestudy {
	border-bottom: 0px
}
li.blog-image.casestudy a img {
	width: 100%;
	height: auto;
	min-width: 415px;
	min-height: 333px;
	overflow: hidden;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out
}
li.blog-image.casestudy:hover a img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	z-index: 1
}

li.blog-image.casestudy a span {
    color: rgb(255, 255, 255);
    left: 0;
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 999;
}
.image-wrapper > h3 {
    margin: 0;
    padding: 0;
}
li.blog-image.casestudy a h3 {
	text-shadow: 0 0 3px #000;
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	padding: 35px auto 5px auto;
	display: block;
	width: 90%;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	position: relative;
	z-index: 999
}
li.blog-image.casestudy a p {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #fff;
	display: block;
	width: 125px;
	margin: 0px auto !important;
	text-shadow: 0 0 3px #000;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	position: relative;
	z-index: 999
}
li.blog-image.casestudy a h3 {
	padding: 25px 5% 15px 5%;
	height: auto
}
li.blog-image.casestudy a h3, li.blog-image.casestudy a p {
	text-shadow: 0 2px 3px #000
}
li.blog-image.casestudy a p {
	border-top: 1px solid #cecece
}
#meta {
	background: #363636;
	margin: 0 0 10px;
	padding: 20px 10px 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
#meta h4 {
	text-align: center
}
#meta ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 10px 0
}
#meta ul li a:link, #meta ul li a:visited {
	text-decoration: none;
	background-color: #F2F2F2;
	border-bottom: 2px solid #D8D8D8;
	color: #8E8E8E;
	padding: 4px 20px;
	font-size: 14px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear
}
#meta ul li a:hover {
	background-color: #f8f8f8;
	color: #c94748;
	border-bottom: 2px solid #a4a4a4
}
#meta ul li.rss a:link, #meta ul li.rss a:visited {
	background-image: url(../images/rss.jpg);
	text-indent: -99999px;
	display: inline-block;
	height: 28px;
	width: 28px;
	line-height: 25px;
	padding: 0;
	border-bottom: 0
}
a.rss-blog:link, a.rss-blog:visited {
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
	background-image: url(../images/rss.jpg);
	text-indent: -99999px;
	display: inline-block
}
@media (max-width:870px) {
a.rss-blog:link, a.rss-blog:visited, #meta ul li.rss a:link, #meta ul li.rss a:visited {
	display: none
}
}
.services_new h4 {
	margin: 30px 0 50px 0
}
@media (max-width:1000px) {
.content-wrapper {
	width: 94%;
	padding: 0 3%
}
}
.dark-wrapper.inner .title h3, .dark-wrapper.inner .title h4, .dark-wrapper.inner .title h5, .dark-wrapper.inner .title h6, .dark-wrapper.inner .title p {
	text-align: left
}
.dark-wrapper p a:link, .dark-wrapper p a:visited {
	color: #fff
}
.dark-wrapper p a:hover {
	color: #c94748
}
.dark-wrapper.inner.aboutus-new .title p, .dark-wrapper.inner.aboutus .title p, .dark-wrapper.inner.ski-clients .title p, .dark-wrapper.inner.ski-clients-new .title p, .dark-wrapper.inner.ski-clients .title h4, .dark-wrapper.inner.ski-clients-new .title h4 {
	text-align: center;
	display: block !important;
	width: 100%
}
form#enquiry fieldset {
	border: none;
	margin: 0 0 20px 0
}
form#enquiry fieldset .form-field {
	position: relative;
	width: 75%
}
form#enquiry fieldset .form-field label {
	display: block;
	width: 100%;
	margin: 17px 0 5px
}
form#enquiry fieldset .form-field span input, form#enquiry fieldset .form-field span textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	height: 48px;
	outline-width: 0;
	padding: 0 18px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
form#enquiry .form-field span select {
	height: 48px;
	padding: 15px 18px;
	width: 100%;
	-moz-box-sizing: border-box;
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	outline-width: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
form#enquiry .form-field span input, form#enquiry .form-field span select {
	vertical-align: middle
}
.form-field span input:focus, .form-field span select:focus, .form-field span textarea:focus {
	background: #fff;
	border: 1px #e4e4e4 solid;
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee
}
form#enquiry .order_panel table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #000
}
form#enquiry .order_panel table th {
	background: none repeat scroll 0 0 #000;
	border-color: #000;
	border-width: 0 1px;
	border-style: solid
}
form#enquiry .order_panel table td {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px
}
form#enquiry .bubblediv {
	left: 113px;
	top: 0px
}
form#enquiry .bubblediv ul#listtop {
	margin: 0;
	padding: 2px 6px !important;
	width: auto;
	height: 18px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
form#enquiry .bubblediv ul:hover#listtop {
	height: auto
}
form#enquiry .bubblediv ul li {
	list-style: none;
	color: #3a3a3a;
	font-size: 12px;
	line-height: 18px
}
form#enquiry .form-click input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #c94748;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 45px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
form#enquiry .form-click input:hover {
	background: #000;
	color: #fff
}
.thriveMailTable thead th {
	font-family: 'Sorts Mill Goudy', serif;
	color: #c94748;
	font-size: 34px;
	line-height: 40px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 21px 0
}
.thriveMailTable input#terraForm_emailform_submitbutton, .thriveMailTable input[type="button"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #c94748;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 45px;
	cursor: pointer;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
.thriveMailTableinput#terraForm_emailform_formemail {
	padding: 8px
}
.thriveMailTable input#terraForm_emailform_submitbutton:hover {
	background: #000;
	color: #fff
}
ul#staff {
	margin: 0;
	padding: 0;
	text-align: center
}
ul#staff li.member {
	list-style: none;
	display: inline-block;
	width: 185px;
	height: 300px;
	margin: 20px 2%;
	text-align: center;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	vertical-align: top;
	cursor: pointer
}
.profile-image {
	display: block;
	width: 185px;
	height: 185px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.member .name {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: 400;
	color: #c94748;
	font-size: 20px;
	line-height: 20px;
	display: block;
	width: 185px;
	word-break: keep-all;
	margin: 12px 0 0 0
}
.member .line {
	border-top: 1px solid #727272;
	width: 50%;
	margin: 5px auto;
	display: block
}
.member .position {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	display: block
}
.bg_div{
background: url("../images/filter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 800px;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.profileDescription {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear
}
.dark-wrapper ul#staff li p {
	margin: 0 0 25px 0
}
.title .profileDescription h2 {
	font-size: 26px;
	line-height: 38px;
	text-align: center
}
.dark-wrapper.inner .title .profileDescription p {
	text-align: center
}
@media only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2) {
#footer ul.social li.facebook a span, #footer ul.social li.twitter a span, #footer ul.social li.googlePlus a span, #header #menu-icon a, .mobi-nav #header #menu-icon a, .next-section a:link, .next-section a:visited, .social-logos ul li.facebook a span, .social-logos ul li.twitter a span, .social-logos ul li.googlePlus a span, #new-old a span.arrow-left, #new-old a span.arrow-right, .blog-feed ul li a .image-wrapper.details .burst, .banner-wrapper .down span.arrow {
background-image:url(../images/icon-sprite-retina.png) !important;
background-size:60px 400px !important
}
#logo a:link, #logo a:visited {
background-image:url(../images/logo-hi.png) !important;
background-size:216px 54px !important
}
.tagline .bg {
background-image:url(../images/retina-tagline.png);
background-size:389px 35px
}
#meta ul li.rss a:link, #meta ul li.rss a:visited {
background-image:url(../images/rss-retina.jpg);
background-size:28px 28px
}
a.rss-blog:link, a.rss-blog:visited {
background-image:url(../images/rss-retina.jpg);
background-size:20px 20px
}
}
@media only screen and (min--moz-device-pixel-ratio:2) and (max-width:768px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:768px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:768px), only screen and (min-device-pixel-ratio:2) and (max-width:768px) {
.tagline .bg {
background-image:url(../images/retina-tagline-sml.png);
background-size:210px 18px
}
#logo {
margin:13px 0 10px 25px
}
#header #menu-icon a {
top:37px
}
}
@media only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2) {
.banner-wrapper .down span.arrow {
background:url(../images/icon-sprite-regular.png) no-repeat -4px -176px;
width:33px;
height:18px;
margin:16px auto;
display:block
}
.banner-wrapper .down {
height:47px;
width:47px;
margin-left:-23px
}
}
