@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version     Id: $Id$
 *
 * @package     JYAML
 * @subpackage  Stylesheet
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2016, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */

/**
 * Optional: Import YAML stylesheet nav_vlist.css as base
 * @import url(../../../libraries/jyaml/yaml/navigation/vlist.css);
 */

@media all {
	.ym-vlist {
		width: 100%;
		overflow: hidden;
		margin: 0 0 1.5em 0;
		list-style-type: none;
		line-height: 1em;

		font-family: 'BrandonGrotesque-Bold', serif;
		font-size: 11px;
		text-transform: uppercase;
	}

	.ym-vlist ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.ym-vlist li {
		float: left; /* LTR */
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.0em;
		line-height: 1em;
	}
	
	

	.ym-vlist > ul > li {
		border-bottom:3px solid #fff;
			}

	.ym-vlist a,
	.ym-vlist strong,
	.ym-vlist span.separator {
		display: block;
		padding: 0;
		text-decoration: none;
	}
	.ym-vlist a > span {
		display: inline-block;
		padding: 10px 0;
	}

	.ym-vlist a,
	.ym-vlist a:visited {
		color: #fff;
	}

	.ym-vlist li span.subtitle {
		display: block;
		font-size: smaller;
		font-weight: normal;
	}

	/* You can use .maintitle, .subtitle-0, .subtitle-1, .subtitle-2, etc. to adjust the maintitle or each subtitle line */
	.ym-vlist ul li span.subtitle-0 {
		margin-top: .5em;
	}

	.ym-vlist li span.subtitle-empty,
	.ym-vlist li span.subtitle-blank {
		display: none;
	}

	/*
	 * Note: The class .active is set on all parents and current link
	 *       Use "li.current" and "li.current .active_link" to only adjust the current link
	 */
	/* active element */
	.ym-vlist li.active .active_link,
	.ym-vlist li.active a.active_link,
	.ym-vlist li.active strong.active_link {
		font-weight: bold;
	}

	/* current element */
	.ym-vlist li.current .current_link,
	.ym-vlist li.current a.current_link,
	.ym-vlist li.current strong.current_link {
		color: #fb3450;
		background-color: transparent;
	}

	/* Level 1 */
	.ym-vlist li a,
	.ym-vlist li strong,
	.ym-vlist li span.separator {
		
		

	}

	.ym-vlist li a:focus,
	.ym-vlist li a:hover,
	.ym-vlist li a:active {
		color: #fb3450;

	}
  
  .ym-vlist li ul {margin-bottom:12px}
  
  
 div.intern.ym-vlist li a:focus,
 div.intern.ym-vlist li a:hover,
 div.intern.ym-vlist li a:active {
	color: #000;

	}

	.ym-vlist li li a > span {
		padding-left: 15px;
		line-height:10%;
	}
  

  
  
}

