/*   
Theme Name: Gromaz
Description: Szablon wykonany dla firmy Gromaz
Author: Larso
Author URI: larso.pl
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: #fff; font-size: 14px; color: #000000; font-family: 'Open Sans', arial, tahoma, sans-serif; line-height: 1.500em;}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; padding: 0px; margin: 0px;}
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 { color: #000000; font-weight: 600; margin: 0 0 20px 0; font-family: 'Open Sans', arial, tahoma, sans-serif; line-height: 1.1em;}
p { margin: 0 0 16px 0; color: #1c1c1c;}
a { color: #ff0500; text-decoration: none;}
a:hover {text-decoration: none; color: #000000;} 
a img { border: none; }

ul, ol { margin: 0 0 10px 0; }
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
} /* END screen media */



/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */
	max-width: 1140px;
	padding: 0 2%;
	margin: 0 auto;
	}


/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

/* IOS RESET */
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.fx {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/*  SEKCJA HEADER  */
.top-bar {
	width: 100%;
	z-index: 1000;
	background: #ff0500;
	padding: 15px 0;
	color: #ffffff;
	text-align: right;
	position: relative;
}

#seo-text {
	display: inline-block;
}

.top-bar span {
	font-weight: 700;
	margin-left: 10px;
	text-align: left;
}

#top-seo-tel {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0;
	width: 125px;
	float: right;
}

#header-section {
	width: auto;
	background: #fff;
	padding: 5px 0;
	width: 100%;
	position: relative;
}

.header-section-std {
	position: relative;
	box-shadow: 0 7px 5px -2px rgba(0,0,0,0.2);
}

.header-section-fx {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	box-shadow: 0 7px 5px -2px rgba(0,0,0,0.2);
}


#logo-link {
	margin: 6px 10% 0 0;
	float: left;
}

#logo-link img {
	width: 163px;
	height: auto;
}

/*    *************************************************     MENU     ***************************************************  */
#menu {
	height: 90px;
	max-width: 78%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	transition: opacity 1s ease;
	position: relative;
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu ul li + li {
	background: transparent url(img/menu.png) left 50% no-repeat;
}


#menu ul li:nth-child(1) {
	margin-left: 10px;
}

#menu ul li a {
	font-family: 'open sans', arial, sans-serif;
	font-size: 1.214em;
	font-weight: 600;
	display: inline-block;
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding: 33px 15px 33px 21px;
	margin: 0;
	border-bottom: 3px solid #ffffff;
}

#menu ul li:hover a {
	border-bottom: 3px solid #ff0500;
}


#menu ul .current-menu-item a, #menu ul .current-menu-ancestor a{
	border-bottom: 3px solid #ff0500;
	color: #ff0500;
}

#menu li.home{
	background: transparent;
}


#menu  ul li ul {display: none;}
#menu  ul li:hover > ul {display: block; transition: opacity 1s ease; z-index: 1111; position: absolute; top: 89px; left: 0px;}
#menu  ul li ul li {float: none; padding: 0;  margin: 0; text-align: left; background: #ce0e0a; }

#menu ul li:hover ul li a{
    border: none;
}

#menu ul li ul li:nth-child(1) {
	margin-left: 0;
}

#menu  ul li ul li a {
	margin: 0;
	text-align: left;
	display: block;
	padding: 8px 20px;
	width:  auto !important;
	height: auto !important;
	white-space: nowrap;
	min-width: 200px;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
	font-size: 15px;
}
    
#menu  ul li ul li a:hover{background: #ff0500; border-bottom: none; }

#menu ul li ul li+li {
    border-top: 1px solid #ea4d49;
}

#menu  ul li.current-menu-item  ul li a {
	color: #fff;
}


#menu  ul li ul li {z-index: 11; }

#menu ul li ul li ul {
    position: absolute;
    left: 100% !important;
    top: 0 !important;
}

#menu ul ul .current-menu-item a,
#menu ul .current-menu-ancestor ul a{
    color:#fff;
}

/*#menu  ul li ul li ul {display: none !important;}*/

/*! #######################################################################
	MeanMenu 2.0.7
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #000000;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

#menumenu {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 50px;
	color: #fff;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
	position: absolute;
	z-index: 999
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #0d2b48;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	background: #c80703;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 1;
	background: #ea0b06;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #b20805;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	padding: 14px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #b20805;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


/*    *************************************************     INDEX     ***************************************************  */
#front-slider-baner {
	overflow: hidden;
	width: 100%;
}

#front-slider-baner .cs-slides li h3 {
	color: #fff;
	font-weight: 700;
	line-height: 1.1em !important;
	font-size: 3.786em !important;
}

#front-slider-baner .cs-slides li h4 {
	color: #fff;
	font-weight: 700;
	line-height: 1.1em !important;
	font-size: 1.65em !important;
}

#front-slider-baner .cs-slides li a {
	color: #fff;
	font-weight: 400;
	display: inline-block;
	background: #ff0500 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
	padding: 8px 28px 8px 15px !important;
	border-radius: 5px;
}

#front-slider-baner .cs-slides li a:hover {
	background: #c52320 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
}

#front-produkty {
	overflow: hidden;
	padding: 45px 0;
}

#front-produkty-cnt {
	width: 56%;
	float: left;
}

.red-line-title {
	font-size: 2.857em;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.1em;
}

.redborderLeft {
	background: #ff0500;
	width: 70px;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#front-produkty-buttons {
	width: 40%;
	text-align: center;
	padding: 14px 0;
	float: right;
}

#front-produkty-buttons span {
	display: block;
	padding: 5px 0;
}


.front-produkty-button {
	display: inline-block;
	border-radius: 5px;
	font-size: 1.071em;
	font-weight: 600;
	color: #fff;
}

#front-produkty-button-oferta {
	background: #ff0500 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
	padding: 8px 28px 8px 15px;
	border-radius: 5px;
}


#front-produkty-button-oferta:hover {
	color: #fff;
	background: #c52320 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
}

.front-produkty-button-form {
	background: #000000 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
	padding: 8px 28px 8px 15px;
	border-radius: 5px;
}


.front-produkty-button-form:hover {
	color: #fff;
	background: #5c5c5c url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
	cursor: pointer;
}

#front-polecane-wrap {
	overflow: hidden;
	padding: 5px 0;
}

#front-polecane-wrap .fiszka {
	display: inline-block;
	background: #000000;
	color: #ffffff;
	padding: 4px 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 0;
}

#front-polecane-cnt {
	overflow: hidden;
	background: #e2e2e2;
	padding: 30px 0;
}

#front-polecane-bigbox {
	width: 48%;
	float: left;
	position: relative;
	min-height: 540px;
}

#front-polecane-bigbox-txt {
	margin: 0 3.5% 3.5% 3.5%;
	padding: 4%;
	width: 85%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 0;
}

.red-line-link {
	font-size: 1.500em;
	color: #000000;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.redborderlink {
	background: #ff0500;
	width: 36px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#front-polecane-bigbox .red-line-link {
	font-size: 1.857em;
}

.red-line-link:hover {
	color: #ff0500;
}

#front-polecane-bigbox-txt .link {
	margin-top: 15px;
}

#polecane-right {
	width: 50%;
	float: right;
	overflow: hidden;
}

.polecane-box-wrap {
	overflow: hidden;
	border: 1px solid #bababa;
}

.polecane-box-wrap + .polecane-box-wrap  {
	margin-top: 20px;
}

.polecane-box-foto {
	width: 32%;
	float: left;
}

.polecane-box-cnt {
	width: 60%;
	padding: 4%;
	float: right;
	background: #fff;
}

.polecane-box-cnt .link {
	margin-top: 2%;
}

#front-about {
	padding: 55px 0 0 0;
	overflow: hidden;
}

#front-about-cnt {
	padding-right: 38%;
	background-repeat: no-repeat;
	background-position : calc(100% - 15%) 50%;
}

#front-about-cnt ul {
	margin-left: 5%;
	margin-bottom: 4%;
}

#front-about-txt {
	margin: 2% 0 4% 0;
}

/*    *************************************************     FRONT FORM    ***************************************************  */
#contactForm { 
	display: none;
	border: 4px solid #000000; 
	padding: 2em;
	width: 50%;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 9999;
	box-shadow: 0 0 34px rgba(0,0,0,0.8);
	color: #141414;
	text-align: left;
}

#contactForm h4 {
	font-size: 2em;
	padding-bottom: 1.5%;
	border-bottom: 1px solid #000000;
	margin-bottom: 1.5%;
}

.cscfForm {
	font-family: arial, tahoma !important;
}

.cscfForm span.error {
	color: #eb1620;
}

.cscfForm .form-group label {
	font-weight: bold;
	padding-bottom: 0;
	margin: 0 0 5px 0;
	display: inline-block;
}

.cscfForm .form-group {
	padding-bottom: 15px;
}

.cscfBlock {
	overflow: hidden;
    
}

#front-form pre, xmp, plaintext, listing, .cscfForm p, .form-group {
        white-space: normal !important;
}

#front-form input, #front-form textarea {
	width: 94%;
	padding: 5px 2%;
	border-radius: 0;
	margin: 0;
	box-shadow: none !important;
	border: 1px solid #000000;
}

#front-form textarea {
	padding: 10px 2%;
	height: 150px;
}

#front-form input {
	height: 20px;	
}

#front-form .form-group {
	margin: 2px 0;
}

#front-form input.btn {
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	margin-top: 4px;
	width: auto;
	border: none;
	height: auto;
	background: #ff0500 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
	padding: 8px 28px 8px 15px;
	border-radius: 5px;
}

#front-form input.btn:hover { 
	color: #fff;
	background: #c52320 url(img/arrowr.png) no-repeat;
	background-position : calc(100% - 10px) 50%;
}

#front-form .cscfMessageSent {
	padding-top: 20px;
	font-family: arial, tahoma !important;
}


/*    *************************************************     FOOTER     ***************************************************  */
#logo-carousel {
	margin-top: 80px;
	margin-bottom: 60px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	padding-top: 60px;
}

#logo-carousel h3 {
	font-size: 2.857em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.1em;
	margin-bottom: 60px;
}

#logo-carousel h3 .redborderLeft {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}
	
#top-footer {
	background: #ff0500;
	text-align: center;
	color: #fff;
	font-size: 1.857em;
	font-weight: 600;
	padding: 15px 0;
}

#top-footer-tel {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0;
	width: 270px;
}

#top-footer a {
	color: #fff;
}

#footer {
	background: #000000 url(img/footer-min.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 4% 0;
}

#footer, #footer a, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer p {
	color: #fff;
}

#footer-left {
	width: 30%;
	padding: 0 9% 0 5%;
	float: left;
	border-right: 1px solid #ffffff;
}

#footer-contact {
	background: transparent url(img/adres.png) 5px 2px no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}

#footer-warehouse {
	background: transparent url(img/warehouse.png) left 2px no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}

#footer-right {
	width: 36%;
	padding: 0 5% 0 9%;
	float: left;
}

#footer-right ul {
	margin: 0 0 0 5%;
}

#footer-right ul li {
	width: 40%;
	float: left;
	margin-bottom: 7px;
}

#footer-right ul li:nth-of-type(2n+2) {
	margin-left: 10%;
}

#footer-right ul li a:hover {
	text-decoration: underline;
}

#footer-right ul li:nth-of-type(2n+3) {
	clear: both;
}

#footer-right h2 {
	font-size: 1.2em;
	background: transparent url(img/wline.png) left bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer-bottom-cnt {
	font-size: 0.7em;
	overflow: hidden;
}

#footer-bottom-cnt a{
	float: right;
	color: #000000;
}

/*    *************************************************     PAGE WITH SIDEBAR    ***************************************************  */
#left-content {
	overflow: hidden;
	padding: 3% 0 3% 2%;
	width: 68%;
	float: left;
}

#left-content p {
	line-height: 1.6em;
}

#left-content  ul {
	margin: 1% 3%;
}

#left-content  ul li{
	margin-bottom: 1%;
}


/*    *************************************************     SIDEBAR     ***************************************************  */
#sidebar {
	overflow: hidden;
	float: right;
	padding: 3% 0;
	margin-right: 2%;
	width: 25%;
}

.sidebar-left {
	float: left !important
}

#sidebar .widget {
	padding: 5% 8%;
	margin-bottom: 10%;
	background: #f7f7f7;
}

#sidebar .widget  a {
	font-weight: 600;
	margin-bottom: 2%;
	color: #848484;
}


#sidebar .widget_categories h2, #sidebar .widget h2 {
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 14px;
	padding-bottom: 4%;
	border-bottom: 1px solid #848484;
}

#sidebar .widget_categories ul, #sidebar .widget ul {
	margin: 10px 0 0 20px;
	list-style-type: disc;
}

#sidebar .widget ul li {
	margin-bottom: 10px;
}

#sidebar .widget ul li a:hover {
	color: #e11e26;
}

#sidebar .widget_categories ul li+li {
	border-top: 1px solid #d2d2d2;	
}


#sidebar .widget_categories ul li a:hover {
	text-decoration: none;
	color: #e4262c;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

#sidebar .widget_archive ul {
	margin-left: 20px;
	list-style-type:  disc;
}

.nomargin {
	margin: 0 !important;
}



/*    *************************************************     MIX    ***************************************************  */
#content  ul, #left-content ul, #right-content ul  {
	margin: 1% 5% 3% 5%;
}

#content  ul li, #left-content ul li, #right-content ul li {
	margin-bottom: 1%;
}

#content  table, #left-content table, #right-content table {
    width: 100%; 
}

#content  table tr td, #left-content table tr td, #right-content table tr td  {
    padding: 1% 2%;
}

#content  table tr:nth-of-type(1), #left-content table tr:nth-of-type(1), #right-content table tr:nth-of-type(1){
    background: #aab3bb;
    color: #fff;
}

#content table tr, #left-content table tr, #right-content table tr{
    border-top: 1px solid #e9e9e9;
    background: #f3f3f3;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery {
	text-align: center;
	overflow: hidden;
}

dl.gallery-item{
	float: none !important;
}

.gallery a img {
	border: none !important;
}

.gallery-item, .gallery-icon {
	display: inline-block;
	float: none;
	width: auto !important;
	margin: 1% 2% !important;
}

.pagi-left {
	float: left;
	border: 1px solid #adadad;
	padding: 4px 12px;
	margin-top: 10px;
}

.pagi-right {
	float: right;
	border: 1px solid #adadad;
	padding: 4px 12px;
	margin-top: 10px;
}


.link {
	display: inline-block;
	color: #ffffff;
	background: #ff0500 url(img/arrowr.png) no-repeat;
	background-position: calc(100% - 10px) 50%;
	padding: 6px 28px 6px 15px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.link:hover {
	color: #ffffff;
	background: #000000 url(img/arrowr.png) no-repeat;
	background-position: calc(100% - 10px) 50%;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}



.my_breadcrumbs {
	background: #f1f1f1;
	border-bottom: 1px solid #e6e8e9;
	margin-bottom: 2%;
}

.my_breadcrumbs_cnt{
	padding: 10px 0;
}

#top-title {
	position: relative;
}

.top-title-std  {
	overflow: hidden;
	background: #7c7c7c;
	display: block;
	padding: 70px 0;
	position: relative;
	background-size: cover;
}

.top-title-std  h2, 
.top-title-std  h1 {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.1em;
	color: #ffffff;
	text-shadow: -2px 2px 3px rgba(0,0,0,0.5);
	position: relative;
	left: -100%;
	animation: movetitle 1.0s forwards;
	-webkit-animation: movetitle 1.0s forwards;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}


@keyframes movetitle {
    0%   {left:-100%;}
    100% {left: 0;}
}

@-webkit-keyframes movetitle {
    0%   {left:-100%;}
    100% {left: 0;}
}



/*    *************************************************     COOKIES    ***************************************************  */
#cookies-message {
	padding: 20px 30px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	position: fixed;
	bottom: 0px;
	right: 4%;
	border: 8px solid rgba(0,0, 0, 0.7);
	border-bottom: none;
	background: rgba(255,255,255,0.9);
	width: 300px;
	z-index: 99999;
	font-family: tahoma, arial, sans-seri
}

#cookies-message h4 {
	color: #484646;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
}

#cookies-message  a:first-child{
	display: block;
}

#cookies-message  a:first-child:hover{
	text-decoration: underline;
}

#cookies-message-more {
	display: inline-block;
	color: #ff0500;
	padding-top: 8px;
}

#cookies-message-more:hover {
	text-decoration: underline;
}

#accept-cookies-checkbox {
	background-color: #ff0500;
	color: #ffffff;
	padding: 8px 12px;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-top: 15px;
}

#accept-cookies-checkbox:hover {
	background: #000000;
	color: #000000;
}

/*    *************************************************     KONTAKT	    ***************************************************  */
#contact-left {
	width: 40%;
	float: left;
}

#contact-right {
	background: #f1f1f1;
	border: 1px solid #e6e8e9;
	padding: 3%;
	width: 44%;
	float: right;
}

#front-form > h4 {
	font-size: 1.6em;
	padding-bottom: 3%;
	border-bottom: 1px solid #000000;
	margin-bottom: 3%;
	
}

/*    *************************************************     OFERTA    ***************************************************  */
#oferta-wrap {
	overflow: hidden;
	margin-top: 25px;
	text-align: center;
}

.oferta-box {
	width: 31%;
	display: inline-block;
	margin: 0 0 3% 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	
}

.oferta-box:nth-child(3n+2) {
	margin-left: 2.4%;
	margin-right: 2.4%;
}

.oferta-box-thumb {
	display: block;
	border: 1px solid #bcbcbc;
	line-height: 0;
	overflow: hidden;
}


.oferta-box-cnt {
	position: absolute;
	bottom: 10%;
	padding: 0;
	width: 100%;
}

.oferta-box-title {
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
	padding: 4% 6%;
	margin-bottom: 3%;
	width: 94%;
	margin-left: 6%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.oferta-box-title a {
	color: #ffffff;
	display: block;
}

.oferta-box .link {
	margin-left: 12%;
}

.oferta-box:hover .oferta-box-title {
	width: 100%;
	margin-left: 0;
	padding-left: 12%;
	background: rgba(0,0,0,0.9);
}

#right-content {
	width: 75%;
	float: right;
}

#child-product-wrap > h2 {
	background: #F0F1F4;
	padding: 1.5% 4%;
}

#child-product-wrap .oferta-box {
	width: 31.4%;
	display: inline-block;
	margin: 0 0 3% 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	
}

#child-product-wrap  .oferta-box:nth-child(3n) {
	margin-left: 2.4%;
	margin-right: 2.4%;
}

#right-content .oferta-box-title {
	font-size: 1.4em;
	width: auto;

}

#product-cnt {
	margin-top: 3%;
}

#product-table {
	margin-top: 5%;
	padding-top: 5%;
	border-top: 1px solid #aab3bb;
}

#product-table table {
	text-align: center;
	margin-bottom: 2%;
}

#product-sidebar {
	width: 20%;
	float: left;
}

#product-sidebar .menu {
	margin: 0;
	list-style-type: none;
}

#product-sidebar .menu li a {
	display: block;
	background: #F0F1F4;
	color: #000000;
	margin-bottom: 1px;
	padding: 10px 20px;
	font-weight: 600;
}

#product-sidebar .menu li a:hover {
	background: #dddde2;
}

#product-sidebar .menu li.current-produkty-ancestor a, #product-sidebar .menu li.current-menu-item a {
	background: #dddde2;
	border-left: 4px solid #ff0500;
}

/*    *************************************************     GALERIA PRODUKTU     ***************************************************  */

#product-gallery #img-carousel-wrap {
	overflow: hidden;
	text-align: center;
	border: 1px solid #9a9a9a;
	position: relative;
	padding: 2%;
}

#product-gallery #img-carousel {
	
}

#product-gallery .img-carousel {
	width: 100%;
	text-align: center;
	padding-bottom: 0%;
	
}

#product-gallery .img-carousel a{
	display: inline-block;
	text-align: center;
}

#product-gallery .img-carousel a img{
	display: inline-block;

}

#product-gallery .slick-dots {
	margin: 0;
	clear: both;
	position: relative;
	bottom: 0;
}

#product-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*    *************************************************     AKTUALNOSCI     ***************************************************  */
.news-list-box {
	overflow: hidden;
	margin-bottom: 26px;
	padding: 2%;
	border: 1px solid #cccccc;
	width: 90%;
	float: left;
}

.news-list-box-cnt {
	padding: 10px;
}

.news-list-box h3 {
	font-size: 1.543em;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	color: #ff0500;
	text-transform: uppercase;
}

.news-list-box h3 a{
	color: #ff0500;
}

.news-list-box h3 a:hover{
	color: #000000;
}

#pagi {
	overflow: hidden;
	margin-top: 20px;
	width: 94%;
}

#pagi span {
	display: inline-block;
	background: #ff0500;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 14px;
	border-radius: 5px;
}

#pagi span:hover {
	background: #0e0e0e;
}

#pagi span a {
	color: #fff;   
}

#pagi #pagi-starsze {
	float: left;
}

#pagi #pagi-nowsze {
	float: right;
}

#pagi #pagi-starsze:before {
	content: url('img/arrowl.png');
	margin-right: 7px;
}

#pagi #pagi-nowsze:after {
	content: url('img/arrowr.png');
	margin-left: 7px;
}

.news-tags-list {
	background: #f5f5f5;
	padding: 2% 2%;
	margin-bottom: 30px;
}

.frm_description {
	padding-top: 10px !important;
}

#front-form .frm_checkbox input{
width: 20px
}

.frm_form_title {
border-bottom: 1px solid #000000;
padding-bottom: 25px;
}

.icontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .icontainer {
        width: 100%
    }
}

.irow {
    margin-right: -15px;
    margin-left: -15px
}

.irow:after,
.irow:before {
    display: table;
    content: " "
}

.irow:after {
    clear: both
}

.icol-sm-6,
.icol-sm-4,
.icol-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
}

@media (min-width:768px) {
    .icol-sm-6 {
        float: left;
        width: 50%
    }
    .icol-sm-4 {
        float: left;
        width: 33.33333333%
    }
    .icol-sm-8 {
        float: left;
        width: 66.66666667%
    }
}

.irow img,
.txt img{
   width: 100%;
    box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
}

@media (max-width: 1200px) and (min-width: 993px) {
.valign {
   display: flex;
   align-items: center;
}
}
.txt p {
    text-align:justify;
}

#footer-baner-shop {
	display: inline-block;
	margin-left: 10px;
}