/*.footer-holder {
  padding-bottom: 70px; }

.fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 70px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.fixed-footer .socials {
  float: left;
  margin-left: 25px; }

.fixed-footer .socials ul {
  padding: 0; }

.fixed-footer .socials ul li:before {
  display: none; }

.fixed-footer > a {
  float: right;
  height: 100%;
  border-left: 1px solid #f1f1f1; }

.fixed-footer > a:hover {
  background-color: #f9f9f9; }

.fixed-footer .questions {
  padding: 0 16px; }

.fixed-footer .questions span {
  padding: 0 32px 0 0;
  background: url(/images/questions-desk.png) right center no-repeat;
  display: inline-block;
  color: #00a651;
  font-weight: 700;
  line-height: 70px;
  background-size: 24px 24px; }

.fixed-footer .questions.chat-off span {
  line-height: 1.2em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fixed-footer .questions span small {
  font-weight: normal;
  display: block;
  font-style: italic; }

.fixed-footer .login {
  position: relative; }

.fixed-footer .login span {
  display: inline-block;
  color: #00a651;
  font-weight: 700;
  line-height: 70px; }

.fixed-footer .login em {
  background: url(/images/my-ana-ico.png) no-repeat;
  position: absolute;
  background-size: 20px 20px;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px; }

.fixed-footer #godown {
  text-indent: -9999px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  background: #fff url(/images/arrow.svg) center no-repeat;
  background-size: 30px;
  width: 50px;
  height: 100%;
  cursor: pointer;
  margin: 0 0 0 -30px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1; }

.fixed-footer .login {
  padding: 0 20px 0 18px; }

.research {
  background: #211e1e;
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 5%;
  width: 560px;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.popup h2 {
  font: 400 24px/1.2em 'source sans pro', Arial, sans-serif;
  color: #00a651;
  margin-bottom: 10px; }

.popup p {
  font: 400 14px/1.2em 'source sans pro', Arial, sans-serif;
  margin: 0; }

.popup .post {
  margin-bottom: 2px;
  background: #f4f4f4;
  color: #211e1e;
  font: 400 14px/1.2em 'source sans pro', Arial, sans-serif;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.popup .post h6 {
  color: #00a651;
  font: 400 14px/1.2em 'source sans pro', Arial, sans-serif; }

.popup .post.last {
  margin-bottom: 20px; }

.popup p.info-tip {
  margin-bottom: 20px; }

.popup input[type="text"] {
  width: 100%;
  padding: 20px;
  height: 50px;
  color: #211e1e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  text-transform: none; }

.popup input:-moz-placeholder {
  color: #b1b1b1;
  font-style: italic; }

.popup input::-moz-placeholder {
  color: #b1b1b1;
  font-style: italic; }

.popup input::-webkit-input-placeholder {
  color: #b1b1b1;
  font-style: italic; }

.popup input:-ms-input-placeholder {
  color: #b1b1b1;
  font-style: italic; }

.popup input::placeholder {
  color: #b1b1b1;
  font-style: italic; }

.popup .message-tip {
  font: 400 14px/48px 'source sans pro', Arial, sans-serif;
  float: left;
  width: 50%; }

.popup .sbmt {
  display: inline-block;
  width: 50%;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  font: 600 14px/48px 'source sans pro', Arial, sans-serif;
  color: #fff;
  background: #00a651; }

/****************************************************************              TABLET              ***********************************************/
@media screen and (max-width: 977px) {
  .fixed-footer .socials {
    margin: 30px 0 0 25px; }

  .fixed-footer #godown {
    left: 150px;
    margin: 0; } }
/****************************************************************              MOBILE Landscape             ***********************************************/
@media screen and (max-width: 747px) {
  .fixed-footer .socials {
    display: block;
    margin: 30px 0 0 0; }

  .fixed-footer .questions span {
    display: none; }

  .fixed-footer .questions {
    /*width: 52px;
    padding: 0;
    background: url(/images/questions-mob.png) 50% 50% no-repeat;*/ }

  .fixed-footer .questions.chat-on {
    width: auto;
    padding: 0 20px;
    background: url(/images/questions-desk.png) center center/20px no-repeat; }

  .fixed-footer .questions.chat-on:hover {
    background-color: #f9f9f9; }

  #LiveChat {
    display: none; }

  .fixed-footer #godown {
    left: 112px;
    width: 52px;
    background-size: 20px; }

  .fixed-footer .login {
    padding: 0 15px; }

  .fixed-footer .login span {
    font-size: 14px; } }
*/