body
{
   background-color: #F5F5F5;
   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;
}
#wb_header
{
   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;
}
#header
{
   box-sizing: border-box;
   padding: 1px 15px 1px 15px;
   margin-right: auto;
   margin-left: auto;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 41.66666667%;
   text-align: left;
}
#header > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#Label1
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   box-sizing: border-box;
   padding: 8px 0px 8px 0px;
   margin: 0;
   text-align: left;
   vertical-align: top;
}
#wb_navigation
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#navigation
{
   box-sizing: border-box;
   padding: 5px 10px 5px 10px;
   margin-right: auto;
   margin-left: auto;
}
#navigation > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   float: left;
}
#navigation > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 25%;
   text-align: left;
}
#navigation > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 75%;
   text-align: right;
}
#navigation:before,
#navigation:after,
#navigation .row:before,
#navigation .row:after
{
   display: table;
   content: " ";
}
#navigation:after,
#navigation .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_Shape2
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_welcome-carousel
{
   background-color: transparent;
   background-image: none;
   margin: 0;
}
#wb_welcome-carousel
{
   height: 438px;
}
#welcome-carousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcome-carousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcome-carousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: -webkit-transform 500ms ease-in-out;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcome-carousel .carousel-item-next:not(.carousel-item-left), #welcome-carousel .active.carousel-item-right
{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
#welcome-carousel .carousel-item-prev:not(.carousel-item-right), #welcome-carousel .active.carousel-item-left
{
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
}
#welcome-carousel .carousel-innerframe
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner > .carousel-item > img, #welcome-carousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcome-carousel .carousel-inner > .active, #welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcome-carousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -30px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcome-carousel .carousel-indicators li
{
   display: block;
   float: left;
   padding: 10px 10px 10px 10px;
   width: 10px;
   height: 10px;
   cursor: pointer;
   text-indent: -999px;
   background-repeat: no-repeat;
   background-position: center center;
   background-image: url(images/welcome-carousel-default.png);
}
#welcome-carousel .carousel-indicators .active
{
   background-image: url(images/welcome-carousel-active.png);
}
#welcome-carousel .frame
{
   width: 1200px;
   display: inline-block;
   float: left;
   height: 438px;
}
#wb_welcome-carousel .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#wb_welcome-carousel .pagination img
{
   border-style: none;
   padding: 10px 10px 10px 10px;
}
#welcome-carousel .frame-1
{
   background-color: transparent;
   background-image: url('hazir3.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#welcome-carousel .frame-2
{
   background-color: transparent;
   background-image: url('images/orme2.jpg');
   background-repeat: no-repeat;
   background-position: left bottom;
   background-attachment: scroll;
   background-size: cover;
}
#wb_belgelerimiz
{
   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;
}
#belgelerimiz
{
   box-sizing: border-box;
   padding: 70px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#belgelerimiz > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#belgelerimiz > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#belgelerimiz > .row > .col-1
{
   float: left;
}
#belgelerimiz > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#belgelerimiz:before,
#belgelerimiz:after,
#belgelerimiz .row:before,
#belgelerimiz .row:after
{
   display: table;
   content: " ";
}
#belgelerimiz:after,
#belgelerimiz .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#belgelerimiz > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_belge1
{
   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;
}
#belge1
{
   box-sizing: border-box;
   padding: 70px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#belge1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#belge1 > .row > .col-1, #belge1 > .row > .col-2, #belge1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#belge1 > .row > .col-1, #belge1 > .row > .col-2, #belge1 > .row > .col-3
{
   float: left;
}
#belge1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 20px 0px;
}
#belge1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 20px 0px;
}
#belge1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge1:before,
#belge1:after,
#belge1 .row:before,
#belge1 .row:after
{
   display: table;
   content: " ";
}
#belge1:after,
#belge1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#belge1 > .row > .col-1, #belge1 > .row > .col-2, #belge1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_belge2
{
   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;
}
#belge2
{
   box-sizing: border-box;
   padding: 20px 15px 70px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#belge2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#belge2 > .row > .col-1, #belge2 > .row > .col-2, #belge2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#belge2 > .row > .col-1, #belge2 > .row > .col-2, #belge2 > .row > .col-3
{
   float: left;
}
#belge2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 20px 0px;
}
#belge2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 20px 0px;
}
#belge2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: left;
}
#belge2:before,
#belge2:after,
#belge2 .row:before,
#belge2 .row:after
{
   display: table;
   content: " ";
}
#belge2:after,
#belge2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#belge2 > .row > .col-1, #belge2 > .row > .col-2, #belge2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/photo5.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 150px 15px 160px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   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;
   width: 100%;
   text-align: center;
}
#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%;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.67;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: center;
   -webkit-animation: animate-fade-in-up 1000ms linear 500ms 1 normal both;
   animation: animate-fade-in-up 1000ms linear 500ms 1 normal both;
}
#wb_Text9
{
   color: #D29600;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 27px;
   line-height: 36.5px;
}
#wb_Text9 p, #wb_Text9 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: center;
   -webkit-animation: scale-in-vertical-center 1000ms linear 500ms 1 normal both;
   animation: scale-in-vertical-center 1000ms linear 500ms 1 normal both;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 48px;
   line-height: 65.5px;
}
#wb_Text10 p, #wb_Text10 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
   -webkit-animation: animate-fade-in-down 1000ms linear 500ms 1 normal both;
   animation: animate-fade-in-down 1000ms linear 500ms 1 normal both;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button2
{
   box-sizing: border-box;
   line-height: 28px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #D29600;
   border-radius: 3px;
   background-color: #D29600;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 16px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 30px 0px 10px 0px;
   -webkit-animation: swash-in 1000ms linear 2000ms 1 normal both;
   animation: swash-in 1000ms linear 2000ms 1 normal both;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: center;
   -webkit-animation: scale-in-vertical-center 1000ms linear 500ms 1 normal both;
   animation: scale-in-vertical-center 1000ms linear 500ms 1 normal both;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: center;
   -webkit-animation: animate-fade-in-down 1000ms linear 500ms 1 normal both;
   animation: animate-fade-in-down 1000ms linear 500ms 1 normal both;
}
#wb_Text12 div
{
   text-align: center;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: center;
   -webkit-animation: animate-fade-in-up 1000ms linear 500ms 1 normal both;
   animation: animate-fade-in-up 1000ms linear 500ms 1 normal both;
}
#wb_Text13 div
{
   text-align: center;
}
#wb_Text13
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button11
{
   box-sizing: border-box;
   line-height: 28px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #D29600;
   border-radius: 3px;
   background-color: #D29600;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 600;
   font-style: normal;
   font-size: 16px;
   padding: 1px 1px 6px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 30px 0px 10px 0px;
   -webkit-animation: swash-in 1000ms linear 2000ms 1 normal both;
   animation: swash-in 1000ms linear 2000ms 1 normal both;
}
#wb_Shape1
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape1
{
   width: 170px;
   height: 38px;
   background-color: #D29600;
   background-image: none;
   border: 0px #4775C0 solid;
}
#Shape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0px;
   top: 0;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 0;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape1
{
   margin: 30px 0px 30px 500px;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
}
#wb_Shape4
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape4
{
   border-width: 0;
   vertical-align: top;
}
#wb_Shape4
{
   margin: 10px 0px 35px 0px;
}
#wb_Picture1
{
   margin: 5px 0px 0px 0px;
   vertical-align: top;
}
#Picture1
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 25px;
   height: 25px;
   vertical-align: top;
}
#wb_Shape3
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape3
{
   width: 170px;
   height: 38px;
   background-color: #D29600;
   background-image: none;
   border: 0px #4775C0 solid;
}
#Shape3_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0px;
   top: 0;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 0;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape3
{
   margin: 30px 0px 30px 500px;
}
#wb_Card11
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card11-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card11:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_Card1
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card1-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card1:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_Card2
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card2-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card2:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_Shape5
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape5
{
   width: 170px;
   height: 38px;
   background-color: #D29600;
   background-image: none;
   border: 0px #4775C0 solid;
}
#Shape5_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0px;
   top: 0;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 0;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape5
{
   margin: 30px 0px 30px 500px;
}
#wb_Card3
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card3-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card3:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_Card4
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card4-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card4:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_Card5
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: #FFFFFF;
   background-image: none;
   border: 10px solid rgba(210,150,0,0.80);
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card5-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 162px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card5:hover
{
   border-color: rgba(210,150,0,0.20);
   -webkit-transition: border-color 500ms linear 0ms;
   transition: border-color 500ms linear 0ms;
}
#wb_mobilmenum
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#mobilmenum
{
   box-sizing: border-box;
   padding: 1px 2px 1px 2px;
   margin-right: auto;
   margin-left: auto;
}
#mobilmenum > .row
{
   margin-right: -2px;
   margin-left: -2px;
}
#mobilmenum > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 2px;
   padding-left: 2px;
   position: relative;
}
#mobilmenum > .row > .col-1
{
   float: left;
}
#mobilmenum > .row > .col-1
{
   background-color: transparent;
   background-image: url('images/mobile-logo-220x41.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 220px 41px;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#mobilmenum:before,
#mobilmenum:after,
#mobilmenum .row:before,
#mobilmenum .row:after
{
   display: table;
   content: " ";
}
#mobilmenum:after,
#mobilmenum .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#mobilmenum > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_CssMenu6
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 0;
   text-align: right;
   z-index: 1111 !important;
}
#wb_CssMenu6 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu6 li
{
   float: left;
   margin: 0;
   padding: 10px 0px 10px 4px;
   width: 30px;
}
#wb_CssMenu6 a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #F5F5F5;
   border-right-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
   border-left-color: #F5F5F5;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   width: 18px;
   height: 18px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   line-height: 18px;
   text-align: center;
}
#wb_CssMenu6 li:hover a, #wb_CssMenu6 a:hover
{
   color: #000000;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu6 li.firstmain
{
   padding-left: 10px;
}
#wb_CssMenu6 li.lastmain
{
   padding-right: 10px;
}
#wb_CssMenu6 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: left;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0px 10px 10px 10px;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #DCDCDC;
}
#PanelMenu1_panel
{
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 400px;
   z-index: 9999;
}
#PanelMenu1_overlay
{
   display: none;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #FE00FE;
   opacity: 1;
   z-index: 9998;
}
#wb_PanelMenu1 a
{
   color: #FFFFFF;
   border: 0px none #D29600;
   background-color: #D29600;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
}
#wb_PanelMenu1 a:hover
{
   color: #FFFFFF;
   background-color: #D29600;
   border: 0px none #D29600;
}
#PanelMenu1 .line
{
   width: 24px;
   height: 4px;
   background: #FFFFFF;
   display: block;
   margin: 4px auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
#PanelMenu1 .line:first-child
{
   margin-top: 12px;
}
#PanelMenu1.open .line:nth-child(1)
{
   -webkit-transform: translateY(8px) rotate(45deg);
   transform: translateY(8px) rotate(45deg);
}
#PanelMenu1.open .line:nth-child(2)
{
   opacity: 0;
}
#PanelMenu1.open .line:nth-child(3)
{
   -webkit-transform: translateY(-8px) rotate(-45deg);
   transform: translateY(-8px) rotate(-45deg);
}
#PanelMenu1
{
   line-height: 48px;
   width: 48px;
   height: 48px;
   position: absolute;
   z-index: 999;
}
#PanelMenu1_markup ul li i
{
   font-size: 24px;
   padding: 0px 10px 0px 0px;
   vertical-align: middle;
   width: 24px;
}
#PanelMenu1_markup span
{
   display: inline-block;
   height: 24px;
   vertical-align: middle;
   line-height: 24px;
}
#PanelMenu1-logo
{
   border-width: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
}
#PanelMenu1-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 45px 0px 20px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_IconFont2
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont2
{
   height: 24px;
   width: 24px;
}
#IconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 13px;
}
#wb_IconFont2:hover i
{
   color: #1B1B1B;
}
#wb_IconFont4
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont4
{
   height: 24px;
   width: 24px;
}
#IconFont4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 21px;
}
#wb_IconFont4:hover i
{
   color: #1B1B1B;
}
#wb_IconFont5
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont5:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont5
{
   height: 24px;
   width: 24px;
}
#IconFont5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont5:hover i
{
   color: #1B1B1B;
}
#wb_IconFont6
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont6:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont6
{
   height: 24px;
   width: 24px;
}
#IconFont6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont6:hover i
{
   color: #1B1B1B;
}
#wb_IconFont7
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont7:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont7
{
   height: 24px;
   width: 24px;
}
#IconFont7 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont7:hover i
{
   color: #1B1B1B;
}
#Table1
{
   border: 0px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
   border-collapse: collapse;
   border-spacing: 0px;
   margin: 0;
}
#Table1 td
{
   padding: 5px 5px 5px 5px;
}
#Table1 p, #Table1 ul
{
   margin: 0;
   padding: 0;
}
#Table1 .cell0
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: right;
   vertical-align: middle;
   font-size: 0;
}
#Table1 .cell1
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: left;
   vertical-align: middle;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-size: 15px;
   line-height: 19.5px;
}
#wb_IconFont8
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont8:hover
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont8
{
   height: 24px;
   width: 22px;
}
#IconFont8 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   width: 16px;
}
#wb_IconFont8
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IconFont8:hover
{
   -webkit-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IconFont9
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont9:hover
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont9
{
   height: 24px;
   width: 22px;
}
#IconFont9 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   width: 12px;
}
#wb_IconFont9
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IconFont9:hover
{
   -webkit-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IconFont10
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont10:hover
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #808080;
}
#IconFont10
{
   height: 24px;
   width: 22px;
}
#IconFont10 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   width: 9px;
}
#wb_IconFont10
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IconFont10:hover
{
   -webkit-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon9
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #B5B5B5;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon9:hover
{
   background-color: #33383B;
   background-image: none;
   border: 0px solid #808080;
}
#FontAwesomeIcon9
{
   height: 24px;
   width: 22px;
}
#FontAwesomeIcon9 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 24px;
   vertical-align: middle;
   width: 21px;
}
#wb_FontAwesomeIcon9
{
   -webkit-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_FontAwesomeIcon9:hover
{
   -webkit-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0px 0px 10px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 5px 0px 5px 0px;
   margin: 10px 0px 0px 0px;
   text-align: left;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: block;
   margin: 10px 0px 0px 0px;
   box-sizing: border-box;
   width: 100%;
}
#PanelLayer1
{
   padding: 0;
}
#PanelLayer1_panel
{
   background-color: #FFFFFF;
   background-image: none;
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 306px;
   z-index: 9999;
}
#wb_Picture3
{
   margin: 30px 0px 0px 0px;
   vertical-align: top;
}
#Picture3
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Overlaymobilemenu
{
   position: relative;
   border: 0px solid transparent;
   margin: 40px 0px 0px 0px;
}
#wb_Overlaymobilemenu
{
   background: #FFFFFF;
}
#wb_Overlaymobilemenu ul
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.Overlaymobilemenu a
{
   text-decoration: none;
}
.Overlaymobilemenu ul
{
   list-style: none;
   padding: 0;
   text-align: left;
}
.Overlaymobilemenu li 
{
   position: relative;
}
.Overlaymobilemenu li a 
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #4F4F4F;
   outline: none;
}
.Overlaymobilemenu li a:hover
{
   color: #FFFFFF;
   background-color: #C0C0C0;
}
.Overlaymobilemenu .sub-menu
{
   padding-top: 0;
   padding-left: 15px !important;
   display: none;
}
.Overlaymobilemenu .item-has-children > a 
{
   position: relative;
}
.Overlaymobilemenu .item-has-children > a::after
{
   background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%234F4F4F%22%20d%3D%22M8%205.5L1.9%2011%20.1%209.4l4.3-3.8L.1%201.8%202%20.1l6%205.4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
   background-size: 8px 11px;
   bottom: auto;
   content: "";
   display: block;
   height: 11px;
   position: absolute;
   right: 1em;
   top: 50%;
   width: 8px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.Overlaymobilemenu .item-has-children > a.submenu-open::after
{
   -webkit-transform: translateY(-50%) rotate(90deg);
   transform: translateY(-50%) rotate(90deg);
}
.Overlaymobilemenu .item-has-children > a:hover::after
{
   background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2211%22%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M8%205.5L1.9%2011%20.1%209.4l4.3-3.8L.1%201.8%202%20.1l6%205.4%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}
#wb_Overlaymobilemenu .overlay-icon
{
   margin: 0px 10px 0px 0px;
}
.Overlaymobilemenu i
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons1;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.Overlaymobilemenu-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
#wb_dilmenu
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 0;
   text-align: center;
   z-index: 1111 !important;
}
#wb_dilmenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_dilmenu li
{
   float: left;
   margin: 0;
   padding: 10px 10px 10px 0px;
   width: 30px;
}
#wb_dilmenu a
{
   display: block;
   float: left;
   color: #4F4F4F;
   border: 1px solid #CCCCCC;
   border-radius: 500px;
   background-color: transparent;
   background-image: none;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   width: 28px;
   height: 18px;
   padding: 0px 0px 0px 0px;
   vertical-align: middle;
   line-height: 18px;
   text-align: center;
}
#wb_dilmenu li:hover a, #wb_dilmenu a:hover
{
   color: #4F4F4F;
   border: 1px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_dilmenu li.firstmain
{
   padding-left: 10px;
}
#wb_dilmenu li.lastmain
{
   padding-right: 10px;
}
#wb_dilmenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Heading13
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 5px 0px 10px 0px;
   padding: 0px 15px 0px 15px;
   text-align: center;
}
#Heading13
{
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
   text-align: center;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #D29600;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont1
{
   height: 21px;
   width: 21px;
}
#IconFont1 i
{
   color: #D29600;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 17px;
}
#wb_IconFont14
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #D29600;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont14
{
   height: 21px;
   width: 21px;
}
#IconFont14 i
{
   color: #D29600;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 17px;
}
#wb_IconFont15
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #D29600;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont15
{
   height: 21px;
   width: 21px;
}
#IconFont15 i
{
   color: #D29600;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 18px;
}
#wb_IconFont16
{
   background-color: transparent;
   background-image: none;
   border: 2px solid #D29600;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont16
{
   height: 21px;
   width: 21px;
}
#IconFont16 i
{
   color: #D29600;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 11px;
}
.navigationMenu .hide 
{
   display: none!important;
}
.navigationMenu .show 
{
   display: block!important;
}
.navigationMenu .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.navigationMenu .nav
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   color: #FFFFFF;
   text-align: left;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.navigationMenu .nav:before,
.navigationMenu .nav:after 
{
   content: " ";
   display: table;
}
.navigationMenu .nav:after 
{
   clear: both;
}
.navigationMenu .nav a 
{
   text-decoration: none;
}
.navigationMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.navigationMenu .nav ul ul
{
   margin-bottom: 0;
}
.navigationMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.navigationMenu .container:before,
.navigationMenu .container:after 
{
   content: " ";
   display: table;
}
.navigationMenu .container:after 
{
   clear: both;
}
.navigationMenu .collapse 
{
   display: none;
}
.navigationMenu .collapse.show 
{
   display: block;
}
.navigationMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height .35s ease;
   transition: height .35s ease;
}
.navigationMenu .caret 
{
   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;
}
.navigationMenu .dropdown 
{
   position: relative;
}
.navigationMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.navigationMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 15px;
   background-color: #000000;
   background-image: none;
   border: 1px solid rgba(0,0,0,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.navigationMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #000000;
}
.navigationMenu .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #FFFFFF;
   white-space: nowrap;
}
.navigationMenu .dropdown-menu>li>a:hover,
.navigationMenu .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .dropdown-menu>li>a.active,
.navigationMenu .dropdown-menu>li>a.active:hover,
.navigationMenu .dropdown-menu>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.navigationMenu .show>.dropdown-menu 
{
   display: block;
}
.navigationMenu .show>a 
{
   outline: 0;
}
.navigationMenu .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.navigationMenu .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.navigationMenu .nav>li 
{
   position: relative;
   display: block;
}
.navigationMenu .nav>li>a 
{
   position: relative;
   display: block;
   padding: 25px 10px 10px 10px;
}
.navigationMenu .nav .show>a,
.navigationMenu .nav .show>a:hover,
.navigationMenu .nav .show>a:focus 
{
   background-color: #ccc;
   border-color: #343A40;
}
.navigationMenu .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #000000;
}
.navigationMenu .nav>li>a>img 
{
   max-width: none;
}
.navigationMenu .nav .caret 
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.navigationMenu
{
   position: relative;
}
.navigationMenu:before,
.navigationMenu:after
{
   content: " ";
   display: table;
}
.navigationMenu:after
{
   clear: both;
}
.navigationMenu .navbar-header:before,
.navigationMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.navigationMenu .navbar-header:after
{
   clear: both;
}
.navigationMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.navigationMenu-navbar-collapse:before,
.navigationMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.navigationMenu-navbar-collapse:after
{
   clear: both;
}
.navigationMenu-navbar-collapse.show 
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 18px 10px 17px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.navigationMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.navigationMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.navigationMenu .navbar-nav
{
   margin: 6px -15px;
}
.navigationMenu .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.navigationMenu .navbar-nav>li>a
{
   color: #FFFFFF;
}
.navigationMenu .navbar-nav>li>a:hover,
.navigationMenu .navbar-nav>li>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
   text-decoration: none;
}
.navigationMenu .navbar-nav>li>a.active,
.navigationMenu .navbar-nav>li>a.active:hover,
.navigationMenu .navbar-nav>li>a.active:focus
{
   color: #2B2B2B;
   background-color: #EDEDED;
   background-image: none;
}
.navigationMenu .navbar-toggle
{
   border: 1px solid rgba(43,43,43,0.10);
}
.navigationMenu .navbar-toggle:hover,
.navigationMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.navigationMenu .navbar-toggle .icon-bar
{
   background-color: #FFFFFF;
}
.navigationMenu-navbar-collapse
{
   border-color: rgba(0,0,0,1.00);
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret,
.navigationMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav>.show>a,
.navigationMenu .navbar-nav>.show>a:hover,
.navigationMenu .navbar-nav>.show>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #2B2B2B;
}
.navigationMenu .navbar-nav>.show>a .caret,
.navigationMenu .navbar-nav>.show>a:hover .caret,
.navigationMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
.navigationMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.navigationMenu .navbar-link
{
   color: #FFFFFF;
}
.navigationMenu .navbar-link:hover
{
   color: #2B2B2B;
}
.navigationMenu .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 480px) 
{
.navigationMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.navigationMenu .navbar-header
{
   float: left;
}
.navigationMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.navigationMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.navigationMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.navigationMenu .navbar-toggle
{
   display: none;
}
.navigationMenu .navbar-nav 
{
   float: right;
   margin: 0;
}
.navigationMenu .navbar-nav>li 
{
   float: left;
}
.navigationMenu .container>.navbar-header,
.navigationMenu .container>.navigationMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret,
.navigationMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #D29600;
   border-bottom-color: #D29600;
}
}
@media (max-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.navigationMenu .navbar-nav
{
   margin: 0;
   background-color: #000000;
   background-image: none;
}
.navigationMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.navigationMenu .navbar-nav .show .dropdown-menu>li>a,
.navigationMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 25px;
}
.navigationMenu .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.navigationMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 0px;
}
.navigationMenu .navbar-nav>li>a 
{
   color: #FFFFFF;
}
.navigationMenu .navbar-nav>li>a:hover,
.navigationMenu .navbar-nav>li>a:focus
{
   color: #D29600;
   background-color: transparent;
   background-image: none;
}
.navigationMenu .navbar-nav>li>a.active,
.navigationMenu .navbar-nav>li>a.active:hover,
.navigationMenu .navbar-nav>li>a.active:focus
{
   color: #D29600;
   background-color: transparent;
   background-image: none;
}
.navigationMenu .navbar-nav>.show>a,
.navigationMenu .navbar-nav>.show>a:hover,
.navigationMenu .navbar-nav>.show>a:focus
{
   background-color: transparent;
   background-image: none;
   color: #D29600;
}
.navigationMenu .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #D29600;
   border-bottom-color: #D29600;
}
.navigationMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.navigationMenu .navbar-nav > li > a.active > .caret,
.navigationMenu .navbar-nav > li > a.active:hover > .caret,
.navigationMenu .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #D29600;
   border-bottom-color: #D29600;
}
.navigationMenu .navbar-nav>.show>a .caret,
.navigationMenu .navbar-nav>.show>a:hover .caret,
.navigationMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #D29600;
   border-bottom-color: #D29600;
}
.navigationMenu .navbar-link
{
   color: #FFFFFF;
}
.navigationMenu .navbar-link:hover 
{
   color: #fff;
}
}
#navigationMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_navigationMenu
{
   z-index: 1111 !important;
}
#PanelLayer1
{
   text-align: center;
}
#wb_PanelMenu1
{
   display: inline-block;
   width: 48px;
   height: 48px;
   z-index: 23;
}
#wb_Shape1
{
   display: none;
   width: 170px;
   height: 38px;
   z-index: 15;
   position: relative;
}
#Banner1
{
   border-width: 0;
   display: inline-block;
   width: 201px;
   height: 41px;
   z-index: 24;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 14;
}
#wb_Shape2
{
   display: inline-block;
   width: 200px;
   height: 41px;
   z-index: 2;
   position: relative;
}
#wb_dilmenu
{
   display: inline-block;
   width: 243px;
   height: 55px;
   z-index: 49;
}
#wb_Picture3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 47;
}
#Table1
{
   display: table;
   width: 100%;
   height: 200px;
   z-index: 30;
}
#Button11
{
   display: inline-block;
   width: 141px;
   height: 37px;
   z-index: 11;
}
#Button2
{
   display: inline-block;
   width: 141px;
   height: 37px;
   z-index: 7;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 20;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 17;
}
#wb_welcome-carousel
{
}
#wb_Picture1
{
   display: block;
   width: 100%;
   height: 25px;
   z-index: 1;
}
#Shape2
{
   width: 200px;
   height: 41px;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 16;
}
#wb_IconFont16
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 54;
}
#wb_FontAwesomeIcon9
{
   display: inline-block;
   width: 22px;
   height: 24px;
   text-align: center;
   z-index: 29;
}
#wb_Heading5
{
   display: inline-block;
   width: 100%;
   z-index: 22;
}
#Shape4
{
   width: 93px;
   height: 5px;
}
#wb_IconFont15
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 53;
}
#wb_IconFont14
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 52;
}
#wb_IconFont1
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 51;
}
#wb_IconFont7
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 37;
}
#wb_IconFont6
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 36;
}
#wb_IconFont5
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 35;
}
#wb_IconFont4
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 34;
}
#wb_IconFont2
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 33;
}
#wb_IconFont8
{
   display: inline-block;
   width: 22px;
   height: 24px;
   text-align: center;
   z-index: 27;
}
#wb_IconFont9
{
   display: inline-block;
   width: 22px;
   height: 24px;
   text-align: center;
   z-index: 26;
}
#wb_Overlaymobilemenu
{
   display: inline-block;
   width: 306px;
   height: 217px;
   z-index: 48;
}
#wb_Shape4
{
   display: inline-block;
   width: 93px;
   height: 5px;
   z-index: 13;
   position: relative;
}
#wb_Heading13
{
   display: inline-block;
   width: 100%;
   z-index: 50;
}
#wb_Shape5
{
   display: none;
   width: 170px;
   height: 38px;
   z-index: 19;
   position: relative;
}
#wb_Heading1
{
   display: inline-block;
   width: 100%;
   z-index: 12;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 21;
}
#wb_IconFont10
{
   display: inline-block;
   width: 22px;
   height: 24px;
   text-align: center;
   z-index: 28;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   text-align: center;
   z-index: 18;
}
#wb_navigationMenu
{
   display: inline-block;
   width: 100%;
   z-index: 3;
}
#Label1
{
   display: block;
   width: 100%;
   line-height: 20px;
   z-index: 0;
}
@media only screen and (max-width: 1199px)
{
body
{
   background-color: #F5F5F5;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   padding: 1px 15px 1px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2, #header > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#header > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#Label1
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 8px 0px 8px 0px;
   text-align: left;
}
#Label1
{
   line-height: 20px;
}
#wb_navigation
{
   visibility: hidden;
   display: none;
}
#wb_navigation
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#navigation
{
   padding: 5px 10px 5px 10px;
}
#navigation .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#navigation > .row > .col-1, #navigation > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#navigation > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#navigation > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Shape2
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_welcome-carousel
{
   visibility: visible;
   display: block;
}
#wb_welcome-carousel
{
   margin: 0;
   height: 438px;
}
#welcome-carousel .carousel-innerframe
{
   padding: 0;
}
#wb_belgelerimiz
{
   visibility: visible;
   display: table;
}
#wb_belgelerimiz
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#belgelerimiz
{
   padding: 70px 15px 20px 15px;
}
#belgelerimiz .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_belge1
{
   visibility: visible;
   display: table;
}
#wb_belge1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#belge1
{
   padding: 70px 15px 20px 15px;
}
#belge1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_belge2
{
   visibility: visible;
   display: table;
}
#wb_belge2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#belge2
{
   padding: 20px 15px 70px 15px;
}
#belge2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   padding: 150px 15px 160px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0;
   padding: 0px 0px 10px 0px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0px 0px 10px 0px;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 0;
   padding: 0;
}
#Button2
{
   width: 141px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0px 10px 0px;
   padding: 1px 1px 6px 6px;
}
#Button2
{
   line-height: 28px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
}
#wb_Text4
{
   margin: 0;
   padding: 0px 0px 20px 0px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   margin: 0;
   padding: 0px 0px 20px 0px;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   margin: 0;
   padding: 0px 0px 10px 0px;
}
#Button11
{
   width: 141px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 30px 0px 10px 0px;
   padding: 1px 1px 6px 6px;
}
#Button11
{
   line-height: 28px;
}
#wb_Shape1
{
   width: 170px;
   height: 38px;
   visibility: hidden;
   display: none;
   margin: 30px 0px 30px 500px;
}
#Shape1
{
   width: 170px;
   height: 38px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Shape4
{
   visibility: visible;
   display: inline-block;
   margin: 10px 0px 35px 0px;
}
#wb_Picture1
{
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0px 0px 0px;
   padding: 0;
}
#Picture1
{
   width: 25px;
   height: 25px;
}
#wb_Shape3
{
   width: 170px;
   height: 38px;
   visibility: hidden;
   display: none;
   margin: 30px 0px 30px 500px;
}
#Shape3
{
   width: 170px;
   height: 38px;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Shape5
{
   width: 170px;
   height: 38px;
   visibility: hidden;
   display: none;
   margin: 30px 0px 30px 500px;
}
#Shape5
{
   width: 170px;
   height: 38px;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 30px 0px 0px 0px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 162px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 1px 1px !important;
   margin: 20px 20px 30px 20px;
   padding: 0;
   color: #4F4F4F;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
}
#wb_mobilmenum
{
   visibility: visible;
   display: table;
   background-color: #000000;
   background-image: none;
}
#wb_mobilmenum
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#mobilmenum
{
   padding: 1px 2px 1px 2px;
}
#mobilmenum .row
{
   margin-right: -2px;
   margin-left: -2px;
}
#mobilmenum > .row > .col-1
{
   padding-right: 2px;
   padding-left: 2px;
}
#mobilmenum > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_CssMenu6
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: right;
}
#wb_CssMenu6 li
{
   width: 30px;
}
#wb_CssMenu6 a
{
   color: #FFFFFF;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #F5F5F5;
   border-right-color: #F5F5F5;
   border-bottom-color: #F5F5F5;
   border-left-color: #F5F5F5;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   width: 18px;
   height: 18px;
   padding: 0px 5px 0px 5px;
   line-height: 18px;
   text-align: center;
}
#wb_CssMenu6 li:hover a, #wb_CssMenu6 a:hover
{
   color: #000000;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: none;
   border-right-style: solid;
   border-bottom-style: none;
   border-left-style: none;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_PanelMenu1
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#PanelMenu1
{
   line-height: 48px;
   width: 48px;
   height: 48px;
}
#PanelMenu1 .line:first-child
{
   margin-top: 12px;
}
#wb_PanelMenu1 a
{
   color: #FFFFFF;
   border: 0px none #D29600;
   background-color: #D29600;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: left;
}
#wb_PanelMenu1 a:hover
{
   color: #FFFFFF;
   background-color: #D29600;
   border: 0px none #D29600;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   padding: 45px 0px 20px 0px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   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;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 10px 0px 10px 0px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 10px 0px 10px 0px;
}
#wb_IconFont2
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
}
#IconFont2
{
   width: 24px;
   height: 24px;
}
#IconFont2 i
{
   line-height: 24px;
   font-size: 24px;
   width: 13px;
}
#wb_IconFont4
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
}
#IconFont4
{
   width: 24px;
   height: 24px;
}
#IconFont4 i
{
   line-height: 24px;
   font-size: 24px;
   width: 21px;
}
#wb_IconFont5
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
}
#IconFont5
{
   width: 24px;
   height: 24px;
}
#IconFont5 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_IconFont6
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 8px 8px 8px 8px;
}
#IconFont6
{
   width: 24px;
   height: 24px;
}
#IconFont6 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_IconFont7
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#IconFont7
{
   width: 24px;
   height: 24px;
}
#IconFont7 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#Table1
{
   visibility: visible;
   display: table;
}
#wb_IconFont8
{
   width: 22px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#IconFont8
{
   width: 22px;
   height: 24px;
}
#IconFont8 i
{
   line-height: 24px;
   font-size: 22px;
   width: 16px;
}
#wb_IconFont9
{
   width: 22px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#IconFont9
{
   width: 22px;
   height: 24px;
}
#IconFont9 i
{
   line-height: 24px;
   font-size: 22px;
   width: 12px;
}
#wb_IconFont10
{
   width: 22px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#IconFont10
{
   width: 22px;
   height: 24px;
}
#IconFont10 i
{
   line-height: 24px;
   font-size: 22px;
   width: 9px;
}
#wb_FontAwesomeIcon9
{
   width: 22px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 8px 8px 8px;
}
#FontAwesomeIcon9
{
   width: 22px;
   height: 24px;
}
#FontAwesomeIcon9 i
{
   line-height: 24px;
   font-size: 22px;
   width: 21px;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 0px 0px 10px 0px;
}
#Banner1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 10px 0px 0px 0px;
   padding: 5px 0px 5px 0px;
}
#PanelLayer1
{
   left: 579px;
   top: 4px;
   width: 306px;
}
#PanelLayer1_panel
{
   height: 100%;
   width: 306px;
}
#PanelLayer1
{
   padding: 0;
}
#wb_Picture3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0px 0px 0px;
   padding: 0;
}
#wb_Overlaymobilemenu
{
   width: 306px;
   height: 217px;
   visibility: visible;
   display: inline-block;
   margin: 40px 0px 0px 0px;
}
#Overlaymobilemenu-overlay ul
{
   font-size: 16px;
   text-align: left;
}
#wb_dilmenu
{
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#wb_dilmenu li
{
   width: 35px;
}
#wb_dilmenu a
{
   color: #4F4F4F;
   border: 1px solid #CCCCCC;
   border-radius: 500px;
   background-color: transparent;
   background-image: none;
   font-family: Montserrat;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   width: 33px;
   height: 33px;
   padding: 0px 0px 0px 0px;
   line-height: 33px;
   text-align: center;
}
#wb_dilmenu li:hover a, #wb_dilmenu a:hover
{
   color: #4F4F4F;
   border: 1px solid #FFFFFF;
   background-color: transparent;
   background-image: none;
}
#wb_Heading13
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 5px 0px 10px 0px;
   padding: 0px 15px 0px 15px;
}
#wb_IconFont1
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#IconFont1
{
   width: 21px;
   height: 21px;
}
#IconFont1 i
{
   line-height: 21px;
   font-size: 21px;
   width: 17px;
}
#wb_IconFont14
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#IconFont14
{
   width: 21px;
   height: 21px;
}
#IconFont14 i
{
   line-height: 21px;
   font-size: 21px;
   width: 17px;
}
#wb_IconFont15
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#IconFont15
{
   width: 21px;
   height: 21px;
}
#IconFont15 i
{
   line-height: 21px;
   font-size: 21px;
   width: 18px;
}
#wb_IconFont16
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#IconFont16
{
   width: 21px;
   height: 21px;
}
#IconFont16 i
{
   line-height: 21px;
   font-size: 21px;
   width: 11px;
}
#wb_navigationMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#navigationMenu, .navigationMenu .nav, .navigationMenu .dropdown-menu
{
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 15px;
}
}
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{anima
tion-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:40px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

