@charset "UTF-8";
/* CSS Document */
.pagination {
    display: block;
    float: right;
    margin: 10px 0;
    padding: 20px;
    width: 100%;
}
.pagination ul {
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: right;
}
.pagination ul > li {
    box-shadow: none;
    float: left;
    padding: 0 1px;
	width: auto;
}
.pagination ul > li::before {
    content: "";
}
.pagination ul > li > span {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    margin: 0 1px;
    padding: 7px 12px;
}
.pagination ul > li > a {
    background-color: #eee;
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    margin: 0 1px;
    padding: 7px 12px;
}
.pagination ul > li > a:hover {
    background-color: #333;
    color: #fff;
}
.pagination-start, .pagination-end {
    display: none;
}
.pagination-prev a, .pagination-next a, .pagination-prev span, .pagination-next span {
    color: rgba(255, 255, 255, 0);
    font-size: 1px;
    overflow: hidden;
    position: relative;
    text-indent: -10000px;
    width: 28px;
}
.pagination-prev a::before, .pagination-next a::before, .pagination-prev span::before, .pagination-next span::before {
    color: #333;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 7px 13px;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}
.pagination-prev a:hover::before, .pagination-next a:hover::before {
    color: #fff;
}
.pagination-prev a::before, .pagination-prev span::before {
    content: "\f104";
}
.pagination-next a::before, .pagination-next span::before {
    content: "\f105";
}
.pagination .counter {
	display: none !important;
}
.popover, .tooltip {
    display:none !important;
}
.btqc-field-container input {
	color: #fff;
	font-size: 15px;
}
.btqc-field-container {
	position: relative;
}
.btqc-field-container label {
	position: absolute;
	top: 8px;
	left: 25px;
	font-size: 12px;
	color: #666;
	transition: all 200ms;
	line-height: 20px;
}
.btqc-field-container label.activated_form, .btqc-field-container label.fill_form {
	position: absolute;
	top: -15px;
	left: 15px;
	font-size: 10px;
	color: rgba(0,0,0,0.4);

}
.btqc-field-container input[type="text"], .btqc-field-container input[type="email"], .btqc-field-container textarea {
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #999;
	padding: 10px;
	height: 50px;
	text-align: left !important;
	background: none;
	color: #000;
	font-size: 15px;
}
.btqc-field-container textarea {
	height: 100px;
}
.btqc-field-container:nth-child(1), .btqc-field-container:nth-child(2), .btqc-field-container:nth-child(3), .btqc-field-container:nth-child(4) {
	display: block;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-bottom: 1%;
}
.btqc-field-container:nth-child(5), .btqc-field-container:nth-child(6), .btqc-field-container:nth-child(7), .btqc-field-container:nth-child(8), .btqc-field-container:nth-child(9) {
	display: block;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
	width: 98%;
}
.btqc-field-container:nth-child(8), .btqc-field-container:nth-child(9) {
  min-height: 110px;
}
.btqc-field-container input[type="submit"] {
	width: 200px;
	margin: 0px auto;
	padding: 10px 15px;
	border: 0px solid #0E1821;
	background-color: #0E1821;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 40px;
	transition: all 300ms;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center !important;
}
.btqc-field-container input[type="submit"]:hover {
	background-color: transparent;
	color: #fff;
	background-color: #0076BE;
	border: 0px solid #FFA900;
	padding: 10px 15px;
}
.btqc-field-container input.error,
.btqc-field-container textarea.error{
    border: 1px solid #e20000;
}
.btqc-message-container {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}
.btqc-message-container .error{
    color: #f20000;
	text-align: left;
}
.btqc-message-container .success {
	 color: #448700;
	 }
.btqc-separator {
	font-size: 12px;
	line-height: 17px;
	clear: both;
}
.item-page ol li {
	padding: 5px 0px 5px 30px;
	margin-left: 20px;
	clear: both;
	list-style: outside;
	list-style-type: decimal;
}
.item-page ol li ol li {
	padding: 5px 0px 5px 30px;
	margin-left: 30px;
	clear: both;
	list-style: outside;
	list-style-type: lower-latin;
}

input.djc_qty_input {
	border: 1px solid #ccc;
	padding: 15px;
	float: left;
	line-height: 18px;

}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	float: left;
	display: block;
	position: relative;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
  width: 70%;
}
.alert .close {
  display: none;
}
.alert,
.alert h4 {
	color: #c09853;
	font-size: 14px;
  border: none;
}
.alert h4 {
	padding: 0px;
	margin: 0px;
}
.alert .close {
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
}
table {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
}
table th,
table td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
table td img {
	max-width: 100px;
}
table tr {
	background-color: #fff;
	border-bottom: 1px solid #AAA;
}
table th {
	vertical-align: bottom;
	background-color: #eee;
	font-weight: bold;
	}
.breadcrumbs ul {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.breadcrumbs ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px;
}
.breadcrumbs ul li:first-child a {
	padding-left: 0px;
}
.breadcrumbs ul li a {
	font-weight: bold;
	position: relative;
}
.breadcrumbs ul li a:after {
	content: '\f054';
	font-family: "FontAwesome";
	font-size: 8px !important;
	font-weight: normal;
	position: absolute;
	right: 0px;
	color: #7A7A7A;
}
#djcatalog .djc_image img, .djc_images .img-polaroid {
    width: 100%;
}
.djc_featured_image {

    display: block;
    float: left;
    width: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;

}
.product_list_main li  {
	position: relative;
}
.djc_item .djc_images {
    max-width: 100%;

}
h3.page-header {
	float: none;
}
.three-icon img {
	margin: 15px auto;
	width: 30px;
	display: block
}
.info-box {
	margin: 50px 0px;
}
.non-module-margin {
	margin: -50px 0px 50px 0px;
}
.djc_description .djc_fulltext {
	padding-top: 80px;
	clear: both;
}
#bottom-margin-news {
	margin-bottom: 30px;
}
#news_text_right h2 {
	font-size: 30px;
	letter-spacing: 2px;
}
.small-font {
	font-size: 10px;
	line-height: 14px;
	clear: both;
}
.oddzial-link {
	padding: 10px 10px;
	margin: 15px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
.kontakt-link {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 50px 0px;
}
.download-link li {
	padding: 20px 50px;
	background-color: #fff;
	width: 350px;
	margin: 10px auto;
}
.download-link li:hover {
	background-color: #000;
}
.download-link li:hover a {
	color: #fff;
}
.chemia_style {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.chemia_style h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media
only screen and (max-width: 760px) {

}
.info-top-box {
	margin-bottom: 20px;
}
.info-top-box h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: 'RNSSanz-Normal', sans-serif;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal input[type=number], .form-horizontal input[type=email] {
	width: 80%;
	height: 50px;
	font-size: 15px;
}
.text-left {
	text-align: left !important;
}
.registration .control-group, .profile-edit .control-group {
	width: 50%;
	display: block;
	float: left;
}
.registration .control-group.field-spacer, .profile-edit .control-group.field-spacer {
	width: 100%;
	padding: 20px;
}
.registration fieldset:nth-child(2) .control-group:nth-child(7), .registration fieldset:nth-child(2) .control-group:nth-child(8)  {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.registration fieldset:nth-child(2) .control-group:nth-child(7) label, .registration fieldset:nth-child(2) .control-group:nth-child(8) label  {
	text-align: left !important;
	font-size: 12px;
    line-height: 20px;
}
.profile-edit fieldset:nth-child(2) .control-group:nth-child(8), .profile-edit fieldset:nth-child(2) .control-group:nth-child(9)  {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.profile-edit fieldset:nth-child(2) .control-group:nth-child(8) label, .profile-edit fieldset:nth-child(2) .control-group:nth-child(9) label  {
	text-align: left !important;
	font-size: 12px;
    line-height: 20px;
}
span.optional {
	display: none;
}

#users-profile-core dt,
#users-profile-custom-fields-0 dt
{
	float:left;
	width:12em;
	padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom-fields-0 dd
{
	padding:3px 0;
	border-bottom: 1px solid #ccc;
}

.profile fieldset
{
	margin: 50px auto;
	padding:15px;
	width: 50%;
	display: block;

}

#users-profile-core legend,
#users-profile-custom-fields-0 legend,
.profile-edit legend,
.registration legend
{
	font-weight:bold;
	margin: 20px auto;
}
.slider_ready h3 {
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	float: none;
	width: 200px;
}
.bottom-social-link p {
	float: right;
	display: block;
	padding: 10px 20px;
}
.stopka-box {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;

}
.bottom-social-link ul {
	float: right;
	display: block;
	width: 100px;
}
.social_list li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.social_list li a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #ccc;
	color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 15px;
	padding: 5px 4px;
	margin-right: 5px;
}
.social_list li i, .social_list li i:before {
	text-align: center;
	display: block;
}
.social_list li i:before {
	padding-top: 3px;
}
.social_list li a:hover {
	background-color: #fff;
	color: #000;
}
.newsletter_foot input[type=text] {
	width: 80%;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 10px;
}
.newsletter_foot input[type=submit] {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 40px 15px 0px;
	margin-top: 10px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	border: none;
	position: relative;
	transition: all 300ms;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	letter-spacing: 3px;
	font-weight: 300;
}
.newsletter_foot input:hover[type="submit"] {
	color: #00589B;
	padding-left: 50px;
	padding-right: 0px;
}
.newsletter_foot input[type="submit"]:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 13px;
	left: 85%;
	transition: all 300ms;
	width: 25px;
	height: 25px;
	background-image: URL(../img/btn_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px;
}
.newsletter_foot input[type="submit"]:hover:after {
	left: 0px;
}
@media
only screen and (max-width: 500px) {
	#stopka {
		text-align: center;
		padding: 20px;}
	.bottom-social-link p, .bottom-social-link ul {
		width: 100%;
		text-align: center;
		padding: 20px;
	}
  .btqc-field-container:nth-child(8), .btqc-field-container:nth-child(9) {
    min-height: 250px;
  }
}
@media
only screen and (min-width: 501px) and (max-width: 1024px) {
  .btqc-field-container:nth-child(8), .btqc-field-container:nth-child(9) {
    min-height: 180px;
  }
}
.partnerzy_sub h4 {
	padding: 0px;
	margin: 0px;
}
.logotype {
	width: 200px;
	margin: 0px auto;
	text-align: center;
	padding-top: 50px;
}
