/* ===== Footer Styles ========================================================
   Author: Vinco Orbis [rp]
   ========================================================================== */

/* ===== FOOTER ============================================================= */
footer{
  clear: both;
  background: #000;
  padding: 10px 0 0 0;
}
.home-cp footer{
  background: #fff;
}
#page-footer{
  width: 960px;
  margin: 0 auto;
  color: #E6E6E6;
  font-size: 0.8em;
}
#page-footer a{
  color: #fff;
  text-decoration: underline;
}
.home-cp #page-footer a{ color: #666;}
#page-footer p  {clear: both;}
#page-footer ul {margin: 0;}
#page-footer ul li {float: left; list-style: none;  }
#page-footer ul li a{padding: 0 5px; border-right: 1px solid #666;}
#page-footer ul li:last-child a{border-right: none;}

#footer-left  {width: 65%; float: left; text-align: left;padding: 10px 0 0 0;}
div#footer-right {width: 35%; float: right; text-align: right;}
#footer-right ul {float: right;}
#footer-left  ul {float: left;}
#footer-right ul li:last-child  a{padding-right: 0}
#footer-left  ul li:first-child a{padding-left: 0}

#footer-right img{ padding: 0 0 10px 0;}
#footer-widgets-responsive{display: none; width: 390px; margin: 0 auto; }
#footer-widgets-responsive .header_widget{ }
#language-form_footer {margin: 17px 0}
#language-form_footer label{ display: inline}
#footer-widgets-responsive .header_widget:first-child{ border: none; padding: 0 10px;}

#search_footer{clear: both; margin: 0 auto; width: 210px; padding: 10px 0 0 0; float: none}
#language_selec_footer{clear: both; margin: 0 auto; width: 140px; height: auto !important; float: none}

#contact_footer, #chat_footer{ display: none }
#chat_footer form {margin: 0}
#contact_footer ul li a, #chat_footer ul li a{ padding: 0; border: none }

footer .icon_contact {
  background: url('../img/footer_icons.png') no-repeat 0 2px;
  width: 27px;
  height: 24px;
}
footer .icon_telephone {
  background: url('../img/footer_icons.png') no-repeat 5px -63px;
  width: 48px;
  height: 25px;
}
footer .icon_opinion {
  background: url('../img/footer_icons.png') no-repeat 8px -125px;
  width: 43px;
  height: 28px;
}
@media (max-width: 960px) {
  #page-footer{
    width: 100%;
    background: #000;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    color: #fff;    font-size: 0.9em;
  }
  #footer-right{display: none}
  #footer-left, #footer-right{clear: both; width: 100%;text-align: center; margin: 0 auto;}
  #footer-left ul, #footer-right ul{float: none; width: 100%; margin: 0 auto 20px auto}
  #footer-left ul li, #footer-right ul li{display: inline-block; float: none;}
  #page-footer ul li a{color :#fff;}
  #footer-widgets-responsive{display: block}
  footer .header_widget { border: none}

}
@media (max-width: 650px) {
  #contact_footer, #chat_footer{ display: inline-block; margin: 0 auto }
  #chat_contact_footer{margin: 0 auto; clear: both; width: 200px;  text-align: center;}
}
@media (max-width: 400px) {
  #footer-widgets-responsive{
    width: 99%; margin: 0 auto;
  }
}



