html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
  font-family: Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #414141;
  background: #fff;
  margin: 1em;
  /* border: 1px solid #ccc; */
}

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; height: auto; width: 100%; }


/** page structure **/
nav {
  display: block;
  width: 100%;
  height: 50px;
  background: #f0f0f0;
}

.editor-wrapper {
    border: 1px solid #ccc;
    padding-bottom: 0; margin-bottom:10PX;
}

.wrapper { 
  display: block;
  /* margin: 0 auto; */
  width: 750px;
}

#menu {
  display: block;
  position: relative;
  z-index: 99;
  
}

#menu li {
  display: block;
  float: left;
  
}
#menu li a {
  display: block;
  position: relative;
  float: left;
  padding: 0 15px;
  font-size: 1.5em;
  line-height: 35px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  margin: 0.5em;
}
#menu li a:hover, #menu li a.active {
  background: #fff;
  color: #2c343b;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 180px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  box-shadow: 0 2px 7px rgba(0,0,0,0.45);
}
#menu li ul li {
  display: block;
  width: 180px;
}
#menu li ul li a {
  display: inline-block;
  float: none;
  color: #4e5b67;
  font-size: 1.35em;
  line-height: 35px;
  padding: 0 15px;
}
#menu li ul li a:hover {
  background: #ccc;
  color: #000;
  width: 140px;
}

#menu li ul.expanded {
  
}
#menu li ul.expanded li {  }



#menu li ul li ul {
  display: none;
  position: absolute;
  left: 180px;
  top: 0;
  /* height: 100%; */
  background: none;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  border-left: 1px solid #ccc;
  /* width: 50px; */
}
#menu li ul li ul li a { color: #000; display: inline;}
#menu li ul li ul li a:hover { text-decoration: none; background: #fff; width: 100px;}

#menu li ul li.purple a:hover, #menu li ul li.purple a.active { background: #4f4c83; color: #fff; }
#menu li ul li.purple ul { background: #4f4c83; }

#menu li ul li.green a:hover, #menu li ul li.green a.active { background: #65834c; color: #fff; }
#menu li ul li.green ul { background: #65834c; }

#menu li ul li.aqua a:hover, #menu li ul li.aqua a.active { background: #4c7983; color: #fff; }
#menu li ul li.aqua ul { background: #4c7983; color: #fff; }

#menu li ul li.red a:hover, #menu li ul li.red a.active { background: #834c4c; color: #fff; }
#menu li ul li.red ul { background: #834c4c; }

#menu li ul li.blue a:hover, #menu li ul li.blue a.active { background: #4d6899; color: #fff; }
#menu li ul li.blue ul { background: #4d6899; }

#menu li ul li.gold a:hover, #menu li ul li.gold a.active { background: #97944c; color: #fff; }
#menu li ul li.gold ul { background: #97944c; }


/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*Editor Styles*/
.editor {
  padding: 1em;
  background: #FFF;
  border-radius: 3px;
  /*box-shadow: 0 1px 5px rgba(0,0,0,0.15) inset;*/
  outline: none;
  border: 1px solid #AAA;
  line-height: 1.6em;
  width: 100%;
  height: 10em;
  /* margin: 1em 0 0 1em; */
  font-size: 24px;
  border: none;
  resize: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.editor:focus {
  background: #FFF;
}

div#keypadDiv {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

a#hide-pane {
    font-size: 16px;
    font-weight: bold;
    margin: 0.5em;
}

a#hide-pane:hover {
    cursor: pointer;
}

span.key {
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 2px -1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px 2px 2px -1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 2px -1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    height: 50px;
    margin-right: 2px;
	line-height:50px; text-align:center;
}

.amharicChar, .special {
    font-weight: bold;
    font-size: 16px;
    /* padding-left: 1.5em; */
}

span.key {
    /* padding: 1em; */
}

.numRow .key {
    display: inline-block;
    width: 6.7%;
}

.topRow .key {
    display: inline-block;
    width: 5.92%;
	text-align:center;
    /* padding-right: 1em; */
}

.homeRow .key {
    display: inline-block;
    width: 7.94%;
	text-align:center;
}

.bottomRow .key {
    display: inline-block;
    width: 7.73%;
}

.extraRow .key {
    display: inline-block;
    width: 7%;
}

.numRow, .topRow, .homeRow, .bottomRow, .extraRow {
    margin-left: 1em;
    margin-top: 0.5em;
}
span.key.specialChar {
    width: 10%;
}

span.spacebar {
    display: inline-block;
    width: 50em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 2px -1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px 2px 2px -1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 2px -1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    height: 50px;
    margin-right: 2px;
	line-height:50px;
	   text-align: center;
}

span.spacebarText {
    font-size: 16px;
    font-weight: bold;
}

a#facebookShare {
    position: relative;
    float: right;
    display: inline-block;
    width: 120px;
    margin-right: 1em;
    background: url('../img/fb-share.png');
    height: 40px;
}
a#twitterShare {
    position: relative;
    width: 120px;
    float: right;
    display: inline-block;
    margin-right: 1em;
    background: url('../img/twitter-share.png');
    height: 38px;
}
.icon-show {
  background: url("../img/dot-icon.jpg") no-repeat top left;
  width: 32px;
  height: 32px;
  display: inline-block;
}
a#email {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 29px;
    float: right;
    margin-right: 1em;
    margin-top: 0.5em;
    background: url('../img/gmail.png');
}
a#ymail {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 39px;
    float: right;
    margin-right: 1em;
    background: url('../img/yahoo.png');
}
#menu li ul li ul li {
    font-size: 2em;
    /* margin: 0 1em; */
    font-weight: bold;
    display: inline;
    width: 50px;
    padding: 0;
}

span.show {
    border: 4px solid;
    margin-left: 1em;
    border-radius: 5px;
    display: inline-block;
}

span.hide {
    margin-left: 2em;
}

div#keypadContainer {
    clear: both;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000;
  background: #f0f0f0;
  text-align: center;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}

a#search {
    position: relative;     display: inline-block;     
    width: 100px;     float: right;     margin-right: 2em;
    margin-top: 0.5em;
    background: url('../img/google_logo.png');
    width: 100px;
    height: 33px;
}

div#footer {
  width:100%;
  height: 50px;
  font-size: 16px;
}

a.terms-am {
    font-size: 20px;
}

/*Responsive Styles*/

@media screen and (max-width : 480px){
    #keypadContainer {
        display: none;
    }
    
    a#search {
        background: url("../img/google_mobile.png") no-repeat;
        width: 40px;
        height: 40px;
        margin-top: 1em;
        float: left;
    }

    a#twitterShare {
        background: url("../img/twitter-mobile.png") no-repeat;
        width: 40px;
        height: 40px;
        margin-top: 1.25em;
        float: left;
    }
    a#facebookShare {
        background: url("../img/fb_mobile.png") no-repeat;
        width: 40px;
        height: 40px;
        margin-top: 1em;
        float: left;
    
        margin-left: 3.5em;
    }

    a#ymail {
      margin-top: 1em;
      float: left;
    }
    a#email {
      margin-top: 1.5em;
      float: left;
    }
    a#hide-pane {
      display: none;
    }
    .editor {
      height: 100%;
      width: inherit; padding:0px;
      border-bottom: none; width:99%;
}
    div#footer {
      font-size: 12px;
	  padding:0px 10px;
    }

    a.terms-am {
        font-size: 12px;
    }

    /*Navigation Menu*/
    .show-menu {
      display:block;
    }

    #menu {
      display: none;
    }

    /*Create vertical spacing*/
    ul li {
      margin-bottom: 1px;
      /* border-bottom: 1px solid #ccc; */
      clear: both;
      background-color: #ccc;
    }
    /*Make all menu links full width*/
    ul li, li a {
      width: 100%;
    }

    nav {
      height: 0;
    }
    .wrapper {
      width: auto;
    }
    #menu li ul li {
      width: 100%;
      z-index: 100;
      background-color: #eee;
    }
    #menu li ul {
      position: static;
    }
    #menu li ul li a {
      display: inline;
    }
    #menu li ul {
      width: 100%;
    }
    #menu li ul li ul {
      position: static;
    }
    #menu li ul.expanded li {
      width: 100%;
    }
    #menu li ul li a:hover {
      display: block;
      margin: 0;
      width: inherit;
    }
    #menu li ul li ul li a {
      margin: 0;
      width: 100%;
    }
    #menu li ul li ul li a:hover {
      width: 100%;
    }

    body {
        height: 88%;
    }

    html {
        height: 100%;
    }

    .editor-wrapper {
        height: 88%;
    
        padding-bottom: 2em;
        border: 1px solid #ccc;
}

    .container {
        height: 65%;
        position: absolute;
        width: inherit;
        top: 112px; padding:0px 10px;
        /* border-bottom: none; */
}
a#facebookShare{ margin-left: 0.5em;}
    div#keypadDiv {
      height: auto;
    
      position: absolute;
      top: 40px;
      width: 94%;
      border-bottom: 1px solid #ccc;
      padding-top: 1em;
}
#footer p {
    line-height: 16px;
    margin-bottom: 10px;
}
#menu li ul li span {
    display: none !important;
}
}

@media screen and (max-width : 1200px){
span.spacebar{width: 34%;}
span.key{margin-right:1px;}

}