/*Menu Trigger*/
.menu-opener{
	background:none;
	position:relative;
	z-index:999;
	outline:none;
	display:inline-block;
	/*padding-top:11px;*/
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	transition:all ease 0.5s;
}
.menu-opener:hover{
	outline:none;
	text-decoration:none;
}
.menu-opener:focus{
	outline:none;
	text-decoration:none;
}
.menu-opener span {
	position: relative;
	display: block;
	background:url(../images/menu-open.svg) no-repeat;
	background-size:cover;
	height:20px;
	width:20px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-opener.active span {
	background-image:url(../images/menu-close.svg);
}
.opener{
	background-color:#fff;
	cursor:pointer;
	width:75px;
	height:75px;
	float:left;
	position:relative;
	text-indent:-9999px;
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	-moz-transition:background .3s;
	-ms-transition:background .3s;
	transition:background .3s;
	z-index:4;
}
.opener:focus{
	outline:0
}
.opener span{
	display:block;
	position:absolute;
	top:35px;
	left:20px;
	right:20px;
	height:5px;
	background:#5d1f3a;
	-webkit-transition:background 0s .3s;
	-o-transition:background 0s .3s;
	-moz-transition:background 0s .3s;
	-ms-transition:background 0s .3s;
	transition:background 0s .3s;
}
.opener span::after,
.opener span::before{
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:5px;
	background-color:#5d1f3a;
	content:"";
	-webkit-transition-duration:.3s,.3s;
	-o-transition-duration:.3s,.3s;
	-moz-transition-duration:.3s,.3s;
	-ms-transition-duration:.3s,.3s;
	transition-duration:.3s,.3s;
	-webkit-transition-delay:.3s,0s;
	-moz-transition-delay:.3s,0s;
	-o-transition-delay:.3s,0s;
	-ms-transition-delay:.3s,0s;
	transition-delay:.3s,0s;
}
.opener span::before{
	top:-10px;
	-webkit-transition-property:top,-webkit-transform;
	-o-transition-property:top,transform;
	-moz-transition-property:top,transform;
	-ms-transition-property:top,transform;
	transition-property:top,transform;
}
.opener span::after{
	bottom:-10px;
	-webkit-transition-property:bottom,-webkit-transform;
	-o-transition-property:bottom,transform;
	-moz-transition-property:bottom,transform;
	-ms-transition-property:bottom,transform;
	transition-property:bottom,transform;
}
.opener.active span{
	background:0 0
}
.opener.active span::before{
	top:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.opener.active span::after{
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.opener.active span::after,
.opener.active span::before{
	-ms-transition-delay:0s,.3s;
	-o-transition-delay:0s,.3s;
	-moz-transition-delay:0s,.3s;
	-webkit-transition-delay:0s,.3s;
	transition-delay:0s,.3s;
}

/*  NAVIGATION  */
body,
#nav,
#nav ul.nav-level-2{
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
body{
	overflow-x: hidden;
	position: relative;
	left: 0;
	}
body.active{
	left:300px;
	}
nav#nav {
	width: 300px;
	height: 100%;
	color: #fff;
	background: #fff;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: -1;
	overflow:auto;
	}
nav#nav.active {
	left: 0;
	z-index: 99;
	}
nav#nav .wrap {
	height: 100%;
	left: 0;
	padding: 60px 26px 10px 24px;
	}
nav#nav .wrap:after {
	content: "";
	display: block;
	}	
nav#nav ul li {
	border-bottom: 1px solid #b9babc;
	display:block;
	margin:0px;
	opacity: 0;
	position:relative;
	-webkit-transition: opacity .1s 0s;
	transition: opacity .1s 0s;
	}
nav#nav ul li.menu-item-has-children{
	padding-right:35px;
}
nav#nav ul li:first-child{
	border-top: 1px solid #b9babc;
	}
nav#nav ul li a {
	color:#586679;
	text-decoration: none;
	padding: 23px 0px 23px 32px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	outline:none;
	letter-spacing:-0.4px;
	}
nav#nav ul li a:hover {
	color: #79b6c7;
	}
/*nav#nav ul.nav > li.menu-item-has-children > a:after {
	content: '';
	background: url(../images/arrow-1.png);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
}*/
nav#nav ul ul {
	width: 100%;
	height: 100%;
	background: #EBEBEB;
	position: fixed;
	top: 0;
	left: -100%;
	padding:60px 14px 30px;
	z-index: 1;
	max-width:280px;
	overflow:auto;
	z-index:-2;
	}
nav#nav.active ul ul.active {
	left:0;
	z-index:99;
	}
nav#nav ul ul li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}
nav#nav ul ul li:first-child {
	border-top: 1px solid rgba(0,0,0,0.2);
	}	
nav#nav ul ul li a{
	padding:23px 0px 23px 40px;
	}
nav#nav ul ul li.back a:after {
	content: '';
	background: url(../images/arrow-2.png);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
	}		
nav#nav.active ul li{
	opacity: 1;
	-webkit-transition: opacity 1s .4s;
	transition: opacity 1s .4s;
	}
nav#nav.active ul li:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	}
nav#nav.active ul li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	}
nav#nav.active ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	}
nav#nav.active ul li:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	}
nav#nav.active ul li:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	}
nav#nav.active ul li:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	}
nav#nav.active ul li:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	}
nav#nav.active ul li:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	}
nav#nav.active ul li:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
	}
nav#nav.active ul li:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	}	
.content-overlay {
	width: 0;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	display:block;
	}
body.active .content-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	}
.talk-with-us{
	color:#b9babc;
	font-size:16px;
	line-height:20px;
	min-height:58px;
	padding:18px 0 0 55px;
	margin:27px 0 20px;
	position:relative;
	}
.talk-with-us:before{
	content:"";
	background:url(../images/tea-cup.png) 0 0 no-repeat;
	background-size:cover;
	width:40px;
	height:58px;
	position:absolute;
	left:0;
	top:0;
	}	
.contact-info{
	margin-bottom:20px;
	}
.contact-info,
.contact-info a{
	color:#b9babc;
	font-size:20px;
	font-weight:bold;
	line-height:1.1;
	}
.contact-info strong{
	display:block;
	}
.contact-info a.tel{
	font-size:35px;
	color:#58595b;	
	}	
	
#nav ul li .sub-menu-opener{
	background-color: transparent;
	cursor: pointer;
	display: block;
	height: 64px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 36px;
	z-index:9;
	border-left:1px solid #b9babc;
}
#nav ul li .sub-menu-opener:hover{
	background-color:#EEEEEE;
}
#nav ul li .sub-menu-opener:after {
	content: '';
	background: url(../images/arrow-1.png);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
}
/*#nav ul li .sub-menu-opener:before{
	position: absolute;
	top: 20px;
	right: 24px;
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	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;
	}
#nav ul li .sub-menu-opener:after{
	position: absolute;
	top: 24px;
	right: 20px;
	width: 10px;
	height: 2px;
	display: block;
	background: #fff;
	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;
	}
#nav ul li .sub-menu-opener:hover:before,
#nav ul li.open .sub-menu-opener:before{
	top: 24px;
	height: 0;
}	*/

.header .menu-container ul li:hover .subMenu{
	display:none;
}

@media only screen and (max-width: 767px) {
	nav#nav ul li a, nav#nav ul ul li a {
		font-size: 16px;
		padding: 15px 0 15px 15px;
	}
	#nav ul li .sub-menu-opener{
		height:48px;
	}
}