﻿/* SB_START;Type_Name:Catalog_Page;Type_RowID:0*/
.CssCatalogAdjusted_product_Container{
  padding:20px 8px 34px;
  text-align:center;
  direction:rtl;
}
.CssCatalogAdjusted_product{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  vertical-align:top;
  box-sizing:border-box;
  width:calc(33.333% - 22px);
  max-width:360px;
  min-width:280px;
  min-height:600px;
  margin:12px 8px;
  padding:0 0 18px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #d9b36f;
  border-radius:15px;
  box-shadow:0 7px 22px rgba(0,31,80,0.10);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.CssCatalogAdjusted_product:hover{
  border-color:#c98b28;
  box-shadow:0 13px 30px rgba(0,31,80,0.17);
  transform:translateY(-4px);
}
.CssCatalogAdjusted_top{
  box-sizing:border-box;
  min-height:72px;
  padding:17px 16px 12px;
  color:#082451;
  font-family:'assistant';
  font-size:18px;
  font-weight:700;
  line-height:1.35;
  text-align:center;
}
.CssCatalogAdjusted_top:hover{
  color:#c47f18;
}
.CssCatalogAdjusted_pic{
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  width:100%;
  height:340px;
  padding:14px;
  overflow:hidden;
  background:#f8f8f6;
  border-top:1px solid #eee6d8;
  border-bottom:1px solid #eee6d8;
}
.CssCatalogAdjusted_pic a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.CssCatalogAdjusted_pic img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  transition:transform .25s ease;
}
.CssCatalogAdjusted_product:hover .CssCatalogAdjusted_pic img{
  transform:scale(1.025);
}
.CssCatalogAdjusted_Pic_Desc_Container{
  display:none;
  height:20px;
  overflow:hidden;
}
.CssCatalogAdjusted_Pic_Desc{
  font-size:14px;
}
.CssCatalogAdjusted_Makat_desc,
.CssCatalogAdjusted_Makat{
  display:none;
}
.CssCatalogAdjusted_Price_Container{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  min-height:50px;
  margin:14px 12px 8px;
}
.CssCatalogAdjusted_Price,
.CssCatalogAdjusted_PriceSpecial{
  float:none !important;
  text-align:center;
}
.CssCatalogAdjusted_Price_desc{
  display:none;
}
.CssCatalogAdjusted_Price_val{
  color:#082451;
  font-family:'assistant';
  font-size:20px;
  font-weight:700;
}
.CssCatalogPrice_line_through{
  color:#909090;
  font-size:15px;
  font-weight:400;
  text-decoration:line-through;
}
.CssCatalogAdjusted_PriceSpecial_desc{
  font-size:0;
}
.CssCatalogAdjusted_PriceSpecial_val{
  color:#c47f18;
  font-family:'assistant';
  font-size:21px;
  font-weight:800;
}
.CssCatalogAdjusted_product .CssCatalogAdjusted_Inventory{
  display:block !important;
  min-height:24px;
  margin:0 12px 8px;
  color:#596575;
  font-size:14px;
}
.CssCatalogAdjusted_product .CssCatalogAdjusted_Inventory .CssCatalogAdjusted_Inventory_ItmesLeft{
  display:none !important;
}
.CssCatalogAdjusted_product .CssCatalogAdjusted_Inventory .CssCatalogAdjusted_Inventory_NoItmes{
  padding:7px 10px;
  color:#8b2d2d;
  background:none;
  font-size:14px;
  font-weight:600;
}
.CssCatalogAdjusted_QuantityMeasureUnits{
  display:none !important;
}
.CssCatalogAdjusted_BTNDetails{
  display:none;
  float:inherit !important;
}
.CssCatalogAdjusted_product .details{
  width:100%;
  height:42px;
  color:#082451;
  font-size:16px;
  line-height:42px;
  text-align:center;
}
.CssCatalogAdjusted_BTNAddToChart{
  display:block;
  width:100%;
  margin-top:auto;
  padding:4px 14px 0;
  box-sizing:border-box;
}
.CssCatalogAdjusted_product .CSS_BtnAddToBasket{
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  width:100%;
  min-height:48px;
  padding:11px 16px;
  color:#ffffff;
  font-family:'assistant';
  font-size:17px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  background:#082451;
  border:1px solid #082451;
  border-radius:9px;
  box-shadow:0 5px 13px rgba(0,31,80,0.16);
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.CssCatalogAdjusted_product .CSS_BtnAddToBasket:hover,
.CssCatalogAdjusted_product .CSS_BtnAddToBasket:focus{
  color:#082451;
  background:#e2a13a;
  border-color:#cc8a22;
}
.CssCatalogAdjusted_SalesIconText{
  display:inline-block;
  margin:10px;
  padding:7px 12px;
  color:#082451;
  font-family:'assistant';
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  background:#e2a13a;
  border-radius:20px;
  box-shadow:0 3px 9px rgba(0,31,80,0.12);
}
.CssCatalogAdjusted_product_Container .CAT_Currency{
  font-family:'assistant';
  font-size:15px;
}
.sf-MA-WishList-add{
  position:absolute;
  top:12px;
  left:12px;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin:0;
  color:#c47f18;
  font-size:20px;
  background:rgba(255,255,255,0.94);
  border:1px solid #d9b36f;
  border-radius:50%;
  box-shadow:0 3px 10px rgba(0,31,80,0.12);
}
@media(max-width:900px){
  .CssCatalogAdjusted_product{
    width:calc(50% - 18px);
    min-width:0;
    max-width:none;
  }
}
@media(max-width:600px){
  .CssCatalogAdjusted_product_Container{
    padding:12px 4px 24px;
  }
  .CssCatalogAdjusted_product{
    width:calc(50% - 10px);
    min-width:0;
    min-height:455px;
    margin:7px 3px;
    padding-bottom:10px;
    border-radius:11px;
    box-shadow:0 5px 15px rgba(0,31,80,0.10);
  }
  .CssCatalogAdjusted_product:hover{
    transform:none;
  }
  .CssCatalogAdjusted_top{
    min-height:62px;
    padding:12px 8px 9px;
    font-size:15px;
    line-height:1.3;
  }
  .CssCatalogAdjusted_pic{
    height:190px;
    padding:8px;
  }
  .CssCatalogAdjusted_Price_Container{
    min-height:48px;
    margin:10px 6px 5px;
    gap:4px;
  }
  .CssCatalogAdjusted_Price_val,
  .CssCatalogAdjusted_PriceSpecial_val{
    font-size:17px;
  }
  .CssCatalogPrice_line_through{
    font-size:13px;
  }
  .CssCatalogAdjusted_product .CssCatalogAdjusted_Inventory{
    min-height:20px;
    margin:0 6px 5px;
    font-size:12px;
  }
  .CssCatalogAdjusted_BTNAddToChart{
    padding:3px 7px 0;
  }
  .CssCatalogAdjusted_product .CSS_BtnAddToBasket{
    min-height:44px;
    padding:9px 6px;
    font-size:14px;
    border-radius:7px;
  }
  .CssCatalogAdjusted_SalesIconText{
    margin:6px;
    padding:5px 8px;
    font-size:12px;
  }
  .sf-MA-WishList-add{
    top:8px;
    left:8px;
    width:32px;
    height:32px;
    font-size:17px;
  }
}
/* SB_END;Type_Name:Catalog_Page;Type_RowID:0*/
/* SB_START;Type_Name:Catalog_ProductPage;Type_RowID:0*/
.CssCatProductAdjusted_product{padding:10px 10px 10px 10px;margin-bottom:20px;}#CssCatProductAdjusted_TextArea{background: url('490108_133.png') no-repeat right bottom;padding:5px 5px 5px 5px;width:38%;float:right !important;}#CssCatProductAdjusted_PicturesArea{padding:0 0 12px 0;margin-bottom:10px;width:40%;}.CssCatProductAdjusted_BigPic{padding:7px 7px 7px 7px;height:690px;overflow:hidden;}.CatIMG_PictureBig_Clean{max-height:100%;max-width:100%;}.more_pics .Gallery_Div_Img{margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;border-top:1px solid #bebebe;border-left:1px solid #bebebe;border-right:1px solid #bebebe;border-bottom:1px solid #bebebe;width:100px;height:100px;overflow:hidden;}.more_pics .Gallery_Div_Img img{box-shadow:0 0 0 0 #d4d4d4;-moz-box-shadow:0 0 0 0 #d4d4d4;-webkit-box-shadow:0 0 0 0 #d4d4d4;max-width:100px;max-height:100px;}.CssCatProductAdjusted_top{padding:10px 10px 10px 10px;margin-top:20px;margin-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.36);}.CssCatProductAdjusted_header{color:#000000;font-size:30px;font-weight:normal;font-style:normal;}.CssCatProductAdjusted_PicDesc{border-top:1px solid rgba(0,0,0,0.36);}.CssCatProductAdjusted_Makat{color:#7a7a7a;font-size:17px;font-weight:normal;margin-top:10px;margin-bottom:10px;}.CssCatProductAdjusted_Delivery{line-height:0px;display:inline;}.CssCatProductAdjusted_Price_Container{padding:6px 0 6px 0;border-top:1px solid rgba(0,0,0,0.36);border-bottom:1px solid rgba(0,0,0,0.36);width:100%;display:table;}.CssCatProductAdjusted_Price{display:table-cell;}.CssCatProductAdjusted_Price .CAT_Text{font-size:22px;display:none;}.CssCatProductAdjusted_Price .CAT_Currency, .CssCatProductAdjusted_Price .CAT_Values{font-size:23px;}.CssCatProductAdjusted_PriceSpecial{color:#e91e63;padding:0 20px 0 20px;display:inline-block;}.CssCatProductAdjusted_PriceSpecial .CAT_Currency,.CssCatProductAdjusted_PriceSpecial .CAT_Values{color:#404040;font-size:24px;font-weight:bold;}.CssCatProductAdjusted_Price .CAT_Currency.CssCatProductAdjusted_line_through, .CssCatProductAdjusted_Price .CAT_Values.CssCatProductAdjusted_line_through{font-size:18px;text-decoration:line-through;}.CssCatProductAdjusted_product .CssCatProductAdjusted_Inventory{display:none;}.CssCatProductAdjusted_QuantityMeasureUnits{padding:11px 0 0 0;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;}.CssCatProductAdjusted_Quantity input.BasketInputBoxUp{background:#030303;text-align:center;width:30px;height:20px;display:block;}.CssCatProductAdjusted_Quantity input.BasketInputBox{background:#ffffff;padding:4px 0 4px 0;width:30px;height:16px;display:block;}.CssCatProductAdjusted_Quantity input.BasketInputBoxDown{background:#030303;width:30px;height:20px;display:block;}.CssCatProductAdjusted_AddToBasket{padding:7px 0 0 0;margin-right:3px;display:inline-block;}.CssCatProductAdjusted_product #BtnAddToBasket_Anchor{background:#030303;padding:17px 45px 17px 45px;margin-top:4px;margin-right:4px;margin-bottom:4px;margin-left:4px;color:#ffffff;font-size:16px;font-weight:normal;text-decoration:none;text-align:center;}.CssCatProductAdjusted_product #BtnAddToBasket_Anchor:hover{background:#000000 url('490108_135.png') no-repeat left center;border-top:1px solid ;border-left:1px solid ;border-right:1px solid ;border-bottom:1px solid ;color:#ffffff;}.CssCatProductAdjusted_product #BtnAddToBasket_Anchor .CAT_BtnAddToBasket_Anchor_Text{font-size:18px;}.CssCatProductAdjusted_product .CSS_ProductPage{line-height:20px;}.clsCatalogElmExtraRow{padding:5px 0 5px 5px;border-top:1px solid #000000;}.clsSelectChooseProduct{margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;border-top:1px solid ;border-left:1px solid ;border-right:1px solid ;border-bottom:1px solid ;width:100%;}.clsCatalogElmExtraRow .clsUlChooseProduct li{color:transparent;border-top:1px solid #7a7a7a;border-left:1px solid #7a7a7a;border-right:1px solid #7a7a7a;border-bottom:1px solid #7a7a7a;border-radius:30px 30px 30px 30px;-moz-border-radius:30px 30px 30px 30px;-webkit-border-radius:30px 30px 30px 30px;width:30px;height:30px;}.clsCatalogElmExtraRow .clsUlChooseProduct li:hover{color:transparent;}.clsCatalogElmExtraRow .clsUlChooseProduct li.clsSelected{color:transparent;}.CssCatProductAdjusted_product .CAT_Currency{font-size:21px;padding:0 4px 0 4px;}#CssCatProductAdjusted_LeftText{width:20%;float:left !important;}.CssCatProductAdjusted_product #BtnAddToBasket_Anchor_BuyNow{background:#2196f3;padding:17px 45px 17px 45px;margin-top:4px;margin-right:4px;margin-bottom:4px;margin-left:4px;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;color:#ffffff;text-decoration:none;}
/* SB_END;Type_Name:Catalog_ProductPage;Type_RowID:0*/
/* SB_START;Type_Name:Gallery12_Page;Type_RowID:0*/
.CSS_SB_Gallery12_MainDiv{width:100%;}.CSS_SB_Gallery12_div{padding:1% 1% 1% 1%;overflow:hidden;width:438px;height:340px;}.CSS_SB_Gallery12_MainDiv .CSS_SB_Gallery12_img{max-width:100%;}.lb-dataContainer .lb-data .lb-caption{color:#ffffff;font-size:17px;font-weight:normal;}.lb-dataContainer .lb-data .lb-number{font-size:0px;}
/* SB_END;Type_Name:Gallery12_Page;Type_RowID:0*/
/* SB_START;Type_Name:General;Type_RowID:0*/
BODY,TD,DIV,P{color:#000000;font-size:19px;font-weight:400;font-family:'assistant';}A{color:#000000;text-decoration:none;}A:visited{text-decoration:none;}A:hover{color:#333333;text-decoration:none;}h1{color:#15293f;font-size:36px;font-weight:bold;font-style:normal;font-family:'assistant';}h2{color:#112760;font-size:30px;font-weight:bold;font-family:'assistant';}h3{font-size:20px;font-weight:normal;font-style:normal;}h4{color:#112760;font-weight:normal;font-style:normal;}h5{font-size:24px;font-weight:600;margin-bottom:5px;}input[type=button],input[type=submit],.btn{color:#dddddd;font-size:17px;font-weight:normal;font-family:'assistant';background:#15293f;padding:0 15px 0 15px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.18);cursor:pointer;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:0 0 0 0;}input[type=text],textarea,select,input[type=password]{color:#000000;font-size:17px;font-weight:normal;font-style:normal;font-family:'assistant';background:#eeeeee;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:0 0 0 0;box-shadow:0 0 0 0 ;}input[type=text]:hover,textarea:hover,select:hover,input[type=password]:hover{color:#000000;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;box-shadow:0 0 0 0 ;}input[type=text]:focus,textarea:focus,input[type=password]:focus{background:#f0f0f0;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;box-shadow:0 0 0 0 ;}input[type=button],input[type=submit],.btn:hover{color:#ffffff;background:#000000;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:0 0 0 0;box-shadow:0 0 0 0 ;}
/* SB_END;Type_Name:General;Type_RowID:0*/
/* SB_START;Type_Name:WebDesign_Mobile;Type_RowID:0*/
.SB_Mobile_Header_Cont{background:#ffffff;}.SB_Mobile_Header_Menu_TopPos{background:#15293f;border-top:1px solid #cccccc;border-bottom:1px solid #002d4d;box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);text-align:center;}.Css_Mobile_Menu{background:transparent;}#SB_BODY_MOBILE .SB_FlashGallery_Container{margin-top:-2px;}.Css_Mobile_PageContent{padding:20px 0 20px 0;}.SB_Mobile_Bottom_Background{background:#15293f;}
/* SB_END;Type_Name:WebDesign_Mobile;Type_RowID:0*/
/* SB_START;Type_Name:DnD_Page;Type_RowID:0*/
div.col-padding{padding-left:0px;padding-right:0px;}BODY .clsDnD_Container h1, BODY .clsDnD_Container h2, BODY .clsDnD_Container h3, BODY .clsDnD_Container h4, BODY .clsDnD_Container h5, BODY .clsDnD_Container h6{padding:0 0 0 0;}BODY .SB_Text_Pad{padding:0 0 0 0;}a.btn-primary{color:#ffffff;background:#002d4e;color:#ffffff;font-size:20px;font-weight:normal;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:8px 8px 8px 8px;}a.btn-primary:hover,a.btn-primary:focus,a.btn-primary:active,a.btn-primary.active{color:#ffffff;background:#000000;color:#ffffff;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:8px 8px 8px 8px;}BODY .clsDnD_Container>.row{margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;}BODY .clsDnD_Container > .row{margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;margin-top:0px;margin-bottom:0px;}
/* SB_END;Type_Name:DnD_Page;Type_RowID:0*/
/* SB_START;Type_Name:Menu;Type_RowID:2893*/
#SB_Menu_2893 li{background:transparent;padding:0 8px 0 8px;height:120px;}#SB_Menu_2893 a{color:#ffffff;font-size:20px;font-weight:300;text-align:center;padding:0 8px 0 8px;line-height:120px;}#SB_Menu_2893 li:hover{border-bottom:2px solid #b8935e;}#SB_Menu_2893 .active{border-bottom:2px solid #b8935e;}#SB_Menu_2893 li.active>a{color:#ffffff;}#SB_Menu_2893 li li{width:200px;height:50px;background:#15293f;}#SB_Menu_2893 li li a{line-height:40px;}#SB_Menu_2893 li ul{border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;}#SB_Menu_2893 .sf-sub-indicator{font-size:7px;margin-left:2px;}#SB_Menu_2893 .sf-li-Icon{font-size:16px;}
/* SB_END;Type_Name:Menu;Type_RowID:2893*/
/* SB_START;Type_Name:FloatBtns_Page;Type_RowID:0*/
#sf-ma-FloatBtns{right:0px;bottom:50px;}#sf-ma-FloatBtns .sf-ma-li-Icon{color:#ffffff;font-size:18px;background:#15293f;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;box-shadow:0 0 0 0 ;-moz-box-shadow:0 0 0 0 ;-webkit-box-shadow:0 0 0 0 ;font-size:18px;margin-bottom:10px;}#sf-ma-FloatBtns .sf-MA-Whatsapp .sf-ma-li-Icon{background-color:#47d14d;color:#ffffff;}
/* SB_END;Type_Name:FloatBtns_Page;Type_RowID:0*/
/* SB_START;Type_Name:GeneralCatalog_Page;Type_RowID:0*/
.Css_NumberProductsInBasket{display:none;}.CSS_CatalogSearchBar{display:none;padding:16px 16px 16px 16px;}
/* SB_END;Type_Name:GeneralCatalog_Page;Type_RowID:0*/
/* SB_START;Type_Name:MenuIcons_Mobile;Type_RowID:0*/
UL.sf-ma-ul-MobileMenu{background:#15293f;padding:5px 0 5px 0;margin-top:5px;margin-bottom:5px;}UL.sf-ma-ul-MobileMenu .sf-ma-li .sf-ma-li-Icon{color:#b8935e;font-size:21px;padding:5px 5px 5px 5px;margin-top:25px;margin-right:5px;margin-left:5px;}UL.sf-ma-ul-MobileMenu .sf-ma-li.sf-MA-Logo img{margin-top:3px;max-height:84px;}UL.sf-ma-ul-MobileMenu .sf-ma-li .clsCat_WishList_Count{color:#ffffff;background:#000000;margin-top:30px;}UL.sf-ma-ul-MobileMenu .sf-ma-li .clsCat_Basket_Count{color:#ffffff;background:#000000;margin-top:30px;}
/* SB_END;Type_Name:MenuIcons_Mobile;Type_RowID:0*/
/* SB_START;Type_Name:Tabs_Page;Type_RowID:0*/
.nav-tabs.CssTabs_Ul{border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:1px solid #c4c4c4;}.nav-tabs.CssTabs_Ul>li{background:#ffffff;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;}.nav-tabs.CssTabs_Ul>li>a{margin-right:0px;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:1px 1px 1px 1px;-moz-border-radius:1px 1px 1px 1px;-webkit-border-radius:1px 1px 1px 1px;color:#919191;font-size:16px;font-weight:normal;font-family:'heebo';}.nav-tabs.CssTabs_Ul>li.active>a, .nav-tabs.CssTabs_Ul>li.active>a:focus, .nav-tabs.CssTabs_Ul>li.active>a:hover{background:transparent;border-top:1px solid #c4c4c4;border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;border-bottom:0 solid #e3e3e3;color:#000000;}.nav.CssTabs_Ul>li>a:focus, .nav.CssTabs_Ul>li>a:hover{background:transparent;border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:0  ;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;color:#000000;}.tab-content.CssTabs_DivCont{padding:20px 20px 20px 20px;margin-bottom:30px;border-top:0 solid #e3e3e3;border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4;width:100%;}
/* SB_END;Type_Name:Tabs_Page;Type_RowID:0*/
/* SB_START;Type_Name:MenuIcons_Page;Type_RowID:0*/
.sf-menu .sf-ma-li .sf-ma-li-Icon{font-size:25px;}.sf-menu .sf-ma-li.sf-MA-Logo img{margin-top:14px;margin-left:19px;max-height:90px;}.sf-menu .sf-ma-li .clsCat_WishList_Count{color:#ffffff;font-size:15px;background:#000000;margin-top:13px;}.sf-menu .sf-ma-li .clsCat_Basket_Count{color:#ffffff;font-size:15px;background:#000000;margin-top:13px;}
/* SB_END;Type_Name:MenuIcons_Page;Type_RowID:0*/
/* SB_START;Type_Name:FormsDND;Type_RowID:0*/
form.clsSB_FormShow .CSS_TABLE input[type='text']{background:#ffffff;border-bottom:1px solid rgba(0,0,0,0.29);}form.clsSB_FormShow .CSS_TABLE input[type='password']{background:#ffffff;}form.clsSB_FormShow .CSS_TABLE textarea{background:#ffffff;border-bottom:1px solid rgba(0,0,0,0.29);}form.clsSB_FormShow .CSS_SUBMIT{background:#b8935e;color:#ffffff;}
/* SB_END;Type_Name:FormsDND;Type_RowID:0*/
/* SB_START;Type_Name:SB_DnDStyle;Type_RowID:0*/
@media(min-width:768px){ #DDMenuTop{}}
/* SB_END;Type_Name:SB_DnDStyle;Type_RowID:0*/
/* SB_START;Type_Name:WebDesign_WP;Type_RowID:0*/
.SB_FlashGallery_Container .allinone_bannerRotator{border-top:1px solid #002d4d;}
/* SB_END;Type_Name:WebDesign_WP;Type_RowID:0*/
/* SB_START;Type_Name:Article_Page;Type_RowID:0*/
.CSS_ArticlesSearchBox{margin-top:8px;margin-bottom:8px;}#txtSearch.CSS_ArticlesSearchText{background:#ffffff;box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);}.CSS_ArticlesSearchButton{background:#15293f;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,0.11);color:#242424;font-size:14px;font-weight:bold;font-family:'assistant';}.CSS_ArticleBox{background:rgba(255,255,255,0.13);padding:15px 15px 15px 15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;border-top:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-bottom:0 solid transparent;border-radius:0 0 0 0;-moz-border-radius:0 0 0 0;-webkit-border-radius:0 0 0 0;box-shadow:0 2px 11px 0 rgba(0,0,0,0.17);-moz-box-shadow:0 2px 11px 0 rgba(0,0,0,0.17);-webkit-box-shadow:0 2px 11px 0 rgba(0,0,0,0.17);width:454px;height:580px;}.CSS_ArticleTitleImg_Container{margin-top:8px;margin-bottom:20px;box-shadow:0 0 0 0 #313131;-moz-box-shadow:0 0 0 0 #313131;-webkit-box-shadow:0 0 0 0 #313131;height:265px;}.CSS_ArticleTitleImg{border-top:0  ;border-left:0  ;border-right:0  ;border-bottom:6px solid #15293f;height:100%;width:100%;}a.CSS_ArticleTitle{font-size:19px;font-weight:bold;padding:0 20px 0 20px;margin-top:8px;margin-bottom:8px;}.CSS_ArticleSummary{padding:0 20px 0 20px;margin-top:10px;margin-bottom:10px;color:#000000;font-size:19px;font-weight:300;font-family:'assistant';}.CSS_ArticleTime{padding:0 0 12px 0;color:#a1a1a1;font-size:11px;font-weight:normal;display:none;}.CSS_ArticleSummaryReadMore{color:#808080;font-size:12px;font-weight:bold;}.CSS_ArticleSummaryReadMore:hover{color:#0079ba;font-size:12px;font-weight:bold;}HR.CSS_ArticleHr{display:none;}.CSS_SingleArticleTitle{padding:81px 0 8px 0;margin-bottom:8px;border-bottom:1px solid rgba(21,41,63,0.38);color:#15293f;font-size:26px;font-weight:bold;font-family:'assistant';}.CSS_SingleArticleBigPic{padding:8px 0 8px 0;margin-top:12px;margin-bottom:6px;text-align:right;}#divTags{background:transparent;padding:10px 10px 10px 10px;margin-top:20px;margin-bottom:20px;border-top:1px solid #cecece;border-left:1px solid #cecece;border-right:1px solid #cecece;border-bottom:1px solid #cecece;}#divTags a{text-decoration:underline;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;}.CSS_ArticleTitle h2{color:#1f1f1f;font-size:15px;font-weight:bold;}
/* SB_END;Type_Name:Article_Page;Type_RowID:0*/
