/* The Nivo Slider styles */


/*A SLIDER SZÉLESSÉGGÉT LEHET VELE MEGADNI!!! itt most kicsiméretre igazítás van*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
.slidertarolo{
margin:0 auto;

max-width:1024px; /* slider szélesség megadása */
margin-top:30px; /* felső távolság növelése*/

/*max-width:100%; /* slider szélesség megadása */
/*margin-top:-20px; /* felső távolság növelése*/

}



.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
/*
-webkit-box-shadow: 0 3px 15px 0 #888888;
box-shadow: 0 3px 15px 0 #888888;

-webkit-border-radius: 6px;
border-radius: 6px;
*/
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;

		/*-moz-border-radius: 4px; /* lekerekítés mértéke */
		/*-webkit-border-radius: 4px; /* lekerekítés mértéke */
		/*border-radius: 4px; /* lekerekítés mértéke */
	
	/*border: 1px solid #FFF;*/
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	/*background-color:#000000; /* háttérszíne */
	background:none; /* kép mögötti háttérszín megadása*/
   /*background-image:url('../nivo-slider/sliderhatter.png');*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	/*background:white; */
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }



/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;                 /* Balról befelé*/
	bottom:5%;           /* Alulról felfelé*/
	/*background:#000;    /*hatter*/
	color:#fff;
	text-align:center;  /* szöveg igazítása*/
	width:100%;
	z-index:8;
	padding: 0 0 20px 20px;
	overflow: hidden;
	display: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption h1 {
	color:#EEE1C1;
	margin-bottom:2px;
	font-size:2.895em;
    /*font-family: 'gothic', "Century Gothic", Verdana, Arial, Tahoma; /* NETSTILUS */
	font-family: 'BodebeckLTStd-Regular', georgia, palatino, serif, "times new roman", times; /* FONT */
}

.nivo-caption p {
	padding:5px;
	margin:0;
	font-size:1.5em;
	font-family: 'BodebeckLTStd-Regular', georgia, palatino, serif, "times new roman", times; /* FONT */
}

.nivo-caption em {
color:#FF4000;
font-size:0.9em; 
font-family: Tahoma; 
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}


@media only screen and (max-width: 650px) {
 	 .nivo-caption  {
		font-size:75%;
		bottom:2%;           /* Alulról felfelé*/
		width:100%;
	}
}

@media only screen and (max-width: 480px) {
 	 .nivo-caption  {
		font-size:65%;
		bottom:2%;           /* Alulról felfelé*/
		width:100%;
	}
}





/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:28%; /* NAVIGÁCIÓS IKON BEÁLLÍTÁSA*/
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) /*KÖR ALAKÚ KINÉZET*/
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* Control nav styles (e.g. 1,2,3...) /*TÉGLALAP ALAKÚ KINÉZET

.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
    display:block;
    width:31px;
    height:1px;
    background:#BBBBBB;
    text-indent:-9999px;
    position:relative;
    border:0;
    top:7px;
    left:1px;
    margin-right:2px;
    float:left;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
    background:#547B06;
}

*/


