﻿/*
    Jumpeye framework    
	Version: 1.0.0
	www.jumpeye.com
	
	Created by Jumpeye Components
 
 
    Menu style-5
*/

    .style-5 ul.main-level {
    	width: auto;
    	margin: 10px auto;
    	border: 1px solid #c9cacc;
        background: #eaeef1;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #eaeef1 0%, #fcfcfc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeef1), color-stop(100%,#fcfcfc));
        background: -webkit-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: -o-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: -ms-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: linear-gradient(to bottom,  #eaeef1 0%,#fcfcfc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef1', endColorstr='#fcfcfc',GradientType=0 );
    }
    
	.style-5 ul.main-level li { float: left; border-right: 1px solid #c9cacc; position: relative; }
    
    .style-5 ul.main-level > li.down > ul.sub-level li:first-child { border-top: 1px solid #c9cacc; }
    .style-5 ul.main-level > li.down > ul.sub-level li > a { border: 0; }
    .style-5 ul.main-level > li.down > ul.sub-level li { border: solid #c9cacc; border-width: 0 1px 1px 1px; }
    
    .style-5 ul.main-level > li.down > ul.sub-level li > ul > li:last-child { border-bottom: 1px solid #c9cacc; }
    .style-5 ul.main-level > li.down > ul.sub-level li > ul > li > a { border: 0; }
       
	.style-5 ul.main-level a {
		float: left;
		padding: 11px 36px;
		color: #73777a;
		font: 11px Arial, Helvetica;
		text-decoration: none;
	}

        
    /* menu arrow */
    
    .style-5 ul.main-level > li.down > span.arrow-down {
        width: 0;
        border:  solid 4px; 
        border-color: #777b7e transparent  transparent  transparent; 
        position: absolute;
        right: 15px; top: 16px;
    }    
    
    .style-5 ul.main-level > li.down:hover > a+span.arrow-down,
    .style-5 ul.main-level > li.down:active > a+span.arrow-down { border-color: #777b7e transparent transparent transparent; }    
    
    
    /* menu arrow flyout (right) */
   
    .style-5 ul.sub-level > li.flyout > span.arrow-right {
        width: 0;
        border:  solid 4px; 
        border-color: transparent  transparent  transparent #777b7e; 
        position: absolute;
        right: 11px; top: 9px;
    } 

    .style-5 ul.sub-level > li.flyout:hover > a+span.arrow-right,
    .style-5 ul.sub-level > li.flyout:active > a+span.arrow-right { border-color: transparent transparent transparent #777b7e; } 
 
    .style-5 ul.main-level ul {
		margin: 20px 0 0 0;
		opacity: 0;
        display: none;
		position: absolute;
		top: 36px;
		left: -1px;
		z-index: 1;
        background: #fff; /* ie 8 */    
		background: rgba(255,255,255,0.8);
	}  

	.style-5 ul.main-level li:hover > ul {	opacity: 1; display: block;	margin: 0; }
	

    .style-5 ul.sub-level ul {
		top: -1px;
		left: 100%;
		margin: 0 0 0 20px;
        z-index: 1;  
        background: rgba(255,255,255,0.8);
    }

    .style-5 ul.sub-level li {
        float: none; 
        display: block; 
        border: 0;
    }
	
    .style-5 ul.sub-level a{
		padding: 6px 36px;
		min-width:  100px;
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
    }
    
    /* hovers */
    .style-5 ul.main-level li > a:hover{ background: #fff; }
    .style-5 ul.main-level > li.down > ul.sub-level li > a:hover{ background: #fff; }    
    .style-5 ul.main-level > li.down > ul.sub-level li > ul > li > a:hover { background: #fff; }
    .style-5 ul.main-level li.down:hover > a { background: #fff; }   
    

    
    
	/* style-5 Mobile */
	@media screen and (max-width: 767px) {
         
        /* letiltjuk a ez 1. szintű almenü megjelenítését */ 
        .style-5 ul.main-level li:hover > ul{ display: none; } 
        
        /* letiltjuk a sub-level almenük megjelenítését */
        .style-5 ul.sub-level li:hover > ul { display: none; }
        
		.style-5.menu {	position: relative;	}

		.style-5.menu * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		.style-5.menu-trigger {
			display: block;
            border: 1px solid #c9cacc;
			height: 40px;
			line-height: 38px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			color: #73777a;
            text-transform: uppercase;
            font-size: 14px;            
            background: #eaeef1;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,-moz-linear-gradient(top,  #eaeef1 0%, #fcfcfc 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeef1), color-stop(100%,#fcfcfc));
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,-webkit-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,-o-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,-ms-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,linear-gradient(to bottom,  #eaeef1 0%,#fcfcfc 100%);
            filter: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAABAAAAAQBPJcTWAAAAB3RJTUUH3AcXCDMtaWGtPwAAACFJREFUeJxjTEtL+89ABcBEDUOoatAwBoyjsTYEwTCONQDytwajyt1MFAAAAABJRU5ErkJggg==) no-repeat 10px center,progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef1', endColorstr='#fcfcfc',GradientType=0 );            
		}
		
		/* main nav */
       
        .style-5 ul.main-level * {
            color: #73777a !important;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
            box-shadow: none !important;
            border: 0 !important;
        }
             
		.style-5 ul.main-level {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
        	background: #fff;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.style-5 ul.main-level ul {
			position: static;
            display: none; /* hide submenus */
			opacity: 1;
			margin: 0;
			background: #fff !important;
            background: rgba(255,255,255,0.8) !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.style-5 ul.main-level ul ul {
			margin: 0 0 0 0 !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.style-5 ul.main-level li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
            margin-right: 0px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
        

		.style-5 ul.main-level ul li{
			margin-left: 30px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.style-5 ul.main-level a{
			display: block;
			float: none;
			padding: 0;
            padding: 5px !important;              
		}

        .style-5 ul.main-level li:hover > a,
	    .style-5 ul.main-level a:hover{
            background: #f0f3f5 !important;
		}      	


		.style-5 ul.main-level ul a{
			padding: 0;
			width: auto;
            margin-left: 0px;           
		}

        .style-5 ul.main-level > li.down { position: relative; }
        .style-5 ul.sub-level > li.flyout { position: relative; }

        .style-5 ul.main-level > li.down > a > span.arrow-down,
        .style-5 ul.sub-level > li.flyout > a > span.arrow-right {
            width: 0 !important; height: 0 !important;
            border:  solid 4px !important;
            border-color: transparent transparent transparent #777b7e !important;
            position:  absolute;
            top: 8px;          
        }    

        .style-5 ul.main-level > li.down > a > span.down-active,
        .style-5 ul.sub-level > li.flyout > a > span.flyout-active {
            border-color: #777b7e transparent transparent transparent !important;
            top: 11px;  
        }
        
	}



	/* iPad */
	.style-5.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	.style-5 ul.main-level li:hover > .no-transition { display: block;	} 

    /* active state */
    .style-5.menu.vertical li.active,
    .style-5.menu li.active > a {
        background: #fff;
    }   

/* -- vertical -- */

    .style-5.vertical ul.main-level li:hover { background: #fff !important; }
    .style-5.vertical ul.main-level li:hover > a { background: none !important; }

    .style-5.vertical ul.main-level > li.down:hover > a+span.arrow-down,
    .style-5.vertical ul.main-level > li.down:active > a+span.arrow-down,
    .style-5.vertical ul.sub-level > li.flyout:hover > a+span.arrow-right,
    .style-5.vertical ul.sub-level > li.flyout:active > a+span.arrow-right { border-color: transparent transparent transparent #000; } 

	.style-5.menu.vertical ul li a { 
	   padding:10px !important;
       height: auto;
       display: block;
       float: none; 
       white-space: normal;
    }
    
    .style-5.vertical ul.main-level ul li:last-child a { box-shadow: none; } 
    .style-5.vertical ul.main-level ul li:first-child > a { box-shadow: none; border-top: none; }
       
    .style-5.menu.vertical { height: auto; width: 100%; border: 0; }
    .style-5.menu.vertical ul.main-level { width: 100%; height: 100%; border: 1px solid #c9cacc; }   

	.style-5.menu.vertical li{
    	list-style: none;
    	position: relative;
    	width: 100%;
        height: auto;
        background: #eaeef1;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #eaeef1 0%, #fcfcfc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeef1), color-stop(100%,#fcfcfc));
        background: -webkit-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: -o-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: -ms-linear-gradient(top,  #eaeef1 0%,#fcfcfc 100%);
        background: linear-gradient(to bottom,  #eaeef1 0%,#fcfcfc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef1', endColorstr='#fcfcfc',GradientType=0 );
    	line-height: 30px;
    	cursor:pointer;
	}

    .style-5.menu.vertical ul.sub-level,
    .style-5.menu.vertical ul.sub-level ul { 
        opacity: 1;
        display: none;
        position: absolute;
        width: 100%;
        top: -1px;
        left: 100%;
    }
    
    .style-5.vertical ul.sub-level li {
        background: rgba(255,255,255,0.8) !important;
        padding:2px 0 2px 0 !important;
    }
        
	.style-5.menu.vertical, .style-5.menu.vertical ul, .style-5.menu.vertical li{
	   padding:0;
	   margin:0;
	}
    
    .style-5.menu.vertical ul.sub-level li { padding: 0 !important; }
        
	.style-5.menu.vertical ul li.down:hover > ul.sub-level { display:block;	}
        
    .style-5.menu.vertical ul.sub-level { display: none; }
    
	.style-5.menu.vertical ul li.flyout:hover > ul.sub-level { display:block; }    
    
    .style-5.menu.vertical ul.sub-level > li.flyout > span.arrow-right,
    .style-5.menu.vertical ul.main-level > li.down > span.arrow-down {
        width: 0;
        border:  solid 4px; 
        border-color: transparent  transparent  transparent #666; 
        position: absolute;
        right: 11px; top: 12px;
    }

    .style-5.menu.vertical ul.sub-level > li.flyout:hover > span.arrow-right,
    .style-5.menu.vertical ul.main-level > li.down:hover > span.arrow-down {
        border-color: transparent  transparent  transparent #000; 
    } 
 
    .style-5.vertical ul.main-level > li:first-child { 
        border-top: 0 !important;
    }
 
    .style-5.vertical ul.main-level > li { border-bottom: 1px solid #c9cacc; }
    .style-5.vertical ul.main-level > li:last-child { border-bottom: none; }
 
   
    .style-5.vertical ul.sub-level > li:last-child a{
        border: 0;
    }

    .style-5.vertical ul.sub-level > li a,
    .style-5.vertical ul.sub-level > li a:last-child { border: 0; }