/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/

.header-horizontal .top-menu ul ul{
	position: relative;
	top: 0;
	left: 0;
	border-top: none;
	margin-top: 0;
	box-shadow:none;
}

#footer{
	
	background:url(i/stopka_bg.png) bottom left repeat-x;
}

.box {
  background: #e30512;
  border-radius: 0px 4px 4px 0px;
  left: -304px;
  padding: 4px 4px 4px 0px;
  position: fixed;
  top: 100px;
  transition: transform 0.4s;
  width: 300px;
  z-index: 1000;
}

.box--right {
  border-radius: 4px 0px 0px 4px;  
  left: auto;
  right: -304px;
  padding: 4px 0px 4px 4px;
}
            
.box:hover {
  transform: translateX(304px);
}

.box--right:hover {
  transform: translateX(-304px);
}
            
.box .box__content {
  background: #e30512;
  min-height: 160px;
  padding: 10px;
  position: relative;
  color:#fff;
  text-align:center;
  
}
     .box__content p{
		 margin:40px 0 0 0;
		 font-size:18px; 
		 text-transform:uppercase;
		 font-weight:400;
		 }       
.box .box__title {
  background: #e30512;
  border: solid #e30512;
  border-radius: 0px 0px 4px 4px;
  border-width: 0px 4px 2px;
  cursor: default;
  font-size: 16px;
  color:#fff;
  font-weight:300;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -50px;
  text-align: center;
  top: 75px;
  transform: rotate(-90deg);
  width: 160px;
}

.box--right .box__title {
  border-radius: 4px 4px 0px 0px;
  border-width: 4px 4px 0px;
  position: absolute;
  left: -104px;
}
.polityka{
	
	background:#2e2e2e !important;
}
.shadow{
	text-shadow: 0px 0px 8px #000000;
	
}