@charset "UTF-8";
/* CSS Document */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    font-family: 'Raleway', Gotham, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
	background-color: #FFF;
}
header:after, nav:after, section:after, article:after, footer:after, .inner:after {
    content: "";
    display: table;
    clear: both;
}
#wrapper {
    width: 100%;
    position: relative;
}

.header {
	background-image: url(images/banner.jpg);
	background-size: cover;
	height: 450px;
	margin-bottom: 20px;
}
.header .inner {
	padding: 40px 40px 0 110px;
}
.header h1, .header h2 {
	font-weight: 100;
	color: #FFF;
	line-height: 1.1;
	text-shadow: 1px 1px 0 #131313;
}
.header h1 {
	font-size: 80px;
	letter-spacing: -4px;
	margin-bottom: 10px;
}
.header h2 {
	margin-bottom: 10px;
	font-size: 34px;
	letter-spacing: -1px;
	padding-left: 6px;
}
.content, .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.leftCol {
	float: left;
	width: 59.67741%; /*740/1280*/
	border-right: 1px solid #ffc3de;
	padding-top: 10px;
}
.leftCol .indent {
	padding-right: 54px;
}
.rightCol {
	float: right;
	width: 34.84375%; /*446/1280*/
	padding-top: 5px;
}
.footer {
	margin-top: 40px;
	padding: 30px 0 40px;
	background-color: #0f2754;
	color: #667da9;
	font-size: 12px;
	line-height: 1.2;
}
.footer a {
	color: #667da9;
	text-decoration: none;
}
.footer p {
	margin-bottom: 10px;
}

p, h1, h2, h3 {
	margin: 0 0 20px;
}

.title {
	font-size: 26px;
	line-height: 1.4;
	color: #f181b5;
	text-align: center;
	font-weight: 700;
}
.subtitle {
	font-size: 18px;
	color: #0f2754;
	font-weight: 700;
}
.txt {
	margin: 30px auto;
}
.txt:after {
    content: "";
    display: table;
    clear: both;
}
ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 45%;
	float: left;
}
li {
	list-style: square;
	padding-bottom: 10px;
}
.dvd-cover {
    float: left;
	margin-top: 5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
	margin: 20px auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price-block {
	text-align: center;
	font-weight: 700;
	color: #FFF;
	padding: 15px;
	background-color: #0f2754;
	border-radius: 5px;
	line-height: 1.2;
}
.price-block p {
	margin-bottom: 5px;
}
.order {
	font-size: 45px;
	color: #ff87bd;
	text-transform: uppercase;
}
.slashed-out {
	font-size: 40px;
	font-family: Arial, sans-serif;
	background-image: url(images/slash.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: 400;
}
.offer {
	font-size: 20px;
	color: #ff87bd;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 5px;
}
.price {
	font-size: 60px;
	font-family: "Arial Black", Arial, sans-serif;
}
.shipping {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.buynow {
	text-align: center;
	margin: 18px auto;
}
.testimonial {
	background-image: url(images/quotes.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 90px;
	text-align: center;
	max-width: 425px;
	margin: auto;
}

@media (max-width:1048px) {
	.testimonial {
		padding: 0 50px;
	}
}
@media (max-width:970px) {
	.leftCol {
		float: none;
		width: 100%;
		border: none;
	}
	.leftCol .indent {
		padding-right: 0;
	}
	.rightCol {
		float: none;
		width: 100%;
	}
	.testimonial {
		padding: 0 90px;
	}
	.header {
		height: auto;
		text-align: center;
		min-height: 300px;
	}
	.header .inner {
		padding: 40px 20px;
	}
}
@media (max-width:740px) {
	.header h1 {
		line-height: 60px;
		margin-bottom: 20px;
	}
	.header {
		min-height: 100px;
		margin-bottom: 20px;
		background-position: center top;
	}
}
@media (max-width:512px) {
	.header h1 {
		font-size: 60px;
		line-height: 40px;
	}
}
@media (max-width:390px) {
	.testimonial {
		padding: 0 50px;
	}
}
@media (max-width:360px) {
	.header h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.testimonial {
		padding: 0 0;
		background: none;
	}
	.dvd-cover {
		float: none;
		margin: 10px auto;
		display: block;
	}
}

