/* IZN (c) 2013 */ 

* {
  box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
}

/* menu */ 
.w2-bg_panel {
	position: fixed;
	background-color: white;
   background-size: cover;
}

html,body,.w2-bg_panel {
	min-height: 100%;
	min-width: 100%;
}

.wx-bg-panel {
	border: none;
}

.wx-hdimg {
	width: 100%;
	height: auto;
}

.wx-bgimg {
	/*background-size: cover;*/
}

.wx-title {
	display: inline-block;
}

h1.w2-x {
	font-family: "MyWebFont1",Geneva,Verdana, Arial, Helvetica, sans-serif!important;
	font-weight: lighter;
	font-size: 48pt;
}
h2.w2-x {
	font-family: "MyWebFont2",Geneva, Verdana, Arial, Helvetica, sans-serif!important;
	font-weight: 300;
	font-size: 20pt;
	color: #ff5722;
}

.wx-contentbox-location {
	margin-top: 40px;
}

.w2-margin-0 {
	margin: 0px!important;
}

.w2-padding-0 {
	padding: 0px!important;
}

.w2-slim-text {
	padding: 0px;
	margin: 0px;
	line-height: 105%;
}

/* menu */
.w2-fixed_bar {
	background-color: #000000;
	/*background-image: url('../images/stripe.png');
	background-repeat: repeat;
	box-shadow: 0px 1px 1px #fff;*/
	height: 40px;
}

.w2-hmenu ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.w2-hmenu ul li {
	display: inline-block;
	height: auto;
	/*width: 18%;*/
	min-width: 100px;
}

.w2-hmenu ul li a {
	display: block;
	text-align: center;
	color: #ff5722;
	padding: 5px;
	margin: 3px;
	text-decoration: none;
	font-family: "MyWebFont4",Geneva,Verdana, Arial, Helvetica, sans-serif!important;
}

.w2-hmenu ul li a:hover {
	/*background: #009688;
	color: white;*/
}

.w2-opacity {
	opacity: 0.9;
}

textarea {
	height: 100px;
	width: 80%;
}

.w2-leftbar {
	padding-left: 15px;
}

.w2-footer {
	/* future */ 
}

/* transition */
@media (min-width:601px) {
	.w2-mobile ul{
		margin: 0px 0px 0px 0%;
	}
	.w2-mobile ul li {
		max-width: 180px;
	}
	
	.w2-hmenu ul li a:hover {
		color: #ffffff;
		border-bottom: 5px #ff5722 solid;
	}
	
	.wx-title {
	display: inline-block;
	position: absolute;
	border-top-right-radius: 15px;
	/*margin: 7% 0% 10% 10%;*/
	padding: 1px 32px 15px 1px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.w2--content-padding {
	padding: 1px 7% 10px 7%;
}

	.w2-top-distance {
		margin-top: 10px;
	}
}

@media (max-width:600px) {
	.w2-mobile {
		position: relative!important;
		width: 100%!important;
		height: auto;
		top: auto;
		left: auto;
		margin: 0%;
		padding: 0%;
	}
	
	.w2-mobile [class*=" w2-margin-"], .w2-mobile [class*=" w2-padding-"] {
		margin: 0%!important;
		padding: 0%!important;
	}
	
	h1.w2-x {
		font-size: 34pt;
	}
	
	.w2-leftbar {
		padding-left: 10px;
	}
	
	.w2-fly {
		position: relative!important;
	}
	
	.w2--content-padding {
		margin: 0%;
		padding: 5px!important;
	}
	
	.w2-mobile ul,.w2-mobile ul li {
		width: 100%!important;
		margin: 0px;
		padding: 0px;
		display: block;
		background-color: #000;
		
	}
	
	.w2-mobile ul li a {
		margin: 0px;
		color: #ff5722;
	}
	
	.w2-hmenu ul li a:hover {
	background: #ff5722;
	color: white;
	}
	
	.w2-mobile .wx-title p {
	padding: 4px 10px;
}

	.wx-title {
	display: block;
	/*margin: 7% 0% 10% 10%;*/
	padding: 1px 5px 5px 1px;
}

	p.w2-mobile {
	margin: 0px!important;
}

.w2-top-distance {
	margin-top: 1px;
	margin-bottom: 10px;
}
}

.w3-table td {
	padding-left: 0px!important;
}

.w3-input:focus  {
	box-shadow: inset 0 0 1px #ff5722;
}

.w2--relative {
	position: relative;
}

a img.wx-logo:hover { 
	background: url('../images/mx_logo_5.png');
}