html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #000000;
    background: #FFFFFF;
	line-height: 26px;
	min-width: 990px;
	min-height: 782px;
}

body:before,
body:after {
	display: table;
	line-height: 0;
	content: '';
}

body:after {
	clear: both;
}

img {
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #47643c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h1 {
	line-height: 32px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 2px dotted #7A7675;
	padding-bottom: 12px;
	margin: 0 0 14px 0;
}

h1 > span {
	font-size: 30px;
}

h3 {
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 3px;
	margin: 0 0 10px 0;
}

hr {
	height: 0;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 2px dotted #7A7675;
	background: none;
	margin: 16px 0;
}

p {
	margin: 0 0 26px 0;
}

article {
	width: 350px;
	position: relative;
	z-index: 18;
    background: url('../images/t.png') repeat;
	padding: 42px 12px 70px 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

article .page-tools {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 34px;
	bottom: 30px;
	width: 300px;
}

article .page-tools > li {
	height: 19px;
	overflow: hidden;
	margin-left: 9px;
	padding-left: 9px;
	border-left: 1px solid #AEAEAC;
	float: left;
}

article .page-tools > li:first-child {
	margin: 0;
	padding: 0;
	border: 0 none;
}

article .page-tools > li > a {
	display: block;
}

article .page-tools .email {
	width: 12px;
	height: 9px;
    background: url('../images/email.png') no-repeat;
	margin-top: 5px;
}

article .page-tools .email:hover {
    background-position: left -9px;
}

article .page-tools .print {
	width: 12px;
	height: 12px;
    background: url('../images/print.png') no-repeat;
	margin-top: 3px;
}

article .page-tools .print:hover {
    background-position: left -12px;
}

article .page-tools .share {
	width: 10px;
	height: 10px;
    background: url('../images/share.png') no-repeat;
	margin-top: 4px;
}

article .page-tools .share:hover {
    background-position: left -10px;
}
article .page-tools .lishare .drop { display:none;}
article .page-tools .lishare:hover .drop {
	display:block;
}

.drop {
	background: none;	
	/*width:200px;*/
	padding:19px 0 0;
	z-index:5;
	display:none;
	position:absolute;
	top:-90px;
	/*margin-left:-50px;*/

}

.drop-b {
	/*background:url(/images/bg-drop-holder.png) no-repeat;*/
	width:100%;
	height:5px;
}
.drop-t {
	background:#263D20;
	padding:0 4px 0 2px;
	/*width:150px;*/
}
.drop-t:after {
	content:'';
	display:block;
	clear:both;
}
.drop-c {
	float:left;
	/*width:150px;*/
	margin:-3px 0 -8px;
	position:relative;
	overflow:hidden;
}
.drop-c .holder {
	/*width:150px;*/
	overflow:hidden;
	padding:8px 0 10px 7px;
}


.drop-c .social-networks {
  float:left;
  font-size:11px;
  line-height:21px;
  list-style:none;
  margin:0 0 0 0px;
  overflow:hidden;
  padding:0;
  width:70px;
}
.drop-c .social-networks li {
  display:table;
  float:none;
  height:1%;
  padding:0;
  vertical-align:top;
}

.drop-c .social-networks a{
	background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#ffffff;
  float:left;
  height:auto;
  overflow:hidden;
  text-indent:0;
  width:auto;
}
.drop-c .social-networks a:hover{ text-decoration:underline; color:#ffffff;}

.drop-c .social-networks .facebook {
	background-position:-32px 0;
}

.drop-c .social-networks .linkedIn {
	background-position:-64px 0;
}

.drop-c .social-networks .twitter {
	background-position:-176px 0;
}

article .article-content {
	width: 304px;
}

.article-trigger {
	width: 27px;
	height: 27px;
	position: absolute;
	left: 350px;
	top: 75px;
    background: url('../images/t.png') repeat;
	cursor: pointer;
	z-index: 18;
}

.article-trigger:before {
	width: 27px;
	height: 27px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    background: url('../images/plus-minus.png') no-repeat;
}

.article-trigger.closed:before {
    background-position: left -27px;
}

article {
	transition: width 500ms ease, padding 500ms ease;
}

.article-trigger {
	transition: left 500ms ease;
}

body.article-collapsed article {
	width: 0;
	padding: 42px 0 70px 0;
}

body.article-collapsed .article-trigger {
	left: 0;
}

aside {
	float: left;
	width: 180px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background: #263D20;
	padding: 187px 0 220px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.lt-ie9 aside{
	min-height:400px;
	height:100%!important;

}

.lt-ie9 .container {
	min-height: 762px;
	height:100%!important;
}
.lt-ie9 .gallery aside {
	min-height: auto;	
	height:auto!important;
}
.lt-ie9 .gallery .container {
	min-height:100%;
	height:auto!important;
}
aside .aside-footer {
	position: absolute;
	left: 0;
	bottom: 0;
}

aside .logo {
	width: 102px;
	height: 131px;
    background: url('../images/logo.png') no-repeat;
    position: absolute;
    top: 28px;
    left: 50%;
	margin-left: -51px;
}

aside .menu {
	padding-top: 2px;
	margin: 0 5px;
    background: url('../images/dot.png') repeat-x;
}

aside .menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

aside .menu > ul > li {
	padding-bottom: 2px;
    background: url('../images/dot.png') repeat-x left bottom;
}

aside .menu > ul > li > a {
    padding: 12px 5px;
	font-size: 14px;
	line-height: 22px;
	color: #a5ada2;
	display: block;
}

aside .menu > ul > li > a:hover, aside .menu .active {
    background: #38532D;
	text-decoration: none;
}

aside .sitenav {
	padding: 11px 10px;
	line-height: 20px;
	font-size: 12px;
}

aside .sitenav > a {
	color: #c9cec7;
}

aside .sitenav > span {
	color: #8d9888;
	margin: 0 8px;
}

.bg-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bg-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.bg-slider ul > li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	-ms-behavior: url('js/backgroundsize.min.htc');
	background-position: bottom left;
}

.bg-slider .bx-viewport {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.bg-slider-pager {
	position: absolute;
	right: 14px;
	top: 84px;
	z-index: 10;
}

.bg-slider-pager > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bg-slider-pager > ul > li {
	margin-left: 5px;
	float: left;
}

.bg-slider-pager > ul > li:first-child {
	margin: 0;
}

.bg-slider-pager > ul > li > a {
	width: 10px;
	height: 10px;
    background: url('../images/t.png') repeat;
	display: block;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.76);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.76);
	box-shadow: 0 0 6px rgba(0,0,0,0.76);
}

.bg-slider-pager .active {
    background: #86A57B;
}

.button {
	cursor: pointer;
	padding: 0 9px;
	display: inline-block;
	height: 28px;
	border: 0 none;
	overflow: visible;
	vertical-align: top;
	text-decoration: none;
	line-height: 28px;
	font-size: 14px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #bec7bb;
	white-space: nowrap;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	background: #2D4525;
}

.button:hover {
	background: #000000;
	color: #FFFFFF;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.column {
	overflow: hidden;
}

.comment {
	border-bottom: 2px dotted #7A7675;
	padding-bottom: 18px;
	margin: 0 0 18px 0;
}

.comment .comment-info {
	line-height: 18px;
}

.comment .comment-info > span {
	font-style: italic;
	display: block;
	color: #666666;
}

.comment .comment-text {
	line-height: 18px;
	margin-bottom: 10px;
}

.comment .comment-text:before {
	width: 30px;
	height: 26px;
	content: '';
	display: inline-block;
	vertical-align: bottom;
    background: url('../images/quote.png') no-repeat;
	margin-right: 7px;
	position: relative;
	top: -4px;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin-left: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 44px;
	position: relative;
	z-index: 10;
}

footer {
    height: 44px;
	border-top: 1px solid #B0B0AE;
	line-height: 19px;
	padding: 12px 20px 0 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -44px 0 0 180px;
    background: url('../images/t.png') repeat;
	position: relative;
	z-index: 20;
}

footer > a {
	text-decoration: underline;
}
	
footer > a:hover {
	color: #000000;
}

footer span {
	margin: 0 5px;
	color: #9f9f9f;
}

footer .fb-icon {
	margin-left: 8px;
}

footer .print-hidden {
	display: inline;
}

.fb-icon {
	width: 18px;
	height: 18px;
    background: url('../images/icon-fb.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.form > fieldset {
	margin-bottom: 10px;
}

.form > fieldset > label {
	line-height: 20px;
	display: block;
}

.form .button-field {
	padding-top: 10px;
}

.gallery {
    min-height: 500px;
}

.gallery aside {
    min-height: 0;
    height: auto;
	padding: 187px 0 0 0;
	z-index: 20;
}

.gallery .bg-slider-pager {
	position: absolute !important;
	right: auto;
	top: auto;
	left: 50%;
	bottom: 0;
	margin-left: -495px;
	width: 990px;
	height: 105px;
	overflow: hidden;
    background: url('../images/t.png') repeat;
	padding: 4px;
	z-index: 9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery .bg-slider-pager ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 30000px !important;
}

.gallery .bg-slider-pager ul > li {
	margin-right: 4px;
	width: 125px;
	height: 97px;
	overflow:hidden;
}

.gallery .bg-slider-pager ul > li:first-child {
	margin-right: 4px;
}

.gallery .bg-slider-pager ul > li > a {
	width: 125px;
	height: 97px;
    background: none;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}

.gallery .bg-slider-pager ul > li > a > img {
	/*width: 125px;
	height: 78px;*/
	display: block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;

}

.gallery .bg-slider-pager .active img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.gallery .bg-slider-pager .active canvas {
	display: none!important
}

.gallery .bg-slider-pager .active svg {
    position: relative;
}

.gallery .bg-slider-pager .active svg image {
    opacity: 0;
}

.gallery .bg-slider-pager .bx-wrapper {
	width: 990px !important;
	max-width: 990px !important;
	position: relative;
}

.gallery .bg-slider-pager .bx-wrapper .bx-next {
	right: -4px;
	border-top: 12px solid transparent;
	border-left: 12px solid #495B41;
	border-right: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.gallery .bg-slider-pager .bx-wrapper .bx-prev {
	left: -4px;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid #495B41;
	border-bottom: 12px solid transparent;
}

.gallery .bg-slider-pager .bx-wrapper .bx-next ,
.gallery .bg-slider-pager .bx-wrapper .bx-prev  {
	width: 0;
	height: 0;
	position: absolute;
	top: 32px;
	cursor: pointer;
}

.gallery .bg-slider-pager .bx-wrapper .bx-viewport {
    width: 925px !important;
	margin: 0 auto;
	overflow: hidden;
}

.gallery .container {
    margin: 0;
	padding: 0;
}

.i-box {
	margin-bottom: 30px;
}

.i-box img {
	width: 72px;
	margin-right: 9px;
	float: left;
}

.i-box .column {
	position: relative;
	top: -2px;
}

.i-box .i-box-name {
	font-size: 14px;
	line-height: 16px;
}

.i-box .i-box-position {
	color: #616266;
	font-style: italic;
	line-height: 15px;
}

.i-box .i-box-text {
	color: #616266;
	font-size: 10px;
	line-height: 14px;
	margin-top: 3px;
}

.i-box .i-box-text > a {
	color: #616266;
}

.i-box .i-box-text > a:hover {
	color: #000000;
	text-decoration: underline;
}

.links {
	margin: 0;
	padding: 0 0 0 13px;
	list-style-type: none;
}

.links > li {
	line-height: 16px;
	padding-left: 20px;
	margin-top: 10px;
}

.links > li:first-child {
	margin: 0;
}

.links > li > a {
	text-decoration: none;
}

.links > li > a:hover {
	text-decoration: underline;
}

.links .file {
    background: url('../images/file.png') no-repeat left 1px;
}

.links .link {
    background: url('../images/link.png') no-repeat left 1px;
}

.links .video {
    background: url('../images/video.png') no-repeat left 1px;
}

.lnk {
	text-decoration: underline;
}

.lnk:hover {
	color: #000000;
}

.mainpage-logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.mainpage-logo:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 219px;
	height: 327px;
    background: url('../images/main-logo.png') no-repeat;
	left: 50%;
	top: 50%;
	margin-left: 65px;
	margin-top: -133px;
	content: '';
}

.nav {
    height: 74px;
	border-bottom: 1px solid #B0B0AE;
	position: relative;
	z-index: 20;
    background: url('../images/t.png') repeat;
}

.nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav > ul > li {
	float: left;
	position: relative;
    height: 75px;
	margin-bottom: -1px;
}

.nav > ul > li > a {
    height: 75px;
	display: block;
	color: #273d1f;
	font-size: 16px;
	line-height: 75px;
	padding: 0 34px;
}

.nav > ul > li:hover > a {
    text-decoration: none;
	color: #FFFFFF;
	background: #263D20;
	border: 0 none;
}

.nav > ul > li > .active {
	background: #CFD7CA;
	border-bottom: 1px solid #B0B0AE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav > ul > li > ul {
	margin: 0;
	padding: 14px 34px;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #263D20;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.nav > ul > li:hover > ul {
	display: block;
}

.nav > ul > li > ul > li {
	margin-top: 3px;
	font-size: 12px;
	line-height: 18px;
}

.nav > ul > li > ul > li:first-child {
	margin: 0;
}

.nav > ul > li > ul > li > a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

.nav > ul > li > ul > li > a:hover {
	text-decoration: underline;
}

.print-active {
	display: none;
}

.print-logo {
	display: none;
}

.print-only {
	display: none;
}

.scroll {
	overflow: hidden;
}

.scroll .jspContainer {
	overflow: hidden;
	position: relative;
}

.scroll .jspContainer .jspPane {
	position: absolute;
}

.scroll .jspContainer .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 26px;
}

.scroll .jspContainer .jspVerticalBar .jspArrow {
	text-indent: -20000px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	outline: none;
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0;
}

.scroll .jspContainer .jspVerticalBar .jspArrow.jspArrowDown {
    background: url('../images/arrow-down.png') no-repeat;
	bottom: 0;
}

.scroll .jspContainer .jspVerticalBar .jspArrow.jspArrowUp {
    background: url('../images/arrow-up.png') no-repeat;
	top: 0;
}

.scroll .jspContainer .jspVerticalBar .jspArrow.jspDisabled {
	display: none;
}

.scroll .jspContainer .jspVerticalBar .jspTrack {
	display: none;
}

.scroll .scroll-content {
	padding-right: 22px;
}

.scroll {
	scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.shift-10 {
	position: relative;
	top: 10px;
}

.textarea {
	width: 100%;
	height: 94px;
	padding: 5px 10px;
	border: 1px solid #9A9A9A;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #000000;
    background: #FFFFFF;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	resize: none;
}

.textfield {
	width: 100%;
	height: 26px;
	padding: 4px 10px;
	border: 1px solid #9A9A9A;
	display: block;
	margin: 0;
	outline: 0;
    font-size: 12px;
	font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #000000;
    background: #FFFFFF;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.resources{
border-top: 2px dotted #7A7675;
padding-top: 12px;
margin: 20px 0 14px 0;}
ul.resources, ul.resources li{ list-style:none; padding:0; margin:0}
.error{color:#F00}
@media print {

	* {
		color: #000000 !important;
	}
	
	a[href^=http]:after, a[href^=https]:after {
		content: '';
	}
	
	body {
		min-width: 0;
		min-height: 0;
	}
	
	article {
		width: auto;
		height: auto !important;
		background: none;
		padding: 0;
	}
	
	article .article-content {
		width: auto;
	}
	
	aside {
		display: none;
	}
	
	.article-trigger {
		display: none;
	}
	
	.bg-slider {
		display: none;
	}
	
	.bg-slider-pager {
		display: none;
	}
	
	.container {
		min-height: 0;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	footer {
		height: auto;
		line-height: 18px;
		font-size: 11px;
		padding: 15px 0;
		margin: 15px 0 0 0;
		background: none;
	}
	
	footer .print-left {
		float: left;
	}
	
	footer .print-only {
		float: right;
	}
	
	.nav {
		display: none;
	}
	
	.page-tools {
		display: none;
	}
	
	.print-active {
		height: 59px;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 59px;
		border-bottom: 1px solid #D3D3D5;
		display: block;
		margin-bottom: 18px;
	}
	
	.print-hidden {
		display: none !important;
	}
	
	.print-logo {
		height: 103px;
		border-bottom: 1px solid #D3D3D5;
		display: block;
	}
	
	.print-only {
		display: block;
	}
	
	.scroll {
		width: auto !important;
		height: auto !important;
	}

	.scroll .jspContainer {
		width: auto !important;
		height: auto !important;
	}

	.scroll .jspContainer .jspPane {
		position: relative;
		left: 0 !important;
		top: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.scroll .jspContainer .jspVerticalBar {
		display: none;
	}
	
	.scroll .scroll-content {
		padding: 0;
	}
	.comment .comment-text:before {
	width: 0px;
	height: 0px;
	content: '';
	display: none;
	vertical-align: bottom;
    background: none;
	margin-right: 0px;
	position: relative;
	top: 0px;
}
}


.swiperGallery {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.swiperGallery__item {
	width: 100vw;
	height: 100vh;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.swiperGallery__thumbs {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	position: absolute;
}

.swiperGallery__thumb {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiperGallery__thumbs .swiper-slide {
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
}

.swiperGallery__thumbs .swiper-slide-thumb-active {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.swiperGallery__thumbs .swiper-button-next,
.swiperGallery__thumbs .swiper-button-prev {
	top: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	background-color: rgb(255 255 255 / 60%);
	cursor: pointer;
    height: auto;
	margin: 0;
	width: 32px;
}

.swiperGallery__thumbs .swiper-button-prev {
	left: 0;
}

.swiperGallery__thumbs .swiper-button-next {
	right: 0;	
}

.swiperGallery__thumbs .swiper-button-prev:after,
.swiperGallery__thumbs .swiper-button-next:after {
	display: block;
	margin: 0 auto;
	content: '\A';
	font-size: 0;
    width: 0;
    height: 0;
}

.swiperGallery__thumbs .swiper-button-prev:after {
	margin-left: -4px;
	border-top: 12px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid #495B41;
    border-bottom: 12px solid transparent;
}

.swiperGallery__thumbs .swiper-button-next:after {
	margin-right: -4px;
	border-top: 12px solid transparent;
    border-left: 12px solid #495B41;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.swiperGallery__container {
	width: 100%;
	padding: 4px;
	margin: 0 auto;
	max-width: 990px;
	background: url('../images/t.png') repeat;
}

/* Gallery carousel (vanilla JS, static/js/gallery.js) — Swiper v8 is NOT vendored;
   this reproduces just enough of its generated layout for two synced sliders: one
   full-viewport main slide at a time, and a horizontally scrolling thumbnail
   strip. See docs/migration-phases.md Fase 6. */
.swiperGallery .swiper {
	position: relative;
	height: 100%;
	width: 100%;
}

.swiperGallery .js-gallery-main .swiper-wrapper {
	position: relative;
	height: 100%;
}

.swiperGallery .js-gallery-main .swiper-slide {
	display: none;
	width: 100%;
	height: 100%;
}

.swiperGallery .js-gallery-main .swiper-slide.swiper-slide-active {
	display: block;
}

.swiperGallery__thumbs .swiper-wrapper {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.swiperGallery__thumbs .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiperGallery__thumbs .swiper-slide {
	flex: 0 0 calc((100% - 5 * 4px) / 6);
	width: calc((100% - 5 * 4px) / 6);
	margin-right: 4px;
}

.citystate label:first-child {
  width: 50%;
  float: left;
  margin-right: 10px;
}
