/*.dot {
    display: inline;
    margin-left: 0.2em;
    margin-right: 0.2em;
    position: relative;
    top: -1em;
    font-size: 3.5em;
    opacity: 0;
    animation: showHideDot 2.5s ease-in-out infinite;
    color:#111;
    &.one { animation-delay: 0.2s; }
    &.two { animation-delay: 0.4s; }
    &.three { animation-delay: 0.6s; }
  }
}

@keyframes showHideDot {
  0% { opacity: 0; }
  50% { opacity: 1; }
  60% { opacity: 1; }
  100% { opacity: 0; }
}
*/

/* animations -> */
.alphNone.homeDesc.homeFader {
    line-height:140%;
    font-size: 20px;
    font-weight: 400;
    animation-name:titleFader;
    animation-iteration-count:1;
    animation-duration:.7s;
    animation-timing-function:ease-out;
    animation-fill-mode:forwards;
    animation-delay:.5s;
    opacity:0;
}
@keyframes titleFader {
    0%{opacity:0;}
    100%{opacity:1;}
}
.col-md-12.home-footer {
    position: fixed;
    width: 100vw;
    left: 0;
}
.background-grey {
    background:#eee !important;
}

.contact_info {
    padding-top: 15px;
    position: relative;
   
}
.mobile-banner {
    display: none;
}
.alphNone.homeDesc.homeFader {
    font-size: 20px;
    font-weight: 400;
}
.sharing {
    position: fixed;
    width: 100%;
    background: #fff;
    text-align: right;
    border-bottom: 2px solid;
    background: #ffff;
    z-index: 999999999999999;

}
.notes-container {
    
    margin: auto;
    margin-bottom: 100px;
}
.notes-container p {
    font-weight: 800;
    text-align: left !important;
}
.notes-container h4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sharing-list {
  margin-top:14px;
}
.sharing h3 {
    float: left;
    margin-top: 10px;
    margin-left: 60px;
    margin-bottom: 15px;
    color: #ff0000;
    font-size:24px;
    line-height:1.1;
    font-weight:600;
}
ul.info_links {
    position: absolute;
    width: 100%;
    right: 136px;
    border-right: 2px solid;
    padding-right: 20px;
    margin-top:0;
}
.sharing ul {
    list-style: none;
    margin-right: 70px;
}
button#quickTalkB {
    background: transparent;
    font-size: 13px;
    border: none;
    padding: 17px 7px 16px 7px;
   
}
/**/
.sharing li {
    display: inline-block;
    /* float: right; */
    margin-left: 13px;
    top: -1px;
    /* position: relative; */
}
.sharing a {
    color: #111;
    font-size:13px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
width:27px !important;

}
ul.burger {
    display: block;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
}
button.hamburger {
    position: relative;
    top: -3px;
}
.mobile-quick-talk {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 800;
    font-size: 16px !important;
}
.anim1 {
    -webkit-animation: animOne .7s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .7s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:70px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility:hidden;
  
}

.anim2 {
    top:65px;
    position: relative;
    opacity:0;
    -webkit-animation-name:animOne;
            animation-name:animOne;
    -webkit-animation: animOne .65s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .65s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .05s;
    animation-delay: .05s;
     visibility:hidden;
    
}
.anim3 {

    position: relative;
    opacity:0;
     -webkit-animation-name:animOne;
             animation-name:animOne;
    -webkit-animation: animOne .6s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .6s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:60px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .1s;
    animation-delay: .1s; 
    visibility:hidden;
}
.anim4 {
    position: relative;
    opacity:0;
         -webkit-animation-name:animOne;
                 animation-name:animOne;
    -webkit-animation: animOne .55s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .55s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:55px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .15s;
    animation-delay: .15s;
     visibility:hidden;
}
.anim5 {
    position: relative;
    opacity:0;
        -webkit-animation-name:animOne;
                animation-name:animOne;
    -webkit-animation: animOne .54s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .54s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:50px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .2s;
    animation-delay: .2s;
     visibility:hidden;
}
.anim6 {
    position: relative;
    opacity:0;
         -webkit-animation-name:animOne;
                 animation-name:animOne;
    -webkit-animation: animOne .52s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .52s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:45px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .25s;
    animation-delay: .25s;
     visibility:hidden;
}
.anim7 {
    position: relative;
    opacity:0;
           -webkit-animation-name:animOne;
                   animation-name:animOne;
    -webkit-animation: animOne .51s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .51s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:40px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .3s;
    animation-delay: .3s;
     visibility:hidden;
}
.anim8 {
          -webkit-animation-name:animOne;
                  animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:35px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .35s;
    animation-delay: .35s;
     visibility:hidden;
}
.anim9 {
          -webkit-animation-name:animOne;
                  animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    top:30px;
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .4s;
    animation-delay: .4s;
     visibility:hidden;
}
.anim10 {
    top:25px;
    position: relative;
    opacity:0;
          -webkit-animation-name:animOne;
                  animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .45s;
    animation-delay: .45s;
     visibility:hidden;
}
.anim11 {
    top:22.5px;
    position: relative;
    opacity:0;
           -webkit-animation-name:animOne;
                   animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .5s;
    animation-delay: .5s;
     visibility:hidden;
}
.anim12 {
    top:22px;
    position: relative;
    opacity:0;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .55s;
    animation-delay: .55s;
     visibility:hidden;
}
.anim13 {
    top:21.5px;
    position: relative;
    opacity:0;
           -webkit-animation-name:animOne;
                   animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .6s;
    animation-delay: .6s;
     visibility:hidden;
}
.anim14 {
    top:21px;
    position: relative;
    opacity:0;
     -webkit-animation-name:animOne;
             animation-name:animOne;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .62s;
    animation-delay: .62s;
     visibility:hidden;
}
.anim15 {
   top:20.75px;
    position: relative;
    opacity:0;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .64s;
    animation-delay: .64s;
     visibility:hidden;
}
.anim16 {
   top:20.5px;
    position: relative;
    opacity:0;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .66s;
    animation-delay: .66s;
     visibility:hidden;
}
.anim17 {
   top:20.15px;
    position: relative;
    opacity:0;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .675s;
    animation-delay: .675s;
     visibility:hidden;
}
.anim18 {
    top:20px;
    position: relative;
    opacity:0;
    -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .679s;
    animation-delay: .679s;
     visibility:hidden;
}
.anim19 {
    top:19.75px;
    position: relative;
    opacity:0;
   -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .683s;
    animation-delay: .683s;
     visibility:hidden;
}
.anim20 {
    top:19.5px;
    position: relative;
    opacity:0;
   -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .684s;
    animation-delay: .684s;
     visibility:hidden;
}
.anim21 {
    top:19.15px;
    position: relative;
    opacity:0;
      -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .685s;
    animation-delay: .685s;
     visibility:hidden;
}
.anim22 {
    top:19.5px;
    position: relative;
    opacity:0;
      -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .686s;
    animation-delay: .686s;
     visibility:hidden;
}

.anim23 {
    top:19.15px;
    position: relative;
    opacity:0;
      -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .686s;
    animation-delay: .686s;
     visibility:hidden;
}
.anim24 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .687s;
    animation-delay: .687s;
     visibility:hidden;
}

.anim25 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .690s;
    animation-delay: .690s;
     visibility:hidden;
}

.anim26 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .693s;
    animation-delay: .693s;
     visibility:hidden;
}

.anim27 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .693s;
    animation-delay: .693s;
     visibility:hidden;
}

.anim28 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .697s;
    animation-delay: .697s;
     visibility:hidden;
}

.anim29 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .7s;
    animation-delay: .7s;
     visibility:hidden;
}

.anim30 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .73s;
    animation-delay: .73s;
     visibility:hidden;
}
.anim31 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .75s;
    animation-delay: .75s;
     visibility:hidden;
}
.anim32 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .77s;
    animation-delay: .77s;
     visibility:hidden;
}
.anim33 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .80s;
    animation-delay: .80s;
     visibility:hidden;
}
.anim34 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .83s;
    animation-delay: .83s;
     visibility:hidden;
}
.anim35 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .85s;
    animation-delay: .85s;
     visibility:hidden;
}
.anim36 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .87s;
    animation-delay: .87s;
     visibility:hidden;
}
.anim37 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .90s;
    animation-delay: .90s;
     visibility:hidden;
}
.anim38 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .92s;
    animation-delay: .92s;
     visibility:hidden;
}
.anim39 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .94s;
    animation-delay: .94s;
     visibility:hidden;
}
.anim40 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .96s;
    animation-delay: .96s;
     visibility:hidden;
}
.anim41 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .96s;
    animation-delay: .96s;
     visibility:hidden;
}
.anim42 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: .98s;
    animation-delay: .98s;
     visibility:hidden;
}
.anim43 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1s;
    animation-delay: 1s;
     visibility:hidden;
}
.anim44 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.03s;
    animation-delay: 1.03s;
     visibility:hidden;
}
.anim45 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.06s;
    animation-delay: 1.06s;
     visibility:hidden;
}
.anim46 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s;
     visibility:hidden;
}
.anim47 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.10s;
    animation-delay: 1.10s;
     visibility:hidden;
}
.anim48 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.12s;
    animation-delay: 1.12s;
     visibility:hidden;
}
.anim49 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.14s;
    animation-delay: 1.14s;
     visibility:hidden;
}
.anim50 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.16s;
    animation-delay: 1.16s;
     visibility:hidden;
}
.anim51 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.18s;
    animation-delay: 1.18s;
     visibility:hidden;
}
.anim52 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.20s;
    animation-delay: 1.20s;
     visibility:hidden;
}
.anim53 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.22s;
    animation-delay: 1.22s;
     visibility:hidden;
}
.anim54 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s;
     visibility:hidden;
}
.anim55 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.26s;
    animation-delay: 1.26s;
     visibility:hidden;
}
.anim56 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.28s;
    animation-delay: 1.28s;
     visibility:hidden;
}
.anim57 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.30s;
    animation-delay: 1.30s;
     visibility:hidden;
}
.anim58 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s;
     visibility:hidden;
}
.anim59 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.34s;
    animation-delay: 1.34s;
     visibility:hidden;
}
.anim60 {
    top:19px;
    position: relative;
    opacity:0;
        -webkit-animation: animOne .5s ease-in-out 1; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation:         animOne .5s ease-in-out 1; /* IE 10+, Fx 29+ */
    position: relative;
    opacity:0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
      -webkit-animation-delay: 1.36s;
    animation-delay: 1.36s;
     visibility:hidden;
}
/**/


@keyframes animOne {
    0%{opacity:0;-webkit-transform:skewX(-10.5deg);transform:skewX(-10.5deg);}
    100%{opacity:1;top:0;-webkit-transform:skewX(0deg);transform:skewX(0deg);visibility:visible;}
}

@-webkit-keyframes animOne {
    0%{opacity:0; -webkit-transform:skewX(-10.5deg); transform:skewX(-10.5deg);}
    100%{opacity:1;top:0;-webkit-transform:skewX(0deg);transform:skewX(0deg);visibility:visible;}
}
/* animations end <-- */

html, body {
    background: #fff !important;
    height: 100%;
    overflow-x:hidden;
    width: 100%;
}
.modalResultQuick {
    position: relative;
    text-align: center;
}
.definitionView li {
    padding: 9px;
    color: #333;
    font-weight: 400;
    font-size: 15px;
}
.btn-primary:hover {
    background: transparent !important;
    color: #333 !important;
}
.definitionView ul {
    list-style-type: none;
}
i#crossOffThisDefErrorWin {
    position: relative;
    left: 33%;
    top: -48px;
    color: #ccc8c8;
}
a.buttonGoogleWin {
    padding: 5px;
    border-radius: 0;
    color: #111;
    top: -6px;
    background: #fff;
    position: relative;
    padding: 10px 28px;
    border: 2px solid #333;
    top: 16px;
}
a.buttonGoogleWin:hover {
    background:#fff;
    color:#333;
    text-decoration:none;
}
div#alternateDefIdWin {
    position: absolute;
    top: 99%;
    text-align: center;
    margin-left: 4%;
    padding: 19px 17px 40px 17px;
    background: #fff;
    border-radius: 3px;
    z-index: 999999999999999999;
    border: 2px solid;
}
#alternateDefId p {
    margin-top: 10%;
    font-weight:initial;
    font-size:15px;
}
.alternateDef.animated.bounce {
    z-index: 999999999999999999999999;
    width: 31.5%;
    left: 3.5%;
    right: 0;
    /* margin: auto; */
    background: #F44347;
    color: #fff;
    font-weight: 200;
    padding: 7px 5px 7px 5px;
    text-align: center;
    position: absolute;
    /* border-top-right-radius: 4px; */
    border-radius: 4px;
    top: 78%;
    height: 19%;
    /* -webkit-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.75);
    /* box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.75); */
    border-radius: 0;
}
/**/
a.buttonGoogle {
    background: transparent;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.75);
    /* box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.75); */
    /* margin-bottom: 20px; */
    top: 0px;
    position: relative;
    padding: 10px 34px;
    border: 2px solid;
    border-radius: 0;
    top: 7px;
    font-weight: initial;
}
a.buttonGoogle:hover {
   
    text-decoration:none;
}
ul.burger {
    display: none;
}
a#entries:hover {
    color:#ed65b3 !important;
    text-decoration:none;
    transition:.3s;
}
i#crossOffThisDefError {
    position: absolute;
    left: 95%;
    top: 9px;
    color: #fff;
}
.resultDefinitions.animated.bounceInLeft {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.35);
    padding: 5px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    width: 100%;
    /* top: 105%; */
    height: auto;
    cursor:pointer;
    margin-left: 0;

    
}
.resultDefinitions.animated.bounceInLeft ul {
    list-style-type: none;
    padding: 6px 6px 0px 12px;
}
.mobile_menu {
  display:none;
  position:fixed;
  top:0;
  height:100%;
  width:100%;
  background:#fff;
  z-index:9999;


}
.flexor {
display:flex;
position:absolute;
width:100%;
height:100%;
top:0;

}
.flexor ul {

margin:auto;
list-style:none;
padding:0;
}
.flexor li {
  padding:10px 5px;
  text-align:center;

}
.flexor ul li a {
    color: #111;
    font-weight: 800;
    /* padding: 3px 0px; */
    font-size: 16px;
}
.displayBlock {

display:none !important;
}
.definitionView {
    display: none;
    width: auto;
    height: auto;
    cursor: pointer;
    background: #fff;
    top: 75%;
    left: 0;
    position: absolute;
    padding: 5px;
    /* -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
    /* box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75); */
    right: 0;
    /* margin: auto; */
    border-top: 2px solid;
    border-bottom: 2px solid;
    z-index: 999999999999;
}

i#crossOffDefView {
    position: absolute;
    float: right;
    text-align: right;
    color: #333;
    padding: 10px;
    margin-left: 97%;
}
i#crossOffDefView:hover {
    color:gold;

}
input#searchTextQuick {
    width: 83%;
    left: 0;
    right: 0;
    margin: auto;
    color: #E91E63;
    font-weight: 600;
    font-size: 22px;
    border: 2px solid #111;
    padding: 21px 14px;
}
i#submitLoadQuick {
    top: 6px;
    left: -4px;
    /* position: relative; */
}
div#texter {
    position: absolute;
    top: 78%;
    margin-left: 2.77%;
    width: 32.6%;
    display: none;
    height: 19%;
    overflow: scroll;
    z-index: 99999999999999999999;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
    margin-top:0px;
}
.resultError.animated.flash {
    background: #ff0202;
    height: auto;
    vertical-align: middle;
    top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: auto;
    padding: 20px 100px;
}
h3#resultsQuick {
    color: #fe69b4;
    font-size: 20px;
    padding-bottom:10px;
}
h3#resultsQuick:visited {
    color: red !important;
    transition:.2s;
}
#hoverResultQuick span {
    display: inline-block;
}
#hoverResultQuick {
    width: 100%;
    display: block;
}
#hoverResultQuick img {
    position: relative;
    top: -3px;
}

.footer {
    display: none;
}
.modalResultQuick button {
    /* background: #2196f3; */
    /* border: 1px solid #2196f3; */
    /* -webkit-box-shadow: 2px 1px 15px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 2px 1px 15px 0px rgba(0,0,0,0.75);
    /* box-shadow: 2px 1px 15px 0px rgba(0,0,0,0.75); */
    /* color: #333; */
    background: #fff;
    border-radius: 3px;
    padding: 2px;
    color: #333;
    padding: 10px;
    cursor: pointer;
    border: 2px solid;
    border-radius: 0;
    letter-spacing: 1px;
}


button#submitLoadQuick {
    position: absolute;
    left: 7%;
}

div#quickModal {
    /* position: fixed; */
    width: 500px;
    /* left: 0; */
    /* right: 0; */
    border-radius: 0;
    margin: auto;
    height: auto;
    background: blue;
    background: #fff;
    padding: 30px;
    border: 2px solid;
    /* opacity: .9; */
    /* -webkit-box-shadow: 6px 4px 15px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 6px 4px 15px 0px rgba(0,0,0,0.75);
    /* box-shadow: 6px 4px 15px 0px rgba(0,0,0,0.75); */
    margin: auto;
    opacity:0;
    top:70px;
    position:relative;
    animation-name:quickModalUp;
    animation-iteration-count:1;
    animation-duration:.5s;
    animation-timing-function:ease-out;
    animation-fill-mode:forwards;
}

@keyframes quickModalUp {
  0%{opacity:0;top:70px;}
  100%{opacity:1;top:0px;}
}

.alphListing ul li a {
    background: #fff;
    padding: 6px 9px 6px 9px;
    border-radius: 4px;
    color: #333;
    /* border: 1px solid; */
    border-radius: 0;
    font-weight:800;
    line-height:240%;
}
.alphListing ul li a:hover, .alphListing ul li a:focus, .alphListing ul li a:active {
    /* -webkit-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75);
    /* box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75); */
    text-decoration: none;
    transition: .5s;
    /* color: #fff; */
    background: #eee;
}
.description ul li a:hover {
    color: #fe69b4;
    transition: .5s;
    text-decoration: none;
}
.description ul li a {
    padding: 10px;
    color: #333;
    font-weight: 800;
    /* border-bottom: 1px solid; */
}
.description ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
}
.description li {
    display: inline-block;
    text-align: center;
}
#searchText {
    text-transform:lowercase;
}

.container-fluid.footer {
    position: fixed;
    top: 0;
    text-align: right;
    /* background: #2196f3; */
    /* COLOR: RED; */
    height: 29px;
    width: 100%;
    /* border-bottom: 1px solid #2196f3; */
    font-size: 11px;
    display: block;
    bottom: 0;
    position: relative;
}
.websiteby {
    font-weight: 800;
    margin-right: 15px;
    float: right;
    font-size:11px;
}
.websiteby a {
    color:#111;
}
.websiteby a:hover {
text-decoration:none;

}
.copywrite {
    float: left;
    font-weight: 800;
    margin-left: 15px;
    font-size:11px;
}

.alphContain button:hover {
    transition: .3s;
    font-weight: 800;
}

.quickTalk {
    position: fixed;

    width: auto;
    float: right;
    text-align: right;
    z-index: 999999999999;
    top: 29px;
    margin-left: 15px;
    width: 100%;
    height: 100%;
    
    top: 0;
    margin: 0;
    display:none;
}
.removeTalk {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: -1;
    cursor:pointer;
}
.display-flex {
  display:flex !important;
}
.top_section {
    text-align: center;
    width: 100%;
    min-height: 310px;
    background: #f7f7f7;
    display: flex;
    position: relative;
}
.row.title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0;
}
.top_auto {
    margin: auto;
}
div#home_banner_add {
    text-align: center;
    padding-top: 0px;
}
button#quickTalkButton {
    /* position: fixed; */
    margin-right: 15px;
    margin-top: 41px;
    background: #fff;
    color: #333;
    border: 2px solid #555;
    /* -webkit-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75);
    /* box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.75); */
    border-radius: 0;
    padding: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
i#crossOffThisDefError:hover {
    color: gold;
}
button#quickTalkButton:hover {
    /* background: #333; */
    color: #999;
    transition: .4s;
    /* border: 1px solid #333; */
}

.alphContain button {
    color: #fe69b4 !important;
    cursor: pointer;
    padding-top: 31px;
    background: none;
    border: none;
    width: 100%;
    padding-bttom: 5px;
    padding-bottom: 9px;
}
.alphContain p {
    color: #fe69b4 !important;
    cursor: pointer;
    padding-top: 31px;
    font-size: 22px;
    width: 20%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight:bold;
    margin-bottom: 36px;
    position:relative;
}
.info_links li a {
    padding: 18px 12px;
}
.info_links li {
    margin-left: -4px;
}
.the-black {
    background-color:#555 !important;
    color:#fdfdfd !important;
    transition:.5s background ease-in;
}
.container.alphListing {
    position: relative;
    margin-top: 0;
    width: 100%;
}
.sharing a:hover {
    text-decoration: none;
}
.innerAlphabet .alphNone {
    display:none !important;
}
.alphListing .submitThis {
    background: #FFC107;
    border-radius: 4px;
    border: none;
    color: #444;
}
.alphListing h4 {
    color: #333;
}
.alphListing .submitThis:hover {
    transition:.2s;
    background:#3F51B5;
    color:#fff;
-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.75);
}
.alphListing li {
    display: inline-block;
}
.alphListing ul {
    list-style-type: none;
    display: inline-block;
    margin-top:6px;
    /* display: inline-flex; */
}

#homeLink:hover {
    text-decoration:none;
}
.alphContain p:hover {
    color: #000;
    transition: .2s;
    filter:grayscale(100%);
    
}

.container-fluid.text-center.dataTable.animated.bounceInUp {
    margin-bottom: 52px;
}
img {
 display:none;
}
p.zeroResult {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    top: 45%;
    position: relative;
}
.browseAll{
    display:none;
}
.adjustHeight li {
    display: inline;
}
.defineThis, .translateThis {
    background: #fff;
    border-radius: 3px;
    padding: 2px;
    color: #333;
    padding:10px;
    cursor:pointer;
    border:2px solid;
    border-radius:0;
    letter-spacing:1px;
}
button.btn.btn-danger.searchIt {    
    width: 84%;
    text-align: center;
    border-radius: 4px;
}
.adjustHeight .col-md-12 {
    padding: 0;
}
.defineThis:hover, .translateThis:hover {
    background: #fefefe;
    transition: .2s;
    color: #333;
    text-decoration: none;

}
.defineThis:active, .translateThis:active{
    transition:.2s;
    color:#fff;
    text-decoration:none;
}
.defineThis:focus, .translateThis:focus{
    transition:.2s;
    text-decoration:none;
}
.adjustHeight ul {
    list-style-type: none;
    margin: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    /* margin-left: -8%; */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.container.adThree {
    position: relative;
    margin-top: 9%;
}
a#hoverResult h3:hover {
    /* background: red; */
    text-decoration: none;
    transform: scale(1.2);
    transition: .4s;
    /* background: #fff; */
    color: #ffeb3b;
}
button#define {
    background: #00BCD4;
    border: 1px solid #00BCD4;
    margin-top: 11px;
    padding: 5px;
    font-weight: 500;
}
button#define:hover {
       background: #3F51B5;
    border: 1px solid #3F51B5;
    -webkit-box-shadow: 2px 4px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 4px 20px 0px rgba(0,0,0,0.75);
}

span.unner {
    color: #fff;
    font-weight:600;
}
button:focus {
    outline:none !important;
}
footer {
 display:none !important;
}
input:focus {
    outline:none !important;
}
div#my-div iframe {
    position: relative;
    left: -54%;
    width: 167%;
    top: -97%;
    min-height: 102%;
    height: 222%;
}
h4#pron {
    color: #ffffff;
    boder-bottom: 1px solid #fff;
    /* border-bottom: 1px solid #fff; */
    padding-bottom: 10px;
    /* border-top: 1px solid #FFF; */
    padding-top: 10px;
}
.modalResult {
    position: relative;
    background: #2196f3;
    top: 0;
    display: none;
    color: #fff;
    width: 100%;
    text-align: center;
    /* margin-top: 27%; */
    /* width: 50%; */
    /* height: 39%; */
    /* margin-left: 25%; */
}

h3#results {
    color: #fe69b4 !important;
    text-align: center;
    margin-top: 10px;
}

div#my-div {
    opacity: 0;
    background: black;
    width: 200px;
    /* text-align: center; */
    margin-left: 0;
    height: 328px;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 2;
    top: 46%;
    border-radius: 7px;
    -webkit-box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 5px 21px 0px rgba(0,0,0,0.75);
    border: 1px solid #3e3ee6;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
    color: #ffffff;
    text-indent: -9999em;
    /* margin-left: 50%; */
    margin: 0;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    left: 0;
    right: 0;
    left: 50%;
    top: 0;
    display:none;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.container.loadThing {
    position: relative;
    width: 100%;
    height: 50%;
    z-index: 99999;
    top: -13.5%;
    left: 0;
    display: none;
    right: 0;
}
button.btn.btn-danger {
    -webkit-box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
    box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
    text-align: right;
    float: right;
    margin-right: 15%;
    margin-top: 2%;
}
.container-fluid.adFourModal {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999999;
    display:none;
    height: 100%;
    background: rgba(6, 27, 44, 0.89);
}
button.btn.btn-danger {
    -webkit-box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
    box-shadow: -2px -1px 25px 0px rgba(0,0,0,0.75);
}
.container.mainer {
    width: 583px;
    margin-top: 0px;
    top:0px;
    position: relative;
}
.container-fluid.adFourModal .row {
    margin-top: 12%;
}
.adFourModal h2 {
    color:#fff;
}
.adTwo {
    position: absolute;
    padding-left: 15px;
    width: 23%;
    top: 11%;
    height: 100%;
    top: 16px;
    float: right;
    left: 77%;
    /* background: #fff; */
}
.adOne {
    position: absolute;
    padding-left: 15px;
    width: 23%;
    top: 11%;
    height: 100%;
    top: 16px;
}
span#jj {
    color: #e81e62;
}
.adOne img, .adTwo img {
    position: relative;
    top: 10%;
}
button.btn.btn-primary.btn-sm {
    position: absolute;
    width: auto;
    top: 0;
    float: right;
    margin-left: 49%;
}
button#browse {
    position: absolute;
    /* width: 10%; */
    color: #111;
    /* background: #E91E63; */
    top: 11px;
    /* font-weight: 200 !important; */
    float: right;
    border: 0px;
    padding: 10.5px 19px;
    margin-left: 82%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 2px solid #666;
    text-transform: uppercase;
    background:#fff;
}


.a2a_kit a {
    cursor: pointer;
    margin-top: 11px;
    top: -5px;
    position: relative;
  
}
.row.description {
    color: #fff;
    font-weight: 100;
}
button#browse:hover {
    background: #ffffff;
    transition:.3s;
    color: #333;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
    position: fixed;
    /* background: rgba(233, 30, 99, 0.04); */
    border-top-right-radius: 4px;
    width: 100%;
    margin-top: 0;
    z-index: 888888;
    padding: 4px;
    /* -webkit-box-shadow: 4px 0px 14px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 4px 0px 14px 0px rgba(0,0,0,0.75);
    /* box-shadow: 4px 0px 14px 0px rgba(0,0,0,0.75); */
    border-bottom-right-radius: 4px;
    top: 0;
    border-bottom: 2px solid;
    padding: 13px 18px;
    border-radius: 0;
    background: #fff;
    /* z-index: 9; */
}
header {
    width: 100%;
    height: 17px;
}

    
header p {
    font-size: 10px;
    float: right;
    top: 0px;
    position: relative;
    right: 20px;
    color: #fff;
}
button.btn.btn-primary.btn-sm {
    position: absolute;
    width: 10%;
    top: 0px;
    color: #fff;
    float: right;
    background: none;
    border: 0px;
    margin-left: 71%;
    border-left-top-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
}
i.fa.fa-search {
    color: #333;
    font-size: 25px;
    top: 15px;
    position: relative;
    left: 5px;
}
i.fa.fa-search:hover{
    color: #E91E63;
    transition:.2s;
    
}
i.fa.fa-times {
    position: absolute;
    color: #111;
    top: -13px;
    cursor:pointer;
}
i.fa.fa-times:hover{
    color:#ff0000;
}
h4.alphNone.homeDesc {
    color: #111;
    font-weight: 400;
    line-height:140%;
}
p.alphNone.homeDesc {
    color: #111;
    font-weight: 400;
    font-size: 15px;
}

a.alphNone.homeDesc {
    color: #ffc107;
}
.container.mainer h1 {
    text-align: center;
    font-size: 6vw;
    color: red;
    margin-left: -3%;
    letter-spacing:-13px;
}
.container.mainer h4 {
    text-align: center;
}
 .mainer p {
    text-align: center;
}
#searchTextQuick input {
    color: #fe69b4 !important;
    font-weight: 600;
    background:#fff !important;
    font-size: 12px;
}
.mainer input {
    border: 2px solid #333;
    width: 85%;
    transition: .5s;
    /* -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.75); */
    color: #fe69b4 !important;
    font-weight: 600;
    font-size: 22px;
    padding: 21px 14px;
    margin-top: 10px;
    background:#fff !important;
}
footer {
    position: absolute;
    bottom: 0;
    /* text-align: right; */
    border-top: 1px solid #fff;
    width: 100%;
}
footer p {
    font-size: 12px;
    color: #fff;
    float: right;
    margin: 0;
    right: 20px;
    position: relative;
}

 
@media (max-width:1370px){
    .container.loadThing {
        top: -15%;
    }
    div#my-div {
      margin-left: 24.33%;
    }
    .adTwo{
        left: 75.7%;    
    }
    .a2a_kit.a2a_kit_size_32.a2a_default_style {
        width:auto;
    }
}
@media (max-width:1300px){
    .adTwo {
        left: 74%;
    }
    div#my-div {
        margin-left: 26%;
        width: 615px;
    }
    div#my-div iframe {
        left: -53%;  
    }
}
@media (max-width:1200px){

}
@media (max-width:1100px){
#home_banner_add img {
    width: 90% !important;
    margin:auto !important;
} 
    .alternateDef.animated.bounce {
        width: 34.5%;
        top: 37%;

    }
    div#alternateDefIdWin {
        top: 37%;
    }
    div#texter {
        top: 5%;
        width: 94%;
        display: none;
        height: 31%;
        background: rgba(25, 19, 19, 0.98);
    }
    
    
    
    .alphContain p {
        color: #fe69b4 !important;
        cursor: pointer;
        font-size: 20px;
    }
  
   div#my-div {
        margin-left: 20%;
        width: 615px;
        margin-top: 20%;
    }
    div#my-div iframe {
        left: -52%;
        top: -101%;
    }
    .container.loadThing {
        top: -9%;
    }
    .adOne {
        display:none;
    }
    .container-fluid.adFourModal .row {
        margin-top: 50%;
    }
    .adTwo {
        display:none;
    }
    .container.mainer {
        width: 583px;
        position: relative;
    }
   .a2a_kit.a2a_kit_size_32.a2a_default_style {
        width: auto;
        margin-top: 0;
    }
}
@media (max-width:991px){
button#browse {
top:1px;
}

i.fa.fa-search {
top:6px;
}
}
@media(max-width:800px){
    .displayBlock {
    
    display:block !important;
    }
    .sharing h3 {
    
    margin-left:15px;
    }
    button.hamburger {
    left:26px;
    }
    div#alternateDefIdWin {
    
    display:none !important;
    }
    
    .container.mainer h1 {
        font-size: 82px;
    }
    .sharing ul {
    display:none;
    }
    ul.burger {
      display: block;
     }
      ul.info_links {
          display: none;
      }
      div#texter {
        top: 0;
        width: 100%;
        display: none;
        left: 0;
        margin: 0;
        border-radius: 0;
        position: fixed;
        z-index: 9999;
        background: #fff;
        border-bottom: 2px solid;
        margin-top: 52px;
        padding-top: 20px;
    }
        .row.adjustHeight {
    border:none;
    border-top:2px solid;
    }
}
@media (max-width:756px){
    .desktop-banner {
        display:none;
    }
   .mobile-banner {
        display: block;
        position: relative;
        height: 320px;
        display: flex;
        margin-top: 40px;
    }
}
@media (max-width:500px){
  button#quickTalkB {
      display:none;
  }
    p.alphNone.homeDesc {
       
        font-size: 14.5px;
        width: 88%;
        margin: auto;
    }
    .defineThis, .translateThis {
        display: none;
    }
  .notes-container {
    margin-bottom: 100px;
    width: 95%;
    margin: auto;
}
.notes-container h4 {
    line-height:140%;
}
.row.adjustHeight {

border-left:none !important;
border-right:none !important;
}
      button#browse {
    left: -2%;
    float: none !important;
    margin-left: 75%!important;
    top: 0;
    width: 22.5%;
}
    .alternateDef.animated.bounce {
        width: 100%;
        top: 83%;
        left: 0;
        margin: 0;
    }
    .alphContain p {
      font-size: 20px;
      width: 100%;
  }
    div#alternateDefIdWin {
        display: none !important;
    }
   
    .container-fluid.text-center.dataTable.animated.bounceInUp {
        margin-bottom: 0;
    }

    div#quickModal {
        width: 95%;
       
    }
    .alphListing li {
   
        padding: 7px;
    }
    button#submitLoadQuick {
        left: 18%;
    }
    .container.loadThing {
        top: -15%;
    }
    div#my-div iframe {
        left: -52%;
        top: -72%;
        width: 843px;
        padding: 0;
        min-height: 518px;
    }
    div#my-div {
        margin-left: 0;
        width: 100%;
        margin-top: 20%;
        margin: auto;
        left: 0;
        right: 0;
        top: 63%;
    }
    footer {
        display:none !important;
    }
    html, body{
        overflow-x:visible !important;
    }
    .container.adThree {
        display:block;
    }
    .a2a_kit.a2a_kit_size_32.a2a_default_style {
        width: auto;
        margin-top: 0px;
    }
    .container.mainer {
        margin-top: 17%;
    }
    .mainer input {
      width: 277px;
      margin: 0;
      /* padding: 0; */
  }
    
    button#browse {
        left: 0;
        z-index: 99999999999;
    }
    button.btn.btn-primary.btn-sm {
        margin-left: 230px;
    }
    i.fa.fa-search {
      /* font-size: 4.3vw; */
      /* top: 2px; */
      left: 1px;
      /* position: relative; */
  }
   .container.mainer h1 {
        font-size: 17vw;
    }
    header {
        border-bottom:none;
    }
    header p {
        display:none;
    }
    .container.mainer {
      margin-top: 11%;
      width: 100%;
      margin-right: 0;
      padding-right: 0;
      margin: auto;
      margin-top: 11%;
      left: 0;
      right: 0;
      padding-left: 0;
  }
  
    .row.search {
    width: 100%;
    padding: 0;
    margin: 0;
}
.row.search .col-md-12 {
    margin: 0;
    padding: 0;
}
.mainer input {
    width: 70%;
    margin: 0;
    /* padding: 0; */
    margin-left: 2.5%;
}
button.btn.btn-primary.btn-sm {
    margin-left: 60%;
}
.copywrite {
    float:none;
    text-align:left;
    margin-left:0;
}
.websiteby {
    float:none;
    text-align:left;
}
}


@media (max-width:400px){
    div#my-div iframe {
     left: -63%;
  
    }
    .container.loadThing {
        top: -16.7%;
    }
    div#my-div {
        top:55%;
    }
    .container.mainer {
  
        margin-top: 11%;

    }
    .adThree img {
        left: 6%;
    }
    
}
@media(max-width:370px){
    .container.loadThing {
        top: -17%;
    }
    div#my-div iframe {
        left: -68%;
    }
    
}

@media (max-width:320px){
    .dataTable h3 {
            font-size: 20px;
    }
    
    .container.loadThing {
        top: -20%;
    }
    div#my-div iframe {
        left: -81%;
    }
    
    .container.mainer {
        margin-top: 29%;
    }
    
}
::-webkit-scrollbar { 
    display: none; 
}
