div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_home, #wb_etterem, #wb_reklam1, #wb_reklam3
   {
      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_home, #wb_etterem, #wb_reklam1, #wb_reklam3
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.89);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 8px 15px 8px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
.headerMenu .nav
{
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   color: #00CED1;
   text-align: left;
   text-transform: none;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.headerMenu .arrow, .headerMenu .arrow-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .dropdown-menu > li > a
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #00CED1;
   text-transform: none;
   white-space: nowrap;
}
.headerMenu .dropdown-menu > li > a:hover,
.headerMenu .dropdown-menu > li > a:focus 
{
   text-decoration: none;
   color: #00CED1;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .dropdown-menu > li > a.active,
.headerMenu .dropdown-menu > li > a.active:hover,
.headerMenu .dropdown-menu > li > a.active:focus
{
   color: #00CED1;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show > .dropdown-menu
{
   display: block;
}
.headerMenu .show > a
{
   outline: 0;
}
.headerMenu .dropdown-header
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 200ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav > li 
{
   position: relative;
   display: block;
}
.headerMenu .nav > li > a
{
   position: relative;
   display: block;
   padding: 15px 15px 15px 15px;
}
.headerMenu .nav .show > a,
.headerMenu .nav .show > a:hover,
.headerMenu .nav .show > a:focus
{
    border-color: #343A40;
}
.headerMenu .nav .nav-divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #FFFFFF;
}
.headerMenu .nav .arrow
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   width: 52px;
   height: 52px;
   padding: 15px 15px 15px 15px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
}
.headerMenu .navbar-toggle .line
{
   display: block;
   width: 22px;
   height: 4px;
   border-radius: 0px;
   transition: all 500ms linear;
}
.headerMenu .navbar-toggle .line
{
   margin: 4px auto;
}
.headerMenu .navbar-toggle  .line:first-child
{
   margin-top: 0px !important;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav > li > .dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav > li > a
{
   color: #00CED1;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #00CED1;
   text-decoration: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #00CED1;
   background-color: #EDEDED;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid transparent;
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu .navbar-toggle .line
{
   background-color: #CEA04D;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(255,255,255,1.00);
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #00CED1;
   border-bottom-color: #00CED1;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #00CED1;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #00CED1;
   border-bottom-color: #00CED1;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #00CED1;
   border-bottom-color: #00CED1;
}
.headerMenu .navbar-link
{
   color: #00CED1;
}
.headerMenu .navbar-link:hover
{
   color: #00CED1;
}
.headerMenu .navbar-header
{
   color: #CEA04D;
}
@media (min-width: 600px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav
{
   float: right;
   margin: 0;
}
.headerMenu .navbar-nav > li
{
   float: left;
}
.headerMenu .container > .navbar-header,
.headerMenu .container > .headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow,
.headerMenu .navbar-nav > .dropdown > a:focus .arrow
{
   border-top-color: #20B2AA;
   border-bottom-color: #20B2AA;
}
}
@media (max-width: 600px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.headerMenu .navbar-nav .show .dropdown-menu > li > a
{
   line-height: 20px;
}
}
@media (min-width: 600px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
}
.headerMenu .navbar-nav > li > a
{
   color: #CEA04D;
}
.headerMenu .navbar-nav > li > a:hover,
.headerMenu .navbar-nav > li > a:focus
{
   color: #20B2AA;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > li > a.active,
.headerMenu .navbar-nav > li > a.active:hover,
.headerMenu .navbar-nav > li > a.active:focus
{
   color: #20B2AA;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav > .show > a,
.headerMenu .navbar-nav > .show > a:hover,
.headerMenu .navbar-nav > .show > a:focus
{
   background-color: transparent;
   background-image: none;
   color: #20B2AA;
}
.headerMenu .navbar-nav > .dropdown > a:hover .arrow
{
   border-top-color: #20B2AA;
   border-bottom-color: #20B2AA;
}
.headerMenu .navbar-nav > .dropdown > a .arrow
{
   border-top-color: #CEA04D;
   border-bottom-color: #CEA04D;
}
.headerMenu .navbar-nav > li > a.active > .arrow,
.headerMenu .navbar-nav > li > a.active:hover > .arrow,
.headerMenu .navbar-nav > li > a.active:focus > .arrow
{
   border-top-color: #20B2AA;
   border-bottom-color: #20B2AA;
}
.headerMenu .navbar-nav > .show > a .arrow,
.headerMenu .navbar-nav > .show > a:hover .arrow,
.headerMenu .navbar-nav > .show > a:focus .arrow
{
   border-top-color: #20B2AA;
   border-bottom-color: #20B2AA;
}
.headerMenu .navbar-link
{
   color: #CEA04D;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
.headerMenu .navbar-nav > li:first-child > a
{
   border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;
}
.headerMenu .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/dem_36.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 150px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 356px;
   height: 235px;
   vertical-align: top;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_tajekoz
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#tajekoz
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#tajekoz > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#tajekoz > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#tajekoz > .row > .col-1
{
   float: left;
}
#tajekoz > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#tajekoz:before,
#tajekoz:after,
#tajekoz .row:before,
#tajekoz .row:after
{
   display: table;
   content: " ";
}
#tajekoz:after,
#tajekoz .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#tajekoz > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card42
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card42-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card42-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card42-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card42-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card42-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
}
#Card42-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card42-card-item3
{
   display: inline-block;
   height: 29px;
   box-sizing: border-box;
   margin: 0 0 0 40px;
   border: 0px solid #00BFFF;
   border-radius: 2px;
   background-color: #1E90FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card42-card-item3 a
{
   color: inherit;
   display: block;
   padding: 5px 2px 5px 2px;
   text-decoration: none;
}
#Card42-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#Card42-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#wb_Card40
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card40-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card40-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card40-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card40-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card40-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card40-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card27
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card27-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card27-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card27-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card27-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card27-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card27-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card30
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card30-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card30-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card30-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card30-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card30-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card30-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card26
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card26-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card26-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card26-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card26-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card26-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card26-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_etterem
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/terasz.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#etterem
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 60px 0 60px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#etterem > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#etterem > .col-1
{
   flex: 0 0 auto;
}
#etterem > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#etterem > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#etterem-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_hetimenu
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#hetimenu
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#hetimenu > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#hetimenu > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#hetimenu > .row > .col-1
{
   float: left;
}
#hetimenu > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#hetimenu > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#hetimenu:before,
#hetimenu:after,
#hetimenu .row:before,
#hetimenu .row:after
{
   display: table;
   content: " ";
}
#hetimenu:after,
#hetimenu .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#hetimenu > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card16
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card16
{
   transition: all 300ms linear 0ms;
}
#wb_Card16:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card17
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card17
{
   transition: all 300ms linear 0ms;
}
#wb_Card17:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_etlap
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#etlap
{
   box-sizing: border-box;
   padding: 75px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#etlap > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#etlap > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#etlap > .row > .col-1
{
   float: left;
}
#etlap > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#etlap > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#etlap:before,
#etlap:after,
#etlap .row:before,
#etlap .row:after
{
   display: table;
   content: " ";
}
#etlap:after,
#etlap .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#etlap > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card8
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8
{
   transition: all 300ms linear 0ms;
}
#wb_Card8:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card9
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9
{
   transition: all 300ms linear 0ms;
}
#wb_Card9:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card10
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#wb_Card10
{
   transition: all 300ms linear 0ms;
}
#wb_Card10:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_borpalinka
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#borpalinka
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#borpalinka > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#borpalinka > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#borpalinka > .row > .col-1
{
   float: left;
}
#borpalinka > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#borpalinka > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#borpalinka:before,
#borpalinka:after,
#borpalinka .row:before,
#borpalinka .row:after
{
   display: table;
   content: " ";
}
#borpalinka:after,
#borpalinka .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#borpalinka > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card21
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card21-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card21-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card21-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card21-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 17px;
}
#Card21-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card21
{
   transition: all 300ms linear 0ms;
}
#wb_Card21:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card14
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card14
{
   transition: all 300ms linear 0ms;
}
#wb_Card14:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_karacsszilveszt
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#karacsszilveszt
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#karacsszilveszt > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#karacsszilveszt > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#karacsszilveszt > .row > .col-1
{
   float: left;
}
#karacsszilveszt > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#karacsszilveszt > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#karacsszilveszt:before,
#karacsszilveszt:after,
#karacsszilveszt .row:before,
#karacsszilveszt .row:after
{
   display: table;
   content: " ";
}
#karacsszilveszt:after,
#karacsszilveszt .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#karacsszilveszt > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 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;
   width: 100%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galeria
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FEFEFE;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galeria
{
   box-sizing: border-box;
   padding: 80px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#galeria > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galeria > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galeria > .row > .col-1
{
   float: left;
}
#galeria > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galeria > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#galeria:before,
#galeria:after,
#galeria .row:before,
#galeria .row:after
{
   display: table;
   content: " ";
}
#galeria:after,
#galeria .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#galeria > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
   font-size: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 3px 3px 3px 3px;
   width: 50%;
   text-align: center;
   vertical-align: middle;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px solid #000000;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col2
{
   display: block;
}
#PhotoGallery1_img0
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img1
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img2
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img3
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img4
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img5
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img6
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img7
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img8
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img9
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img10
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img11
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img12
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img13
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img14
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img15
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img16
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img17
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img18
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img19
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img20
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img21
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img22
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img23
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img24
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img25
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img26
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img27
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img28
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img29
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img30
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img31
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img32
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img33
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img34
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img35
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img36
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img37
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img38
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img39
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img40
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img41
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img42
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img43
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img44
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img45
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img46
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img47
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img48
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img49
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img50
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img51
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img52
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img53
{
   width: 200px;
   height: 150px;
}
#PhotoGallery1_img54
{
   width: 200px;
   height: 150px;
}
#wb_reklam1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: url('../images/dem_29.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#reklam1
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 180px 0 180px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#reklam1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#reklam1 > .col-1
{
   flex: 0 0 auto;
}
#reklam1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#reklam1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#reklam1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#wb_banner2-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_banner2-text div
{
   text-align: center;
}
#wb_banner2-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 19px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_partner
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#partner
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#partner > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#partner > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#partner > .row > .col-1
{
   float: left;
}
#partner > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#partner > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#partner:before,
#partner:after,
#partner .row:before,
#partner .row:after
{
   display: table;
   content: " ";
}
#partner:after,
#partner .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#partner > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card28
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card28-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card28-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card28-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card28-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card28-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_reklam3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 75vh;
   background-color: transparent;
   background-image: url('../images/team.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#reklam3
{
   box-sizing: border-box;
   height: 75vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 320px 0 320px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#reklam3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#reklam3 > .col-1
{
   flex: 0 0 auto;
}
#reklam3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#reklam3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#reklam3-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.69;
}
#wb_banner3-text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_banner3-text div
{
   text-align: center;
}
#wb_banner3-text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_kapcsolat
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #3C3C3C;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#kapcsolat
{
   box-sizing: border-box;
   padding: 50px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#kapcsolat > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#kapcsolat > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#kapcsolat > .row > .col-1
{
   float: left;
}
#kapcsolat > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#kapcsolat:before,
#kapcsolat:after,
#kapcsolat .row:before,
#kapcsolat .row:after
{
   display: table;
   content: " ";
}
#kapcsolat:after,
#kapcsolat .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#kapcsolat > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card7-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card12-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card15-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card15-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card19
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card19-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card19-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card19-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card19-card-item1
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card19-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card19-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card19-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card13-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card13-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.20);
   text-align: left;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #40E0D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#Card18-card-item0 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#Card18-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 20px;
   padding: 12px 20px 12px 20px;
   color: #282828;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #3C3C3C;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 440px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2:hover
{
   opacity: 0.7;
   transition: opacity 500ms linear 0ms;
}
#wb_Image2
{
   opacity: 1.0;
   transition: opacity 500ms linear 0ms;
}
#wb_Card20
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: left;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card20
{
   transition: all 300ms linear 0ms;
}
#wb_Card20:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 97px;
   height: 45px;
   vertical-align: top;
}
#wb_Card22
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card22-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card22-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card22-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card22-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card22
{
   transition: all 300ms linear 0ms;
}
#wb_Card22:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card31
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card31-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card31-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card31-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card31-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card31
{
   transition: all 300ms linear 0ms;
}
#wb_Card31:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card33
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card33-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card33-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card33-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card33-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card33
{
   transition: all 300ms linear 0ms;
}
#wb_Card33:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card23
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card23-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card23-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card23-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card23-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card23
{
   transition: all 300ms linear 0ms;
}
#wb_Card23:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card25
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card25-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card25-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card25-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card25-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card25
{
   transition: all 300ms linear 0ms;
}
#wb_Card25:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card32
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card32-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card32-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card32-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card32-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card32
{
   transition: all 300ms linear 0ms;
}
#wb_Card32:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card34
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card34-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card34-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card34-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#Card34-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card34
{
   transition: all 300ms linear 0ms;
}
#wb_Card34:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
#wb_Card35
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   vertical-align: top;
   background-color: #F3F7F8;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px -1px 0px rgba(0,0,0,0.20);
   text-align: center;
}
#Card35-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card35-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card35-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 12px 20px 12px 20px;
   color: #292B2C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card35-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 25px 20px;
   padding: 12px 20px 12px 20px;
   color: #696969;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card35
{
   transition: all 300ms linear 0ms;
}
#wb_Card35:hover
{
   box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
   background-color: #FFFFFF;
   transition: box-shadow 300ms linear 0ms, background-color 300ms linear 0ms;
}
