/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Bold Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Light Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Thin Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('/fonts/Bebas Neue Pro Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  font-weight: normal;
  font-size: 16px;
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: 'Source Sans 3', sans-serif;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*min-height: -webkit-fill-available;*/
}

table,
tr,
td {
  font-weight: normal;
}

a {
  color: #32657c;
}

a:hover {
  color: #a84301;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 100%;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  font-weight: bold;
  color: #1d4587;
  margin-bottom: 30px;
}

h1 a,
.h1 a {
  text-decoration: none;
  color: #a10101;
  font-weight: normal;
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: 100%;
  font-family: 'Bebas Neue Pro', 'Bebas Neue', sans-serif;
  color: #1d4587;
  font-weight: bold;
}

h2 a,
.h2 a {
  text-decoration: none;
}

h3 a {
  color: #000000;
}

.hidden {
  display: none !important;
}

.view_cart_buttons input {
  margin: 3px;
}

img,
form {
  margin: 0px;
  padding: 0px;
  background: none;
  max-width: 100%;
  border: none;
}

label,
input[type='checkbox'] {
  cursor: pointer;
}

.top-mess {
  border-radius: 0;
  background-color: #d94009;
  color: white;
}

.list-group-item.active {
  /*z-index: 2;*/
  /*color: #FFF;*/
  background-color: #fff;
  font-weight: bold;
  border-color: #dfdfdf;
}

.login-popup-reg {
  padding: 10px 10px 20px 10px;
  background: #e7e4e4;
  margin: 22px -15px -48px;
}

.top-menu {
  margin-bottom: 35px;
  margin-top: 20px;
}

.top-menu .nav-link {
  padding: 5px 12px;
  font-size: 20px;
  /*  text-transform: uppercase;*/
  color: #000;
  font-weight: 600;
}

.nav-link.dropdown-toggle {
  background-color: transparent;
  border: none;
}

.nav-item .logo {
  max-height: 40px;
}

.nav-item .logo img {
  /* min-width: 150px; */
  object-fit: contain;
}

.top-prod-menu {
  margin: 0;
  padding: 5px 0;
  background: #84391f;
}

.top-prod-menu a.nav-link {
  color: #fff !important;
  font-size: 20px;
}

.breadcrumb-pan {
  padding-top: 15px;
  background: #e7ebef;
  margin-bottom: 20px;
}

.navbar-brand {
  font-family: 'Source Sans 3', sans-serif !important;
}

.btn {
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-primary {
  color: #fff;
  background-color: #3194fd;
  border-color: #3194fd;
}

header {
  box-shadow: 0 5px 29px 3px rgba(70, 66, 66, 0.214);
  z-index: 10;
}

@media (max-width: 575px) {
  h1 {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
}

.js-searchform {
  display: none;
}

.js-searchform.active {
  display: block;
}

.js-adrecom-search-toggle {
  display: block;
}

.js-adrecom-search-toggle.active {
  display: none;
}

.top_search input[type='text'] {
  font-size: 14px;
}

.top_search .btn {
  margin-left: -39px;
}

.roof {
  font-size: 18px;
  margin-bottom: 9px !important;
}

.roof li {
  padding: 3px 13px;
}

.roof a {
  text-decoration: none;
  color: #000;
}

.roof .btn {
  color: #fff;
  padding: 7px 15px;
}

.roof .nav-link {
  font-size: 18px;
}

.social-links .fa-lg {
  font-size: 20px;
}

.footer {
  background: #1d4587;
}

.footer a {
  color: #fff;
}

.madatorystar {
  color: #cc0000;
}

.count {
  text-align: right;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px;
}

.page-sorting {
}

.page-sorting .btn-light {
  margin: 0 4px;
  border: 1px solid rgba(203, 203, 203, 0.55);
}

.page-sorting .btn-light.active {
  font-weight: 600;
  /*color: #D23F03 !important;*/
}

.page-sorting .updown {
  display: inline-block;
  vertical-align: middle;
}

.page-sorting .btn-light i.fa-sort-down {
  display: block;
  height: 10px;
  width: 10px;
  font-size: 16px;
  line-height: 0px;
  vertical-align: 0;
  margin-left: 3px;
}

.page-sorting .btn-light i.fa-sort-up {
  display: block;
  height: 10px;
  width: 10px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: 0;
  margin-left: 3px;
}

.price {
  color: #9e011c;
}

.msrp {
  color: #686464;
  font-weight: normal;
  text-decoration: line-through;
}

.save {
  color: #477558;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #598abf;
  border-color: #598abf;
}

.page-item a.page-link {
  color: #598abf;
}

.alert-secondary {
  color: #383d41;
  background-color: #f5f5f5;
  border-color: #ededed;
}

.card {
  height: 100%;
}

.card-body .card-title a {
  text-decoration: none;
  font-size: 25px;
  display: block;
}

div.h5.cat_title a {
  text-decoration: none;
  font-size: 25px;
  display: block;
}

@media (max-width: 575px) {
  .roof {
    font-size: 9px;
    margin-bottom: -10px;
  }

  .top_search input[type='text'] {
    /*min-width: 154px;*/
    font-size: 9px;
  }

  .top_search .btn {
    background: transparent;
    margin-left: -42px;
  }

  .navbar-brand {
    margin-top: 0;
    height: 77px;
    margin-bottom: 0;
  }

  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }

  .top-menu .nav-link {
    padding: 5px 6px;
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .roof {
    font-size: 10px;
    margin-bottom: -10px;
  }

  .top-menu .nav-link {
    padding: 5px 6px;
    font-size: 13px;
  }

  .top_search input[type='text'] {
    /*min-width: 154px;*/
    font-size: 10px;
  }

  .navbar-brand {
    margin-top: 0;
    height: 77px;
    margin-bottom: 0;
  }

  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .roof {
    font-size: 10px;
    margin-bottom: -10px;
  }

  .top_search input[type='text'] {
    /*min-width: 154px;*/
    font-size: 10px;
  }

  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }

  .top-menu .nav-link {
    padding: 5px 6px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    /*margin-top: -45px;*/
  }

  .roof {
    font-size: 12px;
  }

  .top-menu {
    margin-left: -64px;
  }

  .top-menu .nav-link {
    font-size: 14px;
  }

  .top_search input[type='text'] {
    min-width: 154px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
}

/**********************************************************************************************************************
contact-page*/
.googlemap {
}

.contact_form_box {
  background: #f2f2f2;
}

/**********************************************************************************************************************
left menu*/
.category_menu {
}

.category_menu_list--sub {
  display: none;
}

.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--path.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--current.category_menu_list__item--open > .category_menu_list--sub {
  display: block;
}

.category_menu .badge.badge-secondary {
  font-size: 10px;
}

.category_menu .list-group-flush .list-group-item {
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 14px;
}

.list-group .sub_title_item {
  font-weight: bold;
  font-size: 18px;
  background: #e7ebef;
}

.list-group .list_item.item_Data-Source-Scan {
  font-weight: bold;
  font-size: 18px;
  background: #e7ebef;
}

.list-group .list_item.item_Data-Source-Scan a {
  color: #000;
}

.list-group .item_Classifiers {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Data-Classification {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Contextual-Classification {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Natural-Language-Processing-Analysis {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_More-Like-This {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Tags {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Privacy-Attributes_1 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Generate-Data-Disposition-Plan {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_ROTA-Calculator {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Access-Risk {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Access-Risk1 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .title_Access-Risk {
  font-weight: normal;
  font-size: 17px;
  background: transparent;
  font-weight: \;;
}

.list-group .item_Workflow-Customization {
  font-weight: bold;
  font-size: 18px;
  background: #e7ebef;
}

.list-group .item_Workflow-Customization a {
  color: #000;
}

.list-group .item_Privacy-Attributes {
  font-weight: bold;
  font-size: 18px;
  background: #e7ebef;
}

.list-group .item_Privacy-Attributes a {
  color: #000;
}

.list-group .item_Workflow-Management {
  font-weight: bold;
  font-size: 18px;
  background: #e7ebef;
}

.list-group .item_Workflow-Management a {
  color: #000;
}

.list-group .item_ROTA-Classification {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_ROTA-Analysis {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-group .item_Data-Minimization {
  font-weight: bold;
}

/*lend eft menu
*/
/**********************************************************************************************************************
products list*/
.jumbotron {
}

.nopict {
  font-size: 20px;
  color: #d1d1d1;
  line-height: 195px;
  height: 195px;
  vertical-align: middle;
  text-align: center;
}

.nopict i {
  vertical-align: middle;
}

.products_list {
}

.products_list .card-header {
  background: none;
  padding: 0 0 3px 0;
  border: none;
}

.products__list__item__picture {
  height: 270px;
  line-height: 250px;
  padding: 10px;
}

.products__list__item__picture img {
  max-height: 100% !important;
  width: auto !important;
}

.products__list__item__offer__price {
  font-size: 18px;
  color: #eb0000;
}

.products__list__item .products__list__item__offer {
  text-align: center;
}

.product_option ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product_option ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.prod_radio_button label {
  margin-left: 5px;
}

.products_list .rating_table {
  text-align: center;
}

.products_list .rating_table .review-post-st {
  display: inline-block;
}

.manuf_list span {
  height: 124px;
  line-height: 117px;
  display: block;
}

.bundled_item .nopict {
  height: 160px;
  line-height: 160px;
}

/**********************************************************************************************************************
products list*/
@media (max-width: 575px) {
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/*products zoom*/
.zoom_properties .qty {
  display: inline-block;
  vertical-align: middle;
}

.zoom_properties .wishlist-box {
  display: inline-block;
  /*vertical-align: 3px;*/
}

.zoom_properties .product_option label.col-md-5 {
  max-width: 20%;
}

.discounts_info_upsale {
  margin: 10px 0;
}

.discounts_info_upsale th {
  text-align: center;
  font-size: 14px;
  padding: 2px;
}

.discounts_info_upsale td {
  text-align: center;
  font-size: 14px;
  padding: 2px !important;
}

/**********************************************************************************************************************
blog*/
.blog_search {
  /*margin-top: 7px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #f5f5f5;
}

.rss {
  margin-left: 16px;
  float: right;
}

.blog_cats a.sel {
  color: #d81c1c;
}

.data-guardian-guide_list .card-title {
  font-size: 25px;
}

.data-guardian-guide_list .card-title a {
  text-decoration: none;
}

/*members*/
.members_list .pict_mem_zoom {
  float: left;
  width: 160px;
  margin-right: 20px;
}

.members_list .inactive {
  float: right;
  color: #ff0000;
}

.members_list .item_property {
  /*float: left;*/
  /*width: 355px;*/
}

/*events
calendar & events search*/
.calendar_search {
  background: #e9ecef;
}

/*video & picts*/
.event_video object embed {
}

.event_video object {
}

/**********************************************************************************************************************
jobs offers*/
.resume_form {
  background: #f7f7f7;
  margin: 20px 0;
  padding: 20px;
}

.resume_form table {
  width: 90%;
}

.jobs_top_search {
  background: #f5f5f5;
}

.jobs_top_search .form-group {
}

/****  raiting*/
.w-stars-st > span.o-act,
.w-stars-st > span.selected {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st {
  margin: 8px 0 0;
  clear: both;
  display: inline-block;
  height: 25px;
}

.rr-star-st > div {
  width: 155px;
  height: 26px;
  line-height: 17px;
  float: left;
  overflow: hidden;
}

.rr-star-st > div > span {
  float: left;
  width: 28px;
  height: 22px;
  background: url(../img/review-st/w-stars-h.png) no-repeat;
  margin-left: 2px;
  margin-top: 1px;
  cursor: pointer;
  /*cursor: pointer;*/
}

.rr-star-st > div.rating1 > span.rating1,
.rr-star-st > div.rating2 > span.rating1,
.rr-star-st > div.rating2 > span.rating2,
.rr-star-st > div.rating3 > span.rating1,
.rr-star-st > div.rating3 > span.rating2,
.rr-star-st > div.rating3 > span.rating3,
.rr-star-st > div.rating4 > span.rating1,
.rr-star-st > div.rating4 > span.rating2,
.rr-star-st > div.rating4 > span.rating3,
.rr-star-st > div.rating4 > span.rating4,
.rr-star-st > div.rating5 > span {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.w-stars-st > span.o-act,
.w-stars-st > span.selected {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st > var {
  color: #00002e;
  font-size: 11px;
  line-height: 17px;
  font-style: normal;
  float: left;
}

.rr-star-st > span {
  display: block;
  clear: both;
  color: #617996;
  font-size: 11px;
}

/*comments*/
.comments {
  text-align: left;
}

.comments .title {
  background: #e9ecef;
}

/**********************************************************************************************************************
sitemap_*/
.sitemap_div {
  padding: 7px;
  float: left;
  width: 45%;
}

/*******************************contacts_zoom************************************/
.contacts_information {
  margin-right: 30px;
  line-height: 180%;
}

.contacts_information2 {
  line-height: 180%;
}

.BUSINESS_DIR_card {
  margin: 20px 20px 20px 0;
  float: left;
  border: 1px solid #ccc;
}

.BUSINESS_DIR_card .title {
  background: #1d5188;
  color: #fff;
  padding: 5px 0px;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.BUSINESS_DIR_card .pict {
  margin: 10px;
  float: none;
}

.BUSINESS_DIR_card .contact_person {
  margin: 20px 20px 0 10px;
  color: #1d5188;
  font-weight: bold;
}

.BUSINESS_DIR_card .contact_person .rep_name {
  color: #1d5188;
  font-size: 18px;
  font-weight: bold;
}

.BUSINESS_DIR_card .rep_name_sm {
  color: #1d5188;
  font-weight: bold;
}

.BUSINESS_DIR_card .company_info {
  margin: 0 2px;
  padding: 5px 20px;
  background: #eee;
}

.BUSINESS_DIR_card td .left {
  text-align: left;
  color: #053260;
  margin: 0 20px 0 10px;
}

.BUSINESS_DIR_card td .right {
  text-align: right;
  color: #053260;
  margin: 0 20px 0 10px;
}

/********************************/
.all_panel_404 {
  text-align: center;
}

.all_panel_404 .shadow_panel {
  padding-bottom: 100px;
}

.all_panel_404 .logo {
  float: none;
  margin: 37px 0 0;
  width: 227px;
  height: 60px;
  display: inline-block;
  clear: both;
  /*[disabled]background:url(../img/logo.jpg);*/
}

.num404 {
  font-size: 150px;
  font-family: 'Trebuchet MS';
  line-height: 100%;
  background: #f0efef;
  color: #d83d04;
  width: 350px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}

/*Checkout Form
******************************************************************************/
/***********************************************************************/
/******** Checkout cart ticket *****************************************/
/******** Checkout cart ticket *****************************************/
.c_order_preview {
}

.c_order_preview table td table td {
  padding: 3px;
  border-bottom: 1px dotted #ccc;
}

.c_order_preview .prod_table td {
  border: 1px solid #ccc;
  padding: 7px;
  white-space: normal !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .c_order_preview .prod_table td {
    display: block;
    white-space: normal !important;
    border: none;
    padding: 3px 10px 3px 20px;
    /*text-align: center;*/
  }

  /*.c_order_preview .prod_table TR
    {
        display: block;
        padding: 10px 0;
    }*/
  .c_order_preview .prod_table tr:first-child {
    display: none;
  }

  .c_order_preview .prod_table td:nth-child(1) {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .c_order_preview .prod_table td:nth-child(6) {
    border-bottom: 5px solid #ccc;
    padding-bottom: 20px;
  }

  .c_order_preview .prod_table td:nth-child(1):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Item:';
  }

  .c_order_preview .prod_table td:nth-child(2):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Quantity: ';
  }

  .c_order_preview .prod_table td:nth-child(3):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Ship to: ';
  }

  .c_order_preview .prod_table td:nth-child(4):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Shipping method: ';
  }

  .c_order_preview .prod_table td:nth-child(5):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Unit Cost: ';
  }

  .c_order_preview .prod_table td:nth-child(6):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Cost: ';
  }

  .c_order_preview > table > tbody > tr > td {
    display: block;
    width: 100% !important;
    text-align: left;
  }

  .c_order_preview > table > tbody > tr > td > table {
    width: auto;
    margin-bottom: 10px;
  }

  .c_order_preview > table > tbody > tr > td > table td {
    text-align: left;
    white-space: normal !important;
  }
}

/********************** registration & forms ********************************/
.madatorystar {
  color: #cc0000;
}

.mandatory_selected {
  border: 1px solid #ff0000;
}

label.mandatory_selected {
  border: 0;
  color: #ff0000;
  font-weight: bold;
}

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error {
  display: none;
  color: #cc0000;
  text-align: center;
}

.error_mess,
.submit_mess,
.soldout {
  color: #cc0000;
}

.thanks_reg .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
  height: 38px;
  border: 1px solid rgba(203, 203, 203, 0.651);
  padding-left: 10px;
  border-radius: 3px;
}

/**********************new login form ********************************/
.login_form {
  padding: 0 10px;
}

.offset-md-3 button {
  display: inline-block;
  clear: none;
}

.facebook_login_block {
}

.login_form .form-group {
  margin-top: 0;
  margin-bottom: 7px;
}

.facebook_login_block {
  text-align: center;
}

.forgot_pass_related {
  display: none;
}

.facebook_login_block .sn_login {
  display: inline-block;
  background: #415dae;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  border-radius: 5px;
  width: 45%;
  margin-bottom: 5px;
}

.facebook_login_block .sn_login i {
  font-size: 22px;
  vertical-align: -2px;
  margin-right: 5px;
}

.facebook_login_block .sn_google {
  background: #dd4b39;
}

.facebook_login_block .sn_twitter {
  background: #00b0fc;
}

.facebook_login_block .sn_linked {
  background: #0274b3;
}

.facebook_login_block .sn_vk {
  background: #719ac6;
}

/*#mm-quote LABEL
{
	text-align: right;
	font-weight: bold;
}*/
/*.contact_form LABEL
{
	(*text-align: right;*)
	(*font-weight: bold;*)
}*/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/*==========================================================================================================
!diaolog_st default style!*/
.js-adrecom-scrolltotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #000000;
  cursor: pointer;
  z-index: 1090;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 2em;
  transition: all 250ms;
  transform: scale(0);
}

.js-adrecom-scrolltotop.active {
  transform: scale(1);
}

.js-adrecom-scrolltotop i {
  transition: all 250ms;
}

.js-adrecom-scrolltotop:hover {
  transform: scale(1.1);
  box-shadow: 0 0 3px #000;
}

.js-adrecom-scrolltotop:hover i {
  transform: scale(0.9);
}

.btn-small {
  text-transform: none;
  padding: 5px 10px;
}