/*-------------------------------------------------------------------------- 
[Master Stylesheet] 
 
Project:     
Version: 
Last change:	05/02/08 
--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------- 
[Table of contents] 
 
1. Body 
2. Header / #header 
3. Navigation / #navbar 
4. Content / #content 
5. Left column / #leftcolumn 
6. Right column / #rightcolumn 
7. Sidebar / #sidebar 
10. Boxes / .box 
13. Footer / #footer 
--------------------------------------------------------------------------*/  

/*--------------------------------------------------------------------------
# [Color codes]

color: #323233;

*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	color: #1f1f1f; 
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;

	background: url(slike/HiRes.jpg) center center no-repeat fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	
}

.slideshow *, .slideshow *:after, .slideshow *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

h1, h2, h3 { font-weight: normal; }

h1 {
	letter-spacing: -1px;
	font-size: 48px;
	
	font-weight: 700;
	padding: 1.25em 0 0;
}

h2 {
	font-size: 30px;
}
.section-title {
	font-size: 60px;
	letter-spacing: -1px;

	font-size: 48px;
	font-weight: 700;


	
	padding: 3em 0 0.5em;

	border-bottom: 11px solid rgba(255, 255, 255, 0.22);
	border-bottom: 11px solid rgba(255, 255, 255, 0.75);
}
.title-order span {
	font-size: 36px;
	line-height: 1.25;
}
.title-order { line-height: 1; }
.title-green {

	border-bottom: 11px solid rgba(0, 0, 0, 0.22);
	border-bottom: 11px solid #7EC23E;
	/*
	border-top: 11px solid rgba(0, 0, 0, 0.22);
	*/

	padding: 3em 50px 39px 0;
	margin: 0 -50px 0 0;

}
h3 {
	font-size: 30px;
	padding: 1em 0 0;
	
}
 
p { line-height: 1.5; padding-top: 1.4em; }

ul, ol { padding-top: 1.5em; }

li { line-height: 1.5; }

a:link, a:visited { color: #cf161d; }

a:hover { text-decoration: none; }

img { display: block; }
a img { border: 0; }

.slika {
	margin: 1.5em 0 0 -50px;
}

.wrap { width: 960px; margin: 0 auto;
	position: relative;	

}

.header {
	background: white;
	position: fixed;
	z-index: 99;
	width: 100%;
	padding: 23px 0;

	box-shadow: 0 0 23px rgba(0,0,0,0.11);
}
.header img {
	width: 200px;
	float: left;
	margin: 0 23px 0 0;
}
.boun {
	background: lime;
}
.nav {
	padding: 0;
	list-style-type: none;
	float: right;
}
.nav li {
	float: left;
	margin: 0 30px 0 0;
	line-height: 42px;
}

.nav li:last-child { margin: 0 0 0 0; }

.nav li a:link, .nav li a:visited {
	font-weight: 700;
	text-decoration: none;
	color: #c3c3c3;
	color: #0f0f0f;
}
.nav li a:hover {
	color: #7ec23e;
}
.nav .order a:link, .nav .order a:visited {
	color: #cf161d;
}
.nav .order a:hover {
	background: #cf161d;
	color: #ffffff;
}

/*--------------------------------------------------------------------------
#header
*/

/*--------------------------------------------------------------------------
#main
*/

.swiss {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

.intro {
	padding: 88px 0 0;
	padding: 138px 0 50px;
	background: white;

	background: url(slike/bg-hazard.jpg) center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.down {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin: 0 0 0 480px;
	margin: 0 0 0 530px;
	width: 64px;
}
.down .fa {
	font-size: 64px;
	
}
.down a:link, .down a:visited {
	color: rgba(0,0,0,0.22);
	color: white;
	text-decoration: none;
}
.grafika {
	width: 100%;
}

.bg-order {
	background: white;
	background: url(slike/pw_maze_white.png) top left repeat;
	background: url(slike/pw_maze_black.png) top left repeat;
	padding: 39px 0;
	position: relative;
	z-index: 4;
	box-shadow: 0 -6px 6px -6px rgba(0,0,0, 0.22), 0 6px 6px -6px rgba(0,0,0, 0.22);
}

.orderTxt {
	font-weight: 700;
	font-size: 24px;
	color: white;
	line-height: 44px;
}

.orderTxt a:link, .orderTxt a:visited {
	color: white;
	text-decoration: none;
}

.orderTxt .fa {
	color: #c0081f;
	font-size: 36px;
	position: relative;
	top: 4px;
}


.btn:link, .btn:visited {
	background: url(slike/btn.png) top left no-repeat;
	color: white;
	text-decoration: none;
	width: 160px;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 0 0 10px;
	display: inline-block;
	line-height: 44px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	border-radius: 44px;
	box-shadow: 0 0 3px rgba(0,0,0,0.33);

	font-weight: 400;
}
.btn:hover { background: url(slike/btn.png) bottom left no-repeat;  }

.slideshow .btn:link, .slideshow .btn:visited {
	margin: 23px 0 0 0;

}

.bg-about {
	background: url(slike/bg-about.jpg) center center no-repeat fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color: white;
	/*
	text-shadow: 0 1px 4px rgba(0,0,0,0.33);
	*/
}
.bg-hazard {
	background: url(slike/Untitled-3.jpg) center center no-repeat fixed;
	background: url(slike/bg-hazard.jpg) center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}
.bg-super {
	background: black url(slike/bg-super.jpg) center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}
.bg-uporaba {
	background: url(slike/bg-uporaba.jpg) center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	box-shadow: 0 6px 6px -6px rgba(0,0,0, 0.33);
	position: relative;


}

.bg-removal {
	background: url(slike/bg-removal.jpg) center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	
color: white;
/*
	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	*/

}

.poudarjene {
	color: white;
	/*
	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	*/
	background: rgba(0,0,0,0.22);

	padding: 1px 7px;

	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.poudarjene-brand {
	background: #7EC23E;
	color: #ffffff;

	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	padding: 7px 17px;
	margin: 0 -17px;

	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.bg-about .poudarjene, .bg-super .poudarjene, .bg-removal .poudarjene, .bg-hazard .poudarjene {
	background: rgba(255,255,255, 0.33);
	color: #0f0f0f;
}


.bg-about .wrap {
	/*
	background: rgba(0,0,0,0.33);
	*/
}
.content {
	width: 640px;
	border-left: 11px solid rgba(255, 255, 255, 0.22);
	border-left: 11px solid rgba(255, 255, 255, 0.75);
	margin: 0 0 0 309px;
	margin: 0 0 0 259px;
	padding: 50px 0 50px 50px;

	position: relative;
}
.plesen1 {
	width: 209px;
	position: absolute;
	left: -259px;
	top: 50px;
}
.plesen2, .plesen3 {
	width: 209px;
	position: absolute;
	left: -259px;
}
.bg-uporaba .content {
	border-left: 11px solid rgba(0, 0, 0, 0.11);
	border-left: 11px solid #7EC23E;
}
.content-right {
	width: 640px;
	


	background: rgba(255, 255, 255, 0.66);

	margin: 0 270px 0 0;
	padding: 50px 50px 50px 0;

	/*
box-shadow: 0 -6px 6px -6px rgba(0,0,0, 0.33), 0 6px 6px -6px rgba(0,0,0, 0.33);
	*/

	box-shadow: 6px 0 6px -6px rgba(0,0,0, 0.11);
}
.content-dark {
	background: rgba(0, 0, 0, 0.66);
	box-shadow: 6px 0 6px -6px rgba(255,255,255, 0.11);
	color: white;

	text-shadow: 0 1px 4px rgba(0,0,0,0.33);
}
.half {
	width: 480px;
	float: left;
}
.clmn {
	width: 286px;
	margin-right: 51px;
	float: left;
}

.alineje .fa {
	
	color: #c0081f;
	color: #7EC23E;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.pomembno {
	background: #7EC23E;
	background: url(slike/HiRes.jpg) center center no-repeat fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding: 25px 25px 25px 50px;
	margin: 1.5em 0 0 -50px;
}
.content-right .pomembno {
	padding: 25px 50px 25px 25px;
	margin: 1.5em -50px 0 0;
}
.nasvet {
	background: #ffffff;
	background: rgba(0,0,0,0.11);
	padding: 25px 25px 25px 50px;
	margin: 1.5em 0 0 -50px;
}

.bg-about .nasvet, .bg-removal .nasvet, .bg-super .nasvet {
	background: rgba(255,255,255, 0.22);
	
	background: rgba(126,194,62, 0.22);
	background: rgba(255,255,255, 0.75);


	color: black;
	text-shadow: none;
}
.bg-super .nasvet {
	background: rgba(255,255,255, 1);
	padding: 25px 50px 25px 25px;
	margin: 1.5em -50px 0 0;
}

.embalaza {
	margin: 50px 0 0;
	border-radius: 7px;

	border-bottom: 4px solid #d0e966;
	border-top: 4px solid #d0e966;
}
.badge {
	width: 100px;
	margin: 20px 60px 0 0;
	float: left;
}

/*--------------------------------------------------------------------------
#footer
*/

.footer {
	box-shadow: 0 -6px 6px -6px rgba(0,0,0, 0.22), 0 6px 6px -6px rgba(0,0,0, 0.33);
	position: relative;
	background: white;
	padding: 39px 0;
}
.pogoji {
	line-height: 50px;
	padding: 0;
}
.pogoji a:link, .pogoji a:visited {
	color: #1f1f1f; 
	text-decoration: none;
	color: #7EC23E;
	
}
.pogoji a:hover {
	color: #CF161D;
}
.logo {
	width: 75px;
	width: 236px;
	margin: 0 auto;
}
.logo {
	width: 75px;
	width: 236px;
	float: left;
}

.akcija {
	position: relative;
	background: white;
	background: rgba(255, 255, 255, 0.75);
	padding: 0 1.5em 1.5em 0;
	margin: 40px 0 0;
}
.potovalni {
	float: left;

	margin: -40px 1em 0 -30px;
}

/*--------------------------------------------------------------------------
#various
*/
.hidden {
	/*
	display: none;
	*/
	
	
	padding: 30px;
	

	float: left;
	width: 480px;
	width: 420px;
}
.hidden .float-left {
	padding: 0 11px 0 0;
}
.quick {
	position: fixed;
	top: 25%;
	right: 0;

	right: -480px;
	width: 480px;
	width: 510px;

	background: #f0f0f0 url(slike/pw_maze_white.png) top left repeat;

	z-index: 199;

	box-shadow: 0 0 23px rgba(0,0,0,0.11);

}
.vertical {
	width: 30px;
	text-align: center;
	line-height: 1;
	background: #7EC23E;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.33);
	padding: 11px;
	padding: 11px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
}
.vertical:hover {
	background: #a9cb17;
	cursor: pointer;
}
.vertical span { display: block; }

.num { font-size: 30px; }

.brand { color: #7EC23E; }
.brandAlt { color: #cf161d; }
.alert { color: #cf161d; }
.white { color: white; text-shadow: 0 1px 1px rgba(0,0,0,0.33); }
.black { color: #0f0f0f; }

em { font-style: italic; }

.debele, strong { font-weight: 700; }
.tiskane { text-transform: uppercase; }

.align-center { text-align: center; }
.align-right { text-align: right; }

.no-padding-top { padding-top: 0; }

.padding-top { padding-top: 50px; }
.em-padding-top { padding-top: 0.5em; }

.no-mrg-top { margin-top: 0; }
.no-mrg-right { margin-right: 0; }

.float-left { float: left; }
.float-right { float: right; }

.spacer { clear: both; }

.precrtane { text-decoration: line-through; }

.thanks {
	width: 100%;
	padding: 0 0;
	display: table;
	margin: 0;
	height: 100vh;
}
.absolute {
	display: table-cell;
	vertical-align: middle;
}
.fixed { position: fixed; }	

.manjse { font-size: 16px; padding: 33px 0 0; }