html, body {
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
	color: #252321;
	line-height: 1.875;
	font-size: 16px;
	background: #f3f3f3;
	height: 100%;
	word-wrap:break-word;
	max-width:100%;
}

body {
	padding-top: 0;
}

#wrap {
	min-height: 100%;
    margin: 90px;
    background-color: #fff;
    border-top: 4px solid #1abc9c;
    padding: 20px 10px 10px 10px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

a {
	color: #f3a817;
	outline: none !important;
}

a:hover, a:focus {
	color: #d68f00;
	text-decoration: none;
}

a:active, a:visited {
	text-decoration: none;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
	font-weight: 600;
	color: #252321;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px 0 15px 0;
}

h2 {
	font-size: 20px;
	margin: 30px 0 15px 0;
}

h3{
	font-size: 18px;
	margin: 30px 0 15px 0;
}

h4,h5,h6 {
	font-size: 16px;
}

ul, p {
	margin-bottom: 30px;
}

.color-gold {
	color: #f3a817;
}


.btn-grey {
	background-color: #cfcfcf;
}

.btn-red {
	background-color: #bf0000;
}

/* yellow f3a817 */

/* --------------------------------------------------- */

header {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1010;    
	max-height: 100%;
    overflow: auto;
}

header.sticked {
	border-bottom: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.17);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.17);
	box-shadow: 0 0 6px rgba(0,0,0,.17);
}

.header-dark {
	background: #000b27;
}

.hd-list {
	float: left;
	margin: 6px 20px 6px 0;
	overflow: auto;
	font-size: 14px;
	font-weight: 600;
}

.hd-list li {
	float: left;
	color: #fff;
	margin-right: 6px;
}

.hd-list a {
	color: #fff;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.hd-list a.active {
	color: #f3a817 !important;
	cursor: default !important;
}

.hd-list a:hover {
	color: #ffbf35;
}

.hd-login, .hd-register {
	float: right;
	line-height: 38px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
	font-size: 14px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	background: transparent;
}

.hd-dropable {
	float: right;
	position: relative;
}

.hd-login:hover {
	background: #38405e;
}

.hd-register {
	background: #55b9a0;
}

.hd-toggle {
	background: #55b9a0 url(img/hd-more.png) 100% center no-repeat;
	padding-right: 43px;
	cursor: pointer;
}

.hd-register:hover {
	background: #3ea38c;
}

.hd-toggle:hover {
	background: #3ea38c url(img/hd-more.png) 100% center no-repeat;
}

.hd-more {
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	background: #d8d8d8;
	z-index: 1;
}

.hd-more a {
	display: block;
	color: #252321;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 15px;
	font-size: 14px;
	border-top: 1px solid #c9c9c9;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.hd-more li:first-child a {
	border: none;
}

.hd-more a:hover {
	color: #fff;
	background: #f3a817;
	border-color: #f3a817;
}

.hd-msg {
	float: right;
	height: 38px;
	width: 53px;
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	background: #f3a817 url(img/top-msg.png) center center no-repeat;
}

.hd-msg:hover {
	background-color: #e89f00;
}

.header-white {
	background: #fff;
	padding: 16px 0 14px 0;
}

.logo {
	float: left;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.logo:hover {
	opacity: 0.85;
}

.logo-slogan {
	float: left;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1px 0 1px 15px;
	margin: 0 0 0 15px;
	border-left: 1px solid #d8d8d8;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.logo-slogan strong {
	color: #c50c25;
}

input, textarea, select, option {
	outline: none !important;
}

.text-input,.dataTables_wrapper .dataTables_filter input,.bs-searchbox .form-control {
	width: 100%;
	height: 46px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #252321;
	padding: 0 15px;
	margin: 0 0 20px 0;
	outline: none !important;
	background: #fff;
	position: relative;
	box-shadow: none !important;
}

.text-input[type='file'] {
	height: auto;
	padding: 9px 15px;
}

.tiny-inputs .text-input {
	margin-bottom: 10px;
	height: 38px;
}

.tiny-inputs .text-input.input-cameleon {
	margin-bottom: 0;
}

.tiny-inputs .bootstrap-select > .dropdown-toggle {
	padding:8px 43px 8px 15px;
	margin-bottom: 10px;
}

table .bootstrap-select > .dropdown-toggle {
	padding-top: 7px !important; 
	padding-bottom: 7px !important;
}

.tiny-inputs .bootstrap-select.btn-group .dropdown-menu {
	top: 35px !important;
}

.tiny-inputs .bs-searchbox .form-control {
	height: 36px;
}

.dropdown-menu>.active>a {
	background: #f8f8f8;
}

.tiny-inputs .inline-label {
	padding: 4px 0;
    margin: 0 15px 10px 0;
}

textarea.text-input {
	max-width: none;
	padding: 7px 15px;
	height: 9em;
}

.text-input.error {
	border-color: #c50c25;
}

.text-input:focus, .dataTables_wrapper .dataTables_filter input:focus, .bs-searchbox .form-control:focus {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #A8A8A8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #A8A8A8;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #A8A8A8;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #A8A8A8;
}

div.dt-buttons {
    float: left;
    margin-top: 2px;
}

button, .btn {
	font-size: 14px;
	border: none;
	background: #55b9a0;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 10px 20px 0;
	outline: none !important;
	padding: 7px 15px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.dt-button {
	font-size: 14px !important;
	border: none !important;
	background: #55b9a0 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	margin: 0 10px 20px 0 !important;
	outline: none !important;
	padding: 7px 15px !important;
	-moz-transition: all 350ms ease-in-out !important;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out !important;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out !important;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out !important;
}

button:hover, .btn:hover, button:focus, .btn:focus {
	background-color: #3ea38c;
	color: #fff;
}

.main-search {
	padding-right: 74px;
	position: relative;
	margin-top: 15px;
}

.main-search .text-input {
	margin: 0;
	max-width: none;
}

.main-search .btn-search {
	position: absolute;
	top:0;
	right: 0;
	margin: 0;
}

.btn-search, .btn-submit {
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	width: 50px;
	height: 46px;
	background: #55b9a0 url(img/ico-zoom.png) center 0 repeat-y;
}

.btn-search:hover { 
	background: #3ea38c url(img/ico-zoom.png) center -46px repeat-y;
}

.btn-submit {
	width: 46px;
	background: #55b9a0 url(img/ico-send.png) center 0 repeat-y;
}

.btn-submit:hover { 
	background: #3ea38c url(img/ico-send.png) center -46px repeat-y;
}

.btn-submit-wide {
	font: 16px/32px "open sans";
	color: #fff;
	text-indent: 0;
	width: auto;
	text-transform: none;

	padding-right: 38px;
	background: #55b9a0 url(img/ico-send2.png) 100% 0 repeat-y;
}

.btn-submit-wide:hover { 
	background: #3ea38c url(img/ico-send2.png) 100% -46px repeat-y;
}

.main-search:after {
	content: '';
	background: url(img/search-dings.png);
	width: 10px;
	height: 20px;
	right: 65px;
	top: 13px;
	position: absolute;
}

.hw-cart {
	display: block;
	padding-right: 67px;
	height: 77px;
	color: #252321;
	line-height: 22px;
	text-align: right;
	padding-top: 20px;
	margin-top: -17px;
	position: relative;
}

.hw-cart img {
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all 700ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 700ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 700ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 700ms ease-in-out;
}

.hw-cart:hover img {
	-webkit-transform: rotate(6deg); 
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
}

.hw-cart:hover {
	color: inherit;
}

.hw-cart strong {
	font-weight: 600;
}

.hwc-price {
	color: #f3a817;
	font-weight: 600;
}

.hdw-login {
	display: block;
	line-height: 38px;
	color: #252321 !important;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
	font-size: 16px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	background: #d8d8d8;
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.hdw-register {
	display: block;
	line-height: 38px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
	font-size: 16px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	background: #f3a817;
	margin-top: 1px;
	margin-left: -15px;
	margin-right: -15px;
}

.hdw-msg {
	margin-top: 15px;	
}

.hwm-cart {
	text-align: right;
	display: block;
	text-transform: uppercase;
	color: #252321;
	font-weight: 600;
	border-bottom: 1px solid #d8d8d8;
	
	margin-left: -15px;
	margin-right: -15px;
	padding: 4px 15px;
}

.hwm-cart:hover {
	color: #252321;
}

.hwmc-left {
	float: left;
}

button.hamburger  {
	background: none;
	float: right;
	padding-right: 0;
}

.main-banner {
	margin-bottom: 30px;
}

.mb-inside {
	position: relative;
	background: url(img/samples/main-banner.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
}

.mb-handmade {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50%;
}

.mb-inside:after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	
	width: 0;		
	height: 0;
	border-style: solid;
	border-width: 0 0 72px 72px;
	border-color: transparent transparent #ffffff transparent;
}

.mb-slogan {
	left: 15px;
	bottom: 5px;
	position: absolute;
	width: 100%;
}

.mb-slogan h3 {	
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	width: 190px;
	margin: 0;
	line-height: 1.5;
}

.mb-slogan img {
	margin-top: -12px;
	width: 210px;
}

.tabs, .sub-tabs {
	min-height: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.sub-tabs {
	margin-top: 30px;
}

.tabs li, .sub-tabs li {
	display: inline-block;
    position: relative;
	margin-bottom: -1px;
}

.tabs li a, .sub-tabs li a {
	display: block;
	border: 1px solid transparent;
	padding: 0 15px;
	line-height: 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	color: #252321;
	position: relative;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.tabs li a.active,
.tabs li.active > a,
.sub-tabs li a.active
 {
    background-color: #fff;
	border-color: #d8d8d8;
	font-weight: bold;
	background: #fff;
}

.sub-tabs li a.active img {
	height: 18px;
	margin: 11px 0 8px 0px;
}

.tabs li a:hover, .tabs li:hover > a, .tabs-more li:hover > a,
.sub-tabs li a:hover, .sub-tabs li:hover > a  {
	color: #f3a817;
}

.tabs li.tabs-toggle {
	display: none;
	float: right;
}

.tabs-toggle a {
	cursor: pointer;
	font-size: 24px;
	top: -4px;
	position: relative;
}

.tabs-inside {
	position: relative;
}

.tabs-more, .tabs li > ul  {
	position: absolute;
	z-index: 1;
	right: 0;
	border: 1px solid #d8d8d8;
	background: #fff;
	top: 42px;
	width: 100%;	
}

.tabs-more ul {
	padding: 0;
	list-style: none;
}

.tabs-more ul ul {
    border-top: 1px solid #d8d8d8;
}

.tabs-more li {
	position: relative;
}

.tabs-more > li > ul {	
	position: absolute;
	top: -1px;
	right: 100%;
	border: 1px solid #d8d8d8;
}

.tabs-more ul  a {
	/*border-bottom: 1px solid #d8d8d8 !important;*/
}

.tabs-more ul  li:last-child a {
	border-bottom: none !important;
}

.tabs li > ul {
	right: auto;
	left: 15px;
	top: 100%;
	padding: 0;
	margin: -1px 0 0 0;
	list-style: none;
	z-index: 1001;
	opacity: 0;
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
	-o-transform:scaleY(0);
	transform:scaleY(0);
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
}

.tabs li:hover > ul  {
	opacity: 1;
	-webkit-transform:scaleY(1);
	-moz-transform:scaleY(1);
	-o-transform:scaleY(1);
	transform:scaleY(1);	
}

.tabs li > ul ul, .tabs-more li > ul {	
	top: 0;
	left: 100%;
	margin: -1px 0 0 0;	
	opacity: 0;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.tabs li.tabs-li-right > ul ul, .tabs-more li > ul {
	left: auto;
	right: 100%;
	-ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
    transform-origin: 100% 0%;
}

.tabs li > ul li:hover > ul,
.tabs-more li:hover > ul  {
	opacity: 1;
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1);
}

.tabs-more a, .tabs li > ul a {
	display: block;	
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 15px;
	background: #fff;
	color: #252321;
}

.tabs li > ul a {
	line-height: 28px;
	border: none;
	border-bottom: 1px solid #d8d8d8;
}

.tabs li > ul li {
	display: block;
	margin-bottom: 0;
}

.tabs-more a:hover, .tabs li > ul a:hover, .tabs ul li:hover > a, .tabs-more li:hover > a {
	color: #f3a817;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.tabs-more li:last-child a, .tabs li > ul li:last-child a {
	border: none;
}

.tabs-more  {
	display: none; 
	z-index: 1001;
	text-align: right;
}

@media (min-width: 350px) {	
	.tabs-more, .tabs li > ul {
		width: auto;
		/* min-width: 150px;
		max-width: 200px; */
		white-space: nowrap;
	}
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
	color: #252321;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
    border-bottom: 3px solid #55b9a0;
	line-height: 1.25;
	padding-bottom: 8px;
	margin-bottom: 30px;
	display: inline-block;
}

.ph-slider {
	margin-right: 80px;
}

.page-header:before,
.page-header:after {
  display: table;
  content: " ";
}

.page-header:after {
  clear: both;
}

.ph-yellow {
	border-color: #f3a817;
}

.cat-search, .side-gray {
	background: #d8d8d8;
	padding: 15px;
	margin-bottom: 30px;
}

.side-gray {
	margin-bottom: 0;
	max-width: 277px
}

.cat-search .text-input {
	background: #fff url(img/ico-search.png) 100% center no-repeat;
	padding-right: 49px;
	margin-bottom: 10px;
}

.cat-search .text-input:focus {
	border-color: #868686;
}

.cat-search .text-input.ti-clean {
	padding-right: 15px;
	background-image: none;
}

.cat-search .text-input.ti-clean.ti-filled {
	padding-right: 32px;
}

.ct-less {display: none; }

.cat-toggle {
	padding-left: 15px;
	cursor: pointer;
}

.cat-toggle img {
	margin-right: 10px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.cat-toggle.open img {
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ct-less {display: none; }
.cat-toggle.open .ct-more {	display: none; }
.cat-toggle.open .ct-less {	display: inline; }

.cat-toggle:hover {
	opacity: 0.8;
}

.cat-list, .subcat-list, .subsubcat-list {
	border-top: 1px solid #d8d8d8;
}

.cat-list {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px;
}

.cat-list li {
	border-bottom: 1px solid #d8d8d8;
}

.cat-list li:last-child {
	border-bottom: none;
}

.cl-toggle, .scl-toggle, .cat-list a {
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	line-height: 1.2;
}

.scl-toggle:hover, .subcat-list > li > a:hover {
    background: url(img/next.png) 17px center no-repeat, -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
    background: url(img/next.png) 17px center no-repeat, -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%);
    background: url(img/next.png) 17px center no-repeat, linear-gradient(to right, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
}

.cat-list a:hover {
    background: url(img/next.png) 26px center no-repeat, -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
    background: url(img/next.png) 26px center no-repeat, -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%);
	background: url(img/next.png) 26px center no-repeat, linear-gradient(to right, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
}

.cat-list li.active > .scl-toggle:hover, .subcat-list > li.active > a:hover {
	 background: url(img/li-h.png) 17px center no-repeat, -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
    background: url(img/li-h.png) 17px center no-repeat, -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%);
    background: url(img/li-h.png) 17px center no-repeat, linear-gradient(to right, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
} 

.cat-list li.active > a:hover {
	background: url(img/li-h.png) 26px center no-repeat, -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
    background: url(img/li-h.png) 26px center no-repeat, -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%);
	background: url(img/li-h.png) 26px center no-repeat, linear-gradient(to right, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
}

.cl-toggle {
	text-transform: uppercase;
	color: #252321;
}

.cl-toggle:hover, a.cl-toggle:hover, .cat-list li.active > .cl-toggle:hover  {
	background: #f4f4f4;
    background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%);
    background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 );
}

.scl-toggle,  .subcat-list > li > a {
	padding-left: 37px;
	background: url(img/li.png) 17px center no-repeat;
}

.subcat-list > li > a {
	color: #252321;	
}

.subsubcat-list a {
	padding-left: 47px;
	background: url(img/li.png) 26px center no-repeat;
	color: #252321;
}

.subcat-list, .subsubcat-list  {
	display: none;
}

.cat-list li.active > ul {
	display: block;
}

.cat-list li.active > .cl-toggle, .cat-list li.active > .scl-toggle, 
.cat-list li.active > a {
	font-weight: bold;
    color: #f3a817;
}

.fb-page {
	margin-bottom: 30px;
	width: 100% !important
}

.newsletter-form {
	margin: 0 0 15px 0;
	max-width: 420px;
}

.newsletter-row {
	position: relative;
}

.newsletter-form button {
	position: absolute;
	top: 0;
	right: 0;
	font: 0/0 a;
	color: transparent;
	text-indent: -2999px;
	width: 46px;
	height: 46px;
	background: #55b9a0 url(img/ico-plus.png) center 0 repeat-y;
}

.newsletter-form button:hover { 
	background: #3ea38c url(img/ico-plus.png) center -46px repeat-y;
}

.newsletter-form .text-input {
	padding-right: 61px;
}

footer {
	background: #000b27;
	color: #fff;
	position: relative;
}

footer a  {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-sizE: 14px;
	font-weight: 600;
	padding: 6px 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.footer-menu li {
	float: left;
	margin-right: 25px;
}


.footer-menu {
	float: left;
	margin: 0;
}

.f-author {
	float: right;
	background: #55b9a0;
	padding: 6px 15px;
	color: #fff !important;
	overflow: hidden;
	white-space: nowrap;
}

.f-author img {
	margin: -1px 0 0 5px;
}

.f-author:hover {
	background: #3ea38c;
}

@media (max-width: 400px) {
	.footer-menu {
		float: none;
	}
	
	.footer-menu li {
		float: none;
	}
	
}

.product-box {
	text-align: center;
}

.pb-img {
	width: 100%;
	border: 1px solid #d8d8d8;
	position: relative;
	-webkit-transform: none;
    transform: none;
	backface-visibility: hidden;
}

.pb-img-wrap {	
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(-45deg, #f3aa17  0%,#55b9a0  100%);
    background: linear-gradient(-45deg, #f3aa17  0%,#55b9a0  100%);
}

.pb-link {
	display: block;
}

.pb-img img.pb-thumb {
	width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	opacity: 0.9;
}

.pb-img:after {
	position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
/*     -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1.01,0,1.01);
    transform: rotate3d(0,0,1,45deg) scale3d(0,0,1.01); */
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	backface-visibility: hidden;
}

.pb-link:hover .pb-img:after {
	opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0.6,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0.6,1);
}

.pb-link:hover .pb-img img.pb-thumb {
	-webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
	opacity: 0.7;
}

.pb-name {
	color: #252321;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.pb-shop {
	font-size: 15px;	
	line-height: 24px;
	white-space: nowrap;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	display: block;
}

.pb-name:after,.pb-shop:after {
	content: " ";
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	width: 30px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.pb-discount {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 75px;
	max-width: 30%;
	z-index: 2;
	min-width: 50px;
}

.pb-discount img {
	width: 100%;
	height: auto;
}


.pb-star {
	position: absolute;
	top: -1px;
	right: -2px;
	width: auto !important;
	max-width: 30%;
	z-index: 2;
}

.pb-delivery {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: auto !important;
	max-width: 30%;
	z-index: 2;
}

.pbd-txt {
	color: #252321;
	text-align: center;
	width: 76px;
	font-weight: 600;
	position: absolute;
	top: -0;
	left: -21%;
    margin-top: 13%;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 550px) {
	.pbd-txt {
		font-size: 14px;
		left: -27%
	}
}

@media (max-width: 450px) {
	.pbd-txt {
		margin-top: 8%;
		font-size: 14px;
		left: -42%
	}
}


.pb-price {
	position: absolute;
	bottom: -1px;
	right: -2px;
	width: 75px;
	max-width: 30%;
	z-index: 2;
	min-width: 50px;

}

.pb-price img {
	width: 100%;
	height: auto;
}

.pbp-new {
	position: absolute;
	right: 3px;
	bottom: -5px;
	width: 120px;
	text-align: right;
	font-weight: 600;
	font-size: 22px;
	color: #f3a817;
	text-shadow: 3px 0 0 white,	2px 3px 0 white, 2px -3px 0 white, -3px 0 0 white, -2px 3px 0 white, -2px -3px 0 white, 0 3px 0 white, 3px 2px 0 white, -3px 2px 0 white, 0 -3px 0 white, 3px -2px 0 white, -3px -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white,	-1px 1px 0 white;
}

.pbp-old {
	position: absolute;
	right: 3px;
	bottom: 25px;
	width: 120px;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
	color: #252321;
	text-shadow: 3px 0 0 white,	2px 3px 0 white, 2px -3px 0 white, -3px 0 0 white, -2px 3px 0 white, -2px -3px 0 white, 0 3px 0 white, 3px 2px 0 white, -3px 2px 0 white, 0 -3px 0 white, 3px -2px 0 white, -3px -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white,	-1px 1px 0 white;
/* 	 text-decoration: line-through; */
}

.pbp-old span {
	position: relative;
}

.pbp-old span:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #252321;
	top: 49%;
	left: 0;
	content: " ";
}

.pbp-normal {
	position: absolute;
	right: 3px;
	bottom: -5px;
	width: 120px;
	text-align: right;
	font-weight: 600;
	font-size: 22px;
	color: #252321;
	text-shadow: 3px 0 0 white,	2px 3px 0 white, 2px -3px 0 white, -3px 0 0 white, -2px 3px 0 white, -2px -3px 0 white, 0 3px 0 white, 3px 2px 0 white, -3px 2px 0 white, 0 -3px 0 white, 3px -2px 0 white, -3px -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white,	-1px 1px 0 white;
}

.pb-clearfix {
	margin-bottom: 40px;
	border-top: 1px solid #d8d8d8;
}

.valign-table {
	width: 100%;
	height: 100%;
	display: table;
}

.valign-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 11, 39, 0.96);
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 1011;
	overflow: auto;
}

.modal-close {
	float: right;
	background: url(img/close-white.png) 100% center no-repeat;
	padding: 7px 31px 7px 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	cursor: pointer;
	font-size: 14px;
}

.modal-close:hover	 {
	color: #f3a817;
	background-image: url(img/close-h.png);
}

.modal-top {
	border-bottom: 1px solid #1a243d;
	overflow: auto;
	margin-bottom: 30px;
}

.modal-middle {
	margin-bottom: 15px;
}

.modal-bottom {
	border-top: 1px solid #1a243d;
	overflow: auto;
	text-align: center;
	padding: 0;
}

.modal-switcher {
	display: inline-block;
	font-size: 14px;
}

.modal-switcher li {
	float: left;
	margin: 7px 10px 7px 20px;
	list-style: disc;
	padding-left: 0px;
}

.modal-switcher li:first-child {
	margin-left: 0;
	list-style: none;
}

.modal .page-header {
	color: #fff;
}

.modal-switcher div {
	cursor: pointer;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.modal-switcher div.active {
	color: #f3a817 !important;
}

.modal-switcher div:hover {
	color: #ffbf35;
}

.has-js label.label-check    {
	background: url(img/checkbox.png) 0 2px no-repeat;
	padding-left: 35px;
	display: block;
	font-weight: normal;
	margin: 0 0 20px 0;
	min-height: 27px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;	
}

.label-inline {
	display: inline-block !important;
    margin-right: 30px !important;
}

.has-js label.label-paid {
	width: 170px;
	text-align: left;
}

.has-js  label.c_on  { background-image: url(img/checkbox-checked.png); }
.has-js .label-check input  { position: absolute; left: -9999px; }

.has-js label.label-radio    {
	background: url(img/radio.png) 0 5px no-repeat;
	padding-left: 35px;
	display: block;
	font-weight: normal;
	margin: 0 0 20px 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;	
}

.has-js  label.r_on  { background-image: url(img/radio-checked.png); }
.has-js .label-radio input  { position: absolute; left: -9999px; }

.label-radio.pull-left {
	margin-right: 30px !important;
	margin-top: 7px !important;
}

.modal-content {
	display: none;
	background: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

	position: relative;
	z-index: -1;
	-ms-transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
	 transform: translate(-100px,0);
	 -moz-transition: transform 700ms ease-in-out;  /* FF3.7+ */
	-o-transition: transform 700ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: transform 700ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: transform 700ms ease-in-out;
}

.modal-content.mc-open {
	position: relative;
	z-index: 1;
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	 transform: translate(0,0);
}

.log-success {
	color: #fff;
	background: #55b9a0 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.log-info {
	color: #fff;
	background: #f3a817 url(img/log-info.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.log-error {
	color: #fff;
	background: #c50c25 url(img/log-error.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.log-return {
	display: block;
	color: #252321;
	background: #d8d8d8 url(img/log-return.png) 15px center no-repeat;
	padding: 18px 15px 18px 77px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.log-error ul,
.log-error *,
.log-success ul,
.log-success *,
.log-info ul,
.log-info *,
.log-return ul,
.log-return *
{
	margin-bottom: 0;
}

a.log-return:hover {
	background-color: #cbcbcb;
	color: inherit;
}

.log-success strong {
	font-weight: bold;
}

.log-info a, .log-success a, .log-error a, .log-return a {
	color: inherit;
	text-decoration: underline;
}

.log-success {
	color: #fff;
	background: #55b9a0 url(img/log-success.png) 15px center no-repeat;
	padding: 18px 15px 18px 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.modal-open {
	cursor: pointer;
}

.content-column {
	margin-bottom: 15px;
}

.pagination {
	text-align: right;
	margin: 0 0 30px 0;
	display: block;
}

.page-numbers {
	display: inline-block;
	width: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #252321;
	background: #fff;
	border: none;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	-moz-transition: all 200ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out;
}

.page-numbers:hover {
	color: #f3a817;
}

.page-numbers:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.page-numbers:last-child {
	margin-right: 0;
}

.page-numbers.current {
	background-color: #d8d8d8;
	color: inherit !important;
}

.page-numbers.dots {
	color: inherit !important;
}

.page-numbers.prev {
	background: url(img/prev.png) 17px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.page-numbers.next {
	background: url(img/next.png) 19px center no-repeat;
	border: none;
	color: transparent;
	font: 0/0a;
	text-indent: -999px;
}

.page-numbers.next:hover {
	background: url(img/li-h.png) 19px center no-repeat;
}

.page-numbers.prev:hover {
	background: url(img/prev-h.png) 17px center no-repeat;
}

.view-number {
	text-align: right;
	overflow: auto;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.view-number span {
	float: left;	
}

.view-number ul {	
	float: left;
	padding-left: 0;
	margin: 0;
}

.view-number li {
	floaT: left;
	margin-left: 35px;
	list-style: disc;
	padding-left: 0;
}

.view-number li:first-child {
	list-style: none;
	margin-left: 15px;
}

.view-number a {
	color: #252321;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.view-number a.active {
    color: #f3a817 !important;
    cursor: default !important;
}

.view-number a:hover {
    color: #ffbf35;
}

.cat-search-wide {
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.bootstrap-select  button {
	text-transform: none;
	color: #252321 !important;
	background: #fff;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	line-height: 22px;
	display: block;
	max-width: 420px;
	text-decoration: none !important;
	outline: none !important;
	margin-bottom: 20px;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;  
	-webkit-transition: all 250ms ease-in-out;  
	transition: all 250ms ease-in-out;
	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important; 
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
	box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle {	
	padding: 11px 43px 11px 15px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select .btn-info.focus, .bootstrap-select .btn-info:focus {
	background: #fff;
	border-color: inherit;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	max-width: 420px;
}

.form-table .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	max-width: none;
}

.text-input.bootstrap-select {
	padding: 0;
	border: 0;
}

.bootstrap-select .btn-info.active, .bootstrap-select .btn-info:active, .bootstrap-select.open>.dropdown-toggle.btn-info {
	background: #fff;
	border-color: #868686;
}

.bootstrap-select  button:hover {
	background: #fff;
	border-color: #d8d8d8;
}

.bootstrap-select.btn-group .dropdown-menu {
	border-color: #868686;
	border-width: 1px;
	top: 43px !important; 
	bottom: auto !important;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	font-size: 16px;
	padding: 9px 15px;
	color: #252321;
	white-space: normal;
	border-bottom: 1px solid #d8d8d8;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child a {
	border-bottom: none;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #f7f7f7;
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); 
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); 
}


.bootstrap-select.btn-group .dropdown-toggle .caret {
	color: transparent;
	background: url(img/li.png) center center no-repeat;
	height: 100%;
	width: 8px;
	top: 3px;
	right: 15px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	border: none !important;
}

.dropdown-menu>li>a:focus {
	background: none;
}

.bootstrap-select .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {	margin: 10px 0 0 0;}
.bootstrap-select .btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) {	margin: 10px 0 0 -1px;}

.csw-separator {
	width: 30px;
	line-height: 48px;
	position: absolute;
	right: -15px;
	text-align: center;
}

.producent-main-img {
	margin-bottom: 30px;
	position: relative;
}

.producent-main-img img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.producent-main-img:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;	
	width: 0;		
	height: 0;
	border-style: solid;
	border-width: 0 0 72px 72px;
	border-color: transparent transparent #ffffff transparent;
}

.side-info {
	width: 100%;
	max-width: 277px;
	border-top: 1px solid #d8d8d8;
}

.product-info {
	max-width: 355px;
	margin: 0 auto 30px auto !important;
	floaT: none !important
}

.side-info td {
	border-bottom: 1px solid #d8d8d8;
	padding: 9px 15px;
	line-height: 1.25
}

.side-info td:nth-child(2) {
	text-align: right;
	font-weight: bold;
}

.side-producent {
	margin-bottom: 30px;
}

.side-info a {
	display: block;
	margin: -9px -15px;
	padding: 9px 15px;
	color: inherit;
}

.side-info a:hover {
	background: #f7f7f7;
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.si-menu.side-info a {
	background: none;
}

.si-menu tr:hover td:first-child a {
	background: #f7f7f7;
	background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.si-menu tr.active a {
	color: #f3a817;
}

.si-menu {
	border-top: none;
	float: none !important;
	margin-bottom: 30px;
}

.side-gray h2 {
	text-align: center;
	font-size: 18px;
	margin: 15px 0 10px 0;
}

.radio-vote {
	display: none;
}

.form-vote label {
	float: left;
	font-weight: normal;
	margin-right: 10px;
	line-height: 21px;
}

.side-inside .form-vote label {
	margin-right: none;
}

.side-inside .vote-star {
	float: left;
	margin-right: 4px;
}

.form-vote {
	white-space: nowrap;
	line-height: 17px;
	margin-bottom: 15px;
}

.vote-star {
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	background: url(img/star-empty.png) center center no-repeat;
	margin-right: 1px;
}
.form-vote-white .vote-star {
	background: url(img/star-empty-w.png) center center no-repeat;
}

.vote-star.vote-0 {
	background: url(img/star-gray-empty.png) center center no-repeat;
}

.vote-0 .vote-star.vote-0 {
	background: url(img/star-gray.png) center center no-repeat;
}
/* .vote-star:nth-child(5) {
	margin-right: 0;
} */

.vote-star[data-toggle] {
	cursor: pointer;
}

.vote-1 .vote-1 { background-image: url(img/star-active.png); }
.vote-2 .vote-2,
.vote-2 .vote-1 { background-image: url(img/star-active.png); }
.vote-3 .vote-3,
.vote-3 .vote-1 ,
.vote-3 .vote-2  { background-image: url(img/star-active.png); }
.vote-4 .vote-4,
.vote-4 .vote-3,
.vote-4 .vote-2,
.vote-4 .vote-1 { background-image: url(img/star-active.png); }
.vote-5 .vote-5,
.vote-5 .vote-4,
.vote-5 .vote-3,
.vote-5 .vote-2,
.vote-5 .vote-1 { background-image: url(img/star-active.png); }

.form-vote-white.vote-1 .vote-1 { background-image: url(img/star-active-w.png); }
.form-vote-white.vote-2 .vote-2,
.form-vote-white.vote-2 .vote-1 { background-image: url(img/star-active-w.png); }
.form-vote-white.vote-3 .vote-3,
.form-vote-white.vote-3 .vote-1 ,
.form-vote-white.vote-3 .vote-2  { background-image: url(img/star-active-w.png); }
.form-vote-white.vote-4 .vote-4,
.form-vote-white.vote-4 .vote-3,
.form-vote-white.vote-4 .vote-2,
.form-vote-white.vote-4 .vote-1 { background-image: url(img/star-active-w.png); }
.form-vote-white.vote-5 .vote-5,
.form-vote-white.vote-5 .vote-4,
.form-vote-white.vote-5 .vote-3,
.form-vote-white.vote-5 .vote-2,
.form-vote-white.vote-5 .vote-1 { background-image: url(img/star-active-w.png); }

.side-gray .form-vote {
	text-align: center;
	margin-bottom: 7px;
}

.fv-txt {
	display: block;
	font-size: 13px;
	text-align: center;
}

.note-box {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px;
}

.note-box h4 {
	font-size: 16px;
	float: left;
	margin: 0 10px 7px 0;
}

.note-box .form-vote {
	float: left;
	margin: 0 10px 7px 0;
}

.nb-date {
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.note-box p {
	margin-bottom: 28px;
}

.form-vote-wrap {
	margin-bottom: 10px;
}

.ph-subline {
	display: inline-block;
}

.filter-delete {
	background: #fff url(img/delete-filter.png) center center no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 25px;
	top: 12px;
	cursor: pointer;
}

.form-row hr {
	width: 100%;
	display: block;
	margin: 0;
	border-color: #d8d8d8;
}

.form-row {
	margin-bottom: 20px;
}

.checkbox-toggle-content {
	display: none;
}

.has-js label.label-check.label-check-toggle {
	margin: 9px 0 27px 0;
}

.page-form {
	margin-bottom: 10px;
}

.inline-label {
	font-weight: normal;
    margin-bottom: 20px;
    padding: 8px 0;
    margin: 0 15px 20px 0;
    float: left;
}

.select-short {
	float: left;
}

.go-back {
	display: inline-block;
	padding-left: 23px;
	background: url(img/prev-h.png) 0 center no-repeat;
	margin-bottom: 20px;
}

.table-actions {
	margin-bottom: 30px;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table.responsive-table { 
	width: 100%; 
	border-collapse: collapse;
	margin-bottom: 40px;
}

.responsive-table td, .responsive-table th {
	border: 1px solid #d8d8d8;
	border-left: none;
	border-right: none;
	padding: 21px 15px;
	line-height: 1.5;
}

.narrow-table td, .narrow-table th {
	padding: 12px 7px;
}

.responsive-table th { 
	font-weight: bold;
	background: #f2f2f2;
	border: none;
}

.responsive-table td {
	text-align: left; 
	font-size: 16px;
}
.responsive-table tbody tr:first-child td {
	border-top: 0;
}

.nowrap {
	white-space: nowrap;
}

.responsive-table .btn {
	margin-bottom: 0;
}

.responsive-table label.label-check {
	margin: 0;
	padding-left: 27px;
}

.nowrap td {
	overflow: hidden;
}

.responsive-table .text-input {
	margin: 0;
	max-width: none;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.responsive-table table, .responsive-table thead, .responsive-table tbody,.responsive-table  th,.responsive-table  td,.responsive-table  tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-table tr { border: 1px solid #ccc; 
		padding: 10px 0; }
	
	/* Zebra striping */
	.responsive-table tr:nth-of-type(odd) { 
		background: #f9f9f9; 
		margin-bottom: -1px;
	}
	
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: none;
		position: relative;
		padding-left: 45%; 
	}
	
	.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 21px;
		left: 10px;
		width: 40%; 
		padding-right: 10px; 
		font-weight: bold;
		text-align: right;
	}
	
}

.td-masked {
	position: relative;
}

.table-thumb {
	border: 1px solid #d8d8d8;
	margin: 0 15px 10px 0;
}

.checkbox-td {
	padding: 19px 15px;
}

.fake-table-header {
	background: #f2f2f2;
	font-weight: bold;
	padding: 18px 15px;
}

.fake-table-cell {
	padding: 20px 15px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 30px;
}

.fake-table-cell p {
	margin: 0;
}

.order-summary {
	background: #f3a817;
	font-weight: bold;
	padding: 18px 15px;
	overflow: auto;
	margin-bottom: 30px;
}

.form-order {
	margin-bottom: 10px;
}

.td-qty {
	width: 113px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	cursor: pointer;
}

.qty-plus {
	height: 24px;
	width: 19px;
	background: url(img/qty-plus.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.qty-minus {
	height: 24px;
	width: 19px;
	background: url(img/qty-minus.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.qty-input {
	width: 53px;
	border: none;
	height: 24px;
	padding: 0;
	text-align: center;
	outline: none !important;
	background: transparent;
}

.td-action {
	position: relative;
	padding-right: 40px;
}

.cart-remove {
	height: 20px;
	width: 20px;
	background: url(img/cart-remove.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.gallery-big, .gallery-mini {
	display: block;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	position: relative;
}

.gallery-big img, .gallery-mini img {
	width: 100%;
}

.gb-mask {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.58) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#94000000',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.gb-mask-inside {
	width: 100%;
	height: 100%;
	background: url(img/ico-zoom2.png) center center no-repeat;
}

.gallery-big:hover .gb-mask, .gallery-mini:hover .gb-mask {
	opacity: 1;
}

.product-price {
	color: #f3a817;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.pp-small {font-size: 74%;}
.pp-smaller {
	font-size: 50%;
	color: #252321;
}

.product-price .ttip {
	color: #252321;
	top: 2px;
}

.pp-old {
	text-align: center;
	text-decoration: line-through;
	font-weight: 600;
}

.font-600 {
	font-weight: 600;
}

.form-product {
	margin: 20px 0;
}

.form-product input {
	padding-right: 77px;
}

.pr-qty {
	position: relative;
	margin: 0 auto;
	max-width: 320px;
}

.pr-qty-label {
	position: absolute;
	right: 0;
	top: 0;	
	width: 62px;
	color: #252321;
	text-align: center;
	overflow: hidden;
	background: #d8d8d8;
	line-height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-add {
	text-transform: none;
	font-weight: normal;
	background: #d8d8d8;
	width: 100%;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 15px;
}

.btn-add-txt {
	line-height: 46px;
	display: inline-block;
}

.btn-add-ico {
	line-height: 46px;
	display: inline-block;
	width: 20px;
	background: url(img/ico-plus.png);
	color: transparent;
	text-indent: -2999px;
	margin-left: 5px;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.btn-add:hover .btn-add-ico {
	background-position: 0 -46px;
}

.img-partners {
	margin: 0 auto 30px auto;
}

.producent-thumb-wrap {
	position: relative;
}

.unobserve {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 46px;
	height: 46px;
	background: #f3a817 url(img/ico-unsub.png) center 0 repeat-y;
	cursor: pointer;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.unobserve:hover {
	background-position: center -46px;
	background-color: #d8d8d8;
}

.observe {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 46px;
	height: 46px;
	background: #d8d8d8 url(img/ico-sub.png) center 0 repeat-y;
	cursor: pointer;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.observe:hover {
	background-position: center -46px;
	background-color: #f3a817;
}

.gallery-big-wrap {
	position: relative;
}


.pr-tabs {
	min-height: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.pr-tabs li {
	display: inline-block;
    position: relative;
    overflow: hidden;
	margin-bottom: -10px;
}

.pr-tabs li a {
	display: block;
	border: 1px solid transparent;
	padding: 0 15px;
	line-height: 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	color: #252321;
	position: relative;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.pr-tabs li a.active {
    background-color: #fff;
	border-color: #d8d8d8;
	font-weight: bold;
	background: #fff;
}

.pr-tabs li a:hover {
	color: #f3a817;
}

.pr-tab-content {
	display: none;
	margin-bottom: 10px;
}

.pr-tab-mobile {
	padding: 0 15px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
}

.pr-tab-mobile div {
	display: block;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	padding: 5px 45px 5px 15px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
	position: relative;
}

.pr-tab-mobile div:after {
	width: 14px;
	height: 9px;
	content: " ";
	position: absolute;
	right: 15px;
	top: 16px;
	background: url(img/more.png);
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.pr-tab-mobile div.active:after {
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.pr-tab-mobile div:hover {
	color: #f3a817;
}

.inbox-header {
	margin: 0 0 25px 0;
}

.mobile-category-toggle {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 2px 0 0 0;
    overflow: visible;
	font: 0/0 a;
	color: transparent;	
	float: right;
	margin-right: 10px;
	width: 42px;
	height: 42px; 
	text-indent: -2999px;
	background: url(img/cat-mobile.png) center center no-repeat;
}

.mobile-category-toggle.active {	
	background: url(img/cat-mobile-active.png) center center no-repeat;
}

.categories-mobile {
	padding-top: 15px;
}

.categories-mobile .cat-list {
	margin: 0 -15px -15px -15px;
}

.text-input.input-initial {
	border-color: #d8d8d8 !important;
}

.text-input:required:invalid {
	border-color: #c50c25;
}

.text-input.error {
    border-color: #c50c25 !important;
}

.text-input.error:required:valid {
	border-color: #d8d8d8 !important;
}

.text-input:required:valid {
	border-color: #d8d8d8;
}

#ui-datepicker-div {
	z-index: 121212121 !important;
	margin-left: -99px;
}

.table-ico {
	display: inline-block;
	margin: 0 2px;
	position: relative;
	cursor: pointer;
}

.table-ico.modal-open {
	overflow: initial;
}

.reminders-count {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid red;
	line-height: 14px;
	text-align: center;
	color: red;
	position: absolute;
    top: -5px;
    right: -6px;
	border-radius: 50%;
	font-size: 12px;
    background: #fff;	
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: inline-block !important;	
	position: absolute;
    right: 15px;
	top: 0;
    margin-top: 5px;
}

.glyphicon-ok:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(img/checkbox.png);    
	right: 0;
    position: absolute;
    top: 2px;
}

.selected .glyphicon-ok:before {
	background: url(img/checkbox-checked.png);    
}

.trash-row {
	cursor: pointer;
}

.has-js table label.label-check {
	margin: 0;
}

.ttip-wizjo {
	position: relative;
}

.ttip-body {
	border: 1px solid #252321;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 10px;
	background: #f9f9f9;
	position: absolute;
	top:100%;
	right: 0;	
	opacity: 0;
	-webkit-transform: scaleY(0); 
	-moz-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;		
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.ttip-wizjo:hover .ttip-body {
	opacity: 1;
	-webkit-transform: scaleY(1); 
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}

.ttip-body .print-btn {
	cursor: pointer;
}

.mce-tinymce.mce-container {
	margin-bottom: 20px;
}

.btn-inline {
	margin: 15px 0 20px 10px;
}

table.dataTable thead th, table.dataTable thead td,table.dataTable tfoot th, table.dataTable tfoot td {
	border-color: #d8d8d8;
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input {
	width: auto;
	margin: 0 0 0 10px;
	height: 36px;
}

.dataTables_wrapper .dataTables_length {
	margin-top: 10px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button  {
	display: inline-block !important;
	width: 45px !important;
	line-height: 45px !important;
	font-size: 16px !important;
	color: #252321 !important;
	background: #fff !important;
	border: none !important;
	text-align: center !important;
	text-decoration: none !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 0 0 10px 10px !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-decoration: none !important;
	-moz-transition: all 200ms ease-in-out !important;  /* FF3.7+ */
	-o-transition: all 200ms ease-in-out !important;  /* Opera 10.5 */
	-webkit-transition: all 200ms ease-in-out !important;  /* Saf3.2+, Chrome */
	transition: all 200ms ease-in-out !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #f3a817 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	-webkit-transform:scale(0.95); 
	-moz-transform:scale(0.95); 
	-o-transform:scale(0.95); 
	transform:scale(0.95); 
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
	margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background-color: #d8d8d8 !important;
	color: inherit !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	background: url(img/prev.png) 17px center no-repeat !important;
	border: none !important;
	color: transparent !important;
	text-indent: -999px !important;
	height: 45px;
	overflow: hidden;
	float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	background: url(img/next.png) 19px center no-repeat !important;
	border: none !important;
	color: transparent !important;
	text-indent: -999px !important;
	height: 45px;
	overflow: hidden;
	float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	background: url(img/li-h.png) 19px center no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	background: url(img/prev-h.png) 17px center no-repeat !important;
}

.ui-datepicker .ui-datepicker-next {
	top: 2px !important;
	right: 2px !important;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 28px;
}

.ui-datepicker .ui-datepicker-prev {
	top: 2px !important;
	left: 2px !important;
}

.bs-searchbox {
	border-bottom: 1px solid #d8d8d8;
}

.bs-searchbox .form-control {
	margin: 3px 0;
}

.bootstrap-select.btn-group .no-results {
	margin: 0;
	padding: 10px 15px;
}

div[data-toggle-content] .btn-info.disabled {
	background: #fff;
    border: 1px solid #d8d8d8;
}

td a, td {
	color: #000;
}

td a:hover {
	color: #55b9a0;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.pointer {
	cursor: pointer;
}

.red td {
	color: #d20000 !important;
}

#main-table td {
	font-size: 14px;
}

.panel-settings {
	text-align: center;
}

.panel-settings .panel-body {
	padding: 45px;
}

.panel-body {
	padding: 8px 15px 8px 15px;
}

.panel-settings .panel-footer {
	color: #3ea38c;
}

.menu {
	width: 100%;
	min-width: 1170px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1011;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.22);
	box-shadow: 0 0 4px rgba(0,0,0,.22);
}

.menu-level-one {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #2C3E50;
	/*border-bottom: 1px solid #cdcdcd;*/
}

.menu-level-one:before,
.menu-level-one:after {
  display: table;
  content: " ";
}

.menu-level-one:after {
  clear: both;
}

.menu-level-one li {
	float: left;
	border-right: 1px solid #34475a;
}

.menu-level-one a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none !important;
	padding: 5px 14px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.menu-level-one li.active > a {
	background-color: #1abc9c !important;
}

.menu-level-one a:hover {
	color: #1abc9c;
}

.menu-level-one li.active a:hover {
	color: #fff !important;
}

.menu-level-two {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #34475a;
	overflow: auto;
	border-bottom: 1px; solid #cdcdcd;
}

.menu-level-two li {
	float: left;
	border-right: 1px solid #2c3e50;
}

.menu-level-two a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none !important;
	padding: 2px 14px;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.menu-level-two li.active a {
	background-color: #2c3e50 !important;
	color: #1abc9c !important;
}

.menu-level-two a:hover {
	color: #1abc9c;
}

.menu-level-one li.menu-right,
.menu-level-two li.menu-right {
	float: right;
}

.menu-right a {
	border: none;
}

.menu-right .btn {
	margin: 0;
}

.menu-right .bootstrap-select.btn-group .dropdown-menu li {
	float: none
}

.menu-right  .bootstrap-select > .dropdown-toggle {
    padding: 8px 43px 8px 15px;
}

.menu-right  .bootstrap-select.btn-group .dropdown-menu {
	top: 37px !important;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a:hover {
	color: #fff !important;
	background-color: #1abc9c !important;
}

.menu li {
	position: relative;
}

.submenu {
	display: none;
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	list-style: none;
	background: #2C3E50;
	z-index: 1012;
}

.submenu li {
	float: none;
	border-bottom: 1px solid #34475a;
}

.menu li:hover .submenu {
	display: block;
}

.input-short {
	width: 200px;
}

.input-veryshort {
	width: 161px;
}

.input-veryshort-xs-3 {
	width: 113px;
}
.input-cameleon,
.label-cameleon {
	border: none !important;
	background: transparent !important;
	padding: 0;
	height: 26px;
	margin-bottom: 5px;
}

.text-right .input-cameleon {
	text-align: right;
}

.text-right .input-cameleon + .input-group-addon {
	border-left: 1px solid #ccc;
	border-radius: 2px;border: none;
	background: none;
	padding-right: 0;
}

.invoice-full-paid button,
.invoice-full-paid a,
.invoice-full-paid,
.project-full-paid,
.user-accepted,
.positive {
	color: #6fab04;
}

.project-to-accept,
.project-to-accept a,
.negative {
	color: #ff9292;
}

.invoice-unpaid button,
.invoice-unpaid a,
.invoice-unpaid,
.user-unaccepted,
.project-unpaid,
.not-done {
	color: red;
}

.invoice-partly-paid button,
.invoice-partly-paid a,
.invoice-partly-paid {
	color: orange;
}

.user-locked button,
.user-locked a,
.user-locked,
.user-accepted-waiting {
	color: #ddd;
}

#sumy-czastkowe th, #sumy-czastkowe td,
#sumy-czastkowe-koncowa th, #sumy-czastkowe-koncowa td,
#suma-lista th, #suma-lista td,
#suma-lista-roznica th, #suma-lista-roznica  td,
#suma-lista-before th, #suma-lista-before  td,
#suma-lista th, #suma-lista td,
#suma-lista-koncowa th, #suma-lista-koncowa td {
	text-align: right;
}

a.menu-logout {
	background-image: url(img/ico-logout.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 45px;
}

a.menu-settings {
	background-image: url(img/ico-settings.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 45px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after {
	content: '';
	display: none;
}

.input-group.ig-both .text-input {
	margin: 0;
	border-radius: 0;
}

.input-group.ig-left .text-input {
	margin: 0;
	border-radius: 0 2px 2px 0;
}

.input-group.ig-right .text-input {
	margin: 0;
	border-radius: 2px 0 0 2px;
}

.input-group  {
	margin-bottom: 10px;
}

table .input-group  {
	margin-bottom: 0px;
}

table .bootstrap-select > .dropdown-toggle {
	margin-bottom: 0 !important;
}

table .bootstrap-select .form-control{
	max-width: none;
}

.form-inline .input-group  {
	margin-bottom: 20px;
}

.input-group-addon {
	border-radius: 2px;
	font-size: inherit;
}

.ph-toggle {
	padding-right: 40px;
	cursor: pointer;
	position: relative;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;	
}

.ph-toggle:hover {
	background-color: #f1f1f1;
}

.ph-toggle:after {
	position: absolute;
	top: 15px;
	right: 15px;
	content: '';
	width: 20px;
	height: 20px;
	background: url(img/qty-plus.png) center no-repeat;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.ph-toggle.active:after {	
	background-image: url(img/qty-minus.png);
}

.ph-list {
	margin: 0;
}

.ph-list a {
	display: block;
	color: inherit;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 5px 0;
	-moz-transition: all 350ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 350ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 350ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 350ms ease-in-out;
}

.ph-list a:hover {
	background-color: #f1f1f1;
	padding-left: 10px;
	padding-right: 0;
}

.ph-list li:last-child a {
	border: none;
}

table.dataTable thead th, table.dataTable thead td {
	border-color: inherit;
}

.inline-edit {
	position:relative;
	display: inline-block;
}

.inline-edit textarea {
	padding-right: 20px;
	width: 450px;
}

.ie-error {
	border-bottom: 1px solid red;
}

.ie-wait:after {
	width: 15px;
	height: 15px;
	background: #252321;
	border-radius: 50%;
	content: '';
	top: 6px;
	right: 5px;
	position: absolute;
	
	-webkit-animation-name: ie-anim;
	-webkit-animation-duration: 2000ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 3600;
	-webkit-animation-timing-function: linear;
}


@-webkit-keyframes ie-anim {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.6); }
	100% { -webkit-transform: scale(1); }
}

.inline-edit.ie-ok {	
	padding-right: 22px;
}

.inline-edit.active {
	padding-right: 0;
}

.ie-ok:after {
	line-height: 20px;
	border-radius: 50%;
	content: 'Ok';
	top: 0;
	right: 0;
	position: absolute;
	color: green;
	
	-webkit-animation-name: ie-ok;
	-webkit-animation-duration: 2000ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	opacity: 0;
}

@-webkit-keyframes ie-ok {
	0% { opacity: 1; }
	100% { opacity: 0; }
}


.dt-buttons label {
	display: inline-block !important;
	position: relative; 
	    top: 7px !important;
		float: left;
}

.dt-buttons .dt-button {
	float: left;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d8d8d8;
}

.moreless-section {
	padding: 20px 30px;
	background: #f5f5f5;
	position: relative;
	display: none;
}

.moreless-section > *:last-child {
	margin-bottom: 0;
}

.moreless-close {
	width: 20px;
	height: 20px;
	background: url(img/moreless-close.png) center center no-repeat;
	position: absolute;
	right: 7px;
	top: 10px;
	cursor: pointer;
	-moz-transition: all 250ms ease-in-out;  /* FF3.7+ */
	-o-transition: all 250ms ease-in-out;  /* Opera 10.5 */
	-webkit-transition: all 250ms ease-in-out;  /* Saf3.2+, Chrome */
	transition: all 250ms ease-in-out;
}

.moreless-close:hover {
	background: url(img/close-h.png) center center no-repeat;
}

button.pull-right {
	margin-right: 0;
	margin-left: 15px;
}

.dropdown-header {
	border-bottom: 1px solid #d8d8d8;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown-menu .divider {
	display: none;
}

.current-month {
	color: #55b9a0;
	font-weight: bold;
}

input.text-input[readonly] {
	background: #eee !important;
}

.invoice-normal input.text-input[readonly] {
	border-radius: 2px 2px 0 0;
	margin-bottom: -1px;
}

.invoice-normal input.text-input[readonly] + div + input,
.invoice-normal input.text-input[readonly] + div + div + input {
	border-radius: 0 0 2px 2px;
}

.invoice-normal input.text-input + .input-group-addon {
	border-radius: 0 0 2px 0;
}

.invoice-normal input.text-input[readonly] + .input-group-addon {
	border-bottom: none;
	border-radius: 0 2px 0 0;
}

.invoice-normal .ig-right input.text-input[readonly] {
	border-radius: 2px 0 0 0;
}

.form-section {
	margin-top: 10px;
}

.seraf-logos {
	float: right;
    margin-top: -10px;
}

.seraf-logos img {
	margin-left: 10px;
	height: 50px;
}

table:not(.table-no-hover) tr:hover {
	background-color: #fafafa !important;
}

div.form-subsection {
	background: #f9f9f9;
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;	
}

.calendar-filter:hover {
	cursor: pointer;
	    background-color: #f1f1f1;
}

.additions-qty {
	margin-top: 15px;
}

.additions-qty .text-input {
	margin-right: 10px;
}

.color-red {
	color: red;
}

.project-charts td {
	background-color: #fff;
}

.project-charts th {
	background-color: #f9f9f9;
}


.blue-bg {
	background-color: #55c1ff !important;
}

.light-grey-bg {
	background-color: #dcdcdc !important;
}

.zoom {
    zoom: 0.8;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;	
}

#sortable {
	cursor: move;
}

#sortable .active {
	-webkit-box-shadow: 0 0 13px 7px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 13px 7px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 13px 7px rgba(0, 0, 0, 0.09);
}

.zui-table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

.zui-table td,
.zui-table th,
.zui-table tf {
	height: 40px
}

.zui-table tr:first-child th  {
	height: 62px;
}


.zui-wrapper {
    position: relative;
}
.zui-scroller {
    margin-left: 400px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    /* width: 300px; */
}
.zui-table tr > *:first-child {
    left: 0;
    position: absolute;
    top: auto;
    width: 400px;
}

.mt-0 {margin-top: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}

.hr-dark {
	border-color: #d8d8d8;
}

.page-tasks {
	padding-bottom: 30px;
}

.main-input {
	position: relative;
}

.main-input input {
	width: 100%;
	padding-right: 155px;	
}

.main-input button.dropdown-toggle  {
	display: none;
}

.main-input .bootstrap-select {
	position: absolute;top:0;right:0;
}

.mi-actions {
	height: 100%;
	position: absolute;
	right: 0;
	top: 7px;
	z-index: 1;
}

.task-checkbox .mi-actions {
	top: 5px;
	right: 0;
}

.mi-actions > div {
	float: left;
	margin-right: 15px;
	cursor: pointer;
	transition: opacity 350ms ease;
}

.mi-actions > div:hover {
	opacity: 0.8;
}

.mi-actions > div:active {
	transform: scale(0.95);
}

.task-checkbox {
	border: 1px solid #d8d8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #252321;
    margin: 0 0 20px 0;
    outline: none !important;
    background: #fff;
    position: relative;
    box-shadow: none !important;
	padding-right: 100px;
	padding-left: 55px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.task-checkbox label.label-check {
	height: 25px;
    width: 25px;
    padding: 0;
    background-position: center center;
    position: absolute;
	left: 15px;
	top: 9px;
}

.task-toggle:hover {
	cursor: pointer;
	text-decoration: underline;
}

.mis-active {
	display: none;
}

.mi-star.active img {
	display: none;
	position: relative;
    top: -7px;
    right: -10px;
    margin-left: -13px;
}
.mi-star.active img.mis-active {display: block;}

.task-box .mi-star.active img {
    top: -16px;
    right: -5px;
}

.task-box {
	border: 1px solid #d8d8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #252321;
    margin: 0 0 20px 0;
    outline: none !important;
    background: #fff;
    position: relative;
    box-shadow: none !important;
	padding: 20px 0 20px 0;
}

.task-wrapper.task-outdated {
	background: #ffe7e7;
}

.task-wrapper.task-completed {
	background: #d7d7d7;
	opacity: 0.4;
}

.task-wrapper.task-completed .task-toggle {
	text-decoration: line-through;
}

.tb-inner {
	padding: 0 15px;
	position: relative;
}

.task-box .mi-actions {
	top: -5px;
}

.task-box hr {
	margin: 10px 0;
}

.tbi-employee {margin-right: 11px;}
.tbi-calendar {margin-right: 5px;}
.tbi-clock {margin-right: 9px;}

.tb-subtasks {
	padding: 0 15px;	
}

.tb-subtasks .checkbox:last-child label.label-check {
	margin-bottom: 0;
}

.tbi-submit {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 0;
	padding: 15px;
}

.tbi-new-task input {
	padding-right: 70px;
	margin: 0;
}

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #d8d8d8;
}

.tip-left {
  top: 10px;
  left: -20px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;  
}

.tip-right {
  top: 10px;
  right: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;  
}

.dialogbox {
	position: relative;
}

.dialogbox .db-body {
	position: relative;
	height: auto;
	margin: 0 0 10px 50px;
	padding: 5px 10px;
  
  
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #252321;
}

.dialogbox.db-right .db-body {	
	margin: 0 50px 10px 0
}

.db-body .db-message {
	min-height: 30px;
	border-radius: 3px;
	line-height: 1.7;
	font-size: 15px;
}

.db-avatar {	  
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	color: #252321;
	font-size: 24px;
	line-height: 38px;
	height: 40px;
	width: 40px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.db-left .db-avatar {
	left: 0;
}

.db-right .db-avatar {
	right: 0;
}

#task-date {
	position: absolute;
    top: 44px;
	border: none;
    width: 1px;
	height: 1px;
	overflow: hidden;
    right: 30px;
}

#task-description {
	height: 8.6em;
}

#task-title {
	font-family: Open Sans, Verdana, Trebuchet, Helvetica, Sans-Serif;
    font-weight: 600;
    color: #252321;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
	margin: 0 0 0 0;
	border: none;
	width: 100%;
	box-shadow: none;
	padding: 0;	
	width: 405px;
	max-width: 405px;
    height: 27px;
	overflow: hidden;
	transition: all 350ms ease;
}

#task-title:focus {
	height: 55px;
	overflow: initial;	
	transition: height 350ms ease;
}

.task-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	float: right;
    width: 90%;
    border: none;
	margin: 0;    
}

.task-wrapper .bootstrap-select > .dropdown-toggle {
	padding: 0;
	margin: 0;
	border: none;
	padding: 5px 0 4px 0;
}

.task-wrapper .bootstrap-select.btn-group .dropdown-menu {
	top: 41px !important;
}

.task-wrapper .bs-caret {
	display: none !important;
}

.tb-datepicker {
	float: right;
    width: 90%;
    border: none;
	margin: 0; 
	background: none !important;
	padding: 0;
	height: 34px;
}

.task-wrapper .btn-default.active, .btn-default, .open>.dropdown-toggle.btn-default {
	background: none !important;
}

.filter-employees {
	display: flex;
}

.filter-employees > label {
	line-height: 46px;
    float: left;
    margin-right: 12px;
    width: 195px;
    white-space: nowrap;
}

.filter-employees .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.filter-employees .bootstrap-select > .dropdown-toggle {
	max-width: none;
}

.task-expires {
	position: absolute;
    right: 51px;
    top: 8px;
	font-size: 12px;
	line-height: 30px;
}

.max-1500 {
	max-width: 1500px;
}

.subtask-completed {
	text-decoration: line-through;
	opacity: 0.4;
}