/*
NO2NP — static single page
Colours, typography and layout lifted from the original WordPress theme
(sass/style.scss, sass/_utilities.scss, css/postcode-lookup.css).

Palette: red #E54D3C, dark grey #4C4C4C, light grey #A09D9D, beige #E6E1E1
*/

/* Reset */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 14px;
	line-height: 1.33;
}

body {
	margin: 0;
	font-family: 'Sintony', sans-serif;
	color: #4C4C4C;
	background: #fff;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* Typography */

a {
	color: #E54D3C;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

p:first-child {
	margin-top: 0;
}

h1 {
	text-transform: uppercase;
	font-family: 'Sintony', sans-serif;
	color: #E54D3C;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2;
}

h1.home-page {
	font-family: 'intro_condblack_free', sans-serif;
}

h2 {
	text-transform: uppercase;
	font-family: 'intro_condblack_free', sans-serif;
	color: #E54D3C;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2;
}

/* Layout */

.container {
	max-width: 970px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

.strip-xs,
.strip-sm,
.strip-md {
	position: relative;
}

.strip-xs {
	padding-top: 20px;
}

.strip-sm {
	padding-top: 40px;
	padding-bottom: 40px;
}

.strip-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.strip-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.strip-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.strip-sm {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.strip-md {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* Header */

.main-header {
	position: relative;
	border-top: 7px solid #E54D3C;
}

.main-header .logo--wrapper {
	float: left;
}

.main-header #poly-winner-logo {
	float: right;
}

/* Slider panel */

#homepage_slider .strip-md {
	padding-top: 40px;
	padding-bottom: 40px;
}

.slider {
	position: relative;
}

.slide {
	background: rgba(255, 255, 255, 0.7);
	padding: 30px 0;
}

.slide-container:after {
	content: '';
	display: table;
	clear: both;
}

.slide .image {
	width: 48.5%;
	float: left;
}

.slide .image img {
	width: 100%;
	margin-top: 7px;
}

.slide .text {
	width: 48.5%;
	float: left;
	padding-left: 30px;
}

.slide .text h2 {
	color: #444;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.slide .image,
	.slide .text {
		width: 100%;
		float: none;
		display: block;
	}

	.slide .text {
		padding-left: 0;
		padding-top: 20px;
	}
}

/* Red strip */

.strip--red {
	background: #E54D3C;
}

.strip--red h1,
.strip--red h2,
.strip--red h3,
.strip--red p {
	color: #fff;
}

.page-header {
	text-align: center;
	color: #fff;
	font-weight: 100;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 20px;
	margin: 0;
}

/* Sub footer */

.strip--dark-red {
	background: #d22e1c;
	color: #fff;
}

.sub-footer p {
	font-size: 14px;
}

.sub-footer a {
	color: #fff;
}

.sub-footer .copyright {
	float: left;
	width: 48.5%;
	margin-right: 3%;
}

.sub-footer .byvektor {
	float: left;
	width: 48.5%;
	margin-right: 0;
	margin-top: 0;
	text-align: right;
}