/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5 - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 27/08/2013 - 13:00
# ------------------------------------------------------------------------
*/


/*** ESSENTIAL STYLES ***/
.ext-menu, .ext-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ext-menu li {
	position: relative;
}
.ext-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.ext-menu > li {
	float: left;
}
.ext-menu li:hover > ul,
.ext-menu li.sfHover > ul {
	display: block;
}

.ext-menu a {
	display: block;
	position: relative;
}
.ext-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.ext-menu {
	float: left;
	margin-bottom: 1em;
}
.ext-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.ext-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.ext-menu a {
	color: #13a;
}
.ext-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.ext-menu ul li {
	background: #AABDE6;
}
.ext-menu ul ul li {
	background: #9AAEDB;
}
.ext-menu li:hover,
.ext-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.ext-arrows .ext-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.ext-arrows .ext-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.ext-arrows > li > .ext-with-ul:focus:after,
.ext-arrows > li:hover > .ext-with-ul:after,
.ext-arrows > .sfHover > .ext-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.ext-arrows ul .ext-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.ext-arrows ul li > .ext-with-ul:focus:after,
.ext-arrows ul li:hover > .ext-with-ul:after,
.ext-arrows ul .sfHover > .ext-with-ul:after {
	border-left-color: white;
}

@media only screen and (min-width: 999px) {
	/* ------------------------- MAIN MENU ------------------------- */
	.select-menu {display:none !important;}
	.sf-js-enabled {
		background: none;
		float: left;
		margin: 0px;
		position: relative;
		width: auto;
		background: url('../../../../templates/soleil/img/menu_border.png') 100% 50% no-repeat;
		top: -10px;
	}
	.sf-js-enabled li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	.sf-js-enabled a {
		border: 0;
		color: #4a4a4a;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
		background: url('../../../../templates/soleil/img/menu_border.png') 0 50% no-repeat;
		margin-left: 1px;
		padding-top: 38px;
		padding-right: 22px;
		padding-bottom: 38px;
		padding-left: 22px;
			}
	.sf-js-enabled > li > a:hover, .sf-js-enabled > li.active >a, .sf-js-enabled > li.sfHover > a {
	color: #fff;
	background-color: #9D0000;
	background-image: url(../../../../templates/soleil/img/tiled.png);
	}
	
	.sf-js-enabled ul {
		background:#f1f1f1;
		border:1px solid #fff;
		display:none;
		padding:5px 0;
		top:97px;
		width:175px !important;
		left:0px;
	}
	.sf-navbar > li > ul { margin-top:3px;}
		
	.sf-js-enabled ul li {
		background:none;
		border-bottom:0;
		height:auto;
		padding:5px 20px;
		text-align: left;
	}
	.sf-js-enabled ul li a:visited, .sf-js-enabled ul li a {
		border:0;
		color:#4a4a4a;
		font-size:13px;
		font-weight:700;
		padding:0 !important;
		text-align:left;
		background:none;
		display: inline-block;
	}
	.sf-js-enabled ul li a:hover, .sf-js-enabled li.active a  {
		color: #FFFFFF;
		background-color: #9D0000;
		background-image: none;
	}
	
	.sf-js-enabled ul li ul{
		left:176px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	.sf-js-enabled ul li ul li {
		background:none;
		margin-bottom:1px;
	}
	.menusup .navigation {
		padding: 0px;
		margin: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
}
@media only screen and (min-width: 999px) {
	/* ------------------------- MAIN MENU ------------------------- */
	.select-menu {display:none !important;}
	.sf-js-enabled {
		background: none;
		float: left;
		margin: 0px;
		position: relative;
		width: auto;
		background: url('../../../../templates/soleil/img/menu_border.png') 100% 50% no-repeat;
		top: -10px;
	}
	.sf-js-enabled li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	.sf-js-enabled a {
		border: 0;
		color: #4a4a4a;
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
		background: url('../../../../templates/soleil/img/menu_border.png') 0 50% no-repeat;
		margin-left: 1px;
		padding-top: 38px;
		padding-right: 22px;
		padding-bottom: 38px;
		padding-left: 22px;
			}
	.sf-js-enabled > li > a:hover, .sf-js-enabled > li.active >a, .sf-js-enabled > li.sfHover > a {
	color: #fff;
	background-color: #9D0000;
	background-image: url(../../../../templates/soleil/img/tiled.png);
	background-repeat: repeat;
	}
	
	.sf-js-enabled ul {
		background:#f1f1f1;
		border:1px solid #fff;
		display:none;
		padding:5px 0;
		top:97px;
		width:175px !important;
		left:0px;
	}
	.sf-navbar > li > ul { margin-top:3px;}
		
	.sf-js-enabled ul li {
		background:none;
		border-bottom:0;
		height:auto;
		padding:5px 20px;
		text-align: left;
	}
	.sf-js-enabled ul li a:visited, .sf-js-enabled ul li a {
		border:0;
		color:#4a4a4a;
		font-size:13px;
		font-weight:700;
		padding:0 !important;
		text-align:left;
		background:none;
		display: inline-block;
	}
	.sf-js-enabled ul li a:hover, .sf-js-enabled li.active a  {
	color: #FFFFFF;
	background-color: #9D0000;
	background-image: url(../../../../templates/soleil/img/tiled.png);
	background-repeat: repeat;
	}
	
	.sf-js-enabled ul li ul{
		left:176px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	.sf-js-enabled ul li ul li {
		background:none;
		margin-bottom:1px;
	}
	.menusup .navigation {
		padding: 0px;
		margin: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
}
@media only screen and (max-width: 999px) {
	/* ------------------------- MAIN MENU ------------------------- */
	.select-menu {display:none !important;}
	.sf-js-enabled {
	background: none;
	float: left;
	margin: 0px;
	position: relative;
	width: 500px;
	background: url('../../../../templates/soleil/img/menu_border.png') 100% 50% no-repeat;
	top: 7px;
	}
	.sf-js-enabled li {
	background: none;
	border: 0;
	overflow: inherit;
	padding: 0;
	text-align: center;
	display: block;
	float: left;
	}
	.sf-js-enabled a {
	border: 0;
	color: #4a4a4a;
	font-weight: 700;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background: url('../../../../templates/soleil/img/menu_border.png') 0 50% no-repeat;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
			}
	.sf-js-enabled > li > a:hover, .sf-js-enabled > li.active >a, .sf-js-enabled > li.sfHover > a {
	color: #fff;
	background-color: #9D0000;
	background-image: url(../../../../templates/soleil/img/tiled.png);
	background-repeat: repeat;
	}
	
	.sf-js-enabled ul {
	background: #f1f1f1;
	border: 1px solid #fff;
	display: none;
	padding: 5px 0;
	top: 97px;
	width: 100px !important;
	left: 0px;
	}
	.sf-navbar > li > ul { margin-top:3px;}
		
	.sf-js-enabled ul li {
		background:none;
		border-bottom:0;
		height:auto;
		padding:5px 20px;
		text-align: left;
	}
	.sf-js-enabled ul li a:visited, .sf-js-enabled ul li a {
		border:0;
		color:#4a4a4a;
		font-size:13px;
		font-weight:700;
		padding:0 !important;
		text-align:left;
		background:none;
		display: inline-block;
	}
	.sf-js-enabled ul li a:hover, .sf-js-enabled li.active a  {
	color: #FFFFFF;
	background-color: #9D0000;
	background-image: url(../../../../templates/soleil/img/tiled.png);
	background-repeat: repeat;
	}
	
	.sf-js-enabled ul li ul{
		left:176px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	.sf-js-enabled ul li ul li {
		background:none;
		margin-bottom:1px;
	}
	.menusup .navigation {
		padding: 0px;
		margin: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
}
