body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_home, #wb_LayoutGrid2
   {
      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_LayoutGrid2
   {
      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: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header
{
   width: 1200px;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#header
{
   width: 100%;
}
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.ThemeableMenu1 .hide 
{
   display: none!important;
}
.ThemeableMenu1 .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.ThemeableMenu1 .nav
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   color: #1D5F98;
   text-align: right;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu1 .nav:before,
.ThemeableMenu1 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu1 .nav:after 
{
   clear: both;
}
.ThemeableMenu1 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu1 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu1 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu1 .container 
{
   margin-right: auto;
   margin-left: 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 
{
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height .35s ease;
   transition: height .35s ease;
}
.ThemeableMenu1 .caret, .ThemeableMenu1 .caret-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;
}
.ThemeableMenu1 .dropdown 
{
   position: relative;
}
.ThemeableMenu1 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu1 .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: 24px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.ThemeableMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu1 .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #1D5F98;
   white-space: nowrap;
}
.ThemeableMenu1 .dropdown-menu>li>a:hover,
.ThemeableMenu1 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #1D5F98;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu1 .dropdown-menu>li>a.active,
.ThemeableMenu1 .dropdown-menu>li>a.active:hover,
.ThemeableMenu1 .dropdown-menu>li>a.active:focus
{
   color: #1D5F98;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu1 .show>.dropdown-menu 
{
   display: block;
}
.ThemeableMenu1 .show>a 
{
   outline: 0;
}
.ThemeableMenu1 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu1 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu1 .nav>li 
{
   position: relative;
   display: block;
}
.ThemeableMenu1 .nav>li>a
{
   position: relative;
   display: block;
   padding: 15px 10px 15px 10px;
}
.ThemeableMenu1 .nav .show>a,
.ThemeableMenu1 .nav .show>a:hover,
.ThemeableMenu1 .nav .show>a:focus 
{
   background-color: #ccc;
   border-color: #343A40;
}
.ThemeableMenu1 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu1 .nav>li>a>img 
{
   max-width: none;
}
.ThemeableMenu1 .nav .caret 
{
   border-top-color: #343A40;
   border-bottom-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 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.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 
{
   position: relative;
   float: right;
   padding: 20px 10px 19px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.ThemeableMenu1 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.ThemeableMenu1 .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.ThemeableMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu1 .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu1 .navbar-nav>li>a
{
   color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>li>a:hover,
.ThemeableMenu1 .navbar-nav>li>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #1D5F98;
   text-decoration: none;
}
.ThemeableMenu1 .navbar-nav>li>a.active,
.ThemeableMenu1 .navbar-nav>li>a.active:hover,
.ThemeableMenu1 .navbar-nav>li>a.active:focus
{
   color: #1D5F98;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu1 .navbar-toggle
{
   border: 1px solid rgba(29,95,152,0.10);
}
.ThemeableMenu1 .navbar-toggle:hover,
.ThemeableMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu1 .navbar-toggle .icon-bar
{
   background-color: #FFFFFF;
}
.ThemeableMenu1-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.ThemeableMenu1 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu1 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.show>a,
.ThemeableMenu1 .navbar-nav>.show>a:hover,
.ThemeableMenu1 .navbar-nav>.show>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.show>a .caret,
.ThemeableMenu1 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu1 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-link
{
   color: #1D5F98;
}
.ThemeableMenu1 .navbar-link:hover
{
   color: #1D5F98;
}
.ThemeableMenu1 .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.ThemeableMenu1 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu1 .navbar-header
{
   float: left;
}
.ThemeableMenu1-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu1-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.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-right: 0;
   margin-left: 0;
}
.ThemeableMenu1 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu1 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
}
@media (max-width: 480px) 
{
.ThemeableMenu1 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(254,254,254,0.00);
}
.ThemeableMenu1 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu1 .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;
}
.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 rgba(254,254,254,0.00);
   border-radius: 0px;
}
.ThemeableMenu1 .navbar-nav>li>a
{
   color: #FFFFFF;
}
.ThemeableMenu1 .navbar-nav>li>a:hover,
.ThemeableMenu1 .navbar-nav>li>a:focus
{
   color: #1D5F98;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu1 .navbar-nav>li>a.active,
.ThemeableMenu1 .navbar-nav>li>a.active:hover,
.ThemeableMenu1 .navbar-nav>li>a.active:focus
{
   color: #1D5F98;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu1 .navbar-nav>.show>a,
.ThemeableMenu1 .navbar-nav>.show>a:hover,
.ThemeableMenu1 .navbar-nav>.show>a:focus
{
   background-color: transparent;
   background-image: none;
   color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu1 .navbar-nav > li > a.active > .caret,
.ThemeableMenu1 .navbar-nav > li > a.active:hover > .caret,
.ThemeableMenu1 .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-nav>.show>a .caret,
.ThemeableMenu1 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu1 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu1 .navbar-link
{
   color: #FFFFFF;
}
.ThemeableMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
#ThemeableMenu1 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu1
{
   z-index: 1111 !important;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('images/Heder.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 150px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#home
{
   width: 1200px;
}
#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: 480px)
{
#home
{
   width: 100%;
}
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #4F4F4F;
   opacity: 0.59;
}
#wb_home1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#home1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#home1 > .col-1, #home1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#home1 > .col-1, #home1 > .col-2
{
   flex: 0 0 auto;
}
#home1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#home1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#home1 > .col-1, #home1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#services
{
   box-sizing: border-box;
   padding: 125px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#services > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#services > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 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;
   width: 100%;
   text-align: center;
}
#services:before,
#services:after,
#services .row:before,
#services .row:after
{
   display: table;
   content: " ";
}
#services:after,
#services .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#services > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid3
{
   width: 1200px;
}
#LayoutGrid3 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid3 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_service-1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#service-1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width:  px;
}
#service-1 > .col-1, #service-1 > .col-2, #service-1 > .col-3, #service-1 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#service-1
{
   width: 1200px;
}
#service-1 > .col-1, #service-1 > .col-2, #service-1 > .col-3, #service-1 > .col-4
{
   flex: 0 0 auto;
}
#service-1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#service-1 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#service-1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#service-1 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#service-1 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#service-1 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#service-1 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#service-1 > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
@media (max-width: 480px)
{
#service-1
{
   width: 100%;
}
#service-1 > .col-1, #service-1 > .col-2, #service-1 > .col-3, #service-1 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid10 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid10
{
   width: 1200px;
}
#LayoutGrid10 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid10 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid10
{
   width: 100%;
}
#LayoutGrid10 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Service-2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#Service-2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
   max-width:  px;
}
#Service-2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Service-2
{
   width: 1200px;
}
#Service-2 > .col-1
{
   flex: 0 0 auto;
}
#Service-2 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#Service-2 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
@media (max-width: 480px)
{
#Service-2
{
   width: 100%;
}
#Service-2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/viber_slika_2023-02-26_19-13-40-226.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#LayoutGrid2
{
   width: 1200px;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid2-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.61;
}
#wb_proizvodi
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi
{
   box-sizing: border-box;
   padding: 125px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#proizvodi > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#proizvodi > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#proizvodi > .row > .col-1
{
   float: left;
}
#proizvodi > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#proizvodi:before,
#proizvodi:after,
#proizvodi .row:before,
#proizvodi .row:after
{
   display: table;
   content: " ";
}
#proizvodi:after,
#proizvodi .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#proizvodi > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_proizvodi1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi1 > .col-1, #proizvodi1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi1
{
   width: 1200px;
}
#proizvodi1 > .col-1, #proizvodi1 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi1
{
   width: 100%;
}
#proizvodi1 > .col-1, #proizvodi1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi2 > .col-1, #proizvodi2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi2
{
   width: 1200px;
}
#proizvodi2 > .col-1, #proizvodi2 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi2
{
   width: 100%;
}
#proizvodi2 > .col-1, #proizvodi2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi3 > .col-1, #proizvodi3 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi3
{
   width: 1200px;
}
#proizvodi3 > .col-1, #proizvodi3 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi3
{
   width: 100%;
}
#proizvodi3 > .col-1, #proizvodi3 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi4 > .col-1, #proizvodi4 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi4
{
   width: 1200px;
}
#proizvodi4 > .col-1, #proizvodi4 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi4 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi4
{
   width: 100%;
}
#proizvodi4 > .col-1, #proizvodi4 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi5 > .col-1, #proizvodi5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi5
{
   width: 1200px;
}
#proizvodi5 > .col-1, #proizvodi5 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi5
{
   width: 100%;
}
#proizvodi5 > .col-1, #proizvodi5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi6 > .col-1, #proizvodi6 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi6
{
   width: 1200px;
}
#proizvodi6 > .col-1, #proizvodi6 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi6
{
   width: 100%;
}
#proizvodi6 > .col-1, #proizvodi6 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi7 > .col-1, #proizvodi7 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi7
{
   width: 1200px;
}
#proizvodi7 > .col-1, #proizvodi7 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi7 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi7 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi7
{
   width: 100%;
}
#proizvodi7 > .col-1, #proizvodi7 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_proizvodi8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi8
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi8 > .col-1, #proizvodi8 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#proizvodi8
{
   width: 1200px;
}
#proizvodi8 > .col-1, #proizvodi8 > .col-2
{
   flex: 0 0 auto;
}
#proizvodi8 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#proizvodi8 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi8
{
   width: 100%;
}
#proizvodi8 > .col-1, #proizvodi8 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 125px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid9 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7
{
   width: 1200px;
}
#LayoutGrid7 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid7 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid7
{
   width: 100%;
}
#LayoutGrid7 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_galerija
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#galerija
{
   box-sizing: border-box;
   padding: 125px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galerija > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galerija > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galerija > .row > .col-1
{
   float: left;
}
#galerija > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galerija:before,
#galerija:after,
#galerija .row:before,
#galerija .row:after
{
   display: table;
   content: " ";
}
#galerija:after,
#galerija .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galerija > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8
{
   width: 1200px;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8
{
   width: 100%;
}
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid11 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid11 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid11:before,
#LayoutGrid11:after,
#LayoutGrid11 .row:before,
#LayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid11:after,
#LayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid12 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid12
{
   width: 1200px;
}
#LayoutGrid12 > .row > .col-1
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid12
{
   width: 100%;
}
#LayoutGrid12 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_tim
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#tim
{
   box-sizing: border-box;
   padding: 125px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#tim > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#tim > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#tim > .row > .col-1
{
   float: left;
}
#tim > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#tim:before,
#tim:after,
#tim .row:before,
#tim .row:after
{
   display: table;
   content: " ";
}
#tim:after,
#tim .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#tim > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_tim1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#tim1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#tim1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#tim1
{
   width: 1200px;
}
#tim1 > .col-1
{
   flex: 0 0 auto;
}
#tim1 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#tim1
{
   width: 100%;
}
#tim1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_CardContainer1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   position: relative;
}
#CardContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#contact
{
   width: 1200px;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3
{
   flex: 0 0 auto;
}
#contact > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#contact > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contact > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#contact > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#contact > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#contact
{
   width: 100%;
}
#contact > .col-1, #contact > .col-2, #contact > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#StickyLayer
{
   background-color: #1D5F98;
   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;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#up-arrow:hover i
{
   color: #007BFF;
}
#wb_Shape1
{
   transform: rotate(90deg);
   transform-origin: 50% 50%;
}
#wb_Shape1 a img
{
   position: relative;
   left: 0;
}
#wb_Shape1 .default
{
   position: absolute;
   left: 0;
}
#wb_Shape1 a .hover
{
   visibility: hidden;
}
#wb_Shape1 a:hover .hover
{
   visibility: visible;
}
#wb_Shape1 a:hover .default
{
   visibility: hidden;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 15px 0 15px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1
{
   width: 1200px;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.ThemeableMenu2 .hide 
{
   display: none!important;
}
.ThemeableMenu2 .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.ThemeableMenu2 .nav
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
   font-style: normal;
   color: #2B2B2B;
   text-align: right;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu2 .nav:before,
.ThemeableMenu2 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .nav:after 
{
   clear: both;
}
.ThemeableMenu2 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu2 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu2 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu2 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu2 .container:before,
.ThemeableMenu2 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .container:after 
{
   clear: both;
}
.ThemeableMenu2 .collapse 
{
   display: none;
}
.ThemeableMenu2 .collapse.show 
{
   display: block;
}
.ThemeableMenu2 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height .35s ease;
   transition: height .35s ease;
}
.ThemeableMenu2 .caret, .ThemeableMenu2 .caret-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;
}
.ThemeableMenu2 .dropdown 
{
   position: relative;
}
.ThemeableMenu2 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu2 .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: 24px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.ThemeableMenu2 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu2 .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #2B2B2B;
   white-space: nowrap;
}
.ThemeableMenu2 .dropdown-menu>li>a:hover,
.ThemeableMenu2 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu2 .dropdown-menu>li>a.active,
.ThemeableMenu2 .dropdown-menu>li>a.active:hover,
.ThemeableMenu2 .dropdown-menu>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu2 .show>.dropdown-menu 
{
   display: block;
}
.ThemeableMenu2 .show>a 
{
   outline: 0;
}
.ThemeableMenu2 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu2 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu2 .nav>li 
{
   position: relative;
   display: block;
}
.ThemeableMenu2 .nav>li>a
{
   position: relative;
   display: block;
   padding: 15px 10px 15px 10px;
}
.ThemeableMenu2 .nav .show>a,
.ThemeableMenu2 .nav .show>a:hover,
.ThemeableMenu2 .nav .show>a:focus 
{
   background-color: #ccc;
   border-color: #343A40;
}
.ThemeableMenu2 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.ThemeableMenu2 .nav>li>a>img 
{
   max-width: none;
}
.ThemeableMenu2 .nav .caret 
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.ThemeableMenu2
{
   position: relative;
}
.ThemeableMenu2:before,
.ThemeableMenu2:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2:after
{
   clear: both;
}
.ThemeableMenu2 .navbar-header:before,
.ThemeableMenu2 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu2-navbar-collapse:before,
.ThemeableMenu2-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse.show 
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 20px 10px 19px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.ThemeableMenu2 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.ThemeableMenu2 .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.ThemeableMenu2 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu2 .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu2 .navbar-nav>li>a
{
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-nav>li>a:hover,
.ThemeableMenu2 .navbar-nav>li>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.ThemeableMenu2 .navbar-nav>li>a.active,
.ThemeableMenu2 .navbar-nav>li>a.active:hover,
.ThemeableMenu2 .navbar-nav>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.ThemeableMenu2 .navbar-toggle
{
   border: 1px solid rgba(43,43,43,0.10);
}
.ThemeableMenu2 .navbar-toggle:hover,
.ThemeableMenu2 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu2 .navbar-toggle .icon-bar
{
   background-color: #1D5F98;
}
.ThemeableMenu2-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.ThemeableMenu2 .navbar-nav>.show>a,
.ThemeableMenu2 .navbar-nav>.show>a:hover,
.ThemeableMenu2 .navbar-nav>.show>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-nav>.show>a .caret,
.ThemeableMenu2 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.ThemeableMenu2 .navbar-link
{
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-link:hover
{
   color: #2B2B2B;
}
.ThemeableMenu2 .navbar-header
{
   color: #1D5F98;
}
@media (min-width: 480px) 
{
.ThemeableMenu2 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu2 .navbar-header
{
   float: left;
}
.ThemeableMenu2-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu2-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu2-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle
{
   display: none;
}
.ThemeableMenu2 .navbar-nav 
{
   float: right;
   margin: 0;
}
.ThemeableMenu2 .navbar-nav>li 
{
   float: left;
}
.ThemeableMenu2 .container>.navbar-header,
.ThemeableMenu2 .container>.ThemeableMenu2-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
}
@media (max-width: 480px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(254,254,254,0.00);
}
.ThemeableMenu2 .navbar-nav
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
}
.ThemeableMenu2 .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;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu>li>a,
.ThemeableMenu2 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(254,254,254,0.00);
   border-radius: 0px;
}
.ThemeableMenu2 .navbar-nav>li>a
{
   color: #1D5F98;
}
.ThemeableMenu2 .navbar-nav>li>a:hover,
.ThemeableMenu2 .navbar-nav>li>a:focus
{
   color: #4F4F4F;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav>li>a.active,
.ThemeableMenu2 .navbar-nav>li>a.active:hover,
.ThemeableMenu2 .navbar-nav>li>a.active:focus
{
   color: #4F4F4F;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav>.show>a,
.ThemeableMenu2 .navbar-nav>.show>a:hover,
.ThemeableMenu2 .navbar-nav>.show>a:focus
{
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #1D5F98;
   border-bottom-color: #1D5F98;
}
.ThemeableMenu2 .navbar-nav > li > a.active > .caret,
.ThemeableMenu2 .navbar-nav > li > a.active:hover > .caret,
.ThemeableMenu2 .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-nav>.show>a .caret,
.ThemeableMenu2 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
}
.ThemeableMenu2 .navbar-link
{
   color: #1D5F98;
}
.ThemeableMenu2 .navbar-link:hover 
{
   color: #fff;
}
}
#ThemeableMenu2 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_ThemeableMenu2
{
   z-index: 1111 !important;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text5
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
   line-height: 32px;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image12
{
   margin: 0;
   vertical-align: top;
}
#Image12
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_indexText‚4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText‚4
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
}
#wb_indexText‚4 div
{
   text-align: center;
}
#wb_indexText‚4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#indexLine6
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_masterText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 15px 0 ;
   text-align: center;
}
#wb_masterText2
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
}
#wb_masterText2 div
{
   text-align: center;
}
#wb_masterText2
{
   display: block;
   margin: 0 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText5
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-size: 64px;
}
#wb_indexText5 div
{
   text-align: center;
}
#wb_indexText5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#indexLine9
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 71px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_indexText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: left;
}
#wb_indexText6
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
}
#wb_indexText6 div
{
   text-align: left;
}
#wb_indexText6
{
   display: block;
   margin: 10px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: left;
}
#wb_indexText7
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
}
#wb_indexText7 div
{
   text-align: left;
}
#wb_indexText7
{
   display: block;
   margin: 10px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#indexLine4
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 72px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#Line2
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 100px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#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: "Roboto Slab";
   font-weight: 500;
   font-size: 96px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text7
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text8
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 48px;
   line-height: 65px;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText37 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 40px 0 15px 0 ;
   text-align: center;
}
#wb_indexText37
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-size: 43px;
}
#wb_indexText37 div
{
   text-align: center;
}
#wb_indexText37
{
   display: block;
   margin: 40px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText36 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 50px 0 ;
   text-align: left;
}
#wb_indexText36
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
}
#wb_indexText36 div
{
   text-align: left;
}
#wb_indexText36
{
   display: block;
   margin: 30px 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText38 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 40px 0 15px 0 ;
   text-align: center;
}
#wb_indexText38
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-size: 43px;
}
#wb_indexText38 div
{
   text-align: center;
}
#wb_indexText38
{
   display: block;
   margin: 40px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText35 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 50px 0 ;
   text-align: left;
}
#wb_indexText35
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
}
#wb_indexText35 div
{
   text-align: left;
}
#wb_indexText35
{
   display: block;
   margin: 30px 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 48px;
   line-height: 65px;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi11
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi11 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi11
{
   width: 580px;
}
#proizvodi11 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi11 > .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: 480px)
{
#proizvodi11
{
   width: 100%;
}
#proizvodi11 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexImage3
{
   margin: 0;
   vertical-align: top;
}
#indexImage3
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi12
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi12 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi12
{
   width: 580px;
}
#proizvodi12 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi12 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi12
{
   width: 100%;
}
#proizvodi12 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexText13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_indexText13
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_indexText13 div
{
   text-align: center;
}
#wb_indexText13
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText14
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_indexText14 div
{
   text-align: left;
}
#wb_indexText14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi21
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi21
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi21 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi21
{
   width: 580px;
}
#proizvodi21 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi21 > .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: 480px)
{
#proizvodi21
{
   width: 100%;
}
#proizvodi21 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi22
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi22
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi22 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi22
{
   width: 580px;
}
#proizvodi22 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi22 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi22
{
   width: 100%;
}
#proizvodi22 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text2
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi31
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi31
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi31 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi31
{
   width: 580px;
}
#proizvodi31 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi31 > .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: 480px)
{
#proizvodi31
{
   width: 100%;
}
#proizvodi31 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid5
{
   width: 580px;
}
#LayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid5
{
   width: 100%;
}
#LayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text9
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_proizvodi32
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_proizvodi32 div
{
   text-align: left;
}
#wb_proizvodi32
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi41
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi41
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi41 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi41
{
   width: 580px;
}
#proizvodi41 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi41 > .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: 480px)
{
#proizvodi41
{
   width: 100%;
}
#proizvodi41 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image14
{
   margin: 0;
   vertical-align: top;
}
#Image14
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi42
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi42
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi42 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi42
{
   width: 580px;
}
#proizvodi42 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi42 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi42
{
   width: 100%;
}
#proizvodi42 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text10
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi51
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi51
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi51 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi51
{
   width: 580px;
}
#proizvodi51 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi51 > .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: 480px)
{
#proizvodi51
{
   width: 100%;
}
#proizvodi51 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image15
{
   margin: 0;
   vertical-align: top;
}
#Image15
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi52
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi52
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi52 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi52
{
   width: 580px;
}
#proizvodi52 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi52 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi52
{
   width: 100%;
}
#proizvodi52 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text12
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text12 div
{
   text-align: center;
}
#wb_Text12
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi61
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi61
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi61 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi61
{
   width: 580px;
}
#proizvodi61 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi61 > .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: 480px)
{
#proizvodi61
{
   width: 100%;
}
#proizvodi61 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image16
{
   margin: 0;
   vertical-align: top;
}
#Image16
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi62
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi62
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi62 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi62
{
   width: 580px;
}
#proizvodi62 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi62 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi62
{
   width: 100%;
}
#proizvodi62 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text14
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text14 div
{
   text-align: center;
}
#wb_Text14
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text15
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text15
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 15px 0 ;
   text-align: center;
}
#wb_indexText12
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
}
#wb_indexText12 div
{
   text-align: center;
}
#wb_indexText12
{
   display: block;
   margin: 20px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi71
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi71
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi71 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi71
{
   width: 580px;
}
#proizvodi71 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi71 > .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: 480px)
{
#proizvodi71
{
   width: 100%;
}
#proizvodi71 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image17
{
   margin: 0;
   vertical-align: top;
}
#Image17
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi72
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi72
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi72 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi72
{
   width: 580px;
}
#proizvodi72 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi72 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi72
{
   width: 100%;
}
#proizvodi72 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text18
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_Text18
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text19
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text19 div
{
   text-align: left;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_proizvodi81
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi81
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi81 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi81
{
   width: 580px;
}
#proizvodi81 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi81 > .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: 480px)
{
#proizvodi81
{
   width: 100%;
}
#proizvodi81 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image18
{
   margin: 0;
   vertical-align: top;
}
#Image18
{
   border: 5px solid #696969;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 450px;
   height: 450px;
   vertical-align: top;
}
#wb_proizvodi82
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#proizvodi82
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#proizvodi82 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#proizvodi82
{
   width: 580px;
}
#proizvodi82 > .col-1
{
   flex: 0 0 auto;
}
#proizvodi82 > .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-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#proizvodi82
{
   width: 100%;
}
#proizvodi82 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text20
{
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text20 div
{
   text-align: center;
}
#wb_Text20
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text21
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text21 div
{
   text-align: left;
}
#wb_Text21
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 3px 3px 3px 3px;
   width: 25%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   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-col4
{
   display: block;
}
#wb_Text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text22
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text22 div
{
   text-align: center;
}
#wb_Text22
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid14
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 20px 20px 20px 20px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid14 > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#LayoutGrid14 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid14 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4294D0;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid6
{
   width: 1200px;
}
#LayoutGrid6 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid6 > .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: 480px)
{
#LayoutGrid6
{
   width: 100%;
}
#LayoutGrid6 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 5px 0 0 0 ;
   text-align: center;
}
#wb_Text23
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
   line-height: 24px;
}
#wb_Text23 div
{
   text-align: center;
}
#wb_Text23
{
   display: block;
   margin: 5px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text16
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 48px;
   line-height: 65px;
}
#wb_Text16 div
{
   text-align: center;
}
#wb_Text16
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0 0 10px 0 ;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   filter: drop-shadow(0px 0px 20px rgba(255,255,255,1.00));
   display: inline-block;
   width: 80px;
   height: 90px;
   vertical-align: top;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 48px;
   line-height: 65px;
}
#wb_Text17 div
{
   text-align: center;
}
#wb_Text17
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 1170px;
   height: 869px;
   vertical-align: top;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text24
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 48px;
   line-height: 65px;
}
#wb_Text24 div
{
   text-align: center;
}
#wb_Text24
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_cardsCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 0px;
   box-shadow: 0px 0px 8px rgba(0,0,0,0.39);
   text-align: left;
}
#cardsCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#cardsCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#cardsCard4-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#cardsCard4-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#cardsCard4-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #2084BF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#cardsCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
   border: 1px solid #DCDCDC;
   border-radius: 0px;
   box-shadow: 0px 0px 8px rgba(0,0,0,0.39);
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 0px;
   box-shadow: 0px 0px 8px rgba(0,0,0,0.39);
   text-align: left;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0 10px 10px 0 ;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 0px;
   box-shadow: 0px 0px 8px rgba(0,0,0,0.39);
   text-align: left;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card13-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text25 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text25
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
}
#wb_Text25 div
{
   text-align: center;
}
#wb_Text25
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text26 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text26
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text26 div
{
   text-align: center;
}
#wb_Text26
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card69
{
   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.28);
   text-align: center;
}
#Card69-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card69-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card69:hover #Card69-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card69-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card69-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card69-card-item0 .certificate-alt-1:before
{
   content: "\ead4";
}
#Card69-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#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.28);
   text-align: center;
}
#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: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card3-card-item0 .ui-browser:before
{
   content: "\ec44";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#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.28);
   text-align: center;
}
#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: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card4:hover #Card4-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card4-card-item0 .medal:before
{
   content: "\eae2";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#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.28);
   text-align: center;
}
#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: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card5:hover #Card5-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card5-card-item0 .users-alt-1:before
{
   content: "\ed06";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text1
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Line9
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text27
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
   line-height: 51px;
}
#wb_Text27 div
{
   text-align: center;
}
#wb_Text27
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_Text29
{
   color: #F5F5F5;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 37px;
   line-height: 51px;
}
#wb_Text29 div
{
   text-align: center;
}
#wb_Text29
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#PhotoGallery2
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery2 .thumbnails
{
   margin: 0;
}
#PhotoGallery2 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 3px 3px 3px 3px;
   width: 25%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery2 .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoGallery2 .clearfix:before,
#PhotoGallery2 .clearfix:after,
#PhotoGallery2 .thumbnails:before,
#PhotoGallery2 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery2 .clearfix:after,
#PhotoGallery2 .thumbnails:after
{
   clear: both;
}
#PhotoGallery2 .visible-col4
{
   display: block;
}
#Editbox12
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 17px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#Editbox12:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox13
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 17px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#Editbox13:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#TextArea3
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 17px;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0 0 20px 0 ;
   text-align: left;
   overflow: auto;
   resize: none;
}
#TextArea3:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Button8
{
   border: 1px solid #3588F0;
   border-radius: 0px;
   background-color: #4294D0;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text28
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text28 div
{
   text-align: left;
}
#wb_Text28
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text30
{
   color: #000000;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
}
#wb_Text30 div
{
   text-align: left;
}
#wb_Text30
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid13
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid13
{
   width: 1190px;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid13 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid13 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid13
{
   width: 100%;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image4
{
   margin: 0 0 10px 0 ;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   filter: drop-shadow(0px 0px 20px rgba(255,255,255,1.00));
   display: inline-block;
   width: 125px;
   height: 96px;
   vertical-align: top;
}
#wb_Text31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_Text31
{
   color: #FFFFFF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 17px;
   line-height: 24px;
}
#wb_Text31 div
{
   text-align: center;
}
#wb_Text31
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_cardsCard4
{
   display: flex;
   z-index: 91;
}
#wb_Shape1
{
   display: inline-block;
   width: 30px;
   height: 40px;
   z-index: 14;
   position: relative;
}
#wb_Card1
{
   display: flex;
   z-index: 89;
}
#TextArea3
{
   display: block;
   width: 100%;
   height: 144px;
   z-index: 96;
}
#wb_Image1
{
   display: inline-block;
   width: 1170px;
   height: 869px;
   z-index: 81;
}
#wb_Image2
{
   display: inline-block;
   width: 80px;
   height: 90px;
   z-index: 132;
}
#Editbox13
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 95;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 29;
}
#wb_Image3
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 102;
}
#Editbox12
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 94;
}
#wb_Image4
{
   display: inline-block;
   width: 125px;
   height: 96px;
   z-index: 134;
}
#wb_up-arrow
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 101;
}
#wb_PhotoGallery2
{
   display: inline-block;
   width: 100%;
   z-index: 86;
}
#wb_PhotoGallery1
{
   display: inline-block;
   width: 100%;
   z-index: 84;
}
#Shape1
{
   width: 30px;
   height: 40px;
}
#wb_Card69
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 28;
}
#wb_Card12
{
   display: flex;
   z-index: 92;
}
#wb_indexImage3
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 41;
}
#Line2
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_Card13
{
   display: flex;
   z-index: 90;
}
#indexLine6
{
   display: block;
   width: 100%;
   z-index: 9;
}
#indexLine4
{
   display: block;
   width: 100%;
   z-index: 6;
}
#indexLine9
{
   display: block;
   width: 100%;
   z-index: 2;
}
#wb_LayoutGrid14
{
   border-radius: 4px;
}
#StickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 20px;
   top: auto;
   bottom: 20px;
   width: 50px;
   height: 50px;
   z-index: 169;
}
#Button8
{
   display: block;
   width: 100%;
   height: 39px;
   z-index: 97;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 31;
}
#Line9
{
   display: block;
   width: 100%;
   z-index: 32;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 30;
}
#wb_ThemeableMenu1
{
   display: inline-block;
   width: 100%;
   text-align: right;
   z-index: 1;
}
#wb_ThemeableMenu2
{
   display: inline-block;
   width: 100%;
   text-align: right;
   z-index: 103;
}
#wb_Image18
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 76;
}
#wb_Image17
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 71;
}
#wb_Image16
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 66;
}
#wb_Image15
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 61;
}
#wb_Image14
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 56;
}
#wb_Image13
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 51;
}
#wb_Image11
{
   display: inline-block;
   width: 460px;
   height: 460px;
   z-index: 46;
}
#wb_Image12
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 0;
}
@media only screen and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 15px 0 15px 0;
}
#header
{
   width: 100%;
}
#wb_ThemeableMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu1, .ThemeableMenu1 .nav, .ThemeableMenu1 .dropdown-menu
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_home
{
   visibility: visible;
   display: table;
}
#wb_home
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home
{
   height: 100vh;
   padding: 70px 0 50px 0;
}
#home
{
   width: 100%;
}
#wb_home1
{
   visibility: visible;
   display: table;
}
#wb_home1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#home1
{
   height: auto;
   padding: 0;
}
#home1 > .col-1, #home1 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#home1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#home1 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_services
{
   visibility: visible;
   display: table;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 70px 10px 0 10px;
}
#services .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid3 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_service-1
{
   visibility: visible;
   display: table;
}
#wb_service-1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#service-1
{
   height: auto;
   padding: 15px 0 15px 0;
}
#service-1
{
   width: 100%;
}
#wb_LayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid10
{
   width: 100%;
}
#LayoutGrid10 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#LayoutGrid10 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Service-2
{
   visibility: visible;
   display: table;
}
#wb_Service-2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Service-2
{
   height: auto;
   padding: 10px 0 10px 0;
}
#Service-2
{
   width: 100%;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid2
{
   width: 100%;
}
#wb_proizvodi
{
   visibility: visible;
   display: table;
}
#wb_proizvodi
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi
{
   height: auto;
   padding: 50px 10px 0 10px;
}
#proizvodi .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_proizvodi1
{
   visibility: visible;
   display: table;
}
#wb_proizvodi1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi1
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi1
{
   width: 100%;
}
#proizvodi1 > .col-1, #proizvodi1 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi1 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi2
{
   visibility: visible;
   display: table;
}
#wb_proizvodi2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi2
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi2
{
   width: 100%;
}
#proizvodi2 > .col-1, #proizvodi2 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi2 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi3
{
   visibility: visible;
   display: table;
}
#wb_proizvodi3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi3
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi3
{
   width: 100%;
}
#proizvodi3 > .col-1, #proizvodi3 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi3 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi3 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi4
{
   visibility: visible;
   display: table;
}
#wb_proizvodi4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi4
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi4
{
   width: 100%;
}
#proizvodi4 > .col-1, #proizvodi4 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi4 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi4 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi5
{
   visibility: visible;
   display: table;
}
#wb_proizvodi5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi5
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi5
{
   width: 100%;
}
#proizvodi5 > .col-1, #proizvodi5 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi5 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi6
{
   visibility: visible;
   display: table;
}
#wb_proizvodi6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi6
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi6
{
   width: 100%;
}
#proizvodi6 > .col-1, #proizvodi6 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi6 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi7
{
   visibility: visible;
   display: table;
}
#wb_proizvodi7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi7
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi7
{
   width: 100%;
}
#proizvodi7 > .col-1, #proizvodi7 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi7 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi7 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_proizvodi8
{
   visibility: visible;
   display: table;
}
#wb_proizvodi8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi8
{
   height: auto;
   padding: 30px 0 30px 0;
}
#proizvodi8
{
   width: 100%;
}
#proizvodi8 > .col-1, #proizvodi8 > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#proizvodi8 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#proizvodi8 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 50px 10px 0 10px;
}
#LayoutGrid9 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid7
{
   width: 100%;
}
#LayoutGrid7 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid7 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_galerija
{
   visibility: visible;
   display: table;
}
#wb_galerija
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#galerija
{
   height: auto;
   padding: 50px 10px 0 10px;
}
#galerija .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 100%;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 0 10px 5px 10px;
}
#LayoutGrid11 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_LayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid12
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#LayoutGrid12 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12
{
   width: 100%;
}
#wb_tim
{
   visibility: visible;
   display: table;
}
#wb_tim
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#tim
{
   height: auto;
   padding: 50px 10px 0 10px;
}
#tim .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_tim1
{
   visibility: visible;
   display: table;
}
#wb_tim1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#tim1
{
   height: auto;
   padding: 20px 0 20px 0;
}
#tim1
{
   width: 100%;
}
#tim1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#tim1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_CardContainer1
{
   visibility: visible;
   display: block;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 30px 0 30px 0;
}
#contact
{
   width: 100%;
}
#StickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_up-arrow
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_Shape1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 15px 0 15px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#wb_ThemeableMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 .dropdown-menu
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 24px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
   line-height: 45px;
}
#wb_Image12
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_indexText‚4
{
   visibility: visible;
   display: block;
}
#wb_indexText‚4
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#indexLine6
{
   width: 100%;
   height: 5px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine6
{
   border-color: #A0A0A0;
   border-bottom-width: 5px;
}
#wb_masterText2
{
   visibility: visible;
   display: block;
}
#wb_masterText2
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 24px;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText5
{
   visibility: visible;
   display: block;
}
#wb_indexText5
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#indexLine9
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine9
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexText6
{
   visibility: visible;
   display: block;
}
#wb_indexText6
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 20px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText7
{
   visibility: visible;
   display: block;
}
#wb_indexText7
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 20px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#indexLine4
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine4
{
   border-color: #A0A0A0;
   border-bottom-width: 10px;
}
#Line2
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line2
{
   border-color: #A0A0A0;
   border-bottom-width: 10px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text6
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 43px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_indexText37
{
   visibility: visible;
   display: block;
}
#wb_indexText37
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 29px;
   margin: 40px 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText36
{
   visibility: visible;
   display: block;
}
#wb_indexText36
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 24px;
   margin: 30px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText38
{
   visibility: visible;
   display: block;
}
#wb_indexText38
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 29px;
   margin: 40px 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText35
{
   visibility: visible;
   display: block;
}
#wb_indexText35
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 24px;
   margin: 30px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_proizvodi11
{
   visibility: visible;
   display: table;
}
#wb_proizvodi11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi11
{
   height: auto;
   padding: 0;
}
#proizvodi11
{
   width: 100%;
}
#proizvodi11 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi11 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_indexImage3
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage3
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi12
{
   visibility: visible;
   display: table;
}
#wb_proizvodi12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi12
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi12
{
   width: 100%;
}
#proizvodi12 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_indexText13
{
   visibility: visible;
   display: block;
}
#wb_indexText13
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText14
{
   visibility: visible;
   display: block;
}
#wb_indexText14
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi21
{
   visibility: visible;
   display: table;
}
#wb_proizvodi21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi21
{
   height: auto;
   padding: 0;
}
#proizvodi21
{
   width: 100%;
}
#proizvodi21 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image11
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi22
{
   visibility: visible;
   display: table;
}
#wb_proizvodi22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi22
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi22
{
   width: 100%;
}
#proizvodi22 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi22 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi31
{
   visibility: visible;
   display: table;
}
#wb_proizvodi31
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi31
{
   height: auto;
   padding: 0;
}
#proizvodi31
{
   width: 100%;
}
#proizvodi31 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi31 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image13
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 290px;
   height: 290px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 5px 0 5px 0;
}
#LayoutGrid5
{
   width: 100%;
}
#LayoutGrid5 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#LayoutGrid5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_proizvodi32
{
   visibility: visible;
   display: block;
}
#wb_proizvodi32
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi41
{
   visibility: visible;
   display: table;
}
#wb_proizvodi41
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi41
{
   height: auto;
   padding: 0;
}
#proizvodi41
{
   width: 100%;
}
#proizvodi41 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi41 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image14
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image14
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi42
{
   visibility: visible;
   display: table;
}
#wb_proizvodi42
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi42
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi42
{
   width: 100%;
}
#proizvodi42 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi42 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi51
{
   visibility: visible;
   display: table;
}
#wb_proizvodi51
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi51
{
   height: auto;
   padding: 0;
}
#proizvodi51
{
   width: 100%;
}
#proizvodi51 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi51 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image15
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image15
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi52
{
   visibility: visible;
   display: table;
}
#wb_proizvodi52
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi52
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi52
{
   width: 100%;
}
#proizvodi52 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi52 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi61
{
   visibility: visible;
   display: table;
}
#wb_proizvodi61
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi61
{
   height: auto;
   padding: 0;
}
#proizvodi61
{
   width: 100%;
}
#proizvodi61 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi61 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image16
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image16
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi62
{
   visibility: visible;
   display: table;
}
#wb_proizvodi62
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi62
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi62
{
   width: 100%;
}
#proizvodi62 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi62 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText12
{
   visibility: visible;
   display: block;
}
#wb_indexText12
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 20px;
   margin: 20px 0 15px 0 ;
   padding: 0;
   text-align: center;
}
#wb_proizvodi71
{
   visibility: visible;
   display: table;
}
#wb_proizvodi71
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi71
{
   height: auto;
   padding: 0;
}
#proizvodi71
{
   width: 100%;
}
#proizvodi71 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi71 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image17
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image17
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi72
{
   visibility: visible;
   display: table;
}
#wb_proizvodi72
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi72
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi72
{
   width: 100%;
}
#proizvodi72 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi72 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_proizvodi81
{
   visibility: visible;
   display: table;
}
#wb_proizvodi81
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi81
{
   height: auto;
   padding: 0;
}
#proizvodi81
{
   width: 100%;
}
#proizvodi81 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi81 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image18
{
   width: 290px;
   height: 290px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image18
{
   width: 290px;
   height: 290px;
}
#wb_proizvodi82
{
   visibility: visible;
   display: table;
}
#wb_proizvodi82
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#proizvodi82
{
   height: auto;
   padding: 5px 0 5px 0;
}
#proizvodi82
{
   width: 100%;
}
#proizvodi82 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#proizvodi82 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text20
{
   visibility: visible;
   display: block;
}
#wb_Text20
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_PhotoGallery1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
}
#PhotoGallery1 .thumbnail
{
   width: 25%;
}
#PhotoGallery1 .visible-col4
{
   display: block;
}
#wb_Text22
{
   visibility: visible;
   display: block;
}
#wb_Text22
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 20px 20px 20px 20px;
}
#LayoutGrid14 .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid6
{
   width: 100%;
}
#LayoutGrid6 > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#LayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 16px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
   line-height: 19px;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_Image2
{
   width: 103px;
   height: 115px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Image2
{
   width: 103px;
   height: 115px;
}
#wb_Text17
{
   visibility: visible;
   display: block;
}
#wb_Text17
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_Image1
{
   width: 290px;
   height: 215px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 290px;
   height: 215px;
}
#wb_Text24
{
   visibility: visible;
   display: block;
}
#wb_Text24
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_cardsCard4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 10px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#cardsCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#cardsCard4-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#cardsCard4-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#cardsCard4-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #2084BF;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#cardsCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 10px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 10px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Card13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 10px 10px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item0:hover
{
   -webkit-transform: rotate(0deg) scale(1.08,1.08) ;
   transform: rotate(0deg) scale(1.08,1.08) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card13-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms ease-out 0ms;
   transition: transform 500ms ease-out 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 25px 25px 10px 25px;
   padding: 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 0 25px 5px 25px;
   padding: 0 0 20px 0;
   color: #1D5F98;
   font-family: "Roboto Slab";
   font-weight: 500;
   font-style: normal;
   font-size: 24px;
   text-align: left;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text25
{
   visibility: visible;
   display: block;
}
#wb_Text25
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text26
{
   visibility: visible;
   display: block;
}
#wb_Text26
{
   font-family: "Roboto Slab";
   font-weight: 300;
   font-size: 20px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_Card69
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card69-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card69:hover #Card69-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card69-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card69-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card69-card-item0 .certificate-alt-1:before
{
   content: "\ead4";
}
#Card69-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card3:hover #Card3-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card3-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card3-card-item0 .ui-browser:before
{
   content: "\ec44";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card4:hover #Card4-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card4-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card4-card-item0 .medal:before
{
   content: "\eae2";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 25px 0 20px 0 ;
   padding: 0;
   border: 0px solid #7A7A7A;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #4294D0;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#wb_Card5:hover #Card5-card-item0
{
   -webkit-transform: rotate(0deg) scale(0.8,0.8) ;
   transform: rotate(0deg) scale(0.8,0.8) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 300ms linear 0ms;
   transition: transform 300ms linear 0ms;
}
#Card5-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Ico Font";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card5-card-item0 .users-alt-1:before
{
   content: "\ed06";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #4294D0;
   font-family: "Roboto Slab";
   font-weight: 300;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 19px;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Line9
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line9
{
   border-color: #A0A0A0;
   border-bottom-width: 20px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 0 0 5px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_Text29
{
   visibility: visible;
   display: block;
}
#wb_Text29
{
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-size: 37px;
   margin: 10px 0 5px 0 ;
   padding: 0;
   text-align: center;
   line-height: 45px;
}
#wb_PhotoGallery2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   color: #000000;
}
#PhotoGallery2 .thumbnail
{
   width: 25%;
}
#PhotoGallery2 .visible-col4
{
   display: block;
}
#Editbox12
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox12
{
   line-height: 6px;
}
#Editbox13
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox13
{
   line-height: 6px;
}
#TextArea3
{
   width: 100%;
   height: 144px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Button8
{
   width: 100%;
   height: 39px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text30
{
   visibility: visible;
   display: block;
}
#wb_Text30
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid13
{
   width: 100%;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid13 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid13 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image4
{
   width: 103px;
   height: 79px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#Image4
{
   width: 103px;
   height: 79px;
}
#wb_Text31
{
   visibility: visible;
   display: block;
}
#wb_Text31
{
   font-family: "Roboto Condensed";
   font-weight: 300;
   font-size: 16px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
   line-height: 19px;
}
}
