/* : :  : . .. ... site .. .. .. :  ::: */

html *
{
	outline: none !important;
}

blockquote::after
{
	content: '\201d';
}

blockquote::before
{
	content: '\201c';
}

blockquote
{
	padding: 0;
	border: 0;
	display: inline;
	font-style: italic;
}

h1,h2,h3
{
	margin: 0;
	padding: 0;
}

textarea.form-control
{
	resize: none;
}

.form label.error
{
	color: #f00;
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 0;
}

input[type=checkbox].privacyacceptance
{
	position: relative;
	margin: 0;
	margin-left: 5px;
	top: 3px;
}

.text-left
{
	text-align: left;
}

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

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

.no-padding
{
	padding: 0;
}


a.logo
{
	display: inline-block;
}

a.logo img
{
    width: 100%;
}

.top-navbar
{
	padding: 0;
}

#kOverlay
{
    display: none;
    position: fixed;
    opacity: 0.9;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999998;
}

#kPageLoading
{
    position: absolute;
    background: url('../SystemResources/loading-2.gif') center center no-repeat;
    z-index: 9999999;

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

    padding: 20px 100px;
}


.navbar-default
{
	background-color: transparent;
	border-color: transparent;
	border: none;
}

.navbar
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
}

@media (min-width: 768px)
{
	.navbar-nav
	{
		float: none;
		text-align: center;
	}

	.navbar-nav > li
	{
		float: none;
		display: inline-block;
	}
}

.b-lazy
{
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}

.b-lazy.b-loaded
{
	opacity: 1;
}

#cboxPrevious,
#cboxNext
{
	display: none !important;
}

#cboxCurrent
{
	display: none !important;
	left: 0 !important;
}

#cboxTitle
{
	text-align: left !important;
}

#cboxTitle .descr
{
	margin-left: 10px;
	color: #99827C;
	font-weight: bold;
}

/* : :  : . .. ... popuplist .. .. .. :  ::: */

.search-result.popuplist
{
	height: 30px;
	line-height: 30px;
	position: relative;
}

.search-result.popuplist .slide
{
	text-align: center;
}

.search-result.popuplist .slide a
{
}

.search-result.popuplist .recap
{
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
	left: 0;
}

.search-result.popuplist .recap-content
{
	text-align: center;
}

.search-result.popuplist .recap-content ul
{
	list-style: none;
	padding-left: 0;
}

.search-result.popuplist .recap-content a
{
	font-size: 14px;
	color: #666;
}


/* : :  : . .. ... slideshow .. .. .. :  ::: */

.slideshow
{

}

.slideshow .slides
{
	margin-bottom: 0;
}

.slideshow .slide
{
	position: relative;
	overflow: hidden;
	height: 700px;
}

.slideshow .slide img
{
	position: absolute;
}

@media (max-width: 860px)
{
	.slideshow .slide img
	{
		height: 100%;
		left: 50%;

		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 860px)
{
	.slideshow .slide img
	{
		width: 100%;
		top: 50%;

		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-height: 736px)
{
	.slideshow .slide
	{
		height: 530px;
	}
}

.slideshow .slide .overlay
{
	position: absolute;
	z-index: 1;
}

.slideshow .slide .overlay-text
{
}

.slideshow .slick-prev
{
	left: 10px;
}

.slideshow .slick-next
{
	right: 10px;
}

.slideshow .slick-prev:before, .slideshow .slick-next:before
{
}
/* 
.slideshow .slick-prev:before
{
content: url('../content/site/slide-prev.png');
}

.slideshow .slick-next:before
{
content: url('../content/site/slide-next.png');
}

.slideshow .slick-prev:hover,
.slideshow .slick-next:hover
{
opacity: 0.6;
}
*/
.slideshow .slick-dots
{
	position: absolute;
	left: 0;
	bottom: 10px;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.slideshow .slick-dots > li
{
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	text-indent: -999999px;
	/*background: url('../content/site/slide-paginator.png') no-repeat;*/
	width: 20px;
	height: 20px;
	opacity: 0.7;
}

.slideshow .slick-dots > li:hover
{
	/*background: url('../content/site/slide-paginator-hover.png') no-repeat;*/
}

.slideshow .slick-dots > li > span
{
	font-weight: bold;
}

.slideshow .slick-dots > li.slick-active
{
	opacity: 1;
}

.slideshow .slick-dots > li.slick-active > span
{
}


/* : :  : . .. ... actionbar .. .. .. :  ::: */

.action-bar
{
	padding: 8px 0;
	height: 55px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	/*background: url('../content/site/texture2.jpg');*/
}

.action-bar .action-bar-title
{
}

.action-bar a
{
	font-size: 14px;
}


/* : :  : . .. ... carouselbar .. .. .. :  ::: */

.carousel .slide
{
	position: relative;
	text-align: center;
	height: 250px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

.carousel .slide img
{
	position: absolute;
}

@media (max-width: 860px)
{
	.carousel .slide img
	{
		height: 100%;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 861px)
{
	.carousel .slide img
	{
		width: 100%;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-height: 736px)
{
	.carousel .slide
	{
		height: 150px;
	}
}

.carousel .slide .overlay
{
	position: absolute;
	z-index: 1;
}

.carousel .slide .overlay-link
{
	cursor: pointer;
}

.carousel .slick-prev
{
	left: 10px;
}

.carousel .slick-next
{
	right: 10px;
}

.carousel .slick-prev:before
{
	/*content: url('../content/site/slide-prev.png');*/
}

.carousel .slick-next:before
{
	/*content: url('../content/site/slide-next.png');*/
}

.carousel .slick-prev:hover,
.carousel .slick-next:hover
{
	opacity: 0.6;
}

.carousel .slick-dots
{
	position: absolute;
	left: 0;
	bottom: 10px;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.carousel .slick-dots > li
{
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	text-indent: -999999px;
	/*background-image: url('../content/site/slide-paginator.png');*/
	width: 20px;
	height: 20px;
	opacity: 0.7;
}

.carousel .slick-dots > li:hover
{
	/*background-image: url('../content/site/slide-paginator-hover.png');*/
}

.carousel .slick-dots > li > span
{
	font-weight: bold;
}

.carousel .slick-dots > li.slick-active
{
}

.carousel .slick-dots > li.slick-active > span
{
}

/* : :  : . .. ... blog post .. .. .. :  ::: */
.content-blogpost img.cover
{
	width: 100%;
	display: block;
}

/* : :  : . .. ... main post .. .. .. :  ::: */

.content-mainpost img.cover
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 33%;
	min-width: 200px;
}

.content-mainpost h1,
.content-mainpost h2,
.content-mainpost h3,
.content-mainpost .content
{
	display: inline;
}

.content-mainpost a.post-link
{
	display: block;
}

/* : :  : . .. ... post .. .. .. :  ::: */

.content-post img.cover
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 25%;
	min-width: 60px;
}

.content-post.cover-right img.cover
{
	float: right;
	margin-right: initial;
	margin-left: 10px;
}

.content-post h2,
.content-post h3,
.content-post .content
{
	display: inline;
}

.content-post a.post-link
{
	display: block;
}

/* : :  : . .. ... photogallery .. .. .. :  ::: */

.photogallery .photo-item
{
	overflow: hidden;
	/*padding-left: 0;
	padding-right: 0;*/
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent url('../SystemResources/lazy-loading.gif') center center no-repeat;
}

.photogallery .photo-item img
{
	max-width: 100%;
}

.photogallery .photo-item img.b-loaded
{
	width: 100%;
}

/* : :  : . .. ... videogallery .. .. .. :  ::: */

.videogallery .photo-item
{
	overflow: hidden;
	/*padding-left: 0;
	padding-right: 0;*/
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent url('../SystemResources/lazy-loading.gif') center center no-repeat;
}

.videogallery .photo-item img
{
	max-width: 100%;
}

.videogallery .photo-item img.b-loaded
{
	width: 100%;
}

.videogallery.videogallery-explose .photo-item
{
    display: block;
    position: relative;
}

.videogallery.videogallery-explose .photo-item .video-cover
{
    position: absolute;
    display: block;

    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    z-index: 1;
    background: url('../SystemResources/youtube.png') center center no-repeat;
    width: 50px;
    height: 50px;
}

.videogallery.videogallery-explose .photo-item .video-title
{
    position: absolute;
    display: block;

    left: 15px;
    right: 15px;
    bottom: 15px;

    z-index: 1;
    background-color: #000;
    color: #fff;
    min-height: 30px;

    opacity: 1;
    padding: 5px;
    text-align: center;
}

/* : :  : . .. ... footer .. .. .. :  ::: */

footer
{
	text-align: center;
}

.footer .footer-title
{
	font-weight: bold;
}

.footer .footer-subtitle
{

}

#backToTop
{
	width: 100px;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

footer .tagpage
{
	font-size: 11px;
	margin-top: 20px;
	font-family: Arial;
}

footer .tagpage h2
{
	font-size: 11px;
	display: inline;
	font-family: Arial;
	font-weight: bold;
}

/* : :  : . .. ... catalog .. .. .. :  ::: */

.catalog-item h1
{
	margin-bottom: 10px;
}

.catalog-item .catalog-img
{
	width: 100%;
	cursor: pointer;
}

.catalog-search .search-filters
{
	margin-bottom: 20px;
}

.catalog-search .filter-container
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.catalog-search .filter-container input[type=text],
.catalog-search .filter-container select
{
	border: 1px solid #ccc;
	height: 25px;
	padding: 3px;
	color: #666;
}

.search-result.menuverticalnews .menu-item
{
	background: url(../content/site/news.png) no-repeat 5px 2px;
}

.search-result.menuverticalnews .menu-item .news-date,
.search-result.menuverticalnews .menu-item .news-text
{
	padding-left: 30px;
}

.search-result.menuverticalnews .menu-item .news-text
{
	font-size: 14px;
	display: block;
}

.gallery-preview .photogallery-preview a.photo-items
{
	display: block;
}

/* : :  : . .. ... sticky footer .. .. .. :  ::: */
html
{
  position: relative;
  min-height: 100%;
}
/*
body
{
  margin-bottom: 350px;
}

.footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 350px;
}*/
.footer
{
	min-height: 300px;
}