@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('style-plugins.css');
@import url('style-templates.css');


/* 1. Layout -----------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
:focus {
	outline: none;
}
a, button {
	cursor: pointer;
}
body {
    font-size: 90%;
    font-weight: 400;
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background: white;
}

#bg1 {
    position: relative;
    height: auto;
    width: 100%;
}

#layout {
	position: relative;
	margin: auto;
}

.container {
    width: 1168px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* 2. Header -----------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
    background: rgba(255,255,255,0.9);
    height: 90px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}
#headerIn {
    position: relative;
    margin: auto;
    text-align: left;
}
#headerTop {
    position: relative;
    height: 25px;
    line-height: 25px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    font-size: 90%;
}
#headerTopIn {
    position: relative;
    margin: auto;
    text-align: left;
    display: flex;
}
#headerTopIn > div {
    width: 70%;
}
#headerTopIn > div#headerTopRight {
    width: 30%;
    text-align: right;
}
#headerTop a {
    color: white;
    text-decoration: none;
    margin-right: 13px;
}
#headerTop #headerTopRight a {
    margin-right: 0px;
    margin-left: 13px;
}
#headerTop a:hover {
    color: #187bd7;
}
#headerTop a > span {
    margin-left: 3px;
}

#headerTop a.lang {
    padding: 0px 0px 0px 18px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#headerTop a.cs {
  background-image: url('../images/lang/cs.gif');
}
#headerTop a.en {
  background-image: url('../images/lang/en.gif');
}
#headerTop a.ru {
  background-image: url('../images/lang/ru.gif');
}
#headerTop a.fr {
  background-image: url('../images/lang/fr.gif');
}
#headerTop a.es {
  background-image: url('../images/lang/es.gif');
}
#headerTop a.cn {
  background-image: url('../images/lang/cn.gif');
}
#headerTop a.de {
  background-image: url('../images/lang/de.gif');
}
#headerTop a.ar {
  background-image: url('../images/lang/ar.gif');
}
#headerTop a.pl {
  background-image: url('../images/lang/pl.gif');
}

#logo a {
    position: absolute;
    display: block;
    float: left;
    left: 0px;
    top: 10px;
    width: 259px;
    height: 70px;
    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;
}

#headerIn .srchbox {
  position: absolute;
  right: 0px;
  top: 27px;
  z-index: 2;
}
#srchtext {
  border: 0px;
  padding: 0px 30px 0px 15px;
  margin: 0px 20px 0px 0px;
  width: 195px;
  background: #f4f4f4;
  color: black;
  height: 36px;
  line-height: 37px;
  z-index: 2;
  font-size: 70%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#headerIn .lezven {
  display: none;
  width: 0;
}
#searchButton, #srchsubm {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  float: left;
  font-size: 120%;
  width: 36px;
  height: 36px;
  line-height: 38px;
  background: #187bd7;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  transition: 350ms;
}
#searchButton:before, #srchsubm:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
#searchButton:hover, #srchsubm:hover {
  background: black;
  color: white;
}
#searchButton span, #srchsubm span {
  display: none;
}
#srchsubm {
  display: none;
}
#xSearch {
  position: absolute;
  right: -19px;
  top: 13px;
  display: none;
  float: left;
  width: 14px;
  font-size: 80%;
  height: 14px;
  line-height: 13px;
  background: #187bd7;
  cursor: pointer;
  color: white;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#xSearch:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}


#mobileMenu {
  display: none;
}
  
#menu {
  position: absolute;
  right: 70px;
  top: 27px;
}
#menu ul li {
  position: relative;
  display: inline-block;
}
#menu > ul > li {
	vertical-align: bottom;
}
#menu ul li a {
  box-sizing: border-box;
  display: inline-block;
  color: black;
  text-decoration: none;
  margin: 0px;
  padding: 2px 10px 0px 10px;
  height: 36px;
  line-height: 33px;
  font-size: 85%;
  font-weight: 400;
  background: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
#menu ul li a:hover {
  color: #187bd7;
  border-color: #187bd7;
}
#menu ul li a.active, #menu ul li a.active:hover {
  color: #187bd7;
  border: 1px solid white;
	background: white;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
}
#menu ul li a.active:hover {
  color: white;
	border: 1px solid #187bd7;
	background: #187bd7;
}
#menu ul li a.shop, #menu ul li a.shop:hover {
  margin-left: 2px;
  color: white;
  border: 1px solid #187bd7;
  background: #187bd7;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  line-height: 31px;
}
#menu ul li a.shop i {
  position: relative;
  top: 1px;
}
#menu ul li a.shop.image img {
  height: 16px;
}
#menu ul li a.shop:hover {
  color: white;
  border: 1px solid black;
	background: black;
}
#menu ul li a.shop.image:hover {
  border: 1px solid #595959;
	background: #595959;
}
#menu ul li a i {
  font-size: 130%;
}
#menu ul li a i.fa-home {
  line-height: 29px;
}
#menu ul li a.shop i {
  margin-right: 2px;
}

#menu ul li a.shop.fb,
#menu ul li a.shop.ig {
  width: 36px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}


#banner {
    position: relative;
    width: 100%;
    margin: 0px;
    background: url('../userfiles/video/poster.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#topBanner {
	position: relative;
    overflow: hidden;
}
#topBanner img {
    width: 100%;
    display: block;
}

.akce-product #topBanner, .akce-article #topBanner {
	overflow: hidden;
}
.akce-product #topBanner img {
    margin: -20% 0px -20% 0px;
}
.akce-article #topBanner img:not(.noMargin) {
    margin: -25% 0px -25% 0px;
}


#fullscreen-bg {
	position: relative;
}
#fullscreen-bg video {
	width: 100%;
    display: block;
}
#fullscreen-bg span.volume {
	position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    display: none;
    background: rgba(255,255,255,0.5);
    color: black;
    border-radius: 50%;
    font-size: 140%;
    z-index: 3;
    cursor: pointer;
    transition: color 350ms, background 350ms;
}
#fullscreen-bg span.volume:hover {
    background: rgba(0,0,0,0.5);
    color: white;
}



/* 3. Content -----------------------------------------------------------------*/
#content {
	position: relative;
	padding: 30px 0px 30px 0px;
	font-size: 90%;
	line-height: 1.9;
  text-align: left;
  margin: auto;
}
.in-index #content {
	padding-top: 0px;
}

#content h1 {
	margin: 0px 0px 30px 0px;
	color: #187bd7;
	font-size: 300%;
	font-weight: 400;
	line-height: 1.3;
}
#content h1 strong {
	color: black;
}
.in-index #content h1 {
	font-size: 260%;
}


#content h2 {
	margin: 40px 0px 20px 0px;
	color: black;
	font-size: 160%;
	font-weight: 400;
	line-height: 1.3;
}
.in-index #content h2 {
	line-height: 1.9;
}
#content h2 strong {
	color: #187bd7;
}

#content h3, #content .heading {
	margin: 25px 0px 15px 0px;
	color: #187bd7;
	font-size: 120%;
	font-weight: 400;
	line-height: 1.3;
}
#content h3 strong {
	color: black;
}
#content .heading {
	margin: 0px 0px 5px 0px;
  text-align: left;
}

.in-index #content #breadcrumbs {
	display: none;
}
#content #breadcrumbs {
	color: #ababab;
  font-size: 85%;
}
#content #breadcrumbs a {
	color: #ababab;
}
#content #breadcrumbs a:hover {
	color: #ababab;
}


#content ol {
	margin: 30px 0px 30px 35px;
}

#content ul:not(.tabs) {
    margin: 30px 0px 30px 0px;
    list-style-type: none;
}
#content ul:not(.tabs) li {
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 4px 14px 4px 36px;
    text-align: justify;
    border-bottom: 1px solid #cbcbcb;
}
#content ul:not(.tabs) li:nth-last-of-type(1) {
    border-bottom: 0px;
}
#content ul:not(.tabs) li:before {
    position: absolute;
    top: 1px;
    left: 10px;
    color: #187bd7;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 130%;
}

#content p {
	margin: 30px 0px 30px 0px;
	text-align: justify;
}

#content pre {
  font-size: 100%;
  white-space: normal;
  background: #9ace82 url('../images/pre.jpg') center center no-repeat;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  color: white;
  padding: 35px 35% 35px 35px;
  margin: 35px 0px;
  font-family: inherit;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 0px 0px 16px rgba(0,0,0,0.55);
}

#content img, #footer p img {
  max-width: 100%;
  height: auto !important;
}
.site88 #content img {
  vertical-align: middle;
  margin: 25px 15px 25px 15px;
}
#content iframe {
  max-width: 100%;
}

#content strong em, #content em strong {
	color: #187bd7;
  font-style: normal !important;
  text-transform: uppercase;
}

#content a {
	color: #187bd7;
	text-decoration: underline;
}
#content a:hover {
	color: black;
	text-decoration: none;
}

#content .tableWrap {
    margin: 20px 0px 20px 0px;
    overflow-x: auto;
    overflow-y: visible;
}
#content table {
    font-size: 95%;
    width: 100%;
    margin: 0px;
    border: 0px solid black;
    padding: 10px 0px 0px 0px;
    border-collapse: collapse;
    height: auto !important;
}
#content table td, #content table th {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border: 0px;
	vertical-align: center;
	border-bottom: 1px solid black;
    height: auto !important;
}
#content table tr {
    height: auto !important;
}
#content table thead td, #content table thead th {
	border-bottom: 0px;
    padding: 8px 10px 8px 10px;
	font-size: 110%;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    background: #187bd7;
}
#content table tbody th {
	font-weight: normal;
}
#content table .col2, #content table .col3 {
	width: 15%;
}
#content table tr.paid td {
    color: #225307;
    background: #e9f4e3;
}
#content table tr.paid td a {
    color: #4ca709;
}
#content table tr.paid td a:hover {
    color: black;
}

#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 .mediumInput, #content .textarea, #content select {
    border: 0px;
    color: black;
    margin: 0px 0px 3px 0px;
    font-size: 95%;
    font-family: sans-serif;
    background: white;
    border: 1px solid #b7b7b7;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    max-width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
#content #newsletterBoxIn input {
    border-radius: 34px;
}
#content .input:focus, #content .mediumInput:focus, #content .shortInput:focus, #content .textarea:focus {
	border: 1px solid #187bd7;
	background: #f1f1f1;
}
#content .input {
	padding: 3px 8px 3px 8px;
	width: 365px;
	height: 32px;
	line-height: 32px;
}
#content .mediumInput {
	padding: 2px 8px 2px 8px;
	width: 180px;
	height: 32px;
	line-height: 32px;
}
#content .shortInput {
	padding: 2px 8px 2px 8px;
	width: 80px;
	height: 32px;
	line-height: 32px;
}
#content .textarea {
	padding: 6px 8px 6px 8px;
	width: 365px;
	height: 170px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}

#content .error span.formLine {
	color: #ed1212 !important;
}
#content .error .input {
	border-color: #ed1212;
    box-shadow: 0px 0px 5px rgba(237,18,18,0.75);
}

#content button {
	position: relative;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  border-color: #187bd7;
  background: #187bd7;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 100%;
  margin: auto;
  padding: 0px 25px 0px 25px;
  cursor: pointer;
  font-weight: 700;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
}
#content .centerForm button {
  padding: 2px 37px 0px 37px;
  margin-left: 20px;
}
#content button:hover {
  border-color: black;
  background: black;
  color: white;
}


#content form.contactForm {
	position: relative;
}
#content form.centerForm {
	margin: 40px 0px 0px 0px;
	position: relative;
}
#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: 140px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}
#content .centerForm span.formLine {
    color: #cc312e;
    width: 130px;
}
#content span.formLineMess {
    display: inline-block;
    width: 95px;
    line-height: 30px;
    font-weight: 700;
    color: #909090;
    position: relative;
    vertical-align: top;
    text-align: left;
}
#content span.formLine2 {
	display: inline-block;
	width: 120px;
	line-height: 21px;
	font-weight: 700;
	color: #909090;
}

#content .greyLine span.formLine {
	color: #a8a8a8;
}
#content .greyLine .input {
	color: #a8a8a8;
	border-color: #a8a8a8;
}
#content .buttonLine {
  padding: 0px 0px 0px 0px;
}

#content .checklabel {
    font-size: 110%;
}
#content .checklabel input[type="checkbox"] {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.checktab {
    display: none;
}

#content span.required {
	position: relative;
    color: #187bd7;
}
#content span.required:after {
    position: absolute;
    top: 0px;
    right: 5px;
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-size: 70%;
}
#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: 700;
	margin: 10px 0px 10px 0px;
}

#password-strength-status {
    display: inline-block;
}
#password-strength-status:after {
    position: relative;
    font-weight: 700;
    padding: 4px 10px 3px 10px;
    display: inline-block;
    font-size: 90%;
}
#password-strength-status.weak:after {
    color: #cb1515;
}
#password-strength-status.medium:after {
    color: #da9b13;
}
#password-strength-status.strong:after {
    color: #4dc618;
}

#content p.hours {
	display: inline-block !important;
  text-align: left !important;
}
#content p.hours strong {
	display: inline-block !important;
  width: 26px;
}

#submenu {
  width: 100%;
  height: auto;
  z-index: 3;
  background: white;
  padding: 10px 0px 1px 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#submenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
#submenu ul ul {
  display: none;
}
#submenu ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
#submenu ul li a {
  margin: 0px 3px 9px 3px;
  padding: 4px 17px 4px 17px;
  box-sizing: border-box;
  background: #3e3d40;
  color: white;
  border: 1px solid #3e3d40;
  display: inline-block;
  text-shadow: none;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
  font-size: 95%;
}
#submenu ul li a:hover, #submenu ul li a.active, #submenu ul li.active a {
  color: white;
  background: #187bd7;
  border: 1px solid #187bd7;
}


#content .menuUser {
  margin: 0px 0px 15px 0px;
}
#content .menuUser ul {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  list-style-type: none;
}
#content .menuUser ul ul {
  display: none;
}
#content .menuUser ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
  text-align: center;
}
#content .menuUser ul li:before {
  display: none;
}

#content .menuUser ul li a {
  padding: 6px 20px 5px 20px;
  margin: 0px 4px 10px 0px;
  box-sizing: border-box;
  background: #f5a700;
  color: white;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 100%;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
#content .menuUser ul li a:hover, #content .menuUser ul li a.active {
  background: #3e3d40;
  color: white;
}


#content a.pay:before,
#content a[href$=".pdf"]:before,
#content a[href$=".doc"]:before, #content a[href$=".docx"]:before, #content a[href$=".rtf"]:before, #content a[href$=".dot"]:before, #content a[href$=".dotx"]:before,
#content a[href$=".xls"]:before, #content a[href$=".xlsx"]:before,
#content a[href$=".zip"]:before, #content a[href$=".rar"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 150%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

#content a.pay {
  color: #ba0000;
  text-transform: uppercase;
}
#content a.pay:before {
    content: '\f09d';
}
#content a[href$=".pdf"] {
  color: #ba0000;
}
#content a[href$=".pdf"]:before {
    content: '\f1c1';
}
#content a[href$=".doc"], #content a[href$=".docx"], #content a[href$=".rtf"], #content a[href$=".dot"], #content a[href$=".dotx"] {
  color: #0b2c7a;
}
#content a[href$=".doc"]:before, #content a[href$=".docx"]:before, #content a[href$=".rtf"]:before, #content a[href$=".dot"]:before, #content a[href$=".dotx"]:before {
    content: '\f1c2';
}
#content a[href$=".xls"], #content a[href$=".xlsx"] {
  color: #355823;
}
#content a[href$=".xls"]:before, #content a[href$=".xlsx"]:before {
    content: '\f1c3';
}
#content a[href$=".zip"], #content a[href$=".rar"] {
  color: #a8750d;
}
#content a[href$=".zip"]:before, #content a[href$=".rar"]:before {
    content: '\f1c6';
}


#content .margin1 {
  margin-top: 8px !important;
}
#content .margin2 {
  margin-top: 49px !important;
}

#content .day {
  display: inline-block;
  width: 65px;
  text-align: left;
}

#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 .bigButton,
#content .product span, #categoryBox .product span, #yellowBox .product span, #bottomContent .product span, #homeProducts .product span {
  padding: 7px 30px 7px 30px;
  margin: 0px 0px 8px 0px;
  box-sizing: border-box;
  border-color: #187bd7;
  background: #187bd7;
  color: white;
  display: inline-block;
  text-shadow: none;
  font-weight: 700;
  text-decoration: none;
  font-size: 90%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#content .product span, #categoryBox .product span, #yellowBox .product span, #bottomContent .product span, #homeProducts .product span {
  padding-left: 18px;
  padding-right: 18px;
}
#categoryBox .product span {
  font-size: 80%;
}
#content .bigButton:hover,
#content .product span:hover, #categoryBox .product span:hover, #yellowBox .product span:hover, #bottomContent .product span:hover, #homeProducts .product span:hover,
#content .product:hover span, #categoryBox .product:hover span, #yellowBox .product:hover span, #bottomContent .product:hover span, #homeProducts .product:hover span {
  border-color: black;
  background: black;
  color: white;
}

#content .icon {
  font-size: 160%;
}
#content .icon.red {
  color:#d71111;
}
#content .icon.green {
  color:#65d711;
}


/* 6. Boxy -----------------------------------------------------------------*/
#topStrip {
	position: relative;
  padding: 13px 15px 12px 15px;
  background: #187bd7;
  text-transform: uppercase;
  font-size: 110%;
  color: white;
}
#topStrip em {
	font-style: normal;
}
#topStrip a {
	color: white;
    text-decoration: none;
}
#topStrip a:hover {
	color: black;
}

#clockBox {
    display: inline-block;
}
span.clockButton {
    display: inline-block;
    cursor: pointer;
    transition: 350ms;
}
span.clockButton:hover {
	color: black;
}
#clockButton {
    position: relative;
    text-align: center;
    font-size: 95%;
    margin: 0px auto 0px auto;
    display: block;
    transition: 350ms;
    overflow: hidden;
    max-height: 0px;
}
#clockButtonClose {
    position: absolute;
    top: 5px;
    right: 45px;
    color: white;
    font-size: 160%;
    font-style: normal;
    cursor: pointer;
    display: none;
}
#clockButtonClose:hover {
    color: #187bd7;
}
#clockButtonClose:before {
    content: '\2715';
}
#clockButton.active {
    text-align: left;
    margin: 10px auto 0px auto;
    display: inline-block;
    max-height: 500px;
}
#clockButton p {
    margin-top: 6px;
}
#clockButton strong.day {
    display: inline-block;
    width: 75px;
    text-align: left;
}
#clockButton strong.day.date {
    font-size: 80%;
}

#topBox {
	position: relative;
  padding: 25px 20px 230px 20px;
  background: #85c1e8 url('../images/footer.png') center bottom -20px repeat-x;
}
#topBox .boxcontent {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
#topBox .box {
	position: relative;
  box-sizing: border-box;
  width: 24%;
}
#topBox .boxIn {
    position: relative;
    display: flex;
    flex-direction: column;
}
#topBox .boxIn p {
    font-size: 360%;
    margin: 0px;
}
#topBox .boxIn p em {
    margin-left: 13px;
}
#topBox .box .heading {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    top: 0px;
    justify-content: center;
    left: 0px;
    align-items: center;
    padding: 23% 10px 10px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    order: 999;
    transition: color 350ms;
}
#topBox .box .heading span {
  display: inline-block;
  background: rgba(148,192,228,0.7);
  border-radius: 100px;
  padding: 10px 25px;
  transition: background 350ms;
}
#topBox .box:hover .heading {
    color: #187bd7;
}
#topBox .box:hover .heading span {
  background: white;
}


#topBox .box ul {
	position: absolute;
  display: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  top: 60px;
  left: 0px;
  z-index: 2;
  line-height: 2;
  list-style-type: none;
}
#topBox .box ul a {
	color: white;
  text-shadow: black 0px 0px 10px;
  font-weight: 700;
}
#topBox .box ul a:hover {
	color: #e46c0b;
  text-shadow: white 0px 0px 10px;
}
#topBox .box img {
  max-width: 100%;
  height: auto !important;
}
#topBox .pageUrl {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none;
}
#topBox .pageUrl span {
	display: none;
}
#topBox .box a:hover > img {
  opacity: 1;
  filter:alpha(opacity=100, style=0);
}


#personBox {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    color: black;
    font-size: 95%;
    line-height: 1.8;
}
#personBoxIn {
	position: relative;
	margin: auto;
	text-align: center;
	padding: 25px 0px 25px 0px;
}
#personBox h2 {
    color: black;
    font-size: 200%;
    font-weight: 400;
}
#personBox .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#personBox .box {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
#personBox .box img {
    max-width: 80%;
}
#personBox p {
    line-height: 1.2;
}
#personBox h3 {
    color: black;
    font-size: 105%;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 9px;
    margin-top: 5px;
}
#personBox h3 strong {
    color: #187bd7;
    font-size: 130%;
}


#bubbleBox {
    position: relative;
    width: 100%;
    background: #187bd7;
    color: white;
    font-size: 95%;
    line-height: 1.8;
}
#bubbleBoxIn {
	position: relative;
	margin: auto;
	text-align: center;
	padding: 25px 0px 25px 0px;
}
#bubbleBox h2 {
    color: white;
    font-size: 200%;
    font-weight: 400;
}
#bubbleBox .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#bubbleBox .box {
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
}
#bubbleBox h3 {
    color: white;
    font-size: 120%;
    font-weight: 400;
}
#bubbleBox .bubble {
    position: relative;
    width: 100%;
    padding-top: 100%;    
}
#bubbleBox .bubbleIn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
    color: black;
    justify-content: center;
    align-items: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    font-size: 140%;    
}
#bubbleBox .bubble strong {
    font-size: 280%;    
}
#bubbleBox .bubble sup {
    font-size: 60%;
    position: relative;
    top: -4px;    
}


#newsletterBox {
    position: relative;
    width: 100%;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e0e0e0 0px, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e0e0e0 0px,#ffffff 100%);
    background: linear-gradient(to bottom, #e0e0e0 0px,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
    color: white;
    font-size: 95%;
    line-height: 1.8;
}
#newsletterBoxIn {
	position: relative;
	margin: auto;
	text-align: left;
	padding: 45px 0px 45px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#newsletterBoxIn h4 {
	color: #187bd7;
    font-size: 180%;
    margin-right: 30px;
}
#newsletterBoxIn form {
	flex: 1 1 50%;
}
#newsletterBoxIn form br {
	display: none;
}

#newsletterBoxIn input[type="text"] {
    border: 0px;
    color: black;
    margin: 0px;
    font-size: 95%;
    font-family: sans-serif;
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    max-width: 100%;
    box-sizing: border-box;
    padding: 3px 8px 3px 8px;
    height: 32px;
    line-height: 32px;
    width: 40%;
    vertical-align: middle;
}
#newsletterBoxIn select, #newsletterBoxIn .selectBox {
    color: black;
    margin: 0px 0px 0px 5px;
    font-size: 95%;
    font-family: sans-serif;
    background: #d7d7d7;
    border: 1px solid #d7d7d7;
    max-width: 100%;
    box-sizing: border-box;
    padding: 3px 8px 3px 8px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
#newsletterBoxIn .selectBox {
    display: inline-block;
    padding: 0px 8px 0px 10px;
    cursor: pointer;
}
#external #newsletterBoxIn .selectBox {
    border-radius: 34px;
}
#newsletterBoxIn .selectBox:after {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 10px;
}
#newsletterBoxIn input:focus {
	border: 1px solid white;
	background: white;
}

#newsletterBoxIn .selectBoxGroup {
    position: relative;
}
#newsletterBoxIn #newsletterGroup {
    position: absolute;
    display: none;
    top: 25px;
    left: 5px;
    white-space: nowrap;
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #ffffff 0px, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0px,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0px,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    z-index: 2;
    color: black;
    padding: 10px;
}
#external #newsletterBoxIn #newsletterGroup {
    top: auto;
    bottom: 24px;
    border-radius: 16px;
    min-width: 120px;
}
#newsletterBoxIn #newsletterGroup.active {
    display: block;
}
#newsletterBoxIn #newsletterGroup input {
    position: relative;
    top: 2px;
    margin-right: 3px;
}


#newsletterBoxIn button {
    position: relative;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border-color: #e84e0d;
    background: #e84e0d;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 100%;
    margin: 0px 0px 0px 5px;
    padding: 0px 25px 0px 25px;
    cursor: pointer;
    font-weight: 700;
    vertical-align: middle;
}
#newsletterBoxIn button.crossButton {
    border-color: white;
    background: white;
    color: black;
}
#newsletterBoxIn button:hover {
  border-color: black;
  background: black;
  color: white;
}


#bottomBox {
	position: relative;
  width: 100%;
  background: #85c1e8 url('../images/footer.png') center bottom repeat-x;
	color: #e8f6ff;
	font-size: 95%;
  line-height: 1.8;
}
#bottomBoxIn {
	position: relative;
	margin: auto;
	text-align: left;
	padding: 60px 0px 260px 0px;
}
#bottomBox .center {
	text-align: center;
}
#bottomBox .boxcontent {
	text-align: center;
  justify-content: space-between;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#bottomBox h2, #bottomBox .heading, #bottomBox h3 {
	display: block;
  width: 100%;
  margin: 0px 0px 10px 0px;
	color: #406c89;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.3;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
#bottomBox .box h3 {
	margin: 35px 0px 10px 0px;
}
#bottomBox .box {
	color: #e8f6ff;
	font-size: 90%;
  text-align: left;
}
#bottomBox .box p {
	margin: 0px 0px 15px 0px;
    font-size: 105%;
}
#bottomBox .box ul {
    margin: 0px 0px 0px 0px;
    line-height: 2.0;
    font-size: 105%;
    list-style-type: none;
}
#bottomBox .box ul em {
    position: relative;
    top: 1px;
    display: inline-block;
    text-align: center;
    width: 20px;
}
#bottomBox .box a {
	color: #e8f6ff;
  text-decoration: underline;
}
#bottomBox .box a:hover {
	color: white;
  text-decoration: none;
}

/* 7. Footer -----------------------------------------------------------------*/
#footer {
	position: relative;
  width: 100%;
	color: #636363;
	font-size: 80%;
  line-height: 1.5;
}  
#footerIn {
	position: relative;
	margin: auto;
	text-align: left;
	padding: 30px 0px 0px 0px;
}
#footer strong {
	color: #187bd7;
}
#footer a {
	color: #187bd7;
	text-decoration: underline;
}
#footer a:hover {
	color: #187bd7;
	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;
    height: 21px;
}
#footer #footerIcons {
	position: absolute;
  top: 44px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: center;
}
#footer #footerIcons img {
  margin: 0px 3px 0px 3px;
}
#footer #footerIcons a[href="#top"] {
  position: relative;
  top: 3px;
  font-size: 120%;
}
#footer #footerIcons i {
  font-size: 160%;
  margin: 0px 5px 0px 5px;
}
#footer #footerIcons span {
  position: relative;
  font-size: 120%;
  font-weight: 700;
  margin: 0px 2px 0px 5px;
}

#footerMap {
	position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#footerMap iframe {
	position: relative;
  width: 100%;
  height: 350px;
}
#footerMapBg {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#map_canvas {
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}

#map iframe {
    display: block;
}

.footerDraw {
  display: block;
  width: 100%;
}

/* 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: 25px;
}
#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: 700;
  padding: 1px 6px 1px 6px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.mobile {
	display: none;
}

#content #searchEngine, #content .search-result {
	text-align: center;
}

#content h2.tabHead {
	background: #f0f0f0;
    cursor: pointer;
    padding: 8px 20px;
    transition: 350ms;
}
#content h2.tabHead:hover {
	background: #187bd7;
    color: white;
}
#content .tabBody {
	display: none;
}
#content .tabBody.active {
	display: block;
}


#content a:hover img, #footer a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80, style=0);
}

#headerIn .srchbox, #newsletterBoxIn input, #newsletterBoxIn button,
#topStrip a, #headerTop, .mobileMenuBg, #header, #menu, #submenu a,
#topBox .box .heading, #topBox .box img, #topBox .box,
#menu ul li.submenu > .submenuArrow,
#content a, #footer a, #topBox a, #bottomBox a, #content img, #footer img, #header a, #mobileMenu, 
#bannerBar .box, #content button, #content input, #content textarea,
#content .article,
#contactBox a.bigButton, #contactBox input, #contactBox button, #contactBox textarea,
#content .product span, #categoryBox .product span, #yellowBox .product span, #bottomContent .product span, #homeProducts .product span,
#content .product em, #categoryBox .product em, #yellowBox .product em, #bottomContent .product em, #homeProducts .product em {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.external #header, .external #bottomBox, .external #footer, .external #content #breadcrumbs {
    display: none;
}
