html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #E9E9E9;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(233,233,233,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #333333;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #333333;
   --icon-color: #444444;
   --colorize: invert(22%) sepia(3%) saturate(334%) hue-rotate(15deg) brightness(105%) contrast(86%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #F6F6F6;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   color: #454545;
   --background-color: rgba(246,246,246,1.00);
   --border-color: #C5C5C5;
   --border-width: 1px;
   --color: #454545;
}
.wb-theme-button:hover
{
   background-color: #EDEDED;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   color: #2B2B2B;
   --background-color: rgba(237,237,237,1.00);
   --border-color: #CCCCCC;
   --border-width: 1px;
   --color: #2B2B2B;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3370B7;
   background-image: none;
   border: 1px solid #2E6DA4;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(51,112,183,1.00);
   --border-color: #2E6DA4;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #CCCCCC;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #CCCCCC;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #CCCCCC;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #CCCCCC;
   --icon-color: #3370B7;
   --colorize: invert(42%) sepia(24%) saturate(1440%) hue-rotate(172deg) brightness(91%) contrast(91%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #090909;
   background-image: none;
   border: 1px solid #3A3A3A;
   border-radius: 0px;
   color: #BABABA;
   --background-color: rgba(9,9,9,1.00);
   --border-color: #3A3A3A;
   --border-width: 1px;
   --color: #BABABA;
}
.darktheme .wb-theme-button:hover
{
   background-color: #121212;
   background-image: none;
   border: 1px solid #333333;
   border-radius: 0px;
   color: #D4D4D4;
   --background-color: rgba(18,18,18,1.00);
   --border-color: #333333;
   --border-width: 1px;
   --color: #D4D4D4;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #3370B7;
   background-image: none;
   border: 1px solid #2E6DA4;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(51,112,183,1.00);
   --border-color: #2E6DA4;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_LayoutGrid3654
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3654
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 9px 0 9px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3654 > .col-1, #LayoutGrid3654 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3654 > .col-1, #LayoutGrid3654 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid3654 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3654 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 600px)
{
#LayoutGrid3654 > .col-1, #LayoutGrid3654 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid2654654
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/menu_alti_zemin.png');
   background-repeat: repeat-y;
   background-position: left top;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2654654
{
   box-sizing: border-box;
   padding: 15px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2654654 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2654654 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2654654 > .row > .col-1
{
   float: left;
}
#LayoutGrid2654654 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2654654:before,
#LayoutGrid2654654:after,
#LayoutGrid2654654 .row:before,
#LayoutGrid2654654 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2654654:after,
#LayoutGrid2654654 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2654654 > .row > .col-1
{
   float: none;
   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/ortayuz124.png');
   background-repeat: repeat-y;
   background-position: left top;
   background-size: 100% 100%;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.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)
{
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#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;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid5-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 10px;
   transform: scaleY(-1.0);
}
#LayoutGrid5-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid5-divider-bottom .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#MediaPlayer2
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
}
#wb_MediaPlayer2
{
   display: block;
   position: relative;
   margin: 70px 0 0 0 ;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 56.25%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/hizmetlerimiz_zemin.jpg');
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid3-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #E0FFFF;
   opacity: 0.95;
}
#LayoutGrid3-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 0px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
   transition: height 2000ms ease;
}
#LayoutGrid3-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid3-divider-top .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid3-divider-top.show
{
   height: 50px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item4
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card1-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card1-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card1-divider-bottom .divider-fill
{
   fill: #FF0000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card1-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#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, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item4
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card2-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card2-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card2-divider-bottom .divider-fill
{
   fill: #FF0000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card2-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item4
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card3-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card3-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card3-divider-bottom .divider-fill
{
   fill: #FF0000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card3-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 50px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid6-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 10px;
   line-height: 0;
   left: 0;
}
#LayoutGrid6-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid6-divider-top .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid6-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 10px;
   transform: scaleY(-1.0);
}
#LayoutGrid6-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid6-divider-bottom .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/hizmetlerimiz_zemin.jpg');
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2, #LayoutGrid7 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid7-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #E0FFFF;
   opacity: 0.95;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   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 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card4-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card4-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card4-divider-bottom .divider-fill
{
   fill: #FF4500;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card4-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 50px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#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: left;
}
#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;
}
}
#LayoutGrid9-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 10px;
   line-height: 0;
   left: 0;
}
#LayoutGrid9-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#LayoutGrid9-divider-top .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid9-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 10px;
   transform: scaleY(-1.0);
}
#LayoutGrid9-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid9-divider-bottom .divider-fill
{
   fill: #D5F2F2;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Cards
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
   width: 100%;
}
#Cards
{
   display: flex;
   position: relative;
   padding: 35px 0 35px 0;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1920px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#Cards
{
   overflow: hidden;
}
#Cards .swiper-slide
{
   width: calc((100% - 2px) / 3);
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 8px 8px 8px 8px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 3px #4F4F4F;
   text-align: left;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 10px 0 0 15px;
   color: #000000;
   font-family: Raleway;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 8px 8px 8px 8px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 3px #4F4F4F;
   text-align: left;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 10px 0 0 15px;
   color: #000000;
   font-family: Raleway;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   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: 8px 8px 8px 8px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   box-shadow: 0px 0px 3px #4F4F4F;
   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-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 10px 0 0 15px;
   color: #000000;
   font-family: Raleway;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/hizmetlerimiz_zemin.jpg');
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid11 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#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, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid11-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #E0FFFF;
   opacity: 0.95;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card5-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card5-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card5-divider-bottom .divider-fill
{
   fill: #FF4500;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card5-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   box-shadow: 0px 0px 8px #808080;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   width: 100%;
   height: auto;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px #DDDDDD solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 25px 20px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 1px solid #C5C5C5;
   border-radius: 4px;
   background-color: #00BFFF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 500ms linear 0ms, transform 500ms linear 0ms;
}
#Card6-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
   z-index: -1;
}
#Card6-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Card6-divider-bottom .divider-fill
{
   fill: #FF4500;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Card6-divider-bottom.show
{
   height: 50px;
}
.wave-animated > use
{
   animation: move-wave 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.wave-animated > use:nth-child(1)
{
   animation-delay: -2s;
   animation-duration: 7s;
}
.wave-animated > use:nth-child(2)
{
   animation-delay: -3s;
   animation-duration: 10s;
}
.wave-animated > use:nth-child(3)
{
   animation-delay: -4s;
   animation-duration: 13s;
}
.wave-animated > use:nth-child(4)
{
   animation-delay: -5s;
   animation-duration: 20s;
}
@keyframes move-wave
{
   0%
   {
      transform: scale(1.0,0.5) translate3d(-90px,0,0);
   }
   50%
   {
      transform: scale(1.0,1.0) translate3d(0px,0,0);
   }
   100%
   {
      transform: scale(1.0,0.5) translate3d(85px,0,0);
   }
}
#wb_LayoutGrid72344234
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/menu_alti_zemin.png');
   background-repeat: repeat-y;
   background-position: left top;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid72344234
{
   box-sizing: border-box;
   padding: 25px 15px 9px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid72344234 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid72344234 > .row > .col-1, #LayoutGrid72344234 > .row > .col-2, #LayoutGrid72344234 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid72344234 > .row > .col-1, #LayoutGrid72344234 > .row > .col-2, #LayoutGrid72344234 > .row > .col-3
{
   float: left;
}
#LayoutGrid72344234 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#LayoutGrid72344234 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid72344234 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid72344234:before,
#LayoutGrid72344234:after,
#LayoutGrid72344234 .row:before,
#LayoutGrid72344234 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid72344234:after,
#LayoutGrid72344234 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid72344234 > .row > .col-1, #LayoutGrid72344234 > .row > .col-2, #LayoutGrid72344234 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#La564bel1
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#La564bel1:focus
{
   outline: 0;
}
#wb_Image15454
{
   margin: 0;
   vertical-align: top;
}
#Image15454
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Lisdfdfne1
{
   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_ResponsiveMenu1852
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   width: 100%;
   z-index: 1111 !important;
}
#ResponsiveMenu1852
{
   background-color: #03357E;
   height: 51px;
}
#wb_ResponsiveMenu1852 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1852 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1852 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1852 ul li i
{
   font-size: 4px;
   width: 4px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1852 ul li a
{
   background-color: #03357E;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 15px;
   text-align: center;
}
#wb_ResponsiveMenu1852 > ul > li > a 
{
   height: 21px;
}
.ResponsiveMenu1852 a 
{
   display: block;
}
#wb_ResponsiveMenu1852 li:hover > a, #wb_ResponsiveMenu1852 li .active
{
   background-color: #083381;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul ul
{
   display: none;
   position: absolute;
   top: 51px;
}
#wb_ResponsiveMenu1852 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1852 ul ul li 
{
   float: none;
   position: relative;
   width: 197px;
}
#wb_ResponsiveMenu1852 ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul ul li:hover > a, #wb_ResponsiveMenu1852 ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu1852 ul ul li i 
{
   margin-right: 1px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1852 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1852 ul ul ul li 
{
   left: 197px;
   position: relative;
   top: -51px;
}
#wb_ResponsiveMenu1852 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1852 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1852 li:hover > a .arrow-down, #wb_ResponsiveMenu1852 li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1852 ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_ResponsiveMenu1852 .toggle,[id^=ResponsiveMenu1852-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1852
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1852 ul li a, #wb_ResponsiveMenu1852 .toggle
{
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1852 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1852 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1852 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1852 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1852 .toggle 
{
   display: block;
   background-color: #03357E;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 48px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1852 .toggle:hover
{
   background-color: #083381;
   color: #FFFFFF;
}
[id^=ResponsiveMenu1852-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1852-title
{
   height: 51px !important;
   line-height: 51px !important;
   text-align: center;
}
#wb_ResponsiveMenu1852 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1852 ul ul .toggle,
#wb_ResponsiveMenu1852 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1852 a:hover,
#wb_ResponsiveMenu1852 ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul li ul li .toggle,
#wb_ResponsiveMenu1852 ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1852 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1852 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1852 ul li i 
{
   margin-right: 1px;
}
#wb_ResponsiveMenu1852 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1852 ul ul li:hover > ul,
#wb_ResponsiveMenu1852 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1852 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1852 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1852-icon 
{
   display: block;
   position: absolute;
   left: 15px;
   top: 13px;
   user-select: none;
}
#ResponsiveMenu1852-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1852 ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_ResponsiveMenu1852 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1852 .toggle:hover .arrow-down, #wb_ResponsiveMenu1852 li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1852 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1852 ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_Card132
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 20px 35px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card132-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card132-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card132-card-item1
{
   box-sizing: border-box;
   margin: -45px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card132-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0 0 0 65px;
   color: #3EA489;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card22342
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 25px 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card22342-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card22342-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card22342-card-item1
{
   box-sizing: border-box;
   margin: -45px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card22342-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0 0 0 65px;
   color: #3EA489;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3234234
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 20px 35px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card3234234-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3234234-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card3234234-card-item1
{
   box-sizing: border-box;
   margin: -45px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#Card3234234-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 0 0 0 65px;
   color: #3EA489;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: right;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: right;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: right;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 600px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3, #LayoutGrid1 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_Text1234234 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1234234 div
{
   text-align: left;
}
#wb_Text1234234
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line1234234
{
   border-color: #8B4513;
   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;
}
#wb_Heading1234234
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 15px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#Heading1234234
{
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text2234234 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2234234 div
{
   text-align: left;
}
#wb_Text2234234
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3234234234234 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3234234234234 div
{
   text-align: left;
}
#wb_Text3234234234234
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line2234234
{
   border-color: #8B4513;
   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;
}
#wb_LayoutGrid8324234
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 15px 0 0 0 ;
}
#LayoutGrid8324234
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8324234 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid8324234 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid8324234 > .row > .col-1
{
   float: left;
}
#LayoutGrid8324234 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid8324234:before,
#LayoutGrid8324234:after,
#LayoutGrid8324234 .row:before,
#LayoutGrid8324234 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8324234:after,
#LayoutGrid8324234 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8324234 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_CssMenu2234234
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: center;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu2234234 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu2234234 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 4px 0px;
   width: 100%;
}
#wb_CssMenu2234234 a
{
   display: block;
   color: #333333;
   border: 1px solid #008B8B;
   border-radius: 0px;
   background-color: rgba(255,255,255,0.40);
   background-image: none;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_CssMenu2234234 > ul > li > a
{
   width: calc(100% - 4px);
   box-sizing: border-box;
   height: 28px;
   padding: 0 5px 0px 5px;
   line-height: 26px;
}
#wb_CssMenu2234234 li:hover a, #wb_CssMenu2234234 a:hover
{
   color: #333333;
   border: 1px solid #008B8B;
   background-color: rgba(255,255,255,0.40);
   background-image: none;
}
#wb_CssMenu2234234 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu2234234 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu2234234 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#Line3234234234
{
   border-color: #8B4513;
   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;
}
#wb_Card19234234
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 15px 0 20px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card19234234-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19234234-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card19234234-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -55px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card21234234234
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card21234234234-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card21234234234-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card21234234234-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: -45px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_CssMenu25644
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 19px 0 19px 0 ;
   text-align: center;
   position: relative;
   z-index: 1111 !important;
}
#wb_CssMenu25644 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu25644 li
{
   float: left;
   margin: 0;
   padding: 5px 15px 5px 0px;
}
#wb_CssMenu25644 a
{
   background-clip: padding-box;
   display: block;
   float: left;
   color: #BE1E2D;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Roboto Condensed";
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   text-transform: capitalize;
   text-align: center;
   vertical-align: middle;
}
#wb_CssMenu25644 > ul > li > a
{
   height: 10px;
   line-height: 10px;
   padding: 0px 10px 0px 10px;
}
#wb_CssMenu25644 li:hover a, #wb_CssMenu25644 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu25644 li.firstmain
{
   padding-left: 5px;
}
#wb_CssMenu25644 li.lastmain
{
   padding-right: 5px;
}
#wb_CssMenu25644 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.CssMenu25644-effect
{
   transition: all 500ms linear, visibility 0ms linear;
}
.CssMenu25644-sub-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms linear;
}
.CssMenu25644-sub-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
   transform: scaleY(0);
   transform-origin: 50% 100%;
   transition: all 500ms linear;
}
.CssMenu25644-sub-effect:hover:before, .CssMenu25644-sub-effect:focus:before, .CssMenu25644-sub-effect:active:before
{
   transform: scaleY(1);
}
@media all and (max-width:700px) 
{
#wb_CssMenu25644 ul
{
   width: 100%;
}
#wb_CssMenu25644 li
{
   padding: 0 5px 15px 5px !important;
   width: 100% !important;
}
#wb_CssMenu25644 a
{
   box-sizing: border-box;
   float: none !important;
   width: 100% !important;
}

}
#Layer254654
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_Image25546544
{
   vertical-align: top;
}
#Image25546544
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Label1
{
   box-sizing: border-box;
   margin: 5px 0 5px 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label1:focus
{
   outline: 0;
}
#wb_Card254654654card
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 25px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: left;
}
#Card254654654card-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card254654654card-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   width: 100%;
   height: 65px;
}
#Card254654654card-card-item1
{
   box-sizing: border-box;
   margin: -55px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card254654654card-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 7px 0 0 65px;
   padding: 0;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
