@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,200&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);
@font-face{font-family:'Museo-500';src:url('290824_0_0.eot');src:url('290824_0_0.eot?#iefix') format('embedded-opentype'), url('290824_0_0.woff') format('woff'), url('290824_0_0.ttf') format('truetype'), url('290824_0_0.svg#wf') format('svg');}
BODY{background: url(img/bg.jpg) repeat;}
div#all {width:960px; margin: 0 auto; margin-top: 25px;}
div.zdjecia ul {height: 283px !important; overflow: hidden !important;}
/* LEWA STRONA */
div#left {
	width: 298px; 
	float: left;
	margin-top:-8px;
}
div#header {
	background: url(img/logo.jpg) no-repeat;
	border-bottom: solid 3px #e32a2f;
	width: 298px;
	height: 154px;
}

div#cert {
	background: white;
	width: 298px;
	height: 421px;
	margin-top: 4px;
	overflow: hidden;
	border: solid 1px #c8c8c8;
}


/* PRAWA STRONA */
div#right {
	width: 658px;
	float: right;
	margin-top:-8px;
}
div#slider {
	width: 658px;
	height: 257px;
	overflow:hidden;
}
div#slider img {
	min-height:283px;
	height: auto !important;
	margin-top:-5px;
}
div#content p{
	font-size: 12px;
	overflow:hidden;
	text-overflow: ellipsis;
}
div#content {
	font-size: 12px;
	padding: 5px;
	overflow:hidden;
}
div#menu {
	width: 658px;
	height: 48px;
	background: url(img/menu.png);
	margin-top: 4px;
	border-left: solid 5px #e32a2f;
	border-right: solid 5px #e32a2f;
}
div#menu ul {
	display: flex;
	list-style: none;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	height: 48px;
	margin: 0;
}
div#menu ul li {
	height: 48px;
	background: #0f7c67;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
div#menu ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #0f7c67;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

div#menu li:hover span,
div#menu li:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

div#menu li:hover::before,
div#menu li:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

div#menu li:nth-child(1) {
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
div#menu li:nth-child(2) {
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
div#menu li:nth-child(3) {
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
div#menu li:hover {
	background: red;
	color: white;
}
div#content {
	width: 658px;
	height: 237px;
	margin-top: -4px;
	background: white;
	border-bottom: solid 3px #e32a2f;
}


/* STOPKA */
div#footer {
	/*border-top: solid 1px gray;*/
	background: url(img/footer.png) no-repeat center 0px;
	clear:both;
	text-align:center;
	font-family: Museo-500;
	font-size:12px;
	margin-top:-10px;
	height:70px;
}
div#footer p {
	padding-top: 50px;
	color: #32322f;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #32322f;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
	height: 48px;
	line-height: 33px;
	font-family: Museo-500;
}

nav a:hover,
nav a:focus {
	outline: none;
	
}


/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
	margin-left: 30px;
}

.cl-effect-10 a {
	overflow: hidden;
	margin: 0 15px;
}

.cl-effect-10 a span {
	display: block;
	padding: 10px 20px;
	background: url(img/menu.png);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	height:48px;
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #e32a2f;
	font-family: Museo-500;
	color: white;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
	border-radius: 5px;
background: -moz-linear-gradient(top,  #dd4242 1%, #e32a2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dd4242), color-stop(100%,#e32a2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dd4242 1%,#e32a2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4242', endColorstr='#e32a2f',GradientType=0 ); /* IE6-9 */

}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.wrapper {
	max-width:400px;
	width:95%;
	position:relative;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	background: white !important;
	padding:25px;
}
#contact-form h3 {
	color:#991D57;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#991D57;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:120px;
	max-height: 120px;
	max-width:230px;
	width: 230px;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
div.bx-pager.bx-default-pager{display: none!important;}

div#content p img {border: solid 1px gray;}

div.przycisk {
	float:left;  border-radius: 5px; color: white; padding: 10px; margin-left: 18px; margin-right: 20px;
background: -moz-linear-gradient(top,  #dd4242 1%, #e32a2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dd4242), color-stop(100%,#e32a2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dd4242 1%,#e32a2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dd4242 1%,#e32a2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4242', endColorstr='#e32a2f',GradientType=0 ); /* IE6-9 */
text-shadow: 1px 1px 3px #666;
text-align: center;
cursor: pointer;
}