/* Genreal Layout
----------------------------------------------- */

p {
    margin: 0 0 25px;
}
small {
    font-size: 85%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    line-height: 20px;
    color: inherit;
    font-weight: 400;
    text-rendering: optimizelegibility;
}
h1,
h2,
h3 {
    line-height: 1.2;
}
h1 {
    font-size: 48.5px;
}
h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 24.5px;
}
h4 {
    font-size: 17.5px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 11.9px;
}
hr {
    color: #fafafa;
}
.btn-orange {
    color: #ffffff;
    background-color: #e77300;
    border-color: #e77300;
    font-weight: 700px;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:visited,
.btn-orange:focus,
.btn-orange.focus {
    color: #ffffff !important;
    background-color: #cf6700;
    border-color: #e98119;
}

.btn-green {
    color: #ffffff;
    background-color: #79a736;
    border-color: #79a736;
}
.btn-green:hover,
.btn-green:active,
.btn-green:visited,
.btn-green:focus,
.btn-green.focus {
    color: #ffffff !important;
    background-color: #87ba3c;
    border-color: #79a736;
}

.btn-green:active {
    color: #ffffff !important;
    background-color: #bfbf31;
    border-color: #79a736;
}

/* Top Menu Toolbar
----------------------------------------------- */
#page {
    margin:0;
}
#topheader {
    min-height: 150px;
    background-color: inherit;
    padding: 30px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 200;
}

#logo {
  height: 176px;
  width: 154px;
  padding: 10px;
}
 
.logo {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 30px 0 0 0;
}
.page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    padding: 30px 0 4px 0;
}

.search-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    padding: 20px;
}

#menu {
    margin:0;
}
header {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0px;
  left: 0px;
}

header, header * {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#activity-list {
    width: 100%;
    background-color: #f8f5f0;
    padding: 30px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 40px;
}

/* Home - Index page specific styles
----------------------------------------------- */
#assessment-list {
    width: 100%;
    background-color: #222222;
}
#assessment-tab li{
      background-color: #cf6700;
}


.header-main {
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #cf6700;
    text-transform: uppercase;    
    font-weight: 400;
}
.subheader-main {
    border-bottom: 1px solid #d5d5d0;
    padding-bottom: 2px;
    font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #98978b;
    font-weight: 400;
}

.subheader2-main {
    padding: 2px 0 2px 0;
    font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #cf6700;
    font-weight: 500;
    text-transform: uppercase;
}

.subheader3-main {
    padding-bottom: 2px;
    font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #98978b;
    font-weight: 400;
}
.icon {
  font-size: 32px;
  color: #e77300;
  padding-left: 30%;
  display: block;
}

#index-links ul {
    margin:0;
}
#index-links li {
    display: block;
    padding-left: 1.3em;
}
#index-links li:before {
    content: "\f12e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.tags {
   background-color: rgba(55,55,50, 0.5);
   color: #f2f2f2;
   margin: 3px;
   padding:5px;
   text-align: center;
   text-transform: uppercase;
   font-size: 10px;
   font-weight: 500;
   border: 1px solid #222222 ;
   border-radius: 20px;
}

.tags2 {
   background-color: rgba(55,55,50, 0.5);
   color: #f2f2f2;
   padding:5px;
   text-align: center;
   text-transform: uppercase;
   font-size: 10px;
   font-weight: 500;
   border: 1px solid #222222 ;
   border-radius: 20px;
}

/* Background Colours
----------------------------------------------- */

.bg-orange2 {
    background-color: #bf7831 !important; 
}

.bg-orange {
    background-color: #cf6700 !important; 
}

.bg-red {
    background-color: #bf3131 !important; 
}

.bg-yellow {
    background-color: #bfbf31 !important;    
}

.bg-blue {
    background-color: #3078bf !important;       
}

.bg-purple {
    background-color: #68305f !important;        
}

.bg-teal {
    background-color: #185f5f !important; 
}

.bg-green {
    background-color: #185b32 !important;
}

.bg-navy {
    background-color: #33313e !important; /*dark grey blue */
}

.bg-grey {
    background-color: #373732 !important; 
}

.bg-beige {
    background-color: #98978b !important; 
}

.bg-white {
    background-color: #ffffff !important; 
}

.bg-brown {
    background-color: #a85f1c !important; /*orange rusty brown */
}
.bg-personnage {
    background-color: #30bdbd !important; /*light teal */
}
.bg-actions {
    background-color: #4b8f3a !important; /*light green */
}

.bg-temps {
    background-color: #ddae22 !important; /*light yellow */
}

.bg-cause {
    background-color: #5e2826 !important; /*dark red used for background */
}

.bg-objets {
    background-color: #7e4b8d !important; /*light purple */
}

.highlight {
    background-color: #00b100 !important; /*yellow = cccc38 */
  -webkit-box-shadow: 7px 7px 5px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 7px 7px 5px -1px rgba(0,0,0,0.6);
  box-shadow: 7px 7px 5px -1px rgba(0,0,0,0.6);
}
.highlight2 {
    background-color: #3078bf !important; /*yellow = cccc38 */
    color: #ffffff !important;
    border: 1px solid #3078bf !important;
}
.white-text {
  color: #ffffff !important;
}
.black-text {
  color: #222222 !important;
  font-size: 12px;
}
.brown-text {
  color: #98978b !important;
  font-size: 12px;
}
.red-text {
  color: #cc0000 !important;
}

.link {
    color: #2d8ab8;
    font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.link:hover {
    color: #1e5c7b;
}
a.link {
    color: #2d8ab8;
    font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
a.link:hover,
a.link:active,
a.link:visited {
    color: #1e5c7b;
}

section#footer {
    width: 100%;
    padding-bottom: 40px;
    background-color: #2d2d29;
    border-top: 2px solid #cf6700;
    padding: 30px 10px 30px 10px;
    color: #ffffff;
}

.bottom-btns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.instructions {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #e8f4f9;
    padding: 18px 10px 18px 10px;
    color: #222222;
}

.dk-header {
    color: #e77300;
    padding-bottom: 12px;
}

/* Search
----------------------------------------------- */


/* Sortable Lists
----------------------------------------------- */

#sortable-list,
#sortable-text,
#sortable-images {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
}
#sortable-list li,
#sortable-text li,
#sortable-images {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    font-size: 20px;
    height: auto;
}
#sortable-images,
#sortable-text li {
    display: inline-block;
}

.sort {
  margin-bottom: 40px;
}
#memory-text {
    background: #e8f4f9;
    border: 1px solid #2d8ab8;
    border-radius: 8px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 22px;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 20px 10px;
}

.default {
    background: #98cce6;
    border: 1px solid #2d8ab8;
    color: #222222;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    cursor: pointer;
    cursor: hand;    
}
.list {
    background: #98cce6;
    border: 1px solid #2d8ab8;
    color: #222222;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    cursor: pointer;
    cursor: hand;
}
.image {
    background: #ffffff;
    border: 2px solid #2d8ab8;
    color: #222222;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}
.image1 {
    background: #ffffff;
    color: #222222;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}
.image2 {
    background: #ffffff;
    margin-left: 2px;
    margin-top: 10px;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}
.text {
    background: #98cce6;
    border: 1px solid #5b7a8a;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 28px;
    padding: 12px;
    margin-right: 12px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
}
.text2 {
    background: #e8f4f9;
    border: 1px solid #2d8ab8;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #222222;
    font-size: 28px;
    padding: 8px;
    margin-right: 12px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
}
.shuffle:after {
    content: "\f021";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
}
.home:after {
    content: "\f12e";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 5px;
}
/* Drag and Drop
----------------------------------------------- */

#div1 {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 2px solid #c1c1c1;
    background-color: #ffffff;
    display: inline-block;
    overflow: auto;
}
.textbox {
    width: 100%;
    height: 50px;
    padding: 5px;
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 24px;
}
#div2 {
    width: 130px;
    height: 180px;
    padding: 5px 20px;
    border: 2px solid #c1c1c1;
    background-color: #f2f2f2;
    display: inline-block;
    overflow-x: hidden;
}
#div3 {
    width: 110px;
    min-height: 110px;
    padding: 10px;
    border: 2px solid #c1c1c1;
    background-color: #ffffff;
    display: inline-block;
    overflow-x: hidden;
}

/* Memory Game */

/* the stle for the wrapper element */
.quizy-memorygame{
  position:relative;
  width:100%;
}

/* styles of the card to show */
.quizy-memorygame .mgcard-show{
  width:156px;
  height:156px;
  background:url('../images/memory/mg-mcard.png');
}

.quizy-memorygame .quizy-mg-item{
  position:absolute;
  cursor:pointer;
  text-align:center;
}

.quizy-memorygame .quizy-mg-item .quizy-mg-item-bottom, .quizy-memorygame .quizy-mg-item .quizy-mg-item-top{
  position:absolute;
  top:0;
  left:0;
  text-align:center;
}

.quizy-mg-item .quizy-mg-item-top{
  background:url('../images/memory/quizy-mg-item-top2.png');
}

/* styles for the popup notifications */
.quizy-mg-notification-fly{
  width:90px;
  height:90px;
  position:absolute;
  z-index:1000;
  display:none;
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.quizy-mg-notification-fly-neg{
  background:url('../images/memory/incorrect.png');
}

.quizy-mg-notification-fly-pos{
  background:url('../images/memory/correct.png');
}

/* styles for the game summary */
#quizy-game-summary {
  width:300px;
  height:160px;
  position:absolute;
  z-index:1001;
  background: #515b69;
  box-shadow: rgba(0,0,0,0.7) 0 0 4px, inset 0 0 20px rgba(0, 0, 0, 0.4);;
  border:1px solid #000;
  display:none;
  text-align: center;
  padding-bottom: 20px;
}

#quizy-game-summary div.gs-column{
  width:75px;
  float:left;
  padding:10px 0 10px 20px;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
  text-align:center;
}

#quizy-game-summary #gs-column1{
  font-size:16px;
  padding-top:30px;
}

#quizy-game-summary #gs-column2{
  font-size:12px;
  padding-top: 65px;
  background:url('../images/memory/mg-timeicon.png') no-repeat 70% 25%;
}

#quizy-game-summary #gs-column3{
  font-size:12px;
  padding-top: 65px;
  background:url('../images/memory/mg-clickicon.png') no-repeat 70% 25%;
}


#quizy-game-summary #gs-closebut,
#quizy-game-summary #gs-replaybut{
  display: inline-block;
  margin-top: 10px;
  width: 70px;
  padding: 10px;
  text-align: center;
  background: #D7EEF0;
  cursor: pointer;
}

#quizy-game-summary #gs-closebut:hover, 
#quizy-game-summary #gs-replaybut:hover{
  background: #fff;
}

#quizy-game-summary #gs-replaybut{
  margin-right: 20px;
}

.quizy-game-clear{
  clear: both;
}


.card {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
.card-text {
   font-family: 'Comic Sans MS', Verdana, Helvetica, Arial, sans-serif;
   color: #222222;
   font-size: 22px;  
   position: relative;
   top: 60px;
   text-align: center;
   width: 95%;
}

 .results{
  padding:5px;
  color:#222222;
  border-radius: 4px 4px 4px 4px;
  background:#f2f2f2;
}

section#faq {
  margin: 60px 0;
}

.fa-question-circle {
  padding: 0 12px 0 5px;
  font-size: 15px;
  color: #bf7831;
}

.fa {
  padding: 0 5px 0 5px;
}

/* Au dela des mots */
.audela-box {
  background-color: #f2f2f2;
  overflow: auto;
}

.audela-header {
   font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;   
   color: #ffffff;
   background-color: #30bfbe;
   font-size: 22px;
   padding: 10px;
   text-align: center;
   margin: 5px 0 6px 0;
}
.audela-text {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #000000;
   font-size: 18px;
   padding: 30px 10%;
   background-color: #ffffff;
   line-height: 1.5em;
}

.audela-btns {
   margin: 30px 15px;
   text-align: center;
   color: #ffffff;
   padding-bottom: 80px;
}
.audela-btns label{
    border-radius: 10px;
    font-size: 18px;
}

/* Text box */

.text-box {
  background-color: #f2f2f2;
  overflow: auto;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #000000;
   font-size: 18px;
   padding: 5% 10%;
   background-color: #ffffff;
   line-height: 1.5em;
}

.text-box strong {
    font-weight: bold;
}
.text-box em {
    font-style: inherit;
}
.text-box 
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    text-rendering: optimizelegibility;
}
/* Game buttons
----------------------------------------------- */
.select-btns {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 24px;
   margin: 30px 15px;
   padding:20px 30px
}
.select-btn {
   background-color: #f2f2f2;
   color: #222222;
   margin: 10px 0 10px 10px;
   padding:8px;
   text-align: center;
   border: 1px solid #98978b;
   border-radius: 20px;
}


/* Flipper for Recto Verso
---------------------------------------------- */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
    margin-bottom: 30px;
    cursor: pointer;
    cursor: hand;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 400px;
  height: 200px;
}

.front, .back {
  font-family: Arial, Verdana, Helvetica, sans-serif !important;
  font-size: 22px !important;
  color: #000000 !important;
  background-color: #f2f2f2;
  padding: 22px 8px 8px 8px;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);  
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.btn-flip {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 12px 12px;
    border-width: 2px;
    border-color: #30bdbd;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #30bdbd;
}

.btn-flip:hover,
.btn-flip:focus,
.btn-flip:active,
.btn-flip.active,
.open .dropdown-toggle.btn-flip {
    border-color: #30bdbd;
    color: #fff;
    background-color: #30bdbd;
}


/* Misc Formating */
.assessment-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header {
   font-family: 'Roboto', Verdana, Helvetica, Arial, sans-serif;   
   color: #ffffff;
   font-size: 22px;
   padding: 10px;
   text-align: center;
   margin: 5px 0 6px 0;
   text-transform: capitalize;
}
.margin-left-40 {
  margin-left: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}


.padding-bottom-50 {
  padding-bottom: 50px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.padding-10 {
  padding: 10px;
}

.btns {
  padding: 20px 0;
}


/* Search 
----------------------------------------------- */
#main {
padding: 10px;
margin: 100px;
margin-left: 300px;
color: Green;
border: 1px dotted;
width: 520px;
}
#display_results {
color: red;
background: #CCCCFF;
}

/* Admin Area
----------------------------------------------- */
.loginbg {
  background: url(../images/bg6.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
.img-login {
  max-width: 50%;
  max-height: 50%;
  margin-left: 32%;
  margin-top: 60px;
  padding-bottom: 15px;
}
.well-login {
  color: #222222;
  min-height: 20px;
  padding: 19px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #222222;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.header-login {
  color: #ffffff;
}
.well-add {
  max-width: 98%;
  padding: 30px;
  margin-left: 1%;
  background-color: #b1afc0;
}

.table-text {
  font-size: 18px;
  color: #000000;
}
.admin-menu {
  max-width: 100%;
  padding: 19px;
  background-color: #33313e;
}

.admin-menu ul,li {
  list-style: none;
  display: inline-block;
}

.admin-add {
  max-width: 100%;
  padding: 8px;
  background-color: #33313e;
  border: 1px solid #222222;
  margin-top: 30px;
  margin-bottom: 30px;
}

.admin-add label{
  font-family: Arial;
  font-size: 18px !important;
  color: #000000 !important;

}

.btn-add {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 12px 12px;
    border-width: 2px;
    border-color: #e77300;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #e77300;
}

.btn-add:hover,
.btn-add:focus,
.btn-add:active,
.btn-add.active,
.open .dropdown-toggle.btn-add {
    color: #ffffff !important;
    background-color: #cf6700;
    border-color: #e98119;
}

.btn-cancel {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 12px 12px;
    border-width: 2px;
    border-color: #222222;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #33313e;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.open .dropdown-toggle.btn-cancel {
    color: #ffffff !important;
    background-color: #bf3131;
    border-color: #bf3131;
}

.btn-main {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 12px 12px;
    border-width: 2px;
    border-color: #3078bf;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #3078bf;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
    color: #ffffff !important;
    background-color: #215485;
    border-color: #215485;
}

.fa-input {
  font-family: FontAwesome, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;;
}

.index {
  min-height: 50px;
  min-width: 50px;
  padding: 19px;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #79a736;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


/******************************************************************
Search
******************************************************************/
div#main {
  width: 360px;
  margin: 200px auto 20px auto;
}
.title {
  line-height: 1.2em;
  position: relative;
  margin-left: 40px;
}
div.icon {
  margin-top: 4px;
  float: left;
  width: 31px;
  height: 30px;
  background-image: url(../images/magnify.gif);
  background-repeat: no-repeat;
  -webkit-transition-property: background-position, color;
  -webkit-transition-duration: .2s, .1s;
  -webkit-transition-timing-function: linear, linear;
  -moz-transition-property: background-position, color;
  -moz-transition-duration: .2s, .1s;
  -ms-transition-duration: .2s, .1s;
  -ms-transition-timing-property: linear, linear;
  -o-transition-property: background-position, color;
  -o-transition-duration: .2s, .1s;
  -o-transition-timing-property: linear, linear;
  transition-property: background-position, color;
  transition-duration: .2s, .1s;
  transition-timing-property: linear, linear;
}
div.icon:hover {
  background-position: 0px -30px;
  cursor: pointer;
}
input#search {
  width: 350px;
  height: 25px;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  border: 1px solid #ababab;
  font-size: 20px;
  line-height: 25px;
  color: #ababab;
}
input#search:hover, input#search:focus {
  color: #3b3b3b;
  border: 1px solid #36a2d2;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
h4#results-text {
  display: none;
}
ul#results {
  display: none;
  width: 360px;
  margin-top: 4px;
  border: 1px solid #ababab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}
ul#results li {
  padding: 8px;
  cursor: pointer;
  border-top: 1px solid #cdcdcd;
  transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover {
  background-color: #F7F7F7;
}
ul#results li:first-child {
  border-top: none;
}
ul#results li h3, ul#results li h4 {
  transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  color: #616161;
  line-height: 1.2em;
}
ul#results li:hover h3, ul#results li:hover h4  {
  color: #3b3b3b;
  font-weight: bold;
}
