/* Fonts
------------------------------------------------------------------------------*/

body {
	background: #fff;
	color: #767676;
	font-family: AvenirLT-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}

a {
	color: #cb2027;
}

.selectable {
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

/* Loading Screen
-----------------------------------------------------------------------------*/

.loading {
	background: #fff;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	position: absolute;
	pointer-events: none;
	right: 0px;
	top: 0px;
	z-index: 9999;
}

body.ready .loading {
	display: none;
}

body.loaded .loading {
	background: transparent;
}

/* Enumeration
-----------------------------------------------------------------------------*/

.view article.enum {
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.view article.enum h2 {
	color: #fff;
	font-family: AvenirLT-Medium;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.view article.enum ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.view article.enum ul:last-child {
	border: none;
	margin: 0px;
	padding: 0px;
}

.view article.enum ul li {
	color: #fff;
	font-size: 13px;
	list-style: none;
	list-style-position: outside;
	margin-bottom: 2px;
}

.view article.enum ul li:last-child {
	margin: 0px;
}

.view article.enum li.section {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Spinner
-----------------------------------------------------------------------------*/

@keyframes rotate-spinner {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.spinner {
	animation: rotate-spinner 1000ms;
	animation-iteration-count: infinite;
	background: #c30018;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

/* Navigation Bar
-----------------------------------------------------------------------------*/

.bar.navigation-bar > .navigation-bar-content > .navigation-bar-title {
	padding-right: 0px;
}

/* Picture Component
-----------------------------------------------------------------------------*/

.picture {
	position: relative;
}

.picture .background {
	background-size: cover;
	background-position: center center;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	transition: opacity 500ms ease-in-out;
	top: 0px;
	width: 100%;
}

.picture .spinner {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	width: 30px;
}

.picture.loaded .spinner {
	display: none;
}

.picture.loaded .background {
	opacity: 1;
}

/* Button Component
-----------------------------------------------------------------------------*/

/* Style Back */

.button.style-back {
	border: 1px solid transparent;
	background: transparent;
	color: #000;
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-weight: 300;
	font-size: 60px;
	height: 40px;
	margin: 0px;
	position: absolute;
	padding: 0px;
	text-align: center;
	right: 15px;
	top: 15px;
	width: 20px;
	z-index: 200;
}

.button.style-back .button-label {
	display: block;
	height: 40px;
	line-height: 26px;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	width: 20px
}

.button.style-back .hit-area {
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
}

.button.style-back.is-selected,
.button.style-back.is-highlighted {
	opacity: 0.5;
}

.button.style-back.light {
	color: #fff;
}

/* List Component
-----------------------------------------------------------------------------*/

/* Style Dark */

.list.style-dark {
	background: #3a3a3a;
	padding-left: 15px;
	padding-right: 15px;
}

.list.style-dark .list-item {
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-size: 16px;
	height: 50px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list.style-dark .list-item.is-selected,
.list.style-dark .list-item.is-highlighted {
	color: rgba(255, 255, 255, 0.5);
}

/* Style Grid */

.list.style-grid {
	display: block;
}

.list.style-grid .list-item {
	border-radius: 0;
	border: none;
	background: #000;
	float: left;
	height: auto;
	padding: 0px;
	width: 33.33333%;
}

.list.style-grid .list-item.is-highlighted .list-item-image {
	opacity: 0.5;
}

.list.style-grid .list-item-label,
.list.style-grid .list-item-detail {
	display: none;
}

.list.style-grid .list-item-image {
	border-radius: 0;
	border: none;
	height: auto;
	margin: 0px;
	width: 100%;
}

/* List Item Component
-----------------------------------------------------------------------------*/

/* Style Disclosed */

.list-item.style-disclosed .list-item-detail {
	padding-right: 0px;
}

.list-item.style-disclosed .list-item-detail:after {
	background-image: url(../images/arrow-red.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
	.list-item.style-disclosed .list-item-detail:after {
		background-image: url(../images/arrow-red-2x.png);
		background-size: 18px 18px;
	}
}

/* Carousel Component
-----------------------------------------------------------------------------*/

.carousel {}

.carousel .mask {
	background: url(../images/web-overlay.png) no-repeat center center;
	background-size: cover;
	pointer-events: none;
	height: 300px;
	position: fixed;
	width: 320px;
	z-index: 100;
}

.carousel .mask:after {
	background: red;
	content: "";
}

.carousel .picture .background {
	background-size: cover;
}

/* Carousel Indicator Component
-----------------------------------------------------------------------------*/

.carousel-indicator {
	align-items: center;
	box-align: center;
	box-pack: center;
	box-orient: horizontal;
	flex-direction: row;
	display: box;
	display: flex;
	height: 28px;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.carousel-indicator > div {
	background: #b0b0b0;
	height: 8px;
	margin-left: 4px;
	margin-right: 4px;
	position: static;
	transition: background-color 350ms ease-in-out;
	width: 8px;
}

.carousel-indicator > div.current {
	background-color: #cc1f1b;
}

/* Slide Show Component
-----------------------------------------------------------------------------*/

.slide-show {
	position: relative;
}

.slide-show .slide-show-image {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 90;
}

.slide-show .slide-show-title {
	bottom: 50%;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-weight: 300;
	font-size: 32px;
	height: auto;
	line-height: 34px;
	left: 0px;
	position: absolute;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	width: 100%;
	z-index: 100;
}

.slide-show .slide-show-title sup {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: auto;
}

/* Footer Component
-----------------------------------------------------------------------------*/

.footer {
	bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	width: 100%;
}

/* Style Dark */

.footer.style-dark {
	color: #808080;
	background: #3b3b3b;
}

/* Style Red */

.footer.style-red {
	color: #fff;
	background: #CB1E1B;
}

/* Views With Footer */

.view.with-footer > .view-content-wrapper > .view-content {
	padding-bottom: 50px;
}

/* Latest
-----------------------------------------------------------------------------*/

.latest {
	align-items: center;
	box-align: center;
	display: box;
	display: flex;
			position: relative;
}

.latest .latest-image {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.latest .latest-title {
	color: #fff;
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-weight: 300;
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.75);
	position: relative;
	width: 100%;
}

.latest .latest-button {
	color: #fff;
	background: #cc1f1b;
	bottom: 15px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 600;
	font-size: 12px;
	height: 40px;
	position: absolute;
	right: 15px;
}

/* News List
-----------------------------------------------------------------------------*/

/* News List Item
-----------------------------------------------------------------------------*/

.list-item.news-list-item {
	align-items: flex-start;
	box-align: start;
	box-orient: vertical;
	border: none;
	flex-direction: column;
	height: auto;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
}

.list-item.news-list-item:last-child {
	margin: 0px;
}

.list-item.news-list-item .list-item-image {
	border-radius: 0;
	border: none;
	margin: 0px;
	margin-bottom: 15px;
	height: auto;
	width: 100%;
}

.list-item.news-list-item .list-item-label {
	border-bottom: 1px solid #c3c3c3;
	box-flex: 0;
	color: #3d3d3d;
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	font-size: 15px;
	flex: none;
	overflow: visible;
	padding: 0px;
	padding-bottom: 8px;
	white-space: normal;
}

.list-item.news-list-item .list-item-detail {
	box-flex: 0;
	color: #767676;
	font-size: 12px;
	font-weight: normal;
	flex: none;
	overflow: visible;
	padding: 0px;
	white-space: normal;
}

.list-item.news-list-item .list-item-date {
	color: #1a1a1a;
	display: block;
	font-weight: normal;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.list-item.news-list-item .list-item-button {
	color: #c30018;
	font-size: 12px;
	font-weight: normal;
	background: transparent;
	height: auto;
	padding: 0px;
	text-align: left;
}

.list-item.news-list-item .list-item-button.is-selected,
.list-item.news-list-item .list-item-button.is-highlighted {
	color: #9b171c;
}

/* View
-----------------------------------------------------------------------------*/

/* Header */

.view header {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.view header h1 {
	border-bottom: 1px solid #e1e1e1;
	color: #767676;
	font-family: "Gotham A", "Gotham B";
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.view header p {
	font-weight: normal;
	font-size: 15px;
	color: #767676;
	text-align: center;
}

.view header p:last-child {
	margin-bottom: 0px;
}

/* Article */

.view article {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 65px;
}

/* Tab View
-----------------------------------------------------------------------------*/

.view.tab-view > .view-content-wrapper > .view-content {
	display: block;
}

/* Master View
-----------------------------------------------------------------------------*/

.view.master-view {
	left: 0px;
	position: absolute;
	transform: translateX(0px);
	top: 0px;
	z-index: 50;
}

/* Navigation Bar */

.view.master-view .bar.navigation-bar .header {
	height: 46px;
	display: box;
	display: flex;
}

.view.master-view .bar.navigation-bar .header .logo-image {
	height: 46px;
	width: 60px;
}

.view.master-view .bar.navigation-bar .header .logo-title {
	align-items: center;
	box-align: center;
	display: box;
	display: flex;
	height: 46px;
}

.view.master-view .bar.navigation-bar .button {
	padding-left: 10px;
	padding-right: 10px;
}

.view.master-view .bar.navigation-bar .button .button-label {
	background: url(../images/menu-button.png) no-repeat center center;
	height: 19px;
	width: 30px;
}

.view.master-view .bar.navigation-bar .button.is-selected .button-label,
.view.master-view .bar.navigation-bar .button.is-highlighted .button-label {
	background: url(../images/menu-button-down.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

	.view.master-view .bar.navigation-bar .button .button-label {
		background: url(../images/menu-button-2x.png) no-repeat center center;
		background-size: 20px 19px;
	}

	.view.master-view .bar.navigation-bar .button.is-selected .button-label,
	.view.master-view .bar.navigation-bar .button.is-highlighted .button-label {
		background: url(../images/menu-button-down-2x.png) no-repeat center center;
		background-size: 20px 19px;
	}
}

/* Menu View
-----------------------------------------------------------------------------*/

.view.menu-view {
	background: #000;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 220px;
	z-index: 25;
}

/* List */

.view.menu-view .list {
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.view.menu-view .list-item {
	background: #000;
	border-bottom: 1px solid #333;
	color: #fff;
	font-family: "Avenir-Roman";
	font-weight: normal;
	font-size: 18px;
	height: 42px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.view.menu-view .list-item.is-selected,
.view.menu-view .list-item.is-highlighted {
	background: transparent;
	color: #cb1f1b;
}

.view.menu-view .list-item:last-child {
	border-bottom: none;
}

/* Home View
-----------------------------------------------------------------------------*/

.view.home-view {
	background: transparent;
}

/* Video Button */

.view.home-view .button.video-button {
	color: #fff;
	background: #cc1f1b;
	bottom: 20px;
	font-family: "Gotham A", "Gotham B";
	font-weight: 600;
	font-size: 11px;
	height: 35px;
	margin-left: -62.5px;
	left: 50%;
	position: absolute;
	width: 125px;
	z-index: 120;
}

/* Info */

.view.home-view .infos {
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.view.home-view .infos img.logo {
	display: block;
	float: left;
	height: 77px;
	width: 77px;
}

.view.home-view .info {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	padding-left: 15px;
	overflow: hidden;
}

.view.home-view .info h2 {
	color: #000;
	font-family: AvenirLT-Medium;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
}

.view.home-view .contact {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right:;
}

.view.home-view .contact img {
	display: block;
	float: right;
}

.view.home-view .visit {
	padding-left: 10px;
}

.view.home-view .visit a {
	color: #5A5A5A;
	text-decoration: none;
}

.view.home-view .visit img {
	display: block;
	float: right;
}

.view.home-view .map {
	height: 235px;
}

/* Home Sector View
-----------------------------------------------------------------------------*/

.view.home-sector-view {
	background: #3a3a3a;
}

.view.home-sector-view header {
	background: #fff;
}

.view.home-sector-view .enum {
	background: #3a3a3a;
	color: #FFF;
}

.view.home-sector-view .enum [data-work]:after {
	content: "+";
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Story View
-----------------------------------------------------------------------------*/

.view.story-view .box {
	background: #3a3a3a;
	background-position: center 80px;
	background-repeat: no-repeat;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding: 25px;
	position: relative;
	width: 200px;
}

.view.story-view .box .title {
	color: #e1e1e1;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}

.view.story-view .box .about {
	border: 1px solid #cb1e1b;
	align-items: center;
	background: #c30018;
	box-orient: vertical;
	box-pack: center;
	box-align: center;
	bottom: 0px;
	color: #fff;
	display: box;
	display: flex;
	flex-direction: column;
	left: 0px;
	justify-content: center;
	opacity: 0;
	padding: 30px;
	position: absolute;
	transform: scale(0.8) translate3d(0, 0, 0);
	transition: all 250ms ease-in-out;
	top: 0px;
	right: 0px;
}

.view.story-view .box.expand .about {
	opacity: 1;
	transform: scale(1) translate3d(0, 0, 0);
	z-index: 100;
}

.view.story-view .box .about h2 {
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}

.view.story-view .box .about p {
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
}

.view.story-view article.enum {
	background: #3a3a3a;
	color: #FFF;
}

.view.story-view .box.storytelling {
	background-image: url(../images/story-storytelling.png);
}

.view.story-view .box.we-know {
	background-image: url(../images/story-we-know.png);
}

.view.story-view .box.trusted {
	background-image: url(../images/story-trusted.png);
}

.view.story-view .box.always-innovating {
	background-image: url(../images/story-always-innovating.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

	.view.story-view .box.storytelling {
		background-image: url(../images/story-storytelling-2x.png); background-size: 136px 103px;
	}

	.view.story-view .box.we-know {
		background-image: url(../images/story-we-know-2x.png); background-size: 123px 93px;
	}

	.view.story-view .box.trusted {
		background-image: url(../images/story-trusted-2x.png); background-size: 130px 98px;
	}

	.view.story-view .box.always-innovating {
		background-image: url(../images/story-always-innovating-2x.png); background-size: 108px 82px;
	}
}

/* People View
-----------------------------------------------------------------------------*/

.view.people-view header {
	background: #fff;
}

.view.people-view .list {
	background: #3b3b3b;
	padding: 0px;
}

/* People Detail View
-----------------------------------------------------------------------------*/

.view.people-detail-view {
	background: #3b3b3b;
	color: #fff;
}

.view.people-detail-view .photo {
	background: #4a0000;
	height: 225px;
	position: relative;
}

.view.people-detail-view .photo .image,
.view.people-detail-view .photo .picture {
	height: 100%;
	width: 220px;
}

.view.people-detail-view .photo .picture .background {
	background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

.view.people-detail-view .photo .about {
	position: absolute;
	top: 50%;
	left: 165px;
	right: 0px;
	padding-right: 15px;
}

.view.people-detail-view .photo .about .name {
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.view.people-detail-view .photo .about .occupation {
	font-family: "Gotham A", "Gotham B";
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
}

.view.people-detail-view .description {
	background: #3b3b3b;
	color: #eeeeee;
	font-weight: normal;
	font-size: 12px;
	padding: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Dark Style */

.view.people-detail-view.dark,
.view.people-detail-view.dark .photo,
.view.people-detail-view.dark .description {
	background: #000;
}

/* Client View
-----------------------------------------------------------------------------*/

.view.client-view article {
	background: #cb1e1b;
	color: #fff;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Experience View
-----------------------------------------------------------------------------*/

.view.experience-view .global-experience {
	background: url(../images/experience-map.png) no-repeat center top;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 130px;
}

.view.experience-view .thirty-years {
	background: url(../images/experience-30-years.png) no-repeat center top;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 140px;
}

.view.experience-view .row {
	margin-bottom: 2px;
}

.view.experience-view .line {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: block;
	float: left;
	font-family: "Gotham A", "Gotham B";
	font-weight: 300;
	font-size: 20px;
	height: 27px;
	line-height: 27px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.view.experience-view p {
	font-size: 12px;
	padding: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

	.view.experience-view .global-experience {
		background: url(../images/experience-map.png) no-repeat center top;
		background-size: 320px 155x;
	}

	.view.experience-view .thirty-years {
		background: url(../images/experience-30-years.png) no-repeat center top;
		background-size: 320px 150px;
	}
}

/* Work Detail View
-----------------------------------------------------------------------------*/

.view.work-detail-view .carousel {
	height: 300px;
}

.view.work-detail-view .carousel-indicator {
	top: 270px;
}

.view.work-detail-view .text.heading-text {
	background: #3b3b3b;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px;
}

.view.work-detail-view .text.content-text  {
	color: #767676;
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
}

.view.work-detail-view .text.content-text h2 {
	color: #767676;
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 200;
	font-style: normal;
	font-size: 20px;
}

/* Latest View
-----------------------------------------------------------------------------*/

.view.latest-view .carousel {
	height: 300px;
}

.view.latest-view .text.carousel-text {
	font-weight: normal;
	font-size: 15px;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.view.latest-view .carousel-indicator {
	position: static;
}

.view.latest-view .news-list {
	padding-left: 15px;
	padding-right: 15px;
}

.view.latest-view .buttons {
	border-top: 1px solid rgba(195, 195, 195, 0.5);
	border-bottom: 1px solid rgba(195, 195, 195, 0.5);
	height: 40px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
}

.view.latest-view .buttons .carousel-indicator {
	box-align: center;
	justify-content: center;
	padding-top: 10px;
}

.view.latest-view .buttons .button {
	background: transparent;
	color: #767676;
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-weight: 300;
	font-size: 60px;
	height: 40px;
	position: absolute;
	top: 0px;
	padding: 0px;
	width: 20px;
}

.view.latest-view .buttons .button .hit-area {
	left: -10px;
	right: -10px;
	bottom: -10px;
	right: -10px;
}

.view.latest-view .buttons .button:nth-child(1) {
	left: 0px;
}

.view.latest-view .buttons .button:nth-child(3) {
	right: 0px;
}
/* C'est assez hacki */
.view.latest-view .buttons .button-label {
	height: 100%;
	margin-top: -34px;
	overflow: visible;
	display: block;
}

.view.latest-view .buttons .button.is-selected,
.view.latest-view .buttons .button.is-highlighted {
	background: #ededed;
}

/* Contact View
-----------------------------------------------------------------------------*/

.view.contact-view header {
	padding-bottom: 0px;
}

.view.contact-view header h1 {
	margin-bottom: 0px;
}

.view.contact-view .info {
	font-weight: normal;
	font-size: 14px;
	margin-top: 35px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

.view.contact-view .info h2 {
	color: #000;
	font-family: AvenirLT-Medium;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
}

.view.contact-view .info.contact {
	background: url(../images/contact.png) no-repeat left 6px;
}

.view.contact-view .info.visit {
	background: url(../images/visit.png) no-repeat left 6px;
	margin-bottom: 35px;
}

.view.contact-view .info.visit a {
	color: #5A5A5A;
	text-decoration: none;
}

.view.contact-view .map {
	height: 235px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

	.view.contact-view .info.contact {
		background: url(../images/contact-2x.png) no-repeat left 6px;
		background-size: 25px 40px;
	}

	.view.contact-view .info.visit {
		background: url(../images/visit.png) no-repeat left 6px;
		background-size: 24px 34px;
	}
}

/* Video View
-----------------------------------------------------------------------------*/

.view.video-view {
	background: #000;
	background-size: 100% auto;
}

.view.video-view > .view-content-wrapper > .view-content {
	align-items: center;
	box-align: center;
	box-pack: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.view.video-view video {
	background: transparent;
	position: relative;
	height: 170px;
	width: 100%;
	z-index: 50;
}

.view.video-view .spinner {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}


/* Vimeo View
-----------------------------------------------------------------------------*/

.view.vimeo-view {
	background: #000;
}

.view.vimeo-view > .view-content-wrapper > .view-content {
	align-items: center;
	box-align: center;
	box-pack: center;
	justify-content: center;
}

.view.vimeo-view video {
	background: transparent;
	position: relative;
	width: 100%;
}

.view.vimeo-view .spinner {
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
}

.view.vimeo-view iframe {
	position: relative;
	z-index: 110;
}
