@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:500&subset=latin-ext');
@import url('style-plugins.css');
@import url('style-templates.css');

/* 1. Layout -----------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
:focus {
	outline: none;
}
body {
	font-size: 90%;
	background: #202020;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

#bg1 {
	position: relative;
  height: auto;
	width: 100%;
  padding: 90px 0px 0px 0px;
}

#layout {
	position: relative;
	width: 1455px;
	margin: auto;
	text-align: left;
}

/* 2. Header -----------------------------------------------------------------*/
#header {
	position: absolute;
	top: 0px;
  left: 0px;
	width: 100%;
	z-index: 4;
  background: #ffcb00;
  height: 90px;
}
#headerIn {
	position: relative;
  width: 1455px;
  margin: auto;
	text-align: left;
}

#headerIn .lezven {
  display: none;
  width: 0;
}

#logo a {
	position: absolute;
	display: block;
	float: left;
	left: 0px;
	top: 20px;
	width: 168px;
	height: 49px;
	text-align: center;
	color: white;
  font-size: 140%;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
  background: url('../images/logo.png') no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#lang {
	position: absolute;
	top: 0px;
  right: 0px;
	z-index: 2;
  padding: 1px 10px 0px 10px;
  height: 26px;
  line-height: 26px;
  font-size: 80%;
  font-weight: nomal;
  background: black;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#lang a {
	color: white;
  text-decoration: none;
  margin: 0px 13px 0px 13px;
  font-family: 'Oswald', sans-serif;
}
#lang a:hover, #lang a.pageActive {
	color: #ffcb00;
  text-decoration: underline;
}
#lang a.cs {
  background-image: url('../images/lang/cs.gif');
  padding: 0px 0px 0px 21px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: #e61919;
}
#lang a.en {
  background-image: url('../images/lang/en.gif');
  padding: 0px 0px 0px 21px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: #fe4545;
}
#lang a.pl {
  background-image: url('../images/lang/pl.gif');
  padding: 0px 0px 0px 21px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
#lang a.de {
  background-image: url('../images/lang/de.gif');
  padding: 0px 0px 0px 21px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

#menu {
	position: absolute;
	right: 0px;
	top: 39px;
}
#menu ul li {
	position: relative;
  display: inline-block;
}
#menu ul li a {
	display: inline-block;
	color: black;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
  margin: 0px 1px 0px 1px;
  padding: 1px 13px 0px 13px;
  height: 34px;
  line-height: 34px;
  font-size: 75%;
  text-transform: uppercase;
  font-weight: normal;
  background: #ffcb00;
  border: 2px solid white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#menu ul li a:hover, #menu ul li a.active, #menu ul li a.active:hover {
  color: black;
  background: white;
}

#menu ul li ul {
  display: none;
}

#bannerBg {
	position: fixed;
  top: 0px;
  left: 0px;
	width: 100%;
	height: 80px;
  text-align: right;
  z-index: 3;
}
#home #bannerBg {
	position: relative;
  height: auto;
  box-shadow: none;
}
#banner {
	position: relative;
	width: 1%;
  display: none;
  margin: 0px;
}
#home #banner {
	width: 100%;
  height: auto;
  display: none;
  margin: 0px 0px 0px auto;
  box-sizing: border-box;
}

#headerIn .lezven {
  display: none;
  width: 0;
}

#srchtext {
  border: 0px;
  padding: 0px 67px 0px 15px;
  width: 70px;
  background: white;
  color: #002f5d;
  height: 34px;
  line-height: 34px;
  z-index: 2;
  font-size: 85%;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
}
#headerIn .srchbox {
  position: absolute;
	right: 0px;
	top: 25px;
  z-index: 2;
}
#searchButton, #srchsubm {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	float: left;
	width: 34px;
  height: 34px;
  background: white url('../images/search.png') center center no-repeat;
  cursor: pointer;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
}
#searchButton span, #srchsubm span {
	display: none;
}
#srchsubm {
  display: none;
}
#searchButton:hover, #srchsubm:hover {
	background-color: #eaeaea;
}
#xSearch {
	position: absolute;
	right: -19px;
	top: 10px;
	display: none;
	float: left;
	width: 14px;
  font-size: 80%;
  height: 14px;
  line-height: 14px;
  background: white;
  cursor: pointer;
  color: #002f5d;
  text-align: center;
  text-decoration: none;
}
#xSearch:hover {
	background-color: #eaeaea;
  color: #002f5d;
  text-decoration: none;
}

/* 3. Content -----------------------------------------------------------------*/
#content {
	position: relative;
	width: 1455px;
	padding: 30px 0px 30px 0px;
	font-size: 90%;
	line-height: 1.8;
  text-align: left;
}

#content h1 {
	margin: 0px 0px 30px 0px;
	color: #ffca00;
	font-size: 320%;
	font-weight: 300;
	line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  display: flex;
}
#content h1:before, #content h1:after {
  content: '';
  flex: 1;
  position: relative;
  border-bottom: 1px solid #4a4a4a;
  top: 2px;
}
#content h1:before {
  margin: auto 25px auto auto;
}
#content h1:after {
  margin: auto auto auto 25px;
}
#content h1 strong {
	color: white;
  font-weight: 300;
}

#content h2 {
	margin: 40px 0px 20px 0px;
	color: white;
	font-size: 180%;
	font-weight: 300;
	line-height: 1.3;
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
}
#content h2 strong {
	color: #ffca00;
  font-weight: 300;
}
#content h3, #content .heading {
	margin: 25px 0px 8px 0px;
	color: #ffca00;
	font-size: 120%;
	font-weight: 300;
	line-height: 1.3;
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
}
#content h3 strong {
	color: white;
  font-weight: 300;
}
#content .heading {
	margin: 0px 0px 5px 0px;
  text-align: left;
}

#content #breadcrumbs {
	color: #ababab;
  text-align: center;
  font-size: 85%;
}
#content #breadcrumbs a {
	color: #ababab;
}
#content #breadcrumbs a:hover {
	color: #ababab;
}


#content ul, #content ol {
	margin: 10px 0px 10px 35px;
}

#content p {
	margin: 8px 0px 16px 0px;
	text-align: justify;
}

#content pre {
	font-size: 40%;
}

#content img {
  max-width: 100%;
  height: auto !important;
}
#content iframe {
  max-width: 100%;
}

#content strong em, #content em strong {
	color: #ffca00;
  font-style: normal !important;
  text-transform: uppercase;
}

#content a {
	color: #ffca00;
	text-decoration: underline;
}
#content a:hover {
	color: white;
	text-decoration: none;
}

#content table {
	font-size: 95%;
	width: 100%;
	margin: 20px 0px 20px 0px;
  border: 2px solid black;
  padding: 10px 0px 0px 0px;
  border-collapse: collapse;
}
#content table td, #content table th {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: 0px;
	vertical-align: center;
	border: 1px solid black;
}
#content table thead td, #content table thead th {
	font-size: 120%;
	font-weight: bold;
	color: black;
  background: #ffca00;
}
#content table tbody th {
	font-weight: normal;
}
#content table .col2, #content table .col3 {
	width: 15%;
}
#content table p {
	margin: 0px;
  text-align: center;
}
#content table h2 {
	margin: 0px;
  font-size: 120%;
  color: black;
  text-align: center;
}
#content table tr:nth-child(even) td, #content table tr:nth-child(even) th {
}

#content .input, #content .shortInput, #content .textarea, #content select {
	border: 0px;
	color: white;
	margin: 0px 0px 3px 0px;
	font-size: 95%;
	font-family: sans-serif;
	background: #191919;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#content .input:focus, #content .shortInput:focus, #content .textarea:focus {
	border: 1px solid #ffca00;
	background: black;
}
#content .input {
	padding: 3px 8px 3px 8px;
	width: 365px;
	height: 24px;
	line-height: 24px;
}
#content .shortInput {
	padding: 2px 8px 2px 8px;
	width: 50px;
	height: 24px;
	line-height: 24px;
}
#content .textarea {
	padding: 6px 8px 6px 8px;
	width: 365px;
	height: 180px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#content button {
	position: relative;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  background: #202020;
  border: 2px solid #ffca00;
  color: white;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 100%;
  margin: auto;
  padding: 0px 25px 0px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#content .centerForm button {
  padding: 2px 37px 0px 37px;
  margin-left: 20px;
}
#content button:hover {
  background-color: #ffca00;
  color: black;
}
#content form.contactForm button {
	position: relative;
	left: 187px;
}


#content form.contactForm {
	position: relative;
	text-align: center;
}
#content form.centerForm {
	margin: 40px 0px 0px 0px;
	position: relative;
  text-align: center;
}
#content form.contactForm div, #content form.centerForm div {
	margin: 0px 0px 10px 0px;
	position: relative;
}
#content form.contactForm .captcha {
	position: relative;
	top: 11px;
	left: 0px;
  padding: 3px;
	border: 1px solid #cbcbcb;
}
#content form.contactForm .captcha2 {
	position: relative;
	top: -1px;
	left: 181px;
	border: 0px;
}
#content span.formLine {
	display: inline-block;
	width: 95px;
	line-height: 30px;
	font-weight: bold;
  text-align: left;
}
#content .centerForm span.formLine {
	color: #cc312e;
  width: 130px;
}
#content span.formLineMess {
	display: inline-block;
	width: 95px;
	line-height: 30px;
	font-weight: bold;
	color: #909090;
  position: relative;
  vertical-align: top;
  text-align: left;
}
#content span.formLine2 {
	display: inline-block;
	width: 120px;
	line-height: 21px;
	font-weight: bold;
	color: #909090;
}

#content .greyLine span.formLine {
	color: #a8a8a8;
}
#content .greyLine .input {
	color: #a8a8a8;
	border-color: #a8a8a8;
}
#content .buttonLine {
  padding: 0px 0px 0px 0px;
}


#content span.required {
	color: #ffca00;
}
#content input.sleep {
	display: none;
}
#content p.stav {
	border: 1px solid #f9bc2d;
	color: black;
	background: #ffe058;
	text-align: center;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#content p.hours {
	display: inline-block !important;
  text-align: left !important;
}
#content p.hours strong {
	display: inline-block !important;
  width: 26px;
}

.menu {
  width: 100%;
  height: auto;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd73b+0,a1b825+100 */
  background: #bfd73b; /* Old browsers */
  background: -moz-linear-gradient(top, #bfd73b 0%, #a1b825 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfd73b 0%,#a1b825 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfd73b 0%,#a1b825 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd73b', endColorstr='#a1b825',GradientType=0 ); /* IE6-9 */
  padding: 10px 0px 10px 0px;
}
.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.menu ul ul {
  display: none;
}
.menu ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.menu ul li a {
  margin: 0px 3px 10px 3px;
  padding: 7px 30px 7px 30px;
  box-sizing: border-box;
  background: #008dae;
  color: white;
  display: inline-block;
  text-shadow: none;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-decoration: none;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
  font-size: 100%;
  letter-spacing: 1px;
}
.menu ul li a:hover, .menu ul li a.active {
  color: #008dae;
  background: white;
}

#content .menu2 {
  margin: 0px 0px 15px 0px;
}
#content .menu2 ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  text-align: center;
  background: transparent;
}
#content .contentLeft49 .menu2 ul {
  text-align: left;
}
#content .menu2 ul ul {
  display: none;
}
#content .menu2 ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  box-sizing: border-box;
}
#content .contentLeft49 .menu2 ul li {
  display: block;
}
#content .menu2 ul li a {
  padding: 6px 30px 5px 30px;
  margin: 0px 5px 10px 0px;
  box-sizing: border-box;
  background: #f2d500;
  width: 100%;
  color: black;
  display: inline-block;
  text-shadow: none;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 100%;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
#content .menu2 ul li a:hover, #content .menu2 ul li a.active {
  color: #f2d500;
  background: #8a5b09;
}

#content a[href$=".pdf"] {
  color: #ba0000;
  padding: 2px 0px 1px 24px;
  background: url('../images/pdf.gif') no-repeat;
}
#content a[href$=".doc"], #content a[href$=".docx"], #content a[href$=".rtf"], #content a[href$=".dot"], #content a[href$=".dotx"] {
  color: #0b2c7a;
  padding: 2px 0px 1px 24px;
  background: url('../images/doc.gif') no-repeat;
}
#content a[href$=".xls"], #content a[href$=".xlsx"] {
  color: #355823;
  padding: 2px 0px 1px 24px;
  background: url('../images/xls.gif') no-repeat;
}
#content a[href$=".zip"], #content a[href$=".rar"] {
  color: #a8750d;
  padding: 2px 0px 1px 24px;
  background: url('../images/zip.gif') no-repeat;
}

#content .margin1 {
  margin-top: 8px !important;
}
#content .margin2 {
  margin-top: 49px !important;
}

#content p.textBox {
	background: #f3f3f3;
	margin: 30px 0px 30px 0px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#content div.textBox {
	background: #f3f3f3;
	margin: 0px;
	padding: 12px 20px 4px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  font-style: italic;
}
#content div.textBox p {
  text-align: center;
}

#content .contentLeft32, #content .contentRight32, #content .contentCenter32,
#content .contentLeft32 h2, #content .contentRight32 h2, #content .contentCenter32 h2,
#content .contentLeft32 p, #content .contentRight32 p, #content .contentCenter32 p {
  text-align: center;
}

#content a.bigButton, #yellowBox a.bigButton,
#content .contentLeft32 h2 a, #content .contentRight32 h2 a, #content .contentCenter32 h2 a {
  padding: 7px 30px 7px 30px;
  box-sizing: border-box;
  background: #202020;
  border: 2px solid #ffca00;
  color: white;
  display: inline-block;
  text-shadow: none;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  font-size: 100%;
  letter-spacing: 1px;
}
#content a.bigButton:hover, #content a.bigButtonActive, #yellowBox a.bigButton:hover, #yellowBox a.bigButtonActive,
#content .contentLeft32 h2 a:hover, #content .contentRight32 h2 a:hover, #content .contentCenter32 h2 a:hover {
  color: black;
  background: #ffca00;
}

#content .contentLeft32 h2 a, #content .contentRight32 h2 a, #content .contentCenter32 h2 a {
  font-size: 60%;
}

#content .zoom {
	text-align: center;
}
#content .zoom a {
	text-decoration: none;
}
#content .zoom a strong {
	background: url('../images/search.png') no-repeat;
	padding: 0px 0px 0px 30px;
}


/* 6. Footer -----------------------------------------------------------------*/
#yellowBox {
	position: relative;
  width: 100%;
  background: #e0e0e0;
	color: white;
	font-size: 100%;
  line-height: 1.5;
}
#yellowBoxIn {
	position: relative;
	margin: auto;
	text-align: left;
  width: 1455px;
	padding: 25px 0px 25px 0px;
}
#yellowBox .center {
	text-align: center;
}
#yellowBoxIn .boxcontent {
	text-align: center;
  justify-content: space-between;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#yellowBoxIn h2, #yellowBoxIn .heading {
	display: block;
  width: 100%;
  margin: 0px 0px 10px 0px;
	color: #8a5b09;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3;
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#yellowBoxIn .box {
	color: black;
	font-size: 90%;
  text-align: left;
}
#yellowBoxIn .box a {
	color: black;
  text-decoration: underline;
}
#yellowBoxIn .box a:hover {
	color: #8a5b09;
  text-decoration: none;
}
#yellowBoxIn .box h2 a {
	color: white;
  text-transform: none;
}
#yellowBoxIn .box img {
	position: relative;
  top: 10px;
  margin: 0px 5px 0px 0px;
}
#yellowBoxIn .box p {
  margin: 0px 0px 5px 0px;
}

#yellowBoxIn .gallery strong {
  display: inline-block;
  margin: 10px 0px 0px 0px;
  white-space: pre-wrap;
  font-size: 110%;
}
#yellowBoxIn .gallery {
  max-width: 175px;
  min-width: 175px;
  text-align: center;
  margin: 0px 5px 0px 5px;
}
#yellowBoxIn .gallery a {
  color: #6f6f6f;
  font-size: 90%;
}
#yellowBoxIn .gallery a:hover {
  color: #d49e17;
}

#greyBox {
	position: relative;
  width: 100%;
	color: black;
	font-size: 95%;
  background: black;
  padding: 40px 0px 40px 0px;
} 
#greyBox a {
  padding: 7px 30px 7px 30px;
  box-sizing: border-box;
  background: black;
  border: 2px solid #ffca00;
  color: white;
  display: inline-block;
  text-shadow: none;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  font-size: 100%;
  letter-spacing: 1px;
}
#greyBox a:hover {
  color: black;
  background: #ffca00;
} 

#footer {
	position: relative;
  width: 100%;
	color: black;
	font-size: 95%;
  line-height: 1.5;
  background: #ffcc00;
}  
#footerIn {
	position: relative;
	margin: auto;
	text-align: left;
  width: 1455px;
	padding: 30px 0px 30px 0px;
}
#footer strong {
	color: white;
}
#footer a {
	color: white;
  font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
#footer p {
	margin: 12px 0px 10px 0px;
}
#footer div.right {
	position: relative;
  top: 13px;
	float: right;
  text-align: right;
  font-size: 95%;
}
#footer div.right img {
	position: relative;
  top: 2px;
}
#footer #footerIcons {
	position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: center;
}
#footer #footerIcons img {
  margin: 0px 3px 0px 3px;
}
#footer #footerIcons span {
  position: relative;
  top: -10px;
  font-size: 120%;
  font-weight: bold;
  margin: 0px 2px 0px 5px;
}

#footerMap {
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#footerMapCanvas {
	position: relative;
  border: 0px;
  width: 100%;
  height: 300px;
  display: block;
}

/* 8. Other -----------------------------------------------------------------*/
div.clear {
	position: relative;
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: -1px 0px 0px 0px;
}
div.clear2 {
	clear: both;
}
.hideForm {
	display: none;
}
#content div.emptyBox {
	font-size: 1%;
	height: 15px;
}
#leftBar div.emptyBox {
	font-size: 1%;
	height: 5px;
}
#content .center {
	text-align: center;
}
#content .right {
	text-align: right;
}
#content .left {
	text-align: left;
}
#content .justify {
	text-align: justify;
}
#content .red {
	color: red;
}
#content .nomargin {
	margin: 0px !important;
}
#content .hide {
	display: none;
}
span.separator {
	padding: 0px 6px 0px 6px;
}
#content .small {
	font-size: 85%;
}
#content .highlight {
	background: #ffe736;
	color: black;
	padding: 2px;
}
#content a .highlight {
	text-decoration: underline;
}
#content a:hover .highlight {
	text-decoration: none;
}
#content .search-result-box {
	margin: 0px 0px 15px 0px;
}
#content .search-result-box p {
	margin: 0px 0px 4px 0px;
}
#content p.results {
	text-align: center;
}
#content p.results span {
	background: #d49e17;
  color: white;
  font-weight: bold;
  padding: 1px 6px 1px 6px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

#content #searchEngine, #content .search-result {
	text-align: center;
}

#footerMap .scrolloff {
  pointer-events: none;
}

#content a:hover img, #footer a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80, style=0);
}
#greyBox a, #content a, #categoryBox a, #footer a, #topBox a, #yellowBox a, #content img, #footer img, #header a, #mobileMenu, #bannerBar .box, #bannerBar .heading, #content button, #content input, #content textarea, #contactBox button, #contactBox input, #contactBox textarea {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#content .article .articleContent h2, #content .article .articleContent h2 a, #content .article .articleContent, #content .article, 
#yellowBox .article .articleContent h2, #yellowBox .article .articleContent h2 a, #yellowBox .article .articleContent, #yellowBox .article, 
#content .product .productContent h2, #content .product .productContent h2 a, #content .product .productContent, #content .product,
#content .reference h2, #content .reference {
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}

#map_canvas {
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

