body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#Blog1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   margin: 0;
   text-align: center;
   line-height: 1.2;
}
#Blog1 .blogitem
{
   background-color: #EEEEEE;
   box-sizing: border-box;
   height: 100%;
   margin-bottom: 6px;
   padding: 25px;
   text-align: center;
}
#Blog1 .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #EEEEEE;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogsubject
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   color: #666666;
   font-style: normal;
   text-decoration: none;
}
#Blog1 .blogcomments
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #000000;
   font-style: normal;
   text-decoration: underline;
}
#Blog1 .blogsubject a:link, #Blog1 .blogsubject a:visited, #Blog1 .blogsubject a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Blog1 .blogcomments a:link, #Blog1 .blogcomments a:visited, #Blog1 .blogcomments a:hover
{
   color: inherit;
   text-decoration: inherit;
}
#Blog1 .blogcomments
{
   text-decoration: none;
}
#Blog1 .no-thumb
{
   display: none;
}
#Blog1 .blogitem
{
   text-align: center;
}
#Blog1 .blogheader
{
   background-size: cover;
   height: 125px;
}
#Blog1 .blogthumb
{
   position: relative;
   top: -50px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: -50px;
   border-top-width: 0px;
   border-bottom-width: 2px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   text-align: center;
}
#Blog1 .blogdate
{
   margin-bottom: 4px;
}
#Blog1 img
{
   border-width: 0;
   width: 100px;
   height: 100px;
   max-width: 100px;
   max-height: 100px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border: 5px solid rgba(255, 255, 255, 0.5);
   text-align: center;
   margin: 0px 0px 0px 0px;
}
#Blog1 .blogsubject
{
   margin: 0;
   padding: 0;
   display: block;
   font-family: Arial;
   font-size: 32px;
   color: #666666;
}


#Blog1 .carousel-inner
{
   box-sizing: border-box;
   height: 100%;
   overflow: hidden;
   width: 100%;
   position: relative;
}
#Blog1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   transition: 0.6s ease-in-out left;
}
#Blog1 .carousel-inner > .carousel-item > img, #Blog1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Blog1 .carousel-inner > .active, #Blog1 .carousel-inner > .carousel-item-next, #Blog1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Blog1 .carousel-inner > .active
{
   left: 0;
}
#Blog1 .carousel-inner > .carousel-item-next, #Blog1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Blog1 .carousel-inner > .carousel-item-next
{
   left: 100%;
}
#Blog1 .carousel-inner > .carousel-item-prev
{
   left: -100%;
}
#Blog1 .carousel-inner > .carousel-item-next.carousel-item-start, #Blog1 .carousel-inner > .carousel-item-prev.carousel-item-end
{
   left: 0;
}
#Blog1 .carousel-inner > .active.carousel-item-start
{
   left: -100%;
}
#Blog1 .carousel-inner > .active.carousel-item-end
{
   left: 100%;
}
#Blog1 .carousel-control
{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 15%;
   font-size: 20px;
   color: #FFFFFF;
   text-align: center;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
   opacity: 0.5;
}
#Blog1 .carousel-control:focus, #Blog1 .carousel-control:hover
{
   color: #FFFFFF;
   text-decoration: none;
   outline: 0;
   opacity: 0.9;
}
#Blog1 .carousel-control.carousel-item-end
{
   right: 0;
   left: auto;
}
#Blog1 .carousel-control .icon-prev, #Blog1 .carousel-control .icon-next
{
   position: absolute;
   top: 50%;
   width: 30px;
   height: 30px;
   z-index: 5;
   display: inline-block;
   margin-top: -15px;
}
#Blog1 .carousel-control .icon-prev
{
   background-image: url("images/Blog1-prev.png");
   background-repeat: no-repeat;
   right: 50%;
   margin-right: -15px;
}
#Blog1 .carousel-control .icon-next
{
   background-image: url("images/Blog1-next.png");
   background-repeat: no-repeat;
   left: 50%;
   margin-left: -15px;
}
#Blog1 .carousel-indicators
{
   bottom: 10px;
   left: 50%;
   list-style: none;
   margin-left: -30%;
   padding-left: 0;
   position: absolute;
   text-align: center;
   top: auto;
   width: 60%;
   z-index: 15;
}
#Blog1 .carousel-indicators li
{
   display: inline-block;
   width: 8px;
   height: 8px;
   margin: 1px 2px 1px 2px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(0,0,0,0);
   border: 1px solid #666666;
   border-radius: 10px;
}
#Blog1 .carousel-indicators .active
{
   width: 10px;
   height: 10px;
   margin: 0 1px 0 1px;
   background-color: #666666;
}
