body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#wb_adminLayoutGrid1
{
   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;
}
#adminLayoutGrid1
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 30px 0px 30px 0px;
   margin-right: auto;
   margin-left: auto;
}
#adminLayoutGrid1 > .col-1, #adminLayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#adminLayoutGrid1
{
   width: 1300px;
}
#adminLayoutGrid1 > .col-1, #adminLayoutGrid1 > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#adminLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   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;
}
#adminLayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   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: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#adminLayoutGrid1
{
   width: 100%;
}
#adminLayoutGrid1 > .col-1, #adminLayoutGrid1 > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#adminShape1
{
   border-width: 0;
   vertical-align: top;
}
#wb_blogLayoutGrid1
{
   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;
}
#blogLayoutGrid1
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 20px 0px 20px 0px;
   margin-right: auto;
   margin-left: auto;
}
#blogLayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#blogLayoutGrid1
{
   width: 1300px;
}
#blogLayoutGrid1 > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#blogLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   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;
}
@media (max-width: 480px)
{
#blogLayoutGrid1
{
   width: 100%;
}
#blogLayoutGrid1 > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
.box1_content{
   position: relative;
   display: inline-block;
   width: 338px;
   height: auto;
   border-radius: 5px;
   box-shadow: 0px 0px 2px 0px #CECECE;
   margin: 9px;
   padding: 0;
   text-align: left;
   background-color: #FFFFFF;
   overflow: hidden;
   /* border-bottom: 1px dashed #727E8F; */
   }
 
.box1_content:hover{
   box-shadow: 0px 0px 12px 0px #CECECE;
   transition: all 0.3s linear;
   } 
     
.box1_img {
   position: relative;
   width: auto;
   height: 200px;
   border-radius: 0 0 0 0;
   }

.box1_img_hover {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0 0 0 0;
   background-color: #000000;
   transition: opacity 0.5s linear;
   }
   
.box1_img_hover:hover {
   opacity: 0.3;
   transition: opacity 0.5s linear;
   }

.box1_img_rise {
   position: relative;
   background-color:transparent;
   width: auto;
   height: 200px;
   border-radius: 0 0 0 0;
   overflow: hidden;
   }
   
.box1_img_transform {
   position: relative;
   top: 0;
   left: 0;
   width: auto;
   height: 200px;  
   transition: 1s;
   }
.box1_img_transform:hover {
   transform: scale(1.2);
   }

.box1_rating_top {
   position: absolute;
   top: 0;
   right: 0;
   background-color: #FF0000;
   margin: 10px;
   padding: 5px 7px 5px 7px;
   border-radius: 0;
   color: #354D62;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   /* border-bottom: 1px dashed #727E8F; */
   }
 
.box1_date {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #FFFFFF;
   margin: 10px;
   padding: 7px;
   border-radius: 5px;
   /* border-bottom: 1px dashed #727E8F; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9); text-shadow: 2px 2px 2px rgba(0,0,0,1); */
   }
   
 .box1_date h6 {
   color: #354D62;
   font-family: 'Arial';
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   }

.box1_posted {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #FFFFFF;
   margin: 10px;
   padding: 7px;
   border-radius: 5px;
   /* border-bottom: 1px dashed #727E8F; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9); text-shadow: 2px 2px 2px rgba(0,0,0,1); */
   }
   
 .box1_posted h6 {
   color: #354D62;
   font-family: 'Arial';
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   }

.box1_article {
   background-color: #FFFFFF;
   width: auto;
   height: auto;
   padding: 20px 20px 0 20px;
   border-radius: 0 0 0 0;
   overflow: hidden;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F;*/   
   }
 
.box1_article h3 {
   color: #566578;
   font-family: 'Arial';
   font-size: 19px;
   font-style: normal;
   font-weight: bold;
   text-align: left;
   line-height: 1.2;
   }

.box1_article:hover h3 {
    text-decoration: none;  
    color: #1E72C7;
   }

.box1_article p {
   color: #566578;
   font-family: 'Arial';
   font-size: 15px;
   font-style: normal;
   font-weight: normal;
   line-height: 1.4;
   text-align: left;
   }
.box1_article:hover p {
    text-decoration: none;
    color: #3C5889;
   }
  
.box1_button{
   width: auto;
   background-color: #FFFFFF;
   padding: 0 0 20px 20px;
   border-top: 0;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
}

.box1_btn_read {
   background-color: #F2F2F2;
   width: 90px;
   height: auto;
   padding: 8px 14px;
   border-radius: 5px;
   border: 1px solid #566578;
   color: #566578;
   font-family: 'Arial';
   font-size: 15px;
   font-style: normal;
   font-weight: normal;
   text-align: center;
   }
.box1_btn_read:hover {
   background-color: #FFFFFF;
   border: 1px solid #566578;
   color: #566578;
   transition: all 0.15s linear;
   }
 
.box1_date_down {
   background-color: #F2F2F2;
   border-top: 3px solid #DAE0E8;
   padding: 20px;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
   }
   
 .box1_date_down h6 {
   color: #566578;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   text-align: left; 
   }

.box1_posted_down {
   background-color: #F2F2F2;
   border-top: 3px solid #DAE0E8;
   padding: 20px;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
   }
   
 .box1_posted_down h6 {
   color: #566578;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   }
 
.box1_rating{
   width: auto;
   background-color: #FFFFFF;
   padding: 0 0 10px 20px;
   border-top: 0;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
}

.box1_symbol {
   color: #FFC000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 27px;
   text-align: left;
   }
 
.box1_content{
   position: relative;
   display: inline-block;
   width: 338px;
   height: auto;
   border-radius: 5px;
   box-shadow: 0px 0px 2px 0px #CECECE;
   margin: 9px;
   padding: 0;
   text-align: left;
   background-color: #FFFFFF;
   overflow: hidden;
   /* border-bottom: 1px dashed #727E8F; */
   }
 
.box1_content:hover{
   box-shadow: 0px 0px 12px 0px #CECECE;
   transition: all 0.3s linear;
   } 
     
.box1_img {
   position: relative;
   width: auto;
   height: 200px;
   border-radius: 0 0 0 0;
   }

.box1_img_hover {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0 0 0 0;
   background-color: #000000;
   transition: opacity 0.5s linear;
   }
   
.box1_img_hover:hover {
   opacity: 0.3;
   transition: opacity 0.5s linear;
   }

.box1_img_rise {
   position: relative;
   background-color:transparent;
   width: auto;
   height: 200px;
   border-radius: 0 0 0 0;
   overflow: hidden;
   }
   
.box1_img_transform {
   position: relative;
   top: 0;
   left: 0;
   width: auto;
   height: 200px;  
   transition: 1s;
   }
.box1_img_transform:hover {
   transform: scale(1.2);
   }

.box1_rating_top {
   position: absolute;
   top: 0;
   right: 0;
   background-color: #FF0000;
   margin: 10px;
   padding: 5px 7px 5px 7px;
   border-radius: 0;
   color: #354D62;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   /* border-bottom: 1px dashed #727E8F; */
   }
 
.box1_date {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #FFFFFF;
   margin: 10px;
   padding: 7px;
   border-radius: 5px;
   /* border-bottom: 1px dashed #727E8F; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9); text-shadow: 2px 2px 2px rgba(0,0,0,1); */
   }
   
 .box1_date h6 {
   color: #FF0000;
   font-family: 'Roboto Slab Light';
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   }

.box1_posted {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #FFFFFF;
   margin: 10px;
   padding: 7px;
   border-radius: 5px;
   /* border-bottom: 1px dashed #727E8F; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9); text-shadow: 2px 2px 2px rgba(0,0,0,1); */
   }
   
 .box1_posted h6 {
   color: #FF0000;
   font-family: 'Roboto Slab Light';
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   }

.box1_article {
   background-color: #FFFFFF;
   width: auto;
   height: auto;
   padding: 20px 20px 0 20px;
   border-radius: 0 0 0 0;
   overflow: hidden;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F;*/   
   }
 
.box1_article h3 {
   color: #566578;
   font-family: 'Arial';
   font-size: 19px;
   font-style: normal;
   font-weight: bold;
   text-align: left;
   line-height: 1.2;
   }

.box1_article:hover h3 {
    text-decoration: none;  
    color: #1E72C7;
   }

.box1_article p {
   color: #566578;
   font-family: 'Arial';
   font-size: 15px;
   font-style: normal;
   font-weight: normal;
   line-height: 1.4;
   text-align: left;
   }
.box1_article:hover p {
    text-decoration: none;
    color: #3C5889;
   }
  
.box1_button{
   width: auto;
   background-color: #FFFFFF;
   padding: 0 0 20px 20px;
   border-top: 0;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
}

.box1_btn_read {
   background-color: #F2F2F2;
   width: 90px;
   height: auto;
   padding: 8px 14px;
   border-radius: 5px;
   border: 1px solid #566578;
   color: #566578;
   font-family: 'Roboto Slab Light';
   font-size: 15px;
   font-style: normal;
   font-weight: normal;
   text-align: center;
   }
.box1_btn_read:hover {
   background-color: #FFFFFF;
   border: 1px solid #566578;
   color: #566578;
   transition: all 0.15s linear;
   }
 
.box1_date_down {
   background-color: #F2F2F2;
   border-top: 3px solid #DAE0E8;
   padding: 20px;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
   }
   
 .box1_date_down h6 {
   color: #566578;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   text-align: left; 
   }

.box1_posted_down {
   background-color: #F2F2F2;
   border-top: 3px solid #DAE0E8;
   padding: 20px;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
   }
   
 .box1_posted_down h6 {
   color: #566578;
   font-family: 'Arial';
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   }
 
.box1_rating{
   width: auto;
   background-color: #FFFFFF;
   padding: 0 0 10px 20px;
   border-top: 0;
   border-radius: 0 0 0 0;
   /* border-left: 1px solid #727E8F; border-right: 1px solid #727E8F; border-bottom: 1px solid #727E8F; */
}

.box1_symbol {
   color: #FFC000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 27px;
   text-align: left;
   }
 
