/* Menu CSS ///////////////////*/
.menu { float:right; position:relative; }
.menu,
.menu ul,
.menu ul li,
.menu ul li a,
.menu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.menu ul li { background:url(../images/menu-sepretor.png) no-repeat right 12px;}
.menu ul li:last-child { background:none; }
.menu:after,
.menu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.menu #menu-button {
display: none;
}
.menu {
font-family:'Roboto Slab', serif;
}
.menu > ul > li,
ul.menu > li {
float: left;
line-height:normal;
}
.menu.align-center > ul {
font-size: 0;
text-align: center;
}
.menu.align-center > ul > li {
display: inline-block;
float: none;
}
.menu.align-center ul ul {
text-align: left;
}
.menu.align-right > ul > li {
float: right;
}
.menu > ul > li > a,
ul.menu > li > a {
padding: 10px 17px;
font-size: 14px;
text-transform:uppercase;
text-decoration: none;
color: #fff;
margin-right:10px;
}
.menu > ul > li.current-menu-item a {
color:#fff;
}

.menu > ul > li > a:hover, .menu > ul > li:hover a {
color:#ffd0e1;
}

.menu > ul > li.has-sub > a,
.menu > li.menu-item-has-children  > a {
padding-right: 30px;
}
.menu > ul > li.has-sub > a:after,
.menu > li.menu-item-has-children  > a:after {
position: absolute;
top: 10px;
right: 12px;
display: block;
font-size:15px;
font-family:FontAwesome;
content: '\f107';
}
.menu > ul > li.has-sub > a:before,
.menu > li.menu-item-has-children  > a:before {
position: absolute;
top: 22px;
right: 18px;
display: block;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.menu > ul > li.has-sub:hover > a:before,
.menu > li.menu-item-has-children:hover  > a:before {
top: 23px;
height: 0;
}
.menu ul ul {
position: absolute;
left: -9999px;
z-index:999;
}

.menu.align-right ul ul {
text-align: right;
}
.menu ul ul li {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.menu li:hover > ul {
left: auto;
}
.menu.align-right li:hover > ul {
left: auto;
right: 0;
}

.menu ul ul ul {
margin-left: 100%;
background:none;
}
.menu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
.menu ul ul li a {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 11px 15px;
width: 180px;
font-size: 14px;
background:none;
text-decoration: none;
border-radius:0px;
}
.menu ul ul li a:hover {
background:#453654;	
}
.menu ul ul li:last-child > a,
.menu ul ul li.last-item > a {
border-bottom: 0;

}
.menu ul ul li:hover > a, .menu > ul > li:hover ul li a,
.menu ul ul li a:hover {
color: #fff;
border-radius:0px;
}
.menu ul ul.sub-menu {
background:#70548b;
}
.menu ul ul.sub-menu li { background:none; }
.menu ul ul li.has-sub > a:after{
position: absolute;
top: 10px;
right: 11px;
display: block;
font-family:FontAwesome;
content: '\f105';

}
.menu.align-right ul ul li.has-sub > a:after {
right: auto;
left: 11px;
}
.menu ul ul li.has-sub > a:before {
position: absolute;
top: 13px;
right: 14px;
display: block;
font-family:FontAwesome;
content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.menu.align-right ul ul li.has-sub > a:before {
right: auto;
left: 14px;
}
.menu ul ul > li.has-sub:hover > a:before {
top: 10px;
height: 0;
}


/* ////////////////////////// */
.cat-menu { margin:0; padding:0; list-style:none; }
.cat-menu h2 { margin:0; padding-top:15px; padding-bottom:15px; font:1.5em proxima_nova_condensedSBd Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px #333;
color:#fff; background:url(images/footer_top_line.png) repeat-x left bottom;  } 
.cat-menu h2 a { display:block; background:url(images/accroding_arrow_up.png) no-repeat right 10px; color:#fff; }
.cat-menu li.collapse h2 a { background:url(images/accroding_arrow_down.png) no-repeat right 10px; }

.cat-menu li ul li { padding:6px 0 6px 15px; background:url(images/side_bullet.png) no-repeat left 9px; font:bold 13px Arial, Helvetica, sans-serif; }
.cat-menu li ul li:last-child {  }
.cat-menu li ul { padding-bottom:20px; background:url(images/footer_top_line.png) repeat-x left bottom; }


.cat-menu li ul li h3 { margin:0; padding:0; font:bold 13px Arial, Helvetica, sans-serif; }
.cat-menu li a { color:#fff; text-shadow:1px 1px 1px #333; }
.cat-menu li a:hover, .cat-menu li.current a { color:#ffa42f; }

  

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.menu {
margin-left:0;
position:absolute;
 right: -16px;
}

.menu ul {
width: 93%;
display: none;
}
.menu.align-center > ul {
text-align: left;
}
.menu { float:none; clear:both; }
.menu ul ul { top:0; }
.menu ul li {
width: 100%;
clear:both;
float:none;
border-top: 1px solid rgba(255, 255, 255, 0.1);
background:none;
}
.menu ul ul li,
.menu li:hover > ul > li {
height: auto;
}
.menu ul li a,
.menu ul ul li a {
width: 100%;
border-bottom: 0;
color:#fff;

}
.menu ul li a:hover { color:#fff; background:#430c02; }

.menu > ul > li {
float: none;
}
.menu ul ul li a {
padding-left: 25px;

}
.menu ul ul ul li a {
padding-left: 35px;
}
.menu ul ul li a {
color: #fff;
background: none;
}
.menu ul ul li:hover > a,
.menu ul ul li.active > a {
color: #ffffff;
}
.menu ul ul { margin-top:-4px; }
.menu ul ul,
.menu ul ul ul,
.menu.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
background:none; 
padding-top:0;
}
.menu > ul > li.has-sub > a:after,
.menu > ul > li.has-sub > a:before,
.menu ul ul > li.has-sub > a:after,
.menu ul ul > li.has-sub > a:before {
display: none;
}
.menu > ul > li.has-sub > a { padding:15px; }
.menu #menu-button {
display: block;
padding: 17px;
color: #fff;
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
}
.menu #menu-button:after {
position: absolute;
top: 13px;
right: 0px;
display: block;
height: 9px;
width: 40px;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
content: '';
}
.menu #menu-button:before {
position: absolute;
top: 0px;
right: 0px;
display: block;
height: 3px;
width: 40px;
background: #fff;
content: '';
}

.menu #menu-button.menu-opened:after {
top: 21px;
border: 0;
height: 3px;
width: 40px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu #menu-button.menu-opened:before {
top: 20px;
background: #fff;
width: 40px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.2);
height: 46px;
width: 46px;
cursor: pointer;
}
.menu .submenu-button.submenu-opened {
background: #70548b;
}
.menu ul ul .submenu-button {
height: 34px;
width: 34px;
}
.menu .submenu-button:after {
position: absolute;
top: 22px;
right: 19px;
width: 8px;
height: 2px;
display: block;
background: #dddddd;
content: '';
}
.menu ul ul ul { top:0px; }
.menu ul ul .submenu-button:after {
top: 15px;
right: 13px;
}
.menu .submenu-button.submenu-opened:after {
background: #ffffff;
}
.menu .submenu-button:before {
position: absolute;
top: 19px;
right: 22px;
display: block;
width: 2px;
height: 8px;
background: #dddddd;
content: '';
}
.menu ul ul .submenu-button:before {
top: 12px;
right: 16px;
}
.menu .submenu-button.submenu-opened:before {
display: none;
}
.menu-outer {
background:none;
position: absolute;
right: 0;
top: 0;
z-index: 9999; 
height:800%;
} 
.menu #menu-button { float:right; width:43px; height:35px; margin:85px 35px 13px 47px;  }
.menu .menu-opened { background:#70548b; /*box-shadow: 0px 1px, -.5em .4em 0.4em #eee;*/ }
.menu-opened { background:#fff; }
.menu ul { min-height: 9000px; position:relative; width:300px; right:10px; background:#70548b; z-index:999; /*box-shadow: 0px 1px, -.5em .4em 0.4em #eee; */}
.menu { margin-top:0;  }
.menu ul li.current-menu-item a { color:#fff; background:#70548b; }
.menu ul li a { color:#fff; background:#70548b; }
.menu ul li a:hover { color:#fff; background:#453654; }
.menu ul ul.sub-menu { border:none; width:100%; right:0; min-height:inherit; box-shadow: 0px 0, 0 0 0 #eee;  }
.menu ul ul li.has-sub > a::before { left:0; }

}

/* Leftside category menu*/
.nav_wrapper { width: 100%; transition: top .5s ease-out;}
.cate-menu { width: 100%; height: auto; background: #fff; transition: all 0.3s ease;}
.cate-menu ul { padding: 0px; margin: 0px; list-style: none; position: relative; display: inline-block;}
.cate-menu > li > ul.sub_menu { min-width: 10em; padding: 4px 0; background-color: #f4f4f4; border: 1px solid #fff;}
.cate-menu ul li { padding: 0px; font:20px "Playfair Display",serif; text-transform:uppercase; }
.cate-menu ul li a.active { color:#e52a6f; }
.cate-menu > ul > li { display: inline-block; }
.cate-menu ul li a { display: block; text-decoration: none; color: #70548b; font-size: 14px;}
.cate-menu ul li a:hover { background: #fff; color: #333;}
.cate-menu ul li.hover > a { background: #fff; color: #333;}
.cate-menu ul li > a { padding: 15px; }
.cate-menu ul ul { display: none; position: absolute; top: 100%; min-width: 160px; background: #39484d;}
.cate-menu ul li:hover > ul { display: block; }
.cate-menu ul ul > li { position: relative; text-transform:none; }
.cate-menu ul ul > li a { padding: 10px 15px; height: auto; background: #39484d;}
.cate-menu ul ul > li a:hover { background: #fff; color: #e52a6f;}
.cate-menu ul ul ul { position: absolute; left: 100%; top: 0;}
.cate-menu { clear: both; min-width: inherit; float: none;}
.cate-menu, .cate-menu > ul ul { overflow: hidden; max-height: 0; background-color: #fff;}
.cate-menu > li > ul.sub-menu { padding: 0px; border: none;}
.cate-menu.active, .cate-menu > ul ul.active { max-height: 55em; padding-bottom:10px; }
.cate-menu ul { display: inline; }
.cate-menu li, .cate-menu > ul > li { display: block; }
.cate-menu > ul > li:last-of-type a { border: none; }
.cate-menu li a { color: #fff; display: block; padding: 0.8em; position: relative;}
.cate-menu li.has-submenu > a:after { content: '\f055'; font-family:FontAwesome; position: absolute; top: 4px; right: 0; display: block; font-size: 1.3em; padding: 0.55em 0.5em;}
.cate-menu li.has-submenu > a.active:after { content: "\f056"; font-family:FontAwesome; }
.cate-menu ul ul > li a { background-color: #fff; padding: 10px 18px 10px 30px;}
.cate-menu ul li a:hover { background: #fff; color: #e52a6f;}
.cate-menu ul li.hover > a { background: #fff; color: #585261;}
.cate-menu ul ul,.cate-menu ul ul ul { display: inherit; position: relative; left: auto; top: auto; border: none;}