body
{
	font-size: 8px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: auto;
	overflow-y: auto;
	margin: 0;
	min-width: 1020px;
}

p
{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
	
}

a
{
	text-decoration: none;
	color: #45669B;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
	font-family: Arial;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid;
	transition: all 0.3s;
}

a.vg_out_links
{
	color: #81898d;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;;
}

p.vg_body
{
	font-size: 12px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;;
}

table
{
	font-size: 16px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;;
}
.wrapper {
	min-width: 1000px;
	margin: auto;
	max-width: 1140px;
	padding: 0px;
	position: relative;
}
.header, .headertop, .headermiddle, .headerbottom {
	display: block;
	font-size: 15px;
	font-weight:400;
}
.headertop {
	background: #45669B;

	color: #FFF;
	padding: 5px 0 2px 0;
	height: 57px;

}
.headertop p {
	margin-bottom: 0;
}
.header {
	transition: all 0.3s;
}
.phones {
	float: left;
	padding-left: 207px;
	margin-top: 24px;
}
.phones i {
	color: #45669B;
    transition: all 0.3s;
    border-radius: 4px;
    background: #FFF;
    width: 30px;
    line-height: 16px;
    padding: 8px 0 6px 0;
	text-align: center;
}
.social {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 70px;
	top: 0px;;
}
.social a {
	color: #45669B;
	transition: all 0.3s;
	border-radius: 4px;
	background: #FFF;
	width: 30px;
	line-height: 25px;
	padding: 8px 0 6px 0;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	
}
.social a:hover {
	background: #dddddd;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
	color: #45669B;
}
.phones div, .phones a {
	display: inline-block;
}
.phones i {
	position: relative;
	top: 0px;
}
.phone {
	margin-right: 35px;
}
.phones a {
	color: #FFF;
	border-bottom: 1px solid #45669B;
	transition: all 0.3s;
}
.phones a:hover {
	border-bottom:1px solid #FFF;
	transition: all 0.3s;
	text-decoration: none;
}
.headermiddle {
	color: #FFF;
	min-height: 58px;
	z-index: 30;
	position: relative;
}
.headermiddle .wrapper {
	background: #45669B;

}
.headerbottom {
	background: #FFF;
	color: #45669B;
	font-size:18px;
	font-weight: bold;
	line-height: 26px;
	font-family: Calibri;
	min-height: 50px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	position: relative;
	z-index: 50;
}
.logo {
    margin-top: 0;
    padding-right: 225px;
    background-size: 50%;
    transition: all 0.3s;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.logo a {
	border-bottom: none;
}
.logo a:hover {
	border-bottom: none;
}
.logo img {
	width: auto;
	height: 100%;
	transition: all 0.3s;
}
.search, .lang {
	float: right;
}
.lang {
	font-size: 15px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
	position: relative;
	top: 0;
	float: right;
}
.lang a {
	color: #FFF;
	border-bottom: 1px solid #45669B;

}
.lang a:hover {
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
.searchbutt {
	float: right;
	color: #FFF;
	padding: 20px 0 0 0;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 30px; 
}
.searchbutt:hover {
	border-bottom: 1px solid #45669B;
	cursor: pointer;
	color: #E8AF0F;
}
.search input[type="submit"] {
	border: none;
	background: transparent;
	position: absolute;
	z-index: 100;
	left: 0;
	width:16px;
	top: -9px;
}
.search input[type="submit"]:hover {
	cursor: pointer;
	border: none;
	background: transparent;
	position: absolute;
	z-index: 100;
	left: 0;
	width:16px;
	color: #DDD;
}
.sbut {
	position: absolute;
	right: 8px;
	top: 7px;
}
.sbut:hover i {
	color: #666;transition: all 0.3s;
}
.search {
	background: #FFF;
	width: 250px;
	height: 30px;
	border-radius: 4px;
	margin-top: 28px;
	margin-right: 0px;
	position: absolute;
	display: none;
	right: 20px;
	top: 45px;
	margin-left: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.searchclose {
	position: absolute;
	left: -20px;
	top: 2px;
	color: #000;
	border-bottom: none;
}
.searchclose:hover {
	border-bottom: none;
}
.sbut i {
	position: relative;
	color: #000;
	z-index: 1;
	transition: all 0.3s;
	top: 2px;
}
.search input[type="text"] {
	width: 250px;
	border: none;
	border-radius: 4px;
	padding: 8px 20px 7px 10px;
	transition: all 0.3s;
	background: #FFF;
	color: #000;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;;
	line-height: normal;
	font-weight: normal;
	font-size: 12px;
}
.search input[type="text"]:focus {
	outline: none;
	border: none;
	background: #ddd;
	transition: all 0.3s;
}
.lang span {
	display: none;
}
.navi {
	display: inline-block;
	width: 100%;
}
.navi a {
	text-transform: uppercase;
	display: block;
	width: auto;
	border-bottom: none !important;
	padding: 10px 0 !important;
}
.navi li:hover {
	text-decoration: underline;
}
.navi li {
	width: 20%;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0 !important;
	margin: 8px 0;
}
.navi li:first-of-type {
	border-left: none;
}
.navi li:last-of-type {
	border-right: none;
}
@media screen and (max-width: 1380px) {
	.photogal .photos img {
		max-height: 145px !important;
	}
	.lang a {
		color: #FFF;
		border-bottom: 1px solid #45669B;
	}
	.lang a:hover {
		border-bottom: 1px solid #FFF;
		color: #FFF;
	}
	.lang {
		line-height: 85px;
		z-index: 60;
		position: relative;
	}
	.search input[type="text"], .search input[type="text"]:focus {
		border: 1px solid #000;
	}
	
	.search {
		z-index: 60;
		margin-right: 0;
	}
	.mainlinks img {
		margin-bottom: 40px !important;
	}
	.mainlinks p {
		width: calc(100% - 110px) !important;
		font-size: 12px !important;
	}
	#slider .bx-slider-preset-4 .bx-advertisingbanner-content {
		padding: 0% 12% !important;
		bottom: 75px;
		top: auto;
	}
	#slider .theme-default a.nivo-prevNav {
		left: 10px !important;

	}
	#slider .theme-default a.nivo-nextNav {
		right: 10px !important;

	}
    
}
@media screen and (max-width: 1150px) {
	.search {
		margin-top: 5px;
		z-index: 60;
		margin-right: 0;
	}
	
	.photogal .photos img {
		max-height: 135px !important;
	}
	.headerbottom span {
		font-size: 16px;
	}
	.scrollToTop {
		right: auto;
		left: 20px;
	}
	#horizontal-multilevel-menu-bottom li a {
		font-size: 13px;
	}

}
#slider {
	background: #CCC;
	width: 100%;
	z-index: 10;
	position: relative;
	overflow: hidden;
}
.mainline {
	width: 100%;
	background:#81b700;
	height: 25px;
	position: relative;
	z-index: 60;
}
.footer {
	background: #45669B;
	min-height: 100px;
}
.footlogo {
	width: 135px;
	height: 37px;
	
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 10px;
}
.newsname {
	display: none;
}
.mainpage .newsname {
	color: #FFF;
	text-transform: uppercase;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 22px;
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	background: #81b700;
	border-radius: 10px;
	margin-right: 50px;
	font-weight: normal;
	position: absolute;
	right: 125px;
	bottom: -25px;
	z-index: 100;
	width: 180px;
	border-bottom: none;
}
.mainpage .newsname:hover {
	border-bottom: none;
}
.theme-default .nivo-controlNav {
	bottom: 15px;
	left: 50%;
	width: 200px;
	text-align: center;
	margin-left: -100px;
}
#slider .bx-advertisingbanner-text-title {
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 0;
	text-align: center;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}
#slider .bx-slider-preset-4 .bx-advertisingbanner-content {
	padding: 21.3% 23%;
}
.theme-default .nivo-controlNav a {
	background: #FFF;
	border: 3px solid #FFF;
	width: 15px;
	height: 15px;
	transition: all 0.3s;
}
.theme-default .nivo-controlNav a.active, .theme-default .nivo-controlNav a:hover {
	background: #45669B;
	border: 3px solid #FFF;
	transition: all 0.3s;
}
#slider .nivo-directionNav {
	max-width: 80%;
	margin: auto;
	display: none;
}
#slider .theme-default a.nivo-prevNav {
	left: 15%;
	
}
#slider .theme-default a.nivo-nextNav {
	right: 15%;
	
}
#slider .theme-default .nivo-directionNav a {
	opacity: 0.7;
}
#slider .nivo-directionNav a {
	bottom:60px;
	top: auto;
	width: 118px;
	height: 76px;
	opacity: 0.5;
	transition: all 0.3s;
}
#slider .nivo-directionNav a:hover {
	opacity: 1;
	transition: all 0.3s;
}
#slider .theme-default .nivoSlider {
	margin-bottom: 0;
}
#slider .theme-default a.nivo-prevNav {
	background: url('images/prev.png')
}
#slider .theme-default a.nivo-nextNav {
	background: url('images/next.png')
}
.headertop p {
	line-height: 15px;	
}
.headertop .wrapper {
	transition: all 0.3s;
}
.hideline {
	background: #45669B;
	height: 10px;
	width: 500px;
	position: absolute;
	top: -5px;
	left: -283px;
	z-index: 0;
}
.hideline_r {
	background: #45669B;
	height: 10px;
	width:10px;
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 0;
}
.mainpage .maincontent {
	width: calc(100% - 650px);
	font-size: 16px;
	padding: 5px 20px 0 0;
	text-align: justify;
}
.notmainpage .maincontent {
	width: calc(100% - 360px);
	font-size: 18px;
	padding: 0px 0 40px 0;
	text-align: justify;
	float: left;
	min-height: 550px;
	
}
.notmainpage .maincontent td:nth-child(2n+1) img {
	margin-left: 0;
	margin-right: 10px;
}
.notmainpage .maincontent td:nth-child(2n) img {
	margin-left: 10px;
	margin-right: 0;
}
.notmainpage .maincontent td {
	vertical-align: top;
}
.notmainpage .maincontent td img {
	margin-bottom: 10px;
	
}
.notmainpage .maincontent td p {
	font-size: 14px;
}
.notmainpage .maincontent p {
	font-size: 18px;
	margin: 0 0 15px
}
.mainpage .maincontent p {
	font-size: 24px;
}
.rightnews {
	width: 325px;
	float: right
}
.leftmenu {
	width: 300px;
	float: right;
	z-index: 140;
	margin-left: 30px;
}
.rightnews .preview_picture {
	width: 140px;
	height: 110px;
}
.rightnews div.news-list img.preview_picture {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 0px;
	
}
.rightnews {
	margin: 3px 0;
	padding: 0;
}
.rightnews .news-list {

}
.rightnews .news-item {
	margin-top: 20px;
	margin-bottom: 0;
}
.news-date-time {
	font-size: 14px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.rightnews .news-item a {
	color: #000;
	font-size: 14px;
	transition: all 0.3s;
	border-bottom: 1px solid #FCF6EF;
	font-stretch: condensed;

	
}
.rightnews .news-item a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.mainpagelinks .news-item:hover .news-name {
	color: #FFF;

}
.newsarch {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
	transition: all 0.3s;
	border-bottom: 1px solid #e6e7e8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.newsarch:hover {
	border-bottom: 1px solid #000;
	transition: all 0.3s;
	text-decoration: none;
	
}
.linkholder {
	text-align: center;
	margin-top: 15px;
}
.mainpagelinks a, .mainpagelinks a:hover {
	border-bottom: none;
}
.mainpagelinks .news-item {
	width: calc(50% - 10px);
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 20px;
}
.mainpagelinks .news-item:nth-child(2n+1) {
	margin-right: 10px;
	
}
.mainpagelinks .news-item:nth-child(2n) {
	margin-left: 10px;
	
}
.mainpagelinks .news-item .preview_picture {
	width: 100%;
	min-height: 100%;
	height: auto;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
}
.mainpagelinks .news-name {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 10px 48px 10px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	transition: all 0.3s;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.mainpagelinks {
	margin-top: 30px;
}
.mainpagelinks .news-name:hover {
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;

}
.mainlinkbtn {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #FFF;
	margin-bottom: 5px;
}
.mainpagelinks .newstext {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 14px;
	padding: 15px;
	background: radial-gradient(ellipse, rgba(132,174,57,0.7), rgba(255,255,255,0));
	
}
.mainpagelinks .newstext p {
	font-size: 14px;
}
.mainpagelinks {
}
.blankpic {
	width: 100%;
}
.counter {
	border: 2px solid #FFF;
	padding: 0 10px;
	display: inline-block;
	margin-right: 10px;
}
table img {
	margin-right: 10px;
}
table td {
	padding-right: 10px;
}
#leaderboard {
	background: #f49f12;
	padding: 10px 10px 10px 20px;
}
#leaderboard h2 {
	font-size: 36px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.mainlinks {
	margin-bottom: 0px;
	margin-top: 20px;
}
.mainlinks a {
	display: inline;
}
.mainlinks img {
	display: inline-block;
	margin-bottom: 20px;
}
.mlimg:hover {
	border-bottom: none;
}
.mlimg {
	border-bottom: none;
}
.mainpage .maincontent .mainlinks p {
	font-size: 14px;
    width: calc(100% - 140px);
    vertical-align: middle;
    display: inline-block;
	margin-left: 5px;
	
}
#leaderboard table td p {
	font-size: 14px;
}
#leaderboard table td {
	vertical-align: top;
	font-size: 14px;
}
#leaderboard table td img {
	width: 100%;
	margin: 0 0 5px 0;
}
.social.bottom {
	line-height: normal;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	float: none;
	text-align: center;
	right: auto;
	margin-top: 30px;
}
.social.bottom > div {
	margin-bottom: 15px;
	margin-left: 5px;
}

input[type="text"], textarea, input[type="password"]  {
	border-radius: 3px;
	padding: 8px 10px 7px 10px;
	border: 1px solid #000;
	resize: none;
}
select {
	padding: 8px 10px 7px 10px;
	border: 1px solid #000;	
}
input[type="submit"] {
	border-radius: 3px;
	padding: 8px 10px 7px 10px;
	border: 1px solid #45669B;
	background: #45669B;
	color: #FFF;
	transition: all 0.3s;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
input[type="submit"]:hover {
	background:#45669B;
	border: 1px solid #45669B;
	color: #FFF;
	transition: all 0.3s;
	cursor: pointer;
	opacity: 0.7;
}
input:focus {
	outline: none;
}
div.search-popup {
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	border: none;
	font-size: 12px;
	padding: 0;
}
div.search-popup-row, div.search-popup-row-active {
	padding: 5px 10px 4px 10px;
}
h1.maintitle {
	color: #45669B;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}
.bx-newslist-block {
	padding: 0 3px;
}
.bx-newslist .btn {
	background: #81b700;
	border-radius: 3px;
	padding: 8px 10px 7px 10px;
	border:1px solid #81b700;
	font-size: 14px;
}
.bx-newslist .btn:hover {
	background: #45669B;
	border: 1px solid #45669B;
	color: #FFF;
	
}
.smi.news-list .btn {
	background: #45669B;
	border-radius: 3px;
	padding: 8px 10px 7px 10px;
	border:1px solid #45669B;
	font-size: 14px;
	display: block;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.smi.news-list .btn:hover {
	background: #E2A3A3;
	border: 1px solid #E2A3A3;
	color: #000;
	
}
.curpage .bx-breadcrumb-item {
	display: none;
}
.curpage .bx-breadcrumb-item.visible {
	display: block;
}

.curpage .bx-breadcrumb .bx-breadcrumb-item {
	float: none;
	text-align: left;
}
.curpage .bx-breadcrumb .bx-breadcrumb-item span {
	color: #45669B;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.1;
	font-size: 24px;
	display: inline-block;
	text-transform: uppercase;
	width: 100%;
}

.bx-breadcrumb {
	margin-bottom: 0;
	margin-top: 5px;
}
.bx-breadcrumb i {
	float: left;
}
.bx-newsdetail-block {
	padding: 0 1px;
}
#contacts td {
	vertical-align: top;
}
#contacts div.mf-name input, div.mf-email input, #contacts textarea {
	width: 100%;
}
#contacts div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
	width: 100%;
}
#contacts textarea {
	height: 150px;
}
.scrollToTop{
	width:42px; 
	height:42px;
	text-align:center; 
	color: #CCC;
	text-decoration: none;
	position:fixed;
	bottom:40px;
	right:40px;
	display:none;
	transition: none;
	z-index: 199;
}
.scrollToTop:hover, .scrollToTop:focus {
	border-bottom: none;
	color: #AAA;
}
.mf-captcha img {
	margin-left: 0 !important;
}
.bx-breadcrumb .bx-breadcrumb-item:nth-child(1) i {
	display: none;
}
.catalog-section-list ul {
	list-style: none;
	padding-left: 0;
}
.catalog-section-list ul li {
	margin-bottom: 10px;
}
.photogal .photos a:nth-child(3n+3) {
}
.photogal .photos img {
	width: 100%;
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.photogal .photos a:hover {
	border-bottom: none;
}
.photogal .photos a {
    width: calc(33.33333333% - 20px);
    height: 150px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.photodescr {
	margin-top: 5px;
	line-height: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	color: #000;
	background: #f49f12;
	opacity: 0;
	transition: all 0.3s;
}
.photogal .photos {
	clear: both;
}
.photogal .photos1 {
	clear: both;
}
.grid-item:hover .photodescr {
	opacity: 1;
	transition: all 0.3s;
	color: #FFF;
}
.photogal .photos1 img {
	width: auto;
	height: auto;
	max-height: 215px;
}
.photogal .photos1 a:hover {
	border-bottom: none;
}
.photogal .photos1 a {
	width: calc(33.3333% - 20px);
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: none;
	text-align: center;
	outline: none;
	font-size: 14px;
	overflow:hidden;
	position: relative;
}


.var {
	margin: 15px 0px;
	display: block;
	clear: both;
}
.photogal .photos2 a {
    width: calc(33.3333% - 20px);
    height: 32.3333%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
.photogal .photos2 img {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
	transform: translate(-50%, 0);

}
.maincontent img {
	max-width: 100%;
	height: auto;
}
.leftmenu.fixed {

}
.fas.fa-phone {
	margin-right: 5px;
}
.fas.fa-envelope {
	margin-left: 15px;
}
.mainlinks h2 {
	margin-bottom: 20px;
}
.mainlinks table {
	background: #E2A3A3;
	margin-bottom: 0px;
	position: relative;

}
.mainlinks table td {
	padding: 15px 30px 0 30px;
	vertical-align: top;
}
.mainlinks h3 {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 30px;
}
.curflag {
	position: absolute;
	top: 15px;
	left: 200px;
}
#horizontal-multilevel-menu-bottom li a {

}
.left-menu.sections li {
	margin-bottom: 0;
}
.product-item-detail-short-card-fixed, .product-item-detail-tabs-container-fixed {
	display: none !important;
}
.product-item {
	border: 1px solid #DDD;
}
.product-item-info-container {
	display: none !important;
}

.product-item-image-wrapper, .product-item-image-wrapper:hover {
	text-decoration: none;
	border-bottom: none;
}
.product-item-title {
	position: absolute;
	right: 1px;
	bottom: 1px;
	color: #FFF;
	background: #81b700;
	margin-bottom: 0;
	z-index: 130;
	padding: 4px 10px 5px 10px;
	font-size: 14px !important;
	font-weight: bold;
	transition: background 0.3s;
	white-space:normal;
	text-align:right;
}
.product-item-big-card .product-item-title a {
	color: #FFF;
	font-size: 14px;
}
.product-item-big-card .product-item-title a:hover {
	text-decoration: none;
	border-bottom: none;
}
.product-item-big-card .product-item-image-wrapper {
	margin-bottom: 0;
}
.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	background: #45669B;
	transition: background 0.3s;
	right: 0;
	bottom: 0;
}
.bx-section-desc.bx-blue {
	margin-bottom: 25px;
}
.sectcontrols {
	margin-bottom: 40px;
	text-align: center;
}
.sectcontrols a {
	display: inline-block;
	background: #81b700;
	padding: 15px 25px;
	border-radius: 23px;
	color: #FFF;
	width: 250px;
	text-align: center;

}
.sectcontrols a:first-of-type {
	margin-right: 70px;
}
.sectcontrols a:last-of-type {
	margin-left: 70px;
}
.sectcontrols a:hover {
	border-bottom: 1px solid transparent;
	color: #FFF;
	background: #45669B;
}
#horizontal-multilevel-menu-bottom ul li ul {
	display: none;
}
.product-item-detail-pay-block, .product-item-detail-tabs-container {
	display: none;
}
ul {
	padding-left: 20px;
}
.preview {
	margin-bottom: 30px;
}
.bx-catalog-element .sectcontrols {
	text-align: left;
	margin-top: 50px;
	margin-left: 20px;
	float: left;
}
.bx_sitemap {
}
.bx_sitemap .bx_sitemap_li_title a {
	font-size: 18px;
	color: #000;
	line-height: 25px;
}
.row.product-item-list-col-3 {
	margin-bottom: 30px;
}
.sectcontrols.bottom {
	margin-top: 80px;
}
.product-item-image-original, .product-item-image-alternative {
	background-size: cover;
}
.fixed.fixed_stop {
}
.catc {
	margin-left: 0 !important;
}
.form-table  input[type="submit"] {
	padding-left: 25px;
	padding-right: 25px;
}
.product-item:hover .product-item-title {
	background: #45669B;
}
.form-table input[type="text"], .form-table textarea, .form-table select {
	width: 400px;
	border-radius: 3px;
}
.bx_sitemap {
	margin-bottom:0px;
}
.left-menu li {
	position:relative;
}
.left-menu .arrow {
	color:#000;
	position:absolute;
	right:10px;
	top:10px;
	z-index:40;
	
}

.left-menu .arrow:hover {
	cursor:pointer;
	color:#000;
}
.left-menu .arrow:before {
	content:"\25BC";
}
.left-menu .arrow.open:before {
	content:"\25B2";
}
ul.left-menu li ul {
	display:none;
}
.catal .leftmenu {
	position:relative !important;
}
.catalog-top a {
	font-size:18px;
}
div.catalog-top table td {
	padding:0;
}
.catalog-section.portfolio a {
	font-size:18px;
	margin-top:10px;
	display:inline-block;
}

.header .wrapper {
}
.maincontent {
	position: relative;
}
.maincontent_box {
	position: absolute;
	top: 25px;
	left: -25px;
	width: 15px;
	height: 45px;
	background: #E8AF0F;
	display: none;
}
.header.fixed .headerlocker {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	z-index: 101;
	transition: all 0.3s;
}
.header.fixed {
	height: 60px;
	transition: all 0.3s;
}

.header.fixed .headertop .wrapper {
	height: 0;
	padding: 0;
	transition: all 0.3s;
}
.header.fixed .logo img {
	height: 100%;
	width: auto;
	transition: all 0.3s;	
}
.header.fixed .logo {
	padding-right: 125px;
	top: 0;
	transition: all 0.3s;
	height: 90px;
	background-position: right 10px;
}
.header {
	position: relative;
}
.nivo-controlNav {
	display: none;
}
.imap {
	position: relative;
	min-height: 300px;
}
.imap img {
	width: 100%;
	height: auto;
}
.imap a {
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	z-index: 50;
	text-transform: uppercase;
	text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-bottom: none;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.2);
	padding: 10px 15px;
	
}
.imap a:hover {
	border-bottom: none;
	color: #FFF;
	background: rgba(0,0,0,0.5) !important;
}
.imapoverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.imap:hover .imapoverlay:hover {
	background: rgba(0,0,0,0.2);
	transition: all 0.3s;
}
.imap:hover a {
	background: rgba(0,0,0,0.1)
}
.asmoreyouknow {
	padding: 12px 10px 20px 10px;
}
.joinus {
	padding: 12px 10px 0px 10px;
	
}
.asmoreyouknow h2, .joinus h2 {
	color: #45669B;
	font-weight: bold;
}
.rightnews h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #45669B;
	position: relative;
	padding-bottom: 15px;
	background: #FFF;
}
.rightnews h2:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:1px;
    z-index:-1;
	left: 0;
    transform:scale(.9);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}
.rest, .visitshop {
	position: relative;
}
.rest img {
	width: 100%;
}
.rest h2  {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	text-align: center;
	padding: 35px 0;
	color: #FFF;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.visitshop a {
	color: #FFF;
}
.visitshop h2  {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	text-align: center;
	padding: 35px 0;
	color: #FFF;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
a.newspict {
	width: 70px;
	height: 70px;
	background-size: cover !important;
	display: block;
	border-radius: 35px;
	border: 5px solid #FFF !important;
	z-index: 25;
	position: relative;
}
a.newspict:hover {
	
}
.newspicholder {
	display: inline-block;
	border-radius: 45px 0 0 45px;
	padding: 10px;
	width: 90px;
	height: 90px;
	background: linear-gradient(90deg, #45669B 50%, #FCF6EF 50%);
	float: left;
	position: relative;
	transition: all 0.3s;
}
.newspicholder_low {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 50%;
	background: linear-gradient(0deg, #043319 50%, transparent 50%);
	transition: all 0.3s;
	z-index: 20;
	border-radius: 45px 0 0 45px; 
}
.newstextholder {
	display: inline-block;
	width: calc(100% - 90px);
	background: #FCF6EF;
	padding-left: 0px;
	height: 90px;
	border-right: 15px solid #E8AF0F;
	transition: all 0.3s;

}
.newstextholder a {
	font-size: 13px !important;
}
.news-date-time {
	color: #45669B;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.news-item:hover .newspict {

}
.news-item:hover .newstextholder {
	border-right: 25px solid #E8AF0F;
	transition: all 0.3s;
}
.news-item:hover .newspicholder {

	transition: all 0.3s;
} 
.news-item:hover .newspicholder_low {
	opacity: 0;
	transition: all 0.3s;
}
.gridlinks {
	margin-top: 30px;
}
.gridlinks .news-item, .grid-sizer {

	position: relative;
	float: left;
}
.gridlinks .news-item img {
	width: 100%;
	height: auto;
}
.gridlinks .news-name {
	display: none;
}
.gridlinks .newstext {
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #FFF;
	background: rgba(0,0,0,0.7);
	padding: 5px 10px;
	font-size: 12px;
	width: 100%;
}
.gridlinks .news-item:hover img {
	transition: all 0.3s;
	opacity: 0.8;
}
.gridlinks .newstext b, .gridlinks .newstext strong {
	color: #D3D80A;
	font-weight: normal;
	font-size: 14px;
}
.gridlinks .news-item:nth-of-type(1), .gridlinks .news-item:nth-of-type(6) {
	width: 540px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.gridlinks .news-item:nth-of-type(6) {
	position: absolute;
	bottom: 0px;
}
.gridlinks .news-item:nth-of-type(2) {
	margin-bottom: 20px !important;
}
.gridlinks .news-item:nth-of-type(2), .gridlinks .news-item:nth-of-type(4) {
	width: 360px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.gridlinks .news-item:nth-of-type(3), .gridlinks .news-item:nth-of-type(5) {
	width: 260px;
	margin-bottom: 10px;
}
.asknowholder {
	position: relative;
}
.knowmore {
	display: inline-block;
	background: url(images/morebtn.png) center no-repeat;
	background-size: cover;
	padding: 0 10px 0 110px;
	color: #FFF;
	width: 281px;
	font-size: 18px;
	line-height: 67px;
	border-bottom: none;
	margin-top: 10px;
	transition: all 0.3s;
}
.knowmore:hover {
	border-bottom: none;
	color: #FFF;
	background: url(images/morebtnh.png) center no-repeat;
	transition: all 0.3s;
}
.mainlinkbtn {
	background: #E8AF0F;
	padding: 5px 10px 5px 45px;
	border-radius: 4px;
}
.mainlinkbtn:hover {
	background-color: #F39811 !important;
}
.mainlinkbtn.basket {
	background: url(images/basket.png) left center no-repeat #E8AF0F;
	background-size: contain;
}
.mainlinkbtn.home {
	background: url(images/home.png) left center no-repeat #E8AF0F;
	background-size: contain;
}
.mainlinkbtn.marker1 {
	background: url(images/mark.png) left center no-repeat #E8AF0F;
	background-size: contain;
}
.mainlinkbtn.arrow {
	background: url(images/arrow.png) left center no-repeat #E8AF0F;
	background-size: contain;
}
.footerleft {
	width: 66.66666666%;
	display: inline-block;
	font-size: 24px;
	color: #FFF;
	position: relative;
	height: 300px;
}
.footerright {
	width: 33.333333333%;
	display: inline-block;
	float: right;
}
.footerleftcontent {
	position: absolute;
	width: 650px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footeraddress a {
	color: #FFF;
}
.bx-breadcrumb h2 {
    font-size: 24px;
    font-weight: bold;
    color: #45669B;
    position: relative;
    background:#EDEDED ;
	line-height: 40px;
	padding-left: 15px;
}
.maintitle {
    font-size: 24px;
    font-weight: bold;
    color: #45669B;
    position: relative;
    background:#EDEDED ;
	line-height: 40px;
	padding-left: 15px;
}	

.notmainpage .bx-advertisingbanner-text-title {
	top: 25% !important;
	font-size: 48px !important;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-right: 0;
}
ul.left-menu li ul li a {
	color: #000;
}
ul.left-menu li ul li a:hover, ul.left-menu li ul li.item-selected a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#intermap {
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 100;
}
#mappage .maincontent {
	width: 100%;
}
#mappage .leftmenu {
	display: none;
}
#mappage .maincontent {
	padding-bottom: 0;
}
.albpicholder {
	position: relative;
	height: 170px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
}
.albpicholder img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}
.catalog-top td img {
	margin: 0 !important;
}
.catalog-top td:nth-child(2n) .albpicholder {

}
.albdetails {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	width: 100%;
	text-align:left;
}
.albdetails a {
	color: #FFF;
	font-size: 14px;
}
.catalog-top > table, .catalog-top > table table {
	width: 100%;
}
.albdetails:hover {
	color: #FFF !important;
	
}
.albpicholder:hover img {
	opacity: 0.8;
	transition: all 0.3s;
}
.photoalbums .news-item {
	width: calc(33.33333333% - 20px);
	float: left;
	margin-right: 20px;
	overflow: hidden;
	height: 170px;
	position: relative;
	margin-bottom: 20px;
}
.photoalbums .news-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);	
	transition: all 0.3s;
	min-height: 100%;
}
.photoalbums .news-item:hover img {
	opacity: 0.8;
	transition: all 0.3s;
}
.excursions .news-item:nth-child(2n+1) {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	overflow: hidden;
	height: 380px;
	position: relative;
	margin-bottom: 20px;
}
.excursions .news-item:nth-child(2n) {
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
	overflow: hidden;
	height: 380px;
	position: relative;
	margin-bottom: 20px;
}
.excursions .news-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);	
	transition: all 0.3s;
}
.excursions .news-item:hover img {
	opacity: 0.8;
	transition: all 0.3s;
}

.allnews .news-item {
	width: calc(50% - 20px);
	margin-right: 20px;
	position: relative;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	
}
.allnewsname {
	text-align: left;
	color: #000;
}
.newspichold {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}.allnews .news-date-time {
	color: #000;
	font-weight: normal;
	padding-top: 5px;
}
.allnews .news-item img {
	position: absolute;
	height: auto;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.partnertable td {
	width: 50%;
}
.partnertable img {
	margin-bottom: 40px !important;
}
.partnertable a:hover, .partnertable a {
	border: none;
}
.oblectsections ul {
	list-style: none;
	padding: 0;
}
.oblectsections li {
	width: calc(50% - 10px);
	margin-right: 10px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 380px;
}
.oblectsections li:nth-child(2n) {
	margin-right: 0;
	margin-left: 10px;
}
.oblectsections li img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}
.oblectsections li:hover img {
	opacity: 0.8;
	transition: all 0.3s;
}
.bx_catalog_tile_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 10px;
	background: rgba(0,0,0,0.7);
}
.bx_catalog_tile_title a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.object img {

	height: auto;
}
.objim img {
	width: 100%;
}
.rightobjects .news-item a {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: none;
	transition: all 0.3s;
}
.rightobjects .news-item a:hover {
	border: none;
	transition: all 0.3s;
	opacity: 0.8;
}
.rightobjects img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
}
.rightobjects {
	font-style: italic;
}
ul.left-menu {
	margin-bottom: 20px;
}
.leaflet-sidebar > .leaflet-control {
	z-index: 7;
}
#sidebar img {
	width: 80%;
	height: auto;
	margin-top: 20px;
}
.leaflet-sidebar .close, .leaflet-sidebar .close:hover {
	border-bottom: none;
}
.leaflet-container a {
	color: #45669B !important;
	font-size: 24px;
}
#mappage h3 {
	font-size: 16px;
	color: #45669B;
	font-weight: normal;
	margin-bottom: 0;
}
.activities {
	padding-bottom: 20px;
}
.activity-selector span {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    vertical-align: top;
}
.activity-selector .icon.active {
    opacity: 1.0;
    filter: none;
}
.activity-selector > div {
	text-align: center;
	width: 125px;	
}
#map {
  width:960px;
  height:500px;
}
#legend {
  position: absolute;
  top: 3px;
  left: 780px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  z-index: 100;
  font-size: 1em;
  font-family: sans-serif;
  width: 165px;
  background: rgba(255,255,255,0.6);
}
.legendheading {
  position: relative;
  height: 25px;
  padding: 5px 2px 0px 2px;
  font-size: larger;
  font-weight: bold;
}
.legenditem {
  padding: 2px;
  margin-bottom: 2px;
}

/*Marker clusters*/
.marker-cluster-pie g.arc{
  fill-opacity: 0.5;
}
.marker-cluster-pie-label {
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}

/*Markers*/
.marker {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-radius:10px;
  margin-top: -10px;
  margin-left: -10px;
  border-style: solid;
  fill: #CCC;
  stroke: #444;
  background: #CCC;
  border-color: #444;
}
.marker div{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
}

/*marker categories*/
.category-museum{
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-hydro{
  fill: #00A0E3;
  stroke: #FFF;
  background: #00A0E3;
  border-color: #000;
}
.category-palace {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-usad {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-castle {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-church {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-vov {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-rest {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-sana {
  fill: #45669B;
  stroke: #FFF;
  background: #45669B;
  border-color: #000;
}
.category-oopt {
  fill: #FFF;
  stroke: #FFF;
  background: #FFF;
  border-color: #000;
}
.category-noopt {
  fill: #CCC;
  stroke: #FFF;
  background: #CCC;
  border-color: #000;
}
.category-strat {
  fill: #FFE500;
  stroke: #FFF;
  background: #FFE500;
  border-color: #000;
}
.category-cave {
  fill: #B65C26;
  stroke: #FFF;
  background: #B65C26;
  border-color: #000;
}
.category-carst {
  fill: #EF7F1A;
  stroke: #FFF;
  background: #EF7F1A;
  border-color: #000;
}
.category-zoo {
  fill: #E31E24;
  stroke: #FFF;
  background: #E31E24;
  border-color: #000;
}
.category-botan {
  fill: #54AF3A;
  stroke: #FFF;
  background: #54AF3A;
  border-color: #000;
}
.category-geomorph {
  fill: #852C84;
  stroke: #FFF;
  background: #852C84;
  border-color: #000;
}

/*marker icons*/
.icon-1{
  background-image: url('running-16.png');
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.icon-2{
  background-image: url('bicycle-16.png');
  background-repeat: no-repeat;
  background-position: 1px 0px;
}
.icon-3{
  background-image: url('motorcycle-16.png');
  background-repeat: no-repeat;
  background-position: 1px 0px;
}
.icon-4{
  background-image: url('car-16.png');
  background-repeat: no-repeat;
  background-position: 1px 0px;
}

/*Popup*/
.map-popup span.heading {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.map-popup span.attribute {
  display: block;
}
.map-popup span.label {
  font-weight: bold;
}
.activity-selector {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
}
.activity-selector img  {
	width: auto;
	height: 50px;
}
.activity-selector .icon {
    opacity: 0.4;
    cursor: pointer;
    filter: grayscale(100%);
}
.leaflet-control-attribution {
	display: none !important;
}
.leaflet-tooltip.polytooltip {
    background: #222;
    border: 1px solid #CCC;
	color: #CCC;
	border-radius: 0 !important;
	padding: 4px 6px !important;
}
.leaflet-tooltip-left.polytooltip::before {
  display: none;
}
.leaflet-tooltip-right.polytooltip::before {
  display: none;
}
.bx-breadcrumb>h2 {
	display: block;
}
.bx-breadcrumb .bx-breadcrumb-item.visible {
}
.photoslider {
	position: relative;
}
.photoslider h2 {
    color: #45669B;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
	padding-top: 35px;
}
.reviews h2 {
    color: #45669B;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
	padding-top: 35px;
	
}
.owl-carousel .product-item-title {
	background: rgba(0,0,0,0.7);
	width: 100%;
	left: 0;
	right: auto;
	text-align: left;
}
.owl-carousel {
	position: relative;
}
.owl-nav {
	position: absolute;
	top: 24px;
	width: 100%;
	height: 24px;
}
.owl-prev {
	left: 10px;
	top: 50px;
	color: #FFF;
	position: absolute;
}
.owl-prev span, .owl-next span {
	color: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid #FFF;
}
.owl-next {
	right: 10px;
	color: #FFF;
	position: absolute;
	top: 50px;
}
.owl-nav button:focus {
	outline: none !important;
}
.owl-nav button.disabled span {
	color: #CCC;
	opacity: 0.7;
}
.owl-nav button.disabled:hover {
	cursor: default;
}
.bx_wsnw {
	margin-right: 20px;
}
.mapinfo.wrapper {
	padding-top: 30px;
}
.contacttable {
	font-size: 18px;
}
.mapholder {
	width: 60%;
	text-align: right;
	padding-right: 0;
}
.shoplink {
	display: block;
	position: relative;
}
.shoplink span {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	background: rgba(0,0,0,0.7);
	text-transform: uppercase;
}
.feedbackform input, .feedbackform textarea {
	width: 60% !important;
	border-color: #B4B3B3;
}
div.mf-name {
	width: 100%;
}
.feedbackform input[type="submit"] {
	width: auto !important;
}
.singlerev {
	width: 100%;
	margin-bottom: 15px;
}
.singlerev .firstline {
	width: 100%;
	background: #DFDFE0;
	border-radius: 5px;
	padding: 5px 10px;
}
.singlerev .firstline span {
	float: right;
}
.singlerev .secondline {
	padding: 10px 0;
}
table.reviews-post-table {
	border-bottom: none;
	font-size: 18px;
}
.reviews-reply-form {
	margin-top: 15px;
}
.reviews-reply-form .bxlhe-editor-toolbar-row {
	display: none;
}
.exc_byubtn {
	position: absolute;
	top: -60px;
	right: 00px;
	color: #FFF;
	margin-bottom: 5px;
    background: url(images/basket.png) left center no-repeat #E8AF0F;
    background-size: contain;
	padding: 5px 20px 5px 55px;
    border-radius: 4px;
	border-bottom: none;
}
.exc_byubtn:hover {
	border-bottom: none;
	background-color: #F39811 !important;
}
.catalog-element.object {
	position: relative;
}
.arc {
	fill:green;
	stroke:#FFF;
}
.caticon {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	background-size: contain !important;
}
.caticon.carst {
	background: url(/include/icons/carst.png) center no-repeat;
}
.caticon.hydro {
	background: url(/include/icons/hydro.png) center no-repeat;
}
.caticon.geomorph {
	background: url(/include/icons/geomorph.png) center no-repeat;
}
.caticon.oopt {
	background: url(/include/icons/oopt.png) center no-repeat;
}
.caticon.noopt {
	background: url(/include/icons/noopt.png) center no-repeat;
}
.caticon.strat {
	background: url(/include/icons/strat.png) center no-repeat;
}
.caticon.cave {
	background: url(/include/icons/cave.png) center no-repeat;
}
.caticon.zoo {
	background: url(/include/icons/zoo.png) center no-repeat;
}
.caticon.botan {
	background: url(/include/icons/botan.png) center no-repeat;
}
.caticon.palace {
	background: url(/include/icons/palace.png) center no-repeat;
}
.caticon.usad {
	background: url(/include/icons/usad.png) center no-repeat;
}
.caticon.castle {
	background: url(/include/icons/castle.png) center no-repeat;
}
.caticon.museum {
	background: url(/include/icons/museum.png) center no-repeat;
}
.caticon.church {
	background: url(/include/icons/church.png) center no-repeat;
}
.caticon.vov {
	background: url(/include/icons/vov.png) center no-repeat;
}
.caticon.rest {
	background: url(/include/icons/rest.png) center no-repeat;
}
.caticon.sana {
	background: url(/include/icons/sana.png) center no-repeat;
}
.caticon.zakaz {
	background: url(/include/icons/zakaz.png) center no-repeat;
}
.leaflet-sidebar .close {
	font-size: 40px !important;
}
ul.left-menu > li > a:hover, ul.left-menu > li > a.root-item-selected {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
ul.left-menu li a {
	padding-left: 5px;
}
ul.left-menu li ul li a {
	padding-left: 16px;
}
.mapinfo div {
	display: inline-block;
	line-height: 25px;
	margin-right: 35px;
}
.mapinfo span {
	width: 60px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 10px;
}
.mapinfo .park span {
	border: 3px solid red;
}
.mapinfo .litor span  {
	border: 3px solid blue;
}
.mapinfo .glint span {
	border: 3px solid green;
}
.mapinfo div:hover {
	cursor: pointer;
}
.mapinfo div.inact span {
	border-color: #CCC !important;
}
.progoffername, .progdate, .progprice, .progquant, .prodsumm {
	display: inline-block;
}
.progquant div {
	display: inline-block;
}
.progoffer > div {
	width: 19%;
	display: inline-block;

}
.progquant input {
	text-align: center;
}
.progquant .prodminus, .progquant .prodplus {
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 11px;
	text-align: center;
	margin: 0 10px;
}
.progquant .prodplus {
	line-height: 20px;
	
}
.progquant .prodminus {
	line-height: 18px;
}
.progquant .prodminus:hover, .progquant .prodplus:hover {
	cursor: pointer;
	background: #CCC;
}
.leftmenu .nivoslider {
}
.leftmenu .nivoSlider img {

}
.leftmenu .bx-slider-preset-1 .bx-advertisingbanner-content {
	width: 100%;
	bottom: auto;
	bottom: -10px;
}
.leftmenu .bx-slider-preset-1 .bx-advertisingbanner-text-block {
	padding: 0 0 20px 0;
	font-style: italic;
	line-height: 16px;
	display: block;
	position: relative;
	margin-bottom: 0;

}
.leftmenu .slidebanner .bx-slider-preset-1 .bx-advertisingbanner-text-block {
	height: 80px;
}
.leftmenu .theme-default .nivoSlider {
	box-shadow: none;
}
.leftmenu .nivo-caption {
	position: relative;
}
.leftmenu .bx-slider-preset-1 .bx-advertisingbanner-content {
	position: relative;
}
.progquant input[type="submit"] {
	display: none;
}
.buysummary {
}
#buybtn {
	background: #CCC;
	color: #FFF;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
	border-bottom: none;
}
#buybtn.active {
	background: #E8AF0F

}
#buybtn.active:hover {
	color: #000;
	border-bottom: none;
}
.catalog-price {
	color: #000;
}
.prodsumm, .prodsum, .progdate, .progprice, .progquant {
	text-align: center;
}
.progoffer {
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}
.progname, .progoption {
	position: relative;
	top: 10px;
}
#bx-soa-delivery, #bx-soa-paysystem {
	display: none;
}
.progname a {
	color: #000;
}
.bx-soa-section-title-count {
	display: none !important;
}
.xdsoft_today_button {
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: red !important;
	box-shadow: red 0 1px 3px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #45669B !important;
}
.main-user-consent-request-announce-link {
	line-height: normal !important;
}
label[data-bx-user-consent] a {
	font-size: 18px !important;
	text-decoration: underline;
}
label[data-bx-user-consent] a:hover {
	border-bottom: none;
}
.bx-soa-section-title-container {
	display: none;
}
#bx-soa-orderSave .btn.btn-default, .main-user-consent-request-popup-button.main-user-consent-request-popup-button-acc {
	background: #E8AF0F;
    color: #FFF;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
	border: 1px solid #E8AF0F;
	height: auto;
	margin: 0 20px 0 0;
	line-height: 36px;
	text-transform: none;
	font-size: 18px;
}
.main-user-consent-request-popup-button.main-user-consent-request-popup-button-rej {
	background: #FFF;
    color: #000;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
	border: 1px solid #000;
	height: auto;
	margin: 0 20px 0 0;
	line-height: 36px;
	text-transform: none;
	font-size: 18px;
	box-shadow: none !important;
}
#bx-soa-orderSave .btn.btn-default:hover {
	color: #000;
}
.main-user-consent-request-popup-text {
	height: 40px;
	border: none;
}
.main-user-consent-request-popup-cont {
	min-height: 175px;
}
.bx-soa-section.bx-selected {
	border: none !important;
}
.bx-soa-section-content.container-fluid {
	padding: 0;
}
.bx-soa-item-td {
	padding-left: 0 !important;
}
.bx-soa-item-title a {
	color: #000;
	font-weight: normal;
}
.bx-soa-section {
	border: none !important;
}
.bx-soa-item-tr.hidden-sm.hidden-xs {
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.bx-soa-item-tr.hidden-sm.hidden-xs .bx-soa-item-td-title {
	color: #000 !important;
	font-size: 18px !important;
}
.bx-soa-sidebar {
	height: auto !important;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
	top: 90px !important;
}
.bx-soa-cart-total-line {
	display: none;
	border-top: none !important;
}
.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
	display: block;
	padding-top: 5px !important;
}
.bx-soa-cart-t {
	font-size: 18px;
}
.bx-soa-item-properties .bx-soa-item-td-title, .bx-soa-item-properties .bx-soa-item-td-text {
	text-align: center !important;
} 
.basket-item-amount, .basket-item-amount-btn-minus, .basket-item-amount-btn-plus {
	display: inline-block;
}
.basket-item-amount {
	position: relative;
	top: -7px;
	margin-left: 15px;
	margin-right: 15px;
}
.basket-item-actions-remove {
	display: inline-block;
}
.bx-price.all {
	display: inline-block;
	position: relative;
	top: -5px;
	margin-right: 15px;
}
#basket-root {
	display: none;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width:100%;
}
.leaflet-touch .leaflet-sidebar > .leaflet-control {
	padding-bottom: 0px;
}
.headerpics .wrapper {
	min-height: 320px;
	background: url(images/headerbg.jpg) right center no-repeat #FFF;
	background-size: cover;
}
.headertop {
	box-shadow: 0 5px 5px rgba(255,255,255,0.2);
	z-index: 10;
	position: relative;
}
.headerpics {
	z-index: 1;
	border-bottom: 2px solid #FFF;
}
.headerpics h1 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding-top: 35px;
	font-weight: 600;
	line-height: 44px;
}
.userlogin {
	position: relative;
	top: -5px;
	background: url(images/person.png) right center no-repeat #DBD8D7;
	height: 57px;
	padding: 19px 45px 19px 20px;
	float: right;
}
.issn {
	position: relative;
	height: 57px;
	top: -5px;
	border-left: 1px solid #FFF;
	padding: 19px 20px 19px 20px;
	float: right;
}
.curnum {
	width: 205px;
	height: 280px;
	float: left;
	margin: 20px 35px 25px 20px;
}
.mainsearch {
	position: absolute;
	bottom: 10px;
	left: 257px;
	width: 60%;
}
.search-form {
	position: relative;
}
.search-form input[type="text"] {
	border-radius: 0;
	background: rgba(255,255,255,0.4);
	width: 100%;
	border: none;
	padding: 12px 10px 12px 50px;
	font-weight: bold;
}
.search-form input[type="submit"] {
	background: url(images/lup.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	border:none;
	width: 45px;
	height: 45px;
	background-size: 70%;
} 
.lang .act {
	text-decoration: underline;
}
.logo a {
	color: #FFF;
}
.footer-left {
	width: 38%;
}
.footer-center, .footer-right {
	width: 31%;
}
.footcol {
	float: left;
	color: #FFF;
	padding: 15px 0px;
	font-size: 12px;
}
.footcol a {
	color: #FFF;
}
.footerimg {
	margin-right: 10px;
}
.right-menu {
	list-style: none;
	margin-top: 0px;
	padding-left: 0;
}
.right-menu a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #EDEDED;
	margin: 5px 0 10px 0;
	color: #000;
}

.right-menu a:hover, .right-menu a.selected {
	background: #45669B;
	color: #FFF;
}
.rightnews .sm {
	width: 49%;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.rightnews img {
	max-width: 100%;
}
.mainpage .leftcol {
	width: 300px;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 8px;
}
.mainpage .leftcol img {
	width: 100%;
}
.mainpage .leftcol p {
	font-style: italic;
	color: #45669B;
	text-align: center;
}
.become {
	border: none;
	display: block;
	background: #45669B;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	margin-top: 10px;
}
.become:hover {
	color:#FFF;
	opacity: 0.7;
}
.slidebanner {
	overflow: hidden;
	margin-bottom: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	color: #45669B;
	margin-right: 5px
}
.bread {
	margin-top: 15px;
	font-weight: bold;
	text-transform: lowercase;
}
.bx-breadcrumb h2 {
	margin-top: 0;
}
.maintable td {
	width: 50%;
}
td.bx-auth-label {
	text-align: left;
	padding-top: 12px !important;
}
.bx-auth-table {
	margin-bottom: 20px;
}
.bx-auth-reg input {
	margin-bottom: 10px;
}
.bx-auth-reg select {
	margin-bottom: 10px;
	border-radius: 3px;
	width: 400px;
}
.bx-auth-reg input[type="text"], .bx-auth-reg input[type="password"] {
	width: 400px;
}
.bx-auth-reg .LOGIN {
	display: none;
}
.bx-auth-reg input[name="captcha_word"] {
	width: 140px !important;
}
.bx-auth-reg img {
	margin-left: 0 !important;
	margin-top: 10px;
}
td.empty {
	height: 20px;
}
.addfield {
	padding-bottom: 10px;
}
.currentnum {
}
.curnum img {
	width: 190px;
	height: auto;
}
.magrow {
	width: 20%;
	float: left;
	color: #45669B;
}
.magrow a {
	color: #000;
}
.maghide {
	display: none;
}
.uprofile input[type="text"], .uprofile input[type="password"], .uprofile select {
	width: 500px;
}