html {
	font-size: 14px;
}
body {
	
	top: 0;
	left: 0;
/**/
	/*background-image: url('../images/tpl/bg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;*/
/**/
	
	overflow-x: hidden;
	max-width: 100vw;
	font-family: 'Open Sans', sans-serif;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
    flex-direction: column;
}
body div.bground.bg-img {
	background-position: 0 0;
	background-size: cover;
}
body.wait {}
body:after {
	position: fixed;
	width: 6rem;
	height: 6rem;
	top: 50%;
	left: 50%;
	margin-top: -3rem;
	margin-left: -3rem;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	content: "";
}
body.wait:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

#top-holder>div:not(:last-of-type),
#top-holder>*,
#foot>div,
#main>div {
	/*max-width: 960px;*/
	min-width: 300px;
	margin: 0 auto;
	margin: 11px auto;
	
	/*box-shadow: 0 0 1px 0 #000;*/
}


#top-holder {}
#top-holder.scrolling header ul.page-nav > li > a {
	font-size: 1.5rem;
}
#foot {}
#foot>div {
	margin-bottom: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px 5px 0 0;
}
footer {
	display: flex;
}
footer > div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
footer div.logo_ba {
	padding: 0.5rem 0 0.5rem 0.5rem;
}
footer div.logo_ba a {
	height: 3.6rem;
	margin: 0.3rem;
	display: inline-block;
	vertical-align: bottom;
}
footer div.logo_ba img {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
footer div.social-panel {
	padding: 0.5rem 0.5rem 0.5rem 0;
	margin: 0 auto;
	max-width: 300px;
}
footer div.foot-text {
	font-size: initial;
}
footer div.foot-text ul {
	list-style-type: none;
	padding: 0;
}
footer div.foot-text ul li {
	display: inline-block;
}
footer div.foot-text ul li:not(:last-of-type)::after {
	content: " | ";
	display: inline;
	color: #666;
}
footer div.foot-text ul a {
	text-decoration: none;
	color: #FFF;
}
footer div.foot-text ul a:hover {
	color: #DDD;
}
body.template div#afterfoot {
	padding-bottom: 2rem;
}
div#afterfoot {
	background-color: rgba(0,0,0,1);
}
div#afterfoot p {
	padding-left: 0.5em;
}
div#afterfoot p.copy {}

#foot-static {
	border: none;
}
#main {
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

}


#content {
	min-width: 300px;
	/*max-width: 960px;*/
	/*background-color: rgba(0,0,0,0.4);*/
	
	min-height: 500px;
	/*overflow-y: hidden;*/
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*flex-wrap: nowrap;*/
}
#content>div.overlay {}
#page {
	font-size: initial;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
#page img {
	max-width: 100%;
}
#page>div.overlay {}
#page-thumb {
	display: inline;
	float: left;
	margin: 0.5em 0.8em 0 0.5em;
	max-width: 50%;
}

/*HEADER*/
#head-holder>div {
	display: inline-table;
	/*height: 100%;*/
	vertical-align: middle;
}
#head-holder>div>div {
	margin-right: 15px;
}
#head-holder .btn.cform {
	margin: 0 auto;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	border-radius: 0;
	background-image: url("../images/tpl/icons/buttons/email-filled-closed-envelope-vertical-cropped.png");
	background-size: 200% 100%;
	background-position: center right;
	cursor: pointer;
	margin-right: 5px;
}
#head-holder .btn.cform a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#head-holder div.now {
	width: 100%;
	text-align: right;
	font-size: 1rem;
	margin-bottom: 5px;
}

div.nl-subscribe-button {
	padding-right: 5px;
}
#head-holder div.now span {
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
#head-holder div.now span.ttl-today {
	/*color: white;*/
	opacity: 0.8;
}
#head>div {
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
#head>div>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 0;
	width: 0;
	text-align: center;
	-ms-flex-item-align: stretch;
    align-self: stretch;
}
#head>div>div:first-of-type {
	text-align: left;
	padding: 0 5px;
}
#head>div>div:last-of-type {
	text-align: right;
}
/*HEADER-NAV*/
#top-holder header {
	text-align: center;
	margin-bottom: 0;
}
/*END HEADER*/


/*NAVIGATION*/
ul.page-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*justify-content: space-between;*/
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: center;
	flex-wrap: wrap;
}
ul.page-nav li:after {
	display: none;
}
ul.page-nav li {
	/*flex-grow: 1;*/
	/*text-align: center;*/
	text-align: left;
	-webkit--webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}
ul.page-nav>li {
	margin: 0 5px;
}
ul.page-nav li a span.submenu-button {
	display: none;
}
ul.page-nav>li>a {
	white-space: nowrap;
}
ul.page-nav>li>a>span {
	
	white-space: nowrap;
}
ul.page-nav li a {
	font-size: 1.6rem;
	/*padding: 0 4px;*/
	white-space: normal;
	color: #666;
	-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
	position: relative;
}

ul.page-nav li a span {
	padding: 5px;
	display: inline-block;
}

/*LVL 1+*/
ul.page-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	width: 25vw;
	overflow: visible;
	padding: 2px 2px 2px 0;
	display: none;
}
.page-nav ul ul.sub {
	left: 100%;
	top: 0;
}
/*lvl 1*/
ul.page-nav>li:first-of-type {
	/*text-align: left;*/
}
ul.page-nav>li:last-of-type {
	/*text-align: right;*/
}

.page-nav>li:hover {}
.page-nav>li>a:hover {
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
}
.page-nav>li.isparent>a:hover {
	border-radius: 4px 4px 0 0;
}
.page-nav>li.isparent>a.highlight {}

/*END LVL 1*/



.page-nav ul li a:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.page-nav ul li:hover>a:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.page-nav ul li:hover>a {
	left: -2px;
}
.page-nav ul li:hover>a,
.page-nav>li:hover>a,
.page-nav li a.highlight {
	color: #000;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
}
.page-nav ul li.highlight {
	/*color: red;*/
}
.page-nav>li.isparent:hover>a {
	border-radius: 4px 4px 0 0;
}
/*LVL 2*/
ul.page-nav ul {
	/*box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.25);*/
	background-color: rgba(255,255,255,1);
	border-radius: 0 4px 4px 4px;
}
ul.page-nav ul li {
	text-align: left;
	padding: 1px 5px;
}

ul.page-nav ul li a {
	color: black;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.page-nav ul li:hover {
	background-color: rgba(255,255,255,1);
}
/*END LVL 2*/

/*NAV BUTTON*/
header #nav-button {
	color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    /*padding: 20px;*/
    text-transform: uppercase;
    position: relative;
    height: 3rem;
    display: none;
}
header #nav-button::before {
	border-bottom: 2px solid #999;
    border-color: #999;
    border-top: 2px solid #999;
    content: "";
    display: block;
    height: 3px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: 1.4rem;
    width: 20px;
}
header #nav-button::after {
	background: #999 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-right: -10px;
    margin-top: -5px;
    position: absolute;
    right: 50%;
    top: 1.4rem;
    vertical-align: middle;
    width: 20px;
}
/*END NAVIGATION*/

/*LANG & SOCIAL*/
/*LANG*/
#lang-list {
	/*display: table-cell;
	vertical-align: middle;*/
}
a.lnk-lang,
.btn.cform {
	color: rgba(255,255,255,0.5);
	font-size: 0;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1.92rem;
	height: 1.32rem;
	/*border-radius: 25%;*/
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	/*transform: scale(0.95) rotate(0deg) translateZ(0);*/
	opacity: 0.75;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: solid 1px transparent;
	background-color: transparent;
	min-width: auto;
	min-height: auto;
}

#lang-list .lng-ENG>a.lnk-lang {
	background-image: url('../images/tpl/icons/links/lang_flag_useng.svg');
}
#lang-list .lng-SK>a.lnk-lang {
	background-image: url('../images/tpl/icons/links/lang_flag_sk.svg');
}

a.lnk-lang.highlight,
a.lnk-lang:hover {
	/*color: #545454;*/
	color: rgba(255,224,0,0.5);
}
a.lnk-lang:hover,
.btn.cform:hover {
	opacity: 1;
	/*transform: scale(1) rotate(3deg) translateZ(0);*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
ul#lang-list li.item.lng.highlight {
	display: none;
}
ul#lang-list li.item.lng.highlight a.lnk-lang {
	color: rgba(255, 224, 0, 0.8);
	
}
/*END LANG*/
/*SOCIAL*/
/*SOCIALS*/
a.soc-icon,
a.soc-icon:hover {
	background-position: center;
	vertical-align: bottom;
	position: relative;
	background-size: contain;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border-radius: 100%;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
a.soc-icon:hover {
	bottom: 5px;
	/*margin-top: -0.5rem;*/
	-webkit-box-shadow: 0 5px 0 1px #000;
	box-shadow: 0 5px 0 1px #000;
}
/*SOCIALS*/
.soc-icon.fb {
	background-image: url(../images/tpl/icons/socials/icon_fb.png);
}
.soc-icon.inst {
	background-image: url(../images/tpl/icons/socials/icon_instagram.png);
}
.soc-icon.gpl {}
.soc-icon.yt {
	background-image: url(../images/tpl/icons/socials/icon_yt.png);
}
/**X***/
.soc-icon.pint {}
.soc-icon.twt {}
/*ICONS & LINKS*/
.soc-icon.sitemap {
	background-image: url(../images/tpl/icons/socials/icon_sitemap.png);
}
.soc-icon.mail,
.soc-icon.contact {
	background-image: url(../images/tpl/icons/socials/icon_contact.png);
}
.soc-icon.location {}
.soc-icon.location-map {}
.soc-icon.phone {}
.soc-icon.mobile {}
.soc-icon.communication {
	background-image: url(../images/tpl/icons/buttons/btn_contact.png);
	height: 3rem;
	width: 12rem;
	background-size: 200% 200%;
	background-position: left top;
}
.soc-icon.communication:hover {
	background-size: 200% 200%;
	background-position: left bottom;
	bottom: auto;
}
/*END SOCIALS*/
/*END SOCIAL*/
/*END LANG & SOCIAL*/

/*CUSTOMS*/
div.slogan,
#head>div>div.slogan {
	font-size: initial;
}
img.logo {
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	/*height: 100%;*/
	-o-object-fit: contain;
    object-fit: contain;
}
img.logo:hover {
	opacity: 0.95;
}

/*PRELOADER*/
#preloader, #pop-up {
	background-color: rgba(0,0,0,0.9);
}
#preloader {
	overflow: hidden;
}
#preloader.on {}
#preloader.mp-tpl {
	background-color: rgba(50,50,50,1);
}
#status,
.load.status,
body.wait:after {
	background-image: url('../images/tpl/loader.svg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#status {
	width: 5rem;
	height: 5rem;
	margin: 0;
	margin-top: -2.5rem;
	margin-left: -2.5rem;
}
.load.status {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18%;
	height: 18%;
	margin-top: -9%;
	margin-left: -9%;
	z-index: 2;
}
#page div#page-detail .load.status {
	display: none!important;
}
.ajax_target {
	background-color: rgba(255,255,255,0);
}
#slider-a {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 2s linear 0s!important;
	transition: all 2s linear 0s!important;
	left: 0;
	right: 0;
}
#slider-a.loading {
	/*transition-duration: 1s;*/
	left: -100vw;
	background-color: rgba(255,255,255,0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: all 2s linear 0s!important;
	transition: all 2s linear 0s!important;
}
#slider-a:after,
#slider-a.loading:after {
	content: "";
	position: absolute;
	width: 99%;
	height: 99%;
	top: 0.5%;
	left: 0.5%;
	-webkit-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
	z-index: 1;
	opacity: 1;
	border-radius: 0.5rem;
}
#slider-a:after {
	opacity: 0;
	-webkit-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
	z-index: -1;
}
div.carousel div.slide > a {
	font-size: 0;
}
/*POPUP*/
#pop-up {
	background-color: rgba(0,0,0,0.4);
}
#pop-up div.overlay {
	background-size: inherit;
	background-position: center;
	background-repeat: repeat;
	opacity: 0.6;
	-webkit-filter: none!important;
	filter: none!important;
}
#popup-container {
	border-radius: 15px;
	position: relative;
	width: 60vw;
	max-height: 60vh;
	min-height: auto;
	background-color: rgba(255,255,255,0.8);
	/*overflow: hidden;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

#popup-container span.popup-close {
	content: "X";
	font-size: 1rem;
	display: inline-block;
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	/*top: -0.5rem;*/
	/*right: -0.5rem;*/
	top: 4px;
	right: 4px;
	border-radius: 4px;
	color: #FFF;
	border: solid 1px rgba(255,255,255,0.4);
	cursor: pointer;
	z-index: 2;
	padding: 0.3rem 0.5rem;
	text-transform: lowercase;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#popup-container span.popup-close:hover {
	color: rgb(255,224,0);
	
}
#popup-container div.overlay {
	z-index: 0;
}
#popup-container div.content {
	position: relative;
	background-color: rgba(255,255,255,0.4);
	height: 100%;
	overflow: hidden;
	padding: 0 1% 3% 1%;
	border-radius: 15px;
}
/*END POPUP*/

/*xCalendar*/
div.calendar{
	display: table;
	margin: 0 atuo;
	border: solid 1px rgba(255,255,255,0.2);
	border-radius: 10px;
	height: 346px;
	background-color: rgba(0,0,0,0.52);
	min-width: 296px;
}
div.calendar div.cbody{
	position: relative;
}
div.calendar div.crow {
	display: table-row;
	width: auto;
	clear: both;
	position: relative; /*v2*/
	overflow-x: hidden;
}
div.calendar div.head div.ccol {
    color: rgba(255,255,255,1);
    /*background-color: rgba(0,0,0,0.9);*/
}
div.calendar div.head div.ccol.lnk {}
div.calendar div.head a.lnk {
	color: rgba(255,224,0,1);
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
/*display: inline-block;*//*v_x2*/
display: table;/*v_x2*/
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all 0.2s linear 0s;
	position: relative;
	z-index: 1;
	/*margin: 2.5% auto;*/
	box-shadow: 0 0 1px 1px rgba(255,255,255,0.6);
}
div.calendar div.head a.lnk.disabled {
	color: rgba(255,224,0,0.6);
	opacity: 0.6;
}
div.calendar div.head a.lnk:not(.disabled):hover {
	color: rgba(255,224,0,1);
	background-color: rgba(0,0,0,1);
	transition: all 0.2s linear 0s;
}
div.calendar div.head a.lnk span {
	/*background-color: rgba(0,0,0,1);*/
}
div.calendar div.head a.lnk span:before {
	/*display: inline-block;*/
	content: " ";
	/*width: 98px;*/
	width: 96%;
	height: 44px;
	/*vertical-align: middle;*/
	margin: 0 auto;
	transition: all 0.1s linear 0.4s;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;
	background-color: rgba(0,0,0,1);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
}
div.calendar div.head a.lnk:not(.disabled):hover span:before,
div.calendar div.head a.lnk:not(.disabled):hover span {
	/*transition: all 0.1s linear 0.1s;*/
	/*background-color: rgba(0,0,0,1);*/
}
div.calendar div.head a.lnk:before,
div.calendar div.head a.lnk:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -5;
	background-color: rgba(255,224,0,0.6);
	transform: scale(0);
	transform-origin: 100% 100%;
	transition: all 0.2s linear 0s;
}
div.calendar div.head a.lnk:before {}

div.calendar div.head a.lnk:after {
	top: 0;
	right: 0;
	left: auto;
	transform-origin: 0 0;
}
div.calendar div.head a.lnk:not(.disabled):hover:before,
div.calendar div.head a.lnk:not(.disabled):hover:after {
	transform: scale(1);
	transition: all 0.2s linear 0s;
}
div.calendar div.head a.lnk:not(.disabled):hover:after {}
div.calendar div.head div.crow div {
	background-color: rgba(0,0,0,0.75);
}
div.calendar div.head div.crow:first-of-type {
	border-radius: 10px 10px 0 0;
}
div.calendar div.head div.crow:first-of-type>div {
	/*width: 28.5%;*/
	width: 104px;
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(0,0,0,0.95);
	display: table;
	overflow: hidden;
}
div.calendar div.head div.crow:first-of-type div.ccol{
	padding: 0;
	min-height: 50px;
}
div.calendar div.head div.crow:nth-of-type(2) div.ccol{
	color: rgba(255,255,255,0.6);
	font-size: 1.12em
}
div.calendar div.head div.crow:first-of-type div span {
	vertical-align: middle;
	/*display: inline-block;*//*v_x2*/
	display: table-cell;
}
div.calendar div.head div.crow:first-of-type div:first-child {
	border-radius: 10px 0 0 0;
}
div.calendar div.head div.crow:first-of-type>div:last-child {
	text-align: right;
	border-radius: 0 10px 0 0;
}
div.calendar div.head div.crow:first-of-type>div:nth-child(2) {
	/*width: 43%;*/
	width: 156px;
	text-align: center;
	font-size: 0.9em;
}
div.calendar div.head div.crow:first-of-type>div:nth-child(2)>div:first-child {
	border-bottom: solid 1px rgba(255,255,255,0.4); 
}
div.calendar div.head div.crow:first-of-type>div:nth-child(2) span {
	display: inline-block;
	vertical-align: middle;
}
div.calendar div.ccol {
	display: inline-block;
	display: table-cell;
	float: left;
	width: 40px;
	height: 30px;
	/*background-color: rgba(0,0,0,0.6);*/
	text-align: center;
	vertical-align: middle;
	border: solid 1px rgba(255,255,255,0.1);
    border-top-color: rgba(255, 255, 255, 0.1);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.1);
	/*position: relative;*//*v2*/
	cursor: default;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	padding: 5px;
}
div.calendar div.cbody div.crow:last-of-type div.ccol:first-of-type {
	border-radius: 0 0 0 10px;
}
div.calendar div.ccol>span {
	min-height: 30px;
	vertical-align: middle;
	transition: all 0.4s linear 0s;
}
div.calendar div.ccol.disabled {
	border-color: rgba(0,0,0,0);
	opacity: 0.6;
}
div.calendar div.ccol.has-events {
	color: rgba(255,224,0,1);
	cursor: pointer;
	border-color: rgba(255,225,255,0.4);
	background-color: rgba(0,0,0,0.9);
}
div.calendar div.ccol.has-events:hover {
	/*font-size: 1.2em;*/
}
div.calendar div.ccol.has-events:hover>span {
	opacity: 0.5;
	font-size: 1.6em;
	transition: all 0.1s linear 0s;
}
div.calendar div.ccol.has-events:hover > div.cttip{
	/*display: block;*/
	display: table-cell;
	z-index: 8500;
}
div.calendar div.ccol:nth-child(n+5):hover > div.cttip{
	/*left: -300%;*//*v2*/
	text-align: right;/*v2.1*/
}
div.calendar div.cttip{
	display: none;
	position: absolute;
	/*top: 100%;*/
	left: 0;
	background-color: rgba(0,0,0,0.9);
	min-width: 100%;
	/*width: 400%;*//*v2*/
	width: 100%;/*v2*/
	text-align: left;
	z-index: 99;
	
}
div.calendar div.cttip ul{
	padding: .4em;
	list-style-type: none;
	margin: 0;
}
div.calendar div.cttip a{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
	display: block;
	width: 100%;
}
div.calendar div.cttip a:hover{
	color: rgba(255,255,255,1);
}
div.calendar div.cttip li:not(:last-of-type){
	border-bottom: solid 1px rgba(255,255,255,0.4);
	margin-bottom: 2px;
	padding-bottom: 2px;
}
/*END xCalendar*/
/*C-PANEL*/
section#cpanel {
	min-height: 400px;
	width: 100%;
	text-align: center;
	min-width: 320px;
}

section#cpanel>div>div,
section#cpanel>div {
	min-width: 260px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
section#cpanel>div>div {}
section#cpanel > div:not(:first-of-type)>div,
section#cpanel>div:not(:first-of-type) {
	/*border: solid 1px rgba(255,255,255,1);*/
	/*border-radius: 10px;*/
	/*background-color: rgba(255,255,255,0.3);*/
	min-height: 344px;
}
section#cpanel>div:not(:first-of-type) {
	width: 588px;
}
section#cpanel > div:not(:first-of-type)>div{
	max-width: 300px;
	width: 290px;
	height: 344px;
	/*display: block;*/
	/*height: 168px;*/
	/*margin: 0 0 5px 0;*/
}
section#cpanel > div:not(:first-of-type)>div:first-child{
	/*margin: 0 0 5px 0;*/
	margin-right: 1px;
}
#cpanel_lv,
#cpanel_la {
	position: relative;
	overflow: hidden;
}
#cpanel_lv {}
#cpanel_la {
	background-color: rgba(0,0,0,0.9);
	border-radius: 10px;
}
#cpanel_la>div{
	height: 50%;
	margin-top: 25%; 
}
#cpanel_la img {
	width: 260px;
	max-width: 100%;
	height: auto;
}
#cpanel_la>div.list-item{
	background-color: transparent!important;
}
#cpanel_la div.storeLink{
	margin: 10px 0;
}
div.list #cpanel_lv div.list-item.list-item-thumb,
div.list #cpanel_la div.list-item.list-item-thumb {
	width: 96%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#cpanel_lv div.inner {
	width: 100%;
	height: 100%;
}
#cpanel_lv a.img-thumb>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#cpanel_lv a.img-thumb img.img-thumb-btn {
	position: relative;
	top: 32%;
	margin-top: -32px;
}
/*END C-PANEL*/

/*CUST PRELOADER*/
/*
#preloader.on {
	transform: scale(1,1);
	visibility: visible;
	opacity: 1;
	transition: all 1s linear 0.5s;
}

#preloader:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.4);
	background-image: url('../images/tpl/bg-pattern_tp.png');
	transform-origin: 0 0;
	z-index: -1;
	
	transition: all 1s linear 0s;
	transform: scaleY(0);
	visibility: hidden;
}
#preloader.on:after {
	transform: scaleY(1);
	visibility: visible;
	transition: all 1s linear 0s;
*/
/*END CUST PRELOADER*/

/*END PRELOADER*/

/*BTNS*/
.btn {
	display: inline-block;
	min-width: 25px;
	min-height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	vertical-align: middle;
	/*font-weight: bold;*/
	font-size: 0;
	/*background-color: rgba(255,224,0,1);*/
	background-color: #545454;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.btn a {
	display: inline-block;
	vertical-align: middle;
	/*padding: 0.4em 0.6em;*/
	padding: 0.4em 3em 0.4em 0.4em;
	/*cursor: url("../images/tpl/cursor_b.png") 0 0, pointer;*/
	cursor: pointer;
	position: relative;
	z-index: 1;
	text-decoration: none;
}
a.action {
	color: #545454;
}
.btn.cform {}
.btn.btn-txt {
	font-size: initial;
	width: auto;
	height: auto;
	color: #545454;
}
.btn.btn-txt:hover {
	color: #545454;
}
.btn.btn-w-icon {}
.btn.btn-w-icon:after,
.btn.btn-w-icon:before {
	background-size: auto 96%;
}
.btn.btn-w-icon.icon-r {
	/*padding: 0 10% 0 0;*/
	/*background-position: right center;*/
}
.btn.btn-w-icon.icon-r:after,
.btn.btn-w-icon.icon-r:before{
	background-position: 99% center;
}
.btn.btn-w-icon.icon-l {
	/*padding: 0 0 10% 0;*/
	/*background-position: left center;*/
}
.btn.btn-w-icon.icon-l:after,
.btn.btn-w-icon.icon-l:before {
	background-position: 1% center;
}
.btn.btn-w-icon.cform:after,
.btn.btn-w-icon.cform:before {
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-repeat: no-repeat;
	text-transform: uppercase;
	position: absolute;
	min-width: 2.2em;
	min-height: 1em;
	
	height: 60%;
	top: 50%;
	margin-top: -8.5%;
	background-position: right top;
	background-size: 200% 200%;
	right: 1%;
}
.btn.btn-w-icon.cform:after {
	background-image: url('../images/tpl/icons/buttons/icon_mail.png');
	opacity: 0;
	/*right: 0;*/
	background-position-y: bottom;
	/*background-size: auto 10%;*/
}
.btn.btn-w-icon.cform:before {
	background-image: url('../images/tpl/icons/buttons/icon_mail.png');
	opacity: 1;
}
.btn.btn-w-icon.cform:hover:after {
	opacity: 1;
}
.btn.btn-w-icon.cform:hover:before {
	opacity: 0;
}
/*END BTNS*/
/*CUSTOMS*/

/*SITEMAP*/
#site_map {}
#site_map ul {
	list-style-type: none;
	padding: 0;
}
#site_map ul li {
	margin: 0.2em 0.2em 0 0.2em;
	border: solid 1px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.35);
	padding: 0.1em 0 0.1em 0.5em;
}
#site_map a {
	text-decoration: none;
	color: #FFF;
}
#site_map a:hover {
	color: #DDD;
}
/*END SITEMAP*/