﻿/*! 

jQuery Plugin Mobile Mega Menu
Blake Cerecero
Blake@DigitalBlake.com
http://DigitalBlake.com
@blakecerecero

*/
/*
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    display: initial;
    height: initial;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%
}
*/
*/
.content-container {
    margin: 0 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.inner-container {
    padding-bottom: 50px;
    padding-top: 0
}

.button.mmm {
	position: absolute;
	left:0;
   /* background: #414448;*/
    color: #fff;
    float: left;
    font-size: 1.1em;
    font-weight: 200;
    padding: 15px 15px 15px 15px;
    text-align: center;
    text-decoration: none;
  /*  width: 40px; */
}

.button.mmm.quick-links-toggle {
    border-left: 1px solid #fff;
    float: right
}

.canvas-container {
    min-height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.mobile-mega-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    background: #050505;
    background: rgba(0, 0, 0, .5)
}

.mobile-mega-menu a,
.mobile-mega-menu div,
.mobile-mega-menu li,
.mobile-mega-menu ul {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mobile-mega-menu.open {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #050505;
    background: rgba(0, 0, 0, .5)
}

.mobile-mega-menu .widget-region {
    background: #fff;
    padding: 10px 20px;
    clear: both;
    -webkit-transform: translateZ(0)
}

.mobile-mega-menu nav {
    position: relative
}

.mobile-mega-menu ul {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0)
}

.mobile-mega-menu ul.has-been-viewed {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mobile-mega-menu ul li ul {
    left: 100%
}

.mobile-mega-menu ul li a {
    -webkit-tap-highlight-color: transparent;
    background: #666A6F;
    border-bottom: 1px solid #797C81;
    color: #fff;
    float: left;
    font-family: 'Titillium Web',sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 14px 2.5%;
    text-decoration: none;
    width: 95%
}
.mobile-mega-menu ul li a:focus{
	background: #44484d;
}
.mobile-mega-menu ul li a.has-next-button {
    width: 80%;
}

.mobile-mega-menu ul li a.next-button {
    background: url(../images/plus.png) 50% 50% no-repeat #666A6F;
    color: #fff;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    width: 10%;
}

.mobile-mega-menu ul li a.next-button .arrow {
    visibility: hidden
}

.mobile-mega-menu ul li a.back-button {
    background: url(../images/wroc.png) 10px 50% no-repeat #333739;
    color: #fff;
    text-indent: 30px;
    text-shadow: none
}

.mobile-mega-menu ul li a.close-button {
    background: #333739;
    color: #fff;
	background-image: url(/assets/images/katowice_logo_menu.png);
	background-repeat: no-repeat;
	background-position:center;
    text-decoration: none;
    text-shadow: none
}

.mobile-mega-menu ul li:last-child>a {
    border-bottom: none
}

.mobile-mega-menu ul li:first-child>a {
    border-top: none
}

html.no-cssanimations .mobile-mega-menu {
    left: -100%
}

html.no-svg .mobile-mega-menu ul li a.back-button {
    background: url(../images/png/arrow-6-back.png) 0 50% no-repeat #333739
}

html.no-svg .mobile-mega-menu ul li a.next-button {
    background: url(../images/png/arrow-6-forward.png) 50% 50% no-repeat #414448
}