
/* ------ UNIVERSAL STYLES for SMALL SCREENS ------ */

ul {
 margin: 10px 0 0 15px;
 padding: 0;
}

ul li {
 padding: 0 0 20px 0;
}


/* -- #content works with the navobile navigation functions --*/
#content { background: #dbeee1; }

h1 {
 font-size: 22px;
 padding: 0;
 margin: 10px 0 0 0 !important;
}

h1 span {
 font-size: 13px;
 font-weight: normal;
 color: #000;
 padding: 0;
 margin: 10px 0 0 0 !important;
}
h2 {
 font-size: 17px;
 padding: 0 0 6px 0;
 margin: 10px 0 0 0;
 border-bottom: 2px solid #212121;
}
h2 span {
 display: none;
}


.acct-details h2 {
 margin-top: 10px;
}

hr {
    clear: both;
    display: block;
    width: auto;
    height: 2px;
    background: #ddd;
    border: 0;
    margin-bottom: 15px;
}

hr:before, 
hr:after {
    content: '';
    float: left;
    height: 4px;
    width: 4px;
    background: #ddd;
    margin-top: -1px;
}
hr:after { float: right; }


.lft { 
 float: left; 
 margin-right: 10px;
}




.left { float: left; }
.left-top { float: left; margin-top: 12px; }
.double-left { float: left; margin-left: 20px; }
.right { float: right; }
.right-most { float: right; width:85%; }
.right-top { float: right; margin-top: 23px; }
.right-top-alt { float: right; margin-top: 10px; }
.mid-right { float: right; margin-top: 26px; }

.form-message { 
 display: block; 
 padding-bottom: 15px; 
} 

.bold { color: #38719e; font-weight: bold; }
.attention { color: #b20000; }




/* ------ HEADER STYLES ------ */

header {
 width: auto;
 padding: 15px;
 margin: 0;
 background: #f3f3f3; /* for non-css3 browsers */ 
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3", endColorstr="#ffffff"); /* for IE */
 background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
 background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */  
 border-top: 9px solid #266d2f;
 border-bottom: 3px solid #red;
}


nav {
  display: none;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2 !important;
  background: #e2e2e2;
}

#search-wrap { 
 float: none;
 display: block;
 width: auto; 
 height: 45px;
 background: transparent; 
 margin: 10px !important;

}
#search-wrap input { 
 float: left;
 width: 90%;
 padding: 10px;
 font-size: 13px;
 background: #fff;  
 border: 1px solid #ccc;  
}

.search-glass-wrap {
 width: 33px;
 height: 32px;
 padding-top: 6px 6px 0 0;
 margin: 5px 15px 0 0 !important;
 border-left: 1px solid #ccc;
}
.search-glass-wrap:hover {
 box-shadow: none;
}


nav ul {
 display: block;
 width: 100%;
 list-style-type: none;
 padding: 0;
 margin: 0;
}
nav ul li {
 float: none !important;
 position: relative;
 display: block !important;
 padding: 0 10px 0 15px;
 margin: 0;
 border-right: 0;
 border-left: 0;
 border-bottom: 1px solid #d0d0d0;
 padding-right: 0;
}

nav ul li:first-child {
 border-top: 1px solid #d0d0d0;
 border-left: 0;
} 
nav ul li:nth-child(2) {
 border-left: 0;
}

nav ul li div {
 display: inline;
 font-size: 1em;
 font-weight: bold;
 margin: 0;
 padding: 0;
}
nav ul li span {
 position: absolute;
 top: 15px;
 right: 20px;
}
nav > ul > li:hover,
nav > ul > li > a:hover {
 background: #e2e2e2;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none; 
}

nav > ul > li > a {
 color: #212121;
 font-size: 1em;
 font-weight: bold; 
 padding: 10px 0 10px 10px !important;
 
}

/* the show/hide effects */
/* the drop-down box */

nav ul ul {
 display: none;
 width: 110%; 
 position:static;
 top:0;
 left: 0;
 height: auto;
 padding: 0;
 margin: 0;
 margin-left: -15px;
 background: #fff;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 -moz-box-shadow: inset 0 0 0 #e2e2e2;
 -webkit-box-shadow: inset 0 0 0 #e2e2e2;
 box-shadow: inset 0 0 0 #e2e2e2; 
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -o-transition: none !important;
 -ms-transition: none !important;
 transition: none !important;
}
nav > ul > li:hover ul.my-bill, 
nav > ul > li > a:hover ul.my-bill {
 display: none;
 height:auto;
}
nav > ul > li:hover ul.service, 
nav > ul > li > a:hover ul.service {
 display: none;
 height:auto;
}
nav > ul > li:hover ul.save, 
nav > ul > li > a:hover ul.save {
 display: none;
 height:auto;
}
nav > ul > li:hover ul.my-account, 
nav > ul > li > a:hover ul.my-account {
 display: none;
 height:auto;
}

nav ul ul li {
 width: 100%;
 padding: 0 0 0 15px;
 margin: 0;
}
nav ul ul li:hover,
nav ul ul li a:hover {
 width: 100%;
 color: #fff !important;
 background: #276d2f;
}
nav ul ul li:hover,
nav ul ul li:active {
 width: 100%;
 color: #fff !important;
 background: #276d2f; 
}
nav ul ul li a {
 font-size: 1em;
 font-weight: normal;
 color: #212121;
 padding: 7px 15px;
 margin: 0;
 vertical-align: middle;
}
nav ul ul li a:hover {
 color: #fff;
}

li.bdr {
 border: none;
 border: 0;
 height: 0;
 color: #fff; 
 background: #fff;
 padding: 0;
 margin: 0;
}



/* ------ CONTENT STYLES ------ */

.page-wrap {
 max-width: 500px;
 margin: 0 auto;
 position: relative;
}

.main-content {
 float: none;
 width: auto;
 padding: 0;
 margin: 15px 10px;
}

.content-well {
 float: none;
 width: auto;
 padding: 10px;
 margin: 15px 10px; 
}

.content-well h1 {
 font-size: 22px;
 line-height: 23px;
 padding: 0;
 margin: 0 0 10px 0; 
}
.content-well h2 {
 font-size: 17px;
 padding: 0;
 margin: 5px 0 0 0;

}
.content-well h3 {
 position: relative;
 font-size: 14px;
 font-weight: normal;
 padding-bottom: 40px;
 margin-bottom: 20px;
 border-bottom: 2px solid #212121;
}
.content-well h3 span {
 display: block;
 left: 0;
 margin-top: 15px;
}


.acct-details,
.messages-mobile,
.quick-links,
.view-bill-module,
.bill-period,
.currant-usage {
 clear: both;
 display: block;
 width: auto;
 padding: 10px;
 margin: 0 0 15px 0;
 border: 0; 
}


.view-bill-module h1 {
 font-size: 22px;
 padding: 0 0 8px 0;
}

.accounts-date-box {
 padding: 0;
 margin-bottom: -15px; 
}


.acct-details {
 padding-bottom: 0; 
}
.acct-details h1 {
 padding-bottom: 10px; 
}

ul.msgs {
 clear: both;
 display: block;
 list-style:none;
 padding: 0;
 margin: 15px 0 0 0;
}

ul.msgs > li {
 clear: both;
 display: block;
 margin: 0;
}

ul.msgs > li:first-of-type > div {
 margin-bottom: 40px;
}


.quick-links,
.messages-mobile {
 display: block;
 background: #fff;
 padding: 13px;
 margin: 15px 0 20px 0;
}
.quick-links ul,
.messages-mobile ul {
 list-style: none;
 padding: 0;
 margin: 15px 0 0 0;
}
.quick-links ul li,
.messages-mobile ul li {
 margin: 5px 0;
 padding: 0;
}

.quick-links ul li span,
.messages-mobile ul li span {
 display: inline-block;
 vertical-align: middle;
 margin: 0 5px 0 0;
}



/* ------ HELP BUBBLES for SMALL SCREENS ------ */

.help-stop-service,
.help-our-technicians {
 display: block;
 margin: 6px 0 0 0;
}

.bill-important-info {
 display: block;
 margin-top: 25px;
 margin-bottom: -20px;
}

/* also called info bubble */
.help-bubble {
 position: relative;
 width: auto;
 background: #e2e2e2;
 border-color: #e2e2e2;
 padding: 15px;
 margin: -5px 0 20px 0;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.help-bubble:after {
 content: "";
 position: absolute;
 top: -28px;
 left: 20px;
 border-bottom: 15px solid #e2e2e2;
 border-bottom-color: inherit; 
 border-left: 15px solid transparent;
 border-right: 15px solid transparent; 
}

.help-input-instructions {
 display: none;
}


table#account dt { 
 float: none;
 font-size: 13px;
 padding: 0;
 margin: 0; 
 white-space: nowrap; 
}
table#account dd { 
 font-size: 13px; 
 text-align: left;
 padding: 0;
 margin: 0 3px 0 0; 
} 
 
table#account dd + dd { 
 margin: 0; 
}

table#account td em { 
 font-size: 12px; 
} 


.funnel-btns li + li {
 float: right;
 height: 20px;
}



table#days td {
 width: 58px;
 text-align: center; 
}

table#days dt {
 font-size: 9px;
 padding: 10px 0;
}

table#days dd {
 font-size: 9px;
 padding: 0;
 margin: 0;
}

table#days dd:last-child {
 height: 54px;
}

table#days td a {
 padding: 10px 3px; 
}


.als-prev {
 left: 5px;
}
.als-next {
 right: 5px;
}

.targetDiv { 
 white-space: nowrap;
}


.adult-present li:first-child,
.homeowner li:first-child {
 display: block !important;
 float: none !important;
 font-weight: bold;
 margin-right: 20px;
}

.appointment-box {
 display: block;
 height: 50px;
}


/* Force table to not be like tables anymore */
 table.ledger-alt, 
 table.ledger-alt thead, 
 table.ledger-alt tbody, 
 table.ledger-alt th, 
 table.ledger-alt td, 
 table.ledger-alt tr { 
  display: block; 
 }
 
 /* Hide table headers (but not display: none;, for accessibility) */
 table.ledger-alt thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
 }
 
 table.ledger-alt tr { border: 0; }
 
 table.ledger-alt td:first-of-type { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #ccc; 
  position: relative;
  padding-left: 47%;
 }
 table.ledger-alt td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #ccc; 
  position: relative;
  padding-left: 47%;
  text-align: right !important;
 } 
  table.ledger-alt td:nth-of-type(1){
  border-top: 1px solid #ccc !important;
 }
  table.ledger-alt td:nth-of-type(9){
  border-bottom: 2px solid #000 !important;
 }
 
  table.ledger-alt td:nth-of-type(4),
  table.ledger-alt td:nth-of-type(6), 
  table.ledger-alt td:nth-of-type(8),
  table.ledger-alt td:nth-of-type(10) {
  display:none;
 } 
 
table.ledger-alt td {
   background: #fff; 
 }
 /* Zebra striping */

 table.ledger-alt td:nth-of-type(2),
 table.ledger-alt td:nth-of-type(5),  
 table.ledger-alt td:nth-of-type(9) {
  background: #e8f0f5; 
 }
 
 
 table.ledger-alt td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  font-weight: normal !important;
  text-align: left !important;
  white-space: nowrap;
 }

 table.ledger-alt td:first-of-type:before,
  table.ledger-alt td:last-of-type:before { 
  font-weight: bold !important;
  color: #336633 !important;
 } 


 /*
 Label the data
 */
 table.ledger-alt td:nth-of-type(1):before  { content: "Billing Period";  }
 table.ledger-alt td:nth-of-type(2):before  { content: "Days"; }
 table.ledger-alt td:nth-of-type(3):before  { content: "Current Reading"; }
 table.ledger-alt td:nth-of-type(4):before  { content: "-"; }
 table.ledger-alt td:nth-of-type(5):before  { content: "Previous Reading"; }
 table.ledger-alt td:nth-of-type(6):before  { content: "="; }
 table.ledger-alt td:nth-of-type(7):before  { content: "Difference"; }
 table.ledger-alt td:nth-of-type(8):before  { content: "x"; }
 table.ledger-alt td:nth-of-type(9):before  { content: "Billing Factor"; }
 table.ledger-alt td:nth-of-type(10):before { content: "="; }
 table.ledger-alt td:nth-of-type(11):before { content: "Total Therms"; }




/* ------ SPRITE STYLES for SMALL SCREENS ------ */

header a.logo {
  float: left;
  width: 67px;
  height: 49px;
  background-position: -5px -279px;
  border: 0;
  margin: 0 30px 0 0;
}

.norton {
 float: none;
 width: 129px; 
 height: 82px;
 border: 0;
 background-position: -5px -407px; 
}


/* small error icon */
.icon-error {
 float: left;
 width: 27px;
 height: 32px;
 background-position: -3px -93px;
 margin: 0 7px 5px 0;
}


/* mobile nav icons */

.mobile-home {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 27px;
 border: 0;
 margin: 5px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -5px -588px;
}
.mobile-edit {
 display: inline-block;
 float: left;
 width: 23px; 
 height: 23px;
 border: 0;
 margin: 6px 13px 0 0;
 background: url("../img/spritesheet.png") no-repeat -37px -588px;
}
.mobile-wand {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 26px;
 border: 0;
 margin: 5px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -37px -629px;
}
.mobile-calendar {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 26px;
 border: 0;
 margin: 5px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -5px -629px;
}
.mobile-person {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 26px;
 border: 0;
 margin: 5px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -66px -629px;
}
.mobile-question {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 26px;
 border: 0;
 margin: 5px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -5px -665px;
}
.mobile-phone {
 display: inline-block;
 float: left;
 width: 26px; 
 height: 22px;
 border: 0;
 margin: 7px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -37px -665px;
}
.mobile-plus {
 display: inline-block;
 float: left;
 width: 18px; 
 height: 18px;
 border: 0;
 margin: 7px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -66px -588px;
}
.mobile-minus {
 display: inline-block;
 float: left;
 width: 18px; 
 height: 8px;
 border: 0;
 margin: 7px 10px 0 0;
 background: url("../img/spritesheet.png") no-repeat -66px -614px;
}


/* ------ FORM ELEMENTS ------ */ 

form {
 position: relative;
 width: auto;
 padding: 0;
 margin: 0 0 15px 0;
}

form#Login {
 display: block;
 clear: both;
 margin-bottom: 20px !important;
}

label {
 float: none;
 display: block;
 color: #212121; 
 font-weight: bold;
}
label.float {
 float: left;
 padding: 12px 7px 0 0;
}

.inputbox { 
 display: block;
 width: 100% !important;
 height: 31px;
 margin-bottom: 10px;
 overflow: hidden; 
}
.inputbox-float { 
 float: left;
 width: 85%;
 overflow: hidden; 
}
.inputbox.short { 
 width: 25% !important;
}

input[type="radio"] + label {
 display: inline-block;
}

input[type="radio"] + label span {
 display: none;
}

/* required field asterisk */
label > span { color: #b20000; }

.account-dropdown { 
 display: block; 
}


input placeholder {
 color: #999;
}

.passwordBarContainer {
 width: 100%;
 margin-bottom: 20px;
}
.password-strength-bar {  width: 100%; padding: 10px; }

.currencyinput { 
 float: left;
 font-size: 16px;
 font-weight: normal;
 margin: 10px 3px 0 0;
}

#passwordTipsLink {
 cursor: pointer;
 cursor: hand;
}

#passwordTipsDiv {
 display:none;
 position:relative;
 width: auto;
 padding: 10px;
 margin: 0 0 20px 0;
 background: #e8eff5;
 border: 1px solid #cddce9;
}

select {
 background: transparent;
 height: 30px;
 font-size: 13px;
 padding: 10px;
 margin-bottom: 15px;
 border: 1px solid #ddd;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box; 
}


select:focus {
 color: #212121;
 border: 1px solid #999;
}

#myOwnSecurityQuestionDiv {
 position: absolute;
 top: 20px;
}

#answer-div {
 margin: 20px 0 0 0;
}

.plain-box { border: 0 !important; }

.acct-name {  
 float: left;
 margin: 0 0 20px 0;
}   
/* smaller width to fit inside error div */
.int-div {  
 float: left;
 width: 70%;
 margin: 9px 0 0 5px; 
}  
fieldset { 
 padding: 0;
 margin: 0 0 5px 0;
 border: 0 !important; 
}
fieldset > label {  margin-bottom: 10px; }

fieldset ul {  
 margin: 0 0 10px 32px;
 padding: 0;
 list-style: none;
}

fieldset ul li {  
 padding: 0 0 1px 0;
 font-size: 14px;
}


#accept-paperless {
 margin-top: 10px;
}

#captcha-box {
 font-weight: bold;
 text-align: center;
 padding: 10px 15px;
 margin-bottom: 20px;
 background: #eee;
}

#captcha-box > h5 {
 float: left;
 font-size: 14px;
 font-weight: bold;
 color: #000;
 padding: 2px 0 20px 0;
 margin: 0;
}
#captcha-box > img {
 width: 165px;
 height: 40px;
 margin: 5px auto 20px auto;
 border: 1px solid #000;
}

.captcha-check {
 width: 250px;
 height: 40px;
 padding: 5px;
 margin: 10px 0;
 background: #fff;
 border: 1px solid #ddd;
}

#theCaptcha {
 width: 135px;
 height: 40px;
 padding: 5px;
 margin: 10px 0;
 background: #fff;
 border: 1px solid #000 !important;
}



#adult-present-info ,
#trans-service,
#homeowners-information,
#serviceApptForm {
 margin: 0 !important;
}

#adult-present-info label,
#adult-present-info label.short,
#trans-service label,
#trans-service label.short,
#homeowners-information label,
#homeowners-information label.short,
#serviceApptForm label, 
#serviceApptForm label.short,
#serviceApptForm label.alt,
#serviceApptForm label.alt2 {
 float: none !important;
 clear: both !important;
 display: block !important;
 color: #212121; 
 font-weight: bold;
 width: auto !important;
 margin: 0 0 5px 0 !important;
 padding: 0;
 text-align: left;
}
textarea { width: 100% !important; }


#trans-service > .inputbox {
 float: left;
 width: 80% !important;
 overflow: hidden; 
}

#warning { 
 display: none; 
 clear: both;
 width: auto;
 background: #fff;
 padding: 10px !important;
 margin: 10px;
}
#warning h2 { 
 font-size: 1em !important;
 color: #212121;
 border: 0;
 margin: 0;
 padding: 0;
}
#serviceApptForm div.error {
 display: none;
 border: 0 !important;
 width: 0px;
 height: 0px;
 color: transparent;
}

#serviceApptForm .error {
 color: #c62127;
}
input.error placeholder {
 color: #c62127;
}

.instruct {
 clear: both;
 margin: 0 0 0 0 !important;
}


/* Form Validation for Static Form Code */

#warning-standalone { 
 display: block; 
 clear: both;
 width: auto;
 background: #fff;
 padding: 10px !important;
 margin: 10px;
}
/* small error icon */
.icon-error-standalone {
 float: left;
 width: 27px;
 height: 32px;
 background-position: -3px -93px;
 margin: 0 7px 5px 0;
}
#warning-standalone h2.stand { 
 display: inline-block;
 font-size: 1em !important;
 color: #212121;
 border: 0;
 margin: 2px 0 20px 0;
 padding: 0;
}

#warning-standalone ul {
 display: block;
 padding: 0;
 margin-left: 47px; 
}
#warning-standalone ul li:first-child {
 padding: 0;
 margin: 0 0 10px 0;
}

div.error-standalone {
 display: none;
 float: none;
 margin-left: 0;
 border: 0 !important;
 width: 0;
 height: 0;
 color: transparent;
}

input.error-standalone {
 color: #c62127;
}

#tabletHelpTxt {
 display: block;
 position: relative;
 color: #212121;
 padding: 13px;
 margin: -13px 0 10px 0;
 background: #e2e2e2;
 -moz-border-radius-bottomleft: 6px;
 -moz-border-radius-bottomright: 6px;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
}





/* ------ FOOTER STYLES for SMALL SCREENS ------ */

footer {
 clear: both;
 position: relative;
 width: auto;
 height: 220px;
 background: #fff;
 font-size: .85em;
 color: #7d7d7d;
 padding: 20px 0;
 border-top: 3px solid #266d2f;
}
footer .ftr {
 width: auto;
 float: left;
 font-size: 12px;
 color: #7d7d7d;
 top: 0;
 left: 0;
 margin: 0 15px;
}
footer .ftr ul {
 list-style-type: none;
 display: block;
 padding: 0 0 15px 0;
 margin: 0;
}

footer .ftr ul li {
 display: inline-block;
 padding: 0 2px;
 margin: 0;
 color: #434343;
}
footer .ftr ul li:first-child,
footer .ftr ul li:first-child + li + li + li + li {
 padding: 0 2px 0 0;
} 
 

footer .ftr ul li a {
 display: block;
 font-size: 12px;
 color: #003399;
 margin: 0;
 text-decoration: underline;
}
footer .ftr ul li a:hover { 
 color: #003399; 
 text-decoration: none;
}

footer .ftr p:first-of-type {
 margin: 15px 0 1px 0;
}

.ftr-logos {
 clear: both;
 display: block;
 float: none;
 width: 130px;
 text-align: center;
 margin: 0 auto;
 padding-top: 20px;
}



/******* STYLES OMITTED and INCLUDED on SMALL SCREENS  *******/

h2 span,
.steps-3,
.steps-6,
aside,
aside.r-sidebar,
.logged-in,
.help-ctr,
.property-compare,
.promo,
.aa-accessible,
.prev-bill,
.currant-usage > div.lft,
.currant-usage > div.lft + div,
.messages,
.help-txt { 
 display: none;
}

.btn-toggle { 
 display: inline-block; 
 }

.account-msgs { display: block; }


/* ========================================================================== */
/*  Navobile jQuery styles for small screens */
/*  ========================================================================= */

.navobile-mobile-only {
    display: none;
}

#navobile-device-pixel {
  width: 0;
}

@media screen and (min-width: 50px) and (max-width: 767px) {
    html,
    .navobile-bound {
      overflow-x: hidden;
      overflow-y: scroll;
      height: auto;
      width: 100%; 
    }

    .overflowscrolling {
      -webkit-overflow-scrolling: touch;
    }
    
    #navobile-device-pixel {
      width: 1px;
    }

    .navobile-mobile-only {
      display: block;
    }

    .navobile-desktop-only {
      display: none;
    }

    .navobile-navigation {
      height: 100%;
      left: -100%;
      overflow: auto;
      position: absolute;
      top: -100%;
      width: 80%;
      z-index: -1;
      
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }

    .navobile-bound .navobile-navigation {
        left: 0;
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .navobile-navigation ul {
      overflow: hidden;
    }

    .navobile-navigation li {
      float: none;
      overflow: hidden;
    }


    .navobile-content {
      position: relative;
      z-index: 4; 

      -webkit-transition: -webkit-transform 0.2s linear;
      -moz-transition: -moz-transform 0.2s linear;
      -o-transition: -ms-transform 0.2s linear;
      -ms-transition: -o-transform 0.2s linear;
      transition: transform 0.2s linear;
    }

    .csstransforms #content.navobile-content-hidden {
      -webkit-transform: translateX(80%);
      -moz-transform: translateX(80%);
      -ms-transform: translateX(80%);
      -o-transform: translateX(80%);
      transform: translateX(80%);
    }

    .csstransforms #content.navobile-content-hidden {
      -webkit-transform: translate3d(80%,0,0);
      -moz-transform: translate3d(80%,0,0);
      -ms-transform: translate3d(80%,0,0);
      -o-transform: translate3d(80%,0,0);
      transform: translate3d(80%,0,0);
    }
}

