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: 85px;
}

#wrap {
	min-height: 100%;
		margin: 20px 0 40px 0;
		background-color: #fff;
		border-top: 4px solid #1abc9c;
		padding: 20px 10px 10px 10px;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
		box-shadow: 0 3px 6px rgba(0, 0, 1, 0.18);
		border-radius: 12px;
}

#wrap.wrap-fullwidth {
	max-width: none;
	margin: 20px 20px 40px 20px;
}

.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: 10px 30px 15px 0;
}

h3{
	font-size: 18px;
	margin: 30px 0 15px 0;
}

h4,h5,h6 {
	font-size: 16px;
}

ol,
ul, p {
	margin-bottom: 30px;
}

ul, ol {
	padding-left: 18px;
}

.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: #55b9a0url(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;
}

textarea.tinymce {
	display: block !important;
	height: 1px;
		margin: 0;
		border: none;
		padding: 0;
		position: relative;
		top: -150px;
		background: none;
}

.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;
}

.fc button,
button, .btn {
	font-size: 14px;
	border: none;
	background: #55b9a0;

	background: linear-gradient(45deg, #67d0b6	0%, #55b9a0 100%) 0 0;
	background: #55b9a0;
	background: -moz-linear-gradient(90deg,	#55b9a0 0%, #67d0b6	50%, #67d0b6	50%, #55b9a0 100%);
	background: -webkit-linear-gradient(90deg,	#55b9a0 0%,#67d0b6	50%,#67d0b6	50%,#55b9a0 100%);
	background: linear-gradient(90deg,	#55b9a0 0%,#67d0b6	50%,#67d0b6	50%,#55b9a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b9a0', endColorstr='#55b9a0',GradientType=1 );
	background-size: 200%;
	background-position: 100% center;

	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: background 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-flat {
		background: #f5f5f5;
		border: 1px solid #ddd;
	color: #252321;
}

.fc button {
	padding: 4px 12px;
}

.btn-secondary {
		color: #fff;
	background: #e87e04;
	background: linear-gradient(45deg, #C85E00	0%, #e87e04 100%) 0 0;
	background: #e87e04;
	background: -moz-linear-gradient(90deg,	#e87e04 0%, #C85E00	50%, #C85E00	50%, #e87e04 100%);
	background: -webkit-linear-gradient(90deg,	#e87e04 0%,#C85E00	50%,#C85E00	50%,#e87e04 100%);
	background: linear-gradient(90deg,	#e87e04 0%,#C85E00	50%,#C85E00	50%,#e87e04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87e04', endColorstr='#e87e04',GradientType=1 );
	background-size: 200%;
	background-position: 100% center;
}

.fc button,
.btn-tertiary {
		border: 2px solid #d4d4d4;
		color: #a4a4a4;

	background: linear-gradient(45deg, #ffffff	0%, #ffffff 100%) 0 0;
	background: #ffffff;
	background: -moz-linear-gradient(90deg,	#ffffff 0%, #ffffff	50%, #ffffff	50%, #ffffff 100%);
	background: -webkit-linear-gradient(90deg,	#ffffff 0%,#ffffff	50%,#ffffff	50%,#ffffff 100%);
	background: linear-gradient(90deg,	#ffffff 0%,#ffffff	50%,#ffffff	50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background-size: 200%;
	background-position: 100% center;
	transition: none;
}

.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;
}

.fc button:focus,
.fc button:hover,
button:hover,
.btn:hover,
button:focus,
.btn:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus {
	background-position: 0 0;
	color: #fff;
}

.btn-flat:focus,
.btn-flat:active,
.btn-flat:hover
 {
	color: #252321;
		background: #f1f1f1;
}

.fc button:focus,
.fc button:hover,
.btn-tertiary:focus,
.btn-tertiary:hover {
	border-width: 0;
	padding: 9px 17px;
	color: #fff;
	background: #d4d4d4;
	background: linear-gradient(45deg, #B4B4B4	0%, #d4d4d4 100%) 0 0;
	background: #d4d4d4;
	background: -moz-linear-gradient(90deg,	#d4d4d4 0%, #B4B4B4	50%, #B4B4B4	50%, #d4d4d4 100%);
	background: -webkit-linear-gradient(90deg,	#d4d4d4 0%,#B4B4B4	50%,#B4B4B4	50%,#d4d4d4 100%);
	background: linear-gradient(90deg,	#d4d4d4 0%,#B4B4B4	50%,#B4B4B4	50%,#d4d4d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d4d4d4',GradientType=1 );
	background-size: 200%;
	background-position: 0 0;
	color: #fff;
	transition: all 350ms ease-in-out;
}

.fc button:focus,
.fc button:hover {
	padding: 6px 14px
}


.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: #55b9a0url(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: #55b9a0url(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: #55b9a0url(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;
}

.to-left {
	float: left;
}

.to-right {
	float: right;
}

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: #55b9a0url(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;
}

.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-check.label-inline-sm {
	display: inline-block !important;
		margin-right: 15px !important;
		margin-bottom: 15px;
	background-position: 0 3px;
}

.checkboxes-inline > span:first-child {
	margin-right: 15px;
	display: inline-block;
}

.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 {
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.modal-content.mc-open {
	position: relative;
	z-index: 1;
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	 transform: translate(0,0);
}

.msg {
	overflow: hidden;
	display: block;
	width: 100%;
	color: #676a6c;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 15px;
	padding: 0.9rem 1rem;
	margin: 0 0 20px 0;
	position: relative;
	line-height: 1.5;
	box-shadow: 0 3px 6px rgba(0, 0, 1, 0.18); }
	.msg:before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: 0;
		width: 4px;
		border-radius: 0 0 0 0; }
	.msg.msg-success {
		background: #fff url(img/success-msg.png) 1.3rem 1.25em no-repeat;
		padding-left: 48px; }
		.msg.msg-success:before {
			background: #1bb493; }
	.msg.msg-error {
		background: #fff url(img/error-msg.png) 1.3rem 1.1em no-repeat;
		padding-left: 48px; }
		.msg.msg-error:before {
			background: #c50c25; }
	.msg.msg-notice {
	background: #fff url(img/info-msg.png) 1.3rem 1.1em no-repeat;
		padding-left: 49px;}
		.msg.msg-notice:before {
			background: #f58a00; }
	.msg a {
		color: inherit;
		text-decoration: underline; }
	.msg ul, .msg ol {
		margin: 0;
		padding: 10px; }


.modal-open {
	cursor: pointer;
}

.content-column {
	margin-bottom: 15px;
}

.pagination {
	float: right;
	text-align: right;
		margin: 5px 0 15px 0;
}

.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;
}

.pagination>li>a, .pagination>li>span {
	color: #252321;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
		color: #55b9a0;
		box-shadow: inset 0 0 7px 2px rgba(0, 0, 1, 0.06)
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
		color: #fff;
		background-color: #55b9a0;
		border-color: #55b9a0;
}

.page-numbers:hover {
	color: #252321;
}

.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;
}

.btn: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;
}

.pagination-arrow {
	position: relative;
	top: -2px;
}

.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;
		margin: -1px 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.bootstrap-select.btn-group:not(.dropup) .dropdown-menu {

	top: 43px !important;
	bottom: auto !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	font-size: 16px;
	padding: 9px 15px;
	color: #252321;
	white-space: normal;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
}

.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;
}

table.narrow td {
	padding: 11px 15px;
}

.narrow-table td, .narrow-table th {
	padding: 12px 7px;
}

.responsive-table th {
	font-weight: bold;
	background: #f2f2f2;
	border: none;
}

.subcategory-header {
	font-weight: bold;
	background: #f2f2f275;
	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;
}

.modal .mce-tinymce.mce-container {
	padding-top: 0 !important;
}

.modal .mce-toolbar-grp {
	width: 100% !important;
	position: static !important;
}

.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;
	overflow-x: auto;
}

.pb-thumb {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 300px;
}

.panel-footer p,
.panel-body p {
	margin-bottom: 10px;
}

.task .panel-footer *:not(.btn):last-child,
.task .panel-body *:not(.btn):last-child {
	margin-bottom: 0;
}

.panel-settings .panel-footer {
	color: #3ea38c;
}

.panel-footer.panel-buttons {
	padding-bottom: 0;
}

.panel-footer .btn {
	margin-bottom: 10px;
}

.menu {
	width: 100%;
	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.scrolled .menu-level-one > li:not(.menu-logout):not(.menu-relog) > a {
	line-height: 0;
	color: transparent;
}

.menu.scrolled .menu-level-one li.menu-relog,
.menu.scrolled .menu-level-one li.menu-logout {
	height: 52px;
}

.menu-level-one {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #f4f4f4;
}

.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 #cdcdcd;
}

.menu-level-one a {
	display: block;
	text-align: center;
	background: #ffffff;
	color: #666666;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none !important;
	padding: 13px 20px 10px 20px;
	transition: line-height 350ms ease;
}

.menu-level-one a img {
	display: block;
	margin: 0 auto 5px auto;
}

.menu-level-one a img.menu-img-hover {
	display: none;
}

.menu-level-one li.active:not(.selected) > a {
	box-shadow: inset 0 0 24px 0 rgba(0,0,0,0.13);
	position: relative;
}

.menu-level-one li.active:not(.selected) > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #2ea38b;
	content: '';
}

.menu-level-one li.active:not(.selected) > a:hover,
.menu-level-one li a:hover {
	color: #fff;
	background: #2ea38b;
	box-shadow: none;
}

.menu-level-one a:hover img {
	display: none;
}

.menu-level-one a:hover img.menu-img-hover {
	display: block;
}

.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: 40px !important;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a:hover {
	color: #fff !important;
	background-color: #1abc9c !important;
}

.menu-level-one li.menu-relog {
	width: 276px;
	display: flex;
		align-items: center;
		height: 82px;
	border-right: none;
	transition: height 350ms ease;
}

.menu li {
	position: relative;
}

.submenu {
	display: none;
	width: 170px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	list-style: none;
	background: #2C3E50;
	z-index: 1012;
	border-top: 1px solid #cdcdcd;
}

.submenu li {
	width: 247px;
	float: none;
	border-bottom: 1px solid #cdcdcd;
}

.submenu li a {
	text-align: left;
}

.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 {
	color: #ff9292;
}

.invoice-unpaid button,
.invoice-unpaid a,
.invoice-unpaid,
.user-unaccepted,
.project-unpaid,
.not-done,
.negative,
.website-cannot-connect {
	color: red;
}

.invoice-partly-paid button,
.invoice-partly-paid a,
.invoice-partly-paid,
.medium-state {
	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;
}

li.menu-logout {
	height: 82px;
	display: flex;
	align-items: center;
	transition: height 350ms ease;
	position: relative;
}

.ml-more {
	display: none;
	position: absolute;
	top: 75px;
	right: 12px;
	width: 290px;
	border: 1px solid #cdcdcd;
	background: #f3f3f3;
	z-index: 1;
}

.ml-more:after {
	content: '';
	width: 28px;
	height: 13px;
	position: absolute;
	top: -13px;
	right: 15px;
	background: url(img/dings.png);
}

.ml-name {
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	color: #666666;
}

.ml-relog {
	padding: 7px;
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
}

.menu-level-one .ml-relog li.active:not(.selected) > a {
	box-shadow: none;
}

.menu-level-one .ml-relog	li.active:not(.selected) > a:after {
	background: none;
}

.ml-relog .dropdown-menu>.active>a {
	background: #fff;
}

.ml-relog .dropdown-toggle {
	display: none;
}

.ml-relog .bootstrap-select.btn-group .dropdown-menu {
	display: block !important;
	border-color: #cdcdcd;
	position: static;
}

.ml-relog .bootstrap-select.btn-group .dropdown-menu.inner {
		height: 245px;
		overflow-y: scroll;
}

.menu-level-one a.ml-logout {
	font-weight: normal;
	padding: 5px 10px;
	text-align: center;
	color: #666666;
	background: #f3f3f3;
}

.menu-level-one li a.menu-logout {
	background-color: transparent;
    background-image: url(img/icons/logout.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto;
    padding-left: 25px;
    margin-left: 10px;
    height: auto;
}

.menu-level-one li a.menu-logout:hover {
	color: #2ea38b;
	background-image: url(img/icons/logout-h.png);
}

a.menu-settings {
	background-image: url(img/ico-settings.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 45px;
}

.menu-level-one li.menu-search,
.menu-level-one li.menu-notifications {
	margin: 1px 0 0 0;
	padding: 30px 10px 23px 10px;
	border: none;
	transition: all 350ms ease;
}

.menu.scrolled li.menu-notifications {
	padding-top: 14px;
	padding-bottom: 9px;
}

.menu.scrolled li.menu-search {
	padding-top: 13px;
	padding-bottom: 9px;
}

.menu-level-one li a.menu-search-toggle,
.menu-level-one li a.menu-notifications-toggle {
	background: none;
	padding: 0;
	position: relative;
}

.menu-level-one li a.menu-search-toggle img,
.menu-level-one li a.menu-notifications-toggle img {
	margin: 0;
}

.menu-level-one li a.menu-search-toggle.active:after,
.menu-level-one li a.menu-notifications-toggle.active:after {
	content: '';
	position: absolute;
	top: -5px;
	right: 1px;
	width: 14px;
	height: 14px;
	background: #ff8237;
	border: 2px solid #f4f4f4;
	border-radius: 50%;

}

.menu-level-one li a.menu-search-toggle:hover,
.menu-level-one li a.menu-notifications-toggle:hover {
	background: none;
}

.menu-level-one li a.menu-search-toggle:hover img,
.menu-level-one li a.menu-notifications-toggle:hover img {
	display: block;
}

.ms-submenu,
.mn-submenu {
	display: none;
	position: absolute;

	width: 290px;
	border: 1px solid #cdcdcd;
	background: #f3f3f3;
	z-index: 1;
		padding: 0;
		margin: 0;

		top: 72px;
		right: -7px;
	transition: all 350ms ease;
	list-style: none;
}

.ms-submenu:after,
.mn-submenu:after {
	content: '';
	width: 28px;
	height: 13px;
	position: absolute;
	top: -13px;
	right: 15px;
	background: url(img/dings.png);
}

.ms-title,
.mn-title {
	font-weight: bold;
	padding: 7px 10px;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	color: #666666;
}

.ms-submenu li.ms-title a,
.mn-submenu li.mn-title a {
	background: inherit;
    color: inherit;
    font: inherit;
    padding: 0;
}

.ms-title a:after,
.mn-title a:after {
	display: none;
}

.menu.scrolled .ms-submenu,
.menu.scrolled .mn-submenu {
	top: 52px;
}

.ms-submenu li,
.mn-submenu li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #cdcdcd;
	border-right: none !important;
}

.ms-submenu li a,
.mn-submenu li a {
	display: block;
	color: #666666;
	font-weight: normal;
	background: #fff;
	padding: 6px 15px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}

.ms-submenu li:not(.ms-more) a:after,
.mn-submenu li:not(.mn-more) a:after {
	content: '';
	height: 100%;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left,	rgba(255,255,255,0) 0%, 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) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,	rgba(255,255,255,0) 0%,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 */
}

.ms-submenu li:not(.ms-more) a:hover:after,
.mn-submenu li:not(.mn-more) a:hover:after {
	background: -moz-linear-gradient(left,	rgba(255,255,255,0) 0%, rgba(26,188,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,	rgba(255,255,255,0) 0%,rgba(26,188,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,	rgba(255,255,255,0) 0%,rgba(26,188,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1abc9c',GradientType=1 ); /* IE6-9 */
}

.ms-submenu li:last-child,
.mn-submenu li:last-child {
	border: none;
}

.ms-submenu li.ms-more a,
.mn-submenu li.mn-more a {
	background: #f4f4f4;
	text-align: center;
}

.ms-submenu li.ms-more a:hover,
.mn-submenu li.mn-more a:hover {
	background: #1abc9c;
}

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;
	height: 46px;
}

table .input-group	{
	margin-bottom: 0px;
}

table .bootstrap-select > .dropdown-toggle {
	margin-bottom: 0 !important;
	max-width: none;
}

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, .current, .active {
	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;
}

tr:hover {
	background-color: #fafafa;
}

#calendar tr:hover {
	background: inherit;
}

div.form-subsection {
	background: #f9f9f9;
		padding: 20px;
		border: 1px solid #d8d8d8;
		margin-bottom: 20px;
}

.cf-wrapper {
	overflow: hidden
}

.panel-heading.calendar-filter {
	border-radius: 0;
	padding-left: 50px;
	background: url(../img/icons/c-add.png) 15px center no-repeat;
}

.calendar-filter:not(.active):hover {
	color: #fff !important;
	background: #2ea38b url(../img/icons/c-add-h.png) 15px center no-repeat;
	cursor: pointer;
}

.panel-heading.calendar-filter.cf-projects {
	background-image: url(../img/icons/hammer.png);
}

.calendar-filter.cf-projects:not(.active):hover {
	background-image: url(../img/icons/hammer-h.png);
}

.panel-heading.calendar-filter.cf-invoices {
	background-image: url(../img/icons/cheque-3.png);
}

.calendar-filter.cf-invoices:not(.active):hover {
	background-image: url(../img/icons/cheque-3-h.png);
}

.panel-heading.calendar-filter.cf-reminders {
	background-image: url(../img/icons/time-alarm.png);
}

.calendar-filter.cf-reminders:not(.active):hover {
	background-image: url(../img/icons/time-alarm-h.png);
}

.panel-heading.calendar-filter.cf-meetings {
	background-image: url(../img/icons/users-wm.png);
}

.calendar-filter.cf-meetings:not(.active):hover {
	background-image: url(../img/icons/users-wm-h.png);
}

.calendar-filter.active {
	box-shadow: inset 0 0 24px 0 rgba(0,0,0,0.13);
}

.additions-qty {
	margin-top: 15px;
}

.additions-qty .text-input {
	margin-right: 10px;
}

.category-do-zrobienia {
	background-color: #f6fbfc;
	border-bottom: 2px solid #d05454;
}

.category-wymagajace-komentarza {
	background-color: #f6fbfc;
	border-bottom: 2px solid #e87e04;
}

.category-do-sprawdzenia {
	background-color: #f6fbfc;
	border-bottom: 2px solid #44b6ae;
}

.category-do-akceptacji {
	background-color: #f6fbfc;
	border-bottom: 2px solid #6acfb6;
}

.category-zaakceptowane {
	background-color: #f6fbfc;
	border-bottom: 2px solid #55b9a0;
}

.category-dodatkowa-wycena {
	background-color: #f6fbfc;
	border-bottom: 2px solid #a077f4;
}

.category-na-pozniej {
	background-color: #f6fbfc;
	border-bottom: 2px solid #a4a4a4;
}

.category-anulowane {
	background-color: #f6fbfc;
	border-bottom: 2px solid #a4a4a4;
}

.category-wlasnie-robie {
	background-color: #f6fbfc;
	border-bottom: 2px solid #333;
}

.status-do-zrobienia, .status-danger {
	background: #d05454 !important;
}

.status-wymagajace-komentarza {
	background: #e87e04 !important;
}

.status-do-sprawdzenia {
	background: #44b6ae;
}

.status-do-akceptacji {
	background: #6acfb6;
}

.status-zaakceptowane {
	background: #55b9a0;
}

.status-dodatkowa-wycena {
	background: #a077f4;
}

.status-na-pozniej {
	background: #a4a4a4;
}

.status-anulowane {
	background: #a4a4a4;
}

.status-wlasnie-robie {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #333 !important;
}

.task-circle-count {
		color: #fff;
		padding: 4px 8px 4px 8px;
		border-radius: 18px;
		font-size: 11px;
		width: 35px;
		margin-left: 2px;
}

.customer-hidden {
	opacity: 0.7;
}

.update-task.ut-priority img {
	border-radius: 9px;
	position: relative;
	z-index: 2;
}

.update-task.ut-priority {
	position: relative;
}

.update-task.ut-priority.active:before {
	content: '';
		position: absolute;
		width:2px;
		height:9px;
		background-color:#fff;
	border-radius: 2px;
	left: 9px;
		top: 9px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 3;
}

.update-task.ut-priority.active:after {
	content: '';
		position: absolute;
		width:2px;
		height:4px;
		background-color:#fff;
	border-radius: 2px;
		left: 5px;
		top: 12px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(-45deg);
		z-index: 3;
}

ins, ins * {
	background-color: #c2ff8b;
}

del, del * {
	background-color: #ff9398;
}

.input-task-search {
	margin-bottom: 15px;
	max-width: none;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.comment.col-xs-offset-1 {
	margin-left: 45px;
}

.dropzone {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	border: 1px solid #868686;
	background: #fff;
	color: #b4b4b4;
	margin-bottom: 20px;
	text-align: center;
	padding: 50px;
}

.breadcrumbs .bootstrap-select.btn-group:not(.input-group-btn) {
	float: left;
	max-width: 300px;
}

.bc-separator {
	line-height: 46px;
	margin: 0 10px 15px 10px;
	float: left;
}

.update-task[data-name=priority] {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	top: 3px;
		margin-left: 3px;
}

.update-task[data-name=priority]:after {
	content: '✔';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	display: none;
}

.update-task.active[data-name=priority]:after {
	display: block;
}

.update-task[data-name=priority][data-value=niski] {
	background: #A4A4A4;
}

.update-task[data-name=priority][data-value=normalny] {
	background: #00B900;
}

.update-task[data-name=priority][data-value=wysoki] {
	background: #FD433A;
}

.pt-0 {
	padding-top: 0 !important;
}

.panel-footer a[data-fancybox] {
	float: left;
	width: 151px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}

.panel-footer a[data-fancybox]:nth-child(5n) {
	margin-right: 0;
}

.attachments-container {
	margin: 7px 0 0 0;
}

.attachments-container > div {
	display: block;
	margin-bottom: 7px;
}

.attachments-container a[data-fancybox] {
	float: left;
	margin: 0 7px 7px 0;
}

.attachment-no-image img {
	float: left;
		margin-right: 10px;
		position: relative;
		top: 3px;
}

.d-flex {
	display: flex;
}

.side-panel-default {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 15px 15px rgba(255,255,255,1);
}

.side-panel-sticky {
	position: static; /*fallback*/
	position: sticky;
	top: 55px;
	z-index: 1;
}

.panel-task {
	box-shadow: 0 3px 6px rgba(0, 0, 1, 0.2);
	transition: all 200ms ease;
}

.panel-task:hover {
	box-shadow: 0 3px 46px rgba(0, 0, 1, 0.2);
}

.panel-default>.panel-heading {
	overflow: auto;
}

.valuation .panel-heading {
	background-color: #a077f4;
	color: #fff;
}

.valuation-header {
	background-color: #a077f4 !important;
	color: #fff !important;
}

.black {
	color: #252321;
}

small.filter-employees-qty {
	font-size: 10px !important;
}

.very-small {
	font-size: 80%;
}

body.login-page * {
		box-sizing: border-box;
}

.login-page {
	min-height: 100%;
    height: auto;
	width: 100%;
	background: url(img/login-photo.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
    overflow: auto;
}

@media (min-height: 469px) {
	.login-page {
		height: 100%;
	}
}

.lp-side {
	width: 311px;
	float: right;
	min-height: 100vh;
	min-height: 100%;
	background: rgba(255, 255, 255, 0.81);
	padding: 20px 24px;
	position: relative;
	align-items: center;
		box-sizing: border-box;
}

.lp-side .label-check {
	margin-bottom: 20px;
	display: inline-block;
}

.lp-side input.text-input {
	font-size: 16px;
}

.lp-side .btn {
	width: 100%;
	line-height: 32px;
}
.lp-side .remind-password {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
		box-sizing: border-box;
}
.lp-side .remind-password a {
	color: inherit;
	text-decoration: none;
}

.lp-inside {
	width: 100%;
}
.lp-inside h4 {
	font-size: 16px;
}

.lp-logo {
	margin: 0 auto 35px auto;
	display: block;
	max-width: 100%;
}

.user-avatar {
	border-radius: 15px;
		border-color: #ddd;
		border-width: 1px;
}

.table th {
		text-transform: uppercase;
		font-size: 14px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.tasks-users-filter-role-customer {
	font-size: 13px;
		line-height: 2.5;
}

.task-users-assign-role-customer {
	font-size: 80%;
}

.calendar-wrapper {
	position: relative;
}

.calendar-popup {
	display: none;
	position: absolute;
	top: 30%;
	margin-left: -259px;
	left: 50%;
	width: 518px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,1,.18);
	-moz-box-shadow: 0 3px 6px rgba(0,0,1,.18);
	box-shadow: 0 3px 6px rgba(0,0,1,.18);
	border: solid 1px #d4d4d4;
	z-index: 1;
}

.calendar-popup h3 {
	margin-top: 0;
	padding: 22px 28px;
	border-bottom: 1px solid #e5e6e7;
	font-size: 20px;
	margin-bottom: 20px;
}

.calendar-popup p {
	margin-bottom: 10px;
}

.calendar-popup .cp-inside {
	padding: 0 28px;
}

.cp-close {
	cursor: pointer !important;
	position: absolute;
	right: 10px;
	top: 5px;
}

.delete-event {
	cursor: pointer;
}

.website-favicon {
	width: 16px;
	height: 16px;
}

.black {
	color: #252321;
}

.fr-add,
.fr-delete {
	margin-top: 40px;
		display: inline-block;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.pb-statistics ol {
	display: flex;
		flex-wrap: wrap;
}

.pb-statistics li {
	width: 25%;
	padding-right: 30px;
}

.pb-statistics li:nth-child(4n+1) {
	padding-right: 0;
}

.pb-statistics h3 {
	margin: 20px 0 5px 0;
}

.overflow-hidden {
	overflow: hidden;
}

.sortable-connected {
	min-height: 450px;
}

.sortable-placeholder {
		border: 1px dashed #CCC;
		background: none;
	height: 139px;
	margin-bottom: 20px;
}

.element-delete {
	margin-top: -1px;
}

.element-add {
	margin-right: 10px;
}

#sortable-left .element-add {
	display: none;
}

*[draggable], [class^="draggable"], .modal-header {
	cursor: move;
}

.modal-open .modal{
	overflow: visible;
}

.modal-header {
	height:50px;
	padding: 20px;
	background-color:#1abc9c;
	color:#fff;
}
.modal-title {
	margin-top:-8px;
	font-size:16px;
	color:#fff;
}
.modal-header .close {
	margin: 4px;
	color:#fff;
	position: absolute;
	top: 7px;
	right: 12px;
	opacity: 0.7;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-body {
	color:#888;
	padding: 5px 35px 20px;
}
.modal-body h3 {
	text-align: center;
}
.modal-body p {
	margin: 15px 0 0 0 !important;
	text-align: center;
	font-size: 1.1em;
}


@media (max-width: 1199px) {

.menu.scrolled .menu-level-one > li:not(.menu-logout):not(.menu-relog) > a {
	line-height: 30px;
	color: #666666;
}

.menu.scrolled .menu-level-one > li:not(.menu-logout):not(.menu-relog) > a:hover {
	color: #fff;
}

.menu-level-one li.mlo-mobile {
	display: none;
	width: 100%;
	border-right: none;
}

li.menu-logout {
	position: absolute;
		top: -3px;
		right: 0;
	border-right: none;
}

li.menu-notifications {
	position: absolute;
		top: -3px;
		right: 60px;
	border-right: none;
}

li.menu-search {
	position: absolute;
		top: -3px;
		right: 111px;
	border-right: none;
}


.menu-level-one {
	border: 1px solid #cdcdcd;
	border-top: none;
}

.menu-level-one li.menu-right.menu-relog {
	width: 100%;
	border-top: 1px solid #cdcdcd;
		padding-left: 20px;
	padding-top: 20px;
		padding-bottom: 20px;
	height: auto;
}

.menu-level-one {
	position: relative;
}

.menu-level-one .mlo-mobile	a {
	text-align: left;
	border-top: 1px solid #cdcdcd;
	border-right: none;
}

.menu-level-one .mlo-mobile	a img {
	display: none !important;
}

.menu li.navbar-toggle-wrap {
	border: none;
}

	.navbar-toggle {
	display: block;
		width: 30px;
		height: 24px;
		margin: 27px 0 27px 20px;
		position: relative;
		float: right;
		cursor: pointer;
		transition: all 350ms ease;
		}

	.menu.scrolled .navbar-toggle {
		margin: 11px 0 11px 20px;
	}

	.navbar-toggle span {
		width: 100%;
		height: 3px;
		background-color: #666666;
		position: absolute;
		display: inline-block;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .25s ease;
		left: 0;
		opacity: 1; }

	.navbar-toggle span:first-child, .navbar-toggle span:nth-child(2) {
		-webkit-transform-origin: left center;
		transform-origin: left center; }

	.navbar-toggle span:first-child {
		top: 0; }

	.navbar-toggle span:nth-child(2) {
		top: 11px; }

	.navbar-toggle span:nth-child(3) {
		top: 22px;
		-webkit-transform-origin: left center;
		transform-origin: left center; }

	body.menu-open {
		overflow: hidden; }
		body.menu-open .menu {
			overflow-y: scroll;
			max-height: 100vh;
		}

	body.menu-open .navbar-toggle span:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 2px;
		left: 4px; }

	body.menu-open .navbar-toggle span:nth-child(2) {
		width: 0;
		opacity: 0; }

	body.menu-open .navbar-toggle span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 22px;
		left: 4px; }

	.submenu {
		/*display: block;*/
		width: 100%;
		position: static;
		border: none;
	}

	.menu li:hover .submenu {
		display: none;
	}

	.submenu li {
		border: none;
	}

	.submenu li a {
		padding: 4px 15px 4px 35px;
		background: #fafafa;
		font-weight: 400;
	}

	.submenu-toggle {
		border-left: 1px solid #cdcdcd;
		width: 54px;
		height: 100%;
		cursor: pointer;
		right: 0;
		top: 0;
		position: absolute;

	}

	.submenu-toggle:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(img/more.png) center center no-repeat;
	}

	.has-submenu > a {
		position: relative;
	}

	.has-submenu > a:hover .submenu-toggle {
		border-color: #fff;
	}

	.has-submenu > a .submenu-toggle:after {
		transition: transform 350ms ease;
	}

	.has-submenu > a .submenu-toggle.active:after {
		transform: rotate(180deg);
	}

	.has-submenu > a:hover .submenu-toggle:after {
		background: url(img/more-white.png) center center no-repeat;
	}

}

@media (min-width: 1200px) {
	.mlo-mobile {
		display: flex !important;
	}

	.submenu {
		display: none !important;
	}

	.menu li:hover .submenu {
		display: block !important;
	}
}

.blink-animation {
	animation: blinker 3s linear infinite;
}

@keyframes blinker {
	50% { opacity: 0.5; }
}

.bold {
	font-weight: bold;
}

.ms-title {
	font-weight: normal;
	padding-right: 40px;
}

.ms-title .text-input {
	padding-right: 40px;
	height: 40px;
}

.ms-submit {
	background: url(img/icons/zoom-split.png);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 50px;
	border: none;
	outline: none !important;
	cursor: pointer;
	box-shadow: none;
	color: transparent;
	overflow: hidden;
	text-indent: -24px;
	top: 50%;
	margin-top: -12px;
}

.ms-close {
	background: url(img/search-close.png);
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 12px;
	border: none;
	outline: none !important;
	cursor: pointer;
	box-shadow: none;
	color: transparent;
	overflow: hidden;
	text-indent: -24px;
	top: 50%;
	margin-top: -8px;
}

.ms-result, .ms-more {
	display: none;
}

.menu-level-one li.menu-search {
	padding-top: 29px;
}

.bc-element {
	float: left;
	width: calc(50% - 13px);
	max-width: 300px;
}

.bc-element .btn {
	margin-right: 0;
}

.table-responsive select {
	max-width: 140px;
}

td.p-0 {
	padding: 0 !important;
}

.table-inner {
	border: none;
	background: none !important;
    margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
}

.table-inner td {
	border: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: transparent !important;
}

.table-inner tr:first-child td:last-child {
	border-right: none;
}

.period-select-wrapper {
	width: 130px;
	display: inline-block;
}

.period-select-wrapper .btn {
	margin: 0;
}

.chart-wrapper {
	overflow-x: auto;
	margin-bottom: 20px;
}

#chart {
	min-width: 100%;
}
