﻿/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/

.menurow {
    border-top: 1px solid #e9d9c1;
    border-bottom: 1px solid #e9d9c1;
}

/* DESKTOP MAIN MENU */
#MegaMenuD {
    width: 940px;
    margin:0px auto;
}

#MegaMenuD a.mm-item-link:link, 
#MegaMenuD a.mm-item-link:visited {
    position: relative;
    display: inline-block;
    color: #755b32; 
    padding: 8px 19px;
    margin: 0;
    text-decoration: none;
    z-index: 10;
    font-family:ChaletComprimeCologneEighty;
    font-size:1.9em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#MegaMenuD a.mm-item-link-hover:link, 
#MegaMenuD a.mm-item-link-hover:visited {
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    background-color: #f7efe2;
    color:#453f37;
    float:left;
}

#MegaMenuD div.mm-item-content {
    padding: 0px;
    position: absolute;
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    border-bottom: 1px solid #e9d9c1;
    min-height: 40px;
    min-width: 100px;
    background: #f7efe2;
    z-index: 9;
}
#MegaMenuD .mm-content-base {
  position: relative;
  z-index: 11;
  padding: 5px;
}

/* TABLET MAIN MENU */
#MegaMenuT {
    width: 730px;
    margin:0px auto;
}

#MegaMenuT a.mm-item-link:link, 
#MegaMenuT a.mm-item-link:visited {
    position: relative;
    display: inline-block;
    color: #755b32; 
    padding: 9px 11px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    z-index: 10;
    font-family:ChaletComprimeCologneEighty;
    font-size:1.8em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#MegaMenuT a.mm-item-link-hover:link, 
#MegaMenuT a.mm-item-link-hover:visited {
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    background-color: #f7efe2;
    color:#453f37;
    float:left;
}

#MegaMenuT div.mm-item-content {
    padding: 0px;
    position: absolute;
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    border-bottom: 1px solid #e9d9c1;
    min-height: 40px;
    min-width: 100px;
    background: #f7efe2;
    z-index: 9;
}
#MegaMenuT .mm-content-base {
  position: relative;
  z-index: 11;
  padding: 5px;
}

/* MAIN MENU PHONE */
#MegaMenuP {
}

#MegaMenuP a.mm-item-link:link, 
#MegaMenuP a.mm-item-link:visited {
    padding: 8px 12px;
    position: relative;
    width: auto;
    display: inline-block;   
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-family:ChaletComprimeCologneEighty;
    font-size:1.3em;
    color: #755b32;    
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}


/*  FILTERED SUB MENU DESKTOP */
#MegaMenuFilter {
    width: 702px;
    margin: 0px auto;
}

#MegaMenuFilter a.mm-item-link:link, 
#MegaMenuFilter a.mm-item-link:visited {
    position: relative;
    display: inline-block;
    color: #755b32; 
    padding:2px 0 2px 4px;
    margin-right:6px;
    text-decoration: none;
    z-index: 10;
    width:105px;
    font-family:Helvetica, 'Myriad Web Pro', Arial;
    font-size:.90em;
    border: 1px solid #e9d9c1;
}
/* ARROW */
    #MegaMenuFilter a.mm-item-link:link span,
    #MegaMenuFilter a.mm-item-link:visited span {
        border-left: 1px solid #e9d9c1;
        width: 22px;
        margin:0px;
        display: inline-block;
        float: right;
        text-align: center;
    }

#MegaMenuFilter a.mm-item-link-hover:link, 
#MegaMenuFilter a.mm-item-link-hover:visited {
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    background-color: #f7efe2;
    color:#453f37;
    float:left;
}

#MegaMenuFilter div.mm-item-content {
    padding: 0px;
    position: absolute;
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    border-bottom: 1px solid #e9d9c1;
    min-height: 40px;
    min-width: 180px;
    background: #f7efe2;
    z-index: 12;
}
#MegaMenuFilter .mm-content-base {
  position: relative;
  z-index: 13;
  padding: 5px;
 
}


/*  SORT SUB MENT */
#MegaMenuSort {
    width: 225px;
    margin: 0px auto;
}

#MegaMenuSort a.mm-item-link:link, 
#MegaMenuSort a.mm-item-link:visited {
    position: relative;
    display: inline-block;
    color: #755b32; 
    padding:2px 0 2px 4px;
    margin-right:6px;
    text-decoration: none;
    z-index: 10;
    width:175px;
    font-family:Helvetica, 'Myriad Web Pro', Arial;
    font-size:.90em;
    border: 1px solid #e9d9c1;
}
/* ARROW */
    #MegaMenuSort a.mm-item-link:link span,
    #MegaMenuSort a.mm-item-link:visited span {
        border-left: 1px solid #e9d9c1;
        width: 22px;
        margin:0px;
        display: inline-block;
        float: right;
        text-align: center;
    }

#MegaMenuSort a.mm-item-link-hover:link, 
#MegaMenuSort a.mm-item-link-hover:visited {
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    background-color: #f7efe2;
    color:#453f37;
    float:left;
}

#MegaMenuSort div.mm-item-content {
    padding: 0px;
    position: absolute;
    border-left: 1px solid #e9d9c1;
    border-right: 1px solid #e9d9c1;
    border-bottom: 1px solid #e9d9c1;
    min-height: 40px;
    min-width: 220px;
    background: #f7efe2;
    z-index: 12;
}
#MegaMenuSort .mm-content-base {
  position: relative;
  z-index: 13;
  padding: 5px;
 
}














/*
    REAL WORK 
    -- original -- 
*/
ul.megamenu {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  display: none;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  /*margin: 0 auto;
  padding: 0px;*/
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, 
ul.megamenu a.mm-item-link:visited {
  /*position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 15px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;*/
}

ul.megamenu a.mm-item-link-hover:link, 
ul.megamenu a.mm-item-link-hover:visited {
  /*color: #444;
  background: #FFF;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  */
}

ul.megamenu div.mm-item-content {
  /*background: #FFF;
  padding: 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 9;*/
}

.mm-content-base {
  /*background: #FFF;
  position: relative;
  z-index: 11;
  padding: 10px;*/
}
.mm-js-shadow {
  /*background: #555;
  position: absolute;
  z-index: 10;*/
}
