/* CSS Document */
<!--
body {
	margin-top: 0px;
	background-color: #F0ECE0;
}
body,td,th {
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	color: #414141;
}
img
{
  border: 0;
}
h1 { 
font-family: 'Dosis', sans-serif;
font-size: 24px;
 color: #5B9318;
 margin-bottom:inherit;
 margin-top:inherit;
letter-spacing:2px;
}
h2 { 
font-family: 'Dosis', sans-serif;
font-size: 20px;
 color: #2E8FBA;
  margin-bottom:inherit;
 margin-top:inherit;
 letter-spacing:1px;
}
h3 { 
font-family: 'Dosis', sans-serif;
font-size: 20px;
 color: #5B9318;
  margin-bottom:inherit;
 margin-top:inherit;
 letter-spacing:1px;
}
h4 { 
font-family: 'Dosis', sans-serif;
font-size: 14px;
 color: #AA0E12;
  margin-bottom:inherit;
 margin-top:inherit;
 letter-spacing:1px;
}

#h4 a {
	color: #AA0E12;
}


a:link {
	color: #2E8FBA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E8FBA;
}
a:hover {
	text-decoration: underline;
	color: #88BBCC;
}
a:active {
	text-decoration: none;
	color: #88BBCC;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
}
.style14 {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	letter-spacing:2px;
}
.style2 {
	color: #296B9F;
	font-weight: bold;
	font-size: 28px;
}

.style1 {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}
	
	.style4 {
	color: #296B9F;
	font-weight: bold;
	font-size: 19px;
	 letter-spacing:3px;
}
.style5 {color: #99CC00}

	.style6 {
	color: #296B9F;
	font-weight: bold;
	font-size: 17px;
	 letter-spacing:1.5px;
}	.style7 {
	color: #88BBCC;
	font-weight: bold;
	font-size: 20px;

}
.style8 {color: #5B9318}
.style16 {color: #ffffff; font-weight: bold; font-size: 24px; letter-spacing: 2px; }


html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #111111;
	font-family: 'Dosis', sans-serif;
	padding: 0px;
}



#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
 
}
#menu {
    width: 954px;
    margin: 0px auto;
    border: 1px solid #222;
    background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;
 
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;

}
#menu li {
    float: left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative;
  
}

#menu a {
    float: left;
    padding: 12px 20px;
	color: #88BBCC; 
    z-index: 99999;   
    text-transform: uppercase;
    font: bold 14px 'Dosis', sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 99999;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 175px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 190px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #03A9E8;
    background-image: linear-gradient(#03A9E8, #0188BD);
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #03A9E8; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #03A9E8; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}
$(function() {
  if ($.browser.msie && $.browser.version.substr(0,1)<7)
  {
    $('li').has('ul').mouseover(function(){
        $(this).children('ul').css('visibility','visible');
        }).mouseout(function(){
        $(this).children('ul').css('visibility','hidden');
        })
  }
}); 
$('#menu-wrap').prepend('<div id="menu-trigger">Menu</div>');       
$("#menu-trigger").on("click", function(){
    $("#menu").slideToggle();
});

// iPad
var isiPad = navigator.userAgent.match(/iPad/i) != null;
if (isiPad) $('#menu ul').addClass('no-transition');
#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

    #menu-wrap * {
        box-sizing: border-box;
    }

    #menu-trigger {
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;        
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        /* Multiple backgrounds here, the first is base64 encoded */
        background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111);
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #menu {
        margin: 0; padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 999;
        display: none;
        box-shadow: none;       
    }

    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }   

    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        box-shadow: none;               
    }

    #menu ul ul {
        margin: 0 0 0 20px !important;
        box-shadow: none;       
    }

    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        box-shadow: none; 
		 z-index: 999;          
    }

    #menu ul li{
        margin-left: 20px;
        box-shadow: none;       
    }

    #menu a{
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }

    #menu a:hover{
        color: #fafafa;
		 z-index: 999;
    }   

    #menu ul a{
        padding: 0;
        width: auto;        
    }

    #menu ul a:hover{
        background: none;   
    }

    #menu ul li:first-child a:after,
    #menu ul ul li:first-child a:after {
        border: 0;
    }       

}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}   

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;          
}

#menu li:hover > .no-transition {
    display: block;
}

@charset "utf-8";
/* CSS Document */


/* 
* Javascript Slideshow 
*/

#slideshow-banner {
	background-color:#ffffff;
	background-repeat: repeat;
	background-position: center top;
}

#slideshow {
	display:block;
	position:relative;
	overflow:visible;
	width: 100% ;
}

.slider-item { width:100% ; }

.slider-item .content {
	width:954px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	 z-index: 1;
}

.slider-item a { outline:none; }

#slider-controls-wrapper { width:954px; margin:0 auto; padding:0px 0; display:block; } 

#slider-controls { display:block; text-align:center; width:954px; } 

#slider-controls ul { display:block; overflow:hidden; margin:0; padding:0;  z-index: 1;}

#slider-controls ul li { margin:0; padding:0; list-style:none;  z-index: 1;}

#slider-controls ul li { display:inline-block; }

#slider-controls ul li a { width:53px; height:48px; background:url('http://www.pecsitarsashaz.hu/images/gomb2.jpg') no-repeat center center; display:block; float:left; padding:0; margin:0; outline:none; }

#slider-controls ul li a:focus { outline:none; }

#slider-controls ul li.activeSlide a:hover, #slider-controls ul li.activeSlide a { background:url('http://www.pecsitarsashaz.hu/images/gomb1.jpg') no-repeat center center; padding:0; margin:0; outline:none; float:left;  }

/* 
* Slideshow Typography
*/
#slideshow h2 { margin:0 0 10px 0; color:#222222; font-size:30px; font-weight:bold; }

#slideshow img {  }
