.icomoon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.3em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-weight: 400;
	transition: opacity ease-in 0.2s;
	font-size: 18px;
	color: rgba(0,0,0,0.75);
}

body.branch-banner-is-active #toolbar, body.branch-banner-is-active .md-sidenav-right {
	top: 76px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	opacity: 0; 
	display: block; 
	overflow: hidden; 
	transition: opacity ease-in 0.2s;
}

a {
	color: #0277bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.bluelink svg {
	fill: #0277bb;
}

h1, h2, h3, h4 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px 0;
	font-weight: 700;
}

h2 md-icon {
	width: 40px;
	height: 40px;
}

img {
	max-width: 100%;
	height: auto;
}

#container {
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: visible;
}

#content {
	min-height: 100%;
}

md-sidenav {
	position: fixed;
}

md-backdrop.md-sidenav-backdrop {
    position: fixed;
}

.montserrat {
	font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

.center-text {
	text-align: center;
}

[flex-sm="100"] {
  width: 100%;
}

.md-button.md-raised span {
	font-weight: 700;
	color: rgba(0,0,0,0.75);
}

.md-button.transparent {
	border: 1px solid #FFF;
	padding: 0 15px;
	font-size: 18px;
}

.md-button.hollow {
	border: 2px solid #FFF;
	width: 270px;
	text-transform: capitalize;
	font-weight: 700;
}

.md-button.hollow.reverse {
	border: 2px solid rgba(0,0,0,0.8);
}

.md-button.transparent svg {
	fill: #FFF;
}

.md-button.md-lightblue.md-raised, .md-button.md-primary.md-fab {
		color: rgba(255,255,255,0.87);
		background-color: #0277BD;
}

.md-button.md-lightblue.md-raised span {
	color: rgba(255,255,255,0.87);
}

.md-button.md-lightblue.md-raised:not([disabled]):hover {
		background-color: #0277BD;
}

.md-select-icon {
	font-family: Helvetica, sans-serif;
}

.md-fab.plain {
	background: transparent;
	box-shadow: none;
}

.md-button.md-fab.plain:not([disabled]):hover {
		background: transparent;
}

.md-button.md-fab.plain.md-focused:not([disabled]) {
		background: transparent;
}

.booking_buttons .md-button {
	vertical-align: top;
}

.booking_buttons a.md-button {
	padding: 1px 15px;
}

.booking_buttons .md-button md-icon {
    color: #000;
}

.booking_buttons .md-button.md-raised span {
    color: #000;
    text-transform: initial;
}

/* toolbar */
#toolbar {
	background-color: transparent;
	color: #FFF;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

body.home #toolbar:not(.md-whiteframe-z1) {
	background: transparent;
}

.toolbar-items {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.toolbar-items .md-button:not(.md-fab) {
	min-width: 40px;
	padding: 0 15px;
		margin: 6px 2px;
		text-transform: capitalize;
		font-weight: 700;
		vertical-align: middle;
}

.toolbar-items .md-button.md-fab.md-mini {
	margin: 4px 0;
}

.toolbar-items .login-button {
	border-radius: 18px;
	background-color: rgb(255,64,129);
    color: rgb(255,255,255);
}

.toolbar-items .login-button:hover {
	border: 2px solid rgba(255,255,255,0.15);
	background: transparent;
	line-height: 32px;
	padding: 0 13px;
}

.home #main {
}

#toolbar.md-whiteframe-z1 {
	background-color: #0277BD;
}

#sitelogo {
	height: 37px;
	margin-top: 6px;
}

/* sidebar */
#sidebar .md-button {
	display: block;
	margin: 10px 0px;
	width: 100%;
}

#sidebar md-toolbar { 
	background-color: #0277BD;
}

/* main image */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
		padding-bottom: 56.25%;
}

#mainimagewrapper, [header-image] {
	height: calc(100vh);
}

[header-image] {
	background-color: rgba(2, 119, 189);
}

body.branch-banner-is-active #mainimagewrapper {
	height: calc(100vh - 76px);
}

#mainimagewrapper video {
	object-fit: cover;
}


#mainimage {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mainimage video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#mainimageblock {
	color: #FFF;
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(2, 119, 189, 0.8);
	z-index: 1;
}

#mainimageblock.playing .overlay {
	background-color: rgba(0,0,0,0.3);
	transition: background-color 0.5s ease;
}

#mainimage.video #mainimageblock {
}

.hero {
	margin: 47px 17px 0 17px;
	text-align: center;
	font-size: 18px;
	z-index: 2;
}

.hero h1 {
	font-size: 60px;
	line-height: 80px;
	margin: 0 auto 20px auto;
	max-width: 500px;
	font-weight: 300;
	text-shadow: 0 1px 0.4px rgba(0,0,0,0.25);
	color: #FFF;
}

.hero p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
}

.hero .md-button {
		font-size: 18px;
		padding: 5px 20px;
		font-weight: 400;
}

.page-header {
	  background-color: #0277BD;
	  color: #FFF;
	  padding: 64px 20px 0 20px;
	  min-height: 220px;
}

.breadcrumbs {
	border-bottom: 1px solid #EEE;
	line-height: 14px;
	height: 48px;
	line-height: 48px;
}

.breadcrumbs .container {
	margin: 0px auto;
}

.search {
	border-bottom: 1px solid #EEE;
	line-height: 14px;
	height: 48px;
	line-height: 48px;
}

.search .container {
	margin: 9px auto 0px auto;
}

.search md-input-container .md-input {
	padding-bottom: 9px;
}

.search button {
	transform: translate(0px, -10px);
}

body.page-template-services .page-header {
	  background-color: #0277BD;
	  color: #FFF;
	  background-image: url(/wp-content/themes/pixilinktwo/images/camera.png);
	  background-repeat: no-repeat;
	  background-position: bottom right;
	  background-position-y: 30px;
	  padding: 64px 20px 0 20px;
}

body.page-template-drones .page-header {
	  background-color: #0277BD;
	  color: #FFF;
	  background-image: url(/wp-content/themes/pixilinktwo/images/drone.png);
	  background-repeat: no-repeat;
	  background-position: top 30px right -550px;
	  padding: 0 20px;
}

body.page-id-24 .page-header {
	  background-color: #0277BD;
	  color: #FFF;
	  background-image: url(/wp-content/themes/pixilinktwo/images/vancouver-3d-floor-plan.png);
	  background-repeat: no-repeat;
	  background-position: top 30px right -400px;
	  padding: 0 20px;
}

body.page-id-59550 .page-header {
	background-color: #0277BD;
    color: #FFF;
    background-image: url(/wp-content/themes/pixilinktwo/images/matterport2.png);
    background-repeat: no-repeat;
    background-position: top 30px right -200px;
    padding: 0 20px;
    background-size: 900px auto;
}

.page-header-content {
	width: 100%;
	max-width: 1000px;
	margin: 75px auto;
}

.page-header-content.medium {
	margin: 40px auto;
}


.page-header-content h1 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	line-height: 50px; 
}

.page-header-content p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
}

/* end main image */
.md-button.white {
	color: #FFF;
}

.md-button.white md-icon {
	color: #FFF !important;
}

md-icon.white {
	color: #FFF;
}

.blue-grey-500 {
	background: #607D8B;
	color: #FFF;
}

.blue-grey-700 {
	background: #455A64;
	color: #FFF;
}

.grey-100 {
	background: #F5F5F5;
}

.light-blue-500 {
	background: #03A9F4;
	color: #FFF;
}

.light-blue-800 {
	background: #0277BD;
	color: #FFF;
}

.sand {
	background: #ceac7f;
	color: #FFF;
}


#advantage {
	max-width: 100%;
	margin-left: 4%;
}

#testimonials {
	text-align: center;
	padding: 0 72px;
}

#portraits {
	max-width: 100%;
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	margin-top: 45px;
}

.portrait {
	width: 100px;
	height: 100px;
	display: inline-block;

}

.portrait img {
	max-width: 100%;
}

quote {
	max-width: 640px;
	margin: 0px auto;
	font-size: 18px;
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

quote::before {
	content: "“";
	position: absolute;
	top: -19px;
	left: -50px;
	font-size: 96px;
	font-family: Arial,sans-serif;
}

quote::after {
	content: "”";
	position: absolute;
	top: -19px;
	right: -50px;
	font-size: 96px;
	font-family: Arial, sans-serif;
}

/* footer */
#footer_container {
	background: #353c3e;
	padding: 30px 30px 50px 30px;
}

#footer {
	max-width: 1000px;
	margin: 0 auto;
	color: #a8a8a8;
	font-size: 13px;
	width: 100%;
}

#footer h3 {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
}

#footer h4 {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	margin: 16px 0 2px 0;
}

#footer a, .footer_footer a {
	color: #a8a8a8;
	text-decoration: none;
}

#footer a:hover, .footer_footer a:hover {
	color: #a8a8a8;
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin-bottom: 5px;
}

.social md-icon {
	height: 20px;
  	width: 18px;
}

.footer_footer {
   	background: #434c4e;
   	color: #FFF;
   	text-align: center;
   	padding: 10px;
   	font-size: 13px;
}

/* showcase */
#showcase {
	position: relative;
}

#showcase md-grid-list md-grid-tile {
	overflow: hidden;
}

#showcase[count="3"] md-grid-tile:nth-child(4),
#showcase[count="3"] md-grid-tile:nth-child(5),
#showcase[count="3"] md-grid-tile:nth-child(6) {
	display: none;
}

	/* Common style */
md-grid-tile figure figure {
	background: #0277BD;
	text-align: center;
	cursor: pointer;
}

md-grid-tile figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

md-grid-tile figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

md-grid-tile figure figcaption::before,
md-grid-tile figure figcaption::after {
	pointer-events: none;
}

md-grid-tile figure figcaption,
md-grid-tile figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
md-grid-tile figure figcaption > a {
	z-index: 4;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

md-grid-tile figure h2 {
	word-spacing: 0.2em;
	font-weight: 300;
}

md-grid-tile figure h2 span {
	font-weight: 800;
}

md-grid-tile figure h2,
md-grid-tile figure p {
	margin: 0;
}

md-grid-tile figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #0277BD;
}

.loading figure.effect-bubba {
	background: #FFF;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

	.showcase_listing {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: center;
	}

	#showcase md-progress-circular {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 1;
	 -webkit-transition: opacity ease-in 0.5s;
		transition: opacity ease-in 0.5s;
		display: none;
	}

	#showcase md-grid-tile.loading md-progress-circular {
		display: block;
	}

	#showcase md-grid-tile figure img { 
		width: 100%;
	}

	#showcase #left {
		position: absolute;
		left: 10px;
		top: 50%;
		z-index: 5;
	}

	#showcase #right {
		position: absolute;
		right: 10px;
		top: 50%;
		z-index: 5;
	}

	.content {
		max-width: 1000px;
		margin: 0 auto;
	}

	.content h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}

	.content p {
		font-weight: 400;
		color: rgba(255,255,255,0.9);
		font-size: 18px;
		margin: 0 0 20px 0;
	}

	.blue-grey-800 {
		background: #37474F;
		color: #FFF;
		padding: 20px 20px 10px 20px;
	}

	.flex-table {
		border-top: 1px solid rgba(255,255,255,0.25);
		border-bottom: 1px solid rgba(255,255,255,0.25);
		padding: 20px 0;
	}

	.flex-table.no-border {
		padding: 0;
		border: none;
	}

	.flex-table.checks {
		line-height: 34px;
	}

	.flex-table.checks p {
		margin: 0 10px 0 0;
	}

	.flex-table.reverse {
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.service {
		text-align: left;
		padding-left: 80px;
		position: relative;
	}

	.service p {
		margin-right: 20px;
	}

	.circle {
		border-radius: 50%;
		background: #0277BD;
		padding: 16px;
		display: inline-block;
	}

	.circle md-icon {
		transform: scale(1.4);
	}

	.service .circle {
		position: absolute;
		top: 0;
		left: 0;
	}

	.testimonial .md-avatar {
		  width: 70px;
	  height: 70px;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  margin-right: 16px;
	  border-radius: 50%;
	  box-sizing: content-box;
	  position: absolute;
	}

	.testimonial div {
		margin-left: 100px;
		min-height: 50px;
	}

	.testimonial h2 {
		margin: 0;
	}

	#login iframe {
		margin: 20px;
	}

	#slider_container {
		background: #37474F;
		padding: 0 20px 135px 20px;
	}

	#slider {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 5px 20px;
	background: rgba(255,255,255,0.1);
	}

	#sqft {
		font-size: 34px;
		color: #FFF;
	}

	md-slider .md-thumb:after {
		border-color: #FFF;
		background-color: #FFF;
}

md-slider .md-track.md-track-fill {
		background-color: #FFF;
}

md-card md-card-footer {
	padding: 16px;
	padding-top: 6px;
	font-size: 14px;
}

.product_container {
	padding: 0 12px;
	margin-top: -114px;
	margin-bottom: 50px;
}

.product {
	max-width: 1016px;
		margin: 0 auto;
		width: 100%;
		color: rgba(0,0,0,0.75);
}

.product .name {
	background: #fcfcfc url('/wp-content/themes/pixilinktwo/images/camera.png');
	min-height: 200px;
	font-size: 56px;
	padding: 20px;
	background-size: 100%;
	background-position-x: 100px;
	background-repeat: no-repeat;
}

.product_image {
	background: #0277BD;
}

.product_image md-icon {
	padding: 8px;
}

.product_image_wrapper {
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}

.product_image_wrapper img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product_image_text {
	position: absolute;
	bottom: 15px;
	right: 10px;
	font-size: 13px;
	background: rgba(0,0,0,0.5);
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
}

.product h2 {
	margin: 0;
}

.product md-list-item.md-2-line .md-list-item-text h3 {
	font-size: 22px;
}

.product md-card-content {
	padding-bottom: 0;
}

.recommend {
	padding: 0 16px 16px 16px;
}

.recommend md-select {
	display: inline-block;
	padding: 0;
}

.recommend_text {
	padding-top: 6px;
		display: inline-block;
		font-size: 16px;
}

.subtext {
	font-size: 14px;
	margin-top: 50px;
	color: rgba(255,255,255,0.6);
	text-align: center;
}

.subtext.reverse {
	color: rgba(0,0,0,0.6);
}

.vignette {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: inset 0px 0px 25px rgba(0,0,0,0.4);
	-moz-box-shadow:    inset 0px 0px 25px rgba(0,0,0,0.4);
	box-shadow:         inset 0px 0px 25px rgba(0,0,0,0.4);
}

.fullwidth {
	padding: 0 20px;
}

.fullwidth.padded-children {
	padding: 0 12px;
}

img.fullwidth {
	width: 100%;
	padding: 0;
}

.container {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
}

.padded-children .container {
	max-width: 1016px;
}

.container h2 {
	margin-top: 0;
}

.container hr {
	border-width: 1px;
		border-style: solid;
}

.scroll-container {
	margin: 40px 0;
	text-align: center;
	overflow: hidden;
}

.scroll-container > div {
	display: inline-block;
		white-space: nowrap;
}

.scroll-container md-icon {
  color: rgba(0,0,0,0.3);
  padding: 0 20px;
  display: inline-block;
    transform: scale(0.8);
}

#pricing > div {
	max-width: 800px;
	margin: 0 auto;
}

.product_item_description {
	background: #37474F;
	color: #FFF;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	min-height: 80px;
}

.product_item_description h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 30px;
}

.product_item_cost {
	background: #ECEFF1;
	padding: 20px;
	text-align: center;
	font-size: 26px;
}

.product_item_min_cost {
	font-size: 18px;
}

/*  BLOG */
.blog_card .md-button {
	font-weight: 700;
		margin: 0;
		color: #2196F3;
}

h2.entry-title {
	font-size: 24px;
	line-height: 32px;
}


article img {
	max-width: 100%;
	height: auto;
}

article .time {
	font-weight: 700;
}

a.more-link {
	display: block;
	clear: both;
	margin-top: 10px;
	font-size: 14px;
}

.screen-reader-text {
	display: none;
}

.nav-next {
	text-align: right;
}

#hdr {
	position: relative;
	font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

#hdr .before {
	color: #FFF;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#hdr .after {
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 800px) { 
	.page-header {
		background-image: none;
	}
}

/* clients */
.agent_office_logo {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 200px;
}

.clients_listing {
	position: relative;
}

.clients_listing.hover {
	transform: scale(1.02,1.02);
	cursor: pointer;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.14),0 4px 5px 0 rgba(0,0,0,.098),0 1px 10px 0 rgba(0,0,0,.084);
	-webkit-transition: transform 0.2s; /* Safari */
	transition: transform 0.2s;
}

.clients_listing.hover.notpixilink .md-card-image {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.clients_listing h2 {
	font-size: 20px;
		line-height: 30px;
		margin: 0;
}

.clients_listing.notpixilink .md-card-image {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.pixilink_triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
}

/* work */
#work {
	min-height: 1000px;
}

#work md-tabs {
	background: #0277BD;
}

#work md-tabs-wrapper {
	border: none;
}

#work md-tabs md-ink-bar {
		color: #29B6F6;
		background: #29B6F6;
		height: 3px;
}

#work md-tabs md-icon {
	color: #FFF;
}

#work md-tabs md-tab-item:not([disabled]).md-active, #work md-tabs md-tab-item:not([disabled]).md-focused {
		color: rgb(255,255,255);
		font-weight: 700;
}

#work md-tabs md-tab-item:not([disabled]) {
		color: rgba(255,255,255,0.8);
		font-weight: 700;
}

#work_map {
	height: 700px;
}

.listing_card>img {
	min-height: 100px;
}

.listing_card:hover {
	cursor: pointer;
}

.listing_card h2 {
	font-size: 20px;
		line-height: 30px;
		margin: 0;
}

.listing_card md-card-footer {
	min-height: 58px;
	position: relative;
	border-top: 1px solid #EEE;
}

.listing_card md-card-footer p {
	margin: 0 0 0 75px;
	padding: 6px 0 0 0;
	font-size: 18px;
}

.listing_card md-card-footer .md-avatar {
		  width: 50px;
	  height: 50px;
	  margin-top: 8px;
	  margin-bottom: 8px;
	  margin-right: 16px;
	  border-radius: 50%;
	  box-sizing: content-box;
	  position: absolute;
	}

/* helpers */
.no-margin {
	margin: 0;
}

.no-margin-centered {
	margin: 0 auto;
}

.no-padding {
	padding: 0;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

ul.no-style {
	list-style-type: none;
	padding: 0;
}

.ribbon_wrap {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    overflow: hidden;
}

.ribbon {
	background: rgb(210, 76, 76);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding-top: 12px;
    width: 191px;
    height: 29px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    position: absolute;
    top: 15px;
    right: -61px;
    font-size: 19px;
    line-height: 17px;
    white-space: pre;
    text-transform: uppercase;
}

.staff {
	padding: 20px;
}

.staff img {
	border-radius: 50%;
}

.staff h3, h4 {
	margin: 0;
    line-height: 1.4;
    margin-left: 10px;
}

.staff h3 {
	margin-top: 10px;
}

.staff h4 {
	font-weight: normal;
}

#notice {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	padding: 10px;
	text-align: center;
	background: #0277bd;
	color: #FFF;
	z-index: 100;
}

.supplier {
	width: 150px;
	height: 150px;
	margin: 20px;
}


@media (max-width: 960px) {

	.page-template-app .hero h1 {
		font-size: 40px;
		line-height: 50px;
	} 

}

/* iphone 6 plus  414 */
/* iphone 6 375 */
/* nexus 5 360 */

@media (max-width: 450px) {

	.hero h1, .page-template-app .hero h1 {
		font-size: 36px;
		line-height: 36px;
		margin-top: 20px;
	} 

	.hero h2 {
    	font-size: 20px;
    	line-height: 30px;
	}

	.hero .md-button {
	display: block;
	margin: 10px 0px;
	width: 100%;
	}

}
