@charset "utf-8";
/* CSS Document */

/*
Author: O3ART
Author URI: http://www.o3art.com/
Client: 
*/


/* 
# CSS contents ###################
* 01. Reset defaults
* 02. Layout
* 03. Headings
* 04. Nav
* 05. Links
* 06. Typography 
* 07. Images
* 08. Forms
* 09. Lists
* 10. Tables
* 11. Other
*/


/*
# 01. Reset defaults ################### 
*/
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;
	background-repeat: no-repeat;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Tahoma, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
# 02. Layout ################### 
*/

body {
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
/*
# 03. Headings ################### 
*/
h1{}
h2{}
h3{}
h4{}
a {
	color: #F5811E;
	text-decoration: none
}
a:hover{color: #151642;}
p {
	margin: 0 0 18px 0;
}
b, strong {
	font-weight: bold	
}
img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}
/* float clearing for IE6 */
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
}

#content {
	overflow: hidden;
	margin-bottom: 115px;
}

#footer {
	overflow: hidden;
	background:url(../images/footer.png) center top no-repeat;		
	width: 100%;
	position: absolute;
	left: 0;
}
#wrapper #header .logo {
	float: left;
	display: block;
	width: 332px;
	height: 80px;
}
#wrapper #header .logo p {
	margin-left: 20px;
	font-size: 14px;
	color: #2e3192;
}
#wrapper #header .logo a {
	width: 312px;
	display: block;
	background-image: url(images/logo.png);
	padding-top: 64px;
	padding-left: 23px;
	text-decoration: none;
	color: #2e3192;
	font-size: 13px;
}
#wrapper #header .menu {
	float: right;
}
#cssmenu{
	padding: 0;
	border-radius: 25px;
	float: right;
	margin: 0;
	padding-top: 2px;
	background: url(images/nav.png) bottom center repeat-x;
	height: 40px;
	margin-top: 16px;
	margin-left: 0;
} 
#cssmenu > ul {
	list-style:inside none; 
	padding:0; 
	margin:0;
	padding-top:2px;
} 
#cssmenu > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	text-transform: uppercase;
	z-index:1000;
	height:38px;
	margin-top:-6px;
} 
#cssmenu > ul > li:hover {
	background-image: url(images/hover.png);
	background-position: center top;
	z-index:9999;
	position:relative;
	display:block;
}
#cssmenu > ul > li:first-child {
	border-radius: 25px 0px 0px 25px;
	
}
#cssmenu > ul > li:last-child {
	border-radius: 0px 25px 25px 0px;
}
#cssmenu > ul > li:first-child:hover {
	border-radius: 25px 0px 0px 25px;
}
#cssmenu > ul > li:last-child:hover {
	border-radius: 0px 25px 25px 0px;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 16px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	
	background-position:bottom;
	background-repeat:repeat-x;
} 
#cssmenu > ul > li > a:hover {
	background-image: url(images/hover.png);
	background-position: center top;
	background-repeat:no-repeat;
	position:relative;
	z-index:9999;
}
#cssmenu > ul > li > a:after{ 
	content:''; 
	position:absolute;  
	z-index:99; 
} 
#cssmenu > ul > li.has-sub > a:before { 
	content:''; 
	position:absolute; 
 	top:0;
	left:0;
	right:6px; 
} 
#cssmenu > ul > li.has-sub:hover > a:before {
	top:0;
	left:0;
} 
#cssmenu ul li.has-sub:hover > a {   
	z-index:999; 
} 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div {
	display:block;
} 
#cssmenu ul li.has-sub > a:hover {
	background-color:#FFF;
} 
#cssmenu ul li > ul, #cssmenu ul li > div {
	display:none; 
	width:auto; 
	position:absolute; 
	padding:10px 0; 
	background:#151642; 
	z-index:999; 
} 
#cssmenu ul li > ul {
	width:200px;
} 
#cssmenu ul li > ul li {
	display:block; 
	list-style:none; 
	padding:0; 
	margin:0; 
	position:relative;
} 
#cssmenu ul li > ul li a {
	outline:none; 
	display:block; 
	position:relative; 
	margin:0; 
	padding:8px 20px;  
	color:#fff; 
	text-decoration:none;
}
#cssmenu > ul > li > a {
	color: #edece6;
} 
#cssmenu > ul > li > a:after {
	border-color:#444;
} 
.image-slider{
	height: 400px;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top:40px;
	-moz-transition: background-color 1.5s;
	-o-transition: background-color 1.5s;
	-ms-transition: background-color 1.5s;
	-webkit-transition: background-color 1.5s;
	transition: background-color 1.5s;
	overflow: hidden;
	background:url(images/bg-slider.png) center top no-repeat;	
}

.image-slider > div.slide{
	height: 100%;
	width: 980px;
	margin:0 0 0 -490px;
	top: 0;
	left: 50%;
	position: absolute;
	opacity: 0;
}

@media screen and (max-width: 980px) {
  .image-slider > div.slide {
    position: static;
  }
}

.image-slider > div.slide.show, .image-slider > div.slide.hide{
	opacity: 1;
}

.image-slider .nav{
	width: 940px;
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	font-size: 0;
}
.image-slider .nav .jumpto{
	width:60px;
	margin:0 auto;
	margin-top:-50px;
}
.image-slider .nav button{
	border: none;
	font-size: 26px;
	text-align: center;
	height: 15px;
	line-height: 25px;
	min-width: 15px;
	display: inline-block;
	padding: 0;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;	
	background:url(images/jumpto.png) center -16px no-repeat;
}

.image-slider .nav button:focus{
	outline: none;
	border: none;
}

.image-slider .nav button.current{
	color: #6c6c6c;
	background:url(images/jumpto.png) center 0px no-repeat;
}
.image-slider .nav .jumpto button:hover {cursor:pointer;}
.image-slider .nav .arrows{
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}

.image-slider .nav .next{
	background:none;
}

.image-slider .nav .prev{
	background:none;
}

.image-slider.show-0{	

}
.image-slider a.show-0{
	background-color: #f5811e;
}
.image-slider.show-1 {
	
}
.image-slider a.show-1{}
.image-slider.show-2 {
	
}
.image-slider a.show-2 {}
.image-slider.show-3 {	

}
.image-slider a.show-3{}
.image-slider.show-4 {

}
.image-slider a.show-4{}
.image-slider.show-5 {
}
.image-slider a.show-5 {}
.image-slider.show-6 {	

}
.image-slider a.show-6 {}
.image-slider.show-7 {

}
.image-slider a.show-7 {}
.image-slider.show-8 {

}
.image-slider a.show-8
.image-slider.show-9 {

}
.image-slider a.show-9 {}
.image-slider > div.slide a{ 
	display: block;
	position: absolute;
	left: 0;
	top: 290px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 29px;
	color: #fff;
	text-decoration: none;
	animation: fadeout .5s ease 0s;
	animation-fill-mode: forwards;
	-webkit-animation: fadeout .5s ease 0s;
	-webkit-animation-fill-mode: forwards;
	border-radius:25px;	
	width:66px;
}

.image-slider > div.slide.show a{
	animation: fadein .5s ease 1.3s;
	animation-fill-mode: backwards;
	-webkit-animation: fadein .5s ease 1.3s;
	-webkit-animation-fill-mode: backwards;
	z-index: 100;	
}
.image-slider img, .image-slider h2{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
	box-sizing: border-box;
	margin: 0;
}

.image-slider > div.slide.hide h2 span:nth-of-type(1){
	animation: toleft .8s ease .6s;
	animation-fill-mode: forwards;
	margin-left:-1490px;
	-webkit-animation: toleft .8s ease .6s;
	-webkit-animation-fill-mode: forwards;
	color:#2a2b53 !important;
}

.image-slider > div.slide.hide h2 span:nth-of-type(2){
	animation: toleft .8s ease .6s;
	animation-fill-mode: forwards;
	margin-left:-1490px;
	-webkit-animation: toleft .8s ease .6s;
	-webkit-animation-fill-mode: forwards;
}

.image-slider > div.slide.hide h2 span:nth-of-type(3){
	animation: toleft .8s ease .6s;
	animation-fill-mode: forwards;
	margin-left:-1490px;
	-webkit-animation: toleft .8s ease .6s;
	-webkit-animation-fill-mode: forwards;
}

.image-slider h2 span:nth-of-type(1){
	font-size: 80px;
	color:#2a2b53;
}

.image-slider h2 span:nth-of-type(2){
	font-size: 55px;
}

.image-slider h2 span:nth-of-type(3){
	font-size: 22px;
}

.image-slider > div.slide.hide img{
	animation: toleft .8s ease 0s;
	animation-fill-mode: forwards;
	-webkit-animation: toleft .8s ease 0s;
	-webkit-animation-fill-mode: forwards;	
}
.image-slider > div.slide.hide .prva{
	left:410px;
	top:100px;
	animation: toleft .8s ease 0.2s;
	animation-fill-mode: forwards;
	-webkit-animation: toleft .8s ease 0.2s;
	-webkit-animation-fill-mode: forwards;
}
.image-slider > div.slide.hide .druga{
	left:510px;
	top:30px;
	z-index:100;
	animation: toleft .8s ease 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation: toleft .8s ease 0.4s;
	-webkit-animation-fill-mode: forwards;
}
.image-slider > div.slide.hide .treca{
	top:100px;
	left:680px;
	animation: toleft .8s ease 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation: toleft .8s ease 0.6s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes toleft{
	0% {transform: translate(0); opacity: 1}
	100% {transform: translate(-500px); opacity: 0;}
}

@keyframes fromleft{	
	0%  {transform: translate(1140px); opacity: 0;}
}

@keyframes fadeout{	
	0%  {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadein{	
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes bckanimation{
	0%{	transform: translate(0px); opacity: 1;}	
	49%{ transform: translate(-100px); opacity: 0;}	
	50%{ transform: translate(100px); opacity: 0;}	
	100%{ transform: translate(0px); opacity: 1;}
}

@-webkit-keyframes bckanimation{
	0%{	-webkit-transform: translate(0px); opacity: 1;}	
	49%{ -webkit-transform: translate(-100px); opacity: 0;}	
	50%{ -webkit-transform: translate(100px); opacity: 0;}	
	100%{ -webkit-transform: translate(0px); opacity: 1;}
}

.image-slider:before{
	width: 1190px;
	position: absolute;
	left: 50%;
	margin-left: -595px;
	height: 100%;
	background: transparent url(images/bg-lines.png) no-repeat right 10px;
	content: '';
	display: block;
}

.image-slider.show-0:before,
.image-slider.show-1:before,
.image-slider.show-2:before,
.image-slider.show-3:before,
.image-slider.show-4:before,
.image-slider.show-5:before,
.image-slider.show-6:before,
.image-slider.show-7:before,
.image-slider.show-8:before,
.image-slider.show-9:before{
	animation: bckanimation .8s cubic-bezier(0.000, 0.400, 0.665, 1.005) .2s;
	-webkit-animation: bckanimation .8s cubic-bezier(0.000, 0.400, 0.665, 1.005) .2s;
}

@-webkit-keyframes toleft{
	0%   {-webkit-transform: translate(0); opacity: 1}
	100%  {-webkit-transform: translate(-500px); opacity: 0;}
}

@-webkit-keyframes fromleft{	
	0%  {-webkit-transform: translate(1140px); opacity: 0;}
}

@-webkit-keyframes fadeout{	
	0%  {opacity: 1;}
	100%   {opacity: 0;}
}

@-webkit-keyframes fadein{	
	0%  {opacity: 0;}
	100%   {opacity: 1;}
}

.image-slider > div.slide.show h2 span:nth-of-type(1){
	animation: fromleft .8s ease .6s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft .8s ease .6s;
	-webkit-animation-fill-mode: backwards;	
	color:#2a2b53 !important;
}
.image-slider > div.slide.show h2 span:nth-of-type(2){
	animation: fromleft .8s ease .6s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft .8s ease .6s;
	-webkit-animation-fill-mode: backwards;
}

.image-slider > div.slide.show h2 span:nth-of-type(3){
	animation: fromleft .8s ease 1s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft .8s ease 1s;
	-webkit-animation-fill-mode: backwards;
}
.image-slider > div.slide.show .prva{
	left:410px;
	top:100px;
	animation: fromleft .8s ease .9s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft 1s ease .9s;
	-webkit-animation-fill-mode: backwards;
}
.image-slider > div.slide.show .druga{
	left:510px;
	top:30px;
	z-index:100;
	animation: fromleft 2s ease .19s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft 2s ease .19s;
	-webkit-animation-fill-mode: backwards;
}
.image-slider > div.slide.show .treca{
	top:100px;
	left:680px;
	animation: fromleft 2.5s ease .29s;
	animation-fill-mode: backwards;
	-webkit-animation: fromleft 2.5s ease .29s;
	-webkit-animation-fill-mode: backwards;
}
.no-opacity .slide{
	display: none;
}

.no-opacity .slide.show{
	display: block;
}

.image-slider h2{
	color: #fff;
	padding-top: 20px;
	z-index: 2;
}

.image-slider h2 span{
	display: block;
	white-space: nowrap;
	line-height: 1;
	width: 333px;
}

.image-slider h2 span:nth-of-type(1){
	font-size: 48px;
	margin-left: 15px;
	color:#2a2b53;
}

.image-slider h2 span:nth-of-type(2){
	font-size: 30px;
	margin-top:-35px;
}

.image-slider h2 span:nth-of-type(3){
	font-size: 12px;
	margin-top:47px;

	white-space:normal;
	line-height:1.5;
	word-spacing:3px;
}

.sub .image-slider{
	background: transparent url('http://www2.promonotes.pl/assets/graphics/headersub.jpg') no-repeat center center;
	height: 100px;
}

.sub .image-slider:before{
	display: none;
}

.sub .image-slider h2{
	width: 940px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	padding-top: 75px;
	text-transform: uppercase;
	font-size: 40px;
}

.sub .image-slider h2 span{
	text-transform: none;
	font-size: 22px;
	display: block;
	margin-top: 5px;
}
#wrapper #content .image-slider div h2 span p {
	font-size: 12px;
	margin: 0;
	margin-top: 3px;
}
#wrapper #content .usluge {
	margin-top: 420px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 2000;
	overflow: hidden;
}
#wrapper #content .usluge span {
	font-size: 45px;
	opacity: 0.09;
	margin-top: 43px;
	display:block;
	margin-left: 40px;
	text-decoration: none;
	color: #FFF;
}
#wrapper #content .usluge img {
	margin-left:-9.5px;
	margin-top: -2px;
}
#wrapper #content .klimatizacija {
	border-radius: 157px;
	width: 314px;
	height: 300px;
	float:left;
	background-color:#151642;
	margin-left:1px;
}
#wrapper #content .klimatizacija:hover {
	background-color:#f5811e;
}
#wrapper #content .grejanje {
	border-radius: 157px;
	width: 314px;
	height: 300px;
	float:left;
	margin-left:19px;
	background-color:#151642;
}
#wrapper #content .grejanje:hover {
	background-color:#f5811e;
}
#wrapper #content .ventilacija {
	border-radius: 157px;
	width: 314px;
	height: 300px;
	float:right;
	background-color:#151642;
}
#wrapper #content .ventilacija:hover {
	background-color:#f5811e;
}
#wrapper #content .grejanje span, #wrapper #content .ventilacija span{
	margin-left:43px;
	margin-top: 46px;
}
#wrapper #content .usluge h3 {
	font-size:24px;
	margin-top: -13px;
	margin-left: 30px;
	text-decoration:none;
	color:#FFF;
}
#wrapper #content .usluge a {
	text-decoration:none;
}
#wrapper #content .grejanje h3, #wrapper #content .ventilacija h3{
	margin-left:33px;
	margin-top:-16px;
}
#wrapper #content .grejanje img, #wrapper #content .ventilacija img{
	margin-top: -2px;	
}
#wrapper #content .instalacije {
	margin-top: 58px;
	line-height:1.2;
	overflow:hidden;
}
#wrapper #content .instalacije .levo h4 {
	color: #151642;
	font-size: 30px;
	display: block;
	margin-bottom: 35px;
}
#wrapper #content .instalacije .levo {
	float: left;
	width: 313px;
	margin-right: 20px;
}
#wrapper #content .instalacije .levo span {
	color:#151642;
}
#wrapper #content .instalacije .desno {
	float: right;
	width: 647px;
	padding-bottom: 30px
}
#wrapper #content .instalacije .levo h4 span {
	display: block;
	font-size: 12px;
}
#wrapper #content .instalacije .desno h1 {
	display: block;
	font-size: 30px;
	color: #151642;
	margin-bottom: 18px;
}
#wrapper #content .instalacije .desno h1 span {
	display: block;
	font-size: 12px;
}
#wrapper #content .instalacije .levo p {
	font-size: 12px;
	color: #767676;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: justify;
}
#wrapper #content .instalacije .levo p span {
	display: block;
	font-size: 14px;
	font-weight:bold;
}
#wrapper #content .instalacije .levo ul li {
	background: url(images/list.png) left 3px no-repeat;
	margin-bottom: 6px;
	height: 23px;
}
#wrapper #content .instalacije .levo ul li a {
	padding-left: 33px;
	font-size: 12px;
	color: #767676;
	text-decoration: none;
}
#wrapper #content .instalacije .levo ul li a:hover {
	color:#f5811e;
}
#wrapper #content .instalacije .levo ul {
	margin-top: -5px;
}
#wrapper #content .instalacije .desno img {
	float: left;
	margin-right: 20px;
	display: block;
	margin-bottom: 30px;
}
#wrapper #content .instalacije .desno p {
	font-size: 12px;
	color: #767676;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-bottom: 18pxpx;
}
#wrapper #content .instalacije .desno .detaljnije {
	float: right;
	display: block;
	border-radius: 17px 17px;
	background-color: #151642;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	padding: 9px 28px;
}
#wrapper #content .instalacije .desno .detaljnije:hover {
	background-color:#f5811e;
}
#wrapper #footer .kontakt {
	margin: 0 auto;
	width: 980px;
	line-height: 1.5;
	color: #151642;
	padding-top: 69px;
	padding-bottom: 30px;
}
#wrapper #footer .kontakt h5 {
	font-size: 24px;
}
#wrapper #footer .kontakt p {
	width: 313px;
	font-size: 12px;
	margin: 0;
}
#wrapper #content .instalacije .desno img:hover {
	opacity:0.75;
}

form {
	color: #444;
	font: normal 12px Arial, Helvetica, sans-serif
}
form label {
	display: block;
	margin-bottom: 3px	
}
.fspecial {
	display: none	
}
form input, form textarea {
	margin-bottom: 7px;
	border: 1px solid #ccc;
	width: 90%;
	padding: 4px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
form .submit {
	display: block	
}
form .submit {
	background: #f5811e;
	color: #fff;
	width: auto;
	border: 0;
	cursor: pointer
}
    html 
    body 
    div#wrapper 
    div#content 
    div.instalacije 
    div.levo 
    form 
    label 
    span.error_message {
	font-size: 11px;
	color: #C00	
}