/** custom bar **/
.cookies-top.cookies-bar-wrapper {
	display: none;
	width: 550px;
	z-index: 1040;
	background-color: #fff;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	bottom: 50px; right: 50px;
	-webkit-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	max-height: calc(100% - 100px);
    overflow: auto;
}
div.cookies-list span.close {
	font-size: 0px;
	position: absolute;
	right: 14px; top: 5px;
	width: 40px; height: 40px;
}
div.cookies-list span.close:after {
	width: 40px; height: 40px;
	display: block;
	content: "+";
	line-height: 30px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	transform: rotate(45deg);

}
.cookies-top .cookies-bar {
	padding: 24px 24px 0 24px;
	font-size: 16px; line-height: 24px;
	z-index: 1050;
}
.cookies-bar-wrapper h2 {
	margin: 0;
	padding: 0px 40px 20px 0;
	font-size: 20px;
	line-height: 25px;
	line-height: 110%;
	color: #414141;
}
.cookies-bar-wrapper p {
	font-size: 16px;
	line-height: 24px;
}
.hidden {
	display: none;
}
.cookies-bar-wrapper .bottom-buttons {
	padding-bottom: 20px;
}
.cookies-bar-wrapper .btn {
	max-width: 42%;
	margin-bottom: 4px;
}
.bottom-buttons .btn.btn-primary {

}
.bottom-buttons a.more.btn {
	color: #003141;
	background: none;
	border: 0px none;
	padding: 0;
	-webkit-box-shadow: 0px;
	-moz-box-shadow: 0px;
	box-shadow: 0px;
	webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}
.bottom-buttons a.more:hover {
	color: #009fdf;
}

div.cookies-list .btn{
	padding: 0;
}

div.cookies-list .btn.btn-primary {
	min-width: 120px;
	max-width: 150px;
	position: absolute;
	left: 20px; bottom: 33px;
}
.bottom-buttons a.more.btn:focus,
.bottom-buttons a.more.btn:active {
	-moz-box-shadow: inset 0 0 0px;
	-webkit-box-shadow: inset 0 0 0px;
	box-shadow: inset 0 0 0px;
}
.menu.resp-tabs-list {
	padding: 26px 0 0 0;
	margin: 0 10px 20px 10px;
	list-style-type: none;
	font-size: 0;
	border-bottom: 2px solid #c4c4c4;
	position: relative;
	height: 70px;
	max-height: 70px;
	overflow: visible;
}
.menu.resp-tabs-list li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background: none;
	margin: 0 8px;
	padding: 0px 13px 0px 13px;
	border: 1px solid transparent;
	border-bottom: 2px;
	position: relative;
	top: 2px;
	webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.menu.resp-tabs-list li.resp-tab-active {
	border: 1px solid #c4c4c4;
	border-bottom: 2px solid #fff;
}
.menu.resp-tabs-list li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.menu.resp-tabs-list li:hover a,
.menu.resp-tabs-list li.resp-tab-active a {
	color: #009fdf;
}

div.cookies-list {
	display: none;
	position: fixed;
	top: 50%; left: 50%;
	width: 960px;
	height: 640px;
	max-width: 95%;
	max-height: 95vh;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: fixed;
	bottom: 50px; right: 50px;
	-webkit-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	box-shadow: 0px 11px 47px 3px rgba(0,0,0,0.11);
	z-index: 1045;
}

.cookies-bar .table-responsive table{
	width: 100%;
}

.cookies-list-menu {
	margin: 0 20px 0 0;
	width: 170px;
	float: left;
	list-style-type: none;
	padding-left: 0;
	list-style-type: none;
	height: auto;
	max-height: inherit;
}
.cookies-list-menu li {
	margin: 0; padding: 10px;
	background: none;
	border-bottom: 1px solid #f1edeb;
}
.cookies-list-menu li:last-child {
	border-bottom: none;
}
.cookies-list-menu a {
	font-size: 15px; font-weight: 500; color: #000;
}
.cookies-list-menu a:hover, .cookies-list-menu a:focus {
	text-decoration: none;
}
.cookies-list-menu li.active a {
	color: #009fdf;
}

.cookies-list-content {
	width: 100%;
	display: none;
	padding-left: 190px;
	padding-top: 20px;
}
.cookies-list-content > div {
	padding-right: 20px;
	min-height: 135px;
	max-height: 400px;
}
.cookies-list-content > div.table-responsive {
	overflow: auto;
}
.cookies-list-content p {
	font-size: 13px;
}

div.container-inner div.container-padding {
	padding: 20px;
	/*padding-bottom: 0;
	position: absolute;
	width: 100%; height: 100%;
	overflow: hidden;
	overflow-y: scroll;*/
}

div.container-inner{
	width: 100%;
}

.cookies-bar div.table-responsive {
	overflow-y: auto;
	height: 370px;
	padding: 0 20px 0 0;
	width: 100%;
}
.cookies-bar div.table-responsive::-webkit-scrollbar
/*div.container-inner div.container-padding::-webkit-scrollbar */{
width: 7px; height: 7px;
}

.cookies-bar div.table-responsive::-webkit-scrollbar-track
/*div.container-inner div.container-padding::-webkit-scrollbar-track */{
	background: #fff;
}
.cookies-bar div.table-responsive::-webkit-scrollbar-thumb
/*div.container-inner div.container-padding::-webkit-scrollbar-thumb*/ {
	background: #c4c4c4;
}
.cookies-bar div.table-responsive::-webkit-scrollbar-thumb:hover
/*div.container-inner div.container-padding::-webkit-scrollbar-thumb:hover*/ {
	background: #555;
}

/* .checkboxAccept */
.cookies-list .checkboxAccept label {
	text-indent: -1000px;
}
.checkboxAccept {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0 12px 0 0;
	background: #b8b8b8;
	border-radius: 0px;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.checkboxAccept label {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 1px;
	cursor: pointer;
	background: #eaeaea;
	background-image: radial-gradient(circle, #ffffff, #f9f9f9, #f2f2f2, #ececec, #e6e6e6);
	border-radius: 0;
	border: none;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-indent: -1000px;
}
.checkboxAccept label:after {
	content: '';
	width: 12px;
	height: 8px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -5px; margin-left: -6px;
	border: 4px solid #009fdf;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.checkboxAccept label.chck-nutne:after {
	border-color: #c4c4c4;
}
.checkboxAccept label:hover::after {
	opacity: 0.3;
}
.checkboxAccept input[type=checkbox] {
	visibility: hidden;
}
.checkboxAccept input[type=checkbox]:checked + label:after {
	opacity: 1;
}
/* end .checkboxAccept */

table.cookies-table {
	font-size: 12px;
	margin-bottom: 10px;
}
table.cookies-table tr th {
	font-size: 15px; font-weight: bold;
	border-left: 2px solid #ddd;
	padding: 10px 8px;

}
table.cookies-table tr td {
	border-left: 2px solid #ddd;
	padding: 15px 8px;
	border-top: 0;
	font-size: 12px;
}
table.cookies-table tr:nth-child(odd) td {
	background-color: #f8f8f8;
}
div.cb-overlay {
	display: none;
	width: 100%; height: 100%;
	position: fixed;
	left: 0; top: 0;
	background: #000;
	z-index: 99995;
}
div#cookies-nutne {
	display: block;
}
div.cookies-list #o-cookies {
	height: 375px;
	overflow-y: auto;
}

div.cookies-list #o-cookies::-webkit-scrollbar {
width: 7px; height: 7px;
}
div.cookies-list #o-cookies::-webkit-scrollbar-track {
	background: #fff;
}
div.cookies-list #o-cookies::-webkit-scrollbar-thumb {
	background: #c4c4c4;
}
div.cookies-list #o-cookies::-webkit-scrollbar-thumb:hover {
	background: #555;
}

div.md-cookie-bar .switch {
    position: relative;
    font-size: 16px;
    line-height: 0px;
    vertical-align: top;
}
div.md-cookie-bar .switch .text {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    line-height: 26px;
    width: calc(100% - 80px);
	color: #666666;
}
div.md-cookie-bar .switch .text.hidden {
	display: none;
}
div.md-cookie-bar .switch .text strong {
	display: block;
	color: #414141;
	line-height: 32px;
	font-size: 16px;
    font-weight: normal;
	text-align: right;
}
div.md-cookie-bar .switch input {
    opacity: 0;
	position: absolute;
}
div.md-cookie-bar .switch .slider {
    width: 56px;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F1EDEB;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 16px;
}

div.md-cookie-bar .switch .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

div.md-cookie-bar .switch input:checked + .slider {
    background-color: #EA650D;
}

div.md-cookie-bar .switch input:checked:disabled + .slider {
    background-color: #CAC7C7;
	display: none;
}
div.md-cookie-bar .switch input:checked:disabled + .slider + .text {
	display: block !important;
	font-size: 0px;
	left: -40px;
    width: 100%;
    visibility: visible;
    line-height: 12px;
    width: 96px;
    position: absolute;
}
div.md-cookie-bar .switch input:checked:disabled + .slider + .text s{

}
div.md-cookie-bar .switch input:focus + .slider {
    /*box-shadow: 0 0 1px #EA650D;*/
}
div.md-cookie-bar .switch input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

div.tab-item#souhlas p {
	margin-bottom: 33px;
}

div.cookie-detail-switch {
	width: 56px;
	display: inline-block;
	vertical-align: top;
}

div.cookie-detail-item {
	padding: 11px 16px 11px 16px;
	border: 1px solid #E5DED9;
	border-radius: 4px;
	margin-bottom: 8px;
	transition: all linear 0.2s;
	-webkit-transition: background-color border-color cubic-bezier(.4, 0, .2, 1) .3s;
			transition: background-color border-color cubic-bezier(.4, 0, .2, 1) .3s;
}
div.cookie-detail-item:hover {
	background-color: #FFF7EE;
}
div.cookie-detail-item a {
	color: #EA650D;
	text-decoration: none;
}
div.cookie-detail-item a:hover {
	text-decoration: underline;
}
div.cookie-detail-item div.cookie-detail-content,
div.sub-item div.sub-item-content {
	display: none;
	padding-top: 14px;
	border-radius: 4px;
}
div.sub-item div.sub-item-content {
	padding-top: 0;
	padding-left: 16px;
	padding-right: 16px;
}
div.sub-item {
	margin-bottom: 8px;
	padding: 14px 16px 0 16px;
	padding: 0;
	border: 1px solid #E5DED9;
	border-radius: 4px;
	-webkit-transition: background-color border-color cubic-bezier(.4, 0, .2, 1) .3s;
			transition: background-color border-color cubic-bezier(.4, 0, .2, 1) .3s;
}
div.sub-item:hover {
	background-color: #FFF7EE;
}
div.sub-item h4 {
	padding: 0 0 0 24px;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	color: #414141;
	margin-bottom: 16px;
	position: relative;
	font-weight: normal;
}
div.sub-item h4 a {
	padding: 14px 16px 0px 40px;
	display: block;
	position: relative;
	z-index: 2;
	color: #414141;
	text-decoration: none;
}
div.sub-item h4:after,
div.sub-item h4:before {
	content: "";
	width: 10px;
	height: 1px;
	background: #414141;
	position: absolute;
}
div.sub-item h4:before {
	left: 16px;
	top: 26px;
	transform: rotate(49deg);
	transition: all linear 0.2s;
	z-index: 1;
}
div.sub-item h4:after {
	left: 22px;
	top: 26px;
	transform: rotate(-49deg);
	transition: all linear 0.2s;
	z-index: 1;
}
div.sub-item.active h4:before {
	left: 16px;
	top: 26px;
	transform: rotate(-49deg);
}
div.sub-item.active h4:after {
	left: 22px;
	top: 26px;
	transform: rotate(49deg);
}
div.sub-item-container {
	display: none;
	padding-bottom: 16px;
}

div.cookie-detail-item div.cookie-detail-content h4 + p {
	margin-bottom: 12px;
}
div.cookie-detail-container {
	padding-bottom: 16px;
}
div.cookie-detail-box a.external {
	font-size: 16px;
	line-height: 150%;
	color: #EA650D;
	text-decoration: none;
	padding-right: 24px;
	background: url(/templates/nn/ninja-starter-kit/assets/images/icon-external.svg) 100% 0px no-repeat;
	text-decoration: none;

}
div.cookie-detail-box a.external:hover {
	text-decoration: underline;
}
div.cookie-detail-box a.hide-detail {
	color: #414141;
	text-decoration: none;
	/*padding-left: 24px;
	background: url(/templates/nn/ninja-starter-kit/assets/images/gdpr-left.svg) 0% 0px no-repeat;*/
}
div.cookie-detail-box a.hide-detail:hover {
	text-decoration: underline;
	color: #414141;
	height: 42px;
}
div.cookies-bar-wrapper .c-button,
div.cookies-bar-wrapper .c-button--secondary,
div.cookies-bar-wrapper .display-details {
	padding: 13px 16px;
	font-size: 16px;
}
div.cookies-bar-wrapper .display-details {
	float: right;
	color: #EA650D;
	text-decoration: none;
}
div.cookies-bar-wrapper .display-details:hover {
	/*text-decoration: underline;*/
}
div.cookies-bar-wrapper .c-button {
	color: #ffffff;
}
div.cookies-bar-wrapper .c-button--secondary {
	color: #EA650D;
}
div.cookie-detail-item.active {
	padding-bottom: 0;
}
div.cookie-detail-item.active div.cookie-detail-content {
	/*display: block;*/
}
div.cookie-detail-item h3 {
	line-height: 32px;
	font-size: 16px;
	color: #414141;
	width: calc(100% - 86px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
	margin-left: 24px;
	position: relative;
	font-weight: normal;
}
div.cookie-detail-item h3:after,
div.cookie-detail-item h3:before {
	content: "";
	width: 10px;
	height: 1px;
	background: #414141;
	position: absolute;
}
div.cookie-detail-item h3:before {
	left: -26px;
	top: 16px;;
	transform: rotate(49deg);
	transition: all linear 0.2s;
	z-index: 1;
}
div.cookie-detail-item h3:after {
	left: -20px;
	top: 16px;
	transform: rotate(-49deg);
	transition: all linear 0.2s;
	z-index: 1;
}
div.cookie-detail-item.active h3:before {
	left: -26px;
	top: 16px;
	transform: rotate(-49deg);
}
div.cookie-detail-item.active h3:after {
	left: -20px;
	top: 16px;
	transform: rotate(49deg);
}
div.cookie-detail-item h3 a {
	display: block;
	position: relative;
	z-index: 2;
	color: #414141
}
div.cookie-detail-item h3 a:hover {
	text-decoration: none;
}
div.cookie-detail-item h3 a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 32px;
	top: 0;
	left: -40px;
}
div.cookie-detail-box hr {
	margin: 0 0 26px 0;
	border-top: 1px solid #E5DED9;
}
div.md-cookie-bar a.close-detail {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 0;
	width: 26px;
	height: 26px;
	display: none;
}
div.md-cookie-bar a.close-detail:before,
div.md-cookie-bar a.close-detail:after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #EA650D;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
}
div.md-cookie-bar a.close-detail:before {
	left: 12px;
}
div.md-cookie-bar a.close-detail:after {
	transform: rotate(-45deg);
	right: 13px;
}
@media (max-height: 520px) {
	.cookies-top.cookies-bar-wrapper {
		position: fixed;
		top: 20px;
		bottom: inherit;
		max-height: calc(100% - 40px);
		overflow: auto;
	}
	div.cookies-list {
		position: absolute;
		top: 20px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	div.cookies-list {
		position: fixed;
		top: 20px; left: 20px;
		transform: none;
		margin-top: 0; margin-left: 0;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		overflow-y: auto;
	}
	.cookies-list-content {
		padding-left: 20px;
		padding-right: 20px;
		float: none;
	}
	.cookies-bar div.table-responsive {
		width: 100%;
		padding-right: 0;
		height: auto;
		border: 0px none;
	}
	.cookies-bar div.table-responsive::-webkit-scrollbar {
		width: 0px; height: 0px;
	}
	.cookies-list-menu {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	div.cookies-list .btn.btn-primary {
		position: relative;
		margin-top: 50px;
	}
}
@media (max-width: 650px) {
	.cookies-top.cookies-bar-wrapper {
		top: 20px; left: 20px; bottom: inherit;
		width: calc(100% - 40px)
	}
}
@media (max-width: 580px) {
	.cookies-list-content > div {
		height: auto;
	}
	.container-inner.resp-tab-content {
		width: 100%;
		max-width: 	100%;
	}
	.cookies-list-content {
		width: 100%;
		max-width: 100%;
	}
	.cookies-bar div.table-responsive {
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
	}
	.cookies-bar-wrapper .bottom-buttons a {
		display: block;
		max-width: 100%;
		text-align: center;
		margin-left: 0;
	}
	div.cookies-bar-wrapper .display-details {
		float: none;
	}
	div.cookies-bar-wrapper .c-button {
		max-width: 100%;
	}
}
@media (max-width: 430px) {
	div.bottom-buttons {
		text-align: center;
	}
	div.bottom-buttons a {
		clear: both !important;
		float: none;
	}
}
@media (max-width: 390px) {
	.menu.resp-tabs-list {
		height: auto;
		max-height: inherit;
		border: 0;
	}
	.menu.resp-tabs-list li {
		display: block;
		text-align: center;
	}
	.menu.resp-tabs-list li.resp-tab-active {
		border: 0;
	}
}