/*
Theme Name: Evellery
Theme URI: 
Author: Visibee.pl
Author URI: http://visibee.pl
Description: 
Version: 
License: 
License URI: 
Tags: 
*/


/* ==========================================================================
	Optional
	========================================================================== */

/*-------------------------------------------------------------------------------
	WordPress
-------------------------------------------------------------------------------*/

/*----- Alignment -----*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}


/*----- Images -----*/

.entry-content img,
.comment-content css/img/*,
.widget img*/ {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.image-attachment div.attachment {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto 1.625em;
    max-width: 100%;
}
.image-attachment div.attachment a img {
    border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
    border-color: #ddd;
    background: #fff;
}
.image-attachment .entry-caption p {
    letter-spacing: 1px;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}

.entry-header {
    margin: 0 0 25px;
    text-align: center;
}


/* ==========================================================================
	Other useful styles
	========================================================================== */

/*----- General -------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
label,
legend,
th,
.item-title,
.widget-title {
    cursor: default;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a .item-title,
a .widget-title,
a.item .item-icon {
    cursor: pointer;
}

a.item,
a.item:hover,
a.item:focus,
a.item-link,
a.item-link:hover,
a.item-link:focus {
	display: block;
    text-decoration: none;
}

.phone-number,
.phone-number:hover,
.phone-number:focus,
.phone-number:visited {
	cursor: default;
	text-decoration: none;
	outline: none;
	color: inherit;
}

textarea {
    resize: vertical;
}

label[for] {
	cursor: pointer;
}

textarea:focus, input:focus, button:focus {
    outline: none !important;
}
*:focus {
    outline: none !important;
}


/*----- UI -------------------------------------------------------------*/

.widget {
    position: relative;
}

.widget:before,
.widget:after,
.widget-header:before,
.widget-header:after,
.widget-content:before,
.widget-content:after {
	display: table;
	content: " ";
}
.widget:after,
.widget-header:after,
.widget-content:after {
 	clear: both;
}

.item {
	position: relative;
}

.loading {
	background: url(css/img/ajax-loader.gif) center center no-repeat;
}

.menu {
	position: relative;
}
.menu ul,
nav ul {
	list-style: none;
	padding: 0;
}

.display-table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-cell.text-top {
    vertical-align: top;
}
.item .display-table {
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 992px) {
	.display-table-min-md {
	    display: table;
	}
	.table-row-min-md {
	    display: table-row;
	}
	.table-cell-min-md {
	    display: table-cell;
	    vertical-align: middle;
	}
}

@media only screen and (min-width: 768px) {
	.display-table-min-sm {
	    display: table;
	}
	.table-row-min-sm {
	    display: table-row;
	}
	.table-cell-min-sm {
	    display: table-cell;
	    vertical-align: middle;
	}
}

.text-italic {
    font-style: italic;
}

.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}

@media only screen and (max-width: 767px) {
	.text-left-xs {
	    text-align: left !important;
	}
	.text-right-xs {
	    text-align: right !important;
	}  
	.text-center-xs {
	    text-align: center !important;
	}
}

@media only screen and (max-width: 500px) {
	.text-left-xxs {
	    text-align: left !important;
	}
	.text-right-xxs {
	    text-align: right !important;
	}  
	.text-center-xxs {
	    text-align: center !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-right-sm {
        text-align: right !important;
    }  
    .text-center-sm {
        text-align: center !important;
    }
    .text-left-sm {
        text-align: left !important;
    }
}
@media only screen and (max-width: 1289px) {
    .text-right-md {
        text-align: right !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-left-md {
        text-align: left !important;
    }
}
@media only screen and (min-width: 1290px) {
    .text-right-lg {
        text-align: right !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-left-lg {
        text-align: left !important;
    }
}

@media only screen and (min-width: 501px) {
    .text-right-min-xs {
        text-align: right !important;
    }  
    .text-center-min-xs {
        text-align: center !important;
    }
    .text-left-min-xs {
        text-align: left !important;
    }
}
@media only screen and (min-width: 768px) {
    .text-right-min-sm {
        text-align: right !important;
    }  
    .text-center-min-sm {
        text-align: center !important;
    }
    .text-left-min-sm {
        text-align: left !important;
    }
}
@media only screen and (min-width: 992px) {
    .text-right-min-md {
        text-align: right !important;
    }  
    .text-center-min-md {
        text-align: center !important;
    }
    .text-left-min-md {
        text-align: left !important;
    }
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

.cboxElement:focus {
	outline-width: 0;
}


/* ==========================================================================
	Bootstrap theme
	========================================================================== */

/*----- Containers -----------------------*/

@media only screen and (min-width: 992px) {
	.container {
		width: 980px;
	}
}
@media only screen and (min-width: 1290px) {
	.container,
	.secondary-banner-wrap .secondary-banner {
		width: 1260px;
	}
	.page-wrap .container {
		width: 1000px;
	}
	.container {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.site-header .hamburger-button,
	.site-banner .text-wrap {
		right: 2px !important;	
	}
}


/*----- Forms -----------------------*/

.form-control {
    border: 0;
    border-radius: 0;
    background: #edf0f5;
    font-size: 16px;
    height: 40px;
    padding: 5px 10px;
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
          box-shadow: none;
    border-color: inherit;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #acacac;
	opacity: 1;
}


/*----- Buttons -----------------------*/



/*----- Alerts -----------------------*/

.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}


/*----- Reset -----------------------*/

.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: inline-block;
}

label {
	font-weight: normal;
}

.form-group {
	position: relative;
}


/*----- Bootstrap grid xxs -----------------------*/

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media only screen and (max-width: 500px) {
    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{float:left}.col-xxs-12{width:100%}.col-xxs-11{width:91.66666667%}.col-xxs-10{width:83.33333333%}.col-xxs-9{width:75%}.col-xxs-8{width:66.66666667%}.col-xxs-7{width:58.33333333%}.col-xxs-6{width:50%}.col-xxs-5{width:41.66666667%}.col-xxs-4{width:33.33333333%}.col-xxs-3{width:25%}.col-xxs-2{width:16.66666667%}.col-xxs-1{width:8.33333333%}.col-xxs-pull-12{right:100%}.col-xxs-pull-11{right:91.66666667%}.col-xxs-pull-10{right:83.33333333%}.col-xxs-pull-9{right:75%}.col-xxs-pull-8{right:66.66666667%}.col-xxs-pull-7{right:58.33333333%}.col-xxs-pull-6{right:50%}.col-xxs-pull-5{right:41.66666667%}.col-xxs-pull-4{right:33.33333333%}.col-xxs-pull-3{right:25%}.col-xxs-pull-2{right:16.66666667%}.col-xxs-pull-1{right:8.33333333%}.col-xxs-pull-0{right:0}.col-xxs-push-12{left:100%}.col-xxs-push-11{left:91.66666667%}.col-xxs-push-10{left:83.33333333%}.col-xxs-push-9{left:75%}.col-xxs-push-8{left:66.66666667%}.col-xxs-push-7{left:58.33333333%}.col-xxs-push-6{left:50%}.col-xxs-push-5{left:41.66666667%}.col-xxs-push-4{left:33.33333333%}.col-xxs-push-3{left:25%}.col-xxs-push-2{left:16.66666667%}.col-xxs-push-1{left:8.33333333%}.col-xxs-push-0{left:0}.col-xxs-offset-12{margin-left:100%}.col-xxs-offset-11{margin-left:91.66666667%}.col-xxs-offset-10{margin-left:83.33333333%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-8{margin-left:66.66666667%}.col-xxs-offset-7{margin-left:58.33333333%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-5{margin-left:41.66666667%}.col-xxs-offset-4{margin-left:33.33333333%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-2{margin-left:16.66666667%}.col-xxs-offset-1{margin-left:8.33333333%}.col-xxs-offset-0{margin-left:0}
    .hidden-xxs {
    	display: none !important;
    }
}


/* ==========================================================================
	Custom styles
	========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 15, 2015 */
@font-face {
    font-family: 'alegreya_sans';
    src: url('assets/webfonts/alegreyasans-bold-webfont.eot');
    src: url('assets/webfonts/alegreyasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/webfonts/alegreyasans-bold-webfont.woff2') format('woff2'),
         url('assets/webfonts/alegreyasans-bold-webfont.woff') format('woff'),
         url('assets/webfonts/alegreyasans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_sans';
    src: url('assets/webfonts/alegreyasans-regular-webfont.eot');
    src: url('assets/webfonts/alegreyasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/webfonts/alegreyasans-regular-webfont.woff2') format('woff2'),
         url('assets/webfonts/alegreyasans-regular-webfont.woff') format('woff'),
         url('assets/webfonts/alegreyasans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_sans_light';
    src: url('assets/webfonts/alegreyasans-light-webfont.eot');
    src: url('assets/webfonts/alegreyasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/webfonts/alegreyasans-light-webfont.woff2') format('woff2'),
         url('assets/webfonts/alegreyasans-light-webfont.woff') format('woff'),
         url('assets/webfonts/alegreyasans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_sans_thin';
    src: url('assets/webfonts/alegreyasans-thin-webfont.eot');
    src: url('assets/webfonts/alegreyasans-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/webfonts/alegreyasans-thin-webfont.woff2') format('woff2'),
         url('assets/webfonts/alegreyasans-thin-webfont.woff') format('woff'),
         url('assets/webfonts/alegreyasans-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------------------------------------------------
    General
---------------------------------------------------------------------------*/

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

body {
    font-family: 'alegreya_sans', sans-serif;
    font-size: 14px;
	color: #404040;
	min-width: 320px;
}

a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
}


/*----- Icons ------------------------------------------------------------*/

@font-face {
	font-family: 'evellery_icons';
	src:url('assets/webfonts/evellery_icons.eot?x7530u');
	src:url('assets/webfonts/evellery_icons.eot?x7530u#iefix') format('embedded-opentype'),
		url('assets/webfonts/evellery_icons.ttf?x7530u') format('truetype'),
		url('assets/webfonts/evellery_icons.woff?x7530u') format('woff'),
		url('assets/webfonts/evellery_icons.svg?x7530u#evellery_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'evellery_icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon.placeholder:before {
	content: "\e800";
}
.icon.twitter:before {
	content: "\e801";
}
.icon.facebook:before {
	content: "\e802";
}
.icon.googleplus:before {
	content: "\e803";
}
.icon.pinterest:before {
	content: "\e804";
}
.icon.search:before {
	content: "\e905";
}
.icon.cart:before {
	content: "\e904";
}
.icon.marker:before {
	content: "\e901";
}
.icon.ptaszek:before {
	content: "\e902";
}
.icon.x:before {
	content: "\e903";
}
.icon.instagram:before {
	content: "\e900";
}
.icon.checkmark:before {
	content: "\e906";
}
.icon.info:before {
	content: "\e907";
}
.icon.warning:before {
	content: "\e908";
}

.triangle {
	display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #808080 transparent transparent;
}
.triangle.down {
	border-width: 5px 5px 0;
}


/*----- Forms ------------------------------------------------------------*/




/*----- JS components ------------------------------------------------------------*/

.js-widget {
    position: relative;
}



/*---------------------------------------------------------------------------
    Layout 
---------------------------------------------------------------------------*/

/* Desktopy */
@media only screen and (min-width: 992px) {
	
}

/* Desktopy i tablety */
@media only screen and (min-width: 768px) {
	
}

/* Tablety */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* Telefony */
@media only screen and (max-width: 767px) {
	
}

/* Telefony XXS */
@media only screen and (max-width: 500px) {
	
}


/*----- Loader ---------------------------------------------------------------*/


/**
 * http://cssload.net/en/spinners/4
 */
.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid rgb(0,0,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}

#cboxOverlay .cssload-speeding-wheel {
	border-top-color: #fff;
	border-bottom-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}


@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


/*----- Top ---------------------------------------------------------------*/

.site-header {
	height: 146px;
}

.site-header,
.primary-banner {
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
	.site-header {
	    margin: 0 auto;
	    padding: 20px 0;
	    width: 255px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1289px) {
	.site-header {
		padding-top: 35px;
	}
}

@media only screen and (min-width: 768px) {
	body.home .site-header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 90;
	}
}

.site-header .row {
	position: relative;
}
.site-header .col {
	position: static;
}

.hamburger-button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    bottom: -16px;
    float: right;
    padding: 16px 9px;
    position: absolute;
    right: 8px;
}
.hamburger-button:focus {
	outline: none;
}
.hamburger-button .icon-bar {
	display: block;
	border-radius: 1px;
    background: none repeat scroll 0 0 #000;
    height: 2px;
    width: 32px;
}
.hamburger-button .icon-bar + .icon-bar {
    margin-top: 7px;
}

.secondary-menu {
	display: inline-block;
	cursor: default;
}
.secondary-menu ul {
	list-style: none;
	margin-right: -5px;
    padding: 0;
}
.secondary-menu li {
	display: inline-block;
}
.secondary-menu a {
	text-decoration: none;
	font-family: 'alegreya_sans';
	color: #40393b;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 3px 10px;
}
.language-link {
    text-transform: capitalize;
}
.system-menu.multilanguage-drawer {
    margin-bottom: 10px;
}

.secondary-menu .cart-count {
    font-size: 18px;
    font-family: 'alegreya_sans_light', sans-serif;
    line-height: 1;
    vertical-align: bottom;
    margin-left: -1px;
}
.secondary-menu .icon {
    line-height: 14px;
    vertical-align: middle;
}
.secondary-menu .icon.cart {
    font-size: 26px;
    position: relative;
    top: -1px;
}
.secondary-menu .icon.marker {
    font-size: 19px;
}
.secondary-menu .icon.search {
    font-size: 16px;
}

.top-logo {
    width: 240px;
    max-width: none !important;
}
.top-logo.white {
	display: none;
}

@media only screen and (max-width: 767px) {
	.top-logo {
		width: 228px;
	}
}



/*----- Side drawer ---------------------------------------------------------------*/

.drawer-scrollable-container {
	background: white none repeat scroll 0 0;
    padding: 30px 40px;
    position: relative;
    font-size: 18px;
}

body.admin-bar .drawer-scrollable-container {
	padding-top: 65px;
}

.drawer-scrollable-container p {
	font-size: inherit;
}

.drawer-scrollable-container .close-drawer {
	cursor: pointer;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: -7px;
    text-align: center;
    top: 0;
    width: 42px;
    z-index: 1010;
}
.drawer-scrollable-inner {
	position: relative;
	padding-bottom: 40px;
}

.drawer--right .drawer-nav {
	width: 390px;
	right: -390px;
	border-left: 1px solid #cdcfd1;
}
.drawer-overlay {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 900;
}
.drawer-nav {
	z-index: 9000;
	width: auto;
}

@media only screen and (max-width: 500px) {
	.drawer--right .drawer-nav {
		width: 320px;
		right: -320px;
	}
	.drawer-scrollable-container {
		padding: 20px 30px;
	}
	
}


body.home .site-wrap .buy-online-wrap {
	display: block !important;
}
body.home .buy-online-wrap-drawer {
	display: none !important;
}



/*----- Menu mobilne --------------------------------------------------------------*/

.side-drawer-panel a {
	color: #666;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0;
}

.side-drawer-panel .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.side-drawer-panel .menu a {
    font-size: 24px;
    position: relative;
    font-family: 'alegreya_sans_thin', sans-serif;
    font-weight: bold;
}
.side-drawer-panel .menu a:hover {
	color: #231f20;
}
.side-drawer-panel .menu a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 1px;
	height: 2px;
	width: 100%;
	background-color: #231f20;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 0;
}
.side-drawer-panel .menu a:hover:after {
	opacity: 1;
}

.side-drawer-panel .menu li.divider {
	margin: 35px 0;
}
.side-drawer-panel .menu li.divider a {
	display: none;
}

.side-drawer-panel .social-links {
	margin-top: 45px;
}
.side-drawer-panel .social-links a:first-child {
	padding-left: 0;
}

.system-menu {
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
}
.system-menu a {
	line-height: 1.25;
}
.system-menu a:hover {
	color: #000;
}

.system-menu-login {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
.system-menu-login .form-group {
    margin-bottom: 10px;
}
.system-menu-login label {
	margin: 3px 0 0;
}
.system-menu-login .checkbox input {
	margin-top: 7px;
	margin-left: -4px;
    margin-right: 8px;
}
.system-menu-login label,
.system-menu-login .button,
.system-menu-login a {
	font-size: 16px;
}
.system-menu-login a {
	color: inherit;
}

.system-menu-search {
	overflow: hidden;
	margin-top: 15px;
}
.system-menu-search .form-group {
	position: relative;
	margin-bottom: 0;
}
.system-menu-search .site-search-input {
	padding-right: 45px;
}
.system-menu-search .submit {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.system-menu-search .submit .icon {
	display: inline-block;
    font-size: 22px;
    left: 50%;
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
}

.js-slide-toggle {
	position: relative;
}
.js-slide-toggle:after {
	border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.js-slide-toggle.closed:after,
.js-slide-toggle.open:after {
    display: block;
}
.js-slide-toggle.open:after {
	border-width: 0 4px 4px;
	border-color: transparent transparent #999;
	margin-top: -2px;
}
.js-slide-toggle.closed:hover:after {
	border-top-color: #000;
}
.js-slide-toggle.open:hover:after {
	border-bottom-color: #000;
}
.slide-content.closed {
	display: none;
}


/*----- Main --------------------------------------------------------------*/

body.home .buy-online-wrap {
    margin-bottom: 75px;
}
body.non-home .buy-online-wrap {
    margin-top: 30px;
}
.buy-online-wrap .buy-menu {
	border-bottom: 1px solid #e6ebed;
	padding-left: 0;
	margin: 0;
	position: relative;
	font-size: 20px;
	color: #231f20;
}
.buy-online-wrap .buy-menu a {
	text-decoration: none;
	color: #231f20;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}
.buy-online-wrap .buy-menu a:hover,
.buy-online-wrap .buy-menu a:focus,
.buy-online-wrap .buy-menu a:active {
	border-color: #000;
}
.buy-online-wrap .buy-menu .bar-title {
	cursor: default;
}

@media only screen and (max-width: 767px) {
	.buy-online-wrap {
		background: #edf0f5;
	}
	.buy-online-wrap .buy-menu li {
		display: block;
	}
	.buy-online-wrap .buy-menu {
		padding: 75px 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.buy-online-wrap .buy-menu li {
		display: inline-block;
	}
	.buy-online-wrap .buy-menu {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
	.buy-online-wrap {
		border-bottom: 1px solid #ddd;
	}
}
@media only screen and (max-width: 991px) {
	.buy-online-wrap .buy-menu .bar-title {
	    display: block;
	    margin-top: 0;
	    font-weight: bold;
	}
	.buy-online-wrap .buy-menu li {
		margin: 5px 0;
		padding: 3px 20px;
	}
	.buy-online-wrap .buy-menu {
		font-family: 'alegreya_sans_light', sans-serif;
		text-align: center;
		padding: 50px 0;
		border: 0;
	}
}
@media only screen and (min-width: 992px) {
	.buy-online-wrap .buy-menu {
		display: table;
		width: 100%;
		table-layout: fixed;
		font-size: 20px;
	}
	.buy-online-wrap .buy-menu li {
		display: table-cell;
		height: 75px;
		vertical-align: middle;
		text-align: center;
	}
	.buy-online-wrap .buy-menu .bar-title {
		text-align: left;
		width: 120px;
	}
}

.section-wrap {
	margin: 65px 0 75px;
	min-height: 250px;
}
.section-title {
	font-family: 'alegreya_sans_light', sans-serif;
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 20px;
	line-height: 1;
	color: #000;
}


@media only screen and (min-width: 500px) and (max-width: 767px) {
	/*.section-wrap {
	    margin: 0 auto;
	    max-width: 440px;
	}*/
}

@media only screen and (max-width: 991px) {
	.section-wrap {
		margin-top: 25px;
	}
}

.page-wrap h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
	font-family: 'alegreya_sans_light', sans-serif;
	font-weight: normal;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 50px;
}
.page-wrap hr {
    margin-bottom: 55px;
    margin-top: 60px;
    border-top: 1px solid #ddd;
}
.page-wrap .section-title {
    color: #333;
    font-size: 34px;
    margin-bottom: 35px;
}
.leading {
    display: block;
    font-size: 25px;
    line-height: 1.25;
    margin-top: 45px;
}
.page-wrap {
	font-size: 19px;
	line-height: 1.5;
}
.page-wrap p {
	margin-bottom: 30px;
}
.page-wrap p img {
	margin-bottom: 30px;
	display: inline-block;
}
.page-wrap ul,
.page-wrap ol {
	margin-bottom: 30px;
}
.page-wrap ul {
	list-style: none;
	padding-left: 20px;
}
.page-wrap ul li {
	padding-left: 30px;
	position: relative;
}
.page-wrap ul li:before {
	content: "";
	display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #808080;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.page-wrap ul.woocommerce-error li:before,
.page-wrap ul.woocommerce-info li:before,
.page-wrap ul.woocommerce-message li:before {
	display: none;
}
.page-wrap ul li,
.page-wrap ol li {
	margin-bottom: 5px;
}
.page-wrap ul.woocommerce-error li,
.page-wrap ul.woocommerce-info li,
.page-wrap ul.woocommerce-message li {
	margin-bottom: 0;
}
.page-wrap ol {
	padding-left: 38px;
}
.page-wrap ol li {
	padding-left: 12px;
}
.page-wrap ol ol,
.page-wrap ol ul {
	padding-left: 17px;
	margin-top: 20px;
}

.page-wrap table {
	font-size: 19px;
	line-height: 1.15;
	margin-bottom: 50px;
	margin-top: 40px;
}
.page-wrap table td,
.page-wrap table th {
	padding: 10px 15px;
	border-bottom: 1px solid #E6EBED;
}
.page-wrap table th {
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-wrap table tbody tr:first-child td,
.page-wrap table tbody tr:first-child th {
	border-top: 2px solid #231F20;
}
.page-wrap table th {
	font-weight: normal;
	font-size: 22px;
}
.page-wrap table thead td,
.page-wrap table thead th {
	font-size: 25px;
	font-weight: normal;
	font-family: 'alegreya_sans_light', sans-serif;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.page-wrap table {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.page-wrap table {
		margin-left: auto;
		margin-right: auto;
	}
	.page-wrap table,
	.page-wrap table th,
	.page-wrap table thead th,
	.page-wrap table thead td {
		font-size: 15px;
	}
	.page-wrap table th,
	.page-wrap table td,
	.page-wrap table thead th,
	.page-wrap table thead td {
		padding-left: 0;
		padding-right: 0;
	}
	.page-wrap .section-title {
		font-size: 28px;
		font-family: 'alegreya_sans', sans-serif;
		text-align: center;
	}
	.page-wrap p {
		text-align: justify;
	}
	.page-wrap .text-center-xxs p,
	.page-wrap .text-center-xs p,
	.page-wrap .text-center-sm p,
	.page-wrap .text-center-md p,
	.page-wrap .text-center-lg p {
		text-align: center;
	}
	.leading {
		font-size: 23px;
	}
	h2 {
		font-size: 25px;
		text-align: center;
	}
	h3, h4, h5, h6 {
		font-size: 25px;
		text-align: center;
	}
	h3 label, h4 label, h5 label, h6 label {
		text-align: left;
	}
}

.page-gallery {
	margin-top: 60px;
	margin-bottom: 40px;
}
.page-gallery .col {
	margin-bottom: 30px;
}

.gototop-wrap {
    border-top: 1px solid #e6ebed;
    margin: 0 0 60px;
    padding: 15px 0;
    font-size: 17px;
}
.gototop-wrap a {
	text-decoration: none;
	position: relative;
	padding: 5px 0;
	padding-right: 20px;
	color: #404040;
}
.gototop-wrap a:after {
	content: "";
	display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.gototop-wrap a:hover {
	color: #000;
}
.gototop-wrap a:hover:after {
	border-bottom-color: #000;
}

.buy-online-wrap-drawer {
    margin-top: 45px;
}
.buy-online-wrap-drawer .bar-title {
	opacity: 0.3;
}

.attachments-list .col {
    min-height: 60px;
}
.attachments-list .table-cell {
	min-height: 30px;
	text-align: left;
}
.attachments-list .item-extension-wrap {
    width: 65px;
}
.attachments-list .item-label-wrap {
    line-height: 1;
}

.attachments-description {
    margin-bottom: 60px;
}

.attachments-list .item-extension {
    background: #231f20 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    min-width: 45px;
    padding: 7px 2px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
	.attachments-list .display-table {
	    margin: 0 auto;
	    width: 340px;
	}
}


/*----- Footer ------------------------------------------------------------*/

.pagination {
	cursor: default;
	width: 100%;
	text-align: center;
}
.page-numbers {
	color: #808080;
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 3px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.page-numbers:hover,
.page-numbers:focus,
.page-numbers:active {
	text-decoration: none;
}
.page-numbers.current {
	color: #000;
}
.page-numbers.prev,
.page-numbers.next {
    position: relative;
    width: 30px;
}
.page-numbers.prev .triangle,
.page-numbers.next .triangle {
	display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #808080 transparent transparent;
}
.page-numbers.next .triangle {
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #808080;
}
.page-numbers.prev:hover .triangle {
	border-right-color: #000;
}
.page-numbers.next:hover .triangle {
	border-left-color: #000;
}



/*----- Footer ------------------------------------------------------------*/

.site-footer a {
	text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #000;
}

.footer-upper {
	margin: 25px 0 70px;
}
.footer-upper,
.footer-lower {
	font-family: 'alegreya_sans_light', sans-serif;
	font-size: 18px;
}
.footer-upper .widget-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
	color: #404040;
}

.footer-upper .product-categories,
.footer-upper .menu {
    list-style: outside none none;
    padding-left: 0;
}

.footer-upper .widget {
	margin-bottom: 40px;
}
.footer-upper .widget:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footer-upper .col {
	    margin-bottom: 35px;
	}
	.site-footer a {
		display: block;
		margin: 5px 0;
	}
}
@media only screen and (max-width: 991px) {
	.footer-upper a {
		padding: 1px 0;
		display: inline-block;
	}
	.footer-upper .widget-text {
		line-height: 1.6;
	}
}

.sidebar-footer-1 .widget-title {
	text-transform: none;
}

.footer-lower-inner {
	font-size: 17px;
	padding: 30px 0 50px;
	border-top: 1px solid #e6ebed;
	color: #7f7f7f;
}

.social-links {
	cursor: default;
}
.social-links a {
	display: inline-block;
	padding: 2px 10px;
	color: #7f7f7f;
	text-decoration: none;
	margin: 0;
}
.social-links a:hover,
.social-links a:active,
.social-links a:focus {
	text-decoration: none;
	color: #000;
}

.footer-lower .social-links a:last-child {
	padding-right: 0;
}

#catapult-cookie-bar {
	position: relative !important;
	font-size: 15px;
	text-align: center !important;
	padding: 20px 0 21px !important;
	z-index: 10 !important;
}
button#catapultCookie {
	font-size: 17px !important;
}

@media only screen and (max-width: 767px) {
	.social-links-wrap {
		margin-top: 35px;
	}
}


/*---------------------------------------------------------------------------
    Components
---------------------------------------------------------------------------*/

/*----- Common ------------------------------------------------------------*/




/*----- Page --------------------------------------------------------------*/




/*----- Single ------------------------------------------------------------*/




/*----- Home --------------------------------------------------------------*/

.site-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.site-banner-wrap {
	position: relative;
	color: #000;
}

.site-banner-wrap .container {
	position: relative;
}
.site-banner-wrap .block-link {
	padding: 30px 0;
	display: inline-block;
}


@media only screen and (max-width: 767px) {
	.site-banner-wrap {
		padding-top: 0;
	}
	.site-banner-wrap .block-link {
		padding: 60px 0 70px;
	}
}
@media only screen and (min-width: 768px) {
	.site-banner-wrap .container-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.site-banner-wrap .text-wrap {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		/*max-width: 435px;*/
		z-index: 20;
	}
	.primary-banner-wrap .text-wrap {
		margin-top: 25px;
	}
	.site-banner-wrap .container {
		position: relative;
		height: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-banner-wrap .text-wrap {
		/*max-width: 335px;*/
	}
	.secondary-banner-wrap .text-wrap {
		/*max-width: 300px;*/
	}
}
@media only screen and (min-width: 992px) {
	.site-banner-wrap .text-wrap {
		/*max-width: 435px;*/
	}
}


/**
 * CTA w bannerach i L-kach
 */

.cta-text p {
	font-family: 'alegreya_sans_thin', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 0.9;
	letter-spacing: 1px;
	margin: 0 0 6px 0;
}
.cta-text strong {
	font-family: 'alegreya_sans_light', sans-serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 1;
}
.cta-text .link-wrap span {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	position: relative;
}
.cta-text .link-wrap span:first-child {
	margin-top: 15px;
	padding-top: 7px;
}
.cta-text .link-wrap span:last-child {
	padding-bottom: 7px;
}
.cta-text .link-wrap span:last-child:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 1px;
	height: 2px;
	background: #000;
    width: calc(100% - 2px);
    -webkittransition: transform 0.45s cubic-bezier(1, .04, .21, 1);
    transition: transform 0.45s cubic-bezier(1, .04, .21, 1);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.cta-text .link-wrap span:last-child:hover:after {
	-webkit-transform: translate3d(0, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
    -webkittransition: transform 0.2s cubic-bezier(1, .04, .21, 1);
    transition: transform 0.2s cubic-bezier(1, .04, .21, 1);
}

a.block-link,
a.block-link:hover,
a.block-link:active,
a.block-link:focus {
	text-decoration: none;
}

.primary-banner-wrap .link-wrap span:after {
    width: calc(100% - 5px);
}

.primary-banner-wrap p {
    font-size: 44px;
    letter-spacing: -1px;
    line-height: 46px;
    margin: 0;
}
.primary-banner-wrap strong {
	font-size: 46px;
}
.primary-banner-wrap strong {
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.primary-banner-wrap .container-wrap {
	    /*background: #edf0f5 none repeat scroll 0 0;*/
	    border-bottom: 1px solid #efefef;
	}
}
@media only screen and (max-width: 991px) {
	.primary-banner-wrap p,
	.primary-banner-wrap strong {
		font-size: 34px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
	.cta-text p {
		font-size: 26px;
	}
	.cta-text strong {
		font-size: 28px;
	}
	.primary-banner-wrap p,
	.primary-banner-wrap strong {
		font-size: 38px;
	}
}
@media only screen and (min-width: 1290px) {
	.l-section .cta-text-inner {
	    width: 260px;
	}
}



/**
 * "możliwość wybrania biała / czarna typografia"
 */
@media only screen and (min-width: 768px) {
	.site-banner-wrap.text-white,
	.site-banner-wrap.text-white a,
	body.primary-banner-text-white .primary-banner-wrap,
	body.primary-banner-text-white .primary-banner-wrap a,
	body.primary-banner-text-white .secondary-menu a {
		color: #fff;
	}
	.site-banner-wrap.text-white .link-wrap span:after,
	body.primary-banner-text-white .primary-banner-wrap .link-wrap span:after,
	body.primary-banner-text-white .hamburger-button .icon-bar {
		background: #fff;
	}
	body.primary-banner-text-white .top-logo.black {
		display: none;
	}
	body.primary-banner-text-white .top-logo.white {
		display: block;
	}
}

.secondary-banner-wrap {
	background: #edf0f5;
	margin-bottom: 75px;
}
.secondary-banner-wrap .secondary-banner {
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.secondary-banner-wrap .block-link {
		display: block;
	}
}
@media only screen and (min-width: 768px) {

}

.video-button {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.15);
	position: relative;
}
.video-button:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 21;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #4b4b4c;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 8px;
    margin-top: 2px;
}

.text-wrap iframe {
    height: 23em;
    width: 100%;
}

.secondary-banner-wrap .video-button-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	cursor: pointer;
}
.secondary-banner-wrap .video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-section {
	
}
.l-section {
	margin-bottom: 75px;
}
.l-section.odd .col {
	float: right;
}

.archive-wrap .woocommerce-breadcrumb {
	margin-bottom: 35px;
}


@media only screen and (max-width: 500px) {
	.l-section .cta-text {
	    margin-bottom: 75px;
	}
}
@media only screen and (min-width: 501px) and (max-width: 991px) {
	.l-section.odd .photo.main {
	    text-align: right;
	}
	.l-section.even .cta-text {
		text-align: right;
	}
}
@media only screen and (max-width: 991px) {
	.l-section {
		padding-bottom: 75px;
		border-bottom: 1px solid #edf0f5;
	}
	.l-section:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.photo.secondary {
	    display: none;
	}
	.l-section .cta-text p,
	.l-section .cta-text strong {
		font-size: 26px;
	}
}
@media only screen and (min-width: 992px) {
	.l-section.even .cta-text {
	    text-align: right;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1289px) {
	.l-section.even .photo.main img {
	    margin-top: -210px;
	}
}
@media only screen and (min-width: 1290px) {
	.l-section.even .photo.main img {
	    margin-top: -260px;
	}
}

.special-products {
	
}
.special-products .col {
    margin: 0 0 75px 0;
}
.special-products .block-link {
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.special-products .item-label {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.90);
	display: inline-block;
	padding: 9px 18px;
	font-size: 17px;
}
@media only screen and (min-width: 1290px) {
	.special-products .col img {
	    max-width: 260px;
	}
}

/**
 * dla mobilnych placeholder nie występuje
 */
@media only screen and (max-width: 500px) {
	.special-products .col.placeholder-wrap {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.special-products .col.placeholder-wrap:nth-child(n+3) {
		display: none;
	}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.special-products .item-label {
		font-size: 15px;
		padding: 7px 15px;
	}
}

.button:focus,
.button:active {
	text-decoration: none;
}

.button.secondary {
	border: 0;
	margin: 0;
	padding: 12px 15px;
	min-width: 140px;
	text-align: center;
}
.button.secondary,
.button.secondary:hover,
.button.secondary:focus,
.button.secondary:active {
	background-color: #808080;
	color: #fff;
	text-decoration: none;
}

.button.default {
    border: 0;
    padding: 0;
}


.row-alt .col {
    float: left;
}
.row-alt .col-1 {
    
}
.row-alt .col-2 {
    float: right;
}

@media only screen and (min-width: 1290px) {
	.row-alt .col-1 {
	    width: 50%;
	}
	.row-alt .col-2 {
	    width: 50%;
	    float: right;
	}
}


/*----- Aktualności Pętla --------------------------------------------------------------*/

.news-item {
	display: block;
	margin-bottom: 40px;
}
.news-item .item-title,
.article-title {
	font-family: 'alegreya_sans_light', sans-serif;
	font-size: 32px;
	color: #000;
	margin: 0 0 20px;
}
.news-item .item-title {
	line-height: 1;
}
.news-item .item-excerpt,
.article-wrap p {
	font-size: 16px;
	line-height: 1.4;
	color: #404040;
	margin: 0 0 35px;
}
.news-item .item-excerpt {
	margin-bottom: 25px;
}
.news-item .item-img {
	width: 220px;
}

.news-item.featured {
	padding-bottom: 40px;
	border-bottom: 1px solid #EAEFF0;
}
.news-item.featured .item-img {
	width: 340px;
	max-width: 100%;
}
.news-item.featured .item-title {
    font-weight: bold;
    margin-bottom: 30px;
}

.video-img-wrap {
	display: inline-block;
	position: relative;
	max-width: 100%;
	cursor: pointer;
}
.video-img-wrap .video-button-wrap {
    left: 50%;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
	.news-item .item-excerpt,
	.news-item .item-title {
		margin: 0 0 15px;
	}
	.news-item .item-title {
		font-size: 22px;
	}
	.news-item .more-wrap .button {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.news-item .img-wrap {
		margin-bottom: 35px;
	}
	.news-item .text-wrap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 992px) {
	.news-item .text-wrap {
	    padding-left: 30px;
	}
	.news-item.featured .text-wrap {
		padding-left: inherit;
	}
	.news-item.featured .img-wrap {
		padding-right: 60px;
	}
}


/*----- Aktualności Wpis --------------------------------------------------------------*/

.article-wrap .row {
	margin-left: -20px;
	margin-right: -20px;
}
.article-wrap .col {
	padding-left: 20px;
	padding-right: 20px;
}
.article-img {
	width: 100%;
	margin-bottom: 60px;
}
.article-wrap p {
	margin-bottom: 20px;
}
.article-wrap .img-wrap,
.gallery-wrap .col {
	margin-bottom: 40px;
}

.gallery-wrap {
    
}

body.single .video-img-wrap {
	margin-bottom: 60px;
}
body.single .video-img-wrap .article-img {
	margin-bottom: 0;
}


/*----- Customowe elementy formularza -----------------------*/

.checkbox {
	padding-left: 32px;
	position: relative;
}
.checkbox input {
    border: 0 none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
.fake-checkbox {
    border: 1px solid #999;
    background-color: transparent;
    color: #5E5F60;
    display: inline-block;
    height: 22px;
    text-align: center;
    padding: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    z-index: 20;
    margin-top: -11px;
}
.fake-checkbox .icon.ptaszek {
	display: none;
    font-size: 17px;
    position: relative;
    z-index: 1;
}
.fake-checkbox.is-checked .icon.ptaszek {
    display: block;
}

.radio {
	padding-left: 32px;
	position: relative;
}
.radio input {
    border: 0 none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
.fake-radio {
    border: 1px solid #999;
    border-radius: 100%;
    background-color: transparent;
    color: #5E5F60;
    display: inline-block;
    height: 16px;
    text-align: center;
    padding: 2px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    z-index: 20;
    margin-top: -7px;
}
.fake-radio .icon {
	background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    display: none;
    font-size: 16px;
    line-height: 16px;
    height: 6px;
    left: 50%;
   	margin: -3px 0 0 -3px;
    position: absolute;
    top: 50%;
    width: 6px;
    z-index: 1;
}
.fake-radio.is-checked .icon {
    display: block;
}



/*----- Styl tabeli z parametrami -----------------------*/

table.standard-table {
	font-family: 'alegreya_sans_light', sans-serif;
    line-height: 1.15;
}
table.standard-table,
table.standard-table p {
	font-size: 16px;
}
table.standard-table p {
	margin: 0;
}
table.standard-table tr:first-child td,
table.standard-table tr:first-child th {
    border-top: 2px solid #666;
}
table.standard-table td,
table.standard-table th {
	padding: 10px;
	font-weight: normal;
	border-bottom: 1px solid #E6EBED;
}
table.standard-table td:first-child,
table.standard-table th:first-child {
	padding-left: 0;
}
table.standard-table td:last-child,
table.standard-table th:last-child {
	padding-right: 0;
	text-align: right;
}
table.standard-table th:first-child:after {
	content: ":";
}



/*----- Kontakt -----------------------*/

.page-template-page-templatescontact-php .section-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}
.addresses-wrap p {
	margin-bottom: 15px;
}
.laws-wrap {
    font-size: 16px;
    opacity: 0.7;
}
.city-wrap {
	margin-bottom: -50px;
}
.city-wrap h3 {
	margin-bottom: 60px;
}
.city-wrap .col {
	margin-bottom: 60px;
}
.city-address {
	position: relative;
	padding-left: 60px;
	line-height: 12px;
}
.city-address:before {
	content: "\e901";
	color: #bfbfbf;
	font-family: "evellery_icons";
    font-size: 58px;
    left: -5px;
    line-height: 1;
    position: absolute;
    top: 0;
}
.city-address br {
    display: block;
    content: " ";
    height: 1px;
    line-height: 1px;
    margin: 0 0 12px;
}

@media only screen and (max-width: 767px) {
	.address-wrap {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
	.city-address {
	    margin-left: auto;
	    margin-right: auto;
	    width: 320px;
	}
}


.selected-product-wrap {
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.post-type-archive-product h3 {
	margin-bottom: 35px;
}