body {
   background-color: #202020;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a {
   color: #1E90FF;
   text-decoration: underline;
}
a:visited {
   color: #DCDCDC;
}
a:hover {
   color: #DCDCDC;
   text-decoration: underline;
}
.visibility-hidden {
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#wb_services,
#wb_about,
#wb_contact {
   background-attachment: scroll  !important;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
#wb_services,
#wb_about,
#wb_contact {
   background-attachment: scroll  !important;
}
}
#wb_header {
   background-color: #171717;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   left: 0;
   margin: 0;
   position: fixed;
   table-layout: fixed;
   text-align: center;
   top: 0;
   width: 100%;
   z-index: 7777;
}
#header {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 20px 15px 20px 15px;
}
#header > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#header > .row > .col-1,
#header > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#header > .row > .col-1,
#header > .row > .col-2 {
   float: left;
}
#header > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#header > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 66.66666667%;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after {
   content: " ";
   display: table;
}
#header:after,
#header .row:after {
   clear: both;
}
@media (max-width: 320px) {
#header > .row > .col-1,
#header > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
.ThemeableMenu1 .nav {
   color: #2B2B2B;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-align: left;
   text-transform: none;
}
#ThemeableMenu1,
.ThemeableMenu1 .nav,
.ThemeableMenu1 * {
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
   margin: 0;
   padding: 0;
}
.ThemeableMenu1 .nav:before,
.ThemeableMenu1 .nav:after {
   content: " ";
   display: table;
}
.ThemeableMenu1 .nav:after {
   clear: both;
}
.ThemeableMenu1 .nav a {
   text-decoration: none;
}
.ThemeableMenu1 .nav ul {
   margin-bottom: 0;
   margin-top: 0;
}
.ThemeableMenu1 .nav ul ul {
   margin-bottom: 0;
}
.ThemeableMenu1 .container {
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
.ThemeableMenu1 .container:before,
.ThemeableMenu1 .container:after {
   content: " ";
   display: table;
}
.ThemeableMenu1 .container:after {
   clear: both;
}
.ThemeableMenu1 .collapse {
   display: none;
}
.ThemeableMenu1 .collapse.show {
   display: block;
}
.ThemeableMenu1 .collapsing {
   height: 0;
   overflow: hidden;
   position: relative;
   transition: height .35s ease;
}
.ThemeableMenu1 .arrow,
.ThemeableMenu1 .arrow-right {
   border-bottom: 0 dotted;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid #000;
   display: inline-block;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   width: 0;
}
.ThemeableMenu1 .dropdown {
   position: relative;
}
.ThemeableMenu1 .dropdown-toggle:focus {
   outline: 0;
}
.ThemeableMenu1 .dropdown-menu {
   background-clip: padding-box;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   display: none;
   float: left;
   font-size: 16px;
   left: 0;
   list-style: none;
   margin: 2px 0 0;
   min-width: 160px;
   padding: 5px 0;
   position: absolute;
   top: 100%;
   z-index: 1000;
}
.ThemeableMenu1 .dropdown-menu .divider {
   background-color: #C5C5C5;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.ThemeableMenu1 .dropdown-menu > li > a {
   clear: both;
   color: #2B2B2B;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px 3px 20px;
   text-transform: none;
   white-space: nowrap;
}
.ThemeableMenu1 .dropdown-menu > li > a:hover,
.ThemeableMenu1 .dropdown-menu > li > a:focus {
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.ThemeableMenu1 .dropdown-menu > li > a.active,
.ThemeableMenu1 .dropdown-menu > li > a.active:hover,
.ThemeableMenu1 .dropdown-menu > li > a.active:focus {
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   outline: 0;
   text-decoration: none;
}
.ThemeableMenu1 .show > .dropdown-menu {
   display: block;
}
.ThemeableMenu1 .show > a {
   outline: 0;
}
.ThemeableMenu1 .dropdown-header {
   color: #aeaeae;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px;
}
.ThemeableMenu1 .dropdown-backdrop {
   bottom: 0;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu1 .nav > li {
   display: block;
   position: relative;
}
.ThemeableMenu1 .nav > li > a {
   display: block;
   padding: 15px 15px 15px 15px;
   position: relative;
}
.ThemeableMenu1 .nav .show > a,
.ThemeableMenu1 .nav .show > a:hover,
.ThemeableMenu1 .nav .show > a:focus {
   border-color: #343A40;
}
.ThemeableMenu1 .nav .nav-divider {
   background-color: #C5C5C5;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.ThemeableMenu1 .nav .arrow {
   border-bottom-color: #343A40;
   border-top-color: #343A40;
}
.ThemeableMenu1 {
   position: relative;
}
.ThemeableMenu1:before,
.ThemeableMenu1:after {
   content: " ";
   display: table;
}
.ThemeableMenu1:after {
   clear: both;
}
.ThemeableMenu1 .navbar-header:before,
.ThemeableMenu1 .navbar-header:after {
   content: " ";
   display: table;
}
.ThemeableMenu1 .navbar-header:after {
   clear: both;
}
.ThemeableMenu1-navbar-collapse {
   -webkit-overflow-scrolling: touch;
   overflow-x: visible;
}
.ThemeableMenu1-navbar-collapse:before,
.ThemeableMenu1-navbar-collapse:after {
   content: " ";
   display: table;
}
.ThemeableMenu1-navbar-collapse:after {
   clear: both;
}
.ThemeableMenu1-navbar-collapse.show {
   overflow-y: auto;
}
.ThemeableMenu1 .navbar-toggle {
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
   float: right;
   height: 52px;
   padding: 15px 15px 15px 15px;
   position: relative;
   width: 52px;
}
.ThemeableMenu1 .navbar-toggle .line {
   border-radius: 0px;
   display: block;
   height: 4px;
   transition: all 500ms linear;
   width: 22px;
}
.ThemeableMenu1 .navbar-toggle .line {
   margin: 4px auto;
}
.ThemeableMenu1 .navbar-toggle .line:first-child {
   margin-top: 0px  !important;
}
.ThemeableMenu1 .navbar-nav {
   margin: 6px -15px;
}
.ThemeableMenu1 .navbar-nav > li > .dropdown-menu {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   margin-top: 0;
}
.ThemeableMenu1 .navbar-nav > li > a {
   color: #2B2B2B;
}
.ThemeableMenu1 .navbar-nav > li > a:hover,
.ThemeableMenu1 .navbar-nav > li > a:focus {
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.ThemeableMenu1 .navbar-nav > li > a.active,
.ThemeableMenu1 .navbar-nav > li > a.active:hover,
.ThemeableMenu1 .navbar-nav > li > a.active:focus {
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.ThemeableMenu1 .navbar-toggle {
   border: 1px solid transparent;
}
.ThemeableMenu1 .navbar-toggle:hover,
.ThemeableMenu1 .navbar-toggle:focus {
   background-color: transparent;
}
.ThemeableMenu1 .navbar-toggle .line {
   background-color: #A2A2A2;
}
.ThemeableMenu1-navbar-collapse {
   border-color: rgba(197,197,197,1.00);
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #2B2B2B;
   border-top-color: #2B2B2B;
}
.ThemeableMenu1 .navbar-nav > .show > a,
.ThemeableMenu1 .navbar-nav > .show > a:hover,
.ThemeableMenu1 .navbar-nav > .show > a:focus {
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.ThemeableMenu1 .navbar-nav > .show > a .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #2B2B2B;
   border-top-color: #2B2B2B;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #2B2B2B;
   border-top-color: #2B2B2B;
}
.ThemeableMenu1 .navbar-link {
   color: #2B2B2B;
}
.ThemeableMenu1 .navbar-link:hover {
   color: #2B2B2B;
}
.ThemeableMenu1 .navbar-header {
   color: #A2A2A2;
}
@media (min-width: 480px) {
.ThemeableMenu1 .navbar-right .dropdown-menu {
   left: auto;
   right: 0;
}
.ThemeableMenu1 .navbar-header {
   float: left;
}
.ThemeableMenu1-navbar-collapse {
   border-top: 0;
   box-shadow: none;
   width: auto;
}
.ThemeableMenu1-navbar-collapse.collapse {
   display: block !important;
   height: auto !important;
   overflow: visible !important;
   padding-bottom: 0;
}
.ThemeableMenu1-navbar-collapse.show {
   overflow-y: auto;
}
.ThemeableMenu1 .navbar-toggle {
   display: none;
}
.ThemeableMenu1 .navbar-nav {
   float: right;
   margin: 0;
}
.ThemeableMenu1 .navbar-nav > li {
   float: left;
}
.ThemeableMenu1 .container > .navbar-header,
.ThemeableMenu1 .container > .ThemeableMenu1-navbar-collapse {
   margin-left: 0;
   margin-right: 0;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #007BFF;
   border-top-color: #007BFF;
}
}
@media (max-width: 480px) {
.ThemeableMenu1 {
   background-color: transparent;
   background-image: none;
   border: 1px solid #171717;
}
.ThemeableMenu1 .navbar-nav {
   background-color: #FFFFFF;
   background-image: none;
   margin: 0;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu {
   background-color: transparent;
   border: 0;
   box-shadow: none;
   float: none;
   margin-top: 0;
   position: static  !important;
   transform: translate3d(0px, 0px, 0px)  !important;
   width: auto;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu > li > a,
.ThemeableMenu1 .navbar-nav .show .dropdown-menu .dropdown-header {
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu1 .navbar-nav .show .dropdown-menu > li > a {
   line-height: 20px;
}
}
@media (min-width: 480px) {
.ThemeableMenu1 {
   background-color: transparent;
   background-image: none;
   border: 1px solid #171717;
   border-radius: 0px;
}
.ThemeableMenu1 .navbar-nav > li > a {
   color: #A2A2A2;
}
.ThemeableMenu1 .navbar-nav > li > a:hover,
.ThemeableMenu1 .navbar-nav > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #007BFF;
}
.ThemeableMenu1 .navbar-nav > li > a.active,
.ThemeableMenu1 .navbar-nav > li > a.active:hover,
.ThemeableMenu1 .navbar-nav > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #007BFF;
}
.ThemeableMenu1 .navbar-nav > .show > a,
.ThemeableMenu1 .navbar-nav > .show > a:hover,
.ThemeableMenu1 .navbar-nav > .show > a:focus {
   background-color: transparent;
   background-image: none;
   color: #007BFF;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a:hover .arrow {
   border-bottom-color: #007BFF;
   border-top-color: #007BFF;
}
.ThemeableMenu1 .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #A2A2A2;
   border-top-color: #A2A2A2;
}
.ThemeableMenu1 .navbar-nav > li > a.active > .arrow,
.ThemeableMenu1 .navbar-nav > li > a.active:hover > .arrow,
.ThemeableMenu1 .navbar-nav > li > a.active:focus > .arrow {
   border-bottom-color: #007BFF;
   border-top-color: #007BFF;
}
.ThemeableMenu1 .navbar-nav > .show > a .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:hover .arrow,
.ThemeableMenu1 .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #007BFF;
   border-top-color: #007BFF;
}
.ThemeableMenu1 .navbar-link {
   color: #A2A2A2;
}
.ThemeableMenu1 .navbar-link:hover {
   color: #fff;
}
}
#ThemeableMenu1 i {
   font-size: 16px;
   left: 0;
   margin-right: 4px;
   position: relative;
   top: 0;
   width: 16px;
}
#ThemeableMenu1 li {
   color: #A2A2A2;
   transition: color 500ms linear 0ms;
}
#ThemeableMenu1 li:hover {
   color: #007BFF;
   transition: color 500ms linear 0ms;
}
#ThemeableMenu1 li a {
   color: #A2A2A2;
   transition: color 500ms linear 0ms;
}
#ThemeableMenu1 li a:hover {
   color: #007BFF;
   transition: color 500ms linear 0ms;
}
#wb_ThemeableMenu1 {
   z-index: 1111  !important;
}
#wb_home {
   background-color: #202020;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#home {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 188px 0 100px 0;
}
#home > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#home > .col-1 {
   flex: 0 0 auto;
}
#home > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 100%;
   text-align: left;
}
@media (max-width: 480px) {
#home > .col-1 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_speacer {
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#speacer {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 100px;
   padding: 1px 15px 1px 15px;
}
#speacer > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#speacer > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#speacer > .row > .col-1 {
   float: left;
}
#speacer > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#speacer > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 25px 0 25px 0;
   width: 100%;
}
#speacer:before,
#speacer:after,
#speacer .row:before,
#speacer .row:after {
   content: " ";
   display: table;
}
#speacer:after,
#speacer .row:after {
   clear: both;
}
@media (max-width: 480px) {
#speacer > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_features {
   background-color: #171717;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#features {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 5px 15px 5px 15px;
}
#features > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#features > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#features > .row > .col-1 {
   float: left;
}
#features > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#features > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 25px 0 25px 0;
   width: 100%;
}
#features:before,
#features:after,
#features .row:before,
#features .row:after {
   content: " ";
   display: table;
}
#features:after,
#features .row:after {
   clear: both;
}
@media (max-width: 480px) {
#features > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_FontAwesomeIcon4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   display: inline-block;
   margin: 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#FontAwesomeIcon4 {
   display: flex;
   flex-wrap: nowrap;
   height: 73px;
   justify-content: center;
   width: 88px;
}
#FontAwesomeIcon4 i {
   color: #BABABA;
   display: inline-block;
   font-size: 73px;
   line-height: 73px;
   vertical-align: middle;
}
#wb_FontAwesomeIcon4:hover #FontAwesomeIcon4 i {
   color: #007BFF;
}
#wb_Heading1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
   vertical-align: top;
}
#Heading1 {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_services {
   background-attachment: fixed;
   background-color: transparent;
   background-image: url('images/Negocjacje.jpg');
   background-position: center center;
   background-repeat: repeat;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#services {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 125px 15px 125px 15px;
}
#services > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#services > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#services > .row > .col-1 {
   float: left;
}
#services > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#services:before,
#services:after,
#services .row:before,
#services .row:after {
   content: " ";
   display: table;
}
#services:after,
#services .row:after {
   clear: both;
}
@media (max-width: 480px) {
#services > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#services-overlay {
   background-color: #000000;
   border-radius: 0px;
   bottom: 0;
   left: 0;
   opacity: 0.69;
   position: absolute;
   right: 0;
   top: 0;
}
#wb_services1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#services1 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 0 15px;
}
#services1 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#services1 > .row > .col-1,
#services1 > .row > .col-2,
#services1 > .row > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#services1 > .row > .col-1,
#services1 > .row > .col-2,
#services1 > .row > .col-3 {
   float: left;
}
#services1 > .row > .col-1 {
   background-color: #202020;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services1 > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services1 > .row > .col-2 {
   background-color: #171717;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services1 > .row > .col-2 > .col-2-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services1 > .row > .col-3 {
   background-color: #202020;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services1 > .row > .col-3 > .col-3-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services1:before,
#services1:after,
#services1 .row:before,
#services1 .row:after {
   content: " ";
   display: table;
}
#services1:after,
#services1 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#services1 > .row > .col-1,
#services1 > .row > .col-2,
#services1 > .row > .col-3 {
   float: none;
   width: 100%  !important;
}
}
#wb_services2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#services2 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 0 15px 0 15px;
}
#services2 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#services2 > .row > .col-1,
#services2 > .row > .col-2,
#services2 > .row > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#services2 > .row > .col-1,
#services2 > .row > .col-2,
#services2 > .row > .col-3 {
   float: left;
}
#services2 > .row > .col-1 {
   background-color: #171717;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services2 > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services2 > .row > .col-2 {
   background-color: #202020;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services2 > .row > .col-2 > .col-2-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services2 > .row > .col-3 {
   background-color: #171717;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 33.33333333%;
}
#services2 > .row > .col-3 > .col-3-padding {
   box-sizing: border-box;
   padding: 100px 0 100px 0;
   width: 100%;
}
#services2:before,
#services2:after,
#services2 .row:before,
#services2 .row:after {
   content: " ";
   display: table;
}
#services2:after,
#services2 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#services2 > .row > .col-1,
#services2 > .row > .col-2,
#services2 > .row > .col-3 {
   float: none;
   width: 100%  !important;
}
}
#wb_about {
   background-attachment: fixed;
   background-color: transparent;
   background-image: url('images/prawo_pracy.jpg');
   background-position: center center;
   background-repeat: repeat;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#about {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 125px 15px 125px 15px;
}
#about > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#about > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#about > .row > .col-1 {
   float: left;
}
#about > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#about:before,
#about:after,
#about .row:before,
#about .row:after {
   content: " ";
   display: table;
}
#about:after,
#about .row:after {
   clear: both;
}
@media (max-width: 480px) {
#about > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#about-overlay {
   background-color: #000000;
   border-radius: 0px;
   bottom: 0;
   left: 0;
   opacity: 0.69;
   position: absolute;
   right: 0;
   top: 0;
}
#wb_LayoutGrid1 {
   background-color: #171717;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#LayoutGrid1 {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 35px 15px 25px 15px;
}
#LayoutGrid1 > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#LayoutGrid1 > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1 {
   float: left;
}
#LayoutGrid1 > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 100%;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after {
   content: " ";
   display: table;
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after {
   clear: both;
}
@media (max-width: 480px) {
#LayoutGrid1 > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#wb_portfolio {
   background-color: #171717;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#portfolio {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 80px 15px 80px 15px;
}
#portfolio > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#portfolio > .row > .col-1,
#portfolio > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#portfolio > .row > .col-1,
#portfolio > .row > .col-2 {
   float: left;
}
#portfolio > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#portfolio > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   width: 100%;
}
#portfolio > .row > .col-2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 50%;
}
#portfolio > .row > .col-2 > .col-2-padding {
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   width: 100%;
}
#portfolio:before,
#portfolio:after,
#portfolio .row:before,
#portfolio .row:after {
   content: " ";
   display: table;
}
#portfolio:after,
#portfolio .row:after {
   clear: both;
}
@media (max-width: 480px) {
#portfolio > .row > .col-1,
#portfolio > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_portfolio-image2 {
   margin: 0;
   vertical-align: top;
}
#portfolio-image2 {
   border-width: 0;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 800px;
   vertical-align: top;
   width: 100%;
}
#wb_contact {
   background-attachment: fixed;
   background-color: transparent;
   background-image: url('images/mapa1.jpg');
   background-position: 50% 0;
   background-position: center center;
   background-repeat: repeat;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#contact {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 100px 15px 100px 15px;
}
#contact > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#contact > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#contact > .row > .col-1 {
   float: left;
}
#contact > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after {
   content: " ";
   display: table;
}
#contact:after,
#contact .row:after {
   clear: both;
}
@media (max-width: 480px) {
#contact > .row > .col-1 {
   float: none;
   width: 100%  !important;
}
}
#contact-overlay {
   background-color: #000000;
   border-radius: 0px;
   bottom: 0;
   left: 0;
   opacity: 0.69;
   position: absolute;
   right: 0;
   top: 0;
}
#wb_contact-text {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_contact-text div {
   text-align: center;
}
#wb_contact-text {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_location {
   background-color: #171717;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#location {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 80px 15px 80px 15px;
}
#location > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#location > .row > .col-1,
#location > .row > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#location > .row > .col-1,
#location > .row > .col-2 {
   float: left;
}
#location > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
   width: 50%;
}
#location > .row > .col-1 > .col-1-padding {
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   width: 100%;
}
#location > .row > .col-2 {
   background-color: rgba(0,0,0,0.02);
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 50%;
}
#location > .row > .col-2 > .col-2-padding {
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   width: 100%;
}
#location:before,
#location:after,
#location .row:before,
#location .row:after {
   content: " ";
   display: table;
}
#location:after,
#location .row:after {
   clear: both;
}
@media (max-width: 480px) {
#location > .row > .col-1,
#location > .row > .col-2 {
   float: none;
   width: 100%  !important;
}
}
#wb_location-text {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_location-text {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   line-height: 18px;
}
#wb_location-text div {
   text-align: left;
}
#wb_location-text {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_footer {
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#footer {
   box-sizing: border-box;
   margin-left: auto;
   margin-right: auto;
   padding: 50px 15px 50px 15px;
}
#footer > .row {
   margin-left: -15px;
   margin-right: -15px;
}
#footer > .row > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#footer > .row > .col-1 {
   float: left;
}
#footer > .row > .col-1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
   width: 100%;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after {
   content: " ";
   display: table;
}
#footer:after,
#footer .row:after {
   clear: both;
}
@media (max-width: 480px) {
#footer > .row > .col-1 {
   float: none;
   width: 100%;
}
}
#StickyLayer {
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_up-arrow {
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: center;
   vertical-align: top;
}
#wb_up-arrow a {
   text-decoration: none;
}
#wb_up-arrow a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#up-arrow {
   display: flex;
   flex-wrap: nowrap;
   height: 24px;
   justify-content: center;
   width: 24px;
}
#up-arrow i {
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_up-arrow:hover #up-arrow i {
   color: #007BFF;
}
#wb_location-icon1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: inline-block;
   margin: 0 10px 0 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#wb_location-icon1 a {
   text-decoration: none;
}
#wb_location-icon1 a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#location-icon1 {
   display: flex;
   flex-wrap: nowrap;
   height: 48px;
   justify-content: center;
   width: 38px;
}
#location-icon1 i {
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_location-icon1:hover #location-icon1 i {
   color: #007BFF;
}
#wb_location-icon2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: inline-block;
   margin: 0 10px 0 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#wb_location-icon2 a {
   text-decoration: none;
}
#wb_location-icon2 a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#location-icon2 {
   display: flex;
   flex-wrap: nowrap;
   height: 48px;
   justify-content: center;
   width: 38px;
}
#location-icon2 i {
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_location-icon2:hover #location-icon2 i {
   color: #007BFF;
}
#wb_location-icon3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: inline-block;
   margin: 0 10px 0 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#wb_location-icon3 a {
   text-decoration: none;
}
#wb_location-icon3 a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#location-icon3 {
   display: flex;
   flex-wrap: nowrap;
   height: 48px;
   justify-content: center;
   width: 38px;
}
#location-icon3 i {
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_location-icon3:hover #location-icon3 i {
   color: #007BFF;
}
#wb_location-icon4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: inline-block;
   margin: 0 10px 0 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#wb_location-icon4 a {
   text-decoration: none;
}
#wb_location-icon4 a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#location-icon4 {
   display: flex;
   flex-wrap: nowrap;
   height: 48px;
   justify-content: center;
   width: 38px;
}
#location-icon4 i {
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_location-icon4:hover #location-icon4 i {
   color: #007BFF;
}
#wb_location-icon5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: inline-block;
   margin: 0 10px 0 0;
   padding: 0;
   position: relative;
   text-align: center;
   vertical-align: top;
}
#wb_location-icon5 a {
   text-decoration: none;
}
#wb_location-icon5 a::after {
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#location-icon5 {
   display: flex;
   flex-wrap: nowrap;
   height: 48px;
   justify-content: center;
   width: 38px;
}
#location-icon5 i {
   color: #BABABA;
   display: inline-block;
   font-size: 38px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_location-icon5:hover #location-icon5 i {
   color: #007BFF;
}
#wb_mapa {
   margin: 0;
   vertical-align: top;
}
#mapa {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 900px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#wb_Text6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text6 div {
   text-align: center;
}
#wb_Text6 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_Text2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text2 {
   color: #BABABA;
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   line-height: 16px;
}
#wb_Text2 div {
   text-align: center;
}
#wb_Text2 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_Text3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text3 div {
   text-align: center;
}
#wb_Text3 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_Image1 {
   margin: 0;
   vertical-align: top;
}
#Image1 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: inline-block;
   height: 86px;
   padding: 0;
   vertical-align: top;
   width: 87px;
}
#wb_service-text {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_service-text div {
   text-align: center;
}
#wb_service-text {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_CmsView1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   padding: 0 5px 0 5px;
   width: 100%;
}
#wb_CmsView1 ul {
   padding-left: 1em;
}
#wb_CmsView1,
cms_input,
.cms_select,
.cms_textarea {
   color: #F5F5F5;
   font-family: Arial;
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
}
.cms_input,
.cms_select,
.cms_textarea {
   border: 1px #F5F5F5 solid;
}
#wb_CmsView1 h1,
#wb_CmsView1 h2,
#wb_CmsView1 h3,
#wb_CmsView1 h4 {
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
}
#wb_CmsView1 h1 {
   font-size: 2.15em;
   font-weight: bold;
}
#wb_CmsView1 h2 {
   font-size: 1.85em;
   font-weight: bold;
}
#wb_CmsView1 h3 {
   font-size: 1.6em;
   font-weight: bold;
}
#wb_CmsView1 h4 {
   font-size: 1.4em;
}
#wb_CmsView1 h5 {
   font-size: 1.2em;
}
#wb_CmsView1 h6 {
   font-size: 1em;
}
#wb_CmsView2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   width: 100%;
}
#wb_CmsView2 ul {
   padding-left: 1em;
}
#wb_CmsView2,
cms_input,
.cms_select,
.cms_textarea {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
}
.cms_input,
.cms_select,
.cms_textarea {
   border: 1px #FFFFFF solid;
}
#wb_CmsView2 h1,
#wb_CmsView2 h2,
#wb_CmsView2 h3,
#wb_CmsView2 h4 {
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
}
#wb_CmsView2 h1 {
   font-size: 2.15em;
   font-weight: bold;
}
#wb_CmsView2 h2 {
   font-size: 1.85em;
   font-weight: bold;
}
#wb_CmsView2 h3 {
   font-size: 1.6em;
   font-weight: bold;
}
#wb_CmsView2 h4 {
   font-size: 1.4em;
}
#wb_CmsView2 h5 {
   font-size: 1.2em;
}
#wb_CmsView2 h6 {
   font-size: 1em;
}
#wb_CmsView3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   width: 100%;
}
#wb_CmsView3 ul {
   padding-left: 1em;
}
#wb_CmsView3,
cms_input,
.cms_select,
.cms_textarea {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
}
.cms_input,
.cms_select,
.cms_textarea {
   border: 1px #FFFFFF solid;
}
#wb_CmsView3 h1,
#wb_CmsView3 h2,
#wb_CmsView3 h3,
#wb_CmsView3 h4 {
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
}
#wb_CmsView3 h1 {
   font-size: 2.15em;
   font-weight: bold;
}
#wb_CmsView3 h2 {
   font-size: 1.85em;
   font-weight: bold;
}
#wb_CmsView3 h3 {
   font-size: 1.6em;
   font-weight: bold;
}
#wb_CmsView3 h4 {
   font-size: 1.4em;
}
#wb_CmsView3 h5 {
   font-size: 1.2em;
}
#wb_CmsView3 h6 {
   font-size: 1em;
}
#wb_Card7 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card7-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card7-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card7-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card7-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card7-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card7-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#wb_Card2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card2-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card2-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card2-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card2-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card2-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card2-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#wb_Card3 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card3-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card3-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card3-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card3-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card3-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card3-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#wb_Card4 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card4-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card4-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card4-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card4-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card4-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card4-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2 {
   box-sizing: border-box;
   color: #BABABA;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 15px 0 0 0;
   padding: 0;
}
#Card4-card-item2 a {
   color: inherit;
   text-decoration: none;
}
#wb_Card5 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card5-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card5-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card5-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card5-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card5-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card5-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#wb_Card6 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#Card6-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
#Card6-card-item0 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #BABABA;
   border-radius: 0px;
   box-sizing: border-box;
   color: #BABABA;
   display: inline-block;
   font-family: Arial;
   font-size: 64px;
   font-style: normal;
   font-weight: normal;
   height: 64px;
   margin: 0;
}
#Card6-card-item0 a {
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card6-card-item0 i {
   font-size: 64px;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   width: 64px;
}
#Card6-card-item1 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: bold;
   margin: 15px 0 0 0;
   padding: 12px 20px 12px 20px;
}
#Card6-card-item1 a {
   color: inherit;
   text-decoration: none;
}
#Card6-card-item2 {
   box-sizing: border-box;
   color: #CCCCCC;
   font-family: Arial;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   margin: 15px 0 0 0;
   padding: 0;
}
#Card6-card-item2 a {
   color: inherit;
   text-decoration: none;
}
#wb_Image5 {
   margin: 0;
   vertical-align: top;
}
#Image5 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 187px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#CmsLabel1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   color: #FF0000;
   font-family: Arial;
   font-size: 20px;
   font-style: normal;
   font-weight: normal;
   line-height: 44px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
}
#cookie-bar {
   background: #111111;
   color: #EEEEEE;
   font-family: "Arial";
   font-size: 15px;
   padding: 16px 0;
   text-align: center;
}
#cookie-bar.fixed {
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
}
#cookie-bar.fixed.bottom {
   bottom: 0;
   top: auto;
}
#cookie-bar p {
   margin: 0;
   padding: 0;
}
#cookie-bar a {
   border-radius: 3px;
   color: #FFFFFF;
   display: inline-block;
   margin-left: 8px;
   padding: 4px 6px;
   text-decoration: none;
}
#cookie-bar .cb-enable {
   background: #007700;
}
#cookie-bar .cb-enable:hover {
   background: #009900;
}
#cookie-bar .cb-disable {
   background: #990000;
}
#cookie-bar .cb-disable:hover {
   background: #BB0000;
}
#cookie-bar .cb-policy {
   background: #0033BB;
}
#cookie-bar .cb-policy:hover {
   background: #0055DD;
}
