.container {
    width: 100%;
    margin: 10px auto;
	z-index:100;
	float:left;
	font-size:20px;
}
.shop{
	float:right;
	width:120px;
	margin-top:20px;
	height:25px;
	background-color:#FFF;
	font-family: 'Codystar', cursive;
	padding-top:3px;
	text-align:center;
	position:absolute;
	right:0%;
}
.shop a:before, .shop a:after{
	content:url(../image/triangle-menu.png);
	padding-right:5px;
	padding-left:5px;
}
.shop a{
	color:#ED3F84;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;

}

.toggleMenu {
    display:  none;
    background: #fff;
    padding: 2%;
	width:96%;
	text-align:center;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#FFF;
	 color:#000;
}
.nav a:before{
	content:url(../image/triangle-menu.png);
}
.nav a:before{
	padding-right:12px;
}
.nav .home a:before{
	content:'';
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 3px 8px 1px;
    color:#000;
}
.nav .home span{display:none;}
.nav .home a{ background:url(../image/home.png) no-repeat center; width:17px; height:20px;}
.shop span, .nav a span{
	display:block;
	color:#666;
	text-align:center;
	font-size:14px;
	margin-left:20px;
}
.shop span{
	margin-left:0;
} 
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#FFF;
    position: relative;
    z-index:100;
}
.nav li li li a {
    background:#fff;
    z-index:200;
}

@media only screen and (max-width: 1024px) {
    .container{
		width:100%;
	}
	.nav a:before{
	content:'';
	padding-right:0;
}

	.active {
        display: block;
    }
    .nav > li {
        float: none;
		padding-left:0%;
		padding-bottom:5px;
		text-align:center;
    }
	.nav a span{
	margin-left:0px;
}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.shop{
	width:96%;
	margin:10px 0;
	height:auto;
	background-color:#FFF;
	font-family: 'Codystar', cursive;
	padding:2%;
	text-align:center;
	position:relative;
}
.nav .home a{width:98%;}

}
/*@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5){
	a.toggleMenu, .nav a, .nav a span{
	font-size:40px;
}*/

}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2){
	a.toggleMenu, .nav a, .nav a span{
	font-size:40px;
}

}