/* -------------------------------wizedesign--
	 RESPONSIVE MENU
   ------------------------------------------- */
   
.pushy {
	position: fixed;
	width: 210px;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.pushy a {
	display: block;
	color: #303030;
	padding: 12px 0px 14px 25px;
	text-decoration: none;
	outline: 0;
	width:120px;
	text-transform: uppercase;
	font-weight: 700;
}

.pushy a:hover {
	color: #a2a2a2;
}


.pushy ul li {
	border-bottom: 1px solid #dcdcdc;
}

.pushy ul ul li {
	padding-left: 15px;	
}

.pushy ul ul li:fist-chlid {
	border-top: 1px solid #dcdcdc;
}

.pushy ul ul li:last-child {
	border-bottom: none;
}

.pushy.pushy-left {
	left: 0;
}

.pushy.pushy-right {
	right: 0;
}

.pushy-left {
	-webkit-transform: translate3d(-210px, 0, 0);
	-ms-transform: translate3d(-210px, 0, 0);
	transform: translate3d(-210px, 0, 0);
}

.pushy-open-left #contback, .pushy-open-left .push {
	-webkit-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}

.pushy-right {
	-webkit-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}

.pushy-open-right #contback, .pushy-open-right .push {
	-webkit-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy, .pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#contback, .pushy, .push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
	display: none;
}

.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}

@keyframes fade {
	0% {
		opacity: 0;
    }
	100% {
		opacity: 1;
    }
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
    }
	100% {
		opacity: 1;
    }
}

#wizeresmenu .menu-item-has-children ul {
	transition: max-height 0.3s ease-in-out;
}

#wizeresmenu .menu-item-has-children ul .pushy-link {
	transition: opacity 0.3s ease-in-out;
}

#wizeresmenu .menu-item-has-children > a {
	position: relative;
}

#wizeresmenu .menu-item-has-children > a::after {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 17px;
	right: -50px;
	background: url("../images/plus.png") no-repeat;
	transition: transform 0.3s;
	pointer-events: none;
	cursor: default;
	color: #000;
}

#wizeresmenu .pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
}

#wizeresmenu .pushy-submenu-closed .pushy-link {
	opacity: 0;
}

#wizeresmenu .pushy-submenu-open ul {
	max-height: 1000px;
}

#wizeresmenu .pushy-submenu-open .pushy-link {
	opacity: 1;
}

.pushy-submenu-open a::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	top:26px !important;
	position: absolute;
}

.no-csstransforms3d .pushy-submenu-closed ul {
	max-height: none;
	display: none;
}

.menu-btn {
	background:#303030;
	text-align:center;
	height:26px;
	width:100%;
	z-index:9999;
	line-height:24px;
	font-weight:700;
}

.menu-btn span {
	color:#fff;
	text-transform: uppercase;
	background-image:url("../images/menu.png");
	background-repeat: no-repeat;
	padding-left:22px;
	background-position:0 2px;
}

body.pushy-open-left .pushy-social{
	display:block;
}

#wizeresmenu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

nav.pushy #searchform {
	margin-top:-2px;
	padding:15px 25px;
	margin-bottom:10px;
	width:160px;
	background:#303030;
	margin-bottom:1px;
}

nav.pushy #searchinput {
	background:rgba(255,255,255,0.2);
	font-size:10px;
	color:#fff;
	border:0px;
	width:112px;
	padding:5px 10px;
	text-transform: uppercase;
}

nav.pushy #searchinput:focus {
	background:rgba(255,255,255,0.4);
}

nav.pushy #searchinput {
	transition: .3s ease-in-out;
	text-decoration: none;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

nav.pushy #search-button {
	border:0;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position:4px 4px;
	border-radius:1px;
	width:24px;
	height:24px;
	position:relative;
	top:2px;
}

.pushy-social {
	position:fixed;
	right:-37px;
	top:3px;
	display:none;
	width:34px;
}

.pushy-social a {
	margin-bottom:3px;
}

.pushy-social a:hover {
	opacity:0.7;
}

.pushy-social a.facebook {
	background-image: url("../images/facebook.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#3b5998;
	padding:0;
}

.pushy-social a.twitter {
	background-image: url("../images/twitter.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#049cf6;
	padding:0;
}

.pushy-social a.google {
	background-image: url("../images/google.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#db4437;
	padding:0;
}

.pushy-social a.pinterest {
	background-image: url("../images/pinterest.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#bc071a;
	padding:0;
}

.pushy-social a.linkedin {
	background-image: url("../images/linkedin.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#0077b5;
	padding:0;
}

.pushy-social a.instagram {
	background-image: url("../images/instagram.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#6754ca;
	padding:0;
}

.pushy-social a.youtube {
	background-image: url("../images/youtube.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#e62117;
	padding:0;
}

.pushy-social a.vimeo {
	background-image: url("../images/vimeo.png");
	float: left;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#1ab7ea;
	padding:0;
}