/**
 * Copyright since 2011 BEST FOR NET s.r.o.
 *
 * COPYRIGHT NOTICE / UPOZORNĚNÍ NA AUTORSKÁ PRÁVA
 *
 * This code is protected by copyright and may not be distributed without prior written consent of the author.
 * Under the license terms, you may use and modify this code only for your own needs.
 * For any questions or further information, please contact us.
 *
 * Tento software je chráněn autorským právem a jeho šíření bez předchozího písemného souhlasu autora není povoleno.
 * Tento kód smíte v souladu s licencí používat a upravovat jen pro své vlastní účely.
 * V případě dotazů nebo zájmu o další informace nás neváhejte kontaktovat.
 *
 * @author    BEST FOR NET s.r.o. <info@bestfornet.cz>
 * @copyright Since 2011 BEST FOR NET s.r.o.
 * @license   Komerční licence – použití, šíření a úpravy tohoto software jsou možné pouze na základě individuální smlouvy s autorem. Pro více informací kontaktujte info@bestfornet.cz
 */

.fancybox-overlay{
  z-index: 1000000 !important;
}

.fancybox-wrap{
  z-index: 1000001 !important;
}

#b4n_popup_newsletter_registration {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 90%;
}
#b4n_popup_newsletter_registration h4 {
  display: none;
}
#b4n_popup_newsletter_registration input[type=email] {
  border: none;
  background-color: #fff;
  padding: 13px;
  height: 46px;
  margin: 0px;
  border-radius: 23px;
  min-width: 400px;
}
#b4n_popup_newsletter_registration input[type=submit] {
  border: none;
  color: #fff;
  background: #212121;
  width: 52px;
  height: 46px;
  margin-left: -54px;
  border-radius: 0 23px 23px 0;
}