@charset "UTF-8";
/*!
Theme Name: porsche_landing
Theme URI: http://underscores.me/
Author: brent carlin
Author URI: http://www.markhamandstein.com/brent-carlin/
Description: porsche landing pages
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: porsche
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

porsche_landing is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
// --------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal; }

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%; }

.fa-2x {
	font-size: 2em; }

.fa-3x {
	font-size: 3em; }

.fa-4x {
	font-size: 4em; }

.fa-5x {
	font-size: 5em; }

.fa-fw {
	width: 1.28571em;
	text-align: center; }

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none; }
	.fa-ul > li {
		position: relative; }

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center; }
	.fa-li.fa-lg {
		left: -1.85714em; }

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em; }

.fa-pull-left {
	float: left; }

.fa-pull-right {
	float: right; }

.fa.fa-pull-left {
	margin-right: .3em; }

.fa.fa-pull-right {
	margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right; }

.pull-left {
	float: left; }

.fa.pull-left {
	margin-right: .3em; }

.fa.pull-right {
	margin-left: .3em; }

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear; }

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg); } }

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); }

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg); }

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1); }

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	        filter: none; }

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center; }

.fa-stack-1x {
	line-height: inherit; }

.fa-stack-2x {
	font-size: 2em; }

.fa-inverse {
	color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: ""; }

.fa-music:before {
	content: ""; }

.fa-search:before {
	content: ""; }

.fa-envelope-o:before {
	content: ""; }

.fa-heart:before {
	content: ""; }

.fa-star:before {
	content: ""; }

.fa-star-o:before {
	content: ""; }

.fa-user:before {
	content: ""; }

.fa-film:before {
	content: ""; }

.fa-th-large:before {
	content: ""; }

.fa-th:before {
	content: ""; }

.fa-th-list:before {
	content: ""; }

.fa-check:before {
	content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""; }

.fa-search-plus:before {
	content: ""; }

.fa-search-minus:before {
	content: ""; }

.fa-power-off:before {
	content: ""; }

.fa-signal:before {
	content: ""; }

.fa-gear:before,
.fa-cog:before {
	content: ""; }

.fa-trash-o:before {
	content: ""; }

.fa-home:before {
	content: ""; }

.fa-file-o:before {
	content: ""; }

.fa-clock-o:before {
	content: ""; }

.fa-road:before {
	content: ""; }

.fa-download:before {
	content: ""; }

.fa-arrow-circle-o-down:before {
	content: ""; }

.fa-arrow-circle-o-up:before {
	content: ""; }

.fa-inbox:before {
	content: ""; }

.fa-play-circle-o:before {
	content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""; }

.fa-refresh:before {
	content: ""; }

.fa-list-alt:before {
	content: ""; }

.fa-lock:before {
	content: ""; }

.fa-flag:before {
	content: ""; }

.fa-headphones:before {
	content: ""; }

.fa-volume-off:before {
	content: ""; }

.fa-volume-down:before {
	content: ""; }

.fa-volume-up:before {
	content: ""; }

.fa-qrcode:before {
	content: ""; }

.fa-barcode:before {
	content: ""; }

.fa-tag:before {
	content: ""; }

.fa-tags:before {
	content: ""; }

.fa-book:before {
	content: ""; }

.fa-bookmark:before {
	content: ""; }

.fa-print:before {
	content: ""; }

.fa-camera:before {
	content: ""; }

.fa-font:before {
	content: ""; }

.fa-bold:before {
	content: ""; }

.fa-italic:before {
	content: ""; }

.fa-text-height:before {
	content: ""; }

.fa-text-width:before {
	content: ""; }

.fa-align-left:before {
	content: ""; }

.fa-align-center:before {
	content: ""; }

.fa-align-right:before {
	content: ""; }

.fa-align-justify:before {
	content: ""; }

.fa-list:before {
	content: ""; }

.fa-dedent:before,
.fa-outdent:before {
	content: ""; }

.fa-indent:before {
	content: ""; }

.fa-video-camera:before {
	content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""; }

.fa-pencil:before {
	content: ""; }

.fa-map-marker:before {
	content: ""; }

.fa-adjust:before {
	content: ""; }

.fa-tint:before {
	content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""; }

.fa-share-square-o:before {
	content: ""; }

.fa-check-square-o:before {
	content: ""; }

.fa-arrows:before {
	content: ""; }

.fa-step-backward:before {
	content: ""; }

.fa-fast-backward:before {
	content: ""; }

.fa-backward:before {
	content: ""; }

.fa-play:before {
	content: ""; }

.fa-pause:before {
	content: ""; }

.fa-stop:before {
	content: ""; }

.fa-forward:before {
	content: ""; }

.fa-fast-forward:before {
	content: ""; }

.fa-step-forward:before {
	content: ""; }

.fa-eject:before {
	content: ""; }

.fa-chevron-left:before {
	content: ""; }

.fa-chevron-right:before {
	content: ""; }

.fa-plus-circle:before {
	content: ""; }

.fa-minus-circle:before {
	content: ""; }

.fa-times-circle:before {
	content: ""; }

.fa-check-circle:before {
	content: ""; }

.fa-question-circle:before {
	content: ""; }

.fa-info-circle:before {
	content: ""; }

.fa-crosshairs:before {
	content: ""; }

.fa-times-circle-o:before {
	content: ""; }

.fa-check-circle-o:before {
	content: ""; }

.fa-ban:before {
	content: ""; }

.fa-arrow-left:before {
	content: ""; }

.fa-arrow-right:before {
	content: ""; }

.fa-arrow-up:before {
	content: ""; }

.fa-arrow-down:before {
	content: ""; }

.fa-mail-forward:before,
.fa-share:before {
	content: ""; }

.fa-expand:before {
	content: ""; }

.fa-compress:before {
	content: ""; }

.fa-plus:before {
	content: ""; }

.fa-minus:before {
	content: ""; }

.fa-asterisk:before {
	content: ""; }

.fa-exclamation-circle:before {
	content: ""; }

.fa-gift:before {
	content: ""; }

.fa-leaf:before {
	content: ""; }

.fa-fire:before {
	content: ""; }

.fa-eye:before {
	content: ""; }

.fa-eye-slash:before {
	content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""; }

.fa-plane:before {
	content: ""; }

.fa-calendar:before {
	content: ""; }

.fa-random:before {
	content: ""; }

.fa-comment:before {
	content: ""; }

.fa-magnet:before {
	content: ""; }

.fa-chevron-up:before {
	content: ""; }

.fa-chevron-down:before {
	content: ""; }

.fa-retweet:before {
	content: ""; }

.fa-shopping-cart:before {
	content: ""; }

.fa-folder:before {
	content: ""; }

.fa-folder-open:before {
	content: ""; }

.fa-arrows-v:before {
	content: ""; }

.fa-arrows-h:before {
	content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""; }

.fa-twitter-square:before {
	content: ""; }

.fa-facebook-square:before {
	content: ""; }

.fa-camera-retro:before {
	content: ""; }

.fa-key:before {
	content: ""; }

.fa-gears:before,
.fa-cogs:before {
	content: ""; }

.fa-comments:before {
	content: ""; }

.fa-thumbs-o-up:before {
	content: ""; }

.fa-thumbs-o-down:before {
	content: ""; }

.fa-star-half:before {
	content: ""; }

.fa-heart-o:before {
	content: ""; }

.fa-sign-out:before {
	content: ""; }

.fa-linkedin-square:before {
	content: ""; }

.fa-thumb-tack:before {
	content: ""; }

.fa-external-link:before {
	content: ""; }

.fa-sign-in:before {
	content: ""; }

.fa-trophy:before {
	content: ""; }

.fa-github-square:before {
	content: ""; }

.fa-upload:before {
	content: ""; }

.fa-lemon-o:before {
	content: ""; }

.fa-phone:before {
	content: ""; }

.fa-square-o:before {
	content: ""; }

.fa-bookmark-o:before {
	content: ""; }

.fa-phone-square:before {
	content: ""; }

.fa-twitter:before {
	content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""; }

.fa-github:before {
	content: ""; }

.fa-unlock:before {
	content: ""; }

.fa-credit-card:before {
	content: ""; }

.fa-feed:before,
.fa-rss:before {
	content: ""; }

.fa-hdd-o:before {
	content: ""; }

.fa-bullhorn:before {
	content: ""; }

.fa-bell:before {
	content: ""; }

.fa-certificate:before {
	content: ""; }

.fa-hand-o-right:before {
	content: ""; }

.fa-hand-o-left:before {
	content: ""; }

.fa-hand-o-up:before {
	content: ""; }

.fa-hand-o-down:before {
	content: ""; }

.fa-arrow-circle-left:before {
	content: ""; }

.fa-arrow-circle-right:before {
	content: ""; }

.fa-arrow-circle-up:before {
	content: ""; }

.fa-arrow-circle-down:before {
	content: ""; }

.fa-globe:before {
	content: ""; }

.fa-wrench:before {
	content: ""; }

.fa-tasks:before {
	content: ""; }

.fa-filter:before {
	content: ""; }

.fa-briefcase:before {
	content: ""; }

.fa-arrows-alt:before {
	content: ""; }

.fa-group:before,
.fa-users:before {
	content: ""; }

.fa-chain:before,
.fa-link:before {
	content: ""; }

.fa-cloud:before {
	content: ""; }

.fa-flask:before {
	content: ""; }

.fa-cut:before,
.fa-scissors:before {
	content: ""; }

.fa-copy:before,
.fa-files-o:before {
	content: ""; }

.fa-paperclip:before {
	content: ""; }

.fa-save:before,
.fa-floppy-o:before {
	content: ""; }

.fa-square:before {
	content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""; }

.fa-list-ul:before {
	content: ""; }

.fa-list-ol:before {
	content: ""; }

.fa-strikethrough:before {
	content: ""; }

.fa-underline:before {
	content: ""; }

.fa-table:before {
	content: ""; }

.fa-magic:before {
	content: ""; }

.fa-truck:before {
	content: ""; }

.fa-pinterest:before {
	content: ""; }

.fa-pinterest-square:before {
	content: ""; }

.fa-google-plus-square:before {
	content: ""; }

.fa-google-plus:before {
	content: ""; }

.fa-money:before {
	content: ""; }

.fa-caret-down:before {
	content: ""; }

.fa-caret-up:before {
	content: ""; }

.fa-caret-left:before {
	content: ""; }

.fa-caret-right:before {
	content: ""; }

.fa-columns:before {
	content: ""; }

.fa-unsorted:before,
.fa-sort:before {
	content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""; }

.fa-envelope:before {
	content: ""; }

.fa-linkedin:before {
	content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
	content: ""; }

.fa-legal:before,
.fa-gavel:before {
	content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""; }

.fa-comment-o:before {
	content: ""; }

.fa-comments-o:before {
	content: ""; }

.fa-flash:before,
.fa-bolt:before {
	content: ""; }

.fa-sitemap:before {
	content: ""; }

.fa-umbrella:before {
	content: ""; }

.fa-paste:before,
.fa-clipboard:before {
	content: ""; }

.fa-lightbulb-o:before {
	content: ""; }

.fa-exchange:before {
	content: ""; }

.fa-cloud-download:before {
	content: ""; }

.fa-cloud-upload:before {
	content: ""; }

.fa-user-md:before {
	content: ""; }

.fa-stethoscope:before {
	content: ""; }

.fa-suitcase:before {
	content: ""; }

.fa-bell-o:before {
	content: ""; }

.fa-coffee:before {
	content: ""; }

.fa-cutlery:before {
	content: ""; }

.fa-file-text-o:before {
	content: ""; }

.fa-building-o:before {
	content: ""; }

.fa-hospital-o:before {
	content: ""; }

.fa-ambulance:before {
	content: ""; }

.fa-medkit:before {
	content: ""; }

.fa-fighter-jet:before {
	content: ""; }

.fa-beer:before {
	content: ""; }

.fa-h-square:before {
	content: ""; }

.fa-plus-square:before {
	content: ""; }

.fa-angle-double-left:before {
	content: ""; }

.fa-angle-double-right:before {
	content: ""; }

.fa-angle-double-up:before {
	content: ""; }

.fa-angle-double-down:before {
	content: ""; }

.fa-angle-left:before {
	content: ""; }

.fa-angle-right:before {
	content: ""; }

.fa-angle-up:before {
	content: ""; }

.fa-angle-down:before {
	content: ""; }

.fa-desktop:before {
	content: ""; }

.fa-laptop:before {
	content: ""; }

.fa-tablet:before {
	content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""; }

.fa-circle-o:before {
	content: ""; }

.fa-quote-left:before {
	content: ""; }

.fa-quote-right:before {
	content: ""; }

.fa-spinner:before {
	content: ""; }

.fa-circle:before {
	content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
	content: ""; }

.fa-github-alt:before {
	content: ""; }

.fa-folder-o:before {
	content: ""; }

.fa-folder-open-o:before {
	content: ""; }

.fa-smile-o:before {
	content: ""; }

.fa-frown-o:before {
	content: ""; }

.fa-meh-o:before {
	content: ""; }

.fa-gamepad:before {
	content: ""; }

.fa-keyboard-o:before {
	content: ""; }

.fa-flag-o:before {
	content: ""; }

.fa-flag-checkered:before {
	content: ""; }

.fa-terminal:before {
	content: ""; }

.fa-code:before {
	content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""; }

.fa-location-arrow:before {
	content: ""; }

.fa-crop:before {
	content: ""; }

.fa-code-fork:before {
	content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""; }

.fa-question:before {
	content: ""; }

.fa-info:before {
	content: ""; }

.fa-exclamation:before {
	content: ""; }

.fa-superscript:before {
	content: ""; }

.fa-subscript:before {
	content: ""; }

.fa-eraser:before {
	content: ""; }

.fa-puzzle-piece:before {
	content: ""; }

.fa-microphone:before {
	content: ""; }

.fa-microphone-slash:before {
	content: ""; }

.fa-shield:before {
	content: ""; }

.fa-calendar-o:before {
	content: ""; }

.fa-fire-extinguisher:before {
	content: ""; }

.fa-rocket:before {
	content: ""; }

.fa-maxcdn:before {
	content: ""; }

.fa-chevron-circle-left:before {
	content: ""; }

.fa-chevron-circle-right:before {
	content: ""; }

.fa-chevron-circle-up:before {
	content: ""; }

.fa-chevron-circle-down:before {
	content: ""; }

.fa-html5:before {
	content: ""; }

.fa-css3:before {
	content: ""; }

.fa-anchor:before {
	content: ""; }

.fa-unlock-alt:before {
	content: ""; }

.fa-bullseye:before {
	content: ""; }

.fa-ellipsis-h:before {
	content: ""; }

.fa-ellipsis-v:before {
	content: ""; }

.fa-rss-square:before {
	content: ""; }

.fa-play-circle:before {
	content: ""; }

.fa-ticket:before {
	content: ""; }

.fa-minus-square:before {
	content: ""; }

.fa-minus-square-o:before {
	content: ""; }

.fa-level-up:before {
	content: ""; }

.fa-level-down:before {
	content: ""; }

.fa-check-square:before {
	content: ""; }

.fa-pencil-square:before {
	content: ""; }

.fa-external-link-square:before {
	content: ""; }

.fa-share-square:before {
	content: ""; }

.fa-compass:before {
	content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""; }

.fa-euro:before,
.fa-eur:before {
	content: ""; }

.fa-gbp:before {
	content: ""; }

.fa-dollar:before,
.fa-usd:before {
	content: ""; }

.fa-rupee:before,
.fa-inr:before {
	content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""; }

.fa-won:before,
.fa-krw:before {
	content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
	content: ""; }

.fa-file:before {
	content: ""; }

.fa-file-text:before {
	content: ""; }

.fa-sort-alpha-asc:before {
	content: ""; }

.fa-sort-alpha-desc:before {
	content: ""; }

.fa-sort-amount-asc:before {
	content: ""; }

.fa-sort-amount-desc:before {
	content: ""; }

.fa-sort-numeric-asc:before {
	content: ""; }

.fa-sort-numeric-desc:before {
	content: ""; }

.fa-thumbs-up:before {
	content: ""; }

.fa-thumbs-down:before {
	content: ""; }

.fa-youtube-square:before {
	content: ""; }

.fa-youtube:before {
	content: ""; }

.fa-xing:before {
	content: ""; }

.fa-xing-square:before {
	content: ""; }

.fa-youtube-play:before {
	content: ""; }

.fa-dropbox:before {
	content: ""; }

.fa-stack-overflow:before {
	content: ""; }

.fa-instagram:before {
	content: ""; }

.fa-flickr:before {
	content: ""; }

.fa-adn:before {
	content: ""; }

.fa-bitbucket:before {
	content: ""; }

.fa-bitbucket-square:before {
	content: ""; }

.fa-tumblr:before {
	content: ""; }

.fa-tumblr-square:before {
	content: ""; }

.fa-long-arrow-down:before {
	content: ""; }

.fa-long-arrow-up:before {
	content: ""; }

.fa-long-arrow-left:before {
	content: ""; }

.fa-long-arrow-right:before {
	content: ""; }

.fa-apple:before {
	content: ""; }

.fa-windows:before {
	content: ""; }

.fa-android:before {
	content: ""; }

.fa-linux:before {
	content: ""; }

.fa-dribbble:before {
	content: ""; }

.fa-skype:before {
	content: ""; }

.fa-foursquare:before {
	content: ""; }

.fa-trello:before {
	content: ""; }

.fa-female:before {
	content: ""; }

.fa-male:before {
	content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
	content: ""; }

.fa-sun-o:before {
	content: ""; }

.fa-moon-o:before {
	content: ""; }

.fa-archive:before {
	content: ""; }

.fa-bug:before {
	content: ""; }

.fa-vk:before {
	content: ""; }

.fa-weibo:before {
	content: ""; }

.fa-renren:before {
	content: ""; }

.fa-pagelines:before {
	content: ""; }

.fa-stack-exchange:before {
	content: ""; }

.fa-arrow-circle-o-right:before {
	content: ""; }

.fa-arrow-circle-o-left:before {
	content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""; }

.fa-dot-circle-o:before {
	content: ""; }

.fa-wheelchair:before {
	content: ""; }

.fa-vimeo-square:before {
	content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
	content: ""; }

.fa-plus-square-o:before {
	content: ""; }

.fa-space-shuttle:before {
	content: ""; }

.fa-slack:before {
	content: ""; }

.fa-envelope-square:before {
	content: ""; }

.fa-wordpress:before {
	content: ""; }

.fa-openid:before {
	content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""; }

.fa-yahoo:before {
	content: ""; }

.fa-google:before {
	content: ""; }

.fa-reddit:before {
	content: ""; }

.fa-reddit-square:before {
	content: ""; }

.fa-stumbleupon-circle:before {
	content: ""; }

.fa-stumbleupon:before {
	content: ""; }

.fa-delicious:before {
	content: ""; }

.fa-digg:before {
	content: ""; }

.fa-pied-piper-pp:before {
	content: ""; }

.fa-pied-piper-alt:before {
	content: ""; }

.fa-drupal:before {
	content: ""; }

.fa-joomla:before {
	content: ""; }

.fa-language:before {
	content: ""; }

.fa-fax:before {
	content: ""; }

.fa-building:before {
	content: ""; }

.fa-child:before {
	content: ""; }

.fa-paw:before {
	content: ""; }

.fa-spoon:before {
	content: ""; }

.fa-cube:before {
	content: ""; }

.fa-cubes:before {
	content: ""; }

.fa-behance:before {
	content: ""; }

.fa-behance-square:before {
	content: ""; }

.fa-steam:before {
	content: ""; }

.fa-steam-square:before {
	content: ""; }

.fa-recycle:before {
	content: ""; }

.fa-automobile:before,
.fa-car:before {
	content: ""; }

.fa-cab:before,
.fa-taxi:before {
	content: ""; }

.fa-tree:before {
	content: ""; }

.fa-spotify:before {
	content: ""; }

.fa-deviantart:before {
	content: ""; }

.fa-soundcloud:before {
	content: ""; }

.fa-database:before {
	content: ""; }

.fa-file-pdf-o:before {
	content: ""; }

.fa-file-word-o:before {
	content: ""; }

.fa-file-excel-o:before {
	content: ""; }

.fa-file-powerpoint-o:before {
	content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""; }

.fa-file-code-o:before {
	content: ""; }

.fa-vine:before {
	content: ""; }

.fa-codepen:before {
	content: ""; }

.fa-jsfiddle:before {
	content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""; }

.fa-circle-o-notch:before {
	content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""; }

.fa-ge:before,
.fa-empire:before {
	content: ""; }

.fa-git-square:before {
	content: ""; }

.fa-git:before {
	content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""; }

.fa-tencent-weibo:before {
	content: ""; }

.fa-qq:before {
	content: ""; }

.fa-wechat:before,
.fa-weixin:before {
	content: ""; }

.fa-send:before,
.fa-paper-plane:before {
	content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""; }

.fa-history:before {
	content: ""; }

.fa-circle-thin:before {
	content: ""; }

.fa-header:before {
	content: ""; }

.fa-paragraph:before {
	content: ""; }

.fa-sliders:before {
	content: ""; }

.fa-share-alt:before {
	content: ""; }

.fa-share-alt-square:before {
	content: ""; }

.fa-bomb:before {
	content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""; }

.fa-tty:before {
	content: ""; }

.fa-binoculars:before {
	content: ""; }

.fa-plug:before {
	content: ""; }

.fa-slideshare:before {
	content: ""; }

.fa-twitch:before {
	content: ""; }

.fa-yelp:before {
	content: ""; }

.fa-newspaper-o:before {
	content: ""; }

.fa-wifi:before {
	content: ""; }

.fa-calculator:before {
	content: ""; }

.fa-paypal:before {
	content: ""; }

.fa-google-wallet:before {
	content: ""; }

.fa-cc-visa:before {
	content: ""; }

.fa-cc-mastercard:before {
	content: ""; }

.fa-cc-discover:before {
	content: ""; }

.fa-cc-amex:before {
	content: ""; }

.fa-cc-paypal:before {
	content: ""; }

.fa-cc-stripe:before {
	content: ""; }

.fa-bell-slash:before {
	content: ""; }

.fa-bell-slash-o:before {
	content: ""; }

.fa-trash:before {
	content: ""; }

.fa-copyright:before {
	content: ""; }

.fa-at:before {
	content: ""; }

.fa-eyedropper:before {
	content: ""; }

.fa-paint-brush:before {
	content: ""; }

.fa-birthday-cake:before {
	content: ""; }

.fa-area-chart:before {
	content: ""; }

.fa-pie-chart:before {
	content: ""; }

.fa-line-chart:before {
	content: ""; }

.fa-lastfm:before {
	content: ""; }

.fa-lastfm-square:before {
	content: ""; }

.fa-toggle-off:before {
	content: ""; }

.fa-toggle-on:before {
	content: ""; }

.fa-bicycle:before {
	content: ""; }

.fa-bus:before {
	content: ""; }

.fa-ioxhost:before {
	content: ""; }

.fa-angellist:before {
	content: ""; }

.fa-cc:before {
	content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""; }

.fa-meanpath:before {
	content: ""; }

.fa-buysellads:before {
	content: ""; }

.fa-connectdevelop:before {
	content: ""; }

.fa-dashcube:before {
	content: ""; }

.fa-forumbee:before {
	content: ""; }

.fa-leanpub:before {
	content: ""; }

.fa-sellsy:before {
	content: ""; }

.fa-shirtsinbulk:before {
	content: ""; }

.fa-simplybuilt:before {
	content: ""; }

.fa-skyatlas:before {
	content: ""; }

.fa-cart-plus:before {
	content: ""; }

.fa-cart-arrow-down:before {
	content: ""; }

.fa-diamond:before {
	content: ""; }

.fa-ship:before {
	content: ""; }

.fa-user-secret:before {
	content: ""; }

.fa-motorcycle:before {
	content: ""; }

.fa-street-view:before {
	content: ""; }

.fa-heartbeat:before {
	content: ""; }

.fa-venus:before {
	content: ""; }

.fa-mars:before {
	content: ""; }

.fa-mercury:before {
	content: ""; }

.fa-intersex:before,
.fa-transgender:before {
	content: ""; }

.fa-transgender-alt:before {
	content: ""; }

.fa-venus-double:before {
	content: ""; }

.fa-mars-double:before {
	content: ""; }

.fa-venus-mars:before {
	content: ""; }

.fa-mars-stroke:before {
	content: ""; }

.fa-mars-stroke-v:before {
	content: ""; }

.fa-mars-stroke-h:before {
	content: ""; }

.fa-neuter:before {
	content: ""; }

.fa-genderless:before {
	content: ""; }

.fa-facebook-official:before {
	content: ""; }

.fa-pinterest-p:before {
	content: ""; }

.fa-whatsapp:before {
	content: ""; }

.fa-server:before {
	content: ""; }

.fa-user-plus:before {
	content: ""; }

.fa-user-times:before {
	content: ""; }

.fa-hotel:before,
.fa-bed:before {
	content: ""; }

.fa-viacoin:before {
	content: ""; }

.fa-train:before {
	content: ""; }

.fa-subway:before {
	content: ""; }

.fa-medium:before {
	content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
	content: ""; }

.fa-optin-monster:before {
	content: ""; }

.fa-opencart:before {
	content: ""; }

.fa-expeditedssl:before {
	content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""; }

.fa-mouse-pointer:before {
	content: ""; }

.fa-i-cursor:before {
	content: ""; }

.fa-object-group:before {
	content: ""; }

.fa-object-ungroup:before {
	content: ""; }

.fa-sticky-note:before {
	content: ""; }

.fa-sticky-note-o:before {
	content: ""; }

.fa-cc-jcb:before {
	content: ""; }

.fa-cc-diners-club:before {
	content: ""; }

.fa-clone:before {
	content: ""; }

.fa-balance-scale:before {
	content: ""; }

.fa-hourglass-o:before {
	content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""; }

.fa-hourglass:before {
	content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""; }

.fa-hand-scissors-o:before {
	content: ""; }

.fa-hand-lizard-o:before {
	content: ""; }

.fa-hand-spock-o:before {
	content: ""; }

.fa-hand-pointer-o:before {
	content: ""; }

.fa-hand-peace-o:before {
	content: ""; }

.fa-trademark:before {
	content: ""; }

.fa-registered:before {
	content: ""; }

.fa-creative-commons:before {
	content: ""; }

.fa-gg:before {
	content: ""; }

.fa-gg-circle:before {
	content: ""; }

.fa-tripadvisor:before {
	content: ""; }

.fa-odnoklassniki:before {
	content: ""; }

.fa-odnoklassniki-square:before {
	content: ""; }

.fa-get-pocket:before {
	content: ""; }

.fa-wikipedia-w:before {
	content: ""; }

.fa-safari:before {
	content: ""; }

.fa-chrome:before {
	content: ""; }

.fa-firefox:before {
	content: ""; }

.fa-opera:before {
	content: ""; }

.fa-internet-explorer:before {
	content: ""; }

.fa-tv:before,
.fa-television:before {
	content: ""; }

.fa-contao:before {
	content: ""; }

.fa-500px:before {
	content: ""; }

.fa-amazon:before {
	content: ""; }

.fa-calendar-plus-o:before {
	content: ""; }

.fa-calendar-minus-o:before {
	content: ""; }

.fa-calendar-times-o:before {
	content: ""; }

.fa-calendar-check-o:before {
	content: ""; }

.fa-industry:before {
	content: ""; }

.fa-map-pin:before {
	content: ""; }

.fa-map-signs:before {
	content: ""; }

.fa-map-o:before {
	content: ""; }

.fa-map:before {
	content: ""; }

.fa-commenting:before {
	content: ""; }

.fa-commenting-o:before {
	content: ""; }

.fa-houzz:before {
	content: ""; }

.fa-vimeo:before {
	content: ""; }

.fa-black-tie:before {
	content: ""; }

.fa-fonticons:before {
	content: ""; }

.fa-reddit-alien:before {
	content: ""; }

.fa-edge:before {
	content: ""; }

.fa-credit-card-alt:before {
	content: ""; }

.fa-codiepie:before {
	content: ""; }

.fa-modx:before {
	content: ""; }

.fa-fort-awesome:before {
	content: ""; }

.fa-usb:before {
	content: ""; }

.fa-product-hunt:before {
	content: ""; }

.fa-mixcloud:before {
	content: ""; }

.fa-scribd:before {
	content: ""; }

.fa-pause-circle:before {
	content: ""; }

.fa-pause-circle-o:before {
	content: ""; }

.fa-stop-circle:before {
	content: ""; }

.fa-stop-circle-o:before {
	content: ""; }

.fa-shopping-bag:before {
	content: ""; }

.fa-shopping-basket:before {
	content: ""; }

.fa-hashtag:before {
	content: ""; }

.fa-bluetooth:before {
	content: ""; }

.fa-bluetooth-b:before {
	content: ""; }

.fa-percent:before {
	content: ""; }

.fa-gitlab:before {
	content: ""; }

.fa-wpbeginner:before {
	content: ""; }

.fa-wpforms:before {
	content: ""; }

.fa-envira:before {
	content: ""; }

.fa-universal-access:before {
	content: ""; }

.fa-wheelchair-alt:before {
	content: ""; }

.fa-question-circle-o:before {
	content: ""; }

.fa-blind:before {
	content: ""; }

.fa-audio-description:before {
	content: ""; }

.fa-volume-control-phone:before {
	content: ""; }

.fa-braille:before {
	content: ""; }

.fa-assistive-listening-systems:before {
	content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""; }

.fa-glide:before {
	content: ""; }

.fa-glide-g:before {
	content: ""; }

.fa-signing:before,
.fa-sign-language:before {
	content: ""; }

.fa-low-vision:before {
	content: ""; }

.fa-viadeo:before {
	content: ""; }

.fa-viadeo-square:before {
	content: ""; }

.fa-snapchat:before {
	content: ""; }

.fa-snapchat-ghost:before {
	content: ""; }

.fa-snapchat-square:before {
	content: ""; }

.fa-pied-piper:before {
	content: ""; }

.fa-first-order:before {
	content: ""; }

.fa-yoast:before {
	content: ""; }

.fa-themeisle:before {
	content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
	content: ""; }

.fa-handshake-o:before {
	content: ""; }

.fa-envelope-open:before {
	content: ""; }

.fa-envelope-open-o:before {
	content: ""; }

.fa-linode:before {
	content: ""; }

.fa-address-book:before {
	content: ""; }

.fa-address-book-o:before {
	content: ""; }

.fa-vcard:before,
.fa-address-card:before {
	content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""; }

.fa-user-circle:before {
	content: ""; }

.fa-user-circle-o:before {
	content: ""; }

.fa-user-o:before {
	content: ""; }

.fa-id-badge:before {
	content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""; }

.fa-quora:before {
	content: ""; }

.fa-free-code-camp:before {
	content: ""; }

.fa-telegram:before {
	content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""; }

.fa-shower:before {
	content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""; }

.fa-podcast:before {
	content: ""; }

.fa-window-maximize:before {
	content: ""; }

.fa-window-minimize:before {
	content: ""; }

.fa-window-restore:before {
	content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""; }

.fa-bandcamp:before {
	content: ""; }

.fa-grav:before {
	content: ""; }

.fa-etsy:before {
	content: ""; }

.fa-imdb:before {
	content: ""; }

.fa-ravelry:before {
	content: ""; }

.fa-eercast:before {
	content: ""; }

.fa-microchip:before {
	content: ""; }

.fa-snowflake-o:before {
	content: ""; }

.fa-superpowers:before {
	content: ""; }

.fa-wpexplorer:before {
	content: ""; }

.fa-meetup:before {
	content: ""; }

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; }

body {
	margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block; }

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; }

audio:not([controls]) {
	display: none;
	height: 0; }

[hidden],
template {
	display: none; }

a {
	background-color: transparent; }

a:active,
a:hover {
	outline: 0; }

abbr[title] {
	border-bottom: 1px dotted; }

b,
strong {
	font-weight: bold; }

dfn {
	font-style: italic; }

h1 {
	margin: 0.67em 0;
	font-size: 2em; }

mark {
	background: #ff0;
	color: #000; }

small {
	font-size: 80%; }

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

img {
	border: 0; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 1em 40px; }

hr {
	box-sizing: content-box;
	height: 0; }

pre {
	overflow: auto; }

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace; }

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit; }

button {
	overflow: visible; }

button,
select {
	text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; }

button[disabled],
html input[disabled] {
	cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0; }

input {
	line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0; }

legend {
	padding: 0;
	border: 0; }

textarea {
	overflow: auto; }

optgroup {
	font-weight: bold; }

table {
	border-spacing: 0;
	border-collapse: collapse; }

td,
th {
	padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
	clear: both; }

p {
	margin-bottom: 1.5em; }

dfn, cite, em, i {
	font-style: italic; }

blockquote {
	margin: 0 1.5em; }

address {
	margin: 0 0 1.5em; }

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	font-size: 15px;
	font-size: 0.9375rem; }

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem; }

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help; }

mark, ins {
	background: #fff9c0;
	text-decoration: none; }

big {
	font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box; }

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit; }

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */ }

blockquote, q {
	quotes: "" ""; }
	blockquote:before, blockquote:after, q:before, q:after {
		content: ""; }

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc; }

ul, ol {
	margin: 0 0 1.5em 3em; }

ul {
	list-style: disc; }

ol {
	list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em; }

dt {
	font-weight: bold; }

dd {
	margin: 0 1.5em 1.5em; }

img {
	max-width: 100%;
	/* Adhere to container width. */
	height: auto;
	/* Make sure images are scaled correctly. */ }

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */ }

table {
	margin: 0 0 1.5em;
	width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: .6em 1em .4em;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem; }
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa; }
	button:active, button:focus,
	input[type="button"]:active,
	input[type="button"]:focus,
	input[type="reset"]:active,
	input[type="reset"]:focus,
	input[type="submit"]:active,
	input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666; }
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		color: #111; }

select {
	border: 1px solid #ccc; }

textarea {
	width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue; }
	a:visited {
		color: purple; }
	a:hover, a:focus, a:active {
		color: midnightblue; }
	a:focus {
		outline: thin dotted; }
	a:hover, a:active {
		outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px; }
	.screen-reader-text:focus {
		top: 5px;
		left: 5px;
		z-index: 100000;
		/* Above WP toolbar. */
		display: block;
		clip: auto !important;
		padding: 15px 23px 14px;
		width: auto;
		height: auto;
		border-radius: 3px;
		background-color: #f1f1f1;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		color: #21759b;
		text-decoration: none;
		font-weight: bold;
		line-height: normal;
		font-size: 14px;
		font-size: 0.875rem; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button,
.video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button,
.video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control,
.video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing,
.video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level,
.video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2,
.video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio,
.vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions,
.vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle,
.vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter,
.vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin,
.vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle,
.vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles,
.vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low,
.vjs-icon-volume-mid, .vjs-icon-volume-mute {
	font-weight: 400;
	font-style: normal;
	font-family: VideoJS; }

.video-js, .vjs-no-js {
	background-color: #000;
	color: #fff; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before,
.vjs-menu li, .vjs-no-js {
	text-align: center; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before,
.video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

@font-face {
	font-family: VideoJS;
	src: url(../font/2.0.0/VideoJS.eot?#iefix) format("eot"); }

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype"); }

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before,
.vjs-icon-play:before {
	content: "\f101"; }

.vjs-icon-play-circle:before {
	content: "\f102"; }

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
	content: "\f103"; }

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before,
.vjs-icon-volume-mute:before {
	content: "\f104"; }

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-icon-volume-low:before {
	content: "\f105"; }

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before,
.vjs-icon-volume-mid:before {
	content: "\f106"; }

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before,
.vjs-icon-volume-high:before {
	content: "\f107"; }

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
	content: "\f108"; }

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
	content: "\f109"; }

.vjs-icon-square:before {
	content: "\f10a"; }

.vjs-icon-spinner:before {
	content: "\f10b"; }

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
	content: "\f10c"; }

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
	content: "\f10d"; }

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
	content: "\f10e"; }

.vjs-icon-share {
	font-weight: 400;
	font-style: normal;
	font-family: VideoJS; }

.vjs-icon-share:before {
	content: "\f10f"; }

.vjs-icon-cog:before {
	content: "\f110"; }

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before, .vjs-icon-circle:before {
	content: "\f111"; }

.vjs-icon-circle-outline:before {
	content: "\f112"; }

.vjs-icon-circle-inner-circle:before {
	content: "\f113"; }

.vjs-icon-hd:before {
	content: "\f114"; }

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
	content: "\f115"; }

.vjs-icon-replay:before {
	content: "\f116"; }

.vjs-icon-facebook:before {
	content: "\f117"; }

.vjs-icon-gplus:before {
	content: "\f118"; }

.vjs-icon-linkedin:before {
	content: "\f119"; }

.vjs-icon-twitter:before {
	content: "\f11a"; }

.vjs-icon-tumblr:before {
	content: "\f11b"; }

.vjs-icon-pinterest:before {
	content: "\f11c"; }

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
	content: "\f11d"; }

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
	content: "\f11e"; }

.video-js {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0;
	vertical-align: top;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.video-js:-moz-full-screen {
	position: absolute; }

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important; }

.video-js .vjs-tech, .video-js.vjs-fill {
	width: 100%;
	height: 100%; }

.video-js *, .video-js :after, .video-js :before {
	box-sizing: inherit; }

.video-js ul {
	margin: 0;
	list-style-position: outside;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit; }

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content,
.vjs-no-js {
	font-family: Arial, Helvetica, sans-serif; }

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	max-width: 100%;
	width: 100%;
	height: 0; }

.video-js.vjs-16-9 {
	padding-top: 56.25%; }

.video-js.vjs-4-3 {
	padding-top: 75%; }

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0; }

body.vjs-full-window {
	overflow-y: auto;
	margin: 0;
	padding: 0;
	height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden; }

.video-js.vjs-fullscreen {
	padding-top: 0 !important;
	width: 100% !important;
	height: 100% !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none; }

.vjs-hidden {
	display: none !important; }

.vjs-disabled {
	opacity: .5;
	cursor: default; }

.video-js .vjs-offscreen {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px; }

.vjs-lock-showing {
	display: block !important;
	visibility: visible;
	opacity: 1; }

.vjs-no-js {
	margin: 0 auto;
	padding: 20px;
	width: 300px;
	height: 150px;
	font-size: 18px; }

.vjs-no-js a, .vjs-no-js a:visited {
	color: #66A8CC; }

.video-js .vjs-big-play-button {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	padding: 0;
	width: 1.5em;
	height: 1.5em;
	border: .06666em solid #fff;
	border-radius: 1.5em;
	background-color: #2B333F;
	font-size: 6em;
	line-height: 1.4em;
	opacity: 0.5;
	cursor: pointer;
	transition: all .4s; }

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -.80em; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block; }

.video-js button {
	display: inline-block;
	overflow: visible;
	border: none;
	background: 0 0;
	color: inherit;
	text-decoration: none;
	text-transform: none;
	font-size: inherit;
	line-height: inherit;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }

.video-js .vjs-control.vjs-close-button {
	position: absolute;
	top: .5em;
	right: 0;
	z-index: 2;
	height: 3em;
	cursor: pointer; }

.vjs-menu-button {
	cursor: pointer; }

.vjs-menu-button.vjs-disabled {
	cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none; }

.vjs-menu .vjs-menu-content {
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none; }

.vjs-menu li {
	margin: 0;
	padding: .2em 0;
	list-style: none;
	text-transform: lowercase;
	font-size: 1.2em;
	line-height: 1.4em; }

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F; }

.vjs-menu li.vjs-menu-title {
	margin: 0 0 .3em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	line-height: 2em;
	cursor: default; }

.vjs-menu-button-popup .vjs-menu {
	position: absolute;
	bottom: 0;
	left: -3em;
	display: none;
	margin-bottom: 1.5em;
	width: 10em;
	height: 0;
	border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	position: absolute;
	bottom: 1.5em;
	max-height: 15em;
	width: 100%;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
	display: block; }

.video-js .vjs-menu-button-inline {
	overflow: hidden;
	transition: all .4s; }

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
	transition: none; }

.vjs-menu-button-inline .vjs-menu {
	position: absolute;
	top: 0;
	left: 4em;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	opacity: 0;
	transition: all .4s; }

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	position: relative;
	display: block;
	width: auto;
	opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
	overflow: hidden;
	margin: 0;
	width: auto;
	height: 100%; }

.video-js .vjs-control-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 3em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s, opacity .1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
	display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 1; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table; }

.video-js .vjs-control {
	position: relative;
	margin: 0;
	padding: 0;
	width: 4em;
	height: 100%;
	outline: 0;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none; }

.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0; }

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
	display: none; }

.video-js .vjs-progress-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	min-width: 4em;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-align: center;
	align-items: center; }

.vjs-live .vjs-progress-control {
	display: none; }

.video-js .vjs-progress-holder {
	height: .3em;
	transition: all .2s;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
	visibility: visible;
	font-size: .6em;
	font-family: Arial, Helvetica, sans-serif; }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 100%; }

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none; }

.video-js .vjs-play-progress {
	background-color: #fff; }

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -.333333333333333em;
	right: -.5em;
	font-size: .9em; }

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after,
.video-js .vjs-time-tooltip {
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	visibility: hidden;
	padding: 6px 8px 8px;
	border-radius: .3em;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	content: attr(data-current-time);
	font-size: .9em;
	pointer-events: none; }

.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before,
.video-js .vjs-time-tooltip {
	z-index: 1; }

.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
	background: #fff;
	background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto; }

.video-js .vjs-time-tooltip {
	position: relative;
	right: -1.9em;
	display: inline-block;
	float: right;
	height: 2.4em; }

.vjs-tooltip-progress-bar {
	visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
	position: absolute;
	z-index: 1;
	display: none;
	width: 1px;
	height: 100%;
	background-color: #000; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff; }

.video-js .vjs-slider {
	position: relative;
	margin: 0 .45em;
	padding: 0;
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, 0.5);
	cursor: pointer; }

.video-js .vjs-slider:focus {
	box-shadow: 0 0 1em #fff;
	text-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none; }

.video-js .vjs-volume-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	width: 5em;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
	-webkit-box-align: center;
	align-items: center; }

.video-js .vjs-volume-bar {
	margin: 1.35em .45em; }

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
	margin: 1.35em auto;
	width: .3em;
	height: 5em; }

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff; }

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
	width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
	height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: .5em;
	height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 0;
	height: 0; }

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
	width: 2.9em;
	height: 8em; }

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
	width: 8em;
	height: 2.9em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important; }

.vjs-poster {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	cursor: pointer; }

.vjs-poster img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-height: 100%;
	width: 100%;
	vertical-align: middle; }

.vjs-has-started .vjs-poster {
	display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
	display: block; }

.vjs-using-native-controls .vjs-poster {
	display: none; }

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	font-size: 1em;
	line-height: 3em;
	-webkit-box-align: flex-start;
	-ms-flex-align: start;
	    align-items: flex-start;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto; }

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left; }

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
	display: none; }

.video-js .vjs-time-control {
	padding-right: 1em;
	padding-left: 1em;
	min-width: 2em;
	width: auto;
	font-size: 1em;
	line-height: 3em;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none; }

.vjs-time-divider {
	display: none;
	line-height: 3em; }

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none; }

.vjs-text-track-display {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 3em;
	left: 0;
	pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em; }

.video-js .vjs-text-track {
	margin-bottom: .1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 1.4em; }

.vjs-subtitles {
	color: #fff; }

.vjs-captions {
	color: #fc6; }

.vjs-tt-cue {
	display: block; }

video::-webkit-media-text-track-display {
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.5em;
	line-height: 2; }

.vjs-playback-rate .vjs-menu {
	left: 0;
	width: 4em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	text-align: center;
	font-size: 1.4em; }

.vjs-error .vjs-error-display:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.5em;
	width: 100%;
	color: #fff;
	content: 'X';
	vertical-align: middle;
	text-align: center;
	text-shadow: .05em .05em .1em #000;
	font-size: 4em;
	line-height: 1; }

.vjs-loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	box-sizing: border-box;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border: 6px solid rgba(43, 51, 63, 0.7);
	border-radius: 25px;
	background-clip: padding-box;
	text-align: left;
	opacity: .85; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display: block; }

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
	position: absolute;
	box-sizing: inherit;
	margin: -6px;
	width: inherit;
	height: inherit;
	border: inherit;
	border-color: #fff transparent transparent;
	border-radius: inherit;
	content: "";
	opacity: 1; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s; }

@keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
	0%, 100%, 20%, 60% {
		border-top-color: #73859f; }
	35% {
		border-top-color: #fff; } }

@-webkit-keyframes vjs-spinner-fade {
	0%, 100%, 20%, 60% {
		border-top-color: #73859f; }
	35% {
		border-top-color: #fff; } }

.vjs-chapters-button .vjs-menu ul {
	width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none; }

.vjs-caption-settings {
	position: relative;
	top: 1em;
	margin: 0 auto;
	padding: .5em;
	width: 40em;
	height: 16em;
	background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);
	color: #fff;
	font-size: 12px; }

.vjs-caption-settings .vjs-tracksettings {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1em;
	left: 0;
	overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
	float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after,
.vjs-caption-settings .vjs-tracksettings-font:after {
	clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	right: 1em;
	bottom: 1em; }

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none; }

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	margin-bottom: 5px;
	width: 100px; }

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	float: right;
	margin-left: 5px;
	vertical-align: top; }

.vjs-caption-settings .vjs-tracksetting > div {
	margin-bottom: 5px;
	min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0; }

.vjs-caption-settings label > input {
	margin-right: 10px; }

.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0; }

.vjs-caption-settings input[type=button] {
	width: 40px;
	height: 40px; }

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
	z-index: 1;
	padding: 20px 24px;
	font-size: 1.2em;
	line-height: 1.5; }

@media print {
	.video-js > :not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden; } }

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: ""; }
	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		visibility: hidden; } }

/*--------------------------------------------------------------
## Porsche Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Porsche Fonts
--------------------------------------------------------------*/
@media all {
	@font-face {
		font-weight: 200;
		font-style: normal;
		font-family: "PorscheNextWLa";
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Regular.eot");
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Regular.eot?#iefix") format("embedded-opentype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/WOFF-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Regular.woff") format("woff"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/OT-TTF-Web/Porsche Next WebLatin/Fonts/PorscheNextWLa-Regular.ttf") format("truetype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/SVG-PS/Porsche Next WebLatin/Fonts/PorscheNextWLa-Regular.svg#PorscheNextWLa-Regular") format("svg"); }
	@font-face {
		font-weight: 400;
		font-style: normal;
		font-family: "PorscheNextWLa";
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Bold.eot");
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Bold.eot?#iefix") format("embedded-opentype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/WOFF-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Bold.woff") format("woff"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/OT-TTF-Web/Porsche Next WebLatin/Fonts/PorscheNextWLa-Bold.ttf") format("truetype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/SVG-PS/Porsche Next WebLatin/Fonts/PorscheNextWLa-Bold.svg#PorscheNextWLa-Bold") format("svg"); }
	@font-face {
		font-weight: 100;
		font-style: normal;
		font-family: "PorscheNextWLa";
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Thin.eot");
		src: url("/font/Porsche_Next_Lat-Gr-Cyr_Web/EOT-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Thin.eot?#iefix") format("embedded-opentype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/WOFF-TT/Porsche Next WebLatin/Fonts/PorscheNextWLa-Thin.woff") format("woff"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/OT-TTF-Web/Porsche Next WebLatin/Fonts/PorscheNextWLa-Thin.ttf") format("truetype"), url("/font/Porsche_Next_Lat-Gr-Cyr_Web/SVG-PS/Porsche Next WebLatin/Fonts/PorscheNextWLa-Thin.svg#PorscheNextWLa-Thin") format("svg"); } }

.paragraph_style {
	font-weight: 200;
	font-size: 16px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 24px;
	font-smoothing: antialiased; }

.paragraph_style_grey {
	color: #959899;
	font-weight: normal;
	font-size: 16px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 24px;
	font-smoothing: antialiased; }

.headline_style_h1 {
	font-weight: 200;
	font-size: 31px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 31px;
	font-smoothing: antialiased; }

.headline_style_h3 {
	font-weight: bold;
	font-size: 26px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif;
	line-height: 34px;
	font-smoothing: antialiased; }

.headline_style_h4 {
	font-weight: bold;
	font-size: 16px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif;
	line-height: 21px;
	font-smoothing: antialiased; }

.headline_style_h5 {
	font-weight: 200;
	font-size: 21px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 24px;
	font-smoothing: antialiased; }

.small_print {
	font-weight: 200;
	font-size: 10px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 14px;
	font-smoothing: antialiased; }

/*--------------------------------------------------------------
## Porsche Home page
--------------------------------------------------------------*/
body {
	background: #fff; }

html {
	box-sizing: border-box; }

html, body {
	overflow: hidden;
	margin: 0;
	height: 100%; }

*, *:before, *:after {
	box-sizing: inherit; }

.cayenne_container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto; }
	.cayenne_container:after {
		content: " ";
		display: block;
		clear: both; }

.cayenne_scroll_page {
	position: relative;
	z-index: 51; }

.preloader_stage {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #acacac; }

.cayenne_bg_wrapper {
	position: relative;
	z-index: 100;
	background: #fff; }

#preloader_1 {
	width: 1947px;
	height: 400px; }

#forrest_bg {
	left: -1px;
	-webkit-animation: moveSlideshow 15s linear infinite;
	        animation: moveSlideshow 15s linear infinite; }

.preloader_container {
	position: relative;
	overflow: hidden;
	margin: 100px auto 0;
	max-width: 800px;
	width: 99%;
	height: 225px;
	border: 4px solid #000;
	background: #fff;
	-webkit-transform: scale(0.6);
	        transform: scale(0.6); }
	@media (min-width: 600px) {
		.preloader_container {
			-webkit-transform: scale(0.8);
			        transform: scale(0.8); } }

#wheel_1 {
	position: absolute;
	top: 148px;
	left: 324px;
	width: 75px;
	height: 75px;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-animation: rotate_tire 11s linear infinite;
	        animation: rotate_tire 11s linear infinite; }

#wheel_2 {
	position: absolute;
	top: 148px;
	left: 49px;
	width: 75px;
	height: 75px;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-animation: rotate_tire 11s linear infinite;
	        animation: rotate_tire 11s linear infinite; }

#forrest_bg {
	position: absolute;
	top: 0px;
	width: 1904px;
	height: 220px; }

#cayenne_car {
	position: absolute;
	top: 40px;
	width: 439px;
	height: 162px; }

.mileage_counter {
	position: relative;
	top: -25px;
	margin: 0px auto 0;
	width: 530px; }

.mileage_counter span {
	display: inline-block;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	width: 40px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: Helvetica, Arial, sans;
	line-height: 40px; }

.cayenne_car_full {
	position: relative;
	top: 86px;
	margin: 0 auto;
	width: 439px;
	-webkit-transform: scale(0.6, 0.6);
	        transform: scale(0.6, 0.6); }
	@media (min-width: 600px) {
		.cayenne_car_full {
			top: 0px;
			-webkit-transform: scale(1, 1);
			        transform: scale(1, 1); } }

@-webkit-keyframes moveSlideshow {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0); }
	100% {
		-webkit-transform: translateX(-57%);
		        transform: translateX(-57%); } }

@keyframes moveSlideshow {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0); }
	100% {
		-webkit-transform: translateX(-57%);
		        transform: translateX(-57%); } }

@-webkit-keyframes rotate_tire {
	0% {
		-webkit-transform: rotateZ(0deg);
		        transform: rotateZ(0deg); }
	100% {
		-webkit-transform: rotateZ(360deg);
		        transform: rotateZ(360deg); } }

@keyframes rotate_tire {
	0% {
		-webkit-transform: rotateZ(0deg);
		        transform: rotateZ(0deg); }
	100% {
		-webkit-transform: rotateZ(360deg);
		        transform: rotateZ(360deg); } }

.fade_out_preloader {
	-webkit-animation: fade-in ease 0.4s forwards;
	        animation: fade-in ease 0.4s forwards; }

@-webkit-keyframes fade-in {
	from {
		opacity: 1; }
	to {
		opacity: 0; } }

@keyframes fade-in {
	from {
		opacity: 1; }
	to {
		opacity: 0; } }

@keyframes fade-in {
	from {
		opacity: 1; }
	to {
		opacity: 0; } }

hr.porsche_logo_border {
	display: none; }
	@media (min-width: 600px) {
		hr.porsche_logo_border {
			display: block;
			margin: -11px 0 0 0;
			height: 1px;
			border: 0;
			background: #dfdfdf; } }

.porsche_logo_header {
	display: inline-block;
	box-sizing: border-box;
	width: 102px;
	height: 62px;
	outline: none;
	background-color: #fff;
	background-image: url("http://files3.porsche.com/filestore/image/multimedia/none/875d5e3d-6763-47fe-bc52-809142d53274/svg/d4c766d7-7761-11e7-99c7-0019999cd470/porsche-svg.svg") !important;
	background-size: 102px auto;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0, 13px, 0);
	        transform: translate3d(0, 13px, 0); }
	@media (min-width: 600px) {
		.porsche_logo_header {
			width: 123px;
			height: 75px;
			background-size: 123px auto; } }

.porsche_logo_wrapper {
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #fff;
	text-align: center; }

.logo {
	position: relative;
	margin: 0 auto;
	padding: 0px 0 10px;
	max-width: 1000px;
	background-color: #fff;
	text-align: center; }
	@media (min-width: 600px) {
		.logo {
			padding: 30px 0; } }

.cayenne_counter {
	display: none; }
	@media (min-width: 950px) {
		.cayenne_counter {
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: 50;
			display: block;
			width: 60px;
			height: 100%;
			background: #fff;
			-webkit-transform: translateX(-100px);
			        transform: translateX(-100px); } }

.cayenne_counter_bg {
	top: 0px;
	left: 0px;
	width: 60px;
	height: 100%;
	background-color: #f80016; }

.cayenne_counter_line {
	top: 0px;
	left: 0px;
	width: 60px;
	height: 95%;
	background-color: #d5001c; }

#js_cayenne_counter {
	height: 100%;
	-webkit-transform: translateY(-60%);
	        transform: translateY(-60%); }

.cayenne_counter_line_white {
	position: relative;
	top: 0px;
	left: 28px;
	width: 1px;
	height: 78%;
	background-color: #fff; }

.cayenne_counter_numbers {
	position: relative;
	top: 15px;
	left: -25px;
	padding: 0px 10px 0 0;
	width: 110px;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%; }

.arrow_down {
	width: 0px;
	height: 0px;
	border-top: 30px solid #d5001c;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent; }

.cayenne_counter_car {
	position: relative;
	top: 65px;
	left: 15px; }

.cayenne_intro {
	width: 100%; }

.cayenne_slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px; }

.par_dark_type {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10; }

.par_light_grey {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	-webkit-transform: translateX(0%);
	        transform: translateX(0%); }
	@media (min-width: 600px) {
		.par_light_grey {
			top: 0px;
			left: 0px;
			-webkit-transform: translateX(21.5%);
			        transform: translateX(21.5%); } }

.par_map {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	-webkit-transform: translate(-12%, -10%);
	        transform: translate(-12%, -10%); }

.par_car {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 13;
	-webkit-transform: translate(0%, 0%);
	        transform: translate(0%, 0%); }
	@media (min-width: 600px) {
		.par_car {
			top: 0px;
			left: 0px;
			-webkit-transform: translate(0%, 0%);
			        transform: translate(0%, 0%); } }

.par_bg {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0; }

.cayenne_slider img {
	width: 100%; }

.cayenne_slider video {
	width: 100%; }

.cayenne_intro_text {
	margin: 0 auto;
	padding: 40px 25px 40px;
	max-width: 1000px; }
	@media (min-width: 1200px) {
		.cayenne_intro_text {
			padding: 40px 0 40px; } }

.cayenne_intro_text h2 {
	margin: 0px;
	text-align: center;
	font-weight: 400;
	font-size: 32px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif;
	line-height: 32px; }

.cayenne_intro_text .show_more {
	display: none; }

.read_more_text {
	margin: -20px 0 0 0; }

.read_more_text svg {
	display: inline-block;
	margin: 0px;
	height: 14px; }

.read_more_text a {
	color: #d5001c;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }

.cayenne_video {
	margin: 0px auto 0;
	max-width: 1200px;
	background-color: #fff; }

.cayenne_video .embed_container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.6%;
	max-width: 100%;
	height: 0; }

.cayenne_video .embed_container iframe,
.cayenne_video .embed-container object,
.cayenne_video .embed_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.cayenne_video_section {
	margin: 0px auto;
	padding: 50px 0;
	max-width: 1200px;
	background-color: #fff; }

.cayenne_video_section .embed_container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.6%;
	max-width: 100%;
	height: 0; }

.cayenne_video_section .embed_container iframe,
.cayenne_video_section .embed_container object,
.cayenne_video_section .embed_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.cayenne_section_small_video {
	margin: 0px auto;
	padding: 0px 0;
	max-width: 1200px; }

.cayenne_section_small_video .embed_container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.6%;
	max-width: 100%;
	height: 0; }

.cayenne_section_small_video .embed_container iframe,
.cayenne_section_small_video .embed_container object,
.cayenne_section_small_video .embed_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

.cayenne_section_small_video.images_video {
	margin: 0px auto 30px; }

p.images_video_text {
	font-weight: 100;
	font-size: 16px;
	font-family: PorscheNextWLa, "Arial Narrow", sans-serif;
	line-height: 24px; }

.cayenne_maps {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%; }

.map_container {
	position: relative;
	margin: 0;
	padding: 0;
	max-height: 1005px;
	width: 100%;
	border: 0;
	line-height: 0; }

.scene_container {
	position: relative;
	left: 50%;
	min-width: 1920px;
	width: 100%;
	-webkit-transform: translateX(-50%) scale(0.7);
	        transform: translateX(-50%) scale(0.7); }
	@media (min-width: 600px) {
		.scene_container {
			-webkit-transform: translateX(-50%) scale(1);
			        transform: translateX(-50%) scale(1); } }

.map_container img {
	max-width: none;
	width: 1920px;
	height: 1005px; }

#scene_1, #scene_2, #scene_3, #scene_4, #scene_5, #scene_6, #scene_7,
#scene_8, #scene_9, #scene_10, #scene_11, #scene_12, #scene_13, #scene_14,
#scene_15, #scene_16, #scene_17, #scene_18, #scene_19, #scene_20, #scene_21 {
	top: 0px;
	left: 0px;
	width: 1920px;
	height: 1005px; }

.cayenne_map_1, .cayenne_map_2, .cayenne_map_3, .cayenne_map_4,
.cayenne_map_5, .cayenne_map_6, .cayenne_map_7, .cayenne_map_8,
.cayenne_map_9, .cayenne_map_10, .cayenne_map_11, .cayenne_map_12,
.cayenne_map_13, .cayenne_map_14, .cayenne_map_15, .cayenne_map_16,
.cayenne_map_17, .cayenne_map_18, .cayenne_map_19, .cayenne_map_20, .cayenne_map_21 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #232320;
	opacity: 0; }

.cayenne_map_1 {
	z-index: 11; }

.cayenne_map_2 {
	z-index: 12; }

.cayenne_map_3 {
	z-index: 13; }

.cayenne_map_4 {
	z-index: 14; }

.cayenne_map_5 {
	z-index: 15; }

.cayenne_map_6 {
	z-index: 16; }

.cayenne_map_6 {
	z-index: 17; }

.cayenne_map_7 {
	z-index: 18; }

.cayenne_map_8 {
	z-index: 19; }

.cayenne_map_9 {
	z-index: 20; }

.cayenne_map_10 {
	z-index: 21; }

.cayenne_map_11 {
	z-index: 22; }

.cayenne_map_12 {
	z-index: 23; }

.cayenne_map_13 {
	z-index: 24; }

.cayenne_map_14 {
	z-index: 25; }

.cayenne_map_15 {
	z-index: 26; }

.cayenne_map_16 {
	z-index: 27; }

.cayenne_map_17 {
	z-index: 28; }

.cayenne_map_18 {
	z-index: 29; }

.cayenne_map_19 {
	z-index: 30; }

.cayenne_map_20 {
	z-index: 31; }

.cayenne_map_21 {
	z-index: 32; }

.cayenne_maps svg {
	position: absolute;
	z-index: 1; }

.cayenne_maps img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0; }

.cayenne_section_header {
	z-index: 100;
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	background-color: #fff; }

.cayenne_section_header.sticky_header_section_name {
	position: fixed;
	top: 0px; }

.cayenne_section_1 {
	position: relative;
	z-index: 51; }

.cayenne_section_2 {
	position: relative;
	z-index: 52; }

.cayenne_section_3 {
	position: relative;
	z-index: 53; }

.video_section_1 {
	position: relative;
	z-index: 54; }

.cayenne_section_4 {
	position: relative;
	z-index: 56; }

.features_section_1 {
	position: relative;
	z-index: 57; }

.cayenne_section_5 {
	position: relative;
	z-index: 58; }

.cayenne_section_6 {
	position: relative;
	z-index: 59; }

.features_section_2 {
	position: relative;
	z-index: 60; }

.cayenne_section_7 {
	position: relative;
	z-index: 61; }

.cayenne_section_8 {
	position: relative;
	z-index: 62; }

.cayenne_section_9 {
	position: relative;
	z-index: 63; }

.cayenne_section_10 {
	position: relative;
	z-index: 64; }

.cayenne_section_11 {
	position: relative;
	z-index: 65; }

.video_section_2 {
	position: relative;
	z-index: 66; }

.cayenne_section_12 {
	position: relative;
	z-index: 67; }

.cayenne_section_13 {
	position: relative;
	z-index: 68; }

.cayenne_section_14 {
	position: relative;
	z-index: 69; }

.cayenne_section_15 {
	position: relative;
	z-index: 70; }

.cayenne_section_16 {
	position: relative;
	z-index: 71; }

.cayenne_section_17 {
	position: relative;
	z-index: 72; }

.cayenne_section_18 {
	position: relative;
	z-index: 73; }

.cayenne_section_19 {
	position: relative;
	z-index: 74; }

.video_section_3 {
	position: relative;
	z-index: 75; }

.cayenne_section_20 {
	position: relative;
	z-index: 76; }

.cayenne_section_21 {
	position: relative;
	z-index: 77; }

.features_section_1, .features_section_2 {
	position: relative;
	background-color: #fff; }

.video_section_1, .video_section_2, .video_section_3 {
	position: relative;
	background-color: #fff; }

.features_section_1 img, .features_section_2 img {
	width: 100%; }

.feature_image_1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10; }

.feature_image_2 {
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 9; }
	@media (min-width: 950px) {
		.feature_image_2 {
			top: 60px; } }

.sticky_header_info {
	margin: 0 auto;
	padding: 0px 20px;
	max-width: 1200px; }
	@media (min-width: 1200px) {
		.sticky_header_info {
			margin: 0 auto;
			padding: 0px; } }

.sticky_header_info h2 {
	float: none;
	margin: 0px;
	padding: 0 0 0 10px;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 28px; }
	@media (min-width: 450px) {
		.sticky_header_info h2 {
			font-size: 21px;
			line-height: 28px; } }
	@media (min-width: 950px) {
		.sticky_header_info h2 {
			float: left;
			font-size: 31px;
			line-height: 31px; } }

.sticky_header_info span {
	color: #d5001c; }

.sticky_header_social {
	padding: 0 0 0 10px; }

.sticky_header_social .social_facebook, .sticky_header_social .social_twitter {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0 5px;
	line-height: 0px; }

.sticky_header_social .social_facebook {
	top: 3.5px; }

.sticky_header_social .social_twitter {
	top: 2px; }

.sticky_header_social h4 {
	display: inline-block;
	clear: none;
	margin: 0px;
	font-size: 16px;
	line-height: 21px; }
	@media (min-width: 950px) {
		.sticky_header_social h4 {
			line-height: 31px; } }

.sticky_header_info .sticky_header_social {
	float: left; }

.cayenne_section_info {
	position: relative;
	top: 30px;
	left: 50px;
	z-index: -1;
	width: 300px;
	height: auto;
	color: #fff;
	opacity: 1; }
	@media (min-width: 950px) {
		.cayenne_section_info {
			left: 50px;
			height: 300px;
			opacity: 1; } }

.cayenne_section_info.section_writeup {
	width: 80%; }
	@media (min-width: 950px) {
		.cayenne_section_info.section_writeup {
			width: 400px; } }

.cayenne_section_info.sticky {
	position: relative;
	top: 30px;
	bottom: auto;
	left: 50px; }
	@media (min-width: 950px) {
		.cayenne_section_info.sticky {
			position: fixed;
			top: auto;
			bottom: 40px;
			left: 100px; } }

.cayenne_section_info.section_writeup.sticky {
	bottom: 160px;
	opacity: 0; }

.location_map_arrow {
	position: relative;
	margin: 0 0 20px 0; }

.location_map_arrow svg {
	position: absolute;
	top: 5px;
	left: -25px;
	margin: 0px;
	height: 30px; }
	@media (min-width: 950px) {
		.location_map_arrow svg {
			height: 38px; } }

.location_map_arrow h2 {
	display: inline-block;
	margin: 0px;
	font-weight: 100;
	font-size: 42px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Narrow", sans-serif;
	line-height: 41px; }
	@media (min-width: 950px) {
		.location_map_arrow h2 {
			font-size: 54px;
			line-height: 50px; } }

.location_map_info {
	position: relative;
	margin: 5px 0;
	height: 42px; }

.cayenne_section_info span {
	position: relative;
	display: inline-block;
	margin: 10px 0px 5px;
	font-weight: 400;
	font-size: 14px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }

.cayenne_section_info img {
	position: relative;
	top: 0px; }

.map_meta_type {
	position: relative;
	top: -5px;
	left: 5px;
	display: inline-block;
	margin: 0px;
	font-weight: 200;
	font-size: 14px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif;
	line-height: 14px; }

.map_meta_type span {
	font-weight: 400;
	font-size: 14px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }

.section_writeup .location_map_info {
	height: auto; }

.location_map_info img {
	position: relative; }

.location_map_info h4 {
	position: absolute;
	top: -25px;
	left: 75px;
	font-weight: 400;
	font-size: 16px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }

.location_map_info h5 {
	position: relative;
	top: 0px;
	display: inline-block;
	margin: 10px 0 0 0;
	font-weight: 400;
	font-size: 14px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }
	@media (min-width: 950px) {
		.location_map_info h5 {
			font-size: 16px; } }

.location_map_info h6 {
	margin: 0px;
	font-weight: 400;
	font-size: 14px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }
	@media (min-width: 950px) {
		.location_map_info h6 {
			font-size: 16px; } }

.location_map_info h3 {
	position: absolute;
	top: 0px;
	left: 75px;
	font-weight: 200;
	font-size: 16px; }

.location_map_info p {
	margin: 0px;
	font-weight: 100;
	font-size: 16px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 18px; }

hr.location_map_border {
	margin: 0px 0;
	width: 125px;
	height: 3px;
	background-color: #d5001c; }

.section_location_info {
	font-weight: 100;
	font-size: 16px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif; }

.section_location_info h4 {
	margin: 0px;
	font-weight: 100;
	font-size: 36px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif; }

.section_location_info .row_2 {
	width: 100%; }
	@media (min-width: 950px) {
		.section_location_info .row_2 {
			max-width: 500px; } }

.section_location_info .row_2 img {
	margin: 0%;
	width: 100%; }

.section_location_info .row_2 a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-decoration: none; }
	@media (min-width: 450px) {
		.section_location_info .row_2 a {
			margin: 1% 1% 1% 1%;
			width: 47%; } }
	@media (min-width: 950px) {
		.section_location_info .row_2 a {
			margin: 0 10px 0px 0;
			width: 215px; } }

.section_location_info .row_2 span {
	display: inline-block; }

.section_location_info .row_2 p {
	margin: 0px 0px 10px 0;
	padding: 0 10px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 16px; }

.cayenne_section_module {
	position: relative;
	padding: 300px 0; }
	@media (min-width: 950px) {
		.cayenne_section_module {
			padding: 100px 0; } }

@media (min-width: 950px) {
	.sticky_scroll .cayenne_section_module_scroll {
		margin: 700px 0 300px 0;
		margin-left: calc(100% - 525px);
		width: 500px; } }

.cayenne_section_module_scroll {
	position: relative;
	z-index: 0;
	margin: 100px 0 50px 50px;
	padding: 0 20px;
	width: calc(100% - 50px);
	border-left: 3px #d5001c solid;
	color: #fff; }
	@media (min-width: 950px) {
		.cayenne_section_module_scroll {
			width: 500px; } }

.cayenne_section_module_scroll .section_photos .row img {
	margin: 0 13px 0 0; }

.cayenne_section_2 .cayenne_section_module, .cayenne_section_3 .cayenne_section_module,
.cayenne_section_4 .cayenne_section_module, .cayenne_section_5 .cayenne_section_module, .cayenne_section_6 .cayenne_section_module,
.cayenne_section_7 .cayenne_section_module, .cayenne_section_8 .cayenne_section_module, .cayenne_section_9 .cayenne_section_module,
.cayenne_section_11 .cayenne_section_module, .cayenne_section_12 .cayenne_section_module,
.cayenne_section_13 .cayenne_section_module, .cayenne_section_14 .cayenne_section_module, .cayenne_section_15 .cayenne_section_module,
.cayenne_section_16 .cayenne_section_module, .cayenne_section_17 .cayenne_section_module, .cayenne_section_18 .cayenne_section_module,
.cayenne_section_19 .cayenne_section_module, .cayenne_section_20 .cayenne_section_module, .cayenne_section_21 .cayenne_section_module {
	min-height: auto; }

.section_border_text p {
	position: absolute;
	bottom: 80px;
	left: -110px;
	margin: 0px;
	font-weight: 100;
	font-family: "PorscheNextWLa", Helvetica, "Arial Narrow", sans-serif;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%; }

.section_border_text span {
	margin: 0px;
	font-weight: 400;
	font-family: "PorscheNextWLa", Helvetica, "Arial Black", sans-serif; }

.cayenne_section_module .section_video h3 {
	margin: 0px;
	font-weight: 100;
	font-size: 42px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Narrow", sans-serif;
	line-height: 54px; }

.cayenne_section_module .section_text {
	margin: 50px 0 0 0; }

.cayenne_section_module .section_text h5 {
	margin: 0px;
	font-weight: 400;
	font-size: 21px;
	font-family: "PorscheNextWLa", Helvetica, "Arial Narrow", sans-serif;
	line-height: 34px; }

.cayenne_section_module .section_text p {
	margin: 5px 0px 20px 0;
	font-weight: 200;
	font-size: 14px;
	font-family: "PorscheNextWLa", "Arial Narrow", sans-serif;
	line-height: 21px; }

.cayenne_section_module .section_video .video-js {
	width: 442px;
	height: 214px; }

.cd_popup {
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd_popup.is-visible {
	z-index: 1000;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd_popup_container {
	position: relative;
	margin: 1em auto;
	max-width: 700px;
	width: 96%;
	border-radius: .25em .25em .4em .4em;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	text-align: center;
	cursor: pointer;
	transition-duration: 0.3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden; }
	@media only screen and (min-width: 1170px) {
		.cd_popup_container {
			margin: 4em auto;
			max-width: 700px;
			width: 90%; } }

.cd_popup_container p {
	padding: 3em 1em; }

/* close button */
.cd_popup_container .cd_popup_close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px; }

.cd_popup_container .cd_popup_close::before, .cd_popup_container .cd_popup_close::after {
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
	content: ''; }

.cd_popup_container .cd_popup_close::before {
	left: 8px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg); }

.cd_popup_container .cd_popup_close::after {
	right: 8px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg); }

.is-visible .cd_popup_container {
	-webkit-transform: translateY(0);
	        transform: translateY(0); }

@media only screen and (min-width: 1170px) {
	.cd_popup_container {
		margin: 8em auto; } }

img.pop_up_image_holder {
	width: 100%; }
