
/*
    code {
      font-size: 12px;
      line-height: 15px;
      width: 100%;
      word-break: break-all;
      word-wrap: break-word;
    }
    td {
      padding: 10px 1% 10px 0;
    }
    td.col1 {
      width: 160px;
    }
    .left {
      color: blue;
    }
    .left:hover {
      text-decoration: underline;
      cursor: pointer;
    }
*/

html, body {
	width: 100%;
	margin: 0;
	padding: 0
}
.page {
	width: 100%;
	min-height: 100%;
	background: #fff;
	overflow: auto;
	z-index: 1;
	position: relative
}

.mobile-nav{ z-index:99999;}
.mobile-nav ul {
	margin: 70px 0 0 0;
	padding: 0
}
.mobile-nav ul li {
	list-style: none
}
.mobile-nav ul li a{
color:#000000; font-size:17px; line-height:50px; font-family: 'GOTHIC_0'; outline:none; padding:0 33px 0 0;
}


.mobile-nav ul li a:hover{
color:#FF5D11; text-decoration:none;outline:none;
}
.mobile-nav ul li a.active{
color:#FF5D11; text-decoration:none;outline:none;
}
.dropdown{ cursor:pointer;}


.dropdown{ background:url(../images/dropdown_arrow.png) no-repeat right center; width:12px; height:6px;}
.dropdown:hover{background:url(../images/dropdown_arrow_hover.png) no-repeat right center; }
.sub_menu{ display:none;}

.mobile-nav ul li:hover ul.sub_menu{
display: block; /* Display the dropdown */
}



.mobile-nav .sub_menu{ margin:0; padding:0 0 0 10px;}
.mobile-nav .sub_menu li a{
color:#000000; font-size:16px; line-height:30px; font-family: 'GOTHIC_0';
}
.mobile-nav .sub_menu li a:hover{
color:#FF5D11; text-decoration:none;
}
.mobile-nav .sub_menu li a.active{
color:#FF5D11; text-decoration:none;}
.hamburger {
	position: fixed;
	top: 7%; right:4% !important;
	float: right;
	margin: 10px; z-index:999999;
	padding: 10px 10px 9px;
	cursor: pointer;
	
	display: block
}
.hamburger .hamburger-inner {
	position: relative;
	height: 21px;
	width: 30px;
	display: block;
	margin: 0;
	padding: 0; z-index:99999;
}
.hamburger .bar {
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 0
}
.hamburger .bar.bar2, .hamburger .bar.bar3 {
	top: 9px ; z-index:3;
}
.hamburger .bar.bar4 {
	top: 18px
}
.hamburger.open .bar1, .hamburger.open .bar4 {
	display: none
}
.hamburger.open .bar2, .hamburger.open .bar3 {
	height: 2px
}




