html, body { height: 100%; }

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.pt-page {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	top: 77px;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*.pt-page-sub{top: 117px;}*/

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}

/* Text Styles, Colors, Backgrounds */

/*
.pt-page-1 {
	background: #0ac2d2;
}

.pt-page-2 {
	background: #7bb7fa;
}

.pt-page-3 {
	background: #60d7a9;
}

.pt-page-4 {
	background: #fdc162;
}

.pt-page-5 {
	background: #fd6a62;
}

.pt-page-6 {
	background: #f68dbb;
}
*/

/* Triggers (menu and button) */

.pt-triggers {
	position: absolute;
	width: 100%;
	height:77px;
	z-index: 9999;
	background: #f5f4f2;
	top: 0px;
	left: 0px;
	min-width: 1150px;

}

.no-js .pt-triggers {
	display: none;
}

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	/*
	margin: 0px 0 20px;	
	line-height: 50px;
	*/
	height: 77px;
	letter-spacing: 1px;
	width: 100%;	
	cursor: pointer;
	display: block;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button:hover {
	background: #f5f4f2;
	color: #77b802;
}

.pt-touch-button {
	background: #f5f4f2;
	color: #aaa;
}

.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.pt-message {
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #da475c;
	color: #fff;
	text-align: center;
}

.pt-message p {
	margin: 0;
	line-height: 50px;
	font-size: 26px;
}

.no-cssanimations .pt-message {
	display: block;
}




.pt-triggers_sub {
	position: absolute;
	width: 100%;
	height:40px;
	z-index: 999990!important;;
	background: #57595a;
	top: 0px;
	left: 0px;
	min-width: 1150px;

}
/*
.no-js .pt-triggers_sub {
	display: none;
}

.pt-triggers_sub .dl-menuwrapper button,
.pt-triggers_sub .pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0 20px;	
	line-height: 40px;
	height: 40px;
	letter-spacing: 1px;
	width: 100%;	
	cursor: pointer;
	display: block;	
	background:#57595a;
	color:#fff;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/

.mybt{display:block; float:left; margin-left: 20px; padding-top:10px!important; height:30px!important; color:#fff; z-index: 999999!important;}
.mybt:hover{cursor:pointer;}

.bt_submnu_selected{background: #96c123!important;}
.submenu:hover {background-color: #7bb801;}