.iphone-hero-wrapper {
	background-image: url(../../assets/images/svg/general-hero-background.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}

.iphone-hero-wrapper .iphone-hero-header-wrapper {
	max-width: 760px;
	margin: 0px auto;
	padding: 0px 40px;
	height: 0px;
}

.iphone-hero-wrapper .iphone-hero-device-wrapper {
	margin: auto;
	background: url(../../assets/images/svg/iphone-black.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-slide {
	width: 100%;
	box-sizing: border-box;
}
.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-spacer, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-static {
	width: 100%;
	box-sizing: border-box;
}
.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-spacer {
	opacity: 0;
}

.iphone-hero-wrapper .iphone-hero-ada-wrapper {
	margin-bottom: 120px;
	background: url(../../assets/images/svg/apple-design-award.svg) center top no-repeat;
	background-size: contain;
	height: 80px;
	padding-bottom: 0px;
}

.iphone-hero-wrapper .iphone-hero-ts-wrapper {
	margin-bottom: 120px;
	background: url(../../assets/images/TS_Horizontal-Logo.png) center top no-repeat;
	background-size: contain;
	height: 80px;
	padding-bottom: 0px;
}
}
.iphone-hero-wrapper .iphone-hero-download-wrapper .iphone-hero-download {
}

.iphone-hero-wrapper .iphone-hero-download-wrapper {
	padding: 120px 0px;
	padding-bottom: 0px;
}

/* SPOTIFY LOGO, different window sizes */

#logo-spotify-white{
	height: 100%;
	width: 12%;
	padding-top:10px;
	margin-bottom: -6px;
}


/*Small phone*/
@media (min-width: 300px) {
	#logo-spotify-white{
	width: 28%;
	}
}

/*Phones of several sizes, making it dynamic for landscape view as well*/
@media (min-width: 400px) {
	#logo-spotify-white{
	width: 20%;
	}
}

@media (min-width: 500px) {
	#logo-spotify-white{
	width: 16%;
	}
}

@media (min-width: 700px) {
	#logo-spotify-white{
	width: 12%;
	}
}


/* MOBILE */
.iphone-hero-wrapper {
	margin-top: 80px;
	background-size: 2500px;
	background-position: -900px -192px;
}

.iphone-hero-wrapper .iphone-hero-device-wrapper {
	margin-top: 120px;
	width: 300px;
}

.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-slide {
	/* CHANGE HEIGHT UNTIL THE WHOLE PHONE IS VISIBLE */
	padding: 72px 12px;
	position: absolute;
}

.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-spacer, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-static {
	/* CHANGE HEIGHT UNTIL THE WHOLE PHONE IS VISIBLE */
	padding: 72px 12px;
}

.iphone-hero-wrapper .iphone-hero-ada-wrapper {
	/* CHANGE TO EDIT THE SIZE OF THE IMAGE */
	height: 60px;
	background-position: center;
}

.iphone-hero-wrapper .iphone-hero-ts-wrapper {
	/* CHANGE TO EDIT THE SIZE OF THE IMAGE */
	height: 60px;
	background-position: center;
}



/* TABLET */
@media (min-width: 768px) {
	.iphone-hero-wrapper {
		margin-top: 120px;
		background-size: 2500px;
		background-position: center -112px;
	}

	.iphone-hero-wrapper .iphone-hero-device-wrapper {
		margin-top: 130px;
		width: 340px;
	}

	.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-slide, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-spacer, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-static {
		/* CHANGE HEIGHT UNTIL THE WHOLE PHONE IS VISIBLE */
		padding: 80px 12px;
	}
	.iphone-hero-wrapper .iphone-hero-ada-wrapper {
		/* CHANGE TO EDIT THE SIZE OF THE IMAGE */
		height: 60px;
	}
}


/* DESKTOP */
@media (min-width: 992px) {
	.iphone-hero-wrapper {
		margin-top: 140px;
		background-size: 3000px;
		background-position: center -189px;
	}

	.iphone-hero-wrapper .iphone-hero-device-wrapper {
		margin-top: 130px;
		width: 392px;
	}

	.iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-slide, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-spacer, .iphone-hero-wrapper .iphone-hero-device-wrapper .iphone-hero-device-ui-static {
		/* CHANGE HEIGHT UNTIL THE WHOLE PHONE IS VISIBLE */
		padding: 95px 15px;
	}

	.iphone-hero-wrapper .iphone-hero-container {
		margin: 0 auto;
		height: 80px;
		margin-bottom: 120px;
	}
	.iphone-hero-wrapper .iphone-hero-ada-wrapper {
		/* CHANGE TO EDIT THE SIZE OF THE IMAGE */
		height: 80px;
		width: 45%;
		margin: 0 auto;
		margin-right: 5%;
		float: left;
		background-position: center right;
	}

	.iphone-hero-wrapper .iphone-hero-ts-wrapper {
		/* CHANGE TO EDIT THE SIZE OF THE IMAGE */
		height: 80px;
		width: 45%;
		margin: 0 auto;
		margin-left: 5%;
		float: right;
		background-position: center left;
	}
}

/* SLIDESHOW */
.iphone-hero-wrapper .iphone-hero-device-wrapper {

}

.iphone-hero-device-ui-slide:nth-child(1) {
    -webkit-animation: fade 8s 0s infinite;
    z-index:40;
}

.iphone-hero-device-ui-slide:nth-child(2) {
    -webkit-animation: fade 8s 2s infinite;
    z-index:30;
}
.iphone-hero-device-ui-slide:nth-child(3) {
    -webkit-animation: fade 8s 4s infinite;
    z-index:20;
}

.iphone-hero-device-ui-slide:nth-child(4) {
    -webkit-animation: fade 8s 6s infinite;
    z-index:10;
}

 @-webkit-keyframes fade {
  0%{
     opacity: 1;
  }
  23% {
     opacity:1;
  }
  25%{
    opacity: 0;
  }
  90% {
     opacity:0;
  }
  100% {
     opacity:1;
  }
}


/* SHARING IPHONE TWO COLUMNS ON TABLETS AND LARGER */

@media (min-width: 768px) {
	.sharing-iphone {
		margin-top: 100px;
	}
	.sharing-iphone .sharing-iphone-text {
		float: right;
		width: 50%;
		text-align: left;
		padding-top: 200px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	.sharing-iphone .sharing-iphone-image{
		float: right;
		width: 50%
	}
}

.clearfix {
	clear: both;
}

.slice-content.quote {
	z-index: 1;
}
#hero-download {
	padding-bottom: 120px;
}
.body-content {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.center, .social .slice-content {
	text-align: center;
}
.divide {
	padding-left: 20px;
	padding-right: 20px;
}
.divider {
	border-bottom: #333 solid 4px;
	height: 2px;
}
.hero-download {
	padding-bottom: 75px;
}
.downloadnowbutton {
	background: url(../../assets/images/svg/download-app-store-button.svg) center center no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	cursor: pointer;
	width: 200px;
	height: 60px;

}

.downloadnowbutton h3 {
	padding-bottom: 5px;
	padding-top: 5px;
}
.downloads {
	padding-top: 55px;
}
.fa {
	padding-right: 2px;
}
.facebook-logo {
	background: url(../../assets/images/svg/social-facebook.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-left: 14px;
}
.footer-curve {
	background: url(../../assets/images/svg/footer-curve.svg) center top no-repeat;
	background-size: 768px;
	height: 480px;
}
.pacemaker-logotype {
	background: url(../../assets/images/svg/pacemaker-logotype.svg) center top no-repeat;
	height: auto;
	min-height: 42px;
	position: relative;
	z-index: 100;
}
.footerheading {
	padding-bottom: 20px;
	padding-top: 35px;
	font-weight: 700;
}
.reference {
	margin: 0;
	padding: 0;
	bottom: 0px;
	position: absolute;
	width: 100%;
}
.general {
	background-color: #000;
	min-width: 400px;
	padding-bottom: 1em;
	padding-top: 3em;
}
.headlines {
	text-align: left !important;
}
.hero {
	overflow: hidden;
	padding-top: 100px;
}
.hero-apple-design-awards {
	background: url(../../assets/images/svg/apple-design-award.svg) center top no-repeat;
	height: 76px;
	padding-bottom: 67px;
}
.width-control {
	max-width: 335px;
	padding-bottom: 7px;
}
.instagram-logo {
	background: url(../../assets/images/svg/social-instagram.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-left: 14px;
	margin-right: 14px;
}
.link a {
	color: #fff;
}
.link h3 {
	padding-top: 32px;
}
.links {
	padding-bottom: 90px;
	padding-left: 20px;
	text-align: left;
}
.links-chevron {
	background: url(../../assets/images/svg/chevron.svg) center center no-repeat;
	cursor: pointer;
	height: 16px;
	margin-top: 1px;
	padding-left: 15px;
	position: absolute;
	width: 9px;
}
.mute-button {
	background:	url(../../assets/images/svg/mute-button.svg) center center no-repeat;
}
.news {
	background-color: #000;
	border-top: 1px solid #bdbdbd;
	color: #fff;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
	width: 100%;
}
.pacemaker-on-ios {
	height: auto;
	width: 100%;
}
.platforms {
	background-color: #000;
	color: #fff;
	line-height: normal;
	width: 100%;
}
.play-button {
	background: url(../../assets/images/svg/play-button.svg) center center no-repeat;
}

.promotional-videos {
    padding: 0;
    background-color: black;
    color: white
}

.promotional-videos .slice-content {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
	padding: 0px !important;
    overflow: hidden;
    font-size: 0;
}

.promotional-videos .youtube-lightbox-poster {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}



.promotional-videos #one-touch-mixing_magic-video .youtube-lightbox-poster {
    background-image: url("../images/one-touch-mixing_magic-poster.jpg");
}

.promotional-videos #pacemaker-dance-video .youtube-lightbox-poster {
	background-image: url("../images/dance-video-poster.jpg");
}

.promotional-videos #video-iphone .youtube-lightbox-poster {
    background-image: url("../images/webimages-updated/video_screenshot.jpg");
}

section#the-product-range {
	position: relative;
	z-index: 2;
}

.promotional-videos .youtube-lightbox {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
	max-height: 217px;
}

.promotional-videos .youtube-lightbox:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}
@media (min-width: 768px) {
	.promotional-videos .youtube-lightbox {
		max-height: 280px;
	}
}
@media (min-width: 992px) {
	.promotional-videos .youtube-lightbox {
		max-height: 320px;
	}
}

.promotional-videos .youtube-lightbox .youtube-lightbox-poster {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.promotional-videos .youtube-lightbox .youtube-lightbox-poster .play-button {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -41px;
    width: 82px;
    height: 82px;
    background-size: contain;
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transition: -o-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out
}

html.no-svg .promotional-videos .youtube-lightbox .youtube-lightbox-poster .play-button {
    background: url("../images/svg/fallbacks/play-button_95x95.html") left center no-repeat
}

.promotional-videos .youtube-lightbox .youtube-lightbox-poster:hover .play-button {
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.promotional-videos .youtube-lightbox .youtube-lightbox-poster h1 {
    position: absolute;
    font-size: 16px;
    line-height: .5;
    margin-bottom: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.promotional-videos .youtube-lightbox .youtube-lightbox-content-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.promotional-videos .youtube-lightbox .youtube-lightbox-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	width: 100%;
	height: 50%;
    margin: auto;
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -o-transition: -o-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out
}

.promotional-videos .youtube-lightbox .close-button {
    position: absolute;
    top: -30px;
    right: 15px;
    cursor: pointer
}

.promotional-videos .youtube-lightbox.active .youtube-lightbox-content-wrapper {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.promotional-videos .youtube-lightbox.active .youtube-lightbox-content-wrapper .youtube-lightbox-content {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.quote h1 {
	padding: 37px 20px 25px;
}
.quote h3 {
	font-weight: 300;
	padding-bottom: 79px;
}
.quote-curve {
	background: url(../../assets/images/svg/quote-curve.svg) center bottom no-repeat;
	background-color: #000;
	background-size: 768px;
	height: 250px;
	position: relative;
	z-index: 0;
}
.quotes, footer.main-footer .reference {
	margin-bottom: 15px;
}
.slice-content.reference {
	height: 277px;
}

.slice .slice-content {
	margin: auto;
	max-width: 940px;
	padding-left: 20px;
	padding-right: 20px;
}
.slice h1, .slice p {
	margin-left: auto;
	margin-right: auto;
}
.slice-content.video {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
}
.slice.iphone_hero .iphone-column .iphone-hero-video {
	position: relative;
	display: inline-block;
	top: 70px;
	z-index: 100;
	max-width: 270px;
}
.social {
	color: #FFF;
	overflow: hidden;
	background-color: #000;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
}
.social .slice-content {
	text-align: center
}
.social-heading {
	padding-bottom: 50px;
}
.social a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 15%;
	height: 50px;
}
.social a:hover {
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
.social-buttons {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
.spotify-logo {
	background: url(../../assets/images/svg/social-spotify.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-right: 14px;
}
.the-product-range .slice-content h4 {
	padding-bottom: 45px;
}
.the-product-range h2 {
	margin-bottom: 20px;
}
.top-bar {
	background-color: #000;
	margin: 0 auto;
}
.top-bar-content {
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	text-align: right;
	max-width: 940px;
}
.top-bar-content p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	display: inline;
}
.top-bar-content #iPad {
	padding-left: 25px;
	padding-right: 25px;
}

.top-bar-content #blog {
	padding-left: 25px;
}

.top-bar-content .logo {
	background: url(../../assets/images/svg/pacemaker-logo-only.svg) left top no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 12px;
	vertical-align: middle;
	width: 10px;
}
.top-bar-content .logo:hover, .logo:hover {
	opacity: 0.7;
}
.top-bar-wrapper {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}
.twitter-logo {
	background: url(../../assets/images/svg/social-twitter.svg) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-left: 14px;
	margin-right: 14px;
}
.underline {
	background: url(../../assets/images/svg/hero-underline.svg) left bottom no-repeat;
	background-size: contain;
}
.underline-nav {
	border-bottom: #EE205B 3px solid;
}
.unmute-button {
	background: url(../../assets/images/svg/unmute-button.svg) center center no-repeat;
}
.video-iphone-video .button.play-button {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	z-index: 100;
}
@font-face {
	font-family: 'Larsseit';
	src: url("../fonts/larsseit/314953_0_0.eot");
	src: url("../fonts/larsseit/314953_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/larsseit/314953_0_0.woff") format("woff"), url("../fonts/larsseit/314953_0_0.woff2") format("woff2"), url("../fonts/larsseit/314953_0_0.ttf") format("truetype");
	font-weight: 700;
	line-height: 1.4;
	font-style: normal;
}
@font-face {
	font-family: 'Larsseit';
	src: url("../fonts/larsseit/314953_1_0.eot");
	src: url("../fonts/larsseit/314953_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/larsseit/314953_1_0.woff") format("woff"), url("../fonts/larsseit/314953_1_0.woff2") format("woff2"), url("../fonts/larsseit/314953_1_0.ttf") format("truetype");
	font-weight: 500;
	line-height: 1.4;
	font-style: normal;
}
@font-face {
	font-family: 'Larsseit';
	src: url("../fonts/larsseit/314953_2_0.eot");
	src: url("../fonts/larsseit/larsseit.eot?#iefix") format("embedded-opentype"), url("../fonts/larsseit/314953_2_0.woff") format("woff"), url("../fonts/larsseit/314953_2_0.woff2") format("woff2"), url("../fonts/larsseit/314953_2_0.ttf") format("truetype");
	font-weight: 300;
	line-height: 1.4;
	font-style: normal;
}

.standard-ui-button {
	height: 52px;
	background-color: transparent;
	color: #fff;
	font-family: "Larsseit";
	font-size: 16px;
	min-width: 272px;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 26px;
	padding: 14px;
	font-weight: 500;
}

.standard-ui-button:hover {
	opacity: 0.8;
}


 [hidden], .invisible, .slice.iphone_hero .iphone-column .button {
display:none;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: thin dotted;
}
a:hover {
	opacity: 0.7;
}
abbr[title] {
	border-bottom: 1px dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	vertical-align: auto;
	zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-color: #000;
	color: #FFF;
	font-family: Larsseit, "Helvetica Neue", Helvetica, Arial;
	font-weight: 300;
	margin: 0;
	text-align: center;
	user-select: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button[disabled], input[disabled] {
	cursor: default;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
figure {
	margin: 0;
}
footer.main-footer .copyright-notice {
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	-webkit-user-select: text;
	color: #FFF;
	font-size: 13px;
	user-select: text;
	padding-top: 30px;
}
footer.main-footer li {
	padding-bottom: 12px;
}
h1, h2, h3, h4, p, li, ul, ol {
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	-webkit-user-select: text;
	margin: 0;
	padding: 0;
	user-select: text;
}
h1 {
	font-size: 22px;
	font-weight: 700;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
h4 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
h5 {
	font-size: 13px;
	font-weight: 300;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body {
	height: 100%;
	width: 100%;
}
html.no-svg .facebook-logo {
	background: url(../images/svg/fallbacks/facebook-logo.png) center center no-repeat;
	margin-left: 14px;
}
html.no-svg .pacemaker-logotype {
	background: url(../images/svg/fallbacks/pacemaker-logotype.png) center center no-repeat;
}
html.no-svg .hero-apple-design-awards {
	background: url(../images/svg/fallbacks/hero-apple-design-awards.png) center top no-repeat;
}
html.no-svg .hero-iphone {
	background: url(../images/svg/fallbacks/hero-iphone.png) center top no-repeat;
}
html.no-svg .hero-waveform {
	background: url(../images/svg/fallbacks/hero-waveform.png) center bottom no-repeat;
}
html.no-svg .instagram-logo {
	background: url(../images/svg/fallbacks/instagram-logo.png) center center no-repeat;
	margin-left: 14px;
	margin-right: 14px;
}
html.no-svg .links-chevron {
	background: url(../images/svg/fallbacks/links-chevron.png) center center no-repeat;
}
html.no-svg .mute-button {
	background: url(../images/svg/fallbacks/mute-button_50x50.html) center center no-repeat;
}
html.no-svg .play-button {
	background: url(../images/svg/fallbacks/play-button_50x50.html) center center no-repeat;
}
html.no-svg .spotify-logo {
	background: url(../images/svg/fallbacks/spotify-logo.png) center center no-repeat;
	margin-right: 14px;
}
html.no-svg .top-bar-content .logo, html.no-svg .logo {
	background: url(../images/svg/fallbacks/pacemaker-logotype.png) center center no-repeat;
}
html.no-svg .twitter-logo {
	background: url(../images/svg/fallbacks/twitter-logo.png) center center no-repeat;
	margin-left: 14px;
	margin-right: 14px;
}
html.no-svg .unmute-button {
	background: url(../images/svg/fallbacks/unmute-button_50x50.html) center center no-repeat;
}
img {
	border-style: none;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
 legend, button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
mark {
	background: #ff0;
	color: #000;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: \201C \201D \2018 \2019;
}
small {
	font-size: 80%;
}
sub {
	bottom: -.25em;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
ul, ol {
	list-style: none;
}
h4.width-control {
    margin-left: auto;
    margin-right: auto;
}
.hero h1.hero-headline {
	padding-bottom: 56px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3, h4 {
	font-size: 18px;
}
.width-control {
	max-width: 525px;
}
.top-bar-content {
	height: 58px;
	line-height: 58px;
}
.top-bar-content .logo {
	background: url(../../assets/images/svg/pacemaker-logotype.svg) left top no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 28px;
	width: 111px;
	top: 15px;
}
.top-bar-content #iPad {
	padding-left: 53px;
	padding-right: 53px;
}

.top-bar-content #blog {
	padding-left: 53px;
}

.hero {
	padding-top: 120px;
}
.quote-curve {
	background-size: 992px;
	height: 270px;
}
.footer-curve {
	background-size: 992px;
	height: 580px;
}
footer.main-footer li {
	padding-bottom: 15px;
}
.promotional-videos .youtube-lightbox .youtube-lightbox-content {
	width: 769px;
	height: 432px;
}
.hero-waveform-background {
	margin-bottom: -750px;
    padding-top: 750px;
	background-size: 992px;
}
.hero h1.hero-headline {
	padding-bottom: 75px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
}
h3, h4 {
	font-size: 20px;
}
.width-control {
	max-width: 525px;
}
.hero {
	padding-top: 143px;
}
.hero-iphone {
	height: 843px;
}
.slice.iphone_hero .iphone-column .iphone-hero-video {
	top: 92px;
	max-width: 362px;
}
.hero-apple-design-awards {
	padding-bottom: 70px;
}
/*#hero-download {
	padding-bottom: 122px;
}*/
.links-chevron {
	height: 24px;
}
.quote h1 {
	padding-top: 95px;
	padding-bottom: 40px
}
.footer-curve {
	background-size: 1200px;
	height: 675px;
}
.footerheading {
	padding-bottom: 30px;
}
footer.main-footer li {
	padding-bottom: 22px;
}
.quote-curve {
	background-size: 1200px;
	height: 420px;
}
.promotional-videos .youtube-lightbox .youtube-lightbox-content {
	width: 992px;
	height: 558px;
}

.hero h1.hero-headline {
	padding-bottom: 100px;
}
.hero-waveform-background {
	margin-bottom: -983px;
    padding-top: 980px;
	background-size: 1200px;
}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.footer-curve {
	background: url(../../assets/images/svg/footer-curve-large.svg) center top no-repeat;
	background-size: 3000px;
	margin-top: -200px;
	height: 810px;
}
footer.main-footer li {
	padding-bottom: 20px;
}
.footerheading {
	padding-top: 50px;
}

.quote-curve {
	background-size: 3000px;
	height: 645px;
	margin-bottom: -150px;
}
.promotional-videos .youtube-lightbox .youtube-lightbox-content {
	width: 1200px;
	height: 675px;
}
.hero-waveform-background {
	margin-bottom: -983px;
    padding-top: 980px;
	background-size: 3000px;
}

}
