@font-face {
  font-family: 'League Gothic';
  src: url('../fonts/leaguegothic-regular-webfont.eot');
  src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/leaguegothic-regular-webfont.woff') format('woff'), url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'), url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  background-color: #f2f2f2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}
a.green {
  display: block;
  color: #6da736;
  font-size: 14px;
}
a.green:hover {
  text-decoration: none;
  color: #54802a;
}
.form-error > div {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  color: #B94A48;
  padding: 10px;
  margin: 0 0 15px;
}
.form-group .form-label {
  line-height: 34px;
}
.form-group .col-sm-2.form-label {
  text-align: right;
}
.form-small {
  width: 100px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-collapse {
  padding-right: 0;
}
sup.glyphicon {
  top: -5px;
  font-size: 8px;
  display: inline-block;
}
.flash {
  border: 1px solid rgba(0,0,0,0);
  margin-bottom: 20px;
  padding: 10px 15px;
}
.flash.flash-error {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #B94A48;
}
.flash.flash-success {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}
.fancybox-title {
  padding: 5px 20px !important;
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
  background-color: #fff;
  color: #222;
}
.fancybox-next {
  right: -60px;
}
.fancybox-prev {
  left: -60px;
}
.container {
  min-width: 960px;
}
#feedback {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
}
body.ln {
  height: 100%;
  min-height: 100%;
}
body.ln #content {
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
  background: transparent url('../img/nyc.jpg') no-repeat top left fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
body.ln #landing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  margin: -200px 0 0 -400px;
  text-align: center;
  color: #fff;
}
body.ln #landing h1 {
  font-size: 60px;
  text-shadow: 1px 1px #333;
}
body.ln #landing h3 {
  font-size: 24px;
  font-weight: normal;
  text-shadow: 1px 1px #333;
}
body.ln #landing h4 {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 20px;
}
body.ln #landing .cr-join {
  margin: 20px 0 0;
}
#content {
  padding-top: 51px;
  height: auto;
  min-height: 100%;
  padding-bottom: 250px;
}
#content.map-holder {
  background-color: #fff;
  min-width: 960px;
}
.pagination {
  text-align: center;
  margin: 0;
  padding: 20px 0;
  display: block;
  font-size: 15px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline;
  margin: 0 1px;
}
.pagination a {
  display: inline-block;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
  font-size: 15px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #fff;
  text-decoration: none;
  color: #303d8d;
}
.pagination span {
  display: inline-block;
  padding: 6px 15px;
  background-color: #ccc;
  text-decoration: none;
  border: 1px solid #f7f7f7;
  color: #000;
}
.pagination .disabled span {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
#paginate {
  padding: 0 7px;
}
#paginate a {
  display: block;
  text-align: center;
  padding: 10px 0;
  background-color: #303d8d;
  color: #fff;
}
#paginate a:hover {
  text-decoration: none;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.breadcrumb .first {
  padding-left: 0;
}
.breadcrumb a {
  color: #666;
}
.actions {
  position: absolute;
  right: 10px;
  top: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions li {
  display: inline;
  padding: 0;
}
.actions a {
  display: inline-block;
  font-size: 20px;
  color: #333;
}
.actions a:hover,
.actions a:active {
  color: #444;
}
.view-mode {
  text-align: right;
}
.search-bar {
  position: relative;
  -webkit-box-shadow: -5px -10px 10px rgba(0,0,0,0.7);
  box-shadow: -5px -10px 10px rgba(0,0,0,0.7);
  background: #fff;
  border-right: 1px solid #eee;
  z-index: 12;
  height: 100%;
  min-height: 100%;
  width: 300px;
  float: left;
  overflow: auto;
}
.search-bar form {
  padding: 0 20px;
}
.search-bar h3 {
  font-family: 'League Gothic';
  font-size: 28px;
  letter-spacing: 2px;
  color: #90c960;
  line-height: 30px;
  margin-bottom: 20px;
}
.search-bar h5 {
  color: #90c960;
  margin: 0 0 10px;
}
.search-bar .block {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.search-bar .divider {
  padding: 7px 0;
  color: #999;
}
.search-bar .row {
  padding-bottom: 7px;
}
.search-bar .form-control {
  height: 28px;
  line-height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.search-bar .item {
  margin-bottom: 5px;
  font-size: 13px;
}
.search-bar .item label {
  display: block;
  float: left;
  margin: 0;
}
.search-bar .item label.inline {
  float: left;
  margin-right: 10px;
}
.search-bar .item label.inline.last {
  margin-right: 0;
}
.search-bar .item label.blocked {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.search-bar .item a {
  float: right;
}
.search-bar select {
  padding-right: 3px;
  width: 100%;
}
.search-bar option {
  width: 100%;
}
#search-map {
  position: relative;
  margin-left: 300px;
  min-height: 100%;
  z-index: 10;
}
#search-map.fullmap {
  margin: 0;
}
#search-modal {
  position: absolute;
  top: 100px;
  right: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  width: 400px;
  z-index: 12;
  -webkit-box-shadow: 0 0px 5px rgba(100,100,100,0.4);
  box-shadow: 0 0px 5px rgba(100,100,100,0.4);
}
#search-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#search-modal .content {
  padding: 20px;
  font-size: 14px;
}
.markerlabels {
  color: #fff;
  font-family: ;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
}
.iw-explore {
  font-size: 13px !important;
  width: 300px;
}
.iw-explore > div {
  padding: 0 0 0 14px;
}
.iw-explore .events {
  background: url('/img/leftArrowEv.png') no-repeat 0 18px !important;
}
.iw-explore .events .heading {
  background: #a8a8a8;
  color: #fff !important;
}
.iw-explore .events .item-holder {
  background: #a8a8a8;
  color: #fff !important;
}
.iw-explore .apartments {
  background: url('/img/leftArrowAp.png') no-repeat 0 18px !important;
}
.iw-explore .apartments .heading {
  background-color: #ffc11f;
}
.iw-explore .apartments .item-holder {
  background-color: #ffc11f;
}
.iw-explore .restaurants {
  background: url('/img/leftArrowRe.png') no-repeat 0 18px !important;
}
.iw-explore .restaurants .heading {
  background-color: #8c4eb8;
  color: #fff;
}
.iw-explore .restaurants .item-holder {
  background-color: #8c4eb8;
  color: #fff;
}
.iw-explore .nightlife {
  background: url('/img/leftArrowNi.png') no-repeat 0 18px !important;
}
.iw-explore .nightlife .heading {
  background-color: #c259b5;
  color: #fff !important;
}
.iw-explore .nightlife .item-holder {
  background-color: #c259b5;
  color: #fff !important;
}
.iw-explore .banks-atm {
  background: url('/img/leftArrowBa.png') no-repeat 0 18px !important;
}
.iw-explore .banks-atm .heading {
  background-color: #3875d7;
  color: #fff !important;
}
.iw-explore .banks-atm .item-holder {
  background-color: #3875d7;
  color: #fff !important;
}
.iw-explore .shopping {
  background: url('/img/leftArrowSh.png') no-repeat 0 18px !important;
}
.iw-explore .shopping .heading {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .shopping .item-holder {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .groceries {
  background: url('/img/leftArrowGr.png') no-repeat 0 18px !important;
}
.iw-explore .groceries .heading {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .groceries .item-holder {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .gyms {
  background: url('/img/leftArrowGy.png') no-repeat 0 18px !important;
}
.iw-explore .gyms .heading {
  background-color: #ff8a22;
  color: #fff;
}
.iw-explore .gyms .item-holder {
  background-color: #ff8a22;
  color: #fff;
}
.iw-explore .entertainment {
  background: url('/img/leftArrowEn.png') no-repeat 0 18px !important;
}
.iw-explore .entertainment .heading {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .entertainment .item-holder {
  background-color: #5ec8bd;
  color: #fff;
}
.iw-explore .parks {
  background: url('/img/leftArrowPa.png') no-repeat 0 18px !important;
}
.iw-explore .parks .heading {
  background-color: #128e4d;
  color: #fff;
}
.iw-explore .parks .item-holder {
  background-color: #128e4d;
  color: #fff;
}
.iw-explore .parking {
  background: url('/img/leftArrowPr.png') no-repeat 0 18px !important;
}
.iw-explore .parking .heading {
  background-color: #9d7050;
  color: #fff;
}
.iw-explore .parking .item-holder {
  background-color: #9d7050;
  color: #fff;
}
.iw-explore .transportation {
  background: url('/img/leftArrowTr.png') no-repeat 0 18px !important;
}
.iw-explore .transportation .heading {
  background-color: #9d7050;
  color: #fff;
}
.iw-explore .transportation .item-holder {
  background-color: #9d7050;
  color: #fff;
}
.iw-explore .heading {
  padding: 10px 15px 10px;
  color: #000;
}
.iw-explore .heading h5 {
  margin: 0 0 5px;
  padding: 0;
  font-family: 'League Gothic';
  font-size: 24px;
  letter-spacing: 2px;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
}
.iw-explore .item-holder {
  padding: 0 10px 10px;
}
.iw-explore .event-item a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  border-top: 1px solid #999;
  padding: 8px;
}
.iw-explore .event-item a strong {
  display: block;
  font-size: 13px !important;
  height: 20px;
  overflow: hidden;
}
.iw-explore .event-item a span {
  display: block;
}
.iw-explore .event-item a .price {
  font-size: 13px;
}
.iw-explore .event-item a:hover {
  -webkit-box-shadow: inset 0 0px 2px rgba(100,100,100,0.7);
  box-shadow: inset 0 0px 2px rgba(100,100,100,0.7);
}
.iw-explore .event-item img {
  float: left;
  display: block;
  margin-right: 10px;
}
.iw-explore .apartment-item a {
  display: block;
  color: #000 !important;
  text-decoration: none;
  border-top: 1px solid #eee;
  padding: 8px;
}
.iw-explore .apartment-item a strong {
  display: block;
  font-size: 13px !important;
  height: 20px;
  overflow: hidden;
}
.iw-explore .apartment-item a span {
  display: block;
}
.iw-explore .apartment-item a .price {
  font-size: 13px;
}
.iw-explore .apartment-item a:hover {
  -webkit-box-shadow: inset 0 0px 2px rgba(100,100,100,0.7);
  box-shadow: inset 0 0px 2px rgba(100,100,100,0.7);
}
.iw-explore .apartment-item img {
  float: left;
  display: block;
  margin-right: 10px;
}
.iw-explore .viewall {
  display: block;
  color: #eee !important;
  font-size: 13px !important;
  text-align: right;
  height: 30px;
  line-height: 25px;
  overflow: hidden;
  padding: 0 15px 0 0;
  font-style: italic;
}
.com-stat {
  min-width: 260px;
  font-size: 13px;
}
.com-stat .score {
  font-size: 15px;
}
.com-stat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.map-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  min-width: 960px;
}
.map-search .map {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  width: 45%;
}
.map-search .content {
  position: fixed;
  top: 51px;
  bottom: 0;
  right: 0;
  width: 55%;
  border-left: 1px solid #ccc;
  -webkit-box-shadow: 0 0px 5px rgba(100,100,100,0.7);
  box-shadow: 0 0px 5px rgba(100,100,100,0.7);
  overflow: hidden;
  overflow-y: scroll;
}
.map-search .content > div {
  padding: 20px;
}
.map-search .content h1 {
  font-family: 'League Gothic';
  font-size: 38px;
  letter-spacing: 2px;
  color: #90c960;
  line-height: 50px;
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
}
.map-search .content form {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}
.map-search .total {
  padding-top: 15px;
  text-align: right;
}
.headbar {
  -webkit-box-shadow: 0 5px 5px rgba(200,200,200,0.7);
  box-shadow: 0 5px 5px rgba(200,200,200,0.7);
  text-align: right;
  z-index: 997;
  position: relative;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 100px;
}
.headbar .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.headbar h2 {
  font-family: 'League Gothic';
  font-size: 38px;
  letter-spacing: 2px;
  color: #90c960;
  line-height: 50px;
  margin: 10px 0 0;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
}
.headbar h2 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  color: #000;
}
.headbar.questions h2 {
  color: #d2322d;
}
.headbar #events-search {
  padding-right: 0;
}
.headbar .inline {
  margin-left: 10px;
  text-align: left;
  font-weight: normal;
}
.headbar select {
  padding-right: 5px;
  padding-left: 5px;
}
.headbar #input-neighborhood {
  width: 200px;
}
.headbar #input-category {
  width: 150px;
}
.body {
  background-color: #f2f2f2;
  padding: 20px 0;
  position: relative;
  margin-top: 150px;
}
.body.self {
  margin-top: 0;
}
.body.map {
  padding: 0;
}
.body.map #filter {
  position: absolute;
  top: 20px;
  z-index: 99;
  width: 100%;
}
.body.map #filter .btn-group {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.body.questions h3 {
  font-family: 'League Gothic';
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
.body .filter {
  margin-bottom: 15px;
}
.body .profile {
  margin: 20px 0;
  position: relative;
  background-color: #fafafa;
  border: 2px solid #eee;
}
.body .profile .menu {
  padding: 0;
  width: 15%;
}
.body .profile .block {
  margin: 0 0 20px;
}
.body .profile .block h4 {
  margin: 0 0 7px;
}
.body .profile .block h4 a {
  font-size: 12px;
  float: right;
}
.body .profile .content {
  width: 60%;
  min-height: 460px;
  background-color: #fff;
  border: 2px solid #eee;
}
.body .profile .sidebar {
  width: 25%;
  border-top: 2px solid #eee;
}
.body .profile .profile-image {
  width: 100px;
  text-align: center;
  padding: 0;
  margin-right: 10px;
}
.body .profile .profile-image a {
  font-size: 11px;
}
.body .profile .details {
  color: #999;
}
.body .profile .details p {
  margin-bottom: 4px;
}
.body .profile .inner {
  padding: 20px;
}
.body .profile h3 {
  margin: 0 0 25px;
}
.body .profile h4 {
  color: #000;
  line-height: 24px;
}
.body .profile h4 .label {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}
.body .buttons {
  margin-bottom: 15px;
}
.body .latest {
  margin: 0 0 30px;
}
.body .nav-pills > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}
.body .nav-pills > li.active > a,
.body .nav-pills > li.active > a:hover,
.body .nav-pills > li.active > a:focus {
  background-color: #fff;
  color: #000;
  margin-right: -2px;
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
}
.body hr {
  border-color: #ccc;
}
.body .sidebar .dl-horizontal dt {
  font-weight: normal;
  color: #999;
  width: 100px;
}
.body .sidebar .dl-horizontal dd {
  margin-left: 105px;
}
.body .rating {
  margin-bottom: 20px;
}
.page-content {
  margin-top: 130px;
}
.stat-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-menu li {
  width: 33%;
  display: block;
  float: left;
  text-align: center;
}
.stat-menu li strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 5px;
}
.stat-menu li b {
  font-size: 32px;
  font-weight: normal;
}
.stat-menu li span {
  font-size: 24px;
}
.events {
  padding: 15px 7px;
}
.events .item {
  padding: 0 7px;
  font-size: 13px;
  min-height: 150px;
}
.events .item .inner {
  margin: 7px 0;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px;
}
.events .item .inner:hover {
  border-color: #ddd;
  -webkit-box-shadow: 0 0 5px rgba(200,200,200,0.7);
  box-shadow: 0 0 5px rgba(200,200,200,0.7);
}
.events .item h4 {
  padding: 0;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 15px;
  height: 34px;
  overflow: hidden;
}
.events .item h4 a {
  color: #000;
  line-height: 16px;
}
.events .item .image {
  float: left;
  width: 45%;
  margin-right: 10px;
}
.events .item .image img {
  max-width: 100%;
}
.events .item .event-body {
  margin-left: 50%;
  position: relative;
  min-height: 128px;
}
.events .item .date {
  font-size: 11px;
  margin: 0 0 5px;
}
.events .item .desc {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 5px;
}
.event-details .image img {
  border: 1px solid #eee;
  margin: 0 40px 20px 0;
  max-width: 100%;
}
.event-details .venue-name {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 15px;
}
.event-details .venue-name a {
  font-size: 15px;
}
.event-details address {
  font-size: 12px;
}
.event-details h5 {
  margin: 20px 0 5px;
  font-family: 'League Gothic';
  font-size: 18px;
  letter-spacing: 1px;
}
.event-details .cats {
  display: block;
  position: relative;
  margin-left: 70px;
}
.event-details .description {
  font-size: 12px;
}
.event-details .ticketbtn {
  margin: 30px 0;
}
.similar {
  padding: 15px 20px 10px;
  background-color: #ddd;
}
.similar h4 {
  font-family: 'League Gothic';
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.similar .item a {
  text-decoration: none;
  color: #333;
  outline: none;
}
.similar .item img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.similar .item strong {
  display: block;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.dynpopup .form-box {
  margin: 0;
  width: 100%;
  border: 0;
}
.dynpopup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 14px;
  padding: 4px 7px;
}
.dynpopup .close-btn:hover,
.dynpopup .close-btn:focus,
.dynpopup .close-btn:active {
  background-color: #fff;
}
.rentals {
  padding: 15px 10px;
}
.rentals .item {
  padding: 0;
  font-size: 13px;
}
.rentals .item .inner {
  margin: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(200,200,200,0.7);
  box-shadow: 0 0 5px rgba(200,200,200,0.7);
}
.rentals .item .inner:hover {
  border-color: #bbb;
}
.rentals .item .image img {
  max-width: 100%;
  min-width: 100%;
}
.rentals .item .rental-body {
  position: relative;
  padding: 10px 15px;
  background: url(../img/zoom.png) no-repeat 95% 90%;
}
.rentals .item a {
  color: #333;
}
.rentals .item a:hover {
  text-decoration: none;
}
.rentals .item .price {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .rentals .item .inner {
    min-height: 330px;
  }
}
@media (min-width: 1200px) {
  .rentals .item .inner {
    min-height: 370px;
  }
}
@media (min-width: 1500px) {
  .rentals .item .inner {
    min-height: 360px;
  }
}
.rental-details .description p {
  font-size: 12px;
}
.rental-details h5 {
  margin: 20px 0 5px;
  font-family: 'League Gothic';
  font-size: 20px;
  letter-spacing: 1px;
}
.rental-details .dl-horizontal dt {
  width: auto;
}
.rental-details .re-agent h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
}
.rental-details .re-agent address {
  margin-bottom: 10px;
}
.rental-images .main {
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
}
.rental-images .main img {
  max-width: 100%;
  max-height: 300px;
}
.rental-images #thumbs {
  background-color: #fff;
}
.rental-images #thumbs .item {
  height: 110px;
  overflow: hidden;
  margin: 5px 12px 0;
}
.rental-images #thumbs .item > a {
  display: block;
  float: left;
  padding: 5px 4px;
}
.rental-images #thumbs .item > a:hover {
  background-color: #eee;
}
.rental-images #thumbs .left-nav,
.rental-images #thumbs .right-nav {
  display: block;
  position: absolute;
  height: 110px;
  width: 15px;
  color: #000;
  padding: 50px 0;
  font-size: 20px;
  top: 5px;
  background: rgba(180,180,180,0.3);
  text-align: center;
}
.rental-images #thumbs .left-nav {
  left: 0px;
}
.rental-images #thumbs .right-nav {
  right: 0px;
}
.apartment-search > .inline {
  display: block;
  float: left;
  margin: 7px 7px 0 0;
}
.apartment-search > .inline.half select {
  width: 100px;
}
.apartment-search > .inline label {
  display: block;
}
.apartment-search > .inline select.form-control {
  width: 200px;
}
.apartment-search > .inline select.form-small {
  width: 120px;
}
.apartment-search > .inline .dropdown-menu {
  padding: 10px 20px;
  width: 400px;
  right: 0;
  left: auto;
  font-size: 12px;
}
.apartment-search > .inline .btn-blue {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: 12px;
}
.apartment-search > .inline label.checkbox {
  font-weight: normal;
  padding-left: 0;
}
.listings .item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.listings .image {
  width: 60px;
  float: left;
}
.listings .image img {
  max-width: 100%;
}
.listings .address {
  margin-left: 70px;
  position: relative;
}
.form-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: ;
  width: 500px;
  margin: 30px auto;
  font-size: 13px;
  font-family: ;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
  box-shadow: 0 0 5px rgba(0,0,0,0.07);
}
.form-box .box-body {
  padding: 30px 50px;
}
.form-box .btn-primary {
  font-size: 12px;
  padding: 8px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form-box .btn-link {
  font-weight: normal;
  font-size: 13px;
}
.form-box .splitter {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin: 10px 0 30px;
}
.form-box .splitter span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: 10px;
  background: #fff;
  padding: 0 12px;
}
.form-box h2 {
  font-family: 'League Gothic';
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #90c960;
  margin: 0 0 20px;
}
.avatar {
  width: 25px;
  height: 25px;
}
.avatar.avatar-mideum {
  width: 50px;
  height: 50px;
}
.form-page {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: ;
  font-size: 13px;
  margin: 40px 0;
  font-family: ;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
  box-shadow: 0 0 5px rgba(0,0,0,0.07);
}
.form-page .inner {
  padding: 30px 50px;
}
.form-page h2 {
  font-family: 'League Gothic';
  font-size: 38px;
  letter-spacing: 1px;
  color: #90c960;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#cover {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/nyc_cover.jpg');
  background-size: cover;
  width: 100%;
  min-height: 400px;
  margin-bottom: 40px;
  position: relative;
}
#cover .heading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.01)),to(rgba(0,0,0,0.6)));
  background-image: -moz-linear-gradient(rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.6) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000FF,endColorstr=#00000F F);
}
#cover h1 {
  font-size: 36px;
  font-weidht: normal;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.neighborhoods h2,
.neighborhoods h3 {
  font-family: 'League Gothic';
  font-size: 50px;
  line-height: 52px;
  letter-spacing: 1px;
  color: #90c960;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
}
.neighborhoods h3 {
  font-size: 36px;
  line-height: 36px;
  text-align: left;
  margin: 0 0 25px;
}
.neighborhoods .list {
  padding: 20px 0;
}
.neighborhoods .list .col-lg-4 {
  padding-left: 7px;
  padding-right: 7px;
}
.neighborhoods .thumbnail {
  overflow: hidden;
}
.neighborhoods .thumbnail,
.neighborhoods .thumbnail:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.neighborhoods .thumbnail img {
  min-width: 95%;
  margin-top: 7px;
}
.neighborhoods .caption {
  display: block;
  padding: 9px 7px;
  font-size: 12px;
}
.neighborhoods .action-buttons {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
}
.neighborhoods .action-buttons .btn {
  margin: 0 15px;
}
.neighborhoods .demographics {
  margin-top: 20px;
  padding: 30px 0 0;
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e3;
}
.neighborhoods .vibes {
  padding: 30px 0;
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
}
.neighborhoods .galleries {
  padding: 30px 0;
  background-color: #000;
  position: relative;
}
.neighborhoods .galleries p {
  color: #fff;
  margin-bottom: 40px;
}
.neighborhoods #events {
  padding: 30px 0 40px;
}
.neighborhoods #events h3 {
  margin-bottom: 15px;
}
.neighborhoods #events .container {
  position: relative;
}
.neighborhoods #listings {
  padding: 30px 0 40px;
  border-top: 1px solid #ccc;
  background-color: #f8f8f8;
}
.neighborhoods #listings .container {
  position: relative;
}
.neighborhoods .viewall {
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
}
.neighborhoods .buttons {
  text-align: center;
  padding: 20px 0;
}
.neighborhoods .buttons a {
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.statistics {
  padding: 0 40px 50px;
}
.statistics .item {
  border: 2px solid #d6d6d6;
  margin: 0 20px 30px;
  padding: 15px 30px;
  width: 45%;
  -webkit-box-shadow: 0 5px 5px rgba(200,200,200,0.7);
  box-shadow: 0 5px 5px rgba(200,200,200,0.7);
  min-height: 350px;
}
.statistics .item h4 {
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  margin: 0 0 20px -31px;
  width: 220px;
}
.statistics .item p {
  font-size: 16px;
  line-height: 34px;
}
.statistics .item p b {
  font-size: 36px;
  font-weight: normal;
  display: block;
  float: right;
  font-family: 'League Gothic';
  letter-spacing: 1px;
}
.statistics .item .chart {
  width: 100%;
  height: 260px;
  text-align: center;
}
.statistics .item .chart .loading {
  padding-top: 80px;
  display: block;
}
.statistics .rates {
  margin: 0 30px 30px 10px;
  width: 46%;
}
.statistics .rates.full {
  margin: 0 30px 20px 10px;
  width: 94%;
}
.statistics .rate {
  padding: 30px 0;
}
.statistics .rate h4 {
  line-height: 30px;
  margin: 0;
  font-size: 17px;
}
.statistics .rate .scale {
  margin-left: 120px;
}
.scale {
  position: relative;
  font-family: 'League Gothic';
  font-size: 24px;
}
.scale .progress {
  margin-bottom: 0px;
  height: 25px;
}
.scale .scale-current {
  position: absolute;
}
.scale .scale-current .horline {
  position: absolute;
  left: 0%;
  top: -40px;
  height: 40px;
  width: 1px;
  border-left: 2px solid #333;
}
.scale .scale-current .text {
  position: absolute;
  margin-left: -50%;
}
.scale .scale-left .horline,
.scale .scale-right .horline {
  position: absolute;
  top: -40px;
  height: 40px;
  width: 1px;
  border-left: 2px solid #333;
}
.scale .scale-left {
  position: absolute;
  left: 0;
}
.scale .scale-left .horline {
  left: 0;
}
.scale .scale-right {
  position: absolute;
  right: 0;
}
.scale .scale-right .horline {
  right: 0;
}
.vibes {
  padding: 0 0 50px;
}
.vibes-vote {
  padding: 15px 20px;
}
.vibes-vote h3 {
  margin: 0 0 7px;
}
.vibes-vote .item {
  float: left;
  width: 25%;
}
.vibes-vote .item label {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 15px;
}
.vibes-vote .form-group {
  padding-top: 15px;
}
.vibes-vote .control-label {
  padding-left: 0;
  padding-top: 5px;
}
.vibes-vote #message > div {
  margin-bottom: 10px;
  padding-top: 7px;
  padding-bottom: 5px;
}
.vibes-vote #message .success {
  padding: 20px 0;
  font-weight: bold;
}
.vibes-content {
  padding: 30px 100px;
}
.vibes-content .item {
  padding: 0 0 17px;
}
.vibes-content .item.all {
  text-align: center;
}
.vibes-content .text {
  font-size: 17px;
  letter-spacing: 1px;
}
.vibes-content .progress {
  border: 1px solid #ddd;
  box-shadow: none;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/close.png) no-repeat top left;
}
.close-popup:hover {
  background-position: 0 -22px;
}
.gallery {
  overflow: hidden;
}
.gallery .inner {
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px;
}
.gallery .item {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.gallery .item span {
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
}
.gallery .item span strong {
  display: block;
  padding-top: 90px;
  text-align: center;
  color: #fff;
}
.gallery .item img {
  display: block;
  width: 100%;
  transition: all 0.1s ease-out 0.1s;
}
.gallery .item a:hover img,
.gallery .item img:hover {
  width: 110%;
  margin-top: -5%;
  margin-left: -5%;
}
#neighborhood-nav {
  position: fixed;
  top: 50px;
  right: 0;
  background-color: #222;
  width: 100px;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 0 5px 5px rgba(50,50,50,0.7);
  box-shadow: 0 5px 5px rgba(50,50,50,0.7);
}
#neighborhood-nav li a {
  background-color: #222;
  color: #fff;
  padding: 10px 2px;
  border-bottom: 1px solid #666;
  font-family: 'League Gothic';
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}
#neighborhood-nav li.active a {
  padding: 10px 2px 50px;
  color: #90c960;
}
.questions-content .item > a {
  display: block;
  tex-decoration: none;
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.questions-content .item > a .image {
  float: left;
  width: 50px;
  display: block;
  border: 1px solid #eee;
}
.questions-content .item > a .content {
  display: block;
  position: relative;
  margin-left: 65px;
}
.questions-content .item > a .meta {
  display: block;
  font-size: 11px;
  color: #666;
}
.questions-content .item > a strong {
  font-size: 14px;
}
.questions-content .item > a small {
  font-style: italic;
  color: #666;
}
.questions-content .item > a:hover,
.questions-content .item > a:active {
  text-decoration: none;
  border-color: #ddd;
  -webkit-box-shadow: 0 0 5px rgba(200,200,200,0.7);
  box-shadow: 0 0 5px rgba(200,200,200,0.7);
}
.question-details .image {
  float: left;
  width: 50px;
  display: block;
  border: 1px solid #eee;
}
.question-details .content {
  display: block;
  position: relative;
  margin-left: 65px;
  min-height: 55px;
}
.question-details .meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.question-details .meta a {
  color: #555;
}
.question-details h3 {
  font-size: 24px !important;
  border-bottom: 1px solid #ccc;
}
.question-details h4 {
  margin: 0;
}
.question-details .answers {
  margin: 20px 0 30px;
}
.answers .item {
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.answers .image {
  float: left;
  width: 25px;
  display: block;
  border: 1px solid #eee;
}
.answers .content {
  display: block;
  position: relative;
  margin-left: 35px;
  min-height: 40px;
}
.answer-form h3 {
  border-bottom: 0;
  margin: 0 0 10px !important;
}
.answer-form .image {
  float: left;
  width: 50px;
  display: block;
  border: 1px solid #eee;
}
.answer-form .form {
  position: relative;
  margin-left: 65px;
}
.answer-form .form:after,
.answer-form .form:before {
  top: 15px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.answer-form .form:after {
  border-color: rgba(0,0,0,0);
  border-right-color: #fff;
  border-width: 10px;
  margin-left: -20px;
}
.answer-form .form:before {
  border-color: rgba(255,255,255,0);
  border-right-color: #fff;
  border-width: 12px;
  margin-left: -22px;
}
.answer-form .form textarea {
  border: 1px solid #fff;
  height: 100px;
  box-shadow: none;
  margin-bottom: 10px;
  resize: vertical;
}
.btn-join {
  color: #fff;
  background-color: #7bbf42;
  border-color: #74b53d;
  padding: 10px 30px;
  font-size: 24px;
}
.btn-join:hover,
.btn-join:focus,
.btn-join:active,
.btn-join.active,
.open .dropdown-toggle.btn-join {
  color: #fff;
  background-color: #76b83e;
  border-color: #6aa538;
}
.btn-join:active,
.btn-join.active,
.open .dropdown-toggle.btn-join {
  background-image: none;
}
.btn-join.disabled,
.btn-join.disabled:hover,
.btn-join.disabled:focus,
.btn-join.disabled:active,
.btn-join.disabled.active,
.btn-join[disabled],
.btn-join[disabled]:hover,
.btn-join[disabled]:focus,
.btn-join[disabled]:active,
.btn-join[disabled].active,
fieldset[disabled] .btn-join,
fieldset[disabled] .btn-join:hover,
fieldset[disabled] .btn-join:focus,
fieldset[disabled] .btn-join:active,
fieldset[disabled] .btn-join.active {
  background-color: #7bbf42;
  border-color: #74b53d;
}
.btn-facebook {
  color: #fff;
  background-color: #3C599D;
  border-color: #385392;
  border-width: 0px;
  font-size: 15px;
  padding: 0;
}
.btn-facebook .fa {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 8px 14px;
  font-size: 26px;
  border-right: 1px solid #405fa8;
  -webkit-box-shadow: 1px 0px 0px rgba(255,255,255,0.08);
  box-shadow: 1px 0px 0px rgba(255,255,255,0.08);
}
.btn-facebook span {
  display: block;
  position: relative;
  margin-left: 40px;
  height: 42px;
  line-height: 42px;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #395596;
  border-color: #324a83;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook.disabled:hover,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled],
.btn-facebook[disabled]:hover,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3C599D;
  border-color: #385392;
}
.btn-twitter {
  color: #fff;
  background-color: #598dca;
  border-color: #385392;
  border-width: 0px;
  font-size: 15px;
  padding: 0;
}
.btn-twitter .icon {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  border-right: 1px solid #405fa8;
  -webkit-box-shadow: 1px 0px 0px rgba(255,255,255,0.08);
  box-shadow: 1px 0px 0px rgba(255,255,255,0.08);
  margin: 3px;
}
.btn-twitter span {
  display: block;
  position: relative;
  margin-left: 40px;
  height: 42px;
  line-height: 42px;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #5188c8;
  border-color: #324a83;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter.disabled:hover,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled],
.btn-twitter[disabled]:hover,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter.active {
  background-color: #598dca;
  border-color: #385392;
}
.btn-green {
  color: #fff;
  background-color: #85bb3a;
  border-color: #85bb3a;
  padding: 8px 15;
  text-align: center;
  font-size: 13px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #7fb338;
  border-color: #7aab35;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
  background-color: #85bb3a;
  border-color: #85bb3a;
}
.btn-blue {
  color: #fff;
  background-color: #303d8d;
  border-color: #303d8d;
  padding: 8px 15;
  text-align: center;
  font-size: 13px;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #2d3a85;
  border-color: #2b367e;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #303d8d;
  border-color: #303d8d;
}
.btn-red {
  color: #fff;
  background-color: #d2322d;
  border-color: #d2322d;
  padding: 8px 15;
  text-align: center;
  font-size: 13px;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #ca302b;
  border-color: #c12e29;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #d2322d;
  border-color: #d2322d;
}
.btn-details {
  color: #fff;
  background-color: #85bb3a;
  border-color: #85bb3a;
  padding: 3px 10px;
  text-align: center;
  font-size: 12px;
}
.btn-details:hover,
.btn-details:focus,
.btn-details:active,
.btn-details.active,
.open .dropdown-toggle.btn-details {
  color: #fff;
  background-color: #7fb338;
  border-color: #7aab35;
}
.btn-details:active,
.btn-details.active,
.open .dropdown-toggle.btn-details {
  background-image: none;
}
.btn-details.disabled,
.btn-details.disabled:hover,
.btn-details.disabled:focus,
.btn-details.disabled:active,
.btn-details.disabled.active,
.btn-details[disabled],
.btn-details[disabled]:hover,
.btn-details[disabled]:focus,
.btn-details[disabled]:active,
.btn-details[disabled].active,
fieldset[disabled] .btn-details,
fieldset[disabled] .btn-details:hover,
fieldset[disabled] .btn-details:focus,
fieldset[disabled] .btn-details:active,
fieldset[disabled] .btn-details.active {
  background-color: #85bb3a;
  border-color: #85bb3a;
}
.btn-icon {
  color: #000;
  background-color: #fff;
  border-color: #eee;
  padding: 3px 0;
  width: 40px;
  text-align: center;
  font-size: 13px;
}
.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active,
.btn-icon.active,
.open .dropdown-toggle.btn-icon {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
}
.btn-icon:active,
.btn-icon.active,
.open .dropdown-toggle.btn-icon {
  background-image: none;
}
.btn-icon.disabled,
.btn-icon.disabled:hover,
.btn-icon.disabled:focus,
.btn-icon.disabled:active,
.btn-icon.disabled.active,
.btn-icon[disabled],
.btn-icon[disabled]:hover,
.btn-icon[disabled]:focus,
.btn-icon[disabled]:active,
.btn-icon[disabled].active,
fieldset[disabled] .btn-icon,
fieldset[disabled] .btn-icon:hover,
fieldset[disabled] .btn-icon:focus,
fieldset[disabled] .btn-icon:active,
fieldset[disabled] .btn-icon.active {
  background-color: #fff;
  border-color: #ddd;
}
.brand {
  text-indent: -5555px;
  display: block;
  width: 152px;
  height: 36px;
  background: transparent url('../img/logo.png') no-repeat top left;
  margin: 7px 0 0;
}
#navigation > li > a {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
}
#navigation .user-profile > a {
  padding-top: 13px;
  padding-bottom: 12px;
  padding-right: 5px;
}
#navigation .nav-login a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#navigation .nav-signup a {
  padding: 11px 0 9px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#navigation .nav-signup a span {
  background-color: #7bbf42;
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
}
#navigation .nav-signup a:hover span {
  background-color: #6fad3b;
}
#navigation .user-action > a {
  padding-left: 6px;
  padding-right: 6px;
}
#navigation .user-action.open > a,
#navigation .user-action.open > a:hover,
#navigation .user-action.open > a:focus {
  background-color: #fff;
  color: #333;
}
#navigation .user-action.open > a .caret,
#navigation .user-action.open > a:hover .caret,
#navigation .user-action.open > a:focus .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}
#navigation .user-action .dropdown-menu {
  border: none;
}
#footer {
  background-color: #000;
  height: 250px;
  margin-top: -250px;
  position: relative;
  overflow: hidden;
}
#footer > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copy {
  padding: 15px 0;
  background-color: #222;
  color: #eee;
  font-size: 11px;
}
.footer-nav strong {
  font-family: 'League Gothic';
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ccc;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  padding: 0 0 5px;
}
.footer-nav a {
  color: #ccc;
  font-weight: normal;
}
.checkblue,
.radioblue {
  display: block;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../img/plugins/blue.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  margin-right: 7px;
}
.checkblue {
  background-position: 0 0;
}
.checkblue.hover {
  background-position: -20px 0;
}
.checkblue.checked {
  background-position: -40px 0;
}
.checkblue.disabled {
  background-position: -60px 0;
  cursor: default;
}
.checkblue.checked.disabled {
  background-position: -80px 0;
}
.radioblue {
  background-position: -100px 0;
}
.radioblue.hover {
  background-position: -120px 0;
}
.radioblue.checked {
  background-position: -140px 0;
}
.radioblue.disabled {
  background-position: -160px 0;
  cursor: default;
}
.radioblue.checked.disabled {
  background-position: -180px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .checkblue,
  .radioblue {
    background-image: url(../img/plugins/blue@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
.jslider .jslider-bg i,
.jslider .jslider-pointer {
  background: url(../img/plugins/jslider.png) no-repeat 0 0;
}
.jslider {
  display: block;
  width: 100%;
  height: 1em;
  position: relative;
  top: 0.6em;
}
.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.jslider td,
.jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top;
}
.jslider .jslider-bg {
  position: relative;
}
.jslider .jslider-bg i {
  height: 8px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}
.jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0;
}
.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 8px;
  background-repeat: repeat-x;
  background-position: 0 -40px;
}
.jslider .jslider-pointer {
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -8px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  cursor: pointer;
  cursor: hand;
}
.jslider .jslider-pointer-hover {
  background-position: -20px -60px;
}
.jslider .jslider-pointer-to {
  left: 80%;
}
.jslider .jslider-label {
  font-size: 11px;
  line-height: 12px;
  color: black;
  opacity: 0.4;
  white-space: nowrap;
  padding: 0px 2px;
  position: absolute;
  top: -18px;
  left: 0px;
}
.jslider .jslider-label-to {
  left: auto;
  right: 0;
}
.jslider .jslider-value {
  font-size: 11px;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -19px;
  left: 20%;
  line-height: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.jslider .jslider-value-to {
  left: 80%;
}
.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}
.jslider .jslider-scale {
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999;
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
  display: none;
}
.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 160px;
  width: 100%;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#0088cc,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#0088cc,#0077b3);
  background-image: -o-linear-gradient(top,#0088cc,#0077b3);
  background-image: linear-gradient(to bottom,#0088cc,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead .tt-hint {
  display: block;
  height: 28px;
  padding: 3px 12px;
  border: 1px solid transparent;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#ffffff),color-stop(50%,#f6f6f6),color-stop(52%,#eeeeee),color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background: -moz-linear-gradient(top,#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background: -o-linear-gradient(top,#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background: linear-gradient(top,#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0,0,0,0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%,#ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 6px 12px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  font-weight: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 2px 0 2px 5px;
  padding: 5px 20px 5px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  line-height: 15px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 7px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#eeeeee),color-stop(80%,#ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%,#ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%,#ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%,#ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%,#ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../img/plugins/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/plugins/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/plugins/blank.gif);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/plugins/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
  width: 100%;
}
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  max-height: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -2px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#0088cc,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#0088cc,#0077b3);
  background-image: -o-linear-gradient(top,#0088cc,#0077b3);
  background-image: linear-gradient(to bottom,#0088cc,#0077b3);
  background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.ib-top {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.ib-top h3 {
  font-size: 28px;
}
.ib-main-wrapper {
  width: 100%;
  overflow: hidden;
  outline: none;
}
.ib-main {
  width: 100%;
}
.ib-main a {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  margin: 0px;
  background-size: 110% 110%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover {
  background: #fff url(../img/ajax-loader.gif) no-repeat center center;
  background-size: 31px 31px;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img {
  opacity: 0.5;
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span {
  display: none;
}
.ib-main a img {
  min-width: 100%;
  max-width: 100%;
  opacity: 0.95;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib-main > a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  bottom: -20px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,0.4);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib-main a:hover > span {
  bottom: 0px;
}
.ib-main a:hover img {
  opacity: 0.8;
}
.ib-main a:hover {
  background-size: 100% 100%;
}
.ib-content {
  background: #f9f9f9;
}
.ib-content .ib-teaser {
  text-align: center;
  background: #333;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ib-teaser h2 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  padding-top: 40%;
  text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-teaser h2 span {
  text-transform: none;
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  display: block;
}
.ib-content .ib-teaser:hover {
  background: #000;
}
.ib-content-preview {
  position: absolute;
  top: 51px;
  left: 0px;
  background: #000;
  width: 100%;
  height: 630px;
  display: none;
}
.ib-content-preview .ib-teaser h2 {
  font-size: 50px;
  padding: 85px 40px 20px 40px;
}
.ib-content-preview .ib-teaser span {
  padding: 20px 0px 0px 5px;
  font-size: 22px;
}
.ib-content-full {
  font-family: 'Oswald';
  text-transform: none;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 1px solid #333;
  padding: 20px 0px;
  font-size: 16px;
}
.ib-content-full p {
  padding: 5px 0px;
}
.ib-preview {
  background-color: #000;
  overflow: hidden;
  position: fixed;
  top: 51px;
  display: none;
  z-index: 9999;
  overflow-y: hidden;
}
.ib-preview-descr {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 10px 30px;
  z-index: 999;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.4);
}
.ib-preview img {
  position: absolute;
}
.ib-nav span {
  width: 53px;
  height: 87px;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  cursor: pointer;
  text-indent: -9000px;
  opacity: 0.6;
  z-index: 999;
  background: transparent url(../img/nav.png) no-repeat top right;
  right: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ib-nav span.ib-nav-prev {
  background-position: top left;
  left: 10px;
  right: auto;
}
.ib-close {
  top: 10px;
  right: 10px;
  background: transparent url(../img/close.png) no-repeat 0 0;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 999;
  text-indent: -9000px;
}
.ib-close:hover {
  background-position: 0 -22px;
}
.ib-loading-large {
  text-indent: -9000px;
  width: 60px;
  height: 60px;
  background: #fff url(../img/ajax-loader.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../img/plugins/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../img/plugins/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
