/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
    max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: none;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 15px;
}

/* using local fonts? make sure to read up on Paul Irish's
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {
    color: #000;
}

a {
    color: #03f;
}

a:hover {
    color: #69f;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #fcd700;
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

body {
    background: #3286D7;
    padding: 0;
    margin: 0;
    font-family: Calibri, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
	color: #219ecf;
	margin-bottom: 20px;
}

h1 {
	font-size: 34px;
	text-align: center;
}

p {margin-bottom: 15px}

p.top {margin-top: 10px}

#wrapper {
    width: 982px;
    margin: 0 auto;
}

#header {
	background: url(header_logos.jpg) left top no-repeat;
	height: 319px;
}

#header #logo {
	height: 319px;
	display: block;
}

.video #content {
    padding-top: 10px;
}

#content {
    padding: 30px 75px;
    background: url(content0.png) left top repeat-y;
}

.optin #content {
    padding: 20px 35px;
}

#footer {
	background: url(content1.png) left top no-repeat;
	padding: 40px 0 20px;
	font-family: Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
}

.center {
    text-align: center !important;
}

.clear {
    clear: both;
}

.belcher {
	background: #ffffff;
	border: 6px dashed #3286D7;
	width: 550px;
	margin: 30px auto;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.belcher .belcher-inner {
	padding: 20px 20px 15px;
	-webkit-box-shadow:  0px 0px 3px 1px #666666;
	box-shadow:  0px 0px 3px 1px #666666;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	}

.belcher a.order {
	display: block;
	padding: 10px 30px;
	background: #feb500; /* Old browsers */
	background: -moz-linear-gradient(top,  #feb500 0%, #fea500 50%, #fe9000 51%, #fe8000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb500), color-stop(50%,#fea500), color-stop(51%,#fe9000), color-stop(100%,#fe8000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feb500 0%,#fea500 50%,#fe9000 51%,#fe8000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feb500 0%,#fea500 50%,#fe9000 51%,#fe8000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feb500 0%,#fea500 50%,#fe9000 51%,#fe8000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feb500 0%,#fea500 50%,#fe9000 51%,#fe8000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb500', endColorstr='#fe8000',GradientType=0 ); /* IE6-9 */
	border: 5px solid #9e2c2c;
	margin: 15px 40px;
	text-align: center;
	color: #001f5d;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fed100;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 3px 2px #fed100;
	box-shadow: inset 0px 0px 3px 2px #fed100;
}


.belcher a.order:hover {
	color: #9e2c2c;
	/*text-shadow: 1px 1px 1px #fe8000;*/
}

.belcher a.link {
	font-weight: bold;
	text-decoration: none;
	color: #001f5d;
	font-size: 20px;
	display: block;
	}
	
.belcher a.smalllink {
	font-weight: normal;
	text-decoration: none;
	color: #001f5d;
	font-size: 16px;
	display: block;
	}
	

.sales-copy,
.sales-copy p,
.sales-copy h1,
.sales-copy h2,
.sales-copy h3 {
	color: #000;
}

.sales-copy p {
	margin-bottom: 18px;
	text-align: left;
}

.right {
    float: right !important;
}

.sales-copy img.right {
    float: right;
	margin-top: 10px;
	margin-left: 20px;
}

.sales-copy .center {
    text-align: center !important;
}

.sales-copy .bold {
    font-weight: bold !important;
}

.sales-copy .italic {
    font-style: italic !important;
}

.sales-copy .underline {
    text-decoration: underline !important;
}

.sales-copy .blue {
    color: #219ecf !important;
}

.sales-copy .red {
	color: #000 !important;
}

.sales-copy .grey {
	color: rgb(64, 64, 64);
}

.sales-copy h1,
.sales-copy h2,
.sales-copy h3 {
	font-family: Calibri, Arial, sans-serif;
	text-align: center;
	margin: 0 15px 20px;
}

.sales-copy h1 {
	font-size: 42px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}

.sales-copy h2 {
	font-size: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3286D7;
}

.sales-copy h3 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}

.sales-copy h4 {
	font-size: 22px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}

.sales-copy #content {
    width: 775px;
    padding: 30px 100px;
}

.sales-copy ul {
	background: #fbfbfb;
    margin: 30px 60px;
    list-style: disc;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	padding: 30px 50px 30px 70px;
}

.sales-copy ul li {
    padding: 0 0 15px;
    list-style: disc;
}

.sales-copy ul.benefits {
	padding-left: 50px;
}

.sales-copy ul.benefits li {
	background: url(bullet00.png) 0 0 no-repeat;
	list-style: none;
	padding-left: 60px;
	min-height: 32px;
	padding-top: 3px;
	}
	
.sales-copy ul.negative {
	padding-left: 50px;
}

.sales-copy ul.negative li {
	background: no-repeat;
	list-style: none;
	padding-left: 60px;
	min-height: 32px;
	padding-top: 3px;
	}

.sales-copy ul li:last-of-type {
    padding-bottom: 0;
}

.sales-copy .yellow-bg {
    background: rgb(255, 255, 153);
}

.sales-copy .highlight {
	background: #fff9d1;
	border-bottom: 1px solid #eee8ca;
}

.sales-copy .yellow-badge {
	box-shadow: 1px 2px 2px 2px #999;
	background: rgb(255, 255, 153);
	padding: 20px;
	margin: 25px 60px 30px;
	font-family: "Times New Roman", Times, serif;
}

.sales-copy .white-badge {
    box-shadow: 1px 2px 2px 2px #999;
    background: #fff;
    padding: 20px;
    margin: 25px 60px 30px;
}

.sales-copy .yellow-block {
    box-shadow: 1px 2px 2px 2px #999;
    background: rgb(255, 255, 153);
    padding: 20px;
    margin: 25px 10px 30px;
}

.sales-copy .impact {
    font-family: Impact, serif !important;
    font-weight: normal;
}

.sales-copy #headline {
	background: url(vsebina_naslov.jpg) top left no-repeat;
	height: 400px;
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.sales-copy #headline h1 {
	display: none;
}

.sales-copy #subhead {
	background: url(sales-su.jpg) top left no-repeat;
	height: 70px;
	width: 720px;
	margin: 0 auto 15px;
}

.sales-copy #subhead h2 {
	text-align: center;
	padding-top: 20px;
	color: #555;
	font-size: 24px;
}

.sales-copy div.block {
	background: #fbfbfb url(bullet00.png) 30px center no-repeat;;
	padding: 25px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 15px 15px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	padding-left: 100px;
}

.sales-copy div.block h2 {
	font-size: 20px;
	margin: 0 0 8px;
	text-align: left;
}

.sales-copy div.block-speaker {
	background: #fbfbfb;
	padding: 20px 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 15px 15px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
}

.sales-copy div.block-speaker h2 {
	font-size: 20px;
	margin: 10px 0 8px;
	text-align: left;
}

.sales-copy div.block-speaker img {
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 20px;
}


.sales-copy .gallery {
	margin: 30px auto 10px;
}

.sales-copy .gallery .photo {
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 150px;
	text-align: center;
}

.sales-copy .gallery .photo img {
	background: #fbfbfb;
	width: 150px;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	margin-bottom: 5px;
}

.sales-copy div.important {
	border: dashed 5px #dd4242;
	margin: 30px 40px;
	padding: 20px 20px 5px;
	text-align: center;
	color: #dd4242;
    font-size: 20px;
    line-height: 1.4em;

}

.sales-copy div.important h2 {
	margin-bottom: 12px;
	color: #dd4242; 
    font-weight: bold;
    font-size: 38px;
}

.sales-copy div.testimonial {
	background: #fbfbfb;
	padding: 25px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 30px 60px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
}

.sales-copy div.testimonial h2 {
	font-size: 24px;
	margin: 0 0 15px;
	text-align: left;
}

.sales-copy div.testimonial img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sales-copy div.bonus {
	background: #fbfbfb;
	padding: 40px 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 30px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
}

.sales-copy div.bonus ul {
	background: #ffffff;
    margin: 10px 0;
    list-style: disc;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	padding: 30px 50px 30px 70px;
}

.sales-copy div.greybox {
	background: #fbfbfb;
	padding: 30px 50px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 30px 60px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
}

.sales-copy div.greybox h2 {
	text-align: left;
	font-size: 20px;
	color: #a24242 !important;
	margin: 0 0 15px;
}

.sales-copy div.greybox ul {
	background: #ffffff;
    margin: 30px 0 15px;
    list-style: disc;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
	padding: 30px 50px 20px 70px;
}

#video-container {
    background: #353535 
    margin: 0 auto 15px;
    width: 790px;
    height: 444px;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px;
}

#video-container iframe {
    border-radius: 10px;
    overflow: hidden;
    width: 790px;
    height: 444px;
}
