@charset "utf-8";
@import "../reset.css";


@font-face{
	font-family:'FontAwesome';
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?v=3.2.1');
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('/assets/js/font-awsome/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('/assets/js/font-awsome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('/assets/js/font-awsome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;
	font-style:normal;
}

html {
	min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
	display: block;
	width: 100px;
	float: left;
}
.form-error {
	display: block;
}
.form-control
{
	display: block;
	float: left;
 	font-family:  Verdana;
	font-size: 11px;
}


a {
	color: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
	text-decoration: none!important;
}


.pagination > a {
	display: inline-block;
}

.center {
	text-align: center;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
	float: left;
	width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-2c .cnt-c1 .cnt {
	margin-left: 0px;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
	float: left;
	width: 33%;
}
.cnt-3c .cnt-c1 {
	width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-3c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-3c .cnt-c2 .cnt {
	margin-left: 0px;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
	float: left;
	width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-4c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c2 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c3 .cnt {
	margin-left: 0px;
}



#page {
	position: relative;
	min-height: 100%;
}
.cnt-r {
	margin: 0 auto;
	max-width: 1000px;
    width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 5;
}
.cnt-r:first-of-type {
	margin-top: 0;
}
.cnt-r * {
	text-decoration: inherit;
}

.cnt-rm {
	width: 100%!important;
}
.cnt-rm .sub {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.top {
	min-height: 30px;
}
.footer {
	min-height: 30px;
}


/* moduł texts */
.text-cnt {
	
}

/* linki, buttony */
a.link-btn {
	display: inline-block;
}
a.btn, a.btn-thm2, a.btn-small {
	display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
	clear: both;
}

/* podpis */
span.label {
	display: inline-block;
	width: 80px;
}

/* cecha */
.attribute span {
	display: inline-block;
}


/* lista */
ul.list {
	overflow: hidden;
}
ul.list li {
	position: relative;
}
ul.list li:before {
	position: absolute!important;
	left: 0;
}


/* tabela */
.tbl {
	border-collapse: collapse;
}

p.prg:first-child {
	margin-top: 0!important;
}
p.prg:last-child {
	margin-bottom: 0!important;
}


/* facebook */
.widget_social{
	float: right;
	width: 332px;
	height: 550px;
	background: url(/assets/img/fb.png) no-repeat;
	display: block;
	right: -305px;
    padding: 10px 5px 0 35px;
	position: fixed;
	top: 150px;
	z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/* site */ 

#page {
  font-size: 14px;
  color: #5c5c5c;
}
#page h2 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin: 50px 0px;
  padding: 0 0 30px 0;
  position: relative;
  color: #000000;
}
#page h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #003399;
  margin: 0 0 0 -25px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
}
#page a.btn {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  background: transparent;
  background-color: #003399;
}
#page a.btn:hover {
  background: transparent;
  background-color: #ff0000;
}
#page a.btn.btn-white {
  color: #ffffff;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  background: transparent;
  background-color: RGBA(0,0,0,0);
}
#page a.btn.btn-white:hover {
  background: transparent;
  background-color: #FF0000;
  border-style: solid solid solid solid;
  border-width: 1 1 1 1;
  border-radius: 0 0 0 0;
  border-color: #ff0000 #ff0000 #ff0000 #ff0000;
}
#page p.prg {
  margin: 15px 0px;
  line-height: 1.5em;
}
#page .img-6-right, #page .img-6-left, #page .img-4-right, #page .img-4-left {
  width: 100%;
  margin: 20px 0;
}
#page p img {
  margin-top: 0!important;
}
#page ul.list li:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23NaNNaNNaN" d="M2 2h12v12h-12z"/></svg>');
  width: 8px;
  height: 8px;
}
#page ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page .label {
  color: #003399;
}
#page.wcag-size5 {
  font-size: 18px;
}
#page.wcag-size4 {
  font-size: 16px;
}
#page.wcag-size2 {
  font-size: 13px;
}
#page.wcag-size1 {
  font-size: 12px;
}
#page.wcag-contrast {
  color: #fff;
  background: #000;
}
#page.wcag-contrast h2, #page.wcag-contrast h3, #page.wcag-contrast .label {
  color: #fff;
}
a:focus {
  outline: 2px dashed #ff0000;
}
body.using-mouse a:focus {
  outline: none;
}
#page ol.list {
  margin: 15px 0px;
  list-style-type: decimal;
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page ol.list li {
  margin: 3px 0px;
}
@media (min-width: 534px) {
  #page .img-6-right {
    width: 50%;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-6-left {
    width: 50%;
    float: left;
    margin: 20px 40px 20px 0;
  }
  #page .img-4-right {
    width: 33%;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-4-left {
    width: 33%;
    float: left;
    margin: 20px 40px 20px 0;
  }
}



/* text5817/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
#page .cnt-r .cnt.cnt5817 .fin {
  text-align: center;
  margin: 50px 0px 0px 0px;
  padding: 0px 20px;
}


/* slider5791/show_0 */ 

#page .slider .bx-pager-link {
  text-decoration: none!important;
}
#page .slider .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
#page .slider .bx-controls .bx-pager {
  width: auto!important;
}
#page .slider .bx-controls-direction a {
  position: absolute!important;
}
#page .slider .bx-wrapper img {
  z-index: 1;
  margin: 0 auto;
}
#page .slider header {
  left: calc(50% - 550px);
  bottom: 50px;
  position: absolute;
  background: transparent;
  padding: 30px 50px;
  background-color: #143376;
  max-width: 500px;
}
#page .slider header h1 {
  font-size: 42px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#page .slider header p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.5em;
}
#page .slider .bx-pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
}
#page .slider .bx-pager a {
  background: transparent;
  background-color: RGBA(255,255,255,0.5);
  width: 10px;
  height: 10px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  margin: 0px 5px;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: RGBA(189,0,0,1);
}
#page .slider {
  max-width: 1400px;
  margin: 0px auto;
}
#page .slider .e-ue {
  position: absolute;
  top: 20px;
  right: calc(50% - 530px);
  z-index: 999;
}

@media (max-width: 1100px) {
  #page .slider header {
    left: 20px;
  }
  #page .slider .e-ue {
    right: 20px;
    position: absolute;
  }
}

@media (max-width: 767px) {
  #page .slider header {
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    max-width: 100%;
    padding: 30px 20px 50px 20px;
  }
}

@media (max-width: 479px) {
  #page .slider .e-ue {
    right: 0;
    top: 0;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
  }
}



/* 5799/_0 */ 

#page .cnt-r.cnt5799 {
  background: transparent;
  background-color: #f7f7f7;
  max-width: 100%;
  padding: 0px 0px 50px 0px;
  margin: 0px 0px -50px 0px;
}

#page.wcag-contrast .cnt-r.cnt5799 {
  background: #000;
}

/* 5806/_0 */ 

#page .cnt-r .sub.cnt5806 {
  max-width: 1100px;
  margin: 0px auto;
}


/* text5808/show_0 */ 

#page .mainBox1 {
  padding: 50px 30px 50px calc(55% + 30px);
  text-align: center;
  background: transparent;
  background-color: #ffffff;
}
#page.wcag-contrast .mainBox1 {
  background: #000;
}
#page .mainBox1 h2 {
  margin: 0px 0px 30px 0px;
}
#page .mainBox1 .w-ui-Foto {
  background-image: url(/assets/userfiles/sites/0/7/782.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 45%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .mainBox1 {
    padding: 200px 30px 30px 30px;
  }
  #page .mainBox1 h3 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainBox1 .w-ui-Foto {
    right: 0;
    bottom: auto;
    height: 200px;
  }
}



/* text5812/show_0 */ 

#page .class_name {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
#page .cnt-r .cnt.cnt5812 .fin {
  text-align: center;
  margin: 0px 0px 50px 0px;
}


/* text5811/show_0 */ 

#page .mainBox3 {
  padding: 50px 30px 50px calc(55% + 30px);
  text-align: center;
  background: transparent;
  background-color: #ffffff;
}
#page.wcag-contrast .mainBox3 {
  background: #000;
}
#page .mainBox3 h2 {
  margin: 0px 0px 30px 0px;
}
#page .mainBox3 .w-ui-Foto {
  background-image: url(/assets/userfiles/sites/0/8/848.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 45%;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .mainBox3 {
    padding: 200px 30px 30px 30px;
    margin: 0;
  }
  #page .mainBox3 h3 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainBox3 .w-ui-Foto {
    right: 0;
    bottom: auto;
    height: 200px;
  }
}



/* text5810/show_0 */ 

#page .mainBox2 {
  padding: 50px calc(55% + 30px) 50px 30px;
  text-align: center;
  background: transparent;
  background-color: #ffffff;
}
#page.wcag-contrast .mainBox2 {
  background: #000;
}
#page .mainBox2 h2 {
  margin: 0px 0px 30px 0px;
}
#page .mainBox2 .w-ui-Foto {
  background-image: url(/assets/userfiles/sites/0/7/783.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 45%;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page .mainBox2 {
    padding: 200px 30px 30px 30px;
    margin: 0;
  }
  #page .mainBox2 h3 {
    margin: 30px 0px 30px 0px;
  }
  #page .mainBox2 .w-ui-Foto {
    left: 0;
    bottom: auto;
    height: 200px;
  }
}



/* 5813/_0 */ 

#page .cnt-r.cnt5813 {
  margin: 50px auto 0 auto;
  max-width: 100%;
  background: transparent;
  background-color: #143376;
}


/* 5814/_0 */ 

#page .cnt-r .sub.cnt5814 {
  max-width: 1100px;
  margin: 0px auto;
}


/* footer5816/show_0 */ 

#page .footer div.text1 {
  float: left;
  width: 30%;
  padding: 0 20px 0 0;
}
#page .footer div.text2 {
  float: left;
}
#page .footer div.text2 img {
  vertical-align: -2px;
  margin: 0 15px 0 0;
}
#page .footer div.text3 {
  float: right;
  text-align: right;
}
#page .footer {
  color: #788bb0;
  padding: 50px 20px 50px 20px;
}
#page .footer .label {
  width: 110px;
  color: #788bb0;
}
#page .footer h4 {
  color: #c7cedb;
  font-size: 16px;
  font-weight: bold;
}
#page.wcag-contrast .footer, #page.wcag-contrast .footer h4 {
  color: #fff;
}
@media (max-width: 767px) {
  #page .footer div.text1 {
    width: 50%;
  }
  #page .footer div.text2 {
    width: 50%;
  }
  #page .footer div.text3 {
    text-align: center;
    float: none;
    display: block;
    clear: both;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 480px) {
  #page .footer div.text1 {
    float: none;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  #page .footer div.text2 {
    float: none;
    display: block;
    width: 100%;
  }
  #page .footer div.text3 {
    float: none;
    display: block;
  }
}



/* 5819/_0 */ 

#page .cnt-r .sub.cnt5819 {
  padding: 0 20px;
}


/* text5821/show_0 */ 




/* 5825/_0 */ 

#page .cnt-r .sub.cnt5825 {
  padding: 0 20px;
}


/* text5827/show_0 */ 




/* 5837/_0 */ 

#page .cnt-r .sub.cnt5837 {
  padding: 0 20px;
}


/* text5839/show_0 */ 




/* 5840/_0 */ 

#page .cnt-r .sub.cnt5840 {
  padding: 0 20px;
}



/* gallery5842/show_0 */ 

#page .gallery-show .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .gallery-show .gallery article {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 20px 20px;
}
#page .gallery-show .gallery article figure img {
  width: 100%;
}
#page .gallery-show img.photo:hover {
  opacity: 0.7;
}
#page .gallery-show figure {
  position: relative;
}
#page .gallery-show figure img {
  width: 100%;
  display: block;
}
#page .gallery-show figure a:after {
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20,51,118,0.3) url('/assets/userfiles/wysiwyg/67/icon-zoom.png') no-repeat center;
  opacity: 0;
}
#page .gallery-show figure a:hover:after {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #page .gallery-show .gallery article {
    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
}

@media (max-width: 601px) {
  #page .gallery-show .gallery article {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 320px) {
  #page .gallery-show .gallery article {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
  }
}



/* 5843/_0 */ 

#page .cnt-r .sub.cnt5843 {
  padding: 0 20px;
}
#page .cnt-r .cnt5843 .cnt-c0 {
  width: 50%;
}
#page .cnt-r .cnt5843 .cnt-c1 {
  width: 50%;
}
@media (max-width: 797px) {
  #page .cnt-r .cnt5843 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt5843 .cnt-c1 {
    width: 100%;
  }
}



/* contact5907/form_0 */ 

#page .contact-form .form-control {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ebebeb #ebebeb #ebebeb #ebebeb;
  padding: 5px 10px;
  width: 70%;
  font-size: 14px;
}
#page .contact-form .form-label {
  margin: 5px 0px;
  width: 30%;
  font-size: 14px;
}
#page .contact-form .form-error {
  color: #fb0404;
  margin: 0px 0px 3px 30%;
}
#page .contact-form .msg {
  background: transparent;
  background-color: #0c54a0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
#page .contact-form textarea.form-control {
  height: 100px;
}
@media (max-width: 479px) {
  #page .contact-form .form-control {
    width: 100%;
  }
  #page .contact-form .form-label {
    width: 100%;
  }
  #page .contact-form .form-error {
    margin: 0px 0px 3px 0px;
  }
}



/* top5788/show_0 */ 

#page .top {
  height: 100px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  max-width: 1100px;
  margin: 0px auto 10px auto;
  border-style: solid solid solid solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0 0 0 0;
  border-color: #003399;
}
#page.sticky .top {
  height: 50px;
}
#page .top header {
  height: 100%;
  position: relative;
}
#page .top .logo {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#page .top .logo img {
  height: 42px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page.sticky .top .logo img {
  height: 30px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top .logo span.podpis {
  clear: both;
  display: block;
}
#page .top div.text1 {
  position: absolute;
  top: 70%;
  right: 20px;
  font-size: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: top .25s linear;
  -moz-transition: top .25s linear;
  -webkit-transition: top .25s linear;
}
#page.sticky .top div.text1 {
  top: 50%;
}
#page .top div.text1 img {
  margin-right: 10px;
  vertical-align: -6px;
}
#page .top div.wcag {
  position: absolute;
  bottom: 70px;
  right: 20px;
  font-size: 16px;
  color: #5c5c5c;
  background: #f9f9f9;
  padding: 0 5px 2px 5px;
}
#page .top .wcag span {
  margin: 0 10px;
}
#page .top .wcag a {
  font-size: 16px;
  margin: 0 1px;
}
#page .top .wcag a.wcag-a3 {
  font-size: 18px;
  font-weight: bold;
}
#page .top .wcag a.wcag-a2 {
  font-size: 15px;
  font-weight: bold;
}
#page .top .wcag a.wcag-a1 {
  font-size: 12px;
  font-weight: bold;
}
#page .top nav.menu1 {
  position: absolute;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max-content;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 10px 0px 10px 0px;
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #363636;
  margin: 0px 30px;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -20px;
  right: -20px;
  top: 100%;
  background: transparent;
  background-color: #0c54a0;
  padding: 5px 0px;
}
#page .top nav.menu1 ul.menu-sub.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 16px;
  font-weight: normal;
  color: #363636;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 35px;
  float: right;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="$color3" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -200px;
  left: auto;
  width: 200px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #ff0000;
}
.sidr .menu-sub > li > a {
  font-size: 13px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  display: block;
}
.sidr .menu-sub > li > a:hover {
  color: #ff0000;
}
.sidr-open .sidr {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: transparent;
  z-index: 999998;
  background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #ff0000;
}
#page .top nav.menu1 > ul > li.sel > a {
  border-style: solid solid solid solid;
  border-width: 0px 0px 3px 0px;
  border-color: #003399;
  border-radius: 0 0 0 0;
}
#page.wcag-size5 .top nav.menu1 > ul > li > a {
  font-size: 18px;
}
#page.wcag-size4 .top nav.menu1 > ul > li > a {
  font-size: 16px;
}
#page.wcag-size2 .top nav.menu1 > ul > li > a {
  font-size: 13px;
}
#page.wcag-size1 .top nav.menu1 > ul > li > a {
  font-size: 12px;
}
#page.wcag-contrast .logo img {
  filter: brightness(200%) saturate(0%) contrast(1000%) invert(100%);
  -webkit-filter: brightness(200%) saturate(0%) contrast(1000%) invert(100%);
  -moz-filter: brightness(200%) saturate(0%) contrast(1000%) invert(100%);
}
#page .top nav.menu1 ul.menu-sub > li > a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
#page .top nav.menu1 ul.menu-sub > li > a:hover {
  text-align: center;
  color: #c7cedb;
}
@media (min-width: 768px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 950px) {
  #page .top .logo img {
    height: 30px;
  }
  #page .top nav.menu1 > ul > li > a {
    margin: 0px 15px;
  }
}

@media (max-width: 769px) {
  #page .top nav.menu1 {
    margin: 0;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
}

@media (max-width: 479px) {
  #page .top {
    height: 50px;
  }
  #page .top div.text1 {
    display: none;
  }
  #page .top nav.menu1 {
    right: 20px;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}



/* 5785/_0 */ 

#page .cnt-r.cnt5785 {
  max-width: 100%;
  padding: 110px 0px 0px 0px;
  z-index: 9;
}
@media (max-width: 480px) {
  #page .cnt-r.cnt5785 {
    padding: 60px 0px 0px 0px;
  }
}



/* 5786/_0 */ 

#page .cnt-r .sub.cnt5786 {
  max-width: 100%;
  margin: 0px auto;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  background-color: #fff;
}
#page.sticky .cnt-r .sub.cnt5786 {
  box-shadow: 0 0 5px 0 RGBA(0,0,0,0.3);

}

#page.wcag-contrast .cnt-r .sub.cnt5786 {
  background: #000;
}


/* contact5905/address_0 */ 


### sub

#page .cnt-r .sub.cnt$idCnt {
  padding: 0 20px;
}

/* contact5906/map_0 */ 

#page .contact-map .map {
  height: 400px;
}
.gm-style-iw {
  overflow: hidden !important;
}
#infoWindow {
  padding: 5px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial, "Comic Sans MS", cursive;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  letter-spacing: normal;
  text-align: left;
  vertical-align: middle;
  word-spacing: normal;
}
#page .contact-map {
  margin: 30px 0px 0px 0px;
}


/* 6528/_0 */ 

#page .cnt-r .sub.cnt6528 {
  padding: 0 20px;
}


/* text6530/show_0 */ 

#page .cnt-r .cnt.cnt6530 .fin div img {
  max-width: 90%;
}


/* 6531/_0 */ 

#page .cnt-r .sub.cnt6531 {
  padding: 0 20px;
}


/* text6533/show_0 */ 



