.mark {
    width: 63px;
    height: 63px;
    background: url(/site/images/logo/Mark.svg) no-repeat center top;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    position: relative;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}

.mark:after {
    content: '';
    width: 63px;
    height: 63px;
    background: url(/site/images/logo/MarkH.svg) no-repeat center bottom;
    background-size: 100%;
    vertical-align: middle;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}

.mark:hover:after {
    opacity: 1;
}

.nav-tog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 26px 0 20px;
    border-right: 1px solid transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s ease .3s;
    -moz-transition: .25s ease .3s;
    -ms-transition: .25s ease .3s;
    transition: .25s ease .3s;
}

    .nav-tog span {
        display: block;
        width: 31px;
        height: 5px;
        margin-bottom: 5px;
        background: #424140;
        border-radius: 2px;
        position: relative;
        -webkit-transition: .35s ease;
        -moz-transition: .35s ease;
        -ms-transition: .35s ease;
        transition: .35s ease;
    }

.nav {
    -webkit-backface-visibility: hidden;
}

.nav.open .nav-tog {
    border-right: 0px solid #ceccbf;
    -webkit-transition: .1s ease 0s;
    -moz-transition: .1s ease 0s;
    -ms-transition: .1s ease 0s;
    transition: .1s ease 0s;
}

    .nav.open .nav-tog span:first-child {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
        transform-origin:50% 50%;
        transition-delay: .05s;
        width: 31px;
    }

    .nav.open .nav-tog span:nth-child(2) {
        opacity: 0;
        width: 7px;
    }

    .nav.open .nav-tog span:last-child {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        transform-origin:50% 50%;
        transition-delay: .05s;
        width: 31px;
    }

.home #header .nav {
    margin: 0 auto;
    text-align: center;
}

		@media screen and (min-width: 992px) {
		/* Only animate nav on desktop */

			.home #header .nav {
				-webkit-transition: .4s ease .1s;
				transition: .4s ease .1s;
				-webkit-transform: translateY(50px);
				transform: translateY(50px);
			}

			.home.loaded #header .nav {
				-webkit-transform: translateY(0px);
				transform: translateY(0px);
			}

		}

.home .nav-tog {
    display: none;
}

.menu {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: -5px;
    margin-top: 0px;
}

.menu .children {
    float: left;
    clear: none;
    overflow: hidden;
    display: none;
    font-size: 12px;
}

.menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.7,0,.3,1);
    -moz-transition: .5s cubic-bezier(.7,0,.3,1);
    -ms-transition: .5s cubic-bezier(.7,0,.3,1);
    transition: .5s cubic-bezier(.7,0,.3,1);

}

	.menu ul:before,
	.menu ul:after {
	    content: " ";
	    display: table;
	}

	.menu ul.children:before {
		content: '\2022';
		display: inline-block;
		float: left;
		padding: 0 10px;
		line-height: 50px;
		position: relative;
		-webkit-transition: .15s ease .3s;
		-moz-transition: .15s ease .3s;
		-ms-transition: .15s ease .3s;
		transition: .15s ease .3s;
	}

	.open .menu ul.children:before {
		opacity: 0;
		-webkit-transition: .15s ease 0s;
		-moz-transition: .15s ease 0s;
		-ms-transition: .15s ease 0s;
		transition: .15s ease 0s;
	}

	.menu ul:after {
	    clear: both;
	}

	.nav.mini .menu ul {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	.nav.open .menu ul {
                background-size: 100%;
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.menu li {
		float: left;
		list-style: none;
		overflow: hidden;
		-webkit-transition: .4s cubic-bezier(.7,0,.3,1);
		-moz-transition: .4s cubic-bezier(.7,0,.3,1);
		-ms-transition: .4s cubic-bezier(.7,0,.3,1);
		transition: .4s cubic-bezier(.7,0,.3,1);
	}

	.menu li:first-child {
		margin-left: 10px;
	}

    .menu .page-item-2 { display: none; }

	.menu li a {
        background: url("/site/images/buttons/menu3.png") no-repeat scroll 0 0 transparent;
        background-size: 100%;
        padding: 2px 10px 3px 10px;
        margin: 0px;
        margin-top: 6px;
        display: block;
        float: left;
        color: #fff;
        text-transform:none;
        white-space: nowrap;
        text-decoration: none;
        width: 120px;
        height: 32px;
        text-shadow:
        -1px -1px 0 #999,
        1px -1px 0 #999,
        -1px 1px 0 #999,
        1px 1px 0 #999;  
	}

	.menu li a:hover, .current_page_item a {
		color: #a40000;

	}

	.menu .current_page_item a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f0a3+0,d2e638+50,c3d825+51,dbf043+100;Green+Gloss+%232 */
		color: #fff;
        display: block;
        font-size: 12px;
        font-weight: normal;

	}
	.menu li a:hover, .current_page_item a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
        color: #ff0;

	}

	.mini .menu li {
		opacity: 0;
	}

	.mini .menu ul > li {
		max-width: 0;
	}

	.mini .menu .current_page_item, .mini .menu .current_page_item li {
		opacity: 1;
		max-width: 700px;
        color: #32813d;
	}

		.mini .menu .current_page_item.page-item-5 { max-width: 780px; }
		.mini .menu .current_page_item.page-item-9 { max-width: 740px; }
		.mini .menu .current_page_item.page-item-11 { max-width: 740px; }

		.mini .menu .current_page_item .children {
			display: block;
			float: left;
			margin-left: 0;
			max-width: 700px;
			max-height: 43px;
			visibility: visible;
			-webkit-transition: .4s cubic-bezier(.7,0,.3,1);
			-moz-transition: .4s cubic-bezier(.7,0,.3,1);
			-ms-transition: .4s cubic-bezier(.7,0,.3,1);
			transition: .4s cubic-bezier(.7,0,.3,1);
		}

		.mini .menu .current_page_item.page-item-5 .children { max-width: 780px; }
		.mini .menu .current_page_item.page-item-9 .children { max-width: 740px; }
		.mini .menu .current_page_item.page-item-11 .children { max-width: 740px; }

		.mini .menu .current_page_item .children li {
			float: left;
			opacity: 1;
		}

			.mini.open .menu .current_page_item .children li {
				-webkit-transform: translateX(-200%);
				-moz-transform: translateX(-200%);
				-ms-transform: translateX(-200%);
				transform: translateX(-200%);
				opacity: 0;
			}

			.mini.open .menu .current_page_item .children {
				max-width: 0px;
				visibility: hidden;
			}

			.menu .children li:first-child {
				margin-left: 0;
			}

			.mini.open .menu ul > li {
				max-width: 160px;
			}

		.mini .menu .current_page_item li a {

		}

		.mini .menu .current_page_item li a:hover {
		}

	.mini.open .menu li {
		opacity: 1;
	}



@media screen and (max-width: 640px) {

	.nav {
		margin-top: 15px;
		-webkit-backface-visibility: hidden;
		z-index: 999;
		position: relative;
	}

	.mini.open .menu .current_page_item .children {
		display: none;
	}

	.menu ul.children:before {
		display: none;
	}

	.mark {
		width: 50px;
		height: 50px;
	}

	.mark:after {
		height: 50px;
		width: 50px;
	}

	.mark, .nav-tog {
		z-index: 10000;
		position: relative;
	}

	.home #header .container {
		position: absolute;
		left: 0;
		top: 0;
	}

	.home .nav-tog {
		display: inline-block;
		position: absolute;
		top: 30px;
		left: -15px;
	}

	.nav.open .nav-tog {
		border-right-color: transparent;
	}

	.menu {
		opacity: 0;
		background: rgba(242, 238, 231, .95);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		visibility: hidden;
		z-index: 9999;
		-webkit-transition: .3s ease;
		-moz-transition: .3s ease;
		-ms-transition: .3s ease;
		transition: .3s ease;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
	}

	.menu:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 50%;
		width: 0px;
		height: 0px;
		background: rgb(231, 224, 88);
		margin: 0;
		margin-top: 0px;
		-webkit-transition: .3s cubic-bezier(.51,0,.4,1.3) .1s;
		-moz-transition: .3s cubic-bezier(.51,0,.4,1.3) .1s;
		-ms-transition: .3s cubic-bezier(.51,0,.4,1.3) .1s;
		transition: .3s cubic-bezier(.51,0,.4,1.3) .1s;
	}

	.open .menu:after {
		width: 400px;
		height: 400px;
		margin-left: -200px;
		margin-top: -200px;
	}

	.open .menu {
		opacity: 1;
		visibility: visible;
	}

	.menu ul {
		top: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -140px;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%);
	}

	nav.open .menu ul {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.home #header .nav {
		text-align: center;
	}

	.menu li {
		float: none;
		opacity: 1;
	}

	.open .menu li, .open .menu ul > li, .mini .menu ul > li,  .mini .menu .current_page_item li {
		max-width: 100%!important;
		opacity: 1;
	}

	.menu li a {
        background: url("/site/images/buttons/menu3.png") no-repeat scroll 0 0 transparent;
        background-size: 100%;
        padding: 2px 10px 3px 10px;
        margin: 0px;
        margin-top: 6px;
        display: block;
        float: left;
        color: #fff;
        text-transform:none;
        white-space: nowrap;
        text-decoration: none;
        width: 120px;
        height: 32px;
        text-shadow:
        -1px -1px 0 #999,
        1px -1px 0 #999,
        -1px 1px 0 #999,
        1px 1px 0 #999;  
	}

	.open .menu li:nth-child(1) a { transition-delay: 0s }
	.open .menu li:nth-child(2) a { transition-delay: .05s }
	.open .menu li:nth-child(3) a { transition-delay: .1s }
	.open .menu li:nth-child(4) a { transition-delay: .15s }
	.open .menu li:nth-child(5) a { transition-delay: .2s }
	.open .menu li:nth-child(6) a { transition-delay: .25s }
	.open .menu li:nth-child(7) a { transition-delay: .3s }
	.open .menu li:nth-child(8) a { transition-delay: .35s }
	.open .menu li:nth-child(9) a { transition-delay: .4s }
	.open .menu li:nth-child(10) a { transition-delay: .45s }

	.open .menu li a {
		opacity: 1;
		-webkit-transform: translate3d(0,0px,0);
	}

	.menu li a:hover, .current_page_item a {
		background: none;
	}

	.menu .children, .menu .current_page_item .children {
		display: none;
	}

}