html,
body {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'AvertaStd-Regular';
	padding-top: 0;
	font-size: 16px;
	line-height: 29px;
	position: relative;
}

.wrapper {
	overflow: hidden;
	min-height: calc(100vh - 160px - 139px);
}

.container {
	width: auto !important;
	max-width: 1250px !important;
}

p {
	margin-bottom: 40px;
}

h1, h2, h3, h4 {
	font-family: 'AvertaStd-Regular';
}

h1, h2, h3 {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 64px;
}

h4 {
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 40px;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.btn-lg,
.section--contact .label {
	font-size: 22px;
	line-height: 30px;
	padding: 7px 27px 7px 25px;
}

	.btn-lg [class^="icon-"]:before,
	.btn-lg [class*=" icon-"]:before {
		font-size: 22px;
		line-height: 26px;
	}

a.label {
	background-color: transparent;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

a.label:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #3c3c3c;
}

.header__gradient {
	z-index: 11;
}

.navigation--home {
	background-color: rgba(60, 60, 60, 0.1);
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	box-shadow: none;
}

	.navigation__logo {
		margin-top: -1px;
	}

	.navigation__logo:hover {
		color: #FFF;
	}

	.navigation--home.navigation--scrolled {
		background-color: rgba(60, 60, 60, 1);
	}

	.navigation__menu__border {
		border-radius: 5px;
		border: 1px solid rgba(255, 255, 255, 0.8);
		background-color: rgba(255, 255, 255, 0);
	}

	.navigation__menu__border:hover {
		background-color: rgba(255, 255, 255, 1);
		color: #3c3c3c !important;
	}

.section {
	width: 100%;
	background-color: #fff;
	padding: 55px 0;
	position: relative;
}

.section--fullscreen {
	height: 100vh;
}

.gradient-pink-orange {
	background: #f7941d;
	background: -moz-linear-gradient(left, #ec008c 0%, #f7941d 100%);
	background: -webkit-linear-gradient(left, #ec008c 0%,#f7941d 100%);
	background: linear-gradient(to right, #ec008c 0%,#f7941d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec008c', endColorstr='#f7941d',GradientType=1 );
}

.gradient-blue-dark-light {
	background: #00b9d2;
	background: -moz-linear-gradient(left, #00b9d2 0%, #13d2ec 100%);
	background: -webkit-linear-gradient(left, #00b9d2 0%,#13d2ec 100%);
	background: linear-gradient(to right, #00b9d2 0%,#13d2ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9d2', endColorstr='#13d2ec',GradientType=1 );
}

.section--welcome {
	background-image: url("/static/img/welcome.jpg");
	background-size: cover;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	.section--welcome h1 strong {
		display: block;
	}

.radio-type {
	border-radius: 5px;
	border: 1px solid #f7941d;
	font-family: 'AvertaStd-Bold';
	font-size: 12px;
	line-height: 47px;
	width: 47px;
	height: 47px;
	text-align: center;
	display: inline-block;
	margin-right: 19px;
	position: relative;
}

	.radio-type .icon-rp-website-alt,
	.radio-type .icon-rp-airplane {
		font-size: 30px;
		padding-top: 1px;
		display: inline-block;
		line-height: 30px;
	}

	.radio-type .icon-rp-check {
		width: 18px;
		height: 18px;
		position: absolute;
		top: -4px;
		right: -10px;
		line-height: 18px;
		background-color: #fff;
		font-size: 18px;
	}

.section--intro {
	background: #fff url('/static/img/landingpage_background_logo.png') no-repeat;
	background-size: 480px;
	background-position: -105px 50%;
}

.section--stations h3 {
	margin-bottom: 20px;
}

.section--microphone {
	padding: 220px 0;
	overflow: hidden;
}

	.section__background {
		background: #3c3c3c url('/static/img/microphone.jpg') no-repeat center center;
		background-size: cover;
		height: 180%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		border: 0;
	}

	.section--microphone .label {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 15px;
	}

	.section--microphone .label:hover {
		color: #3c3c3c !important;
	}

.section--stations {
	padding: 100px 0;
}

.instant_notifications {
	margin-bottom: 45px;
}

.section--shows {
	padding-bottom: 120px;
}

.show__block img {
	border-radius: 5px;
}

.show__block h4 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
}

a .show__block h4 {
	color: initial;
}

.section--platforms .icon {
	margin-right: 11px;
	margin-bottom: 15px;
}

.section--platforms h3 {
	margin-bottom: 50px;
}

.roster__title {
	margin: 30px 0 110px 0;
}

	.roster__title .label {
		margin-top: 20px;
	}

	.roster__title .label:hover {
		color: #FFF;
		background: #f7941d;
		border-color: #f7941d;
	}

.section--contact {
	padding-bottom: 240px;
}

.section--contact h3 {
	margin-bottom: 10px;
}

.section--footer .copyright {
	margin-right: 10px;
}

.screenshot {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 1280px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: transform 600ms ease-in-out;
	transition: transform 600ms ease-in-out;
	cursor: zoom-in;
}

	.screenshot--slideright {
		right: 0;
	}

	.screenshot--slideleft--hover {
		-webkit-transform: translateX(-730px);
		transform: translateX(-730px); /* 7 van 12 columns x max container width 1250 */
	}

	.screenshot--slideright--hover {
		-webkit-transform: translateX(730px);
		transform: translateX(730px); /* 7 van 12 columns x max container width 1250 */
	}

	.screenshot__image {
		position: absolute;
		top: 0;
		z-index: 1;
		width: 1280px;
		height: 866px;
		border-radius: 20px;
		box-shadow: 0 0 50px 0px rgba(60, 60, 60, 0.25);
	}

.form__box {
	padding: 30px;
}

/* Overrides for single show page */
.show__details,
.show__single__description {
	padding: 0;
}

.show__details {
	min-height: 300px;
}

.show__content {
	margin-top: -300px;
}

.show__list {
	margin-top: -110px;
}

.please-dont-mess-with-this-form {
	display: none;
}

/* SMALLER THAN 1250px */
@media (max-width: 1250px) {
	.section--microphone {
		padding: 150px 0;
	}
}

/* SMALLER THAN 992px */
@media (max-width: 992px) {
	.screenshot,
	.screenshot__image {
		margin-top: 0px !important;
		/*position: relative;*/
		width: 1024px;
		height: 692px;
	}

		.section--intro .screenshot__image {
			margin-top: -190px !important;
		}

		.section--signup .screenshot__image {
			margin-top: -180px !important;
		}

		.section--artists .screenshot__image {
			margin-top: 160px !important;
		}

	.section--contact {
		padding-bottom: 150px;
	}
}

/* SMALLER THAN 768px */
@media (max-width: 768px) {

	body {
		font-size: 15px;
		line-height: 23px;
	}

	h1, h2, h3 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 24px;
	}

	p {
		margin-bottom: 20px;
	}

	.mobile__menu {
		font-size: 18px;
		line-height: 32px;
		padding: 10px 15px;
		height: 56px;
		position: fixed;
		left: 0;
		right: 0;
		top: 3px;
		z-index: 1000;
		background-color: rgba(60, 60, 60, 0.1);
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}

		.mobile__menu--open {
			height: 100%;
			background: rgba(23,24,30,.9);
		}

		.mobile__menu.scrolled {
			background-color: rgba(60, 60, 60, 1);
		}

		.mobile__menu__logo {
			display: none;
			color: white;
			font-size: 24px;
			line-height: 36px;
		}

			.mobile__menu.scrolled .mobile__menu__logo,
			.mobile__menu--open .mobile__menu__logo {
				display: inline-block;
			}

		.mobile__menu__icon {
			cursor: pointer;
			padding: 12px 32px 16px 0;
			width: 32px;
			height: 24px;
			float: right;
			margin-top: 4px;
		}
			.mobile__menu__icon span,
			.mobile__menu__icon span:after,
			.mobile__menu__icon span:before {
				cursor: pointer;
				border-radius: 2px;
				height: 3px;
				width: 32px;
				position: absolute;
				display: block;
				content: " ";
				transition: all 500ms ease-in-out;
				background-color: white;
			}

			.mobile__menu__icon span:before {
				top: -9px;
			}

			.mobile__menu__icon span:after {
				bottom: -9px;
			}

		.mobile__menu__wrapper {
			display: none;
			width: 100%;
			padding: 0 24px;
			margin: 6px 0;
			position: absolute;
			left: 0;
			top: 60px;
		}

			.mobile__menu--open .mobile__menu__wrapper {
				display: block;
			}

		.mobile__menu__list a {
			color: #FFF;
			padding: 10px;
			margin-left: -10px;
			display: inline-block;
		}

		.mobile__menu__list a.navigation__menu__border {
			padding-top: 5px;
			padding-bottom: 5px;
			margin-left: 0px;
			margin-top: 10px;
		}

	.mobile__logo {
		font-size: 50px;
		margin-bottom: 40px;
	}

		.mobile__logo .icon-rp-radiopush-logo {
			width: 235px;
			display: inline-block;
			text-align: left;
		}

	.section--welcome h1 {
		font-size: 22px;
		line-height: 1.2;
	}

		.section--welcome h1 strong {
			display: inline;
		}

		.section--welcome h4 {
			font-size: 18px;
			line-height: 1.2;
			margin-bottom: 0;
		}

	.section--intro {
		background-size: 360px;
		background-position: -35px 29%;
	}

	.screenshot {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		transition: none;
		cursor: default;
	}

		.screenshot--slideright {
			right: auto;
		}

		.screenshot--slideleft:hover,
		.screenshot--slideright:hover {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

	.screenshot,
	.screenshot__image {
		margin-top: 0px !important;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 5px;
		margin-bottom: 20px;
	}

		.section--intro .screenshot__image {
			margin-top: 0px !important;
			width: 170%;
			/*margin-left: 30px;*/
		}

		.section--signup .screenshot__image {
			margin-top: -25% !important;
			width: 130%;
			margin-left: -30%;
		}

		.section--artists .screenshot__image {
			margin-top: 0px !important;
			width: 180%;
			/*margin-left: 30px;*/
		}

		.section--network .screenshot__image {
			margin-top: 0px !important;
			width: 180%;
			/*margin-left: 30px;*/
		}

	.section--microphone {
		padding: 70px 0;
	}

		.section__background {
			height: 100%;
		}

		.section--microphone h4 {
			font-size: 16px;
			margin-bottom: 20px;
		}

		.section--microphone .label {
			margin-top: 10px;
		}

	.section--stations {
		padding: 40px 0;
	}

	.radio-type {
		margin-right: 3px;
		margin-bottom: 40px;
		margin-left: 4px;
	}

	.instant_notifications {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.roster__title {
		margin: 0 0 24px 0;
	}

		.roster__title .label {
			margin-top: 0;
		}

	.section--shows {
		padding-bottom: 40px;
	}

		.show__block {
			margin-bottom: 20px;
		}

	.section--platforms .icon {
		margin-right: 9px;
		margin-bottom: 13px;
	}

	.section--contact {
		text-align: center;
		padding-bottom: 55px;
	}

	.section--footer,
	.section--footer .text-right {
		text-align: center;
	}

		.section--footer .slogan {
			display: none;
		}

	.show__content {
		margin-top: 0;
	}

	.show__list {
		margin-top: 0;
	}
}