/*
# ------------------------------------------------------------------------
# JA Teline IV Template
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

/* WEBADMIN : 06-02-2014 */

@font-face
{
    font-family: Milo;
    src: url(../../fonts/Milo/Milolf-text.ttf);
}

.ja-megamenu { /*padding: 0; */
              /* WEBADMIN : 12-04-2014 removing black solid lower border to menu */
              /*border-bottom: 5px solid #000;*/
              padding: 12px 4px 12px 4px;
              }

.ja-megamenu a.over, .ja-megamenu a.active { color: #fff !important; }

ul.megamenu { margin: 12px 8px; /* menu's gutter */ }

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level0 li.mega {
	padding: 0;
        /* WEBADMIN : 12-04-2014 Removing left bar from menu items */
	/*border-left: 1px solid #ccc;*/
}

.ja-megamenu ul.level0 li.first {
	background: none;
	border-left: 0;
}

.ja-megamenu ul.level0 li.mega a.mega {
	display: block;
	margin: 3px;
	padding: 4px 8px 3px;
	text-decoration: none;
	/* color: #000; WEBADMIN  This is the color of the text in the menu */
        color: white;
	text-transform: uppercase;
	/*font: 125%/normal ArialNarrowBold, "Arial Narrow", Arial, sans-serif;*/
        font: 130%/normal Milo;
        /*font-weight: bold;*/
}

.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {}

.ja-megamenu ul.level0 li.over a.mega, ul.level0 li.haschild-over a.mega {
        /* WEBADMIN  This is the color of the text in the menu */
        /*background: #00b2c8; /* cyan */
        color: white;
}

.ja-megamenu ul.level0 li.haschild a.mega span.menu-title,
.ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
	background-image: none;
	padding-left: 0;
}

.ja-megamenu ul.level0 li.active {}

.ja-megamenu ul.level0 li.active a.mega { 
    /* WEBADMIN background: #000; */ 
    /*background: #203ca9;*/
    background: #00b2c8; /*cyan*/
}



/* lv - 1 and below
-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {
	padding: 0;
	background: none;
	border-left: 0;
}

.ja-megamenu ul.level1 li.first {}

.ja-megamenu ul.level1 li.mega a.mega {
/*  
 * WEBADMIN : 14-04-2014 changing the menu style.  
 */
	border: 0;
/*	border-bottom: 1px dotted #ccc;*/
        /*border-bottom: 1px solid #000000;*/
	background: none;
        background-color: #00b2c8; /* cyan */
	padding: 7px 12px 6px 5px;
	margin: 0;
	/*color: #069;*/
        color: white;
	text-transform: none;
	/*font: bold 100%/normal Arial, sans-serif;*/
        font: 105%/normal Milo;
}

/*  
 * WEBADMIN : 14-04-2014 changing the menu style.  
 */
/*.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
	padding-left: 12px;
	background: url(../../images/arrow-l.png) no-repeat 3px center;
        color: #999;
}*/
.ja-megamenu ul.level1 li.mega span.menu-title {
	padding-left: 12px;
	background: url(../../images/arrow-l.png) no-repeat 3px center;
        /*color: #999;*/  /* WEBADMIN : Removing this deleted the grey title of elements in menu */
}

.ja-megamenu ul.level1 li.mega a.mega span.has-image {
	background-position: 3px top;
}

.ja-megamenu ul.level1 li.mega a.mega span.has-image span.menu-title {
 	background: none;
 	padding-left: 0; 
 }

.ja-megamenu ul.level1 li.over a.mega, ul.level1 li.haschild-over a.mega {
	color: #000 !important;
}

.ja-megamenu ul.level1 li.active a.mega {
	color: #000 !important;
}

.ja-megamenu ul.level1 li.over a.mega span.menu-title,
.ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title,
.ja-megamenu ul.level1 li.active a.mega span.menu-title {
	/*background-image: url(../../images/arrow.png);*/
    /*font-family: Georgia,'Times New Roman',times,serif;*/
    font-family: Milo;
}

 /* CHILD CONTENT
-----------------------------------*/
.ja-megamenu .childcontent-inner {
    
/*  
 * WEBADMIN : 14-04-2014 changing the menu style.  Set background to dark grey on drop down
 *            make the background transparent
 */
/*	background: url(../../images/arrow-down.gif) no-repeat 26px top #fff;*/
        /*background: top #242424;*/
        /* background: top #635eb3; */
        /*background: top #00b2c8; /* cyan */
        /*opacity: 0.9; /* make it a bit trasparent */
        
        background: none;
        /*border: 1px solid #000;*/
	margin-top: -4px;	
	margin-left: -2px;
	padding-top: 4px;
        color: #fff;
}

.ja-megamenu ul.level0 li.home.active .childcontent-inner {
	background-image: url(../../images/arrow-down.gif) !important;
	border-color:#000 !important;
}

.ja-megamenu .level1 .childcontent-inner {}

.ja-megamenu .level0 .childcontent-inner .megacol {
        /* WEBADMIN : Removing border seperating two groups */
	/*background: url(../../images/dot-1.gif) repeat-y left;*/
}

.ja-megamenu .level0 .childcontent-inner div.first {
	background: none;
}

.ja-megamenu .childcontent .ja-moduletable {
	border: 0;
	margin: 8px 2px;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
	/*background: none;*/
        background: #635eb3; /* purple */
        color: white;
	border-bottom: 0;
	border-top: 0;
	text-transform: uppercase;
	/*font: bold 125% "Arial Narrow", Helvetica, Arial, sans-serif;*/
        font: 125% Milo;
	padding: 0 0 5px 5px;
	text-indent: 0;
}

.ja-megamenu .childcontent .ja-moduletable h3 span { background: none; border: 0; padding: 0; }

.ja-megamenu .childcontent .ja-moduletable li { margin: 0; padding-left: 0; 
                    
         /* WEBADMIN */
         background-color: #00b2c8; /* cyan */
}

.ja-megamenu .childcontent .ja-moduletable li a,
.ja-megamenu .childcontent .ja-moduletable a { background: none; }

.ja-megamenu .childcontent .ja-moduletable li a:hover,
.ja-megamenu .childcontent .ja-moduletable a:hover { color: #333; }

/* Grouped --- */
.ja-megamenu div.group { margin-bottom: 12px; }

.ja-megamenu div.group ul.megamenu { margin: 8px 0; }

.ja-megamenu div.group ul.megamenu ul.megamenu { margin: 0; }

/* Parent Group */
.ja-megamenu .group-title {
/*  
 * WEBADMIN : 14-04-2014 changing the menu style.  
 */
	/*border-bottom: 5px solid #ddd;*/
        /* WEBADMIN : adding a purple background to group title and white title*/
        background : #635eb3; /* purple */
        /*border-bottom: 2px solid #000000;*/
	padding: 5px;
}

.ja-megamenu .group-title a.mega span.menu-title {
	/*color: #000;*/
        color: #fff;
	text-transform: uppercase;
	/*font: bold 125%/normal "Arial Narrow", Arial, serif;*/
        font: 110%/normal Milo;
	background: none !important;
	padding-left: 0 !important;
}

.ja-megamenu .group-title .menu-desc {
	color: #999;
	padding-left: 0 !important;
}

.ja-megamenu .group-title a.mega {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	height: auto !important;
	border: 0 !important;
}

/* Child Group */
.ja-megamenu ul.level1 .group li.group div.group {}

.ja-megamenu ul.level1 .group li.first div.group {}

.ja-megamenu .group-content .group-title {
	background: none #000;
	padding: 5px 12px;
	border-bottom: 0;
	margin-bottom: 8px;
}

.ja-megamenu .group-content .group-title a.mega > span.menu-title {
	color: #fff;
	text-transform: uppercase;
	/*font: bold 100% "Arial Narrow", Arial, sans-serif;*/
        font: 110%/normal Milo;
	background: none !important;
	padding-left: 0 !important;
}