html,body,#dat-menu
{
	height: 100%;
	width: 100%;
}
body.datnomargin
{
	margin-top: 0!important;
}
.dat-menu-setup
{
	background-color: #665140;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	position: relative;
}
.dat-menu-setup .dat-menu-container
{
	min-height: 100%;
	outline: 1px solid transparent;
	position: relative;
	transform: translateZ(0) translateX(0) rotateY(0deg)!important;
	webkit-transform: translateZ(0) translateX(0) rotateY(0deg)!important;
	z-index: 10;
}
.dat-menu-setup .dat-menu-container::after
{
	background: rgba(0,0,0,.2);
	content: '';
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .4s,height 0s .4s;
	webkit-transition: opacity .4s,height 0s .4s;
	width: 100%;
}
.dat-menu-setup .dat-menu-wrapper
{
	position: relative;
}
.dat-menu-wrapper.dat-menu-padding
{
	padding-top: 0;
}
.component
{
	margin: 0 auto;
	width: 60%;
}
.dat-menu-setup.dat-menu-load
{
	perspective: 1500px;
	position: fixed;
	webkit-perspective: 1500px;
}
.dat-menu-load .dat-menu-container
{
	backface-visibility: hidden;
	cursor: pointer;
	height: 100%;
	overflow: hidden;
	position: absolute;
	webkit-backface-visibility: hidden;
	width: 100%;
}
.dat-menu-load .dat-menu-wrapper
{
	webkit-transform: translateZ(-1px);
}
.dat-menu-animate .dat-menu-container::after
{
	height: 101%;
	opacity: 1;
	transition: opacity .3s;
	webkit-transition: opacity .3s;
}
.dat-menu-list
{
	display: none;
	font-size: 26px;
	height: auto;
	line-height: 130%;
	max-height: 90%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 10%;
	position: absolute;
}
.datnomargin .dat-menu-list
{
	display: block;
}
.dat-menu-list
{
	ms-transform: translateY(-50%);
	top: 50%;
	transform: translateY(-50%);
	transform-style: preserve-3d;
	webkit-transform: translateY(-50%);
	webkit-transform-style: preserve-3d;
}
.dat-menu-list
{
	padding-left: 0;
	width: 0;
	z-index: -1;
}
.dat-menu-load .dat-menu-list
{
	left: 0;
	overflow: hidden;
	padding-left: 15%;
	width: auto;
	z-index: 1;
}
.dat-menu-list a
{
	border: 0!important;
	color: rgba(255,255,255,.6);
	display: inline-block;
	font-weight: 300;
	margin: 0 0 30px;
	text-decoration: none;
	transform-style: preserve-3d;
	transition: color .3s;
	webkit-transform-style: preserve-3d;
	webkit-transition: color .3s;
}
.dat-menu-list a:hover
{
	color: #fff;
}
.dat-menu-list a
{
	display: block;
}
.datnomargin .dat-menu-container
{
	ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform .4s;
	webkit-transform-origin: 50% 50%;
	webkit-transition: -webkit-transform .4s;
}
.effect-1.dat-menu-animate .dat-menu-container
{
	transform: translateZ(-1500px) translateX(100%) rotateY(-45deg)!important;
	webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg)!important;
}
.effect-2.dat-menu-animate .dat-menu-container
{
	transform: translateZ(-1500px) translateX(100%) rotateY(0deg)!important;
	webkit-transform: translateZ(-1500px) translateX(100%) rotateY(0deg)!important;
}
.effect-3.dat-menu-animate .dat-menu-container
{
	transform: translateZ(0) translateX(80%) rotateY(0deg)!important;
	webkit-transform: translateZ(0) translateX(80%) rotateY(0deg)!important;
}
.no-csstransforms3d .dat-menu-animate .dat-menu-container
{
	left: 75%;
}
.dat-menu-list>ul
{
	margin: 0!important;
}
li.dat-menu-header span
{
	color: #fff;
	display: block;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top: 40px;
	text-transform: uppercase;
}
ul:first-child li.dat-menu-header:first-child span
{
	padding-top: 0;
}
.dat-menu-list>ul>li>ul
{
	margin-left: 0;
	padding-left: 0;
	position: static;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>li>a
{
	background-color: transparent;
	color: rgba(255,255,255,.6);
	line-height: auto;
	padding: 0;
	white-space: normal;
}
.dat-menu-list ul.dropdown-menu
{
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: block;
	float: none;
	font-size: inherit;
	left: auto;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: static;
	top: auto;
}
.dat-menu-list li
{
	list-style: none;
	margin-left: 0;
	ms-transform: translateX(-150px);
	opacity: 0;
	padding-left: 0;
	transform: translateX(-150px);
	transition: transform .4s,opacity .4s;
	webkit-transform: translateX(-150px);
	webkit-transition: -webkit-transform .4s,opacity .4s;
}
.dat-menu-animate .dat-menu-list li
{
	ms-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
	webkit-transform: translateX(0);
}
.dat-menu-animate .dat-menu-list li:nth-child(2)
{
	transition-delay: .04s;
	webkit-transition-delay: .04s;
}
.dat-menu-animate .dat-menu-list li:nth-child(3)
{
	transition-delay: .08s;
	webkit-transition-delay: .08s;
}
.dat-menu-animate .dat-menu-list li:nth-child(4)
{
	transition-delay: .12s;
	webkit-transition-delay: .12s;
}
.dat-menu-animate .dat-menu-list li:nth-child(5)
{
	transition-delay: .16s;
	webkit-transition-delay: .16s;
}
.dat-menu-animate .dat-menu-list li:nth-child(6)
{
	transition-delay: .2s;
	webkit-transition-delay: .2s;
}
.dat-menu-animate .dat-menu-list li:nth-child(7)
{
	transition-delay: .24s;
	webkit-transition-delay: .24s;
}
.dat-menu-animate .dat-menu-list li:nth-child(8)
{
	transition-delay: .28s;
	webkit-transition-delay: .28s;
}
.dat-menu-animate .dat-menu-list li:nth-child(9)
{
	transition-delay: .32s;
	webkit-transition-delay: .32s;
}
.dat-menu-animate .dat-menu-list li:nth-child(10)
{
	transition-delay: .36s;
	webkit-transition-delay: .36s;
}
.dat-menu-animate .dat-menu-list li:nth-child(11)
{
	transition-delay: .4s;
	webkit-transition-delay: .4s;
}
.dat-menu-animate .dat-menu-list li:nth-child(12)
{
	transition-delay: .44s;
	webkit-transition-delay: .44s;
}
.dat-menu-animate .dat-menu-list li:nth-child(13)
{
	transition-delay: .48s;
	webkit-transition-delay: .48s;
}
.dat-menu-animate .dat-menu-list li:nth-child(14)
{
	transition-delay: .52s;
	webkit-transition-delay: .52s;
}
.dat-menu-animate .dat-menu-list li:nth-child(15)
{
	transition-delay: .56s;
	webkit-transition-delay: .56s;
}
.dat-menu-list
{
	moz-user-select: none;
	ms-user-select: none;
	webkit-user-select: none;
}
.dat-menu-list.dat-submenu>ul>li>ul
{
	margin-left: 15%!important;
	opacity: .7;
}
.dat-menu-list.dat-submenu>ul>li>ul ul
{
	padding-left: 0!important;
}
.dat-menu-list.dat-submenu>ul li.has-ot-mega-menu,.dat-menu-list.dat-submenu div
{
	display: none!important;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub>ul>li
{
	display: none;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub
{
	display: block;
	position: relative;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub>a
{
	border: 0!important;
	display: block;
	padding-right: 50px;
}
.dat-menu-list ul li>a i
{
	display: none;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub:after
{
	color: #fff;
	content: '+';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub.dat-sub-active:after
{
	content: '-';
}
.dat-menu-top-header
{
	background: #232323;
	box-shadow: inset 0 30px 0 rgba(255,255,255,.01),inset 0 -1px 0 rgba(255,255,255,.05),0 2px 5px rgba(0,0,0,.2);
	box-sizing: border-box;
	color: #fff;
	display: none;
	font-size: 20px;
	font-weight: 700;
	height: 60px;
	left: 0;
	line-height: 40px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.dat-menu-top-header a,.dat-menu-top-header a:hover,.dat-menu-top-header a:active
{
	color: #fff;
}
.dat-menu-list input[type=submit],.dat-menu-top-header input[type=submit]
{
	display: none!important;
}
.dat-menu-top-header input[type=text]
{
	background: #fff;
	border: 0;
	border-radius: 40px;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	moz-transition: all .2s;
	opacity: 0;
	o-transition: all .2s;
	outline: none;
	padding: 0 15px;
	position: absolute;
	right: 60px;
	top: 10px;
	transition: all .2s;
	webkit-transition: all .2s;
	width: 0;
	z-index: 100;
}
.dat-menu-top-header input[type=text]:focus
{
	opacity: 1;
	right: 60px;
	width: 62%;
}
.dat-menu-top-header a.dat-menu-menu
{
	background-size: 40px 40px;
	display: block;
	float: left;
	height: 40px;
	text-decoration: none;
	width: 40px;
}
.dat-menu-top-header a.dat-menu-search
{
	background-size: 40px 40px;
	display: block;
	float: right;
	height: 40px;
	text-decoration: none;
	width: 40px;
}
.dat-menu-list .dat-menu-search-block input[type=text]
{
	background: transparent;
	border: 0;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 40px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.dat-menu-list .dat-menu-search-block input[type=text]:focus
{
	background: #fff;
	border: 1px solid #fff;
	color: #232323;
}
ul#dat-menu-list-inner
{
	padding-left: 0!important;
}
.dat-menu-temp
{
	display: none!important;
}
.admin-bar:not(.datnomargin) .dat-menu-top-header
{
	margin-top: 32px;
}
.dat-menu-top-header>img
{
	display: inline-block;
	max-height: 35px;
	max-width: 70%;
}
@media screen and (max-width:782px)
{
	.admin-bar:not(.datnomargin) .dat-menu-top-header
	{
		margin-top: 46px;
	}
}
@media screen and (max-width:77em)
{
	.dat-menu-list.top
	{
		top: 15%;
	}
	.dat-menu-list.bottom
	{
		bottom: 15%;
	}
}
@media screen and (max-width:36.625em),screen and (max-height:41.75em)
{
	.dat-menu-load .dat-menu-list
	{
		padding-left: 15%;
	}
}
@media screen and (max-width:31em),screen and (max-height:36.2em)
{
	.dat-menu-list
	{
		font-size: 17px;
		width: 6.8em;
	}
}
@media screen and (max-height:31.6em)
{
	.dat-menu-list a
	{
		margin-bottom: 20px;
	}
}