/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/menus.css);


/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

/* Level 1 */
.menu-dropdown {
  font-size: .9em;
  }

.menu-dropdown li {
    font-weight: normal;
}

.menu-dropdown li.level1 {
    margin-right: 0px;
    border-left-style: solid;
    border-left-width: 2px;
}
.menu-dropdown li.level1.parent {
}
.menu-dropdown li.level1.parent:after {
    content: "";
    border:solid 5px transparent;
    border-right-color: transparent !important;
    -moz-transform: scale(1) rotate(45deg) ;
    -webkit-transform: scale(1) rotate(45deg) ;
    -o-transform: scale(1) rotate(45deg) ;
    -ms-transform: scale(1) rotate(45deg) ;
    transform: scale(1) rotate(45deg) ;
    position: absolute;
    right:-5px;
    bottom: -5px;
}
.menu-dropdown li.level1 {
    border-left-color: #DDD !important;

}
.menu-dropdown li.level1:last-child {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #DDD !important;

}
#menubar {
    background-position: center center;
    background-repeat: repeat-x;
    }
nav#menu {
    display: block;
    width: 100%;
    }
#menubar {
    margin: 0 -15px;
    }
.menu-dropdown .dropdown {
  left: -10px;
}
nav#menu .menu-dropdown:first-child {
    margin-left: 15px;
    }

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
  height: 90px;
  /*line-height: 90px;*/
  padding: 0 10px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 13px;
}
.menu-dropdown .level1 .level1 span.icon {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.menu-dropdown span.title {
  line-height: 20px;
  margin-top: 4px;
}

nav#menu .menu-dropdown:last-child { margin-left: -1px;}


.menu-dropdown a.level1,
.menu-dropdown span.level1 {
    color: #444;
}

/* Set Active */


/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { color: #d50; }

/* Drop-Down */
.menu-dropdown .dropdown {
    top: 105px;
}

.menu-dropdown .dropdown-bg > div {
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

/* Level 2 */
.menu-dropdown li.level2 {
    margin: 0;
    padding: 0 10px;
    width: 215px !important;
    border-top: 1px solid rgba(100,100,100,0.2);
}
.menu-dropdown li.level2:hover {
    background: rgba(0,0,0,.05);
    }
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2,
.menu-dropdown span.level2 { color: #444; }

/* Set Hover */
.menu-dropdown a.level2:hover { color: #d50; }

/* Set Current */
.menu-dropdown a.current.level2 { font-weight: bold; }



/* Set Current */
.menu-dropdown a.current.level3 { font-weight: bold; }

.menu-dropdown a.level3 {
background-image: url(../images/submenu_bullet.png);

}
.menu-dropdown a.level3 {
padding-left: 15px;
background-position: 0 0;
width: 200px !important;
background-repeat: no-repeat;
color: #92979E;
}
/* Set Hover */
.menu-dropdown a.level3:hover { color: #d50; background-position: 0 -30px; }

/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

/* Link */
.menu-sidebar a,
.menu-sidebar li > span { color: #444; }

/* Hover */
.menu-sidebar a:hover,
.menu-sidebar li > span:hover { color: #d50; }

/* Current */
.menu-sidebar a.current { font-weight: bold; }

/* Level 1 */
.menu-sidebar li.level1 { border-top: 1px solid #DDD; }
.menu-sidebar li.level1:first-child { border-top: none; }

.menu-sidebar li.parent .level1 > span { background: url(../images/menu_sidebar_parent.png) 100% 0 no-repeat;  }
.menu-sidebar li.parent.active .level1 > span { background-position: 100% -30px; }

/* Level 2-4 */
.menu-sidebar ul.level2 ul { padding-left: 10px; }


/* Line Menu
----------------------------------------------------------------------------------------------------*/

.menu-line li {
    margin-left: 7px;
    padding-left: 8px;
    background: url(../images/menu_line_item.png) 0 50% no-repeat;
}

.menu-line li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

/* Scrolled menu */

#menubar.scrolledNav {
    left: 0;
    opacity: 0;
    position: fixed;
    top: -60px;
    width: 100%;
    z-index: 1000;
}
#menubar nav {
    margin: 0 auto;
    width: 100% !important;
    float: none;
}


.dropdown .dropdown-bg {
    border-top: 2px solid #333333;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px;
    }



.menuSimpleLine  {}
.menuSimpleLine div#menubar {
    border-bottom: 2px solid;
    border-top: none; }
.menuSimpleLine div#menubar ul {width: 100%;}
.menuSimpleLine div#menubar ul li { border-right: none; width: 9.7%; }
.menuSimpleLine div#menubar ul li a{width: 100%;}
.menuSimpleLine div#menubar ul li a span {}
.menuSimpleLine div#menubar ul li ul {}
.menuSimpleLine .menu-dropdown li.level1.parent::after {
    content: none;
    border: none !important;
}
.menuSimpleLine .menu-dropdown a.level1 > span {
    padding: 15px 0px 0px 0px;
    width: 100%;
}
.menuSimpleLine .menu-dropdown .dropdown-bg > div {
    border: none;

}
.menuSimpleLine .menu-dropdown a.level2, .menuSimpleLine .menu-dropdown span.level2, .menuSimpleLine .menu-dropdown a.level3, .menuSimpleLine .menu-dropdown .module a, .menuSimpleLine .menu-dropdown .module label {
    color: #FFF;
    color: rgba(255,255,255,.8);
}
.menuSimpleLine .menu-dropdown .dropdown .dropdown-bg {
    border: none;
}

.menu3d div#menubar {
    background: none;
    border: none;

}
.menu3d .menu-dropdown {
    height: 48px;
  display: inline-block;
}
.menu3d .menu-dropdown li.level1, .menu3d #menubar-r > div {
  float: left;
  position: relative;
  margin: 0 0 4px;
  height: 44px;
  text-shadow: 0 1px white;
  background-color: rgba(0, 0, 0, 0.05);

  border: 1px solid;
  border-color: #cfcfcf #d6d6d6 #c8c8c8;
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);

}
.menu3d .menu-dropdown li.level1:active, .menu3d .menu-dropdown li.level1.active, .menu3d .menu-dropdown li.level1.current  {
  z-index: 20;
  margin: 4px 0 0;
  height: 43px;
  background: transparent;
  border-color: #ccc;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  background-repeat: repeat-x;
}

.blackScheme.menu3d .menu-dropdown li.level1, .blackScheme.menu3d #menubar-r > div {
 text-shadow: 0 1px rgba(0, 0, 0, 0.9);
  border-color: #232428;
  border-bottom-color: #1f2326;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px #262a2e, 0 3px #1f2326, 0 4px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 2px #262a2e, 0 3px #1f2326, 0 4px 3px rgba(0, 0, 0, 0.2);
}
.blackScheme.menu3d .menu-dropdown li.level1:active, .blackScheme.menu3d .menu-dropdown li.level1.active, .blackScheme.menu3d .menu-dropdown li.level1.current  {
  text-shadow: 0 1px black;
  border-color: #212425;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.05) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 -1px 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.05) !important;
}


.menu3d .menu-dropdown > li:active {
  z-index: 30;
}
.menu3d .menu-dropdown > li:first-child {
  border-left-width: 1px !important;
  border-left-color: #c6c6c6;
  border-radius: 5px 0 0 5px;
}
.menu3d .menu-dropdown:nth-child(2) > li {
  border-left-width: 0 !important;
  border-left-color: none;
  border-radius: 0;
}
/* .menu3d .menu-dropdown > li:last-child {
  border-right-width: 1px !important;
  border-right-color: #c6c6c6;
  border-radius: 0 5px 5px 0;
} */
.menu3d .menu-dropdown > li + li, .menu3d .menu-dropdown > .active + li, .menu3d .menu-dropdown > li + .active {
  border-left-width: 0 !important;
}
.menu3d .menu-dropdown > .active + li,
.menu3d .menu-dropdown > .active:active + li,
.menu3d .menu-dropdown > li:active + li,
.menu3d .menu-dropdown > li:active + .active {
  border-left-width: 1px !important;
}
.menu3d .menu-dropdown li.level1 > a {
  display: block;
  position: relative;
  line-height: 44px;
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.menu3d .menu-dropdown li.level1 > a:before {
  content: attr(title);
  position: absolute;
  top: 1px;
  left: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.menu3d .menu-dropdown .dropdown {
    top: 50px;
}

.menu3d #menubar-r div {
  border-radius: 0 5px 5px 0;
  height: 44px;
  overflow: hidden;
  float: none;
  display: block;
  margin-right: 15px;
  border-left-width: 0 !important;
}
.menu3d nav#menu {
width: 100% !important;
}


.scrollMenu {

}

.scrollMenu #menubar.scrolledNav {
  opacity: .95;

}
.scrollMenu .scrolledNav {

}
.scrollMenu #menubar.scrolledNav .subtitle, .scrollMenu #menubar.scrolledNav .icon{
  display: none;

}
.scrollMenu .scrolledNav .menu-dropdown span.title {
  line-height: normal;
  margin: 6px 0 0 !important;

}
.scrollMenu .scrolledNav .menu-dropdown a.level1 > span, .scrollMenu .scrolledNav .menu-dropdown span.level1 > span, .scrollMenu .scrolledNav.menu-dropdown span.title {
height: 33px;
line-height: 30px;
padding: 0 10px;
color: #FFF;
}

/* 3d menu scroll fix */

.scrollMenu .scrolledNav {
  background: #000 !important;
}
.scrollMenu.menu3d div#menubar {

}

.scrollMenu .scrolledNav .menu-dropdown li.level1, .scrollMenu .scrolledNav #menubar-r > div {
  float: left;
  position: relative;
  margin: 0;
  height: 33px;
  text-shadow: none;
  background-color: none;

  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}
.scrollMenu .scrolledNav .menu-dropdown li.level1:active, .scrollMenu .scrolledNav .menu-dropdown li.level1.active, .scrollMenu .scrolledNav .menu-dropdown li.level1.current  {
  z-index: 20;
  margin: 0;
  height: 33px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scrollMenu .scrolledNav {
  height: 33px;
}
.scrollMenu .scrolledNav .menu-dropdown li.level1, .scrollMenu .scrolledNav #menubar-r > div {
  background: none !important;
}

.scrollMenu.menu3d .scrolledNav nav#menu {
  width: 980px !important;
}

/* Drop-Down */
.scrollMenu .scrolledNav .menu-dropdown .dropdown {
  top: 35px !important;
}


/*
li:hover .active {
  background-color: #000!important;
  display: none;
}*/

#menu ul li.level1:hover a.active{
 background-color: none !important;
}

/* edited by Vasko Tasev */
.menu, .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 35px !important;
}





























