*
{
	font-family: Heebo;
}

.row
{
	max-width: 1200px !important;
}
.row.max
{
	max-width: 1600px !important
}
.row.max2
{
	max-width: 100% !important
}

#header
{
	position: relative;
	background: url('../img/bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 20px 0;
}

#header .countdown
{
	text-align: center;
	position: relative;
	z-index: 2;
}
#header .countdown > div
{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

#header h1
{
	position: relative;
	z-index: 2;
	margin: 0;
	color: #D74F4F;
	font-family: Heebo;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 70px;
}
#header h2
{
	position: relative;
	z-index: 2;
	color: whitesmoke;
}
#header h2 strong
{
	color: #D74F4F;
}
#header img#ostereier
{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	max-width: 1000px !important;
}

#extended
{
	position: relative;
	background: #d7a24f;
	padding: 40px;
	text-align: center;
}

#extended .countdown
{
	text-align: center;
	position: relative;
	z-index: 2;
}
#extended .countdown > div
{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
#extended #hase
{
	position: absolute;
	top: -235px;
	left: 15%;
}

#video
{
	padding: 50px 0;
	background: #500d11;
	color: white;
    /*border-top: 10px solid #cf4b54;*/
}

.video-frame
{
	display: inline-block;
	width: 100%;
	max-width: 650px;
}
.video-frame > div
{
	display: block;
	position: relative;
}
.video-frame iframe
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
#video .medium-5
{
	padding-left: 40px;
}
#video h1
{
	margin-top: 0;
	font-size: 40px;
}
#video h2
{
	display: inline-block;
	position: relative;
	font-size: 25px;
	margin: 30px 0 0 0;
}
#video h2 img
{
	position: absolute;
	top: -15px;
	right: -120px;
}
#video h2 span
{
	font-size: 50px;
}
#video ul,
#video li
{
	padding: 0;
	margin: 0;
}
#video li
{
	display: block;
	position: relative;
	padding: 10px 0;
	padding-left: 65px;
	font-size: 25px;
}
#video li:before
{
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	content: '\f00c';
	background: #D74F4F;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

#products
{
	position: relative;
	background: url('../img/bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 20px 0;
	color: white;
}

#products img
{
	position: relative;
	z-index: 2;
	width: 300px;
}
#products h1
{
	position: relative;
	z-index: 2;
	font-size: 40px;
}
#products p
{
	position: relative;
	z-index: 2;
	display: block;
	height: 110px;
	font-size: 20px;
	color: #b3b3b3;
}
#products s
{
	position: relative;
	z-index: 2;
	font-size: 30px;
}

#products .medium-4
{
	padding: 30px;
}
#products .medium-4 > div
{
	position: relative;
	z-index: 2;

	background: rgba(0,0,0,0.6);
	padding: 20px;
}
#products .medium-4.plus > div:after
{
	position: absolute;
	left: 100%;
	margin-left: 5px;
	content: '+';
	top: 100px;
	color: #D74F4F;
	font-family: Heebo;
	font-weight: 900;
	font-size: 100px;
}
#products .summary .columns
{
	position: relative;
	z-index: 2;
	padding: 50px 0;
	font-size: 50px;
	font-weight: 900;
	color: #d7a24f;
}

#cta1
{
	background: #D74F4F;
	padding: 20px 0;
	text-align: center;
}

#cta2
{
	background: #4e111a;
	padding: 40px 0;
	text-align: center;
}
#cta2 > div
{
	font-size: 34px;
	color: white;
	margin-top: 40px;
}

#cta3
{
	background: #D74F4F;
	padding: 20px 0;
	text-align: center;
}

.button
{
	background: #005373;
	color: white;
	display: inline-block;
	padding: 18px 20px;
	margin: 0;
	text-decoration: none;
	font-size: 24px;
	font-style: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
	transition-duration: 100ms;
}
.button strong
{
	font-weight: 900;
	font-size: 35px;
}
.button:hover
{
	background: #0e7096;
	transition-duration: 100ms;
}

#feedback
{
	padding: 60px 0;
	position: relative;
	background: url('../img/bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#feedback h1
{
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;

	color: #D74F4F;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 60px;
}
#feedback img
{
	position: relative;
	z-index: 2;
	border-bottom: 5px solid white;
	border-radius: 5px;
}

.textleft  { text-align: left  }
.textright { text-align: right }

#content
{
	padding: 60px 0;
	text-align: center;
}
#content.gray
{
	background: #e6e6e6;
}
#content img
{
	width: 200px;
}
#content .medium-6
{
	margin-bottom: 20px;
}
#content .medium-6 > div
{
	padding: 20px;
	background: #e4e4e4
}
#content h1
{
	font-size: 50px;
	text-transform: uppercase;
}
#content h3
{
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
}
#content h4
{
	position: relative;
	display: block;
	text-align: left;
	font-size: 18px;
	padding-left: 55px;
}
#content h4 span
{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	background: gray;
	color: white;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 0;
}
#content h5
{
	display: block;
	text-align: center;
	font-size: 34px;
	margin: 0;
}
#content h5 span
{
	font-size: 50px;
}
#content hr
{
	margin: 30px 0;
	border: none;
	background: black;
	height: 3px;
	width: 100%;
	display: block;
}

#presets
{
	padding: 60px 0;
	text-align: center;
}
#presets h1
{
	font-size: 50px;
	text-transform: uppercase;
}

#footer
{
	position: relative;
	background: url('../img/bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
}


#footer .countdown
{
	text-align: center;
	position: relative;
	z-index: 2;
}
#footer .countdown > div
{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

#footer h1
{
	position: relative;
	z-index: 2;
	margin: 0;
	color: #D74F4F;
	font-family: Heebo;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 70px;
}

#lastone
{
	text-align: center;
	padding: 10px;
	background: black;
}
#lastone a
{
	text-decoration: none;
	color: gray;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

#free .video-frame
{
	max-width: 800px;
}

#free
{
	position: relative;
	background: url('../img/bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
	color: white;
}
#free h1
{
	font-size: 50px;
	text-transform: uppercase;
}

#psds div
{
	display: inline-block;
	margin: 2px;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}