@CHARSET "UTF-8";

@font-face {
    font-family: 'futura';
    src: url('fonts/futurace-book/futurace-book.eot');
    src: url('fonts/futurace-book/futurace-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurace-book/futurace-book.woff') format('woff'),
         url('fonts/futurace-book/futurace-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bd';
    src: url('fonts/futurace-bold/futurace-bold.eot');
    src: url('fonts/futurace-bold/futurace-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurace-bold/futurace-bold.woff') format('woff'),
         url('fonts/futurace-bold/futurace-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:0; background:#fff; color: black;
    font-family: futura, arial, tahoma;
	font-size: 13px;
    line-height: 14px;
    
}
input:focus {
	outline: 0 !important;
	border : 0 !important;
	background: #ff0000;
}

p {margin:0;}



a img { border:none; }

a#left_arrow, a#right_arrow {
    display:block;
    float: left;
    height: 30px;
    width: 37px;
    cursor: pointer;
}


/* Preloader */

body {
	overflow: hidden;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
    width: 100%;
	bottom:0;

	background:rgba(255,255,255,0.9); /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

#preloader_status {
	width:166px;
	height:46px;
    font-weight:bold;
    background: url('_img/preloader.png');
    color: white;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */

	margin:-23px 0 0 -83px; /* is width and height divided by two */
}
/*preloader end */

/*PIERWSZE MENU */
#menu ul {

    list-style-type: none;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
#menu > ul > li
{
    float: left;
    background: url('_img/rozwiazanie/menu_bg.png');
    width: 157px;
    height: 53px;
    margin-left: 1px;
}

#menu > ul > li:first-child {
    margin-left: 0px;
    width: 190px;
}
#menu > ul > li:hover,#menu > ul > li.active {
    background: url('_img/rozwiazanie/menu_bg_hover.png');
}
#menu > ul > li:hover > a, #menu > ul > li.active > a {
    color: #a11b8d;
}
#menu > ul > li.active ul {
  display:block; 
}

#menu > ul > li > a {
    display: block;
    color: black;
    text-decoration: none;
    height: 47px;
    padding: 5px 10px 0px 10px;
    font-family: futura, arial;
    font-size: 11px;
    line-height: 12px !important;
    text-transform: uppercase;
}

#menu > ul > li ul
{
    display:none;
    min-height: 147px;
    margin-top: 1px;
    height: auto;
    background: url('_img/rozwiazanie/menu_2_bg.png') no-repeat;
}

#menu > ul > li:last-child ul
{
    background: url('_img/rozwiazanie/menu_2_bg_last.png') no-repeat;
}

#menu > ul > li ul > li {
 padding: 5px 10px 0px 0px;
 list-style-type: square;
 margin-left: 22px;
 list-style-position: outside;
 color: white;
 font-size: 12px;
 line-height: 13px;
}

#menu > ul > li ul > li > a {
    text-decoration: none;
    color: white;
}
#menu > ul > li ul > li > a:hover {
    text-decoration: underline;
}  


/*chmurki*/
div.chmurka {
    color: #a11b8d;
    
    font-size: 12px;    
    line-height: 13px;
    cursor: pointer;
    text-align: center;
}
div.chmurka:hover {
    z-index: 15000 !important;
}
div.chmurka.active div.chmurka_img{
    background: url('_img/rozwiazanie/punkt_bordo.png') no-repeat center;
}

div.chmurka_img {
    padding-top: 5px;
    height: 75px;
    width: 70px;
    margin: 0 auto;
    background: url('_img/rozwiazanie/punkt copy.png') no-repeat center;
}
div.chmurka_txt
{
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,1);
    padding: 10px;
    margin-top: -27px;
    background: white;
}
div.chmurka.active div.chmurka_txt {
    background: #a11b8d;
    color: white;

}
div.chmurka:hover div.chmurka_txt
{
    display:block;
}


/* Wyświetlanie rozwiązania */
#rozwContainer {
	width:100%;
	height: 450px;
	position: relative;
}
#rozwContainer #rozwMenuContainer {
	width: 50%;
	float: left;
	padding-top: 20px;
	overflow: auto;
}
#rozwContainer #rozwMenuContainer a {
	color: #4e4e4e;
	text-decoration: none;
}
#rozwContainer #rozwMenuContainer li {
	padding-bottom: 5px;
}
#rozwContainer #rozwMenuContainer li.hover, #rozwContainer #rozwMenuContainer li.hover a {
	color: #a11b8d;
    font-family: futura_bd, futura, arial;
    font-size: 13px;
    line-height: 14px;
}
#rozwContainer #rozwContent {
	float: left;
	width: 50%;
	position: relative;
	height: 450px;
}

/* Punkty na obrazku */
#rozwItemlist {
	list-style-type: none
} 
#rozwItemlist a,#rozwItemlist span {
	color: #fff;
    font-family: futura_bd, futura, arial;
    text-decoration: none;
    font-size: 16px;
	text-shadow: 2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000;
	display:block;
	width: 100%;
	height: 100%;
}
#rozwItemlist li {
	position: absolute;
	min-width: 20px;
	background:url("_img/rozwDot.png") no-repeat center bottom;
	text-align:center;
}

#rozwContainer #rozwItemlist li a, #rozwContainer #rozwItemlist li span  {
	display: block;
	padding-bottom:18px;
}

#rozwItemlist li.hover {
	background:url("_img/rozwDotHover.png") no-repeat center bottom;
}

#rozwItemlist li.hover a {
	text-shadow: 2px 2px 3px #a11b8d, -2px 2px 3px #a11b8d, 2px -2px 3px #a11b8d, -2px -2px 3px #a11b8d;
}


#clearfix {
	width:100%;
	position: relative;
	height: 1px;
	clear:both;
}
