/***************Fonts*************/
@font-face {
  font-family: 'BrandonGrotesque_Medium';
  src: url('../fonts/BrandonGrotesque_Medium/BrandonGrotesque_Medium.eot');
  src: url('../fonts/BrandonGrotesque_Medium/BrandonGrotesque_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BrandonGrotesque_Medium/BrandonGrotesque_Medium.woff') format('woff'), url('../fonts/BrandonGrotesque_Medium/BrandonGrotesque_Medium.ttf') format('truetype'), url('../fonts/BrandonGrotesque_Medium/BrandonGrotesque_Medium.svg#BrandonGrotesque_Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque_Regular';
  src: url('../fonts/BrandonGrotesque_Regular/BrandonGrotesque_Regular.eot');
  src: url('../fonts/BrandonGrotesque_Regular/BrandonGrotesque_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BrandonGrotesque_Regular/BrandonGrotesque_Regular.woff') format('woff'), url('../fonts/BrandonGrotesque_Regular/BrandonGrotesque_Regular.ttf') format('truetype'), url('../fonts/BrandonGrotesque_Regular/BrandonGrotesque_Regular.svg#BrandonGrotesque_Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.alert {
  background-color: #5bc3a2;
  background-image: url("../images/icon_sucess.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  border: 0 solid #6fb1c7;
  box-sizing: border-box;
  display: inline-table;
  min-height: 58px;
  padding: 28px 35px 28px 68px;
  width: 100%;
}
.alert,
.alert h4 {
  color: #fff;
  font-size: 13px;
}
.alert.alert-error,
.alert.alert-warning,
.alert.alert-danger {
  background-color: #d84a49 !important;
  background-image: url("../images/icon_error.png");
  background-position: 30px center !important;
  background-repeat: no-repeat;
  border-color: #d84a49;
  /*color: #fff;
    line-height: 10px !important;*/
}
.alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.caret {
  border-top-color: #88d2f4;
  display: none;
}
* + p {
  margin: 15px 0;
}
#system-message-container {
  cursor: pointer;
}
.dj-offcanvas-wrapper {
  background: rgba(0, 0, 0, 0) url("../images/top-of-page.gif") no-repeat scroll 0 0;
  padding: 4px 0 0;
}
/**************** Login Modal *****************/
body div.modal:not(.fs) {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-left: -200px;
  width: 400px;
  left: 50%;
}
body div.modal:not(.fs) .modal-body {
  padding: 15px 45px 45px;
}
body div.modal:not(.fs) button.close {
  display: none;
  margin: 0;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
}
body div.modal:not(.fs) input[type="text"],
body div.modal:not(.fs) input[type="password"],
body div.modal:not(.fs) input[type="email"] {
  border-color: #e1e1e1;
  border-radius: 2px;
  color: #999;
  font-style: italic;
  font-weight: 300;
  height: 40px;
  width: 100%;
  padding: 11px 100px 11px 15px;
  line-height: 18px;
}
body div.modal:not(.fs) input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
body div.modal:not(.fs) input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body div.modal:not(.fs) input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #999;
  opacity: 1;
}
body div.modal:not(.fs) input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
body div.modal:not(.fs) input[type="checkbox"] {
  margin: 14px 5px 0 0 !important;
}
body div.modal:not(.fs) .checkbox input[type="checkbox"] {
  width: auto;
}
body div.modal:not(.fs) .modal-header {
  border: medium none;
  padding: 0;
}
body div.modal:not(.fs) .modal-header h3 {
  color: #666;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  margin: 0 0 24px;
  padding: 42px 5px 17px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
body div.modal:not(.fs) .modal-header h3:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
body div.modal:not(.fs) .input-prepend {
  display: block;
}
body div.modal:not(.fs) .controls {
  position: relative;
}
body div.modal:not(.fs) .mod-login-register-message {
  display: block;
  font-weight: 300;
  margin: 0 0 13px;
}
body div.modal:not(.fs) .mod-login-forgot-username-link,
body div.modal:not(.fs) .mod-login-forgot-password-link {
  font-style: italic;
  position: absolute;
  right: 19px;
  top: 10px;
  z-index: 5;
}
body div.modal:not(.fs) #form-login-remember {
  float: left;
  line-height: 40px;
  margin: 0;
  width: 50%;
}
body div.modal:not(.fs) #form-login-submit {
  float: left;
  margin: 0;
  width: 50%;
}
body div.modal:not(.fs) .chzn-container-multi .chzn-choices li {
  float: none;
}
body div.modal:not(.fs) .chzn-container-multi .chzn-choices li input[type="text"] {
  width: 100% !important;
}
body div.modal .btn {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px;
  width: 100%;
}
body div.modal .btn:hover {
  background: none;
  color: #88d2f4;
}
body div.modal:not(.fs) hr {
  background: #eeeeee none repeat scroll 0 0;
  border-color: #eeeeee;
  display: block;
  float: left;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}
body div.modal:not(.fs) .slogin-buttons .facebookslogin {
  background: rgba(0, 0, 0, 0) url("../images/login-facebook.png") no-repeat scroll center 0;
  display: block;
  height: 40px;
  opacity: 1;
  width: 100%;
}
body div.modal:not(.fs) .slogin-buttons a {
  display: block;
  padding: 0;
  width: 100%;
}
body div.modal:not(.fs) .modal-footer {
  background: rgba(0, 0, 0, 0) url("../images/login-modal-bg.png") no-repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
  padding: 0;
}
body div.modal:not(.fs) ul.ul-jlslogin + .logout-button {
  display: none;
}
body div.modal:not(.fs) .control-label {
  float: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
body div.modal:not(.fs) .checkbox .control-label {
  width: auto;
}
body div.modal:not(.fs) .controls {
  margin: 0;
}
body div.modal.fs button.close {
  margin-left: 15px;
  margin-top: 5px;
}
body div.modal#djc_meeting-modal input[type="text"] {
  padding: 11px 11px 11px 15px;
}
body div.modal#djc_meeting-modal #jform_start_date_img {
  display: inline-block;
  float: none;
}
body div.modal#djc_meeting-modal .djc-datetime-cal {
  width: auto;
}
body div.modal#djc_meeting-modal .control-group + .control-group .input-append {
  display: block;
  margin-bottom: 20px;
}
.djc_gallery_upload + input + .btn {
  margin: 10px 0 0;
  width: auto;
}
#djc_gallery_upload-modal .btn {
  padding: 14px;
}
.djc_gallery_upload table.djc_uploader_table tr td:last-of-type {
  width: 10%;
}
#jm-maincontent .login form .login-fields {
  padding: 0 0 10px;
}
#jm-maincontent .login form .login-fields label {
  display: block;
  width: 100%;
}
#jm-maincontent .login fieldset {
  margin: 0 0 10px;
}
#jm-maincontent .login #password.validate-password,
#jm-maincontent .login #username.validate-username {
  border-color: #e1e1e1;
  color: #999;
  height: 40px;
  padding: 11px 100px 11px 15px;
  width: 100%;
}
#jm-maincontent .login #jform_email.validate-email {
  border-color: #e1e1e1;
  color: #999;
  height: 40px;
  padding: 11px 100px 11px 15px;
  width: 100%;
}
#jm-maincontent .login input[readonly] {
  background-color: #eeeeee;
}
.ul-jlslogin {
  padding-bottom: 0;
}
ul.ul-jlslogin li a {
  background: #88d2f4 none repeat scroll 0 0;
  border: 1px solid #88d2f4;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
ul.ul-jlslogin li:hover a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #88d2f4;
  text-decoration: none;
}
.modal-body #login-form {
  padding-top: 0;
}
/**************** Login *****************/
.login .form-horizontal.well .control-group {
  margin-top: 10px;
}
.login .well {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  max-width: 310px;
  padding: 0;
}
.login .form-horizontal .controls {
  margin-left: 0;
}
.login .control-group.checkbox-group {
  float: left;
  line-height: 40px;
  margin: 0;
  width: 50%;
}
.login .control-group.checkbox-group #remember {
  display: inline-block;
  float: left;
  height: auto;
  margin: 14px 5px 0 0;
  padding: 0;
  position: relative;
  width: auto;
}
.login .control-group.checkbox-group label {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
.login .control-group.submit-group {
  float: left;
  margin: 0;
  width: 50%;
}
.login .control-group.submit-group .btn {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px;
  width: 100%;
}
.login .control-group.submit-group .btn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #88d2f4;
}
.login input[type="text"],
.login input[type="password"] {
  border-color: #e1e1e1;
  border-radius: 2px;
  color: #999;
  font-style: italic;
  font-weight: 300;
  height: 40px;
  line-height: 18px;
  padding: 11px 100px 11px 15px;
  width: 100%;
}
.login .control-group {
  position: relative;
}
.login a.forgot-password-link {
  display: none;
}
.login .control-group a.forgot-username-link {
  font-style: italic;
  position: absolute;
  right: 19px;
  font-size: 12px;
  top: 10px;
  z-index: 5;
}
.login .control-group:nth-child(even) a.forgot-password-link {
  display: block;
  font-style: italic;
  position: absolute;
  right: 19px;
  font-size: 12px;
  top: 10px;
  z-index: 5;
}
.login .control-group:nth-child(even) a.forgot-username-link {
  display: none;
}
#jm-top-menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
}
#jm-logo-sitedesc #jm-logo {
  display: inline-block;
  padding: 0 0 0 40px;
}
#jm-logo-sitedesc {
  padding: 0 0 17px;
  text-align: left;
}
#jm-bar-right {
  float: right;
  padding: 8px 0 0;
}
#jm-bar-right .nav.menu li {
  display: inline-block;
  margin: 0 0 0 12px;
}
#jm-bar-right .nav.menu li a {
  border: medium none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
}
#jm-bar-right .nav.menu li a.blue-link {
  background: #88d2f4 none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 0 33px;
}
.dj-mobile-open-btn i.fa {
  font-size: 40px;
}
#jm-top-menu .dj-megamenu-offcanvas .dj-mobile-open-btn,
#jm-top-menu .dj-megamenu-accordion .dj-mobile-open-btn,
#jm-top-menu .dj-megamenu-select .dj-mobile-open-btn {
  margin: 0;
  padding: 0;
}
#jm-social a,
.blog-social a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 10px;
  opacity: 0.9;
  padding: 0 1px 0 40px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  width: 121px;
}
#jm-social a:hover,
.blog-social a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
#jm-social a.facebook,
.blog-social a.facebook {
  background: #36549d url("../images/faacebook.png") no-repeat scroll 16px center;
}
#jm-social a.google,
.blog-social a.google {
  background: #e46044 url("../images/google-plus.png") no-repeat scroll 16px center;
}
#jm-social a.twitter,
.blog-social a.twitter {
  background: #46a9e3 url("../images/twitter.png") no-repeat scroll 16px center;
}
#jm-social a.pinterest,
.blog-social a.pinterest {
  background: #d63633 url("../images/pinterest.png") no-repeat scroll 16px center;
}
#jm-logo-nav {
  background: #333 none repeat scroll 0 0;
  padding-top: 17px;
}
.frontpage #jm-logo-nav {
  background: rgba(0, 0, 0, 0) url("../images/bg-opacity.png") repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 2000;
}
.image-module-loaded #jm-header {
  padding-top: 0;
}
#jm-bottom1 {
  background: rgba(0, 0, 0, 0) url("../images/top-of-page.gif") no-repeat scroll 0 0;
  padding: 36px 0 0;
}
#jm-bottom1 .jm-module {
  margin-bottom: 26px;
}
#jm-main + #jm-bottom1 {
  padding: 36px 0 0;
}
#jm-bottom1,
#jm-bottom2 {
  background-color: #22282a;
}
#jm-bottom1 h3.jm-title,
#jm-bottom2 h3.jm-title {
  color: #737373;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 6px 0 0;
}
#jm-bottom1 ul li,
#jm-bottom2 ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 7px 0 0;
  position: relative;
}
#jm-bottom1 ul li:last-child,
#jm-bottom2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#jm-bottom1 ul li:last-child:before,
#jm-bottom2 ul li:last-child:before {
  display: none;
}
#jm-bottom1 ul li:before,
#jm-bottom2 ul li:before {
  background: #565757 none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 2px;
}
#jm-bottom1 ul li ul,
#jm-bottom2 ul li ul {
  display: none;
}
#jm-bottom1 ul li a,
#jm-bottom2 ul li a {
  border: medium none;
  color: #5e5e5e;
  padding: 0;
}
#jm-bottom1 ul li a:before,
#jm-bottom1 ul li a:after,
#jm-bottom2 ul li a:before,
#jm-bottom2 ul li a:after {
  display: none;
}
#jm-bottom1 ul li:hover a,
#jm-bottom2 ul li:hover a {
  color: #fff;
  text-decoration: none;
}
#jm-bottom1 .jm-module-content,
#jm-bottom2 .jm-module-content {
  display: inline-block;
}
.container-fluid.fixed {
  background: #303739 none repeat scroll 0 0;
  height: 1px;
  margin-bottom: 23px;
  padding: 0;
}
#jm-copyrights {
  font-size: 13px;
  line-height: 40px;
}
#jm-bottom2 {
  padding: 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/* michal */
/*
.btn{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #88d2f4;
    .border-radius(3px);
    color: #88d2f4;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 27px;
    text-transform: uppercase;
}*/
/* michal*/
/*
.btn:hover, .btn:focus, .btn:active{
  background:#88d2f4;
  color:#fff;
}*/
.height_15 {
  height: 15px;
}
.btn.color1 {
  background: #f19a7b none repeat scroll 0 0 !important;
  border-color: #f19a7b !important;
  color: #fff !important;
}
.btn.color1:hover,
.btn.color1:focus,
.btn.color1:active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #f19a7b !important;
}
.btn.color1:before {
  content: "+ ";
}
.btn.color2,
.btn.djcSort,
#djcatalog.djc_events .dropdown .btn,
#djcatalog.djc_offers .dropdown .btn,
#djcatalog.djc_reviews .dropdown .btn {
  background: none;
  border-color: #d6ebd9;
  color: #98cc9f;
}
.btn.color2:hover,
.btn.color2:focus,
.btn.color2:active,
.btn.djcSort:hover,
.btn.djcSort:focus,
.btn.djcSort:active,
#djcatalog.djc_events .dropdown .btn:hover,
#djcatalog.djc_events .dropdown .btn:focus,
#djcatalog.djc_events .dropdown .btn:active,
#djcatalog.djc_offers .dropdown .btn:hover,
#djcatalog.djc_offers .dropdown .btn:focus,
#djcatalog.djc_offers .dropdown .btn:active,
#djcatalog.djc_reviews .dropdown .btn:hover,
#djcatalog.djc_reviews .dropdown .btn:focus,
#djcatalog.djc_reviews .dropdown .btn:active {
  background: #98cc9f;
  color: #fff;
}
.dj-offcanvas-pusher {
  z-index: auto !important;
}
.dj-offcanvas-pusher-in {
  position: relative;
  height: 100%;
}
.container-fluid.full-width {
  max-width: 100%;
  padding: 0;
}
.row-fluid.reset {
  margin: 0;
}
[class*="span"].reset {
  padding: 0;
}
.title-toolbar {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 50px;
  padding: 18px 0 0;
}
h1.componentheading,
.tag-category > h1,
.page-header > h1,
.content-category > h1,
.categories-list > h1,
.blog-featured > h1,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1 {
  color: #444;
  float: none;
  font-size: 32px;
  padding: 0 0 26px;
  position: relative;
}
h1.componentheading:before,
.tag-category > h1:before,
.page-header > h1:before,
.content-category > h1:before,
.categories-list > h1:before,
.blog-featured > h1:before,
.contact-category > h1:before,
.contact > h1:before,
.newsfeed-category > h1:before,
h1.page-title:before,
.finder > h1:before,
.weblink-category > h1:before,
.edit > h1:before {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}
.com_djcatalog2.items h1.componentheading {
  padding-right: 630px;
}
.btn-group + .btn-group {
  margin-left: 10px;
}
.btn-group .caret {
  border-top-color: #88d2f4;
}
a.social {
  border: 2px solid #717171;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 8px;
  text-align: center;
  width: 36px;
}
a.social:first-of-type {
  margin-left: 0;
}
a.social:hover {
  background: #717171 none repeat scroll 0 0;
}
.mod_djc2notifications a.btn {
  background: #464646 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}
.mod_djc2notifications a.btn span.djc2-notifications-count {
  background: #f19a7b none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -8px;
  text-align: center;
  text-shadow: none;
  top: -8px;
  width: 20px;
}
.mod_djc2notifications .dropdown-menu {
  background: #98cc9f none repeat scroll 0 0;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  -ms-border-radius: 2px 0 2px 2px;
  -o-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.mod_djc2notifications .btn-group.open .btn-success.dropdown-toggle {
  background-color: #98cc9f;
}
#jm-bar-right #btl .btl-panel > #btl-panel-profile {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#btl-content #btl-content-profile {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/*********************************/
/*#loginModal input[type="text"],
#loginModal input[type="password"]{
  height: 34px;
  border-color:#e8e8e8;
}
#loginModal input[type="checkbox"]{
  margin: 6px 5px 0 0;
}*/
.modal ul.nav.nav-tabs.nav-stacked {
  display: none !important;
}
body.modal {
  background-color: #fff;
}
body.modal .well {
  border: none;
}
div.modal {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
#slogin-buttons {
  padding: 19px;
}
#jm-header-in2 {
  margin-top: -465px;
}
.header-text-mod {
  color: #fff;
  font-family: BrandonGrotesque_Bold;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
  text-transform: uppercase;
}
.header-text-mod p {
  text-transform: uppercase;
}
.header-text-mod .bigger-text {
  font-size: 82px;
  line-height: 1.1;
}
#jm-header-in {
  position: relative;
}
#jm-top1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-top: -110px;
  padding-bottom: 18px;
  padding-top: 0;
  position: relative;
}
#jm-top-menu .jm-module-raw {
  padding: 0 29px 0 19px;
  position: relative;
}
.frontpage #jm-top-menu .jm-module-raw:after {
  background: #373631 none repeat scroll 0 0;
  content: "";
  height: 89px;
  position: absolute;
  right: 0;
  top: -19px;
  width: 1px;
}
#jm-top-menu .dj-megamenu-offcanvas .dj-mobile-open-btn,
#jm-top-menu .dj-megamenu-offcanvas .dj-offcanvas-close-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 34px;
  position: relative;
  top: 6px;
  width: 34px;
  z-index: 20000;
}
.menuBar {
  background-color: #fff;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
  width: 34px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transitio: all 0.2s ease;
  transition: all 0.2s ease;
}
.menuBarTop {
  top: 11px;
}
.menuBarMid {
  top: 19px;
}
.menuBarBtm {
  top: 27px;
}
.dj-mobile-open-btn:hover .menuBarTop {
  top: 8px;
}
.dj-mobile-open-btn:hover .menuBarBtm {
  top: 30px;
}
.dj-offcanvas-open #jm-top-menu .dj-megamenu-offcanvas .dj-mobile-open-btn,
#jm-top-menu .dj-megamenu-offcanvas .dj-offcanvas-close-btn {
  display: none;
}
#jm-top-menu .dj-megamenu-offcanvas .dj-offcanvas-close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  -moz-transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  -o-transitio: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
}
.dj-offcanvas-open #jm-top-menu .dj-megamenu-offcanvas .dj-offcanvas-close-btn {
  display: block;
}
.menuTransition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  -o-transitio: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) 0s;
}
.menuBarTopTransform {
  top: 16px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.clicked.menuBarMid {
  top: 19px;
  left: -50px;
  opacity: 0;
}
.menuBarBtmTransform {
  top: 16px !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.button-find {
  background: #f19a7b none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.dj-offcanvas {
  width: 260px;
}
.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
  -webkit-transform: translate3d(260px, 0px, 0px);
  -moz-transform: translate3d(260px, 0px, 0px);
  -ms-transform: translate3d(260px, 0px, 0px);
  -o-transform: translate3d(260px, 0px, 0px);
  transform: translate3d(260px, 0px, 0px);
}
.dj-offcanvas-modules {
  padding: 30px 30px 22px;
}
.btl-content-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#jm-bar-right a.djc_login_btn,
#btl .btl-panel > span.btl-modal {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
input.btl-buttonsubmit,
button.btl-buttonsubmit,
#btl .btl-panel > #btl-panel-profile {
  background: #88d2f4 none repeat scroll 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  height: 40px !important;
  line-height: 40px;
  margin: 0;
  padding: 0 33px;
  text-shadow: none;
  text-transform: uppercase;
}
input.btl-buttonsubmit,
button.btl-buttonsubmit {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #88d2f4 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #88d2f4 !important;
  font-size: 12px;
  height: auto !important;
  line-height: 20px !important;
  padding: 14px;
}
input.btl-buttonsubmit:hover,
button.btl-buttonsubmit:hover {
  background: #88d2f4 !important;
  color: #fff !important;
}
.btl-label {
  border: 1px solid #e8e8e8;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin-right: -1px;
  min-width: 16px;
  padding: 0 6px;
  text-align: center;
  width: auto;
}
#btl .btl-panel > #btl-panel-profile {
  background-position: right 8px;
}
#btl-content-login .btl-input input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #e8e8e8;
  color: #444444;
  height: 34px;
  padding: 4px 6px;
  width: 100%;
  margin: 0;
  vertical-align: top;
}
div.btl-buttonsubmit {
  border: medium none;
  margin-bottom: 15px;
  text-align: left !important;
}
#btl-content-login ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}
#bt_ul li a:hover {
  text-decoration: underline !important;
}
.btl-field {
  margin-bottom: 10px;
}
.btl-label,
.btl-input {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
}
#btl-content-login .btl-input {
  display: inline-block;
  float: none !important;
}
#btl-content-login ul {
  box-sizing: border-box;
  float: left;
  list-style: outside none none !important;
  margin: 0 !important;
  padding: 0 20px;
  width: 100%;
}
.btl-content-block h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  font-size: 24.5px;
  font-weight: 700;
  line-height: 30px;
  padding: 9px 15px !important;
  text-transform: none;
}
#btl-content-login .slogin-buttons a,
#btl-content-login .slogin-buttons a:hover {
  margin: 0 0 15px;
}
.modal-body .userdata {
  font-size: 12px;
}
.modal-body .userdata label {
  font-size: 12px;
}
.modal-body .userdata ul {
  margin-bottom: 0;
}
.modal-body .userdata ul li a {
  color: #000;
}
.modal-body #form-login-submit {
  margin: 20px 0 16px;
}
.modal-body #slogin-buttons {
  clear: both;
  padding: 0;
}
.modal-body #login-form {
  margin: 0;
}
.modal-body .slogin-buttons a,
.modal-body .slogin-buttons a:hover {
  margin: 0;
}
.modal-body .inputbox,
.modal-body #jform_title,
.modal-body #jform_message,
.modal-body #jform_complaint {
  width: 100%;
}
#djcatalog .djc_itemobject_actions .modal-body .btn {
  margin-left: 0;
}
.modal h1.componentheading {
  display: none;
}
.modal .djc_cart.djc_cart_checkout .badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 10px 0 0;
  padding: 14px 0 14px 14px;
}
.modal .djc_cart.djc_cart_checkout .badge a {
  height: 20px;
  padding: 0 14px;
  text-align: center;
  width: 10px;
}
.modal .djc_cart.djc_cart_checkout .badge a:hover {
  color: #fff;
  text-decoration: none;
}
.modal .djc_checkout_notes .btn[type="submit"] {
  text-shadow: none;
}
.modal .djc_checkout_notes .btn[type="submit"]:hover {
  background: #88d2f4;
  color: #fff;
}
.modal .djc_checkout h2 {
  font-size: 18px;
}
.slogin-buttons a,
.slogin-buttons a:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 5px;
}
.simplemodal-container {
  z-index: 2001 !important;
}
#btl-content-profile div.btl-buttonsubmit {
  margin: 5px !important;
  padding: 0 !important;
}
a {
  color: #88d2f4;
}
/*
button.btn, input.btn[type="submit"], button.btn.button, input.btn.button[type="submit"], a.button, a.btn{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #88d2f4;
    color: #88d2f4;
    border-radius: 2px !important;
    font-size: 12px !important;
    padding: 14px;
    text-transform: uppercase;
}*/
/*
a.button:hover, input.button:hover, button.button:hover, input[type="submit"]:hover, button[type="submit"]:hover, input[type="reset"]:hover, button[type="reset"]:hover, .plupload_button:hover, a.button:focus, input.button:focus, button.button:focus, input[type="submit"]:focus, button[type="submit"]:focus, input[type="reset"]:focus, button[type="reset"]:focus, .plupload_button:focus, a.button:active, input.button:active, button.button:active, input[type="submit"]:active, button[type="submit"]:active, input[type="reset"]:active, button[type="reset"]:active, .plupload_button:active,
#djcatalog .djc_form_addtocart .btn:hover, #djcatalog .djc_form_addtocart .btn:focus{
  background:#88d2f4;
  color:#fff;
}*/
#jm-search-top {
  position: absolute;
  top: 25px;
}
#jm-bar-right .jm-module-raw {
  margin-right: 10px;
}
#jm-bar-right .jm-module-raw.social-box {
  margin-right: 11px;
}
.map-view #jm-search-top {
  display: inline-block;
  margin: 8px 0 0 63px;
  position: static;
  top: auto;
  vertical-align: top;
}
#jm-search-top form {
  margin: 0;
}
#jm-logo-nav.map-view {
  background: #333333 url("../images/top-of-page.gif") no-repeat scroll 0 0;
  box-sizing: border-box;
  height: 93px;
  left: 0;
  padding: 21px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
#jm-logo-nav.map-view .fa {
  margin-top: 10px;
}
.jm-module.special-links .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: block;
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  text-transform: none;
}
.jm-module.special-links .btn:hover {
  color: #999;
  text-decoration: underline;
}
#jm-middle1 {
  background: #f7f8fa none repeat scroll 0 0;
  border-top: 1px solid #e0e0e1;
}
/************ DJC2 *******************/
body.itemform #item-form .control-label label,
body.offerform #offer-form .control-label label {
  display: inline-block;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 34px;
  line-height: 34px;
}
.input-append .add-on i.icon-map-marker,
.input-prepend .add-on i.icon-map-marker {
  top: 6px;
}
.djc_gallery_wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.djc_gallery_item {
  margin: 15px;
  width: auto;
}
.djc_gallery_item span.djc2-author-name {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: BrandonGrotesque_Bold;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}
.djc_gallery_item span.djc2-date {
  box-sizing: border-box;
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  padding: 0 20px;
  width: 100%;
}
.djc_gallery_item a.btn {
  margin: 0 20px;
}
.djc_gallery_item:hover > p {
  background: #333 none repeat scroll 0 0;
  opacity: 0.9;
  padding: 12px 0;
}
h2.djc_title {
  color: #444444;
  font-family: BrandonGrotesque_Bold;
  font-size: 32px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
}
.djc_gallery_wrapper {
  margin-top: 0;
}
#djcatalog .djc_toolbar {
  float: right;
  margin: 17px 0 0;
}
#djcatalog .djc_toolbar ul.nav {
  margin: 0;
}
#djcatalog .djc_toolbar ul.nav > li {
  margin: 0 -1px -1px 0;
  position: relative;
}
#djcatalog .djc_toolbar ul.nav > li:after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
}
#djcatalog .djc_toolbar ul.nav > li:last-child:after {
  display: none;
}
#djcatalog .djc_toolbar ul.nav > li > a {
  border-left: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #444;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 17px 20px 19px;
  text-transform: uppercase;
}
#djcatalog .djc_toolbar ul.nav > li.active > a,
#djcatalog .djc_toolbar ul.nav > li > a:hover,
#djcatalog .djc_toolbar ul.nav > li > a:focus {
  background: #fff none repeat scroll 0 0;
  border-color: #eeeeee;
}
#djcatalog .djc_toolbar ul.nav > li > a > span.badge {
  background: #f19a7b none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 0 6px;
  text-shadow: none;
}
.djc_title_wrap {
  float: left;
}
h3.djc2-category {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
}
.djc_gallery .dropdown {
  text-align: right;
}
.djc_gallery .dropdown a,
.djc_events .dropdown a,
.djc_offers .dropdown a {
  margin-left: 10px;
}
.djc_gallery .dropdown a:first-child,
.djc_events .dropdown a:first-child,
.djc_offers .dropdown a:first-child {
  margin-left: 0;
}
.djc_offers .btn-toolbar {
  float: right;
  margin: 0;
}
#jm-main.djc2-main {
  padding-top: 0;
}
.mod_djcmapsearch ul {
  display: inline-block;
  vertical-align: middle;
}
#jm-search-top .mod_djcmapsearch ul {
  width: 833px;
}
/*.logged-in #jm-search-top .mod_djcmapsearch ul{
  max-width: 480px;
}*/
.mod_djcmapsearch ul li {
  display: inline-block;
}
#jm-search-top .mod_djcmapsearch ul li.location-search {
  width: 65%;
}
#jm-search-top .mod_djcmapsearch ul li.text-search {
  width: 35%;
}
.mod_djcmapsearch #djcatsearch_text {
  border: medium none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  height: 40px;
  line-height: normal;
  width: 100%;
  padding: 0 1px 0 14px;
}
.mod_djcmapsearch #djcatsearch {
  background: #ffffff url("../images/location.png") no-repeat scroll right center;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  height: 40px;
  line-height: normal;
  padding: 0 29px 0 19px;
  border-left: 1px solid #ededed;
  width: 100%;
}
#jm-allpage .mod_djcmapsearch .button,
#jm-allpage .mod_djcmapsearch .button:hover,
#jm-allpage .mod_djcmapsearch .button:focus,
#jm-logo-nav .mod_djcmapsearch .button,
#jm-logo-nav .mod_djcmapsearch .button:hover,
#jm-logo-nav .mod_djcmapsearch .button:focus {
  background: #f19a7b url("../images/search-icon.png") no-repeat scroll center center;
  border: medium none;
  -webkit-border-radius: 0 2px 2px 0 !important;
  -moz-border-radius: 0 2px 2px 0 !important;
  -ms-border-radius: 0 2px 2px 0 !important;
  -o-border-radius: 0 2px 2px 0 !important;
  border-radius: 0 2px 2px 0 !important;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 67px;
}
#jm-header form#mapSearchForm {
  background: rgba(0, 0, 0, 0) url("../images/form-opacity-bg.png") repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 736px;
}
#jm-header .mod_djcmapsearch #djcatsearch_text {
  box-sizing: border-box;
  width: 370px;
}
#jm-header .mod_djcmapsearch #djcatsearch {
  box-sizing: border-box;
  width: 289px;
}
#jm-header .mod_djcmapsearch .button {
  width: 77px !important;
}
#jm-top1 .djc_subscategories_grid {
  margin-left: -30px;
}
#jm-top1 .jm-module .djc_subcategory {
  box-sizing: border-box;
  /*padding: 0 0 0 30px;*/
  padding: 0 0 30px 30px;
}
#jm-top1 .jm-module .djc_subcategory .djc_subcategory_bg {
  background: #88d2f4 none repeat scroll 0 0;
  border-bottom: 3px solid #7ac1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  padding: 30px 5px 22px;
  text-align: center;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type .djc_subcategory_bg {
  background: #ef9da2 none repeat scroll 0 0;
  border-color: #dd8c91;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory .djc_subcategory_bg {
  background: #9888bf none repeat scroll 0 0;
  border-color: #8577a7;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory + .djc_subcategory + .djc_subcategory .djc_subcategory_bg {
  background: #98cc9f none repeat scroll 0 0;
  border-color: #8abb90;
}
#jm-top1 .jm-module .djc_subcategory .djc_subcategory_bg .djc_title h3 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 17px;
  padding: 0 0 25px;
  position: relative;
  text-transform: uppercase;
}
#jm-top1 .jm-module .djc_subcategory .djc_subcategory_bg .djc_title h3 a {
  color: #fff;
}
#jm-top1 .jm-module .djc_subcategory .djc_subcategory_bg .djc_title h3 a:hover {
  text-decoration: none;
}
#jm-top1 .jm-module .djc_subcategory .djc_subcategory_bg .djc_title h3:after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
#djcatalog .djc_item_row {
  margin-left: -30px;
}
#djcatalog .djc_item_bg,
#djcatalog .djc_item_col_first .djc_item_bg,
#djcatalog .djc_item_col_last .djc_item_bg {
  margin: 0 0 30px 30px;
}
#djcatalog .djc_offers_wrapper .djc_items .djc_item_in {
  /*background: #92b0db none repeat scroll 0 0;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 19px 0 0;
  text-align: center;
}
.djc_offers_wrapper .djc_item h3 {
  color: #fff;
  font-family: BrandonGrotesque_Bold;
  font-size: 34px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
.djc_offers_wrapper .djc_item h3 a {
  color: #fff;
}
.djc_offers_wrapper .djc_address {
  background: rgba(0, 0, 0, 0) url("../images/djc2-stars.png") no-repeat scroll center bottom;
  font-size: 12px;
  line-height: 28px;
  margin: 0 0 8px;
  padding: 0 10px 22px;
}
.djc_offers_wrapper .djc_address strong {
  font-weight: normal;
  text-transform: uppercase;
}
.djc_offers_wrapper .djc_dates,
.djc_offers_wrapper .djc_description {
  padding: 0 10px;
}
.djc_offers_wrapper .djc_object_actions {
  border-top: 1px solid #a8c0e2;
  margin: 24px 0 0;
}
.djc_offers_wrapper .btn-group a,
.djc_offers_wrapper .btn-group button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-top: medium none;
  border-bottom: medium none;
  border-right: medium none;
  border-left: 1px solid #a8c0e2;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  text-transform: uppercase;
}
.djc_offers_wrapper .djc2-color1 .djc_object_actions,
.djc_offers_wrapper .djc2-color1 .btn-group .btn {
  border-color: #ada0cc;
}
.djc_offers_wrapper .djc_items .djc2-color1 .djc_item_in {
  background-color: #9888bf;
}
.djc_offers_wrapper .djc2-color1 .djc_object_actions,
.djc_offers_wrapper .djc2-color1 .btn-group .btn {
  border-color: #f9cb8b;
}
.djc_offers_wrapper .djc_items .djc2-color1 .djc_item_in {
  background-color: #fad5a2;
}
.djc_offers_wrapper .djc2-color2 .djc_object_actions,
.djc_offers_wrapper .djc2-color2 .btn-group .btn {
  border-color: #f4ae95;
}
.djc_offers_wrapper .djc_items .djc2-color2 .djc_item_in {
  background-color: #f19a7b;
}
.djc_offers_wrapper .djc2-color3 .djc_object_actions,
.djc_offers_wrapper .djc2-color3 .btn-group .btn {
  border-color: #add6b2;
}
.djc_offers_wrapper .djc_items .djc2-color3 .djc_item_in {
  background-color: #98cc9f;
}
.djc_offers_wrapper .djc2-color4 .djc_object_actions,
.djc_offers_wrapper .djc2-color4 .btn-group .btn {
  border-color: #a8c0e2;
}
.djc_offers_wrapper .djc_items .djc2-color4 .djc_item_in {
  background-color: #92b0db;
}
.djc_offers_wrapper .djc2-color5 .djc_object_actions,
.djc_offers_wrapper .djc2-color5 .btn-group .btn {
  border-color: #d2a9cb;
}
.djc_offers_wrapper .djc_items .djc2-color5 .djc_item_in {
  background-color: #c794be;
}
.djc_offers_wrapper .djc2-color6 .djc_object_actions,
.djc_offers_wrapper .djc2-color6 .btn-group .btn {
  border-color: #ada0cc;
}
.djc_offers_wrapper .djc_items .djc2-color6 .djc_item_in {
  background-color: #9888bf;
}
#offer-form .controls select,
#offer-form .controls input {
  height: 40px;
  vertical-align: top;
}
.djc_form_toolbar {
  clear: both;
}
#multiuploader_file .plupload_button,
#uploader_container .plupload_button,
#multiuploader_image .plupload_button,
#multiuploader_gallery .plupload_button {
  font-family: 'Lato', sans-serif;
  margin: 2px;
  color: #ffffff;
  background: #88d2f4 none repeat scroll 0 0;
  font-weight: 400;
}
#multiuploader_file .plupload_hidden,
#uploader_container .plupload_hidden,
#multiuploader_image .plupload_hidden,
#multiuploader_gallery .plupload_hidden {
  display: none;
}
#multiuploader_file .plupload_button:hover,
#uploader_container .plupload_button:hover,
#multiuploader_image .plupload_button:hover,
#multiuploader_gallery .plupload_button:hover,
#multiuploader_file .plupload_button.ui-state-hover,
#uploader_container .plupload_button.ui-state-hover,
#multiuploader_image .plupload_button.ui-state-hover,
#multiuploader_gallery .plupload_button.ui-state-hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #88d2f4;
  border: 1px solid #88d2f4;
  margin: 2px;
}
.djc_uploader_table {
  margin: 0;
}
.djc_uploader_table td {
  vertical-align: middle;
}
.djc_uploader_table td.djc_uploader_holder {
  padding: 0 !important;
}
.djc_pag_more_btn {
  width: 100%;
  box-sizing: border-box !important;
}
.djc_thumb {
  border: medium none;
  margin-left: 2px;
}
.djc_address {
  background: rgba(0, 0, 0, 0) url("../images/icon-location.png") no-repeat scroll 0 4px;
  color: #666;
  margin: 0;
  padding: 0 0 0 23px;
}
.djc_contact {
  color: #666;
}
.djc_contact > li {
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #666;
  margin: 9px 0 0;
  padding: 0 0 0 23px;
}
.djc_item .djc_contact {
  float: left;
  width: 50%;
}
.djc_item .djc2-attribs.djc2-basic-attribs {
  float: left;
  width: 50%;
}
.djc_item .djc2-attribs.djc2-basic-attribs li {
  margin: 9px 0 0;
  padding: 0;
}
.djc2-contact-phone {
  background-image: url("../images/icon-phone.png");
}
.djc2-contact-mobile {
  background-image: url("../images/icon-other.png");
  background-position: 0 5px !important;
}
.djc2-contact-fax {
  background-image: url("../images/icon-other.png");
  background-position: 0 5px !important;
}
.djc2-contact-website {
  background-image: url("../images/icon-webiste.png");
}
.djc2-contact-email {
  background-image: url("../images/icon-email.png");
  background-position: 0 7px !important;
}
.djc2-opening-hours {
  background-image: url("../images/icon-hours.png");
  background-position: 0 5px !important;
}
.djc2-contact-item-name {
  display: none;
}
.djc_thumb_images {
  margin: 0 0 24px;
}
form.djc_form_addtocart {
  display: inline-block;
}
#djcatalog .djc_object_actions .djc_addtocart .button {
  margin-right: 0;
}
#djcatalog .djc_itemobject_actions {
  margin-left: -5%;
}
#djcatalog .djc_itemobject_actions .btn {
  box-sizing: border-box;
  float: left;
  margin: 0 0 0 5%;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 20%;
}
#djcatalog .djc_itemobject_actions > form {
  float: left;
  margin: 0 0 0 5%;
  width: 20%;
}
#djcatalog .djc_itemobject_actions > form .btn {
  width: 100%;
  margin: 0;
}
ul.djc2-attribs li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  padding: 0 5px 9px 0;
  width: 50%;
}
ul.djc2-attribs li img.djc_attribute-imglabel {
  margin: 0 12px 0 0;
}
ul.djc2-attribs li .djc_attribute-label {
  vertical-align: middle;
}
ul.djc2-attribs li .djc_value {
  vertical-align: middle;
}
#djcatalog .djc_eventlist .djc_item_bg {
  margin: 0 !important;
}
.djc_eventlist {
  border-top: 1px solid #eeeeee;
  margin: 30px 0 0;
  padding: 44px 0 0;
}
.djc_eventlist h3.events_title {
  color: #444;
  font-size: 22px;
  line-height: 30px;
  padding: 0 0 17px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.btn.djc_more_events {
  width: 100%;
}
.djc_eventlist h3.events_title:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}
.djc_eventlist .djc_item {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
  padding: 14px 10px 0;
}
.djc_eventlist .djc_item .djc_image,
#djcatalog.djc_events .djc_events_wrapper .djc_eventlist .djc_item .djc_image {
  float: left;
  margin: -14px 21px 5px -10px;
}
#djcatalog.djc_events .djc_items .btn-toolbar {
  position: static;
  right: auto;
  top: auto;
}
#djcatalog.djc_events .djc_items .djc_item {
  border: medium none;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
#djcatalog.djc_events .djc_items .djc_item .djc_item_bg {
  border: 1px solid #eeeeee;
  margin: 0 0 30px 30px;
  padding: 14px 10px 0;
}
.djc_eventlist .djc_item .djc_image img {
  border: medium none;
  box-shadow: none;
  padding: 0;
}
.djc_eventlist .djc_item h3 {
  color: #fff;
  font-family: BrandonGrotesque_Bold;
  font-size: 32px;
  line-height: 50px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.djc_eventlist .djc_item h3 a {
  color: #444;
}
.djc_eventlist .djc_dates {
  color: #878787;
  font-size: 12px;
  line-height: 2;
}
.djc_eventlist .djc_object_actions {
  border-top: 1px solid #eeeeee;
  margin: 20px -10px 0;
}
.djc_eventlist .djc_object_actions .djc_dates {
  float: left;
  line-height: 48px;
  padding: 0 0 0 25px;
}
.djc_eventlist .djc_object_actions .btn-toolbar {
  float: right;
  margin: 0;
}
.djc_eventlist .djc_object_actions .btn-toolbar .btn {
  border-left: 1px solid #eee;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 12px;
}
.djc_offerlist {
  margin-left: -30px;
}
h3.offerlist_title {
  color: #444;
  font-size: 22px;
  line-height: 30px;
  margin: 44px 0 30px;
  padding: 0 0 17px;
  position: relative;
  text-transform: uppercase;
}
h3.offerlist_title:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}
.djc_offerlist .djc_item {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.djc_offerlist .djc_item .djc_item_bg {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 28px 20px 50px;
}
.djc_offerlist .djc_item.djc2-color0 .djc_item_bg {
  background: #9888bf;
}
.djc_offerlist .djc_item.djc2-color1 .djc_item_bg {
  background: #fad5a2;
}
.djc_offerlist .djc_item.djc2-color2 .djc_item_bg {
  background: #f19a7b;
}
.djc_offerlist .djc_item.djc2-color3 .djc_item_bg {
  background: #98cc9f;
}
.djc_offerlist .djc_item.djc2-color4 .djc_item_bg {
  background: #92b0db;
}
.djc_offerlist .djc_item.djc2-color5 .djc_item_bg {
  background: #c794be;
}
#djcatalog .djc_offerlist .djc_item .btn-toolbar {
  left: auto;
  position: static;
  top: auto;
  margin: 0;
}
#djcatalog .djc_offerlist .djc_item .djc_object_actions {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#djcatalog .djc_offerlist .djc_item .djc_object_actions .btn-group {
  display: block;
  text-align: right;
}
#djcatalog .djc_offerlist .djc_item .djc_object_actions .btn {
  border-right: medium none;
  border-top: medium none;
  border-bottom: medium none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
}
#djcatalog .djc_offerlist .djc_item.djc2-color0 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color0 .djc_object_actions .btn:hover {
  background: #8172a3 none repeat scroll 0 0;
}
#djcatalog .djc_offerlist .djc_item.djc2-color1 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color1 .djc_object_actions .btn:hover {
  background: #dcb57e none repeat scroll 0 0;
}
#djcatalog .djc_offerlist .djc_item.djc2-color2 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color2 .djc_object_actions .btn:hover {
  background: #d2856a none repeat scroll 0 0;
}
#djcatalog .djc_offerlist .djc_item.djc2-color3 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color3 .djc_object_actions .btn:hover {
  background: #7faa85 none repeat scroll 0 0;
}
#djcatalog .djc_offerlist .djc_item.djc2-color4 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color4 .djc_object_actions .btn:hover {
  background: #7a93b7 none repeat scroll 0 0;
}
#djcatalog .djc_offerlist .djc_item.djc2-color5 .djc_object_actions .btn:hover,
#jm-middle2 .djc_offerlist .djc_item.djc2-color5 .djc_object_actions .btn:hover {
  background: #ac7fa4 none repeat scroll 0 0;
}
#djcatalog .djc_offerlist h3 {
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: BrandonGrotesque_Bold;
}
#djcatalog .djc_offerlist h3 a {
  color: #fff;
}
#djcatalog .djc_offerlist.djc_items .djc_address {
  background: rgba(0, 0, 0, 0) url("../images/offers-stars.png") no-repeat scroll center bottom;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 7px;
  padding: 0 0 27px;
  text-align: center;
}
#djcatalog .djc_offerlist.djc_items .djc_description {
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 24px;
  text-align: center;
}
a.djc_more_offers {
  clear: both;
  display: block;
}
.djc_item .djc_directions {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  margin: 2px 0 0;
  padding: 16px 20px;
}
.djc_item .djc_directions .btn {
  background: #88d2f4 none repeat scroll 0 0;
  border-color: #88d2f4;
  color: #fff;
  float: right;
  padding: 10px 33px;
}
.djc_item .djc_directions .btn:hover {
  background: none;
  color: #88d2f4;
}
.djc_item .djc_directions .djc_distance {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.djc_item .djc_directions .djc_dist-address {
  display: inline-block;
  max-width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.djc_item .djc_reviews_wrapper {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 0 0 30px;
  padding: 19px 20px;
}
.djc_item .djc_reviews_preview .dropdown {
  margin-bottom: 30px;
}
.djc_item .djc_reviews_preview .dropdown .djrv_bottom_bar1 a {
  margin-right: 10px;
}
.djc_item .djc_reviews_wrapper .djc_avg_rating {
  float: left;
}
.djc_item .djc_reviews_wrapper .djc_full_rating {
  float: left;
}
.djc_item .djc_reviews_wrapper .djc_full_rating h3 {
  display: none;
}
#djcatalog.djc_reviews .avg_standard_number {
  display: inline-block;
}
#djcatalog.djc_reviews .avg_standard_number .djrv_avg {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  min-width: 28px !important;
  padding: 0 !important;
  text-align: center;
}
#djcatalog.djc_reviews .avg_standard {
  display: inline-block;
}
#djcatalog.djc_reviews .djrv_item_rating {
  line-height: 18px !important;
  margin-bottom: 0;
  margin-top: 0;
}
#djcatalog.djc_reviews .djrv_rating_full h3 {
  color: #444;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 17px;
  position: relative;
  text-transform: uppercase;
}
#djcatalog.djc_reviews .djrv_rating_full h3:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 15px;
  position: absolute;
  width: 44px;
}
#djcatalog.djc_reviews .djrv_review_toolbar .button {
  min-height: 1px;
}
#djcatalog.djc_reviews .djrv_single_review .djrv_single_review_in {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
#djcatalog.djc_reviews .djrv_review_toolbar {
  float: none;
}
.djc_item .djc_social_at {
  display: block;
  margin: 0 0 6px;
}
/*.djc_item .djc_reviews_wrapper .djc_full_rating .djrv_rating_full{
  margin:0;
}*/
#djcatalog.djc_item .djc_fulltext {
  padding-bottom: 11px;
}
.djc_item .djc_reviews_wrapper .avg_rate_number {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 10px 0 0;
  padding: 0 14px;
  vertical-align: top;
}
.djc_item .djc_reviews_wrapper .avg_rate_text_cnt {
  color: #999;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}
.djc_item .djc_reviews_wrapper .avg_rate_text_cnt span {
  display: block;
}
.djc_item .djc_reviews_wrapper .avg_rate_text_cnt .avg_rating_text {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.djc_item .djc_reviews_wrapper .avg_rate_text_cnt span.djrv_vote_cnt {
  color: #fff;
}
.djc_item .djc_reviews_wrapper .avg_standard {
  display: inline-block;
}
.djc_item .djc_reviews_wrapper .avg_standard_number {
  display: inline-block;
  margin: 0 5px 0 0;
}
.djc_item .djc_reviews_wrapper .avg_standard_number .djrv_avg {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  min-width: 28px !important;
  padding: 0 !important;
  text-align: center;
}
.djc_item .djc_reviews_wrapper .djrv_item_rating.djrv_rating {
  line-height: 18px !important;
  margin-bottom: 0;
  margin-top: 0;
}
#djc2_map_footer {
  background: #ffffff url("../images/top-of-page.gif") no-repeat scroll 0 0;
  bottom: 0;
  box-sizing: border-box;
  height: auto;
  padding: 12px 35px 10px 45px;
  position: absolute;
  width: 100%;
  z-index: 500;
}
body #djc2_map_box {
  box-sizing: border-box;
  height: 100% !important;
  padding-top: 93px;
}
body .djc_mapview .djc_additional_filters {
  top: 113px;
  left: 30px;
  overflow: visible;
  width: 370px;
}
.djc2-map-copyright {
  float: left;
  line-height: 1.7;
}
.djc2-map-menu {
  float: right;
}
.djc2-map-menu .nav.menu li {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 0 0 0 6px;
  position: relative;
}
.djc2-map-menu .nav.menu li:before {
  background: #5e5e5e none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 2px;
}
.djc2-map-menu .nav.menu li:first-child:before {
  display: none;
}
.djc2-map-menu .nav.menu li a {
  border: medium none;
  color: #5e5e5e;
  padding: 0;
}
.djc2-map-menu .nav.menu li.active a,
.djc2-map-menu .nav.menu li:hover a,
.djc2-map-menu .nav.menu li:focus a {
  color: #f19a7b;
}
.modal .dj-offcanvas-wrapper {
  background: none;
  padding: 0;
}
.djc2_mapacc {
  background: none;
  /*max-height: ~"calc(100% - 140px)";*/
  overflow: hidden;
  position: relative;
}
.djc2_mapacc .djc2_mapacc_content {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0;
}
.djc2_mapacc_toggle {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}
.djc2_mapacc_toggle span {
  display: block;
  padding: 10px 5px 10px 40px;
  position: relative;
}
#panel-module-1.djc2_mapacc .djc2_mapacc_toggle {
  background-image: url("../images/djc2-map-filters.png");
  background-position: 12px center;
  background-repeat: no-repeat;
}
#panel-module-2.djc2_mapacc .djc2_mapacc_toggle {
  background-image: url("../images/djc2-filters-caregories.png");
  background-position: 12px center;
  background-repeat: no-repeat;
}
.djc2_mapacc_toggle .closeX {
  background-image: url("../images/djc2-more-objets.png");
  background-position: 12px center;
  background-repeat: no-repeat;
  padding-right: 30px;
  position: relative;
}
.djc2_mapacc_toggle .closeX:after {
  background: rgba(0, 0, 0, 0) url("../images/djc2-close-more-objects.png") no-repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
}
.djc2_mapacc_toggle .djc_filter_reset_btn {
  background: rgba(0, 0, 0, 0) url("../images/djc2-close-more-objects.png") no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#djcatalog.djc_mapview .djc_marker_title {
  color: #444;
  font-family: BrandonGrotesque_Bold;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 9px;
  text-transform: uppercase;
}
#djcatalog.djc_mapview .djc_marker_title a {
  color: #444;
}
#djcatalog.djc_mapview #empty-list-contents:last-child,
#djcatalog.djc_mapview #empty-list-contents.inprogress:first-child {
  display: none;
}
#djcatalog.djc_mapview #empty-list-contents:first-child {
  background: #d84a49 url("../images/icon-close.png") no-repeat scroll 20px 20px;
  color: #fff;
  display: block !important;
  font-size: 13px;
  line-height: 18px;
  padding: 25px 10px 18px 68px;
}
.djc_marker_rating {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  float: left;
  font-weight: 700;
  line-height: 34px;
  margin: 0 10px 0 0;
  padding: 0 14px;
  vertical-align: top;
}
.djc_marker_info {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.djc_marker_info2 {
  clear: both;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0;
}
.djc_marker_info.djc_marker_category {
  color: #999;
}
.djc2_mapacc_content-inner {
  padding: 0;
}
a.djc_marker_img img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.djc_map_info_box {
  padding: 17px 20px 10px;
}
.djc_marker_image {
  float: right;
  margin: 0 0 5px 5px;
}
.djc_marker_image img {
  max-width: 61px;
}
.gm-style {
  font-family: inherit;
}
.djc2_map .djc_marker {
  width: 308px;
}
.djc2_mapacc .djc_readon {
  border-top: 1px solid #eeeeee;
  clear: both;
  margin: 10px -20px -10px;
  text-align: right;
}
.djc2_mapacc .djc_readon .btn {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  border-left: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 4px 20px;
}
#panel-list .djc_map_panel_item.djc_marker {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 0 0 1px;
  padding: 20px 15px 10px;
}
#panel-list .djc_map_panel_item.djc_marker:first-of-type {
  border-top: none;
}
#panel-list .djc_marker_img {
  float: right;
  margin: 0 0 5px 5px;
}
#panel-list .djc_marker_img img {
  max-width: 82px;
}
#panel-list .djc_marker_img img.djc_img_medium {
  display: none;
}
#panel-item .djc_marker_img img.djc_img_small {
  display: none;
}
#panel-list .djc_map_panel_item.djc_marker .djc_map_info_box {
  padding: 0;
}
.djc_mapview .mod_djc2filters_grouplist {
  padding: 10px 0 10px 0;
  /* 20px 15px 10px 15px;*/
}
.djc_mapview .control-group {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  float: left !important;
  margin: 0 0 1px;
  padding: 16px 20px 10px;
  width: 100%;
}
.djc_mapview .control-group.djc_checkbox,
.djc_mapview .djc_filterlist .djc_checkbox {
  margin: 0 2px;
}
.djc_mapview .control-group.djc_checkbox::after,
.djc_mapview .djc_filterlist .djc_checkbox::after {
  display: none;
}
.djc_mapview .control-group label {
  color: #444;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.djc_mapview .djc_checkbox .controls label,
.djc_mapview .djc_bool .controls label,
.djc_mapview .djc_checkbox label,
.djc_mapview .djc_bool label {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #dddddd;
  float: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 2px 5px 2px;
  padding: 5px 9px;
  text-transform: uppercase;
  display: inline-block;
  color: #444;
  transition: all 0.3s ease-out 0s;
  will-change: opacity, transform;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
}
.djc_mapview .djc_checkbox .controls label.active,
.djc_mapview .djc_bool .controls label.active,
.djc_mapview .djc_checkbox label.active,
.djc_mapview .djc_bool label.active,
.djc_mapview .djc_checkbox .controls label:hover,
.djc_mapview .djc_bool .controls label:hover,
.djc_mapview .djc_checkbox label:hover,
.djc_mapview .djc_bool label:hover {
  border-color: #98cc9f;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.15);*/
}
.djc_mapview .mod_djc2categories_checkboxes form {
  margin: 0;
  padding: 20px;
}
.djc_mapview ul.djc_filterlist {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px 10px 15px;
}
.djc_mapview ul.djc_filterlist:last-of-type {
  border: none;
}
.djc_mapview ul.djc_filterlist > li {
  padding: 0;
  margin: 0;
}
.djc_mapview ul.djc_filterlist > li.djc_spacer {
  clear: both;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0 0;
  padding: 0 0px 5px 0 !important;
  margin: 5px -15px 0 -15px !important;
}
.djc_mapview .mod_djc2filters_buttons {
  display: none;
}
.djc_mapview .mod_djc2filters h3,
.djc_mapview .mod_djc2filters h4,
.djc_mapview .mod_djc2filters h5,
.djc_mapview .mod_djc2filters h6 {
  border: none;
  clear: both;
  text-transform: uppercase;
  color: #444;
}
.djc_mapview .mod_djc2filters h4 {
  font-size: 16px;
  padding: 10px 15px 0 15px;
  border-top: 1px solid #eeeeee;
  margin: 1px 0;
}
.djc_mapview .mod_djc2filters .mod_djc2filters_grouplist h4:first-child {
  border-top: none;
  padding-top: 0;
}
.djc_mapview .mod_djc2filters h5 {
  font-size: 14px;
}
button.djc_pag_more_btn {
  font-weight: 700;
}
.djc_object_mod .jm-module,
.left-column .jm-module,
.right-column .jm-module {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 17px 20px 15px;
}
.djc_object_mod .jm-module h3.jm-title,
.left-column .jm-module h3.jm-title,
.right-column .jm-module h3.jm-title {
  color: #444;
  padding: 0 0 19px;
  position: relative;
}
.djc_object_mod .jm-module h3.jm-title:after,
.left-column .jm-module h3.jm-title:after,
.right-column .jm-module h3.jm-title:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}
#djcatalog .djc_object_mod .djc_items .djc_item,
#djcatalog .djc_object_mod .djc_related_items .djc_item {
  float: none;
}
#djcatalog .djc_items.mod_djc_items .djc_image,
#djcatalog .djc_related_items .djc_image {
  float: left;
  margin: 0 12px 1px 0;
}
.djc_items.mod_djc_items .djc_image img {
  border: medium none;
  padding: 0;
}
.djc_items.mod_djc_items .djc_title h4 {
  color: #444;
  font-size: 16px;
  margin: 0;
}
.djc_items.mod_djc_items .djc_title h4 a {
  color: #444;
}
.djc_items.mod_djc_items .djc_description {
  color: #666;
  font-size: 12px;
}
.djc_items.mod_djc_items .djc_address {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0;
}
.djc_items.mod_djc_items .djc_category_info {
  color: #999;
}
.djc_items.mod_djc_items .djc_readmore {
  font-size: 12px;
  padding: 8px 0 0 !important;
  text-align: center;
}
.djc_list .btn-toolbar .btn-group .btn {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.djc_location {
  margin-bottom: 30px;
}
.djc_location .djc_quicklinks {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #eeeeee;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 13px;
}
.djc_title .btn.djc_edit_button {
  line-height: 28px;
}
#jm-top2 {
  background: none;
}
#jm-top1 + #jm-top2 {
  padding-top: 0;
}
#jm-top2 .jm-module,
#djcatalog.djc_dashboard .jm-module {
  position: relative;
}
#jm-top2 .jm-module .jm-title,
#jm-top2 .moduletable > h3,
#djcatalog.djc_dashboard .jm-module .jm-title,
#jm-top2 .moduletable > h3 {
  color: #444444;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 205px 18px 205px;
  position: relative;
  text-align: center;
}
#jm-top2 .jm-module .jm-title:after,
#jm-top2 .moduletable > h3:after,
#djcatalog.djc_dashboard .jm-module .jm-title:after,
#jm-top2 .moduletable > h3:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
#jm-top2 .djc_items,
#djcatalog.djc_dashboard .djc_items {
  margin-left: -30px;
}
#jm-top2 div.mod_djc_item,
#djcatalog.djc_dashboard div.mod_djc_item {
  box-sizing: border-box;
  float: left;
  margin: 0 0 30px;
  padding: 0 0 0 30px;
  width: 33.33%;
}
#jm-top2 .djc_title_desc_other,
#djcatalog.djc_dashboard .djc_title_desc_other,
#djcatalog .djc_items .djc_title_desc_other {
  border: 1px solid #eeeeee;
  padding: 16px 20px 50px;
  position: relative;
}
#jm-top2 .djc_image + .djc_title_desc_other,
#djcatalog.djc_dashboard .djc_image + .djc_title_desc_other,
#djcatalog .djc_items .djc_image + .djc_title_desc_other {
  border-top: none;
}
#djcatalog.djc_dashboard .djc_image {
  float: none !important;
}
#jm-top2 .djc_items.mod_djc_items .djc_title h4,
#djcatalog.djc_dashboard .djc_items.mod_djc_items .djc_title h4,
#djcatalog .djc_items .djc_title h3 {
  color: #444;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
#djcatalog .djc_items .djc_title h3 a {
  color: #444;
}
#jm-top2 .djc_items.mod_djc_items .djc_category_info a,
#djcatalog.djc_dashboard .djc_items.mod_djc_items .djc_category_info a,
#djcatalog .djc_items .djc_category_info a {
  color: #999;
}
#jm-top2 .djc_items.mod_djc_items .djc_address,
#djcatalog.djc_dashboard .djc_items.mod_djc_items .djc_address,
#djcatalog .djc_items .djc_address {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0 0;
  padding: 0;
}
#jm-top2 .djc_attributes ul li,
#djcatalog.djc_dashboard .djc_attributes ul li,
#djcatalog .djc_items .djc_attributes ul li,
.djc_marker .djc_attributes ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  float: none;
  margin: 0 15px 0 0;
  padding: 0;
  width: auto;
}
#jm-top2 .djc_attributes ul li:last-child,
#djcatalog.djc_dashboard .djc_attributes ul li:last-child,
#djcatalog .djc_items .djc_attributes ul li:last-child,
.djc_marker .djc_attributes ul li:last-child {
  margin-right: 0;
}
#jm-top2 .djc_attributes ul li .djc_value,
#jm-top2 .djc_attributes ul li .djc_attribute-label,
#djcatalog.djc_dashboard .djc_attributes ul li .djc_value,
#djcatalog.djc_dashboard .djc_attributes ul li .djc_attribute-label,
#djcatalog .djc_items .djc_attributes ul li .djc_value,
#djcatalog .djc_items .djc_attributes ul li .djc_attribute-label,
.djc_marker .djc_attributes ul li .djc_value,
.djc_marker .djc_attributes ul li .djc_attribute-label {
  display: none;
}
#jm-top2 .djc_items.mod_djc_items .djc_image img,
#djcatalog.djc_dashboard .djc_items.mod_djc_items .djc_image img,
#djcatalog .djc_items .djc_image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  box-shadow: none;
}
#jm-top2 .djc_items .djc_item .djc_readon,
#djcatalog.djc_dashboard .djc_items .djc_item .djc_readon,
#djcatalog .djc_items .djc_item .djc_readon {
  border-top: 1px solid #eeeeee;
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#jm-top2 .djc_items .djc_item .djc_readon .button.btn,
#djcatalog.djc_dashboard .djc_items .djc_item .djc_readon .button.btn,
#djcatalog .djc_items .djc_item .djc_readon .button.btn {
  border-left: 1px solid #eee;
  border-right: none;
  border-top: none;
  border-bottom: none;
  color: #88d2f4;
  font-size: 12px;
  float: right;
  line-height: 16px;
  padding: 16px 20px;
}
#jm-top2 .djc_items .djc_item .djc_readon .button.btn:hover,
#jm-top2 .djc_items .djc_item .djc_readon .button.btn:focus,
#djcatalog.djc_dashboard .djc_items .djc_item .djc_readon .button.btn:hover,
#djcatalog.djc_dashboard .djc_items .djc_item .djc_readon .button.btn:focus,
#djcatalog .djc_items .djc_item .djc_readon .button.btn:hover,
#djcatalog .djc_items .djc_item .djc_readon .button.btn:focus {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
}
#jm-top2 div.djc_attributes,
#djcatalog .djc_items div.djc_attributes {
  margin: 4px 0 23px;
}
#jm-top2 .djc_items.mod_djc_items .djc_readmore,
#djcatalog.djc_dashboard .djc_items.mod_djc_items .djc_readmore,
#djcatalog .djc_items .djc_readmore {
  clear: both;
  padding: 0;
}
#jm-top2 .djc_items.mod_djc_items .djc_readmore a.button,
#djcatalog .djc_items .djc_readmore a.button {
  border: 1px solid #88d2f4;
  color: #88d2f4;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 0 30px;
  padding: 16px 0;
}
#jm-top2 .djc_items.mod_djc_items .djc_readmore a.button:hover,
#djcatalog .djc_items .djc_readmore a.button:hover {
  background: #88d2f4;
  color: #fff;
}
#jm-top2 .djc_image,
#djcatalog .djc_items .djc_image {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 0;
  position: relative;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#jm-top2 .djc_rating_box,
#djcatalog .djc_items .djc_rating_box {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}
#jm-top2 .btn-toolbar,
#djcatalog .djc_items .btn-toolbar {
  margin: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
#djcatalog.djc_events .dropdown,
#djcatalog.djc_offers .dropdown {
  text-align: right;
}
#djcatalog.djc_events .djc_eventlist {
  border: medium none;
  margin: 0;
  padding: 0;
}
.btn-toolbar .dropdown-menu,
.dropdown .dropdown-menu {
  background: #88d2f4 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  -ms-border-radius: 2px 0 2px 2px;
  -o-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
  color: #fff;
  left: auto;
  right: 0;
  width: 200px;
}
.djc_gallery .dropdown .dropdown-menu,
.btn-toolbar .djcSort + ul.dropdown-menu,
#djcatalog.djc_offers .dropdown .dropdown-menu,
#djcatalog.djc_events .dropdown .dropdown-menu,
#djcatalog.djc_reviews .dropdown .dropdown-menu {
  background: #98cc9f;
}
.btn-toolbar .dropdown-menu .dropdown-menu,
.dropdown .dropdown-menu .dropdown-menu {
  left: 200px;
  padding: 0;
  right: auto;
  top: 6px;
}
body #jm-allpage .dropdown-menu > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  padding: 8px 26px;
  text-align: right;
  text-transform: uppercase;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #75c8ee;
}
.djc_gallery .dropdown-menu > .active > a,
.djc_gallery .dropdown-menu > .active > a:hover,
.djc_gallery .dropdown-menu > .active > a:focus,
.djc_gallery .dropdown-menu > li > a:hover,
.djc_gallery .dropdown-menu > li > a:focus,
.djc_gallery .dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.btn-toolbar .djcSort + ul.dropdown-menu > .active > a,
.btn-toolbar .djcSort + ul.dropdown-menu > .active > a:hover,
.btn-toolbar .djcSort + ul.dropdown-menu > .active > a:focus,
.btn-toolbar .djcSort + ul.dropdown-menu > li > a:hover,
.btn-toolbar .djcSort + ul.dropdown-menu > li > a:focus,
#djcatalog.djc_offers .dropdown .dropdown-menu > .active > a,
#djcatalog.djc_offers .dropdown .dropdown-menu > .active > a:hover,
#djcatalog.djc_offers .dropdown .dropdown-menu > .active > a:focus,
#djcatalog.djc_offers .dropdown .dropdown-menu > li > a:hover,
#djcatalog.djc_offers .dropdown .dropdown-menu > li > a:focus,
#djcatalog.djc_events .dropdown .dropdown-menu > .active > a,
#djcatalog.djc_events .dropdown .dropdown-menu > .active > a:hover,
#djcatalog.djc_events .dropdown .dropdown-menu > .active > a:focus,
#djcatalog.djc_events .dropdown .dropdown-menu > li > a:hover,
#djcatalog.djc_events .dropdown .dropdown-menu > li > a:focus,
#djcatalog.djc_reviews .dropdown .dropdown-menu > .active > a,
#djcatalog.djc_reviews .dropdown .dropdown-menu > .active > a:hover,
#djcatalog.djc_reviews .dropdown .dropdown-menu > .active > a:focus,
#djcatalog.djc_reviews .dropdown .dropdown-menu > li > a:hover,
#djcatalog.djc_reviews .dropdown .dropdown-menu > li > a:focus {
  background: #81af87;
}
.dropdown-submenu > a::after {
  border-color: transparent transparent transparent #fff;
}
#jm-allpage .jm-module a.djcFilter {
  border: 1px solid #88d2f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #88d2f4;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 26px;
  text-transform: uppercase;
}
#jm-allpage a.djcFilter:hover {
  color: #fff;
  background: #88d2f4;
}
#jm-allpage .open a.djcFilter {
  background: #88d2f4 none repeat scroll 0 0;
  box-shadow: none;
  color: #fff;
}
#jm-allpage a.djcFilter .caret {
  display: none;
}
#djcatalog .djc_items .djc_item_in {
  border: medium none;
  padding: 0;
}
#djc_ajax_pagination {
  margin: 0;
  padding: 0;
}
#djc_ajax_pagination p {
  margin: 0;
}
/*body:not(.item) #jm-system-message + #jm-main,
body:not(.item) #jm-system-message + #jm-middle1{
  padding-top:55px;
}
*/
body #jm-system-message + #jm-main,
body #jm-system-message + #jm-middle1 {
  padding-top: 55px;
}
body.item #jm-system-message + #jm-main,
body.item #jm-system-message + #jm-middle1,
body.profile #jm-system-message + #jm-main,
body.profile #jm-system-message + #jm-middle1 {
  padding-top: 0;
}
#jm-middle1 .jm-module .jm-title {
  color: #444444;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
}
#jm-middle1 .jm-module .jm-title:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
#jm-middle1 .djc_event_day h2.badge,
#djcatalog.djc_events .djc_event_day h2.badge {
  background: #98cc9f none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  font-family: BrandonGrotesque_Bold;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 18px;
  padding: 11px 1px;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 107px;
}
#jm-middle1 .djc_eventlist,
#djcatalog.djc_events .djc_eventlist {
  border: medium none;
  margin: 0;
  padding: 0;
}
#jm-middle1 .djc_event_day.djc_event_day-0 h2.badge,
#djcatalog.djc_events .djc_event_day.djc_event_day-0 h2.badge {
  background: #88d2f4;
}
#jm-middle1 .djc_event_day.djc_event_day-1 h2.badge,
#djcatalog.djc_events .djc_event_day.djc_event_day-1 h2.badge {
  background: #ef9da2;
}
#jm-middle1 .djc_event_day h2.badge:after,
#djcatalog.djc_events .djc_event_day h2.badge:after {
  border-color: transparent transparent transparent #98cc9f;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  content: "";
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
#jm-middle1 .djc_event_day.djc_event_day-0 h2.badge:after,
#djcatalog.djc_events .djc_event_day.djc_event_day-0 h2.badge:after {
  border-color: transparent transparent transparent #88d2f4;
}
#jm-middle1 .djc_event_day.djc_event_day-1 h2.badge:after,
#djcatalog.djc_events .djc_event_day.djc_event_day-1 h2.badge:after {
  border-color: transparent transparent transparent #ef9da2;
}
#jm-middle1 .djc_eventlist .djc_item,
#djcatalog.djc_events .djc_eventlist .djc_item {
  border: medium none;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}
#djcatalog.djc_events .djc_eventlist .djc_item {
  padding-bottom: 30px;
  padding-left: 30px;
}
#jm-middle1 .djc_eventlist .djc_item .djc_item_bg,
#djcatalog.djc_events .djc_eventlist .djc_item .djc_item_bg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px 30px;
  padding: 7px 20px 68px 26px;
  position: relative;
}
#jm-middle1 .djc_eventlist .djc_item_row,
#djcatalog.djc_events .djc_eventlist .djc_item_row {
  margin-left: -30px;
}
#jm-middle1 .djc_eventlist .djc_item .djc_image,
#djcatalog.djc_events .djc_events_wrapper .djc_eventlist .djc_item .djc_image {
  margin: -7px 20px 5px -26px;
  max-width: 250px;
}
#jm-middle1 .djc_eventlist .djc_object_actions,
#djcatalog.djc_events .djc_eventlist .djc_object_actions {
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
#jm-middle1 .djc_eventlist .djc_address,
#djcatalog.djc_events .djc_eventlist .djc_address {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #878787;
  float: left;
  line-height: 48px;
  max-width: 70%;
  overflow: hidden;
  padding: 0 0 0 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#jm-middle1 .djc_eventlist .djc_item h3,
#djcatalog.djc_events .djc_eventlist .djc_item h3 {
  text-align: left;
}
#jm-middle1 .jm-module {
  position: relative;
}
#jm-middle1 .btn-toolbar {
  margin: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
#jm-middle1 .djc_object_actions .btn-toolbar {
  position: static;
  right: auto;
  top: auto;
}
#jm-middle1 .djc_eventlist strong,
#djcatalog.djc_events .djc_eventlist strong {
  font-weight: normal;
}
#jm-middle2 {
  padding: 44px 0 0;
}
#jm-middle2 .jm-module .jm-title {
  color: #444444;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 0 18px;
  position: relative;
  text-align: center;
}
#jm-middle2 .jm-module .jm-title:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
#jm-middle2 .djc_offers .btn-toolbar {
  margin: 0;
  position: absolute;
  right: 0;
  top: 4px;
}
#jm-middle2 .jm-module {
  position: relative;
}
#jm-middle2 .djc_offerlist .djc_item {
  float: left;
  position: relative;
}
#jm-middle2 .djc_offerlist .djc_item .djc_item_bg {
  margin: 0 0 30px 30px;
  position: relative;
}
#jm-middle2 .djc_offers_wrapper .djc_item h3 {
  color: #fff;
  font-family: BrandonGrotesque_Bold;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color0 .djc_item_in,
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color1 .djc_item_in,
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color2 .djc_item_in,
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color3 .djc_item_in,
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color4 .djc_item_in,
#jm-middle2 .djc_offers_wrapper .djc_items .djc2-color5 .djc_item_in {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#jm-middle2 .djc_offerlist .djc_object_actions {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#jm-middle2 .djc_offerlist .djc_object_actions .btn-toolbar {
  float: none;
  position: static;
  right: auto;
  top: auto;
}
#jm-middle2 .djc_offerlist .djc_object_actions .btn-toolbar .btn-group {
  text-align: right;
  width: 100%;
}
#jm-middle2 .djc_offerlist .djc_item .djc_object_actions .btn {
  border-right: medium none;
  border-top: medium none;
  border-bottom: medium none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
}
#jm-middle2 a.djcFilter {
  border: 1px solid #88d2f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #88d2f4;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  padding: 11px 26px;
  text-transform: uppercase;
}
#jm-middle2 .djc_offers_wrapper .djc_address {
  color: #fff;
  line-height: 16px;
  margin: 0 0 7px;
  padding: 0 0 27px;
  text-align: center;
}
#jm-middle2 .djc_offers_wrapper .djc_description {
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 24px;
  text-align: center;
}
#djcatalog.djc_offers .djc_offerlist {
  margin: 0;
}
#djcatalog.djc_list div.mod_djc2filters .mod_djc2filters_group {
  padding-bottom: 30px;
}
#djcatalog.djc_events .btn-toolbar {
  float: right;
  margin: -8px 0 0;
}
#djcatalog.djc_events .djc_object_actions .btn-toolbar {
  margin: 0;
}
#djcatalog.djc_events .djc_object_actions .djc_address {
  box-sizing: border-box;
  float: left;
  line-height: 48px;
  margin: 0;
  max-width: 56%;
  overflow: hidden;
  padding: 0 0 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#djcatalog.djc_event .djc_date_icon,
#djcatalog.djc_offer .djc_date_icon {
  background: #f19a7b none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin: 0 16px 0 0;
  padding: 6px 1px;
  text-align: center;
  width: 48px;
}
.djc_event_wrapper .djc_object_actions {
  margin: 20px 0;
}
#djcatalog.djc_event .djc_date_icon .djc_day,
#djcatalog.djc_offer .djc_date_icon .djc_day {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}
#djcatalog.djc_event .djc_date_icon .djc_month,
#djcatalog.djc_offer .djc_date_icon .djc_month {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
#djcatalog.djc_event .djc_title_wrap h2.djc_title,
#djcatalog.djc_offer .djc_title_wrap h2.djc_title {
  line-height: 48px;
}
#djcatalog.djc_event .djc_mainimage img,
#djcatalog.djc_offer .djc_mainimage img {
  border: medium none;
  padding: 0;
  box-shadow: none;
}
.djc_event_offer.djc_social_at {
  display: block;
  padding: 45px 0 0;
}
/****************PRICING TABLES*****************/
.djc_plans .djc_plan_in {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #444;
  text-align: center;
}
.djc_plans .djc_plan h4 {
  background: #88d2f4 none repeat scroll 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.djc_plans .djc_plan.plan-2 h4,
.djc_plans .djc_plan.plan-5 h4 {
  background: #98cc9f;
}
.djc_plans .djc_plan.plan-3 h4,
.djc_plans .djc_plan.plan-6 h4 {
  background: #f19a7b;
}
.djc_plans .djc_buy_plan {
  background: #f1f1f1 none repeat scroll 0 0;
  font-family: BrandonGrotesque_Medium;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 5px 18px;
}
.djc_plans .djc_price_final {
  font-size: 48px;
  line-height: 48px;
}
.djc_plans .djc_price_sfx {
  font-size: 18px;
  font-family: 'BrandonGrotesque_Regular';
}
.djc_plans .djc_price_sfx_separator {
  color: #f1a489;
}
.djc_plans .djc_price span.djc_price_old {
  font-family: "BrandonGrotesque_Regular";
  font-size: 18px;
  line-height: 24px;
}
.djc_plans .djc_price_info {
  color: #999;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 0 0;
}
.djc_plans .djc_intro_description {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  padding: 25px 40px 23px;
}
.djc_plans .djc_buy_button {
  padding: 0 5px 14px;
}
.djc_plans .djc_buy_button .btn {
  background: #88d2f4 none repeat scroll 0 0;
  border-color: #88d2f4;
  color: #fff;
  padding: 10px 37px;
}
.djc_plans .plan-2 .djc_buy_button .btn {
  background: #98cc9f;
  border-color: #98cc9f;
}
.djc_plans .plan-3 .djc_buy_button .btn {
  background: #f19a7b;
  border-color: #f19a7b;
}
.djc_plans .djc_buy_button .btn:hover {
  background: none;
  color: #88d2f4;
}
.djc_plans .plan-2 .djc_buy_button .btn:hover,
.djc_plans .plan-5 .djc_buy_button .btn:hover {
  color: #98cc9f;
}
.djc_plans .plan-3 .djc_buy_button .btn:hover,
.djc_plans .plan-6 .djc_buy_button .btn:hover {
  color: #f19a7b;
}
.djc_plans .djc_description {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  padding: 0 40px 25px;
}
.djc_plans .djc_description hr {
  border-color: #eeeeee;
  margin: 35px 0 13px;
}
.djc_plans .djc_description hr:last-child {
  display: none;
}
.djc_plans .djc_description strong {
  color: #444;
  font-weight: normal;
}
.djc_plans .djc_description * + p {
  margin: 5px 0;
}
.djc_tax_info {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
h3.djc_subscription_your_history {
  color: #444444;
  font-family: BrandonGrotesque_Bold;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 43px;
  padding: 0 5px 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
h3.djc_subscription_your_history:after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  width: 44px;
}
.djc_user_subscription_in {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
}
.djc_user_subscription_in h4 {
  font-family: BrandonGrotesque_Medium;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.djc_user_subscription_in h4 strong,
.djc_user_subscription_in h4 small {
  font-weight: normal;
}
.djc_user_subscription_in ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #444;
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 0;
}
.djc_user_subscription_in ul li:last-child {
  margin-right: 0;
}
.djc_user_subscription_in ul li span {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.djc_user_subscription_in ul li strong {
  font-weight: normal;
}
.djc_user_subscription_in .payuinfo {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}
.djc_user_subscription_in .payuinfo a.button {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
}
.djc_user_subscription_in .payuinfo a.button:hover {
  background: none;
  color: #88d2f4;
}
.djc_user_subscription_in .payuinfo a.payubtn,
.djc_user_subscription_in .payuinfo a.payubtn:hover {
  background: url("../images/Button_PayU.png") center center no-repeat;
  font-size: 0;
  border: none;
  width: 232px;
  height: 40px;
  padding: 0;
  text-indent: -1000px;
}
#subscription_form .btn.validate {
  background: #88d2f4;
  color: #fff;
}
#subscription_form .btn.validate:hover {
  background: #fff;
  color: #88d2f4;
}
.djc_eventform .djc_form_toolbar {
  margin-bottom: 20px;
}
form#event-form,
form#offer-form {
  display: inline-block;
}
form#event-form button#jform_start_date_img,
form#offer-form button#jform_start_date_img,
form#event-form button#jform_end_date_img,
form#offer-form button#jform_end_date_img,
form#event-form button#jform_start_date_btn,
form#offer-form button#jform_start_date_btn,
form#event-form button#jform_end_date_btn,
form#offer-form button#jform_end_date_btn {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-left: 2px;
  padding: 6px 6px 7px 6px;
  vertical-align: middle;
}
form#event-form .input-append,
form#offer-form .input-append,
form#event-form .input-prepend,
form#offer-form .input-prepend {
  margin-bottom: 0;
}
#item-form button#jform_start_date_img,
#item-form button#jform_end_date_img,
#item-form button#jform_start_date_btn,
#item-form button#jform_end_date_btn {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-left: 2px;
  padding: 6px;
  vertical-align: middle;
}
#item-form .input-append,
#item-form .input-prepend {
  margin-bottom: 0;
}
#djc_additional_filters .djc_filters_main_toolbar {
  position: absolute;
  right: 0;
  text-align: right;
  top: -104px;
}
#djc_additional_filters .btn-toolbar .btn-group .btn {
  border: 1px solid #98cc9f;
  border-radius: 2px;
  color: #98cc9f;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 26px;
  display: table-cell;
  text-transform: uppercase;
}
#djc_additional_filters .djc_filters_main_toolbar .btn-group.cities-group > a {
  border-color: #88d2f4;
  color: #88d2f4;
}
#djc_additional_filters .djc_filters_main_toolbar .btn-group.cities-group > a:hover,
#djc_additional_filters .djc_filters_main_toolbar .btn-group.cities-group > a:focus,
#djc_additional_filters .djc_filters_main_toolbar .btn-group.cities-group > a:active {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
}
#djc_additional_filters .btn-toolbar .btn-group .btn:hover,
#djc_additional_filters .btn-toolbar .btn-group .btn:focus,
#djc_additional_filters .btn-toolbar .btn-group .btn:active {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
}
#djc_additional_filters .ordering-group .dropdown-menu {
  background: #98cc9f none repeat scroll 0 0;
}
#djc_additional_filters .ordering-group .dropdown-menu li.active a,
#djc_additional_filters .ordering-group .dropdown-menu li a:hover,
#djc_additional_filters .ordering-group .dropdown-menu li a:focus,
#djc_additional_filters .ordering-group .dropdown-menu li a:active {
  background: #84b18a;
}
#djc_additional_filters .drop-content .drop-content-in {
  padding-top: 8px;
}
#djc_additional_filters .drop-content .drop-content-in .nav-pills > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #444;
  margin-right: 10px;
  padding: 7px 10px;
  font-weight: 700;
  text-transform: lowercase;
}
#djc_additional_filters .drop-content .drop-content-in .nav-pills > .active > a,
#djc_additional_filters .drop-content .drop-content-in .nav-pills > .active > a:hover,
#djc_additional_filters .drop-content .drop-content-in .nav-pills > .active > a:focus,
#djc_additional_filters .drop-content .drop-content-in .nav > li > a:hover,
#djc_additional_filters .drop-content .drop-content-in .nav > li > a:focus,
#djc_additional_filters .drop-content .drop-content-in dl.tabs > dt a:hover,
#djc_additional_filters .drop-content .drop-content-in dl.tabs > dt a:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #98cc9f;
}
#djc_additional_filters .btn-toolbar .btn-group btn-info,
#djc_additional_filters .btn-toolbar .btn-group .button.btn-info {
  background-color: #f19a7b;
  background-image: none;
  border-color: #f19a7b;
  color: #fff;
  text-shadow: none;
}
#djc_additional_filters .btn-toolbar .btn-group btn-info.reset_button,
#djc_additional_filters .btn-toolbar .btn-group .button.btn-info.reset_button {
  background: #efefef none repeat scroll 0 0;
  border-color: #efefef;
  color: #a6a6a6;
}
#djc_additional_filters .djc_mapButton {
  position: fixed;
  right: 80px;
  bottom: 20px;
  background: #f19a7b;
  color: #ffffff;
  border: none;
  z-index: 9999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  opacity: 0.9;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}
#djc_additional_filters .djc_mapButton:hover,
#djc_additional_filters .djc_mapButton:focus,
#djc_additional_filters .djc_mapButton:active {
  opacity: 1;
}
#djc_additional_filters {
  transition: left 0.2s ease-out 0s;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
}
#djc_additional_filters.outside {
  left: -370px;
}
#djc_additional_filters_toggle {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  right: -48px;
  background: #333333;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.dj-mobile-dj li.dj-mobileitem > ul > li {
  padding-left: 0;
  padding-right: 0;
}
.checkboxes > ul > li {
  background: none;
}
/****************** DJC2 Profile Contacts *********/
.djc_contacts_wrapper h4 {
  background: #88d2f4 none repeat scroll 0 0;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.djc_contacts .djc_contact {
  margin-bottom: 30px;
}
.djc_contacts .djc_contact_in {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.djc_contacts .djc_contact_name {
  color: #444;
  font-family: "BrandonGrotesque_Regular";
  font-size: 18px;
  line-height: 24px;
}
.djc_contacts .djc_contact_image {
  float: left;
  margin: 0 20px 20px 0;
}
.djc_contacts .djc_contact_email {
  s: 0;
}
.djc_contacts .djc_contact_toolbar {
  float: right;
  margin: 0 0 5px 5px;
}
.djc_contacts .djc_contact_toolbar .btn-toolbar {
  float: none !important;
  margin-top: 0 !important;
}
.djc_contacts .djc_contact_toolbar .btn-toolbar .btn {
  border: medium none;
  display: block;
  height: 20px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 20px;
}
.djc_contacts .djc_contact_toolbar .btn-toolbar .i-remove {
  background: rgba(0, 0, 0, 0) url("../images/djc_contact_remove_icon.png") no-repeat scroll 0 0;
}
.djc_contacts .djc_contact_toolbar .btn-toolbar .i-edit {
  background: rgba(0, 0, 0, 0) url("../images/djc_contact_edit_icon.png") no-repeat scroll 0 0;
}
.djc_contacts a#djc_contactform_btn {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
}
.djc_contacts a#djc_contactform_btn:hover {
  color: #88d2f4;
  background: none;
}
/****************** DJC2 Meetings *********/
#djcatalog .djc_meetinglist.djc_items .djc_item .djc_item_bg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin: 0 0 30px 30px;
  padding: 7px 20px 68px 26px;
  position: relative;
}
#djcatalog .djc_meetinglist.djc_items .djc_item .djc_item_bg h3 {
  color: #444;
  font-family: BrandonGrotesque_Bold;
  font-size: 32px;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
#djcatalog .djc_meetinglist.djc_items .djc_item_meeting_buttons {
  border-top: 1px solid #eee;
  bottom: 0;
  font-size: 0;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: right;
  width: 100%;
}
#djcatalog .djc_meetinglist.djc_items .djc_item_meeting_buttons .btn {
  border-bottom: medium none;
  border-left: 1px solid #eee;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  font-size: 12px;
}
#djcatalog.djc_meetings .djc_meetings_wrapper > h3 {
  font-size: 32px;
  line-height: 50px;
  color: #444;
}
/****************** DJC2 Guests List *********/
.djc_meetingguests .djc_guestlist {
  padding: 0 15px;
}
.djc_meetingguests .djc_meetingguest {
  margin-bottom: 30px;
}
.djc_meetingguests .djc_meetingguest_in {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 10px;
}
.djc_meetingguests .djc_meetingguest i {
  display: block;
  float: right;
  height: 40px;
  margin: 0 0 5px 5px;
  width: 40px;
}
.djc_meetingguests .djc_meetingguest i.icon-status-pending {
  background-image: url("../images/icon-pending.png");
}
.djc_meetingguests .djc_meetingguest i.icon-status-accept {
  background-image: url("../images/icon-accepted.png");
}
.djc_meetingguests .djc_meetingguest i.icon-status-reject {
  background-image: url("../images/icon-rejected.png");
}
.djc_meetingguests .djc_meetingguest img {
  float: left;
  margin: 0 20px 20px 0;
}
.djc_meetingguests .djc_profile_email {
  color: #444;
  font-family: "BrandonGrotesque_Regular";
  font-size: 18px;
  line-height: 24px;
}
.djc_itemform #jform_start_date_img,
.djc_itemform #jform_end_date_img {
  border-color: #e8e8e8;
  padding: 9px;
}
/****************** DJC2 Likes List *********/
.djc_likeslist {
  padding: 0 15px;
}
.djc_likeslist .djc_like_in {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 10px;
}
.djc_likeslist .djc_like_span {
  margin-bottom: 30px;
}
.djc_likeslist .djc_like_in img {
  float: left;
  margin: 0 20px 20px 0;
}
.djc_likeslist .djc_like_email {
  color: #444;
  font-family: "BrandonGrotesque_Regular";
  font-size: 18px;
  line-height: 24px;
}
/*************** tables **********/
.table,
table.category {
  s: 0;
}
.table thead th,
table.category thead th {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.table th,
table.category th,
.table td,
table.category td,
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #eee;
  color: #444;
  padding: 15px;
}
table .btn-group > .btn {
  font-size: 12px;
}
table a:hover {
  color: #444;
}
table .btn,
table .btn-group > .btn {
  background: #88d2f4 none repeat scroll 0 0;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
table .btn:hover,
table .btn-group > .btn:hover {
  color: #88d2f4;
  background: none;
}
#djc_my_items_table_ren tr:first-child td {
  border-top: 1px solid #eee;
}
#djc_my_items_table_ren {
  border-collapse: separate;
  border-spacing: 0 30px;
}
#jm-maincontent #djc_my_items_table_ren tr td {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-left: medium none;
  border-right: medium none;
}
#jm-maincontent #djc_my_items_table_ren tr td:first-child {
  border-left: 1px solid #eee;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#jm-maincontent #djc_my_items_table_ren tr td:last-child {
  border-right: 1px solid #eee;
  -webkit-border-radius: 0px 2px 2px 0;
  -moz-border-radius: 0px 2px 2px 0;
  -ms-border-radius: 0px 2px 2px 0;
  -o-border-radius: 0px 2px 2px 0;
  border-radius: 0px 2px 2px 0;
}
/*********** Reviews **********/
h3.reviews_title {
  color: #444;
  font-size: 22px;
  line-height: 30px;
  margin: 44px 0 30px;
  padding: 0 0 17px;
  position: relative;
  text-transform: uppercase;
}
h3.reviews_title::after {
  background: #f19a7b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 44px;
}
.djrv_post_info {
  s: 0;
}
img.djrv_user_image {
  border-radius: 45px;
}
.djrv_single_review .djrv_poster {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 30px 0 0;
}
.djc_reviews_wrapper .djrv_single_review .djrv_poster {
  padding-top: 20px;
}
.djrv_single_review .djrv_review_date {
  color: #999;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.djrv_single_review .djrv_user_rating,
.djrv_user_image_box {
  text-align: center;
}
.djrv_rating .djrv_avg {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 7px 14px !important;
  text-align: center;
}
.djrv_single_review_in .row-fluid > div {
  margin-bottom: 10px;
}
.djrv_feeback {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.djrv_feeback-buttons {
  text-align: right;
}
.djrv_feeback-buttons .btn {
  background: #98cc9f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 2px 11px;
}
.djrv_feeback-buttons .btn:hover,
.djrv_feeback-buttons .btn:focus {
  background: #7faa85;
}
.djrv_single_review_in {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.djrv_bottom_bar a {
  display: block;
  float: none;
}
#djcatalog.djc_reviews .djc_reviews_wrapper .djrv_item_rating {
  color: #999;
}
#djcatalog.djc_reviews .djc_reviews_wrapper .avg_standard_number {
  margin-right: 6px;
}
#djcatalog.djc_reviews .djc_reviews_wrapper .avg_standard_number .djrv_avg {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.djrv_reviews_list {
  position: relative;
}
/*.djrv_reviews_list .djrv_sort > .btn-toolbar{
    margin: 0;
    position: absolute;
    right: 0;
    top: 31px;
}*/
.dropdown .djrv_sort {
  text-align: right;
}
.dropdown .djrv_sort a.dropdown-toggle br,
.dropdown .djrv_sort a.dropdown-toggle small {
  display: none;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar a {
  border: 1px solid #98cc9f;
  border-radius: 2px;
  color: #98cc9f;
  display: table-cell;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 26px;
  text-transform: uppercase;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar a:hover,
.djrv_reviews_list .djrv_sort > .btn-toolbar a:focus {
  background: #98cc9f none repeat scroll 0 0;
  color: #fff;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar ul.dropdown-menu {
  background: #98cc9f none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px 0 2px 2px;
  color: #fff;
  left: auto;
  right: 0;
  width: 200px;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar ul.dropdown-menu > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar ul.dropdown-menu > li > a {
  border: medium none;
  border-radius: 0;
  clear: both;
  color: #666666;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.djrv_reviews_list .djrv_sort > .btn-toolbar ul.dropdown-menu > li:hover > a,
.djrv_reviews_list .djrv_sort > .btn-toolbar ul.dropdown-menu > li.active > a {
  background: #84b18a none repeat scroll 0 0;
}
.djrv_bottom_bar1,
.djrv_bottom_bar2 {
  margin-bottom: 30px;
}
.blog-social a {
  margin: 5px;
}
#jm-social a.instagram,
.blog-social a.instagram {
  background: #3f729b url("../images/instagram.png") no-repeat scroll 16px center;
}
#jm-social a.blog,
.blog-social a.blog {
  background: #88d2f4 url("../images/blog.png") no-repeat scroll 16px center;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory .djc_subcategory_bg {
  background: #92b0db none repeat scroll 0 0;
  border-color: #83a1ca;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory .djc_subcategory_bg {
  background: #d4e29c none repeat scroll 0 0;
  border-color: #c5d28d;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory .djc_subcategory_bg {
  background: #f9cb8b none repeat scroll 0 0;
  border-color: #e8bb7d;
}
#jm-top1 .jm-module .djc_subcategory:first-of-type + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory + .djc_subcategory .djc_subcategory_bg {
  background: #C794BE none repeat scroll 0 0;
  border-color: #b683ad;
}
.blog-menu {
  text-align: center;
}
.blog-menu .nav.menu > li > a,
.blog-menu .nav.menu > li > span.separator {
  color: #444;
  text-transform: uppercase;
  border: none;
}
.blog-menu .nav.menu li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 7px 0 0;
  position: relative;
}
.null-price {
  text-transform: uppercase;
  font-size: 30px !important;
  line-height: 72px !important;
}
.blog .page-header > h2 {
  text-transform: uppercase;
}
.djc2-hours-open {
  color: #84d000;
}
.djc2-hours-closed {
  color: #d8110c;
}
.djc_hours_popover {
  list-style: none;
}
.djc_hours_popover .djc_today {
  font-weight: bold;
}
.djc_hours_popover .djc_day_name {
  display: inline-block;
  margin-right: 20px;
}
.djc_hours_popover .djc_day_hours {
  display: inline-block;
  float: right;
}
.djc_hours_popover_info {
  cursor: pointer;
  color: #88d2f4;
  display: inline-block;
}
.djc2_mapacc_content .mod_djc2categories {
  padding: 10px 15px;
}
.djc2_mapacc_content .mod_djc2categories .nav.menu > li.parent > a::after,
.djc2_mapacc_content .mod_djc2categories .nav.menu > li.parent > span.separator::after {
  content: '>';
  font-size: 10px;
}
.djc_calendar_time {
  clear: both;
  overflow: auto;
}
.djc_calendar_time .field-calendar {
  float: left;
}
.djc_calendar_time .time-wrap {
  float: left;
  margin-left: 10px;
}
/*# sourceMappingURL=/templates/mapamamy/css/custom.10.map */