*:focus {
  outline: none;
}
*::-moz-focus-inner {
  border: 0;
}
.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
/* Buttons */
.btn {
  border-radius: 2px;
  text-decoration: none;
}
.btn-round {
  border-radius: 50px;
}
.btn-o {
  border-width: 1px;
  border-style: solid;
}
.btn-gray {
  background-color: #999;
  color: #fff;
}
.btn-o.btn-gray {
  background-color: transparent;
  color: #999;
  border-color: #999;
}
.no-touch .btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-color: #333;
  color: #fff;
}
.no-touch .btn-o.btn-gray:hover,
.btn-o.btn-gray:focus,
.btn-o.btn-gray:active,
.btn-o.btn-gray.active,
.open > .dropdown-toggle.btn-o.btn-gray {
  background-color: #999;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #999;
}
.btn-o.btn-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.no-touch .btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-color: #fff;
  color: #333;
}
.no-touch .btn-o.btn-white:hover,
.btn-o.btn-white:focus,
.btn-o.btn-white:active,
.btn-o.btn-white.active,
.open > .dropdown-toggle.btn-o.btn-white {
  background-color: #fff;
  color: #333;
}
.btn-black {
  background-color: #333;
  color: #fff;
}
.btn-o.btn-black {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
.no-touch .btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-color: #000;
  color: #fff;
}
.no-touch .btn-o.btn-black:hover,
.btn-o.btn-black:focus,
.btn-o.btn-black:active,
.btn-o.btn-black.active,
.open > .dropdown-toggle.btn-o.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-green {
  background-color: #8cbf36;
  color: #fff;
}
.btn-o.btn-green {
  background-color: transparent;
  color: #8cbf36;
  border-color: #8cbf36;
}
.no-touch .btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-color: #6c971d;
  color: #fff;
}
.no-touch .btn-o.btn-green:hover,
.btn-o.btn-green:focus,
.btn-o.btn-green:active,
.btn-o.btn-green.active,
.open > .dropdown-toggle.btn-o.btn-green {
  background-color: #6c971d;
  color: #fff;
}
.btn-blue {
  background-color: #1d82aa;
  color: #fff;
}
.btn-o.btn-blue {
  background-color: transparent;
  color: #1d82aa;
  border-color: #1d82aa;
}
.no-touch .btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-color: #086492;
  color: #fff;
}
.no-touch .btn-o.btn-blue:hover,
.btn-o.btn-blue:focus,
.btn-o.btn-blue:active,
.btn-o.btn-blue.active,
.open > .dropdown-toggle.btn-o.btn-blue {
  background-color: #1d82aa;
  color: #fff;
}
.btn-magenta {
  background-color: #9b156e;
  color: #fff;
}
.btn-o.btn-magenta {
  background-color: transparent;
  color: #9b156e;
  border-color: #9b156e;
}
.no-touch .btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open > .dropdown-toggle.btn-magenta {
  background-color: #7e115f;
  color: #fff;
}
.no-touch .btn-o.btn-magenta:hover,
.btn-o.btn-magenta:focus,
.btn-o.btn-magenta:active,
.btn-o.btn-magenta.active,
.open > .dropdown-toggle.btn-o.btn-magenta {
  background-color: #9b156e;
  color: #fff;
}
.btn-yellow {
  background-color: #eab134;
  color: #fff;
}
.btn-o.btn-yellow {
  background-color: transparent;
  color: #eab134;
  border-color: #eab134;
}
.no-touch .btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-color: #dfa412;
  color: #fff;
}
.no-touch .btn-o.btn-yellow:hover,
.btn-o.btn-yellow:focus,
.btn-o.btn-yellow:active,
.btn-o.btn-yellow.active,
.open > .dropdown-toggle.btn-o.btn-yellow {
  background-color: #eab134;
  color: #fff;
}
.btn-red {
  background-color: #ea3d36;
  color: #fff;
}
.btn-o.btn-red {
  background-color: transparent;
  color: #ea3d36;
  border-color: #ea3d36;
}
.no-touch .btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-color: #d22a2a;
  color: #fff;
}
.no-touch .btn-o.btn-red:hover,
.btn-o.btn-red:focus,
.btn-o.btn-red:active,
.btn-o.btn-red.active,
.open > .dropdown-toggle.btn-o.btn-red {
  background-color: #ea3d36;
  color: #fff;
}
.btn-facebook {
  background-color: #43609c;
  color: #fff;
}
.btn-o.btn-facebook {
  background-color: transparent;
  color: #43609c;
  border-color: #43609c;
}
.no-touch .btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-color: #395285;
  color: #fff;
}
.no-touch .btn-o.btn-facebook:hover,
.btn-o.btn-facebook:focus,
.btn-o.btn-facebook:active,
.btn-o.btn-facebook.active,
.open > .dropdown-toggle.btn-o.btn-facebook {
  background-color: #43609c;
  color: #fff;
}
.btn-twitter {
  background-color: #55acee;
  color: #fff;
}
.btn-o.btn-twitter {
  background-color: transparent;
  color: #55acee;
  border-color: #55acee;
}
.no-touch .btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-color: #4993cc;
  color: #fff;
}
.no-touch .btn-o.btn-twitter:hover,
.btn-o.btn-twitter:focus,
.btn-o.btn-twitter:active,
.btn-o.btn-twitter.active,
.open > .dropdown-toggle.btn-o.btn-twitter {
  background-color: #55acee;
  color: #fff;
}
.btn-google {
  background-color: #dd4b39;
  color: #fff;
}
.btn-o.btn-google {
  background-color: transparent;
  color: #dd4b39;
  border-color: #dd4b39;
}
.no-touch .btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-color: #c44433;
  color: #fff;
}
.no-touch .btn-o.btn-google:hover,
.btn-o.btn-google:focus,
.btn-o.btn-google:active,
.btn-o.btn-google.active,
.open > .dropdown-toggle.btn-o.btn-google {
  background-color: #dd4b39;
  color: #fff;
}
.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
}
.btn-o.btn-pinterest {
  background-color: transparent;
  color: #cb2027;
  border-color: #cb2027;
}
.no-touch .btn-pinterest:hover,
.btn-v:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-color: #b51d22;
  color: #fff;
}
.no-touch .btn-o.btn-pinterest:hover,
.btn-o.btn-pinterest:focus,
.btn-o.btn-pinterest:active,
.btn-o.btn-pinterest.active,
.open > .dropdown-toggle.btn-o.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
}
.btn-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 36px;
  text-align: center;
}
.btn-icon.btn-lg {
  width: 41px;
}
.btn-icon.btn-sm {
  width: 31px;
}
.btn-icon.btn-xs {
  width: 22px;
}
.btn-icon.btn-round {
  border-radius: 50%;
}
.btn > .state,
.btn.active > .state-active {
  display: inline-block;
}
.btn.active > .state,
.btn > .state-active {
  display: none;
}
.text-gray {
  color: #999;
}
.no-touch a.text-gray:hover {
  color: #333;
}
.text-green {
  color: #8cbf36;
}
.no-touch a.text-green:hover {
  color: #8cbf36;
}
.text-blue {
  color: #1d82aa;
}
.no-touch a.text-blue:hover {
  color: #086492;
}
.text-magenta {
  color: #9b156e;
}
.no-touch a.text-magenta:hover {
  color: #7e115f;
}
.text-yellow {
  color: #eab134;
}
.no-touch a.text-yellow:hover {
  color: #dfa412;
}
.text-red {
  color: #ea3d36;
}
.no-touch a.text-red:hover {
  color: #d22a2a;
}
.bg-green {
  color: #fff;
  background-color: #8cbf36;
}
.no-touch a.bg-green:hover {
  background-color: #8cbf36;
}
.bg-red {
  color: #fff;
  background-color: #ea3d36;
}
.no-touch a.bg-red:hover {
  background-color: #d22a2a;
}
.bg-blue {
  color: #fff;
  background-color: #1d82aa;
}
.no-touch a.bg-blue:hover {
  background-color: #086492;
}
.bg-yellow {
  color: #fff;
  background-color: #eab134;
}
.no-touch a.bg-yellow:hover {
  background-color: #dfa412;
}
.bg-magenta {
  color: #fff;
  background-color: #9b156e;
}
.no-touch a.bg-magenta:hover {
  background-color: #7e115f;
}
/* Header */
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1040;
}
.logo {
  background-color: #8cbf36;
  float: left;
  width: 70px;
  height: 60px;
  overflow: hidden;
}
.logo.expanded {
  width: 200px;
}
.logo a {
  display: block;
  width: 70px;
  height: 60px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.logo.expanded a {
  width: 200px;
}
.logo a span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo.expanded a span {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.logo a span.marker {
  font-size: 29px;
  position: absolute;
  display: block;
  width: 19px;
  height: 28px;
  top: 15px;
  left: 21px;
}
.logo.expanded a span.marker {
  color: #fff;
  left: 20px;
}
.no-touch .logo a:hover span.marker {
  color: rgba(255, 255, 255, 0);
  top: 10px;
  text-decoration: none;
}
.no-touch .logo.expanded a:hover span.marker {
  color: #ffffff;
  top: 15px;
  text-decoration: none;
}
.logo a span.logoText {
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: -40px;
  left: 13px;
}
.logo.expanded a span.logoText {
  top: 20px;
  left: 54px;
}
.no-touch .logo a:hover span.logoText {
  color: #fff;
  top: 20px;
  text-decoration: none;
}
a.navHandler {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
  font-size: 18px;
  padding-top: 17px;
}
.no-touch a.navHandler:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}
a.mapHandler {
  float: right;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  height: 50px;
  width: 20px;
  color: #fff;
  display: none;
  margin-right: 15px;
  text-decoration: none;
}
.no-touch a.mapHandler:hover {
  background-color: transparent;
}
a.userHandler {
  position: relative;
  float: right;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  height: 50px;
  width: 20px;
  color: #fff;
  display: none;
  margin-right: 15px;
  text-decoration: none;
}
.no-touch a.userHandler:hover {
  background-color: transparent;
}
.search {
  float: left;
}
.searchIcon {
  font-size: 13px;
  float: left;
  color: #999;
  margin-left: 23px;
  display: block;
  padding-top: 23px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.searchIcon.active {
  color: #3a3a3a;
}
.search input {
  background-color: #fff;
  color: #3a3a3a;
  border: 0 none;
  font-size: 13px;
  margin: 19px 0 0 5px;
  width: 210px;
  -webkit-appearance: none;
}
.headerNotifyWraper {
  position: relative;
  float: right;
  width: 60px;
  height: 60px;
}
a.headerNotify {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 22px;
  text-decoration: none;
}
.no-touch a.headerNotify:hover,
.headerNotifyWraper.open a.headerNotify {
  background-color: #f3f3f3;
  text-decoration: none;
}
.notifyIcon {
  font-size: 17px;
}
.counter {
  background-color: #ea3d36;
  color: #fff;
  position: absolute;
  display: block;
  padding: 2px;
  font-size: 11px;
  line-height: 10px;
  top: 15px;
  left: 30px;
  border-radius: 7px;
  text-align: center;
  min-width: 14px;
  text-decoration: none;
}
.headerNotifyWraper .dropdown-menu {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
}
.notifyMenu,
.userMenu {
  width: 300px;
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.notifyMenu,
.userMenu a,
.notifyMenu,
.userMenu a span {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.open .notifyMenu,
.open .userMenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.notifyHeader {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.notifyHeader span {
  font-size: 13px;
  line-height: 15px;
  display: block;
  float: left;
}
a.notifySettings {
  display: block;
  float: right;
  text-decoration: none;
  line-height: 11px;
}
.no-touch a.notifySettings:hover {
  text-decoration: none;
}
.notifyList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notifyList > li > a {
  padding: 10px;
  display: block;
  position: relative;
}
.no-touch .notifyList > li > a:hover {
  background-color: #f3f3f3;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mobAvatar {
  display: none;
  padding: 20px 0;
  text-align: center;
}
.mobAvatarName {
  padding-top: 5px;
}
.mobAvatarImg {
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  padding: 3px;
}
.notify {
  width: 233px;
  margin-left: 5px;
}
.notifyName {
  font-size: 12px;
  color: #333;
  padding-top: 3px;
}
.notifyTime {
  font-size: 11px;
  color: #999;
}
.notifyRound {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  padding-top: 11px;
}
.notifyRound-green {
  border: 1px solid #8cbf36;
  color: #8cbf36;
}
.notifyRound-blue {
  border: 1px solid #1d82aa;
  color: #1d82aa;
}
.notifyRound-red {
  border: 1px solid #ea3d36;
  color: #ea3d36;
}
.notifyRound-yellow {
  border: 1px solid #eab134;
  color: #eab134;
}
.notifyRound-magenta {
  border: 1px solid #9b156e;
  color: #9b156e;
}
.notifyAll {
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #8cbf36;
}
.no-touch .notifyAll:hover {
  color: #8cbf36;
  text-decoration: underline;
}
@keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4, 1.4);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    pacity: 0.0;
  }
}
.pulse {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.0;
}
.border-grey {
  border: 3px solid #ababab;
}
.border-green {
  border: 3px solid #8cbf36;
}
.border-blue {
  border: 3px solid #1d82aa;
}
.border-red {
  border: 3px solid #ea3d36;
}
.border-yellow {
  border: 3px solid #eab134;
}
.border-magenta {
  border: 3px solid #9b156e;
}
.bg-green {
  background-color: #8cbf36;
}
.bg-blue {
  background-color: #1d82aa;
}
.bg-red {
  background-color: #ea3d36;
}
.bg-yellow {
  background-color: #eab134;
}
.bg-magenta {
  background-color: #9b156e;
}
.pulsate {
  -webkit-animation: pulsate 0.5s ease-out;
  animation: pulsate 0.5s ease-out;
}
.headerUserWraper {
  float: right;
  height: 60px;
}
a.headerUser {
  display: block;
  height: 60px;
  text-align: center;
  padding: 0 20px;
}
.no-touch a.headerUser:hover,
.headerUserWraper.open a.headerUser {
  background-color: #f3f3f3;
}
.headerUserWraper .dropdown-menu {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
}
.headerAvatar {
  margin-top: 10px;
}
.userTop {
  margin: 20px 0 0 7px;
  font-size: 13px;
}
.userMenu {
  width: 190px;
}
.userMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.userMenu ul > li > a {
  padding: 7px 20px;
  display: block;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.userMenu ul > li > a > span {
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.userMenu ul > li > a > span.badge {
  font-size: 12px;
  font-weight: normal;
  margin-right: 0;
}
.no-touch .userMenu ul > li > a:hover > span.badge,
.no-touch .userMenu ul > li > a:focus > span.badge {
  color: #fff;
}
.no-touch .userMenu ul > li > a:hover,
.no-touch .userMenu ul > li > a:focus {
  background-color: #f3f3f3;
  text-decoration: none;
}
.no-touch .userMenu ul > li > a:hover > span,
.no-touch .userMenu ul > li > a:focus > span {
  color: #8cbf36;
}
a.userHandler {
  position: relative;
  float: right;
  text-align: center;
  font-size: 20px;
  padding-top: 13px;
  height: 50px;
  width: 20px;
  color: #fff;
  display: none;
  margin-right: 15px;
  text-decoration: none;
}
.no-touch a.userHandler:hover {
  background-color: transparent;
}
a.userHandler .counter {
  top: 10px;
  left: 12px;
}
#leftSide {
  background-color: #213837;
  position: absolute;
  top: 60px;
  left: 0;
  width: 70px;
  z-index: 100;
}
#leftSide.expanded {
  width: 200px;
}
.closeLeftSide {
  display: none;
}
.leftNav .search {
  display: none;
}
.leftNav ul,
.leftUserWraper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.leftNav ul li {
  position: relative;
  width: 70px;
}
.expanded .leftNav ul li {
  width: 200px;
}
.leftNav ul li a {
  display: block;
  font-size: 16px;
  color: #adc8c7;
  width: 70px;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.expanded .leftNav ul li a {
  width: 200px;
  height: auto;
  padding: 10px 20px;
}
.leftNav ul li a span {
  position: absolute;
  width: 70px;
  display: block;
  text-align: center;
  z-index: 110;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.expanded .leftNav ul li a span {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: left;
}
.no-touch .leftNav ul li:hover a,
.leftNav ul li.onTap a {
  background-color: #067670;
  color: #fff;
}
.expanded .leftNav > ul > li.onTap > a {
  background-color: transparent;
  color: #adc8c7;
}
.expanded .leftNav > ul > li.active > a {
  background-color: #067670;
  color: #fff;
}
.leftNav ul li a span.navIcon {
  top: 22px;
}
.expanded .leftNav ul li a span.navIcon {
  top: auto;
  margin-right: 10px;
}
.leftNav ul li a span.navLabel {
  font-size: 12px;
  bottom: 10px;
  left: -70px;
}
.expanded .leftNav ul li a span.navLabel {
  bottom: 2px;
  left: 0;
}
.no-touch .leftNav ul li:hover a span.navIcon,
.leftNav ul li.onTap a span.navIcon {
  top: 13px;
  text-decoration: none;
}
.no-touch .expanded .leftNav ul li:hover a span.navIcon,
.expanded .leftNav ul li.onTap a span.navIcon {
  top: auto;
  text-decoration: none;
}
.no-touch .leftNav ul li:hover a span.navLabel,
.leftNav ul li.onTap a span.navLabel {
  left: 0;
  text-decoration: none;
}
.leftNav > ul > li > a > span.arrowRight {
  display: none;
}
.expanded .leftNav > ul > li > a > span.arrowRight {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.leftNav > ul > li > a > span.badge {
  font-size: 11px;
  font-weight: normal;
  width: auto;
  top: 15px;
  left: 38px;
  padding: 2px 4px;
  position: absolute;
  line-height: 10px;
  border-radius: 7px;
  text-align: center;
  min-width: 14px;
}
.expanded .leftNav > ul > li > a > span.badge {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  float: right;
  top: auto;
  left: auto;
  position: relative;
  margin-top: 2px;
}
.expanded .leftNav > ul > li.hasSub > a > span.badge {
  display: none;
}
.no-touch .leftNav > ul > li:hover > a > span.badge {
  top: 8px;
}
.no-touch .expanded .leftNav > ul > li:hover > a > span.badge {
  top: auto;
}
.leftNav ul li ul {
  background-color: #132120;
  position: absolute;
  top: 0;
  width: 200px;
  display: none;
  left: 50px;
  z-index: 1100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .leftNav ul li ul {
  background-color: #132120;
  position: absolute;
  display: block;
  top: 0;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  left: 50px;
  z-index: 1100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expanded .leftNav ul li ul {
  position: relative;
  left: 0;
  display: block;
  max-height: 0;
  z-index: 1;
  top: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.no-touch .expanded .leftNav ul li ul {
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
  max-height: 0;
  z-index: 1;
  top: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.expanded .leftNav ul li ul.bigList {
  max-height: 600px;
}
.no-touch .leftNav ul li:hover ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.leftNav ul li.onTap ul {
  left: 70px;
  display: block;
}
.no-touch .expanded .leftNav ul li:hover ul,
.expanded .leftNav ul li.onTap ul {
  left: 0;
}
.leftNav ul li ul li {
  width: 100%;
}
.leftNav ul li ul li a {
  width: 100%;
  font-size: 12px;
  height: auto;
  padding: 7px 20px;
}
.leftNav ul li ul li a span.icon-right {
  font-size: 11px;
  font-weight: normal;
  margin-right: 0;
  position: relative;
  width: auto;
  float: right;
  margin-top: 4px;
}
.no-touch .leftNav ul li:hover ul li a,
.leftNav ul li.onTap ul li a {
  color: #96adac;
  background-color: #132120;
  width: 100%;
  font-size: 12px;
  height: auto;
}
.no-touch .leftNav ul li ul li a:hover {
  color: #fff;
  background-color: #05635e;
  padding-left: 30px;
  text-decoration: none;
}
.leftNav > ul > li > ul > li > a > span.badge {
  font-size: 11px;
  font-weight: normal;
  margin-right: 0;
  position: relative;
  width: auto;
}
.no-touch .leftNav > ul > li > ul > li > a:hover > span.badge {
  color: #fff;
}
.leftUserWraper {
  background-color: #213837;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 110;
}
.leftUserWraper a {
  display: block;
  text-align: center;
  width: 70px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.expanded .leftUserWraper a {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
}
.expanded .leftUserWraper a > span {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.expanded .leftUserWraper a .avatar {
  float: left;
}
.userBottom {
  margin: 10px 0 0 7px;
  font-size: 13px;
  color: #adc8c7;
  width: 113px;
  white-space: nowrap;
  display: none;
}
.userBottom .arrowUp {
  margin-top: 3px;
}
.expanded .userBottom {
  display: block;
}
.leftUserWraper a .counter {
  top: 7px;
  left: 45px;
}
.expanded .leftUserWraper a .counter {
  left: 50px;
}
.no-touch .leftUserWraper a:hover {
  background-color: #067670;
}
.no-touch .leftUserWraper a:hover .userBottom,
.leftUserWraper.open a .userBottom {
  color: #fff;
}
.leftUserWraper ul {
  background-color: #132120;
  width: 200px;
  display: block;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  left: 50px;
  border: 0 none;
  z-index: 1100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expanded .leftUserWraper ul {
  background-color: #fff;
  left: 0;
  bottom: 40px;
}
.leftUserWraper.dropup ul {
  bottom: 0;
  margin-bottom: 0;
}
.leftUserWraper ul .divider {
  background-color: #1d3331;
}
.expanded .leftUserWraper ul .divider {
  background-color: #dfdfdf;
}
.leftUserWraper.open ul {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  left: 70px;
}
.expanded .leftUserWraper.open ul {
  left: 0;
  bottom: 60px;
}
.leftUserWraper.open .avatarAction {
  background-color: #067670;
}
.leftUserWraper ul li {
  width: 100%;
}
.leftUserWraper ul li a {
  padding: 7px 20px;
  color: #96adac;
  background-color: #132120;
  width: 100%;
  font-size: 12px;
  text-align: left;
  height: auto;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expanded .leftUserWraper ul li a {
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .leftUserWraper ul li a:hover,
.no-touch .leftUserWraper ul li a:focus {
  color: #fff;
  background-color: #05635e;
}
.no-touch .expanded .leftUserWraper ul li a:hover,
.no-touch .expanded .leftUserWraper ul li a:focus {
  background-color: #f3f3f3;
  color: #333;
}
.leftUserWraper ul li a span {
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .expanded .leftUserWraper ul li a:hover span,
.no-touch .expanded .leftUserWraper ul li a:focus span {
  color: #8cbf36;
}
.leftUserWraper ul li a span.badge {
  font-size: 11px;
  font-weight: normal;
  margin-right: 0;
  position: relative;
  width: auto;
}
.no-touch .leftUserWraper ul li a:hover span.badge,
.no-touch .leftUserWraper ul li a:focus span.badge {
  color: #fff;
}
#wrapper {
  left: 70px;
  top: 60px;
  margin: 60px 0 0 70px;
}
#wrapper.full.m-full {
  margin-left: 200px;
}
#mapView {
  width: 50%;
  float: left;
}
#mapView.min {
  width: 0%;
}
.mapPlaceholder {
  text-align: center;
  width: 100%;
  padding-top: 100px;
  float: left;
  overflow: hidden;
}
#mapView.min .mapPlaceholder {
  display: none;
}
.mapPlaceholder span {
  font-size: 16px;
  line-height: 17px;
  width: 20px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.infoW {
  font-family: 'open_sansregular', sans-serif, Arial;
  color: #333;
  padding: 0 1px;
}
.propImg {
  position: relative;
}
.propImg img {
  width: 200px;
  height: 120px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.propBg {
  position: absolute;
  z-index: 2;
  height: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.propType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  z-index: 3;
}
.paWrapper {
  padding: 10px 10px 0 10px;
}
.propPrice {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  z-index: 3;
}
.propTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.propAddress {
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  font-size: 11px;
  line-height: 11px;
}
.propRating {
  padding: 2px 0 5px 10px;
}
.propRating span {
  color: #eab134;
  padding-right: 2px;
  display: inline-block;
  font-size: 12px;
}
ul.propFeat {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}
ul.propFeat li {
  float: left;
  margin-right: 15px;
  font-size: 11px;
  line-height: 11px;
}
ul.propFeat li span {
  color: #999;
}
.infoButtons {
  padding: 10px;
}
a.btn.viewInfo,
a.btn.closeInfo {
  width: 85px;
  padding: 6px 12px;
}
a.btn.viewInfo {
  margin-left: 10px;
}
#content {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f3f3f3;
  width: 50%;
  height: 100px;
  border-top: 1px solid #e8e8e8;
  float: right;
  -webkit-overflow-scrolling: touch;
}
#content.max {
  width: 100%;
}
.whiteBg {
  background-color: #fff;
  padding: 20px;
}
.rightContainer {
  padding: 20px;
}
.widgets {
  padding: 20px;
}
.filter {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.filter h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding: 20px;
  float: left;
}
.rightContainer h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
}
.rightContainer h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  padding-bottom: 10px;
  float: left;
}
a.handleFilter {
  float: right;
  display: block;
  padding: 10px;
  margin: 10px 10px 0 0;
  font-size: 18px;
  text-decoration: none;
}
.no-touch a.handleFilter:hover {
  text-decoration: none;
}
.filterForm label {
  display: block;
  font-size: 13px;
  color: #333;
}
.filterForm {
  padding: 0 20px;
}
.formItem {
  padding-bottom: 20px;
}
.formField {
  position: relative;
}
.dropdown-btn {
  width: 100%;
  text-align: left;
}
a.btn.dropdown-btn.btn-gray {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #333;
}
.no-touch a.dropdown-btn.btn-gray:hover,
.open a.dropdown-btn.btn-gray {
  color: #333;
  border-color: #999;
}
.dropdown-label {
  float: left;
}
.dsArrow {
  float: right;
  margin-top: 2px;
}
.dropdown-select {
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-select.full {
  width: 100%;
}
.dropdown-select > li > a {
  padding: 7px 20px;
  display: block;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .dropdown-select > li > a:hover,
.no-touch .dropdown-select > li > a:focus {
  background-color: #f3f3f3;
}
.dropdown-select input {
  position: absolute;
  left: -9999em;
}
.slider {
  margin: 34px 0;
  position: relative;
}
.slider.priceSlider,
.slider.areaSlider {
  margin-top: 37px;
}
.sliderTooltip {
  position: absolute;
  padding: 5px 0;
  margin-top: -3px;
  margin-left: 2px;
  top: -34px;
  z-index: 90;
}
.stLabel {
  background-color: #8cbf36;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  padding: 4px 6px;
  border-radius: 2px;
  text-align: center;
  white-space: nowrap;
}
.stArrow {
  border-color: transparent;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  border-top-color: #8cbf36;
}
.ui-slider .ui-slider-range {
  background-color: #8cbf36;
}
.volume {
  width: 100%;
}
.volume a,
.volume input {
  float: left;
}
.volume a.btn {
  background-color: #fff;
  width: 30%;
  height: 37px;
  padding: 10px 3%;
  color: #999;
  border: 1px solid #dfdfdf;
}
.no-touch .volume a.btn:hover {
  background-color: #fff;
  color: #333;
  border-color: #999;
}
.volume a.btn.btn-round-left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.volume a.btn.btn-round-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.volume input.form-control,
.volume input.form-control[readonly] {
  width: 40%;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  border: 0 none;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 0 none;
  border-right: 0 none;
  -webkit-appearance: none;
  background-color: #fff;
  color: #333;
  font-size: 13px;
}
.resultsList {
  padding: 20px 20px 0 20px;
}
a.card,
div.card {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
}
.figure {
  background-color: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
}
.no-touch .figure img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.no-touch a.card:hover img,
.no-touch div.card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}
.figCaption {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.no-touch .figCaption {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.figView {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-left: -21px;
  margin-top: -20px;
  font-weight: normal;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(3);
  transform: scale(3);
}
.no-touch a.card:hover .figView,
.no-touch div.card:hover .figView {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.figCaption div {
  float: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
.carousel-col .figCaption div {
  float: left;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
}
.figCaption > span {
  float: right;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.carousel-col .figCaption > span {
  display: none;
}
.figCaption > span::before {
  color: rgba(255, 255, 255, 0.7);
}
.no-touch .figCaption div,
.no-touch .figCaption > span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.figCaption div {
  display: inline-block;
}
.no-touch a.card:hover .figure .figCaption,
.no-touch a.card:hover .figure .figCaption div,
.no-touch a.card:hover .figure .figCaption > span,
.no-touch div.card:hover .figure .figCaption,
.no-touch div.card:hover .figure .figCaption div,
.no-touch div.card:hover .figure .figCaption > span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-touch a.card:hover .figure .figCaption div,
.no-touch div.card:hover .figure .figCaption div {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(4),
.no-touch div.card:hover .figure .figCaption > span:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(3),
.no-touch div.card:hover .figure .figCaption > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.no-touch a.card:hover .figure .figCaption > span:nth-child(2),
.no-touch div.card:hover .figure .figCaption > span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  z-index: 3;
}
.carousel-col .figType {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
}
a.card h2,
div.card h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px 0 0;
  padding: 10px 0 3px 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  float: none;
}
.no-touch a.card:hover,
.no-touch div.card:hover {
  text-decoration: none;
}
.no-touch a.card:hover h2,
.no-touch div.card:hover h2 {
  color: #8cbf36;
  text-decoration: none;
}
a.card .cardAddress,
div.card .cardAddress {
  font-size: 11px;
  line-height: 13px;
  color: #999;
  padding: 0 0 10px 10px;
  margin: 0 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
}
a.card .cardAddress span,
div.card .cardAddress span {
  font-size: 13px;
  line-height: 13px;
}
a.card .cardRating,
div.card .cardRating {
  padding: 0 0 10px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
}
a.card .cardRating span,
div.card .cardRating span {
  color: #eab134;
  padding-right: 2px;
  display: inline-block;
  font-size: 12px;
}
a.card ul.cardFeat,
div.card ul.cardFeat {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 10px 10px;
}
a.card ul.cardFeat li,
div.card ul.cardFeat li {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  line-height: 11px;
  color: #333;
}
a.card ul.cardFeat li span,
div.card ul.cardFeat li span {
  color: #999;
}
.carousel-col .carousel-indicators,
.carousel-wb .carousel-indicators {
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-col .carousel-indicators li,
.carousel-wb .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0 none;
  border-radius: 10px;
}
.carousel-col .carousel-indicators .active,
.carousel-wb .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #333;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-col {
  padding: 0 20px;
}
.carousel-col .carousel-control {
  top: 0;
  bottom: 0;
  left: -20px;
  width: 40px;
  font-size: 20px;
  color: #999;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-col .carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-col .carousel-control.right {
  right: -20px;
  left: auto;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.no-touch .carousel-col .carousel-control:hover,
.carousel-col .carousel-control:focus {
  color: #333;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: 0;
  opacity: 1;
}
.carousel-col .carousel-control .fa-chevron-left,
.carousel-col .carousel-control .fa-chevron-right {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
.carousel-col .carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -7px;
}
.carousel-col .carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -7px;
}
.singleTop {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.singleTop .summary {
  padding: 20px 20px 0 20px;
}
.summaryItem {
  margin-bottom: 20px;
}
h1.pageTitle {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 18px;
  line-height: 19px;
  font-weight: normal;
}
.singleTop .address {
  font-size: 12px;
  line-height: 14px;
  color: #999;
  padding: 0 0 15px 0;
}
.singleTop ul.rating {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.singleTop ul.rating li {
  font-size: 12px;
  line-height: 13px;
  color: #333;
  float: left;
  margin-right: 3px;
}
.singleTop ul.rating li a span {
  color: #eab134;
  font-size: 14px;
}
.singleTop ul.stats {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.singleTop ul.stats li {
  float: left;
  margin-left: 7px;
  color: #333;
  font-size: 11px;
}
.singleTop ul.stats li span {
  font-size: 11px;
  color: #999;
}
.singleTop ul.features {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e8e8e8;
  float: left;
  width: 100%;
}
.singleTop ul.features li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #e8e8e8;
}
.singleTop ul.features li:last-child {
  border-right: 0 none;
}
.singleTop ul.features li span {
  color: #999;
  display: block;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
.singleTop ul.features li div {
  font-size: 13px;
}
.agentAvatar {
  text-align: center;
}
.agentAvatarImg {
  width: 40%;
  height: auto;
  border: 1px solid #e8e8e8;
  padding: 3px;
}
.agentName {
  padding: 2px 0 10px 0;
  font-size: 13px;
}
.agentAvatar .contactBtn {
  margin-bottom: 10px;
  width: 100%;
}
.favLink {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin-left: 10px;
}
.favLink a {
  width: 100%;
  color: #ea3d36;
}
.favLink a span {
  font-size: 14px;
  display: block;
  float: left;
  height: 14px;
  vertical-align: middle;
  line-height: 14px;
  width: 24px;
  text-align: center;
  -webkit-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
.no-touch .favLink a:hover span {
  font-size: 20px;
  color: #ea3d36;
}
.contactForm .cfItem {
  margin-bottom: 10px;
}
.contactForm .cfItem:last-child {
  margin-bottom: 0;
}
.description,
.amenities,
.share,
.similar {
  padding: 20px 20px 0 20px;
}
#content h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.description p {
  font-size: 13px;
}
.amItem {
  font-size: 13px;
  margin-bottom: 10px;
}
.amItem span {
  color: #8cbf36;
}
.amItem.inactive,
.amItem.inactive span {
  color: #b4b4b4;
}
.amItem span {
  width: 20px;
  text-align: center;
}
.shareItem {
  margin-bottom: 10px;
}
.comments {
  padding: 30px 20px 83px 20px;
}
.comment {
  padding-bottom: 20px;
}
.comment.reply {
  padding-left: 54px;
}
.commentAvatar {
  position: relative;
  float: left;
}
.commentArrow {
  position: absolute;
  top: 5px;
  left: 45px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.13);
}
.commentContent {
  background-color: #fff;
  margin-left: 54px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
}
.commentName {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 10px 10px 5px 10px;
}
.commentBody {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.commentActions {
  padding: 10px;
}
.commentTime {
  font-size: 11px;
  color: #999;
  float: left;
}
.commentActions ul {
  list-style-type: none;
  margin: 0;
  float: right;
}
.commentActions ul li {
  float: right;
  margin-left: 10px;
  font-size: 11px;
  color: #999;
}
.commentsFormWrapper {
  background-color: #fff;
  position: fixed;
  bottom: -84px;
  right: 0;
  z-index: 20;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.commentsFormWrapper.active {
  bottom: 0;
}
.cfAvatar {
  float: left;
  padding: 20px 10px 20px 20px;
}
.cfInput {
  margin-left: 74px;
  margin-right: 46px;
  float: left;
}
.cfBtn {
  float: right;
}
.commentsForm {
  padding: 20px 20px 0 0;
}
.commentsForm a.btn {
  margin-left: 0 !important;
  line-height: 15px !important;
}
.c-red {
  color: #ea3d36;
}
.c-green {
  color: #8cbf36;
}
.c-blue {
  color: #1d82aa;
}
.c-yellow {
  color: #eab134;
}
.c-magenta {
  color: #9b156e;
}
.buttonsWrapper > .btn,
.buttonsWrapper > .btn-group,
.buttonsWrapper > .btn-group-vertical {
  margin-bottom: 5px;
}
.pb20 {
  padding-bottom: 20px;
}
.icons > div {
  font-size: 13px;
  line-height: 40px;
  white-space: nowrap;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
.icons > div > span {
  font-size: 16px;
  line-height: 17px;
  width: 36px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: font-size 0.2s;
  transition: font-size 0.2s;
}
.icons > div > span.glyphicon {
  top: 0px;
}
.no-touch .icons > div:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: default;
  color: #8cbf36;
  font-size: 16px;
}
.no-touch .icons > div:hover > span {
  font-size: 24px;
  cursor: default;
}
.iconsAlert > ul > li {
  font-size: 12px;
}
.gridSystem {
  font-size: 12px;
}
/* Property Widget 1 */
.propWidget-1 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
}
.propWidget-1 .fig {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.propWidget-1 .fig img {
  width: 100%;
  position: relative;
  display: block;
}
.propWidget-1 .fig .figCap {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.propWidget-1 .fig .priceCap {
  font-size: 18px;
  padding: 10px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: normal;
  line-height: 22px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
}
.propWidget-1 .fig .figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 15px;
  left: auto;
  text-transform: uppercase;
  z-index: 3;
}
.no-touch .propWidget-1 .fig .figType {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.propWidget-1 .fig .figCap h3 {
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 !important;
}
.no-touch .propWidget-1 .fig .figCap h3 {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.50s;
  -webkit-transform: translate3d(0, 37px, 0);
  transform: translate3d(0, 37px, 0);
}
.propWidget-1 .fig .priceCap span {
  display: block;
}
.no-touch .propWidget-1 .fig .priceCap {
  -webkit-transition: opacity 0.50s;
  transition: opacity 0.50s;
  opacity: 0;
}
.no-touch .propWidget-1 .fig .priceCap span {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.50s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.propWidget-1 .fig .figCap .address {
  font-size: 11px;
  font-style: italic;
  padding-top: 2px;
}
.no-touch .propWidget-1 .fig .figCap .address {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  opacity: 0;
}
.propWidget-1 .fig .figCap .feat {
  float: left;
  margin-right: 20px;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.8;
  padding: 10px 0 0 0;
}
.no-touch .propWidget-1 .fig .figCap .feat {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.no-touch .propWidget-1:hover .fig .figType {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.no-touch .propWidget-1:hover .fig .figCap h3,
.no-touch .propWidget-1:hover .fig .figCap .address,
.no-touch .propWidget-1:hover .fig .figCap .feat {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.no-touch .propWidget-1:hover .fig .priceCap {
  opacity: 1;
}
.no-touch .propWidget-1:hover .fig .priceCap span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-touch .propWidget-1:hover .fig .figCap .feat {
  opacity: 0.8;
}
.no-touch .propWidget-1:hover .fig .figCap > .address {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-1 {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.no-touch .propWidget-1:hover .fig .figCap > .feat-3 {
  -webkit-transition-delay: 0.30s;
  transition-delay: 0.30s;
}
/* Property Widget 2 */
.propWidget-2 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
}
.propWidget-2 .fig {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.propWidget-2 .fig img {
  width: 100%;
  position: relative;
  display: block;
}
.propWidget-2 .fig img.blur {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: url(../images/blur.svg#blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  display: none;
}
.no-touch .propWidget-2 .fig img.blur {
  display: block;
}
.propWidget-2 .fig .opac {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.no-touch .propWidget-2 .fig div.opac {
  display: none;
}
.no-touch .propWidget-2 .fig img.blur {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-touch .propWidget-2:hover .fig > img.blur {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.propWidget-2 .fig .figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  text-transform: uppercase;
  z-index: 3;
  margin-left: -27px;
}
.no-touch .propWidget-2 .fig .figType {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.no-touch .propWidget-2:hover .fig .figType {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.propWidget-2 .fig h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 20px 0 20px !important;
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.no-touch .propWidget-2 .fig h3 {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  top: 50%;
}
.no-touch .propWidget-2:hover .fig h3 {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 1;
}
.propWidget-2 .fig .address {
  font-size: 11px;
  font-style: italic;
  padding-top: 2px;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
  color: #fff;
}
.no-touch .propWidget-2 .fig .address {
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.60s, opacity 0.60s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  bottom: 50%;
}
.no-touch .propWidget-2:hover .fig .address {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 1;
}
.propWidget-2 .fig .priceCap {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 20%;
  right: 20%;
  color: #fff;
  text-align: center;
  width: 60%;
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding-bottom: 5px;
}
.no-touch .propWidget-2 .fig .priceCap {
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.70s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.no-touch .propWidget-2 .fig .priceCap span {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.15s;
  transition: transform 0.35s, opacity 0.15s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.no-touch .propWidget-2:hover .fig .priceCap {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.no-touch .propWidget-2:hover .fig .priceCap span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 1;
}
.propWidget-2 ul.rating {
  list-style-type: none;
  margin: 0 0 0 -44px;
  padding: 0;
  position: absolute;
  z-index: 6;
  bottom: 20px;
  left: 50%;
}
.propWidget-2 ul.rating li {
  font-size: 12px;
  line-height: 13px;
  float: left;
  margin: 0 2px;
}
.propWidget-2 ul.rating li span {
  color: #fff;
  font-size: 14px;
}
.no-touch .propWidget-2 ul.rating li span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.no-touch .propWidget-2:hover ul.rating li span {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.no-touch .propWidget-2:hover ul.rating li span.star-1 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-2 {
  -webkit-transition-delay: 0.10s;
  transition-delay: 0.10s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-4 {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-5 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* Property Widget 3 */
.propWidget-3 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
}
.propWidget-3 .carousel-inner > .item > a > img {
  width: 100%;
}
.propWidget-3 .carousel-indicators {
  bottom: 20px;
  margin-bottom: 0;
}
.propWidget-3 .carousel-indicators {
  line-height: 7px;
  width: 7px;
  height: 7px;
}
.propWidget-3 .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.propWidget-3 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0 none;
  border-radius: 10px;
  line-height: 10px;
}
.propWidget-3 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1;
  background-color: #ffffff;
  border: 0 none;
}
.propWidget-3 .carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  overflow: hidden;
  height: 70px;
  padding: 0;
}
.no-touch .propWidget-3 .carousel-caption {
  background-color: transparent;
}
.propWidget-3 .carousel-caption img {
  width: 100%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  filter: url(../images/blur.svg#blur);
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  display: none;
}
.no-touch .propWidget-3 .carousel-caption img {
  display: block;
}
.no-touch .propWidget-3 .carousel-caption img {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}
.no-touch .propWidget-3:hover .carousel-caption img {
  opacity: 1;
}
.propWidget-3 h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  z-index: 50;
  top: 15px;
  left: 15px;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.no-touch .propWidget-3 h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.no-touch .propWidget-3:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.propWidget-3 .address {
  font-size: 11px;
  font-style: italic;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 100%;
  z-index: 51;
  color: #fff;
  overflow: hidden;
}
.no-touch .propWidget-3 .address {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.no-touch .propWidget-3:hover .address {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.propWidget-3 .priceCap {
  position: absolute;
  z-index: 55;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.no-touch .propWidget-3 .priceCap {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.no-touch .propWidget-3:hover .priceCap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.propWidget-3 .priceCap .price {
  float: left;
  font-size: 16px;
  line-height: 16px;
}
.propWidget-3 .priceCap .type {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  float: right;
}
/* User Widget 1 */
.userWidget-1 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
}
.userWidget-1 .avatar {
  width: 100%;
  height: 80px;
  background-color: #8cbf36;
  border-radius: 0;
  position: relative;
}
.userWidget-1 .avatar > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 40px;
  left: 10px;
  border: 2px solid #fff;
}
.userWidget-1 .avatar .name {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  z-index: 6;
  left: 95px;
  bottom: 5px;
}
.userWidget-1 .avatar .ops {
  position: absolute;
  z-index: 7;
  top: 10px;
  right: 10px;
}
.userWidget-1 .title {
  margin-left: 95px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 13px;
  color: #333;
}
.userWidget-1 .address {
  margin-left: 95px;
  padding-top: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  font-style: italic;
}
.userWidget-1 .rating {
  width: 45%;
  float: left;
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.userWidget-1 .rating .number {
  font-size: 30px;
  line-height: 30px;
  float: left;
  letter-spacing: -3px;
}
.userWidget-1 .rating .stars {
  float: left;
  margin-left: 5px;
}
.userWidget-1 .rating .stars ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.userWidget-1 .rating .stars ul li {
  float: left;
  margin-right: 1px;
  line-height: 16px;
}
.userWidget-1 .rating .stars ul li span {
  color: #eab134;
  font-size: 11px;
  line-height: 11px;
}
.userWidget-1 .rating .stars .reviews {
  font-size: 10px;
  color: #999;
  line-height: 10px;
}
.userWidget-1 ul.stats {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 55%;
  float: left;
  border-top: 1px solid #e8e8e8;
}
.userWidget-1 ul.stats li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  color: #999;
  border-left: 1px solid #e8e8e8;
  padding: 11px 0;
}
.userWidget-1 ul.stats li span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}
/* User Widget 2 */
.userWidget-2 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.userWidget-2 .avatar {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 10px;
  float: left;
}
.userWidget-2 .avatar > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.userWidget-2 .info {
  float: left;
  padding: 18px 0;
  max-width: 70%;
}
.userWidget-2 .info .name {
  color: #8cbf36;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}
.userWidget-2 .info .title {
  font-size: 12px;
}
.userWidget-2 .info .address {
  font-size: 11px;
  line-height: 11px;
  color: #999;
  font-style: italic;
}
.userWidget-2 .ops {
  position: absolute;
  z-index: 7;
  top: 24px;
  right: 10px;
}
/* Tabs Widget 2 */
.tabsWidget {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  border-radius: 3px;
  height: 283px;
}
.nav-tabs,
.nav-tabs.nav-justified {
  border-bottom: none;
  background-color: #e8e8e8;
}
.nav-tabs.nav-justified > .active > a,
.no-touch .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 0 none;
}
.nav-tabs > li {
  text-align: center;
  margin-bottom: 0;
}
.tabsWidget .nav-tabs > li {
  width: 50%;
}
.nav-tabs > li.active {
  background-color: #fff;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0 none;
  border-radius: 0;
  color: #999;
  font-size: 12px;
  padding: 15px 0;
  background-color: #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
}
.no-touch .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.nav-tabs > li.active > a,
.no-touch .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #8cbf36;
  cursor: default;
  background-color: #fff;
  border: 0 none;
  border-bottom: 1px solid #fff;
}
.tabsWidget .tab-pane {
  padding: 0;
}
.tabsWidget ul.propList,
.tabsWidget ul.userList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabsWidget ul.propList li a,
.tabsWidget ul.userList li a {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  margin: 0 15px;
  display: block;
}
.tabsWidget ul.propList li:last-child a,
.tabsWidget ul.userList li:last-child a {
  border-bottom: 0 none;
}
.tabsWidget ul.propList li a .image {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.tabsWidget ul.userList li a .image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  float: left;
}
.tabsWidget ul.propList li a .image img {
  height: 60px;
  width: auto;
}
.tabsWidget ul.userList li a .image img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.tabsWidget ul.propList li a .info,
.tabsWidget ul.userList li a .info {
  float: left;
  margin-left: 10px;
  max-width: 70%;
  padding-top: 7px;
  overflow: hidden;
}
.tabsWidget ul.propList li a .info .name,
.tabsWidget ul.userList li a .info .name {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
.no-touch .tabsWidget ul.propList li a:hover .info .name,
.no-touch .tabsWidget ul.userList li a:hover .info .name {
  color: #8cbf36;
}
.tabsWidget ul.propList li a .info .price {
  font-size: 14px;
  line-height: 22px;
}
.tabsWidget ul.propList li a .info .price .badge {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: normal;
}
.tabsWidget ul.propList li a .info .address,
.tabsWidget ul.userList li a .info .address {
  font-size: 11px;
  line-height: 13px;
  color: #999;
  font-style: italic;
}
.tabsWidget ul.userList li a .info .title {
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
/* Calendar Widget */
.calendarWidget {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  text-decoration: none;
  border-radius: 3px;
  height: 283px;
}
.cal {
  font-family: 'open_sansregular', sans-serif, Arial;
  font-size: 12px;
}
.cal .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 15px 0 5px 0;
}
.cal .clndr .clndr-controls .month {
  font-family: 'open_sanslight';
  float: left;
  width: 60%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
.cal .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 20%;
  padding-left: 6px;
  font-size: 18px;
  line-height: 18px;
  color: #999;
}
.cal .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 20%;
  padding-right: 6px;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 0 10px;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  color: #333;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 0 10px;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  color: #333;
}
.cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.no-touch .cal .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
.cal .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  background: #fff;
}
.cal .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #999;
}
.cal .clndr .clndr-table tr {
  height: 36px;
}
.cal .clndr .clndr-table tr td {
  vertical-align: top;
}
.cal .clndr .clndr-table tr .day {
  height: inherit;
}
.no-touch .cal .clndr .clndr-table tr .day:hover {
  cursor: default;
}
.cal .clndr .clndr-table tr .day.today .day-contents {
  background: #ea3d36;
  color: #fff;
}
.cal .clndr .clndr-table tr .day.event .day-contents {
  cursor: pointer;
}
.cal .clndr .clndr-table tr .day.event .day-contents span {
  display: block;
  position: absolute;
  color: #8cbf36;
  width: 100%;
  text-align: center;
  line-height: 6px;
  font-size: 6px;
  left: 0;
  bottom: 3px;
}
.cal .clndr .clndr-table tr .day.today.event .day-contents span {
  color: #fff;
}
.cal .clndr .clndr-table tr .day.event .tooltip.top {
  margin-top: 8px;
}
.cal .clndr .clndr-table tr .day.event .tooltip.top .tooltip-arrow {
  border-top-color: #8cbf36;
}
.cal .clndr .clndr-table tr .day.event .tooltip .tooltip-inner {
  background-color: #8cbf36;
}
.cal .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: 36px;
  margin: 0 auto;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
.cal .clndr .clndr-table tr .empty,
.cal .clndr .clndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
  color: #bbbbbb;
}
/* Comments Widget */
.commentsWidget {
  display: block;
  margin-bottom: 20px;
}
.commentsWidget h5 {
  padding-bottom: 5px;
}
.commentsWidget h5 .badge {
  background-color: #8cbf36;
  font-weight: normal;
}
.commentsWidgetForm .cfAvatar {
  padding: 0;
}
.commentsWidgetForm .commentsForm {
  padding: 1px 0px 0 53px;
}
/* Notifications Widget */
.notificationsWidget {
  display: block;
  margin-bottom: 20px;
}
.notificationsWidget h5 {
  padding-bottom: 5px;
}
.notificationsWidget h5 .badge {
  background-color: #8cbf36;
  font-weight: normal;
}
.notificationsWidget .notification .time {
  position: relative;
  float: left;
  width: 140px;
}
.notificationsWidget .notification .time .timeBody {
  position: absolute;
  background-color: #333;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  padding: 6px 0;
  top: 18px;
  color: #fff;
}
.notificationsWidget .notification .time .timeArrow {
  position: absolute;
  top: 16px;
  left: 139px;
  width: 16px;
  height: 16px;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
}
.notificationsWidget .notification .time .indicator {
  position: absolute;
  top: 24px;
  left: 152px;
  width: 12px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  background-color: #f3f3f3;
}
.notificationsWidget .notification .time.green .timeBody {
  background-color: #8cbf36;
}
.notificationsWidget .notification .time.blue .timeBody {
  background-color: #1d82aa;
}
.notificationsWidget .notification .time.magenta .timeBody {
  background-color: #9b156e;
}
.notificationsWidget .notification .time.red .timeBody {
  background-color: #ea3d36;
}
.notificationsWidget .notification .time.yellow .timeBody {
  background-color: #eab134;
}
.notificationsWidget .notification .time.green .timeArrow,
.notificationsWidget .notification .time.green .indicator {
  color: #8cbf36;
}
.notificationsWidget .notification .time.blue .timeArrow,
.notificationsWidget .notification .time.blue .indicator {
  color: #1d82aa;
}
.notificationsWidget .notification .time.magenta .timeArrow,
.notificationsWidget .notification .time.magenta .indicator {
  color: #9b156e;
}
.notificationsWidget .notification .time.red .timeArrow,
.notificationsWidget .notification .time.red .indicator {
  color: #ea3d36;
}
.notificationsWidget .notification .time.yellow .timeArrow,
.notificationsWidget .notification .time.yellow .indicator {
  color: #eab134;
}
.notificationsWidget .notification .time .notifyArrow {
  position: absolute;
  top: 16px;
  left: 165px;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.13);
}
.notificationsWidget .notification .notifyContent {
  margin-left: 156px;
  padding: 10px 0 10px 17px;
  border-left: 1px solid #999;
}
.notificationsWidget .notification .notifyContent .notifyBody {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  padding: 10px;
}
.notificationsWidget .notification .notifyContent .notifyBody .notify .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding-top: 8px;
}
.notificationsWidget .notification .notifyContent .notifyBody .notify .message {
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
/* Components */
.components {
  padding: 20px;
}
.panel.dd {
  border: 0 none;
}
.panel.dd .panel-collapse {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
.panel.dd .panel-body {
  font-size: 13px;
}
.tabsContainer {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}
.tab-pane {
  padding: 15px;
  font-size: 13px;
}
.breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  font-size: 13px;
  border-radius: 2px;
  padding: 15px;
}
.breadcrumb > li .badge {
  background-color: #999;
}
.breadcrumb > li.active .badge {
  background-color: #333;
}
.pagination {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  color: #999;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
}
.no-touch .pagination > li > a:hover,
.no-touch .pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.pagination > .active > a,
.pagination > .active > span,
.no-touch .pagination > .active > a:hover,
.no-touch .pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #8cbf36;
  border-color: #8cbf36;
}
.labelsContainer {
  margin-bottom: 20px;
}
.labelsContainer .label {
  margin-bottom: 5px;
}
.label-green {
  background-color: #8cbf36;
}
.label-green .icon {
  color: #fff;
}
.no-touch .label-green[href]:hover,
.label-green[href]:focus {
  background-color: #8cbf36;
}
.label-red {
  background-color: #ea3d36;
}
.no-touch .label-red[href]:hover,
.label-red[href]:focus {
  background-color: #d22a2a;
}
.label-blue {
  background-color: #1d82aa;
}
.no-touch .label-blue[href]:hover,
.label-blue[href]:focus {
  background-color: #086492;
}
.label-yellow {
  background-color: #eab134;
}
.no-touch .label-yellow[href]:hover,
.label-yellow[href]:focus {
  background-color: #dfa412;
}
.label-magenta {
  background-color: #9b156e;
}
.no-touch .label-magenta[href]:hover,
.label-magenta[href]:focus {
  background-color: #7e115f;
}
.badgesContainer {
  margin-bottom: 20px;
}
.badgesContainer .badge {
  margin-bottom: 5px;
}
.badge.badge-default {
  background-color: #777;
}
.badge.badge-primary {
  background-color: #428bca;
}
.badge.badge-success {
  background-color: #8cbf36;
}
.badge.badge-info {
  background-color: #5bc0de;
}
.badge.badge-warning {
  background-color: #f0ad4e;
}
.badge.badge-danger {
  background-color: #d9534f;
}
.badge.badge-green {
  background-color: #8cbf36;
}
.badge.badge-red {
  background-color: #ea3d36;
}
.badge.badge-blue {
  background-color: #1d82aa;
}
.badge.badge-yellow {
  background-color: #eab134;
}
.badge.badge-magenta {
  background-color: #9b156e;
}
.alert {
  padding: 15px 15px 15px 63px;
  margin-bottom: 20px;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  font-size: 13px;
  position: relative;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
.alert > .icon {
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 15px;
  bottom: 0;
  top: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  min-width: 48px;
  text-align: center;
}
.alert.alert-success > .icon {
  background-color: #8cbf36;
}
.alert.alert-info > .icon {
  background-color: #5bc0de;
}
.alert.alert-warning > .icon {
  background-color: #f0ad4e;
}
.alert.alert-danger > .icon {
  background-color: #d9534f;
}
.progress-bar-green {
  background-color: #8cbf36;
}
.progress-striped .progress-bar-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red {
  background-color: #ea3d36;
}
.progress-striped .progress-bar-red {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-blue {
  background-color: #1d82aa;
}
.progress-striped .progress-bar-blue {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow {
  background-color: #eab134;
}
.progress-striped .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-magenta {
  background-color: #9b156e;
}
.progress-striped .progress-bar-magenta {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tooltipsContainer {
  margin-bottom: 20px;
}
.tooltipsContainer .btn {
  margin-bottom: 5px;
}
/* Lists */
.lists {
  padding: 20px;
}
.icon-fade {
  color: #999;
}
a.list-group-item .arrow {
  float: right;
  font-size: 18px;
  line-height: 19px;
  margin-left: 10px;
}
.list-group.list-group-sortable .list-group-item {
  margin-bottom: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border: 0 none;
  border-radius: 2px;
  cursor: default;
}
.list-group.list-group-sortable .list-group-item.list-group-item-placeholder {
  box-shadow: none;
  border: 1px dotted #bfbfbf;
  background-color: transparent;
  padding: 20px;
}
.list-group.list-group-sortable .list-group-item .icon-fade {
  margin-right: 5px;
  cursor: move;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper {
  border-left: 4px solid #999;
  opacity: 0.70;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-green {
  border-left: 4px solid #8cbf36;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-red {
  border-left: 4px solid #ea3d36;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-blue {
  border-left: 4px solid #1d82aa;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-yellow {
  border-left: 4px solid #eab134;
}
.list-group.list-group-sortable .list-group-item.ui-sortable-helper.helper-magenta {
  border-left: 4px solid #9b156e;
}
.list-group .list-group-item a.icon-action {
  display: block;
  padding: 0 5px;
  text-align: center;
  line-height: 22px;
}
.list-ns-placeholder {
  border: 1px dotted #bfbfbf;
  background-color: transparent;
}
.list-ns-error {
  border: 1px dotted #ea3d36;
  background-color: transparent;
}
ol {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
ol.list-ns,
ol.list-ns ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ol.list-ns {
  margin: 0;
}
.list-ns li {
  margin: 5px 0 0 0;
  padding: 0;
  border-radius: 2px;
}
.list-ns li div {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border: 0 none;
  border-radius: 2px;
  cursor: default;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0;
}
.disclose {
  display: none;
  padding: 0 7px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.list-ns li.list-ns-collapsed > ol {
  display: none;
}
.list-ns li.list-ns-branch > div > .disclose {
  display: inline-block;
}
.list-ns li.list-ns-collapsed > div > .disclose > span:before {
  font-family: FontAwesome;
  content: "\f105";
}
.list-ns li.list-ns-expanded > div > .disclose > span:before {
  font-family: FontAwesome;
  content: "\f107";
}
.list-ns li.ui-sortable-helper {
  border-left: 4px solid #999;
}
.list-ns li.ui-sortable-helper.helper-green {
  border-left: 4px solid #8cbf36;
}
.list-ns li.ui-sortable-helper.helper-red {
  border-left: 4px solid #ea3d36;
}
.list-ns li.ui-sortable-helper.helper-blue {
  border-left: 4px solid #1d82aa;
}
.list-ns li.ui-sortable-helper.helper-yellow {
  border-left: 4px solid #eab134;
}
.list-ns li.ui-sortable-helper.helper-magenta {
  border-left: 4px solid #9b156e;
}
.list-ns li div .list-ns-handler {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 20px;
  padding: 0 5px;
  cursor: move;
}
.no-touch .list-ns li div .list-ns-handler:hover {
  color: #333;
}
/* Tables */
.tables {
  padding: 20px;
}
.table {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  border-spacing: 0;
}
.table > thead > tr {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.table > thead > tr > th {
  background-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 15px;
}
.table > thead > tr > th:first-child {
  border-top-left-radius: 2px;
}
.table > thead > tr > th:last-child {
  border-top-right-radius: 2px;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.table > tbody > tr > td:last-child {
  border-bottom: 0 none;
}
.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
.table > tbody > tr > td .stars {
  white-space: nowrap;
}
.tableContainer {
  padding: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.panel .table-overflow {
  margin-bottom: 0;
}
.panel .table {
  margin-bottom: 0;
}
.table > thead > tr > th.tablesorter-headerDesc,
.table > thead > tr > th.tablesorter-headerAsc {
  background-color: #333;
  color: #fff;
}
.table > thead > tr > th.tablesorter-headerUnSorted .tablesorter-header-inner .sortIconAsc,
.table > thead > tr > th.tablesorter-headerUnSorted .tablesorter-header-inner .sortIconDesc {
  display: none;
}
.table > thead > tr > th.tablesorter-headerDesc .tablesorter-header-inner .sortIconAsc,
.table > thead > tr > th.tablesorter-headerDesc .tablesorter-header-inner .sortIcon {
  display: none;
}
.table > thead > tr > th.tablesorter-headerAsc .tablesorter-header-inner .sortIconDesc,
.table > thead > tr > th.tablesorter-headerAsc .tablesorter-header-inner .sortIcon {
  display: none;
}
/* Form */
.checkbox.switch {
  padding-top: 4px;
}
.checkbox.custom-checkbox input[type="checkbox"],
.radio.custom-radio input[type="radio"],
.checkbox.switch input[type="checkbox"] {
  position: absolute;
  left: -9999em;
}
.checkbox.custom-checkbox label,
.radio.custom-radio label,
.checkbox.switch label {
  padding-left: 0;
}
.checkbox.custom-checkbox span,
.radio.custom-radio span {
  background-color: #fff;
  border: 1px solid #999;
  font-size: 10px;
  line-height: 10px;
  padding: 3px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio.custom-radio span {
  border-radius: 50%;
  line-height: 9px;
}
.checkbox.custom-checkbox input:checked + span,
.radio.custom-radio input:checked + span {
  background-color: #8cbf36;
  border-color: #8cbf36;
}
.checkbox.custom-checkbox input[disabled] + span,
fieldset[disabled] .checkbox.custom-checkbox input + span,
.radio.custom-radio input[disabled] + span,
fieldset[disabled] .radio.custom-radio input + span {
  border-color: #e8e8e8;
}
.checkbox.custom-checkbox input[disabled]:checked + span,
fieldset[disabled] .checkbox.custom-checkbox input:checked + span,
.radio.custom-radio input[disabled]:checked + span,
fieldset[disabled] .radio.custom-radio input:checked + span {
  border-color: #b9ebb9;
  background-color: #b9ebb9;
}
.checkbox.switch span.cs-place {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox.switch span.cs-handler {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  padding: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.checkbox.switch input:checked + span.cs-place {
  background-color: #8cbf36;
  border-color: #8cbf36;
}
.checkbox.switch input:checked + span.cs-place span.cs-handler {
  margin-left: 31px;
  color: #8cbf36;
  border-color: #8cbf36;
}
.checkbox.switch input[disabled] + span.cs-place,
fieldset[disabled] .checkbox.switch input + span.cs-place {
  border-color: #dddddd;
}
.checkbox.switch input[disabled] + span.cs-place span.cs-handler,
fieldset[disabled] .checkbox.switch input + span.cs-place span.cs-handler {
  border-color: #dddddd;
}
.checkbox.switch input:checked[disabled] + span.cs-place,
fieldset[disabled] .checkbox.switch input:checked + span.cs-place {
  border-color: #b9ebb9;
  background-color: #b9ebb9;
}
.checkbox.switch input:checked[disabled] + span.cs-place span.cs-handler,
fieldset[disabled] .checkbox.switch input:checked + span.cs-place span.cs-handler {
  color: #b9ebb9;
  border-color: #b9ebb9;
}
.round {
  border-radius: 100px;
}
/* Sign In | Sign Up */
#page-container {
  height: 100%;
}
body.black {
  background-color: #000;
}
.signLogo {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
.signLogo span {
  font-size: 32px;
}
.signOr {
  padding-bottom: 10px;
  text-align: center;
}
.signFooter {
  font-size: 11px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
/* Profile Page */
.pc-avatar {
  text-align: center;
}
.pc-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  padding: 3px;
}
.pc-name {
  text-align: center;
  padding-top: 10px;
}
.pc-email {
  text-align: right;
  padding-top: 34px;
}
.pc-fav {
  text-align: left;
  padding-top: 34px;
}
.pc-stats {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.pc-stats li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  color: #999;
  border-left: 1px solid #e8e8e8;
  padding: 11px 0;
}
.pc-stats li:last-child {
  border-right: 1px solid #e8e8e8;
}
.pc-stats li span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #333;
}
.pc-title {
  font-size: 16px;
  padding-bottom: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pc-social {
  padding-top: 15px;
}
.pc-about {
  padding: 0 0 10px 0;
  font-size: 16px;
}
.testim-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
}
.testim {
  margin-left: 70px;
}
.testim-text {
  font-size: 11px;
  color: #999;
  font-style: italic;
  padding-bottom: 5px;
}
.testim-name {
  font-size: 12px;
  font-weight: bold;
}
.mb20 {
  margin-bottom: 20px;
}
/* Homepage */
#hero-container {
  background-color: #000;
  height: 600px;
  position: relative;
}
#hero-container-map {
  background-color: #fff;
  height: 600px;
  position: relative;
}
#hero-container-blog {
  height: 600px;
  position: relative;
}
#home-map {
  width: 100%;
  height: 600px;
}
.home-header {
  position: absolute;
  width: 100%;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
  /*    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);  FF3.6+
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));  Chrome,Safari4+
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);  Chrome10+,Safari5.1+
        background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);  Opera 11.10+
        background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);  IE10+
        background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);  W3C
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );  IE6-9 */
}
.home-header.map {
  background: rgba(0, 0, 0, 0.5);
}
.home-logo {
  color: #fff;
  font-size: 20px;
  float: left;
}
.home-logo span {
  font-size: 34px;
}
.home-nav {
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav ul li {
  /*margin-left: 20px;*/
  padding-top: 9px;
}
.home-nav ul li:last-child {
  padding-top: 0;
}
.home-nav ul li a {
  /*    color: #fff;*/
}
.no-touch .home-nav ul li a:hover {
  color: #fff;
}
.home-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
  left: 0;
}
.home-title {
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.home-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
}
.search-panel {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px 20px 0 20px;
}
.search-panel form {
  text-align: center;
}
.search-panel .form-group {
  margin: 0 5px 20px 5px;
  position: relative;
}
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #dfdfdf;
  border: 1px solid #dfdfdf;
  font-family: 'open_sansregular';
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 13px;
  padding: 5px 0;
  margin: 2px 0 0;
}
.pac-item {
  cursor: pointer;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.42857143;
  text-align: left;
  border-top: 0 none;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.no-touch .pac-item:hover {
  color: #333;
  text-decoration: none;
  background-color: #f3f3f3;
}
.pac-icon {
  display: none;
}
.pac-item-query {
  color: #333;
}
.pac-container:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background: url(https://developers.google.com/maps/documentation/places/images/powered-by-google-on-white.png) no-repeat center right;
}
body.no-hidden {
  overflow: auto;
}
a.home-navHandler {
  display: block;
  float: right;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.home-navHandler.active {
  text-shadow: 0 0 10px #fff;
}
.no-touch a.home-navHandler:hover {
  text-decoration: none;
  color: #fff;
}
.highlight {
  background-color: #8cbf36;
  padding: 30px;
  text-align: center;
}
.h-title {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
}
.h-text {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  padding: 0 30%;
}
.home-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 20px 10px;
}
.home-content h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.home-content h2.h-r {
  text-align: right;
}
.s-menu-item {
  height: 260px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 3px;
}
.s-menu-item:last-child {
  margin-right: 0px;
}
.s-menu-item a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  position: relative;
}
.s-icon {
  font-size: 60px;
  color: #8cbf36;
  opacity: 0.8;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  text-align: center;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.s-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
h2.s-main {
  color: #8cbf36;
  font-size: 30px;
  color: 333;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
h3.s-sub {
  text-align: center;
  font-size: 13px;
  color: #999;
  position: absolute;
  bottom: 20px;
  line-height: 16px;
  width: 100%;
  left: 0px;
  opacity: 0.8;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.no-touch .s-menu-item:hover {
  background-color: #8cbf36;
  z-index: 999;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.no-touch .s-menu-item:hover .s-icon {
  color: #fff;
  font-size: 90px;
  opacity: 0.3;
  -webkit-animation: smallToBig 900ms alternate ease;
  -moz-animation: smallToBig 900ms alternate ease;
  -ms-animation: smallToBig 900ms alternate ease;
}
.no-touch .s-menu-item:hover .s-main {
  color: #fff;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
}
.no-touch .s-menu-item:hover .s-sub {
  color: #fff;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
.pb40 {
  padding-bottom: 40px;
}
.agent {
  text-align: center;
  margin-bottom: 20px;
}
.agent-avatar {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.agent-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.agent-avatar .ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  opacity: 0.50;
  display: none;
}
.no-touch .agent-avatar .ring {
  display: block;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.no-touch .agent-avatar:hover .ring {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agent-name {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
}
.agent-contact {
  padding-top: 10px;
}
.carousel-inner > .item > img.home-testim-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.home-testim {
  margin-left: 120px;
  padding-top: 10px;
}
.home-testim-text {
  font-size: 16px;
  color: #999;
  font-style: italic;
  padding-bottom: 5px;
}
.home-testim-name {
  font-size: 16px;
  font-weight: bold;
}
#home-testimonials .carousel-inner {
  width: 70%;
  margin: 0 auto;
}
/* Blog */
.featured.carousel {
  height: 600px;
  background: #000;
}
.featured.carousel .carousel-inner {
  height: 100%;
}
.featured.carousel .carousel-inner .item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
}
.featured.carousel .carousel-inner .item .carousel-caption {
  bottom: auto;
  top: 160px;
  padding-top: 0;
}
.featured.carousel .carousel-inner .item .carousel-caption .carousel-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 11px;
  padding-bottom: 20px;
}
.featured.carousel .carousel-inner .item .container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.featured.carousel .carousel-inner .item .carousel-caption .caption-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 46px;
}
.featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.avatar-caption {
  position: absolute;
  z-index: 10;
  left: 7%;
  bottom: 50px;
}
.avatar-caption img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}
.ac-user {
  float: left;
  margin-left: 7px;
  color: #fff;
}
.ac-name {
  padding-top: 3px;
  font-size: 14px;
}
.ac-title {
  font-size: 9px;
  text-transform: uppercase;
  opacity: 0.80;
  letter-spacing: 1px;
}
.blog-nav {
  float: right;
  margin-right: 5px;
}
.blog-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
.blog-nav ul li {
  float: left;
  margin-left: 20px;
  padding-top: 9px;
}
.blog-nav ul li a {
  color: #fff;
}
.no-touch .blog-nav ul li a:hover {
  color: #fff;
}
a.toggle-search {
  color: #fff;
  font-size: 18px;
  float: right;
  padding: 9px;
  line-height: 18px;
  display: block;
}
a.toggle-search.active {
  text-shadow: 0 0 10px #fff;
}
a.toggle-search:hover {
  color: #fff;
}
.blog-search {
  background-color: #333;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-search.active {
  height: 72px;
}
.blog-search input {
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  background-color: #333;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0;
  -webkit-appearance: none;
}
.blog-content {
  background-color: #f3f3f3;
}
.blog-content h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
}
.blog-content h2.h-r {
  text-align: right;
}
.article {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
  height: 440px;
  position: relative;
}
.article .image {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.no-touch .article .image img {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1.0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.no-touch .article:hover .image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.article .image img {
  width: 100%;
  height: auto;
  margin-top: -10%;
}
.article-category {
  padding: 15px 20px 10px 20px;
}
.article-category a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 11px;
  font-weight: bold;
}
.article h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0 20px;
  line-height: 26px;
}
.article h3 a {
  color: #333;
}
.no-touch .article h3 a:hover {
  color: #8cbf36;
}
.article p {
  padding: 10px 20px 20px 20px;
  line-height: 19px;
  color: #999;
}
.article .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  font-size: 12px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 21%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(21%, rgba(255, 255, 255, 0.76)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 21%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 21%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 21%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.76) 21%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.blog-r-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 30px;
  text-align: right;
}
.blog-r-nav li {
  line-height: 14px;
  padding-bottom: 10px;
}
.blog-r-nav li a {
  line-height: 14px;
  font-size: 14px;
}
.blog-tags {
  text-align: right;
}
.blog-tags .label {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
}
.blog-pagination {
  padding-bottom: 30px;
}
.post-author {
  float: left;
  padding-top: 7px;
}
.post-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
}
.pa-user {
  float: left;
  margin-left: 7px;
  color: #333;
}
.pa-name {
  padding-top: 3px;
  font-size: 14px;
}
.pa-title {
  color: #999;
  font-size: 9px;
  text-transform: uppercase;
  opacity: 0.80;
  letter-spacing: 1px;
}
.post-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.post-share {
  float: right;
  text-align: right;
}
.ps-stats {
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.ps-stats span {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 20px;
  color: #333;
}
.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}
.post-content {
  font-size: 14px;
}
blockquote {
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 14px;
  border-left: 2px solid #8cbf36;
  color: #999;
  font-style: italic;
}
.image-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.image-block img {
  width: 100%;
  height: auto;
}
.ib-title {
  width: 60%;
  position: absolute;
  height: 100%;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.ib-title span {
  display: block;
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  font-size: 18px;
}
.p-n-articles {
  padding-top: 100px;
}
.p-article {
  width: 48%;
  text-align: right;
  float: left;
  margin-right: 2%;
}
.n-article {
  width: 48%;
  text-align: left;
  float: left;
  margin-left: 2%;
}
.pna-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 10px;
  padding-bottom: 10px;
}
.p-n-articles a {
  color: #fff;
  font-size: 17px;
}
.no-touch .p-n-articles a:hover {
  color: #fff;
  text-decoration: underline;
}
.f-pn-articles {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.f-p-article {
  display: block;
  width: 50%;
  float: left;
  text-align: right;
  padding: 20px;
  border-right: 1px solid #e8e8e8;
  position: relative;
}
.f-n-article {
  display: block;
  width: 50%;
  float: left;
  text-align: left;
  padding: 20px;
  position: relative;
}
.fpna-title {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 10px;
  padding-bottom: 10px;
}
.fpna-header {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #333;
}
.no-touch .f-p-article:hover .fpna-header,
.no-touch .f-n-article:hover .fpna-header {
  color: #8cbf36;
}
.f-p-article .fpna-header {
  margin-left: 30px;
}
.f-n-article .fpna-header {
  margin-right: 30px;
}
.pn-icon {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  margin-top: -18px;
}
.f-p-article .pn-icon {
  left: 20px;
}
.f-n-article .pn-icon {
  right: 20px;
}
.post-comments {
  padding-bottom: 20px;
}
.commentContent.bg-w {
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.commentArrow.bg-w {
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}
.article.bg-w {
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
/* Footer */
.home-footer {
  background-color: #333;
  color: #fff;
}
.footer-header {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
  color: #c6e4e3;
}
.footer-nav {
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
}
.footer-nav li {
  line-height: 13px;
  padding-bottom: 7px;
}
.footer-nav li a {
  color: #fff;
}
.no-touch .footer-nav li a:hover {
  color: #999;
}
.footer-nav li.footer-phone {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 15px;
}
.footer-nav li.footer-address {
  padding-bottom: 15px;
}
.footer-nav li.footer-address p {
  line-height: 13px;
  margin: 0 0 5px;
}
.copyright {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding-top: 30px;
}
/* File input */
.file-input {
  border: 1px solid #dfdfdf;
  padding: 10px;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}
.file-input .file-preview {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.file-preview-frame {
  display: table;
  margin: 0 10px 10px 0;
  height: 150px;
  border: 0 none;
  box-shadow: none;
  padding: 0;
  float: left;
  text-align: center;
}
.no-touch .file-preview-frame:hover {
  box-shadow: none;
  background-color: transparent;
}
.help-block {
  font-size: 11px;
  font-style: italic;
}
/* Media Queries */
@media screen and (max-width: 1199px) {
  .home-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .agentAvatarImg {
    width: 20%;
  }
  .agentAvatar .contactBtn {
    width: 50%;
  }
  .agentAvatar .favBtn {
    width: 50%;
  }
  .home-title {
    font-size: 34px;
    line-height: 38px;
  }
  .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
    font-size: 34px;
    line-height: 40px;
  }
  .blog-content h2.h-r,
  .home-content h2.h-r {
    text-align: left;
  }
  .blog-r-nav {
    text-align: left;
  }
  .blog-tags .label {
    margin-left: 0;
    margin-right: 5px;
  }
  .blog-tags {
    text-align: left;
  }
}
/*@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #header {
    background-color: #8cbf36;
    height: 50px;
  }
  .search {
    display: none;
  }
  .logo, .logo.expanded {
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 50px;
    margin-left: -40px;
  }
  .logo a, .logo.expanded a {
    width: 70px;
    height: 50px;
  }
  .logo a span.marker, .logo.expanded a span.marker {
    left: 0;
    top: 10px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .no-touch .logo a:hover span.marker, .no-touch .logo.expanded a:hover span.marker {
    color: rgba(255, 255, 255, 1);
    top: 10px;
  }
  .logo a span.logoText, .logo.expanded a span.logoText {
    top: 14px;
    left: 34px;
  }
  .no-touch .logo a:hover span.logoText, .no-touch .logo.expanded a:hover span.logoText {
    top: 14px;
  }
  .mobAvatar {
    display: block;
  }
  #leftSide {
    top: 50px;
    visibility: hidden;
    opacity: 0;
    margin-left: -87%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #leftSide.expanded {
    width: 87%;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
  .closeLeftSide {
    width: 13%;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
  }
  .expanded .leftNav ul li {
    width: 100%;
  }
  .expanded .leftNav ul li a {
    width: 100%;
  }
  .expanded .leftNav > ul > li > ul {
    width: 100%;
  }
  .headerNotifyWraper {
    display: none;
  }
  .headerUserWraper {
    height: 50px;
  }
  a.headerUser {
    display: none;
  }
  a.navHandler {
    font-size: 24px;
    padding-top: 8px;
    height: 50px;
    width: 50px;
    color: #fff;
  }
  a.mapHandler {
    display: block;
  }
  .no-touch a.mapHandler:hover {
    color: #c6e4e3;
    text-decoration: none;
  }
  a.userHandler {
    display: block;
  }
  .no-touch a.userHandler:hover {
    color: #c6e4e3;
    text-decoration: none;
  }
  .no-touch a.navHandler:hover {
    background-color: transparent;
    color: #c6e4e3;
    text-decoration: none;
  }
  .leftUserWraper {
    display: none;
  }
  .headerUserWraper .dropdown-menu {
    border-radius: 0;
    border: 0 none;
  }
  .userMenu {
    width: 100%;
  }
  #wrapper {
    margin: 50px 0 0 0;
  }
  #mapView {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #content {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f3f3f3;
    width: 0%;
    border-top: 1px solid #e8e8e8;
    float: right;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #mapView.min, #mapView.mob-min {
    width: 0%;
  }
  #content.max, #content.mob-max {
    width: 100%;
  }
  #mapView.mob-max {
    width: 100%;
  }
  #content.mob-min {
    width: 0%;
  }
  #mapView.mob-min .mapPlaceholder {
    display: none;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    line-height: 30px;
  }
  .carousel-control .fa-chevron-left {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right {
    margin-right: -15px;
  }
  .agentAvatarImg {
    width: 20%;
  }
  .leftNav .search {
    background-color: #132120;
    display: block;
    float: none;
    padding: 10px 20px 10px 20px;
  }
  .searchIcon {
    font-size: 16px;
    color: #adc8c7;
    margin-left: 0;
    padding-top: 0;
    line-height: 42px;
  }
  .searchIcon.active {
    color: #fff;
  }
  .search input {
    background-color: #132120;
    color: #fff;
    border: 0 none;
    font-size: 12px;
    margin: 12px 0 0 10px;
    width: 88%;
    padding: 0;
  }
  .search input::-webkit-input-placeholder {
    color: #adc8c7;
  }
  .search input:-moz-placeholder { !* Firefox 18- *!
    color: #adc8c7;
  }
  .search input::-moz-placeholder {  !* Firefox 19+ *!
    color: #adc8c7;
  }
  .search input:-ms-input-placeholder {
    color: #adc8c7;
  }
  .table {
    margin-bottom: 0;
  }
  .table-overflow {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 20px;
  }
  .panel .table-overflow {
    margin-bottom: 0;
  }
  .table > thead > tr > th {
    font-size: 10px;
  }
  .table > tbody > tr > td {
    font-size: 11px;
  }
  #hero-container, #hero-container-map {
    height: 592px;
  }
  #home-map {
    height: 592px;
  }
  .home-caption {
    top: 150px;
  }
  .search-panel form {
    text-align: left;
  }
  .home-title {
    font-size: 26px;
    line-height: 30px;
  }
  .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
    font-size: 26px;
    line-height: 30px;
  }
  .home-nav {
    position: absolute;
    top: 76px;
    width: 100%;
    right: 0;
    overflow: hidden;
    z-index: 1100;
    height: 76px;
    float: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .home-nav ul {
    position: absolute;
    top: 0;
    right: -100%;
    float: right;
    padding: 20px;
    z-index: 1100;
  }
  .home-nav.active {
    background-color: rgba(0, 0, 0, 0.50);
  }
  .home-nav.active ul {
    right: 0;
  }
  .blog-nav {
    position: absolute;
    top: 76px;
    width: 100%;
    right: 0;
    overflow: hidden;
    z-index: 1100;
    float: none;
    max-height: 0;
    background-color: #333;
    margin-right: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .blog-nav.active {
    max-height: 200px;
  }
  .blog-nav ul {
    float: none;
    padding: 10px 0;
  }
  .blog-nav.active ul {
    margin-right: 0;
  }
  .blog-nav ul li {
    padding: 10px 20px;
    float: none;
    text-align: right;
  }
  .h-text {
    padding: 0;
  }
  #home-testimonials .carousel-inner {
    width: 100%;
    margin: 0;
  }
  .home-testim-avatar {
    width: 60px;
    height: 60px;
  }
  .home-testim {
    margin-left: 70px;
    padding-top: 0;
  }
  .home-testim-text {
    font-size: 13px;
  }
  .home-testim-name {
    font-size: 13px;
  }
  .featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
    font-size: 12px;
  }
  .carousel-caption {
    left: 5%;
    right: 5%;
  }
  .p-n-articles a {
    font-size: 14px;
  }
  .pna-title {
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 1px;
  }
  .post-author {
    float: none;
    margin-bottom: 20px;
  }
  .post-share {
    float: none;
    text-align: left;
  }
  .ib-title {
    width: 90%;
  }
  .ib-title span {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .f-p-article {
    float: none;
    border-right: 0 none;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }
  .f-n-article {
    float: none;
    width: 100%;
  }
  .fpna-header {
    font-size: 14px;
    line-height: 18px;
  }
  .notificationsWidget .notification .time {
    width: 0;
  }
  .notificationsWidget .notification .time .indicator {
    left: -5px;
  }
  .notificationsWidget .notification .time .notifyArrow {
    left: 9px;
  }
  .notificationsWidget .notification .notifyContent {
    margin-left: 0;
  }
  .notificationsWidget .notification .notifyContent .notifyBody .notify .name {
    padding-top: 5px;
  }
  .notificationsWidget .notification .notifyContent .notifyBody .notify .message {
    line-height: 24px;
  }
  .notificationsWidget .notification .notifyContent .notifyBody .notify .name .label {
    display: inline !important;
  }
}*/
/*@media screen and (max-width: 480px) {
  .agentAvatarImg {
    width: 30%;
  }
  .home-title {
    font-size: 22px;
    line-height: 26px;
  }
  .featured.carousel .carousel-inner .item .carousel-caption .caption-title {
    font-size: 22px;
    line-height: 28px;
  }
  .home-subtitle {
    font-size: 12px;
  }
  .featured.carousel .carousel-inner .item .carousel-caption .caption-subtitle {
    font-size: 11px;
  }
}*/
body {
  background-image: url(../images/backgrounds/london.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: transparent;
}
#header-container {
  height: 75px;
  position: relative;
}
.event-list-item,
.monthname {
  padding: 5px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  border-radius: 2px;
  min-height: 100px;
  margin: 0 0 10px 0;
}
.panel-body .btn {
  margin-bottom: 10px;
}
#ddPanel-savedsettings ul {
  margin-top: 0px;
  padding: 0px !important;
}
#ddPanel-savedsettings ul li {
  padding: 5px 0px;
}
.monthname {
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.odd {
  background-color: #f5f5f5 !important;
}
.odd,
.even {
  cursor: pointer;
}
.monthname-table {
  padding-left: 30px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.event-list-item {
  cursor: pointer;
}
.eventListImage {
  padding: 0;
  border-radius: 2px;
  border: 1px solid #8cbf36;
}
.eventListWeekday {
  background-color: #8cbf36;
  font-size: 14px;
  color: #fff;
  height: 22px;
  text-align: center;
}
.eventListDay {
  background-color: #fff;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  height: 47px;
  text-align: center;
}
.eventListMonth {
  background-color: #8cbf36;
  font-size: 14px;
  color: #fff;
  height: 22px;
  text-align: center;
}
#searchList {
  border-left: 0;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
}
#calendarList {
  border-radius: 0;
  padding: 8px;
}
#mapList {
  border-left: 0;
  border-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px;
}
#searchList:hover,
#calendarList:hover,
#mapList:hover,
#list-view:hover,
#table-view:hover,
#grid-view:hover,
#SaveSearchButton:hover,
#SaveAsSearchButton:hover,
#DeleteSearchButton:hover {
  background-color: #e6e6e6;
}
#SavedSettingsButton {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
}
#SaveSearchButton {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px;
}
#SaveAsSearchButton {
  background-image: url(../images/saveas.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  border-radius: 0;
  padding: 8px;
}
#DeleteSearchButton {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px;
}
.saveasicon {
  /*display: none;
  position: absolute;
  left: 28px;
  background: white;*/
}
.saveasicon::before {
  content: "\f0c7";
}
.saveasicon::after {
  content: "\f0c7";
  position: relative;
  left: -7px;
  top: -2.5px;
  background: white;
}
.dropdown-menu {
  padding: 10px;
}
.dropdown-menu li:hover {
  background-color: #eee;
}
input[name=date_before],
input[name=date_after],
input[name=date_jump_to] {
  padding: 10px 2px;
  width: 90px;
  text-align: center;
  font-size: 11px;
}
.markerlabel {
  color: #3D3834;
  text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
  z-index: 8888 !important;
  white-space: nowrap;
}
@media (max-width: 1330px) {
  input[name=date_before],
  input[name=date_after] {
    width: 70px;
    font-size: 10px;
  }
}
.name {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #8cbf36;
}
.category {
  float: right;
}
.event-list-item > .col-lg-10 > .name {
  color: #8cbf36;
}
.link {
  margin-top: 10px;
}
.link a:hover {
  color: #8cbf36;
}
.address {
  font-style: italic;
  /*font-weight: bold;*/
  color: #666;
  /*width: 80%;*/
}
.date {
  font-weight: bold;
}
.attendees {
  /*    float: right;*/
  /*    width: 20%;*/
}
.entry {
  /*    float: right;*/
  /*width: 20%;*/
}
.checkbox > label {
  padding: 3px;
}
.icon {
  color: #8cbf36;
}
.eventname {
  color: #fff;
}
.eventaddress {
  padding-left: 20px;
}
.eventlink {
  padding-left: 20px;
}
.eventdescription {
  padding: 10px;
  text-indent: 50px;
  text-align: justify;
}
.eventdate {
  padding-left: 20px;
}
#tpl-event-details h1 {
  margin-top: 0;
  color: #8cbf36;
  font-size: 28px;
}
#tpl-event-details h2 {
  margin-top: 5px;
  text-align: left;
  font-size: 20px;
}
#tpl-event-details .description {
  background-color: #f3f3f3;
  padding: 20px;
  height: calc(-250vh);
  overflow: auto;
}
#tpl-event-details h3 {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.btn-header-group {
  width: 100%;
  position: relative;
  display: inline-flex;
}
.icon-header {
  color: #8cbf36;
  font-size: 24px;
}
.fullmap-background {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.eventlist-header {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.content-header {
  margin-top: 0;
  color: white;
  font-weight: bold;
  /*display: table-cell;*/
  vertical-align: top;
  width: auto;
  /* 200px */
  float: left;
}
.header-buttons {
  text-align: right;
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: 1px;
}
.header-buttons .btn-group {
  width: 112px;
}
.infolabels-holder {
  /*display: table-cell;*/
  vertical-align: top;
  float: left;
}
.fc-view-container {
  background-color: #f5f5f5;
}
.fc-toolbar {
  color: white;
}
.label .close {
  height: 12px;
  font-size: 12px;
  display: inline;
  margin-top: -5px;
  margin-left: 5px;
  padding-top: 3px;
  float: none;
}
.labeltext span.fa {
  line-height: 7px;
}
.grip {
  width: 20px;
  height: 30px;
  margin-top: -3px;
  background-color: red;
  margin-left: -5px;
  position: relative;
  z-index: 88;
  cursor: e-resize;
}
.hovertooltip {
  display: block !important;
  max-width: 100% !important;
  position: absolute !important;
  background-color: #fffacd;
  z-index: 2222;
  border: 2px solid #dddddd;
  margin: 0;
}
.nowrap {
  white-space: nowrap;
}
.longtext_column {
  xwhite-space: normal !important;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  xwidth: 600px;
}
.dropdown-menu {
  min-width: 80px;
}
.longcolumn {
  padding-left: 0;
  padding-right: 0;
}
.open > .dropdown-menu {
  width: 100%;
}
.line-clamp {
  position: relative;
  height: 4.6em;
  /* exactly three lines */
}
.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  /*height: 1.2em;*/
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*max-height:3.6em;  I needed this to get it to work */
    height: auto;
  }
  .line-clamp:after {
    display: none;
  }
}
.noimage {
  text-align: center;
}
.noimage div {
  color: #aaa;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0px 0px -63px;
}
.noimage span {
  color: #aaa;
}
.feeder-image {
  text-align: center;
  color: #aaa;
  font-size: 26px;
  position: absolute;
  top: 40%;
  height: 100%;
  width: 100%;
}
.feeder-image-list {
  font-size: 16px !important;
}
.nopadding {
  padding: 0px;
}
.transparent-header {
  background: #3a3a3a;
  background: rgba(58, 58, 58, 0.5);
}
.non-transparent-header {
  background: #3a3a3a;
}
.state-icon {
  left: -5px;
  float: left;
}
.checked-list-box {
  margin: 0;
}
.list-group-item-primary {
  color: #fff;
  background-color: #8cbf36;
}
.list-group-item,
.list-group-item-primary {
  border: none;
}
.list-group-item:hover {
  color: #fff;
  background: rgba(140, 191, 54, 0.7);
}
.list-group-item-primary:hover {
  color: #fff;
  background-color: red;
}
.panel-idented {
  margin: 0 0 10px 0;
  padding-left: 20px;
  opacity: 0.3;
  /*display: none;*/
}
.custom-checkbox {
  margin-bottom: 0px;
}
.custom-checkbox label {
  font-weight: bold;
}
.disable-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: none;
  background-clip: content-box;
  pointer-events: none;
}
.info-label {
  font-size: 10px;
  margin-top: 4px;
}
.blured-content {
  background-image: url(../images/backgrounds/london_blurred.jpg);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  z-index: 100;
  padding: 20px;
}
.blured-content .modal-body {
  margin-top: 25px;
}
.blured-content .checkbox.custom-checkbox span {
  padding: 1px;
}
.blured-content .checkbox.custom-checkbox label {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}
.blured-content .help-block,
.blured-content .help-block a {
  color: #fff;
}
.modal-header-custom {
  margin: -21px -21px 0 -21px;
  padding: 23px 20px 22px 23px;
  background: #3a3a3a;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 2px solid #8cbf36;
}
#calendar .fc-center h2 {
  font-size: 20px;
}
#eventLoader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  opacity: 0.7;
}
#eventLoader div {
  margin: 15% auto;
  border: 2px solid #000;
  width: 50px;
  background-color: white;
}
.label {
  margin-right: 1px;
  padding: 4px;
  display: inline-table;
}
.info-radius,
.info-districts,
.info-venues,
.info-attendees,
.info-category,
.info-feeder-events,
.info-entry-fee,
.info-impact-level {
  display: inline;
  margin-right: 2px;
}
.label .fa {
  max-height: 8px;
}
#calendar,
#eventsDataTable_container,
#emptyEventsDataTable_container {
  margin-left: 0;
  margin-top: 10px;
}
.dropdown-menu li,
.dropdown-menu li a {
  padding-top: 0;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 10px !important;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.padding5 {
  padding-left: 5px;
  padding-right: 5px;
}
.info-labels {
  padding-top: 3px;
  padding-bottom: 5px;
}
#calendar-labels {
  padding-left: 10px;
  padding-top: 6px;
}
.panel,
.panel.dd .panel-body,
.panel .btn {
  font-size: 12px;
}
.home-wrapper {
  padding: 0 20px 0 30px;
}
.home-header {
  padding: 20px 20px 0px 30px;
}
.colorbox {
  width: 13px;
  height: 13px;
  float: left;
  margin: 2px 5px 0px 0px;
}
.colorbox span {
  font-size: 9px;
  color: #fff;
  margin-top: 2px;
  position: absolute;
  margin-left: 2px;
}
.panel-default {
  position: relative;
}
.login-dialog {
  position: absolute;
  top: 50%;
  margin-top: -190px;
}
@media (min-width: 768px) {
  .login-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    margin: -190px 0 0 -200px;
  }
}
.coming_soon {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.coming_soon div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0px 0px -50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: default;
  color: #aaa;
}
.home-nav .form-inline {
  margin-right: 10px;
}
.open > .dropdown-menu {
  xdisplay: inline-table;
}
#ddPanel-impact-level .panel-body {
  padding-top: 25px;
}
#list-container h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.geolocation {
  width: 28px;
  height: 28px;
}
#info-geolocation,
#info-attendees,
#info-category,
#info-entry-fee,
#info-impact-level {
  display: none;
}
/*
barrating css
*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
#regionTree {
  min-height: 300px;
  display: none;
}
.padding-top10 {
  padding-top: 10px;
}
.eventComment {
  word-wrap: break-word;
  width: 100%;
  margin: 10px 0;
  padding: 5px;
}
.eventCommentDelete {
  float: right;
  cursor: pointer;
}
.eventCommentEdit {
  margin-right: 5px;
  cursor: pointer;
}
.disableddiv {
  pointer-events: none;
  opacity: 0.4;
}
#searchinput.form-control,
#userBtn {
  height: 36px;
  border: none;
}
#userBtn {
  min-width: 120px;
}
#searchinput.form-control:focus {
  border: none;
}
#searchinput {
  width: 200px;
}
#searchclear {
  border: none;
  opacity: 0.3;
  visibility: hidden;
}
#searchclear:hover {
  opacity: 1;
}
#searchcleardiv {
  background-color: white;
  border: none;
}
#emailModal {
  margin-top: 10px;
  width: 90%;
}
#mail-event-details input[type='text'] {
  width: 95%;
  margin: 0;
}
#mail-event-details input[type='email'] {
  width: 95%;
  margin: 0;
}
#mail-event-details textarea {
  width: 95%;
  margin: 0;
  resize: none;
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-appearance: none;
}
#mail-event-details textarea:focus {
  border-color: #999;
  outline: 0;
}
.modal {
  z-index: 20000 !important;
}
.eventNewCommentTextarea,
.eventCommentTextarea {
  border: 1px solid #ddd;
  width: 100%;
  resize: vertical;
  margin: 5px 0;
  border-radius: 5px;
}
.popover {
  z-index: 99999;
}
#confirmationDialog {
  z-index: 999999 !important;
}
ul.ui-autocomplete {
  z-index: 999999;
}
#green-bgcolor {
  background-color: #8cbf36;
  min-height: 40px;
}
#popup {
  color: black;
}
#close-popup {
  color: white;
  background-color: transparent;
  border: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
#close-popup:active {
  color: #dfdfdf;
}
hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.icon-magnifier {
  cursor: pointer;
}
.icon-plus {
  margin-right: 3px;
}
textarea[disabled] {
  background-color: #ddd;
}
#CancelEditComment:hover,
#SaveEditComment:hover {
  color: black;
}
div #cancelSaveButtons {
  text-align: right;
  padding-right: 5px;
}
button#commentClose.close {
  margin-top: -8px;
}
#comments-box {
  max-height: 500px;
  overflow-y: auto;
}
.eventNewComment {
  margin-top: 10px;
  margin-bottom: 10px;
}
#newEvent {
  z-index: 100;
  position: fixed;
  bottom: 17px;
  right: 40px;
  text-align: center;
  cursor: pointer;
  width: 50px;
}
#newEvent:hover {
  text-shadow: 2px 2px;
}
#newEventDates {
  text-align: center;
}
input#start_date {
  margin-right: 20px;
}
.error {
  border-color: red !important;
  border-radius: 1px;
}
.new-event-tab {
  background-color: #fff;
  font-size: 18px;
}
.new-event-tab li a {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
}
.new-event-tab li a:hover {
  background-color: #eee;
}
#category_name,
#from_fee,
#to_fee,
#from_attendees,
#to_attendees {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 37px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
}
#feeDiv {
  margin-top: 20px;
}
#selectDiv {
  margin-top: 10px;
}
#attendeesDiv {
  margin-top: 20px;
  margin-bottom: 20px;
}
#new-event-modal-body {
  height: 400px;
}
#from_fee:disabled,
#to_fee:disabled,
#from_attendees:disabled,
#to_attendees:disabled {
  border: 1px solid #d9d9d9;
}
#feeDiv label,
#attendeesDiv label {
  width: 10%;
  text-align: right;
  margin-right: 5px;
}
#addNewVenue {
  height: 37px;
  font-size: 13px;
  line-height: 16px;
  margin-top: 15px;
}
#addVenueAutocomplete,
#addVenueFromMap {
  cursor: pointer;
  margin-right: 5px;
}
#addVenueFromMap {
  margin-left: 40px;
}
#btnSaveNewEvent {
  margin-right: 15px;
  padding-left: 18px;
}
#btnCancelVenue,
#btnSaveVenue {
  float: right;
  margin-top: 15px;
}
#btnCancelVenue {
  margin-right: 5px;
}
.pac-container {
  z-index: 100000 !important;
}
#floating-panel {
  position: absolute;
  top: 10px;
  left: 30%;
  z-index: 5;
  text-align: center;
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  opacity: 0.3;
}
#floating-panel:hover {
  opacity: 1;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.home-nav ul li {
  padding-top: 0;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  background-color: #D3D3D3 !important;
}
#peak_start_date {
  margin-right: 60px;
}
#peakDates {
  margin-top: 40px;
  text-align: center;
}
#peakAttendeeNum,
#totalRoomNights {
  margin-top: 40px;
  margin-left: 20%;
}
#peak_attendee_num,
#total_room_nights {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  height: 37px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  background-color: #fff;
}
#peakAttendeeNum input,
#totalRoomNights input {
  width: 20%;
}
#peakAttendeeNum label,
#totalRoomNights label {
  width: 30%;
}
#bellIcon {
  padding-top: 5px;
  font-size: 24px;
  cursor: pointer;
}
#notification {
  background-color: #8cbf36;
  position: absolute;
  left: 10px;
  cursor: pointer;
  padding: 3px 4px 2px;
  font-size: 10px;
}
#bellNotification {
  margin: 0 6px 0 6px;
}
#newEventsSinceLastLogin {
  z-index: 2000 !important;
}
#noEventsMessage {
  text-align: center;
  font-size: 20px;
}
td {
  margin: 20px 0;
}
#new-events-since-last-login-modal-body {
  line-height: 2;
  max-height: 350px;
  overflow-y: auto;
}
.firstTimeEvent {
  background-color: #FFFFCC;
  border: 2px solid white;
}
.App-intro {
  color: green;
}
.event-grid-item .eventGridImage {
  min-height: 180px;
  height: 100%;
}
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 3300;
  background-color: #fff;
  background-image: url(../images/ajax-loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.table tr th,
.table tr td {
  white-space: nowrap;
  min-width: 70px;
  max-width: 300px;
  position: relative;
}
.table tr th.text-lg,
.table tr td.text-lg {
  /*padding: 0 !important;

        > div {
          display: inline-block;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          padding-top: 2px;

          &:hover {
            position: relative;
            padding: 3px;
            width: auto;
            z-index: 2222;
            top: -1px;
            left: -4px;
            margin-bottom: -6px;

            box-shadow: 0 0 2px rgba(0,0,0,0.5);
          }
        }*/
}
.modal .modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.show.fade {
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-body .description {
  margin: 20px -15px 0;
  background-color: #f3f3f3;
  border-top: 1px solid #e8e8e8;
  padding: 0;
}
.modal-body .description > div:first-child {
  padding: 20px;
}
.modal-body label {
  padding-top: 9px;
}
@media (max-width: 992px) {
  .modal-body .event_long_label {
    padding-top: 0;
    height: 9px;
  }
}
#tpl-event-details .description {
  height: 100%;
  padding: 0;
}
.modal-footer {
  margin-top: auto;
}
.modal-footer .coming-soon-wrap {
  position: relative;
  overflow: hidden;
  float: left;
}
.modal-footer .coming-soon-wrap .checkbox {
  margin-top: 5px !important;
}
.modal-footer .coming-soon-wrap .checkbox > label {
  font-weight: normal;
}
.modal-footer .coming-soon-wrap .checkbox > label > img {
  height: 17px;
}
.modal-footer .coming-soon-wrap .checkbox:nth-child(2) {
  margin-left: 20px;
}
.modal-footer .impact-wrap {
  margin-top: 8px;
}
.modal-footer .impact-wrap .impact-label {
  margin: 0 6px 0 15px;
  float: left;
  font-weight: normal;
}
.modal-footer .impact-wrap select.impact {
  min-width: 140px;
}
.modal-dialog:not(.login-dialog) {
  margin: 200px auto;
}
.modal-dialog.login-dialog .header-brand {
  height: 40px;
  max-width: 100%;
}
.Header .fa-search.bold {
  font-weight: bold;
}
#tpl-event-details h1 {
  font-size: 24px;
}
.fc-event {
  cursor: pointer;
}
.fullmap-background td > a {
  cursor: pointer;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  position: absolute;
  color: white;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 2000;
  opacity: .9;
}
[data-tooltip]:hover:before {
  border-radius: 4px;
  background-color: #333;
  margin: 0;
  padding: 6px 12px;
  font-size: 12px;
  content: attr(data-title);
}
[data-tooltip]:hover:after {
  content: '';
  position: absolute;
  bottom: -10px;
  border-style: solid;
  /*border-color:transparent;
      border-top-color: @alphablack;*/
}
[data-tooltip][data-placement="top"]:before {
  bottom: 22px;
}
[data-tooltip][data-placement="top"]:after {
  border-color: transparent;
  border-top-color: #333;
  border-width: 10px  6px 0 6px;
  border-color: #333 transparent transparent transparent;
  bottom: 14px;
}
[data-tooltip][data-placement="bottom"]:before {
  bottom: -35px;
}
[data-tooltip][data-placement="bottom"]:after {
  border-width: 0 0.5em 0.8em 0.5em;
  border-color: transparent transparent #333 transparent;
}
[data-tooltip][data-placement="left"]:before {
  bottom: 2px;
  left: -15px;
  transform: translateX(-100%);
  min-width: 200px;
}
[data-tooltip][data-placement="left"]:after {
  bottom: 10px;
  left: -16px;
  transform: rotate(90deg);
  border-width: 0 0.5em 0.8em 0.5em;
  border-color: transparent transparent #333 transparent;
}
.m-top_35 {
  margin-top: 35px !important;
}
.m-top_40 {
  margin-top: 40px !important;
}
.form-inline .input-group {
  display: inline-table;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
@media screen and (max-width: 767px) {
  .form-inline .input-group {
    vertical-align: top;
  }
}
body {
  min-width: 960px;
}
body .container {
  min-width: 960px;
}
@media print {
  .no_print {
    display: none;
  }
  .fc-left,
  .fc-right {
    display: none;
  }
  #btn-new-event {
    display: none !important;
  }
}
.alert-response a {
  display: block;
  color: #fff;
  font-weight: 700;
}
.modal-body .description {
  margin: 20px -12px 0;
  overflow: hidden !important;
}
.form-control,
.input-group-addon,
.btn,
.Select-control {
  border-radius: 0 !important;
}

.grid-item-container {
  padding: 0 0 10px 10px;
}
.grid-item-container .event-grid-item {
  width: 100%;
  padding: 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  border-radius: 2px;
  min-height: 100px;
  margin: 0;
  cursor: pointer;
  float: left;
  max-height: 360px;
}
.grid-item-container .event-grid-item .eventGridImage {
  padding: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  height: 100%;
}
.grid-item-container .event-grid-item .name {
  font-size: 14px;
  overflow: hidden;
}
.grid-item-container .event-grid-item .date {
  font-size: 12px;
  margin-bottom: 5px;
}
.grid-item-container .event-grid-item .address {
  font-size: 11px;
}
.grid-item-container .event-grid-item .event-info {
  margin-top: 10px;
  height: 154px;
}
.grid-item-container .event-grid-item .event-info .line-clamp {
  margin-top: 10px;
}
.grid-item-container .event-grid-item .tags-wrap {
  min-height: 20px;
  padding-right: 70px;
  position: absolute;
  bottom: 25px;
  display: block;
}
.mythumbnail {
  position: relative;
  background-color: white;
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.mythumbnail img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mythumbnail img.portrait {
  width: 100%;
  height: auto;
}
#impactRatingModal .modal-content {
  height: 70px !important;
  position: absolute;
  width: 360px;
  left: 50%;
  margin-left: -180px;
}
#impactRatingModal button.close {
  position: absolute;
  top: 5px;
  right: 10px;
}
button#commentClose.close {
  margin-top: -8px;
  right: 10px;
  top: 14px;
}
.comment_icon,
.impact_box {
  cursor: pointer;
}
.comment {
  border: 1px solid #8cbf36;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
}
.comment_icon {
  background-image: url(../images/comment-icon.png);
  background-size: cover;
  width: 34px;
  height: 37px;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 18px;
  text-align: center;
  padding-top: 9px;
  padding-left: 3px;
  font-size: 13px;
}
.comment_icon.grey_icon {
  background-image: url(../images/comment-icon-grey.png);
}
.tags-empty {
  display: inline-block;
  height: 17px;
}
.impact_box {
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 25px;
  text-align: center;
  padding: 4px 4px 0;
  font-size: 13px;
}
.impact_box.na {
  font-size: 9px;
  line-height: 18px;
}
.comment_ico {
  background-image: url(../images/comment-icon.png);
  background-size: cover;
  width: 33px;
  height: 37px;
  color: #fff;
  position: absolute;
  right: 48px;
  bottom: 19px;
  text-align: center;
  padding-top: 9px;
  padding-left: 3px;
  font-size: 13px;
}

.br-widget {
  cursor: pointer;
}
.br-widget span {
  background-color: #e3e3e3;
  border-right: 2px solid #fff;
  color: #e3e3e3;
  text-align: center;
  padding-top: 3px;
  width: 26px;
  height: 24px;
  display: block;
  float: left;
  cursor: pointer;
}
.br-widget span:nth-child(1):hover,
.br-widget span:nth-child(1).active {
  background-color: #ffe303;
  color: #ffffff;
}
.br-widget span:nth-child(2):hover,
.br-widget span:nth-child(2).active {
  background-color: #ffd303;
  color: #ffffff;
}
.br-widget span:nth-child(3):hover,
.br-widget span:nth-child(3).active {
  background-color: #ffb303;
  color: #ffffff;
}
.br-widget span:nth-child(4):hover,
.br-widget span:nth-child(4).active {
  background-color: #ffa303;
  color: #ffffff;
}
.br-widget span:nth-child(5):hover,
.br-widget span:nth-child(5).active {
  background-color: #ff9303;
  color: #ffffff;
}
.br-widget span:nth-child(6):hover,
.br-widget span:nth-child(6).active {
  background-color: #ff8303;
  color: #ffffff;
}
.br-widget span:nth-child(7):hover,
.br-widget span:nth-child(7).active {
  background-color: #ff7303;
  color: #ffffff;
}
.br-widget span:nth-child(8):hover,
.br-widget span:nth-child(8).active {
  background-color: #ff6303;
  color: #ffffff;
}
.br-widget span:nth-child(9):hover,
.br-widget span:nth-child(9).active {
  background-color: #ff5303;
  color: #ffffff;
}
.br-widget span:nth-child(10):hover,
.br-widget span:nth-child(10).active {
  background-color: #ff4303;
  color: #ffffff;
}
#impactRatingModal .modal-body {
  padding: 15px 0 15px 5px;
}

.table-responsive {
  overflow-x: auto;
}
.grid-item-container {
  padding: 0 0 10px 10px;
}
.grid-item-container .event-grid-item {
  background-color: #f9f9f9;
}
.table-responsive .table {
  max-width: none;
}
#eventsDataTable {
  background-color: #fff;
}
#eventsDataTable__wrapper {
  background-color: #f5f5f5;
  border-radius: 3px;
}
#eventsDataTable thead th {
  background-color: #f5f5f5;
  border: none;
  padding-left: 10px;
  position: relative;
  padding-right: 12px;
  cursor: pointer;
}
#eventsDataTable thead th i {
  position: absolute;
  top: 50%;
  right: 1px;
  height: 8px;
  width: 9px;
  margin-top: -4px;
}
#eventsDataTable thead th i.sorting {
  background: url(../images/sort_sprite.png) no-repeat -36px -2px;
  height: 15px;
  margin-top: -8px;
}
#eventsDataTable thead th i.sorting_asc {
  background: url(../images/sort_sprite.png) no-repeat -3px -2px;
}
#eventsDataTable thead th i.sorting_desc {
  background: url(../images/sort_sprite.png) no-repeat -20px -10px;
}
#eventsDataTable td {
  overflow: hidden;
}
#eventsDataTable_container {
  margin-left: 10px;
  margin-top: 10px;
}

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

.has-error .Select .Select-control {
  border-color: #D95350;
}
.Select {
  z-index: 10;
}
.Select.is-open {
  z-index: 1000;
}
.btn-bubble {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  text-align: center;
  transition: ease-in-out 0.1s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 3px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
  animation-name: showEffect;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.6s;
  overflow: hidden;
}
.btn-bubble-green {
  color: #fff;
  background: #71c904;
}
.btn-bubble .fa {
  font-size: 32px;
}
.btn-bubble:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24) !important;
}
#btn-new-event {
  position: fixed;
  z-index: 100000;
  right: 20px;
  bottom: 95px;
}
.resize-none {
  resize: none;
  height: 78px !important;
}
@keyframes showEffect {
  0% {
    display: none;
    width: 0;
    height: 0;
    bottom: 125px;
    right: 50px;
    font-size: 0;
  }
  100% {
    display: block;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 20px;
    font-size: 0;
  }
}

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-bottom: 4px;
  border-bottom: none;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 0;
  vertical-align: top;
}
.rdtPrev span:after {
  content: '‹';
  font-size: 26px;
}
.rdtNext span:after {
  content: '›';
  font-size: 26px;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 100001 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  color: #8cbf36;
  border-radius: 3px;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday:hover {
  color: #fff;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #8cbf36;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  font-size: 0;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
/*.rdtPicker thead tr:first-child th:hover {
      background: #eeeeee;
    }*/
.rdtPicker thead tr:first-child th:hover {
  color: #8cbf36;
}
.rdtPicker thead {
  font-weight: 600;
  color: #a5a1a1;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
tfoot {
  display: none;
}
.input-group-time > .rdt {
  width: 47% !important;
}
.input-group-time .rdt input {
  width: 100% !important;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  border-radius: 3px;
}
.rdtPicker {
  top: 36px;
  border: 1px solid lightgray;
}
.rdtPicker:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 20px;
  width: 14px;
  height: 14px;
  border-left: 1px solid lightgray;
  border-top: 1px solid lightgray;
  background-color: #fff;
  transform: rotate(45deg);
}
.input-group-time > .rdt:last-of-type input {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rdtPicker table td.rdtDay:hover,
.rdtPicker table td.rdtHour:hover,
.rdtPicker table td.rdtMinute:hover,
.rdtPicker table td.rdtSecond:hover,
.rdtPicker table .rdtTimeToggle:hover {
  background: transparent ;
}
.rdtPicker table td.rdtActive,
.rdtPicker table td.rdtActive:hover {
  background-color: #8cbf36;
  color: #ffffff;
}
.rdtPicker table td.rdtToday:before {
  display: none;
}
.zi_100 .rdt {
  z-index: 100;
}
.rdtPicker td.rdtToday:hover:not(.rdtActive) {
  color: #8cbf36 !important;
}

.fullmap-background {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.markerlabel {
  transform: translate(-50%, -390%);
}
.grid-view_map #btn-new-event {
  right: 50px;
}
.grid-view_map .gcaMainButton {
  right: 50px !important;
}
.marker-event-list {
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
}

/*!
 * FullCalendar v3.10.1
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc .fc-axis,.fc button,.fc-day-grid-event .fc-content,.fc-list-item-marker,.fc-list-item-time,.fc-time-grid-event .fc-time,.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-event,.fc-event:hover,.fc-state-hover,.fc.fc-bootstrap3 a,.ui-widget .fc-event,a.fc-more{text-decoration:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view .fc-day-top .fc-week-number,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-day-grid-event .fc-content,.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

#message {
  position: fixed;
  height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  background-color: #8cbf36;
  color: #fff;
  z-index: 10000;
}
#message:not(.visible) {
  display: none;
}
.date-picker-popover .bg-primary {
  color: #ffffff;
  background-color: #8cbf36;
}
.date-picker-popover .text-primary {
  color: #333;
}
.date-range > span {
  width: 86px;
  display: inline-block;
  padding: 10px 2px;
}
.date-range > span .form-control {
  font-size: 11px;
  text-align: center;
  padding: 10px 2px;
}
.rc-slider-track {
  background-color: #8cbf36;
}
.rc-slider-handle {
  cursor: pointer;
  position: absolute;
  top: 1px;
  z-index: 2;
  background-color: #ffffff;
  margin-left: -0.6em;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 2px 0;
  border-radius: 50%;
  -ms-touch-action: none;
  touch-action: none;
}
.rc-slider-handle:active,
.rc-slider-handle:hover {
  border-color: #8cbf36;
  box-shadow: 0 0 5px #8cbf36;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.district-list li {
  cursor: pointer;
}
.panel-idented {
  position: relative;
  margin: 0;
  padding-left: 6px;
  opacity: 0.3;
}
.panel-idented .disable-cover {
  top: -4px;
}
.panel-idented.active {
  opacity: 1;
}
.panel-idented.active .disable-cover {
  display: none;
}
.list-group-item {
  cursor: pointer;
}
.regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.regions .region-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checked-list-box h4 {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.checked-list-box .list-group-item {
  margin: 0;
  padding: 0;
  background: inherit;
  color: #333;
}
.checked-list-box .list-group-item:hover,
.checked-list-box .list-group-item:focus,
.checked-list-box .list-group-item:active {
  background: inherit;
  color: #333;
}
.checked-list-box .list-group-item > div {
  padding: 10px 25px;
}
.checked-list-box .list-group-item > div:hover {
  color: #fff;
  background: rgba(140, 191, 54, 0.7);
}
.checked-list-box .list-group-item.list-group-item-primary > div {
  padding: 10px 25px;
  color: #fff;
  background: rgba(140, 191, 54, 0.7);
}
.checked-list-box .list-group-item.list-group-item-primary > .fa {
  color: #fff;
}
.checked-list-box .list-group-item > .fa {
  display: block;
  position: absolute;
  left: -4px;
  top: 3px;
  padding: 8px;
  font-size: 16px;
}
.checked-list-box .list-group-item ul {
  margin: 6px 0 0 12px;
  padding: 0;
}
.region-modal .modal-header .modal-title {
  display: inline-block;
}
.region-modal .modal-header .input-group {
  width: 200px;
  float: right;
  border: 1px solid #dfdfdf;
  margin-top: -7px;
}
.region-modal .modal-header .input-group-addon {
  border: none;
}
.region-modal .modal-body {
  width: 100%;
  height: 590px;
  overflow-y: scroll;
}
.region-modal .region-title {
  cursor: pointer;
}
.panel-heading.button {
  cursor: pointer;
}
.panel-heading.button > label {
  cursor: pointer;
}
.panel-heading > label::selection {
  background: transparent;
  -webkit-appearance: none;
}
.attendee-range {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.attendee_from,
.attendee_to {
  width: 40%;
}
.entry-fee-slider {
  margin-bottom: 10px;
}
.entry-fee-range {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.entry-fee_from,
.entry-fee_to {
  width: 40%;
}
.rdt {
  width: 48%;
  display: inline-block;
  text-align: center;
}
.rdt .form-control {
  width: 100%;
  padding: 10px 6px;
  font-size: 12px;
}
.rdtOpen .rdtPicker {
  z-index: 1000;
}
.panel-body {
  padding: 10px 15px;
}
.panel-body > .checkbox {
  margin-top: 0;
}
.panel-body .rdt {
  z-index: 1001;
}
.events_datepicker {
  min-width: 80px;
}
.events_datepicker .form-control {
  text-align: center;
}
.events_datepicker + .events_datepicker {
  z-index: 1000;
}
.Select.is-open {
  z-index: 9999;
}
.keyword {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 4px;
  border: 1px solid rgba(111, 137, 182, 0.5);
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 3px 0 3px 6px;
}
.keyword > i {
  margin-left: 6px;
  color: rgba(111, 137, 182, 0.5);
  cursor: pointer;
  padding: 4px 6px;
}
.keyword-hint {
  margin: 2px 2px 6px;
  color: #a94442;
  display: block;
  font-size: 12px;
}
.btn-header-group .btn {
  border-radius: 0;
}
.btn-header-group .btn + .btn {
  border-left: none;
}
@media (max-width: 1330px) {
  .date-range > span {
    width: 68px;
    padding: 10px 1px;
  }
  .date-range > span .form-control {
    font-size: 10px;
    padding: 10px 1px;
  }
}
@media (max-width: 1200px) {
  .rdt {
    width: 100%;
  }
  .rdt + .rdt {
    margin-top: 6px;
  }
  .btn-filter-group {
    display: block;
  }
  .btn-filter-group .btn {
    width: 48%;
    margin: 1%;
    border: 1px solid #ccc !important;
  }
}
@media (min-width: 1200px) {
  .region-modal {
    width: 1240px;
  }
}
@media (max-width: 767px) {
  .region-modal .modal-header {
    padding-bottom: 50px;
    border-bottom: none;
  }
  .region-modal .modal-header .modal-title {
    display: block;
  }
  .region-modal .modal-header .input-group {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    top: 59px;
  }
}

/*
.dropdown {
  &:hover {
    .dropdown-menu {
      display: block;
      margin-top: 0; // remove the gap so it doesn't close
    }
  }
}*/
.snapshot_nav {
  width: 100%;
  height: 60px;
  background-color: #11627f;
}
.snapshotNav.profile-menu__dropdown {
  top: 60px !important;
}
.nav__wrap {
  margin: 0 5px;
  padding-right: 60px;
  color: white;
}
.nav__wrap--right {
  float: right;
  line-height: 60px;
}
.nav__wrap--right > div {
  display: inline-block;
}
.nav__wrap--left {
  float: left;
}
#header-container .bg-clear-search {
  background-color: #ffffff;
  border: none;
}
#header-container ul.show {
  width: 100%;
}
#header-container .show {
  border-radius: 0;
  border: 0;
  display: inline-block !important;
}
#header-container .show .dropdown-menu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  min-width: 110px;
}
#header-container .show .dropdown-menu .dropdown-item {
  margin: 0 ;
}
#header-container .show .dropdown-menu .dropdown-item a {
  padding: 3px 10px;
  display: block;
}
#header-container .show .dropdown-menu .dropdown-item a:hover {
  background-color: #eee;
}
#header-container .input-group-addon.padding-0 {
  padding: 0;
  border: none;
}

.comment_icon_modal {
  background-image: url(../images/comment-icon.png);
  background-size: cover;
  width: 26px;
  height: 22px;
  color: #fff;
  position: absolute;
  margin-left: 5px;
  bottom: 12px;
  text-align: center;
  font-size: 9px;
  padding-top: 9px;
  cursor: pointer;
}
.comment_icon_modal.grey_icon {
  background-image: url(../images/comment-icon-grey.png);
}
.icon.icon-envelope {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.event-card-scroll {
  height: 100%;
  overflow-y: auto;
}

.settings .btn + .btn {
  margin: 0 0 0 12px !important;
}
.settings-wrap {
  background: #f1f1f1;
  margin-top: 35px;
  padding: 5px 15px 0 15px;
}
.location {
  margin-bottom: 15px;
}
.location .dropdown {
  margin-bottom: 6px;
}
.location .dropdown .btn {
  text-align: left !important;
}
.location .open {
  margin-bottom: 6px;
}
.location .open > .dropdown-menu {
  width: auto;
  padding: 10px 0;
}
.location .open > .dropdown-menu li {
  padding: 5px 15px;
  cursor: pointer;
}
.location .open > .dropdown-menu li.active {
  background-color: #eee;
}
.location > h4 {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 20px;
}

.settings .btn + .btn {
  margin: 0 0 0 12px !important;
}
.settings-wrap-city {
  background: #f1f1f1;
  margin-top: 10px;
  padding: 5px 15px 0 15px;
}
.location {
  margin-bottom: 15px;
}
.location .dropdown {
  margin-bottom: 6px;
}
.location .dropdown .btn {
  text-align: left !important;
}
.location .open {
  margin-bottom: 6px;
}
.location .open > .dropdown-menu {
  width: auto;
  padding: 10px 0;
}
.location .open > .dropdown-menu li {
  padding: 5px 15px;
  cursor: pointer;
}
.location .open > .dropdown-menu li.active {
  background-color: #eee;
}
.location > h4 {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 20px;
}
.address-search {
  width: 100%;
  z-index: 10;
  margin-bottom: 15px;
  position: relative;
}
.address-search__place {
  padding: 3px 8px;
  text-align: left;
  cursor: pointer;
}

.user-events a.btn {
  margin-left: 5px;
  padding-right: 16px;
}
.user-events a.btn span {
  font-size: 11px;
}
.user-events .table-responsive {
  overflow-x: auto;
}
.user-events .grid-item-container {
  padding: 0 0 10px 10px;
}
.user-events .grid-item-container .event-grid-item {
  background-color: #f9f9f9;
}
.user-events .table-responsive {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.user-events .table-responsive .table {
  margin-bottom: 0;
}
.user-events .table-responsive thead th {
  background-color: #f5f5f5;
  border: none;
  padding-left: 10px;
  position: relative;
  padding-right: 12px;
  cursor: pointer;
}
.user-events .table-responsive thead th.btn_delete {
  width: 42px;
  min-width: 42px;
}
.user-events .table-responsive thead th i {
  position: absolute;
  top: 50%;
  right: 1px;
  height: 8px;
  width: 9px;
  margin-top: -4px;
}
.user-events .table-responsive thead th i.sorting {
  background: url('/img/sort_sprite.png') no-repeat -36px -2px;
  height: 15px;
  margin-top: -8px;
}
.user-events .table-responsive thead th i.sorting_asc {
  background: url('/img/sort_sprite.png') no-repeat -3px -2px;
}
.user-events .table-responsive thead th i.sorting_desc {
  background: url('/img/sort_sprite.png') no-repeat -20px -10px;
}
.user-events .table-responsive_container {
  margin-left: 10px;
  margin-top: 10px;
}
.user-events .table > tbody > tr {
  cursor: pointer;
}
.user-events .table > tbody > tr:hover {
  background: #e5e5e5;
  transition: .2s linear;
}
.user-events .table > tbody > tr > td {
  padding: 2px 10px;
  border-bottom: 1px solid #e8e8e8 !important;
}
.user-events .table > tbody > tr > td.btn_delete {
  width: 42px;
  min-width: 42px;
  text-align: center;
}
.user-events .table tr th,
.user-events .table tr td {
  white-space: nowrap;
  min-width: 70px;
  max-width: 300px;
  position: relative;
}
.user-events .table tr th.text-lg,
.user-events .table tr td.text-lg {
  padding: 10px;
  overflow: hidden;
}
.user-events .table tr th.text-lg > div,
.user-events .table tr td.text-lg > div {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-top: 2px;
}
.user-events .table tr th.text-lg > div:hover,
.user-events .table tr td.text-lg > div:hover {
  position: relative;
  padding: 3px;
  width: auto;
  background-color: #fffacd;
  z-index: 2222;
  border: 1px solid #dddddd;
  top: -1px;
  left: -4px;
  margin-bottom: -6px;
}
.user-events .table tr th:not(.text-lg),
.user-events .table tr td:not(.text-lg) {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .modal-event {
    width: 800px;
    max-width: 800px;
  }
}
.modal-event {
  margin-left: -400px;
}
.modal-event .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-event .modal-content {
  border-radius: 3px;
}
.modal-event .modal-body {
  padding-bottom: 0;
}
.modal-event .modal-body > .row {
  margin-bottom: 12px;
}
.modal-event .modal-body .col-xs-6 > .row {
  margin-bottom: 12px;
}
.modal-event .modal-body label {
  font-size: 12px;
}
.modal-event .modal-body .form-control {
  border-radius: 0;
}
.modal-event .modal-body .help-block {
  margin-bottom: 0;
}
.modal-event .Select-control {
  border-radius: 0 !important;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #8cbf36;
  box-shadow: none;
}
.Select--multi .Select-value {
  border: none;
  border-radius: 2px;
  color: #fff;
  background-color: #8cbf36;
}
.Select--multi .Select-value-icon {
  border-right: 1px solid #ddd;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  color: #fff;
}
.rc-slider {
  padding: 5px 0;
  width: auto;
  margin: 6px 10px 6px 7px;
}
.modal-body {
  position: relative;
  padding: 15px 12px;
}
.modal-body > .row {
  margin-bottom: 12px;
  padding: 0 0 15px 0;
}
.modal-body > .row:last-child {
  border: none;
}
.modal-body > .row > div {
  position: relative;
}
.modal-body > .row > div .disable-cover {
  z-index: 10000;
}
.modal-body > .row > div label {
  margin-bottom: 5px;
}
.modal-body > .row > div > .form-group {
  margin-bottom: 0;
}
.modal-body > .row > div .checkbox {
  position: static;
}
.modal-body > .row > div .form-control {
  height: 36px;
}
.modal-dialog:not(.login-dialog) {
  margin: 80px auto;
  transform: none !important;
}
.entry-fee_from,
.entry-fee_to {
  width: 48%;
}
#schedule.placement-top .form-horizontal {
  z-index: 15000;
}

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-bottom: 4px;
  border-bottom: none;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 0;
  vertical-align: top;
}
.rdtPrev span:after {
  content: '‹';
  font-size: 26px;
}
.rdtNext span:after {
  content: '›';
  font-size: 26px;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  color: #8cbf36;
  border-radius: 3px;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
/*.rdtPicker td.rdtToday {
      position: relative;
      background-color: #8cbf36;
      border-radius: 3px;
      color: #fff;
    }*/
.rdtPicker td.rdtToday:hover {
  color: #fff;
}
/*.rdtPicker td.rdtToday:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-bottom: 7px solid #428bca;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 4px;
      right: 4px;
    }*/
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #8cbf36;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  font-size: 0;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
/*.rdtPicker thead tr:first-child th:hover {
      background: #eeeeee;
    }*/
.rdtPicker thead tr:first-child th:hover {
  color: #8cbf36;
}
.rdtPicker thead {
  font-weight: 600;
  color: #a5a1a1;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
tfoot {
  display: none;
}
.input-group-time > .rdt {
  width: 47% !important;
}
.input-group-time .rdt input {
  width: 100% !important;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  border-radius: 3px;
}
.rdtPicker {
  top: 36px;
  border: 1px solid lightgray;
}
.rdtPicker:before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 20px;
  width: 14px;
  height: 14px;
  border-left: 1px solid lightgray;
  border-top: 1px solid lightgray;
  background-color: #fff;
  transform: rotate(45deg);
}
.input-group-time > .rdt:last-of-type input {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.rdtPicker table td.rdtDay:hover,
.rdtPicker table td.rdtHour:hover,
.rdtPicker table td.rdtMinute:hover,
.rdtPicker table td.rdtSecond:hover,
.rdtPicker table .rdtTimeToggle:hover {
  background: transparent ;
}
.rdtPicker table td.rdtActive,
.rdtPicker table td.rdtActive:hover {
  background-color: #8cbf36;
  color: #ffffff;
}
.rdtPicker table td.rdtToday:before {
  display: none;
}

$formTop: 45px;

$triangleTop: -12px;
$triangleLeft: 50%;
$triangleWidth: 12px;

#schedule {
  position: relative;
  margin-bottom: 15px;

  .schedule-text {
    display: block;
    margin-top: 0;
    padding: 7px 12px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ccc;
  }

  .form-horizontal {

    display: none;
    position: absolute;
    left: 13px;
    top: $formTop;
    z-index: 100;
    width: 231px;
    height: 165px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    padding: 12px;

    .form-control {
      border-color: #ddd !important;
      position: relative;
    }

    label {
      color: #333 !important;
      font-size: 13px
    }

    .on-day {
      display: inline-block;
      font-weight:900;
      font-size: 13px;
    }

    &:after, &:before {
      position: absolute;
      left: $triangleLeft;
      margin-left: -6px;
      border-width: 0 $triangleWidth $triangleWidth $triangleWidth;
      border-style: solid;
    }

    &:before {
      z-index: 2;
      top: $triangleTop + 1;
      border-color: transparent transparent #ffffff transparent;
    }

    &:after {
      z-index: 1;
      top: $triangleTop;
      border-color: transparent transparent #bbbbbb transparent;
    }

    .control-label {
      width: 75px;
      padding: 7px 0;
      text-align: right;
    }
    .col-sm-8 {
      width: 155px;
      padding: 0 7px;
    }

    hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }

  &.open {

    .form-horizontal {
      display: block;
    }

  }
  .week, .month {
    display: none;
  }

  &.week {
    .week {
      display: block;
    }
  }

  &.month {
    .month {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }

  .month {
    .form-control {
      width: 34px;
      text-align: center;
      padding: 6px 8px;
      display: inline-block;
      margin-right: 6px;
    }
  }

  &.placement-top {

    &.day {
      .form-horizontal {
        top: -155px;
        height: 165px;
        padding: 10px;
      }

      .by {
        display: none;
      }
    } 
    &.immediately {
      .form-horizontal {
        top: -110px;
        height: 120px;
        padding: 10px;
      }

      .time {
        display: none;
      } 
      .by {
        display: none;
      }
    }

    .form-horizontal {

      top: -200px;
      height: 210px;
      padding: 10px;

      hr {
        margin-top: 0;
        margin-bottom: 6px;
      }

      &:after, &:before {
        position: absolute;
        left: $triangleLeft;
        margin-left: -6px;
        border-width: $triangleWidth $triangleWidth 0 $triangleWidth;
        border-style: solid;
      }

      &:before {
        z-index: 1;
        top: auto;
        bottom: $triangleTop + 1;
        border-color: #ffffff transparent transparent transparent;
      }

      &:after {
        z-index: 0;
        top: auto;
        bottom: $triangleTop;
        border-color: #bbbbbb transparent transparent transparent;
      }
    }
  }

}

.bootstrap-timepicker-widget {
  z-index: 1100 !important;
}

.has-success {
  #schedule {
    .schedule-text {
      border-color: #00a65a;
    }
  }
}

.has-error {
  #schedule {
    .schedule-text {
      border-color: #843534;
    }
  }
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

.form-horizontal{
  background-color: #ffffff;
}
.form-group .timezone-picker{
  display: block;
  .timezone-picker-textfield input{
    text-align: left;
  }
}

.input_settings{
  text-align: left;
}
.btn-wrap{
  text-align: right;
  padding-right: 15px;

  .btn{
    padding: 10px 12px;
  }
}

