@import url("https://fonts.googleapis.com/css?family=Lato");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  font: 16px "Lato", Calibri, Arial, sans-serif;
}

#hdr {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #aaa;
  background-color: #e5f9d6;
  text-align: center;
}

#logo {
  display: inline-block;
  height: 50px;
  width: 150px;
  background-image: url("/shared/img/structure/header_logo.png");
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 0 0 10px;
}

#ftr {
  width: 100%;
  height: 50px;
  position: fixed;
  height: 34px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
  background-color: #e5f9d6;
  text-align: center;
}

#bdy {
  height: calc(100% - 127px);
  margin: 0;
  width: 100%;
}

#bdy_inner {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}

.center_nav {
  position: relative;
  display: inline-block;
  border: 2px solid #eee;
  height: 60px;
  width: 60px;
  border-radius: 32px;
  margin: 5px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background-color: #efffef;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #333;
}

.center_nav:hover {
  top: 2px;
  left: 2px;
}

.clr {
  clear: both;
}

#login, #register {
  background-image: url(/shared/img/center_nav/login.png);
}

#login_form_drawer {
  position: absolute;
  padding: 20px;
  top: 100px;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  background-color: #fff;
  box-shadow: 6px 6px 6px #ccc;
  border: 2px solid #333;
  display: none;
  z-index: 100;
}

#register_form_drawer {
  position: absolute;
  padding: 20px;
  top: 100px;
  left: 50%;
  margin-left: -175px;
  width: 350px;
  background-color: #fff;
  box-shadow: 6px 6px 6px #ccc;
  border: 2px solid #333;
  display: none;
  z-index: 100;
}

#login_form_drawer table, #register_form_drawer table {
  margin: 0 auto 2px auto;
}

#login_form_drawer th, #register_form_drawer th {
  text-align: right;
}

#submit_login, #submit_register {
  cursor: pointer;
  background-color: #5f9826;
  color: #fff;
  font-weight: bold;
  font: 20px "Lato", Calibri, Arial, sans-serif;
}

#cancel_login, #cancel_register {
  cursor: pointer;
  background-color: #f15a2c;
  color: #fff;
  font-weight: bold;
  font: 20px "Lato", Calibri, Arial, sans-serif;
}

.borderless {
  border: none;
}

.borderless label {
  width: 165px;
  display: inline-block;
  text-align: right;
  font: 20px "Lato", Calibri, Arial, sans-serif;
}

.borderless p {
  margin: 4px;
}

.borderless input[type=text], .borderless input[type=password], .borderless input[type=email] {
  border: 1px solid #333;
  font: 20px "Lato", Calibri, Arial, sans-serif;
  padding: 4px;
  margin: 2px;
  border-radius: 4px;
}

.error {
  color: #f33;
  text-wrap: nowrap;
}

.close_layer {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 50%;
  margin-left: 52px;
  height: 100px;
  width: 100px;
  background-color: #ee0;
  border: 4px solid #ccc;
  border-radius: 55px;
  font-weight: bold;
  font-size: 16px;
  line-height: 55px;
  text-decoration: none;
  display: none;
}

#close_drawer {
  z-index: 150;
}

#close_lightbox {
  background-color: #fc0;
  color: #fff;
  z-index: 180;
}

#product_drawer {
  position: fixed;
  top: 120px;
  left: 120px;
  right: 120px;
  bottom: 120px;
  border: 1px solid #000;
  box-shadow: 2px 1px 1px #ccc;
  background-color: #e5f9d6;
  z-index: 70;
  display: none;
}

#product_drawer_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(200, 200, 200, 0.4);
  border: 2px solid #000;
  box-shadow: 4px 4px 4px #ccc;
  display: none;
  cursor: pointer;
}

#product_drawer_inner {
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  border: 1px solid #000;
  margin: 24px;
  background-color: #fff;
}

#product_drawer_filters {
  float: left;
  background-color: #ccc;
  width: 350px;
  padding: 10px;
  height: calc(100% - 40px);
  margin: 10px 0 10px 10px;
  border-right: 1px solid #000;
}

#product_drawer_products {
  float: left;
  background-color: #eee;
  width: calc(100% - 415px);
  height: calc(100% - 40px);
  padding: 10px;
  margin: 10px 10px 10px 0;
  overflow: auto;
}

.drw_prd {
  position: relative;
  border: 1px solid #000;
  float: left;
  height: 300px;
  width: 400px;
  margin: 10px;
  padding: 2px;
  overflow: hidden;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.drw_prd_exp {
  border: 1px solid #00f;
  cursor: pointer;
  height: calc(100% - 100px);
}

.prd_img_frm {
  background-color: #fff;
  border: 1px solid #000;
  float: left;
  height: 40px;
  width: 40px;
  margin: 10px;
}

.prd_img_in {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #ded;
  border: 1px solid #ccc;
}

.prd_ft {
  position: absolute;
  width: 100%;
  padding: 2px;
  bottom: 0;
  left: 0;
  height: 55px;
  border-top: 1px solid #666;
  background-color: #ffd54f;
}

.prd_ft_icn {
  float: left;
  margin: 2px;
  height: 50px;
  width: 50px;
  border-radius: 26px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(/shared/img/structure/xprnt-e.png);
}

.prd_ft_nm {
  float: left;
  font-weight: bold;
  height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  margin: 16px 2px;
}

.prd_ft_prf {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 10px;
  height: 90px;
  width: 62px;
  cursor: pointer;
}

.prd_ft_prf_frm {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  height: 60px;
  width: 60px;
}

.prd_ft_prf_img {
  display: inline-block;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.prd_ft_prf_nm {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
}

.prd_ft_prf:hover .prd_ft_prf_nm {
  background-color: rgba(200, 200, 200, 0.6);
  font-size: 12px;
  font-weight: bold;
}

.drw_article {
  height: 320px;
}

.drw_coupon {
  height: 195px;
  width: 265px;
}

.drw_feature {
  height: 400px;
}

.drw_event {
  height: 400px;
  border-radius: 8px;
}

.drw_service {
  height: 180px;
}

.drw_coupon .prd_img_frm {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 70px;
  width: 70px;
}

.prd_nm {
  font-weight: bold;
  text-align: center;
}

.prd_dsc {
  border: 1px solid #f00;
}

.drw_coupon .prd_nm {
  float: right;
  width: calc(100% - 90px);
  text-align: center;
}

.drw_coupon .prd_dsc {
  float: right;
  width: calc(100% - 90px);
}

.drw_event .prd_nm {
  background-color: #ac1b26;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#drw_prd_type {
  font-weight: bold;
  text-transform: uppercase;
}

.drawer_articles, .prd_ft_icn_article {
  background-image: url(/shared/img/center_nav/articles.png);
}

.drawer_coupons, .prd_ft_icn_coupon {
  background-image: url(/shared/img/center_nav/coupons.png);
}

.drawer_features, .prd_ft_icn_feature {
  background-image: url(/shared/img/center_nav/features.png);
}

.drawer_events, .prd_ft_icn_event {
  background-image: url(/shared/img/center_nav/events.png);
}

.drawer_services, .prd_ft_icn_service {
  background-image: url(/shared/img/center_nav/services.png);
}

.drawer_requests, .prd_ft_icn_request {
  background-image: url(/shared/img/center_nav/requests.png);
}

#dashboard_menu {
  width: 250px;
  height: calc(100% - 20px);
  border-right: 1px dashed #ccc;
  float: left;
}

#dashboard_menu_profile {
  width: 240px;
  height: 260px;
  border: 1px dashed #ccc;
  margin: 0 auto;
  text-align: center;
}

#dashboard_menu_profile_img {
  width: 200px;
  height: 200px;
  border: 3px solid #aaa;
  margin: 10px auto;
}

#dashboard_menu_profile_img_inner {
  width: 188px;
  height: 188px;
  border: 1px solid #aaa;
  background-color: #ddd;
  margin: 5px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.prf_wrp {
  display: inline-block;
  float: left;
  height: 300px;
  width: 700px;
  border: 1px solid #000;
  margin: 5px;
  box-shadow: 4px 4px 4px #ccc;
}

#product_lightbox {
  position: fixed;
  top: 170px;
  left: 170px;
  right: 170px;
  bottom: 170px;
  z-index: 150;
  background-color: #fff;
  border: 2px solid #000;
  display: none;
  box-shadow: 4px 4px 4px #ccc;
}

#product_lightbox_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid #000;
  box-shadow: 4px 4px 4px #ccc;
  display: none;
  cursor: pointer;
}

/*# sourceMappingURL=desktop.css.map */
