#wrap {
  background: #8F1F51 url("../img/top.jpg") center top repeat-x fixed;
  background-size: auto;
  position: relative;
  z-index: 0; }

.wrap {
  padding-left: 15px;
  padding-right: 15px; }

.container {
  width: 960px;
  max-width: 100%; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 14px;
  padding-right: 14px; }

.hasWatermark::after {
  background-image: url("../img/watermark.png"); }

.absoluteLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body, html {
  min-width: 320px;
  overflow-x: hidden; }

a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none; }

body {
  margin: 0;
  color: black;
  /*    background: url('../img/pattern.png');
      background-repeat: repeat;
      background-position: center top;*/
  font-family: 'Roboto Condensed', sans-serif; }

.pull-right {
  float: right; }

.white {
  padding-bottom: 20px;
  background: white;
  overflow: hidden; }

.wrap {
  width: 100%;
  margin: 0 auto; }

h3 {
  font-size: 18px; }

#offersList, #sideOffers, #seenOffers, #favoriteOffers {
  padding-top: 10px;
  margin-left: -14px;
  /*overflow: hidden;*/
  margin-right: -14px; }
  #offersList .bar, #sideOffers .bar, #seenOffers .bar, #favoriteOffers .bar {
    background: #D73A81;
    margin-left: -5px;
    margin-right: -5px;
    color: white;
    padding: 10px;
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      #offersList .bar, #sideOffers .bar, #seenOffers .bar, #favoriteOffers .bar {
        margin-left: 15px;
        margin-right: 15px; } }
  #offersList .offer .card, #sideOffers .offer .card, #seenOffers .offer .card, #favoriteOffers .offer .card {
    position: relative;
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    padding: 3px;
    background: transparent;
    box-shadow: none;
    border: 2px solid #000; }
    #offersList .offer .card .photo, #sideOffers .offer .card .photo, #seenOffers .offer .card .photo, #favoriteOffers .offer .card .photo {
      position: relative;
      padding-top: 75%;
      overflow: hidden; }
      #offersList .offer .card .photo span, #sideOffers .offer .card .photo span, #seenOffers .offer .card .photo span, #favoriteOffers .offer .card .photo span {
        position: absolute;
        background-size: cover;
        bachground-position: center top;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    #offersList .offer .card .data, #sideOffers .offer .card .data, #seenOffers .offer .card .data, #favoriteOffers .offer .card .data {
      background: black;
      /*overflow: hidden;*/
      margin-left: -3px;
      margin-right: -3px;
      padding: 7px 10px;
      color: #fff;
      position: relative;
      font-size: 14px; }
      #offersList .offer .card .data::after, #sideOffers .offer .card .data::after, #seenOffers .offer .card .data::after, #favoriteOffers .offer .card .data::after {
        position: absolute;
        /*z-index: 2;*/
        display: block;
        content: '';
        left: 10px;
        top: -17px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 17px 10px;
        border-color: transparent transparent #000000 transparent; }
      #offersList .offer .card .data > b, #sideOffers .offer .card .data > b, #seenOffers .offer .card .data > b, #favoriteOffers .offer .card .data > b {
        font-weight: normal; }
      #offersList .offer .card .data h4, #sideOffers .offer .card .data h4, #seenOffers .offer .card .data h4, #favoriteOffers .offer .card .data h4 {
        margin-top: 0;
        margin-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: normal; }
        #offersList .offer .card .data h4 > b, #sideOffers .offer .card .data h4 > b, #seenOffers .offer .card .data h4 > b, #favoriteOffers .offer .card .data h4 > b {
          font-weight: normal;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
      #offersList .offer .card .data > p, #sideOffers .offer .card .data > p, #seenOffers .offer .card .data > p, #favoriteOffers .offer .card .data > p {
        margin-top: 20px;
        height: 80px;
        overflow: hidden; }
    #offersList .offer .card .data2, #sideOffers .offer .card .data2, #seenOffers .offer .card .data2, #favoriteOffers .offer .card .data2 {
      overflow: hidden;
      padding: 10px 10px 7px; }
      #offersList .offer .card .data2 *, #sideOffers .offer .card .data2 *, #seenOffers .offer .card .data2 *, #favoriteOffers .offer .card .data2 * {
        color: black; }
      #offersList .offer .card .data2 .addFavButton, #sideOffers .offer .card .data2 .addFavButton, #seenOffers .offer .card .data2 .addFavButton, #favoriteOffers .offer .card .data2 .addFavButton {
        position: relative;
        z-index: 10;
        font-size: 22px;
        float: left; }
        #offersList .offer .card .data2 .addFavButton *, #sideOffers .offer .card .data2 .addFavButton *, #seenOffers .offer .card .data2 .addFavButton *, #favoriteOffers .offer .card .data2 .addFavButton * {
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s; }
        #offersList .offer .card .data2 .addFavButton:hover *, #sideOffers .offer .card .data2 .addFavButton:hover *, #seenOffers .offer .card .data2 .addFavButton:hover *, #favoriteOffers .offer .card .data2 .addFavButton:hover * {
          color: white !important; }
      #offersList .offer .card .data2 span, #sideOffers .offer .card .data2 span, #seenOffers .offer .card .data2 span, #favoriteOffers .offer .card .data2 span {
        float: right;
        fnt-size: 14px;
        aline-height: 14px;
        margin-top: -2px; }
    #offersList .offer .card:hover, #sideOffers .offer .card:hover, #seenOffers .offer .card:hover, #favoriteOffers .offer .card:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -khtml-transform: scale(1.05); }
  @media screen and (max-width: 419px) {
    #offersList .offer, #sideOffers .offer, #seenOffers .offer, #favoriteOffers .offer {
      width: 100%; } }
  #offersList h3, #offersList .alert, #sideOffers h3, #sideOffers .alert, #seenOffers h3, #seenOffers .alert, #favoriteOffers h3, #favoriteOffers .alert {
    margin-left: 14px;
    margin-right: 14px;
    border: none;
    border-radius: 0; }
  #offersList h3, #sideOffers h3, #seenOffers h3, #favoriteOffers h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    /*    background: url('../img/pattern2.png');
        background-repeat: repeat;
        background-position: center top;*/
    text-align: center;
    color: white; }
  #offersList .alert, #sideOffers .alert, #seenOffers .alert, #favoriteOffers .alert {
    background: white;
    color: black; }

.alert {
  background: white;
  color: black !important;
  border: none;
  border-radius: 0; }

#offer {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 14px; }
  #offer .card {
    overflow: hidden;
    padding-top: 20px; }
  #offer .gallery {
    text-align: center; }
    #offer .gallery .galleryMainPhoto {
      max-width: 100%;
      display: inline-block;
      overflow: hidden;
      /*border-radius: 3px;*/ }
      @media screen and (min-width: 1300px) {
        #offer .gallery .galleryMainPhoto {
          width: 100%; }
          #offer .gallery .galleryMainPhoto img {
            width: 100%; } }
      @media screen and (max-width: 991px) {
        #offer .gallery .galleryMainPhoto {
          margin-bottom: 40px; } }
      #offer .gallery .galleryMainPhoto img {
        max-width: 100%; }
  #offer .offerDetails {
    margin-top: 10px;
    color: #FFFFFF; }
  #offer .city {
    font-size: 12px;
    color: #454198;
    text-transform: uppercase;
    margin-bottom: 35px; }
  #offer .data > b {
    font-weight: normal; }
  #offer p.description {
    text-align: justify; }
  #offer h2, #offer b {
    color: #000; }
  #offer h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 5px;
    color: #C10100;
    font-weight: normal; }
    #offer h2 > b {
      font-weight: normal;
      float: left; }
  #offer .addFavButton {
    font-size: 16px;
    color: black;
    font-weight: normal;
    text-transform: lowercase;
    margin-right: 14px;
    font-family: inherit; }
  #offer .galleryMiniPhotos {
    overflow: hidden;
    margin-left: -20px; }
    @media screen and (max-width: 767px) {
      #offer .galleryMiniPhotos {
        margin-left: 0; } }
    #offer .galleryMiniPhotos > div {
      width: 50%;
      padding: 0 5px;
      float: left;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #offer .galleryMiniPhotos > div {
          width: 20%; } }
      @media screen and (max-width: 499px) {
        #offer .galleryMiniPhotos > div {
          width: 25%; } }
      @media screen and (max-width: 399px) {
        #offer .galleryMiniPhotos > div {
          width: 33.33%; } }
      #offer .galleryMiniPhotos > div > div {
        cursor: pointer;
        overflow: hidden;
        border-radius: 0; }
        #offer .galleryMiniPhotos > div > div img {
          max-width: 100%; }
  #offer .contact {
    font-size: 16px; }
    #offer .contact > div {
      padding-left: 32px;
      margin: 10px 0 20px;
      position: relative; }
      #offer .contact > div b {
        color: #000;
        font-size: 18px; }
        #offer .contact > div b.small {
          font-size: 12px; }
      #offer .contact > div.sms::before {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f0e0"; }
      #offer .contact > div.ivr::before {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 0;
        left: 0;
        font-family: FontAwesome;
        content: "\f095"; }

#mainNavbar {
  background: #FF1168;
  color: white;
  font-weight: bold;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  border-bottom: #9E1E4C 5px solid; }
  #mainNavbar a {
    display: inline-block;
    margin-right: 20px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s;
    /*        &:first-child{
                font-size: 22px;
                margin-right: 30px;
                
                i.fa{
                    position: relative;
                    top: 2px;
                }
            }*/
    /*        @media screen and (max-width: 529px){
                    display: block;
                   margin: 0;
                }*/ }
    #mainNavbar a:hover {
      color: #9E1E4C; }
    #mainNavbar a.bookmarkButton {
      font-size: 14px;
      text-transform: lowercase; }
      #mainNavbar a.bookmarkButton i.fa {
        margin-right: 5px;
        font-size: 0.9em; }
    #mainNavbar a i.fa {
      margin-right: 5px; }

#secondNavbar {
  line-height: 30px;
  padding-bottom: 5px;
  background: #9E1E4C;
  text-align: center;
  font-size: 14px; }
  #secondNavbar .wrap {
    overflow: hidden; }
  #secondNavbar.border {
    border-bottom: 5px solid #25020F; }
  #secondNavbar a {
    color: white;
    display: inline-block;
    margin: 0 5px;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s; }
    #secondNavbar a:hover {
      color: #FF1168; }

#thirdNavbar {
  background: #25020F;
  color: white; }
  #thirdNavbar .wrap {
    overflow: hidden; }
  #thirdNavbar .citySearch {
    height: 40px;
    display: flex;
    float: right;
    align-items: center; }
  #thirdNavbar > .wrap {
    overflow: hidden; }
    #thirdNavbar > .wrap > div {
      width: 50%;
      padding: 0 10px;
      float: left; }
      @media screen and (max-width: 899px) {
        #thirdNavbar > .wrap > div {
          overflow: hidden;
          width: auto;
          float: none;
          text-align: center; }
          #thirdNavbar > .wrap > div > * {
            display: inline-block;
            float: none;
            max-width: 100%;
            margin: 10px 0; }
          #thirdNavbar > .wrap > div > form {
            margin-top: 0; }
          #thirdNavbar > .wrap > div script {
            display: none; } }
  #thirdNavbar input[type=submit] {
    float: left; }

.citySearch input[type=text] {
  float: left;
  height: 30px;
  border: none;
  margin: 0;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  border-bottom: 3px solid #9E1E4C;
  text-transform: none; }
.citySearch input[type=submit] {
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#footer {
  width: auto;
  overflow: hidden;
  background: #D73A81;
  font-size: 13px;
  line-height: 1.2em;
  padding: 20px 0;
  color: #fff; }
  #footer a {
    text-decoration: underline; }

.alert, .empty {
  padding: 10px 20px !important;
  text-align: justify !important; }

.list-view .items::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }
.list-view .pager {
  clear: both; }
  .list-view .pager ul.yiiPager {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 12px; }
    .list-view .pager ul.yiiPager li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px; }
      .list-view .pager ul.yiiPager li.hidden {
        display: none; }
      .list-view .pager ul.yiiPager li a {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        display: inline-block;
        width: 30px;
        text-align: center;
        line-height: 26px;
        color: black;
        height: 30px;
        padding: 0;
        border: 2px solid #000;
        background: transparent;
        border-radius: 5px;
        font-weight: normal;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
        font-size: 18px; }
      .list-view .pager ul.yiiPager li.selected a, .list-view .pager ul.yiiPager li:hover a {
        color: #fff;
        border: 2px solid #fff;
        /*font-weight: bold;*/ }

.logo img {
  max-width: 100%; }

#top {
  position: relative;
  /*border-bottom: 10px solid #000000;*/
  /*    background: url('../img/pattern2.png');
      background-repeat: repeat;
      background-position: center top;*/
  padding: 10px 0;
  /*box-shadow: 0 75px 75px -75px black inset;*/ }
  @media screen and (max-width: 999px) {
    #top {
      text-align: center; } }
  #top .bookmarkButton {
    float: right;
    font-size: 18px; }
    @media screen and (max-width: 999px) {
      #top .bookmarkButton {
        float: none;
        overflow: hidden;
        clear: both;
        display: inline-block;
        margin-bottom: 15px; } }
  #top .topBar {
    overflow: hidden;
    padding: 5px 15px;
    background: #D73A81;
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 999px) {
      #top .topBar {
        margin-left: 0;
        margin-right: 0; }
        #top .topBar .categories {
          text-align: center;
          float: none; }
        #top .topBar #ageFilter {
          float: none;
          margin: 0 auto;
          margin-top: 10px; } }
    @media screen and (max-width: 599px) {
      #top .topBar #ageFilter form {
        margin: 10px auto;
        float: none;
        display: inline-block;
        clear: both; } }

.text {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px; }

#page {
  /*min-height: 100vh;*/
  /*background: #EDE6DE;*/
  /*box-shadow: 0 0 2px  rgba(black, 0.3);*/ }

#enterPrompt {
  background: #8F1F51 url("../img/top.jpg") center top repeat-x;
  width: 100%;
  min-width: 320px; }
  #enterPrompt .container {
    padding: 20px;
    width: 560px;
    margin: 40px auto; }
  #enterPrompt img {
    max-width: 100%; }
  #enterPrompt p {
    margin: 20px 0;
    text-align: justify; }
  @media screen and (max-width: 999px) {
    #enterPrompt {
      padding-left: 20px;
      padding-right: 20px; } }
  #enterPrompt > div {
    color: black;
    font-size: 15px;
    text-align: justify;
    text-align: left; }
    #enterPrompt > div a.pelno {
      display: block;
      width: 125px;
      max-width: 100%;
      line-height: 40px;
      height: 40px;
      background: #000;
      border-radius: 5px;
      margin: 0 auto;
      color: #FFFFFF;
      font-family: inherit;
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      transition: 0.3s ease 0s;
      -webkit-transition: 0.3s ease 0s;
      -ms-transition: 0.3s ease 0s;
      -o-transition: 0.3s ease 0s;
      -moz-transition: 0.3s ease 0s;
      -khtml-transition: 0.3s ease 0s; }
      #enterPrompt > div a.pelno:hover, #enterPrompt > div a.pelno:active, #enterPrompt > div a.pelno:focus {
        color: #000;
        background: white; }

.addFavButton {
  color: #9E1E4C;
  font-weight: bold; }
  .addFavButton i.fa {
    font-size: 0.8em;
    margin-right: 5px;
    position: relative;
    top: -1px; }

.border {
  background: #9E1E4C;
  height: 0; }
  .border#secondNavbar {
    height: auto; }
  .border.margin {
    margin-top: 20px; }

.nogeo {
  overflow: hidden;
  text-align: center; }
  .nogeo h3 {
    text-align: left; }
  .nogeo .citySearch {
    display: inline-block;
    margin: 20px auto; }

.nogeo, .errorSite {
  /*    padding: 20px;
      background: #FEFEFE;
      box-shadow: 0 -3px 2px rgba(black, 0.5);*/ }

input[type=submit] {
  border: none;
  height: 50px;
  display: block;
  color: white;
  font-size: 18px;
  width: 200px;
  margin: 10px auto;
  line-height: 50px;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  background: #e15d85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e15d85 0%, #bc2a59 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e15d85 0%, #bc2a59 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e15d85 0%, #bc2a59 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e15d85', endColorstr='#bc2a59',GradientType=0 );
  /* IE6-9 */ }
  input[type=submit]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc2a59+0,e15d85+100 */
    background: #bc2a59;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bc2a59 0%, #e15d85 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bc2a59 0%, #e15d85 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bc2a59 0%, #e15d85 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2a59', endColorstr='#e15d85',GradientType=0 );
    /* IE6-9 */ }

a.button {
  margin: 10px auto;
  display: block;
  width: 140px;
  max-width: 100%;
  line-height: 50px;
  height: 52px;
  background: #000;
  color: #fff !important;
  font-family: inherit;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  a.button:hover, a.button:active, a.button:focus {
    background: #fff;
    color: #000 !important; }

.status.dostepne {
  color: #FF1168; }
.status.zajete {
  color: #9E1E4C; }
.status.niedostepne {
  color: #25020F; }

.card {
  background: #FEFEFE;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.5); }

.categories {
  float: left; }
  .categories a {
    text-transform: lowercase;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    display: inline-block;
    font-size: 22px;
    margin-right: 10px; }
    .categories a::after {
      display: inline-block;
      content: '|';
      margin-left: 10px;
      color: black !important; }
    .categories a:last-child {
      margin-right: 0; }
      .categories a:last-child::after {
        display: none;
        content: none; }
    .categories a:hover {
      color: #fff; }

#ageFilter {
  float: right;
  /*    @media screen and (max-width: 767px){
          width: 230px;
          max-wodth: 100%;
          margin: 0 auto 5px;
      }
      @media screen and (max-width: 489px){
          form{
              float: none !important;
              width: 230px;
              display: block;
              margin: 0 auto;
          }
      }*/ }
  #ageFilter b {
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
    float: left; }
  #ageFilter form {
    dsplay: block;
    float: right; }
    #ageFilter form:last-child {
      float: left;
      margin-right: 60px; }
  #ageFilter .rangeSlider {
    font-size: 16px;
    line-height: 19px;
    float: left;
    margin: 0 5px 0 0; }
    #ageFilter .rangeSlider .ageRangeWrapper {
      float: left;
      width: 85px;
      margin: 3px 7px 0 12px; }
    #ageFilter .rangeSlider .ui-slider {
      background: #999999;
      height: 10px;
      border: none; }
    #ageFilter .rangeSlider .ui-slider-handle, #ageFilter .rangeSlider .ui-slider-range {
      cursor: pointer; }
    #ageFilter .rangeSlider .ui-slider-range {
      height: 10px;
      background: #FFFFFF; }
    #ageFilter .rangeSlider .ui-slider-handle {
      background: #020100;
      width: 18px;
      height: 18px;
      border-radius: 10px;
      border: 1px solid #FFFFFF;
      /*border: 1px solid rgba(transparent, 0.3);*/
      top: -4px; }
      #ageFilter .rangeSlider .ui-slider-handle::after {
        position: absolute;
        top: 4px;
        border-radius: 10px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        display: block;
        margin: auto;
        background: white;
        box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.6);
        content: ''; }
  #ageFilter input[type=submit] {
    float: right;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    text-transform: none;
    width: 91px;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    border-radius: 5px;
    height: 32px;
    margin: 0;
    background: #000; }
    #ageFilter input[type=submit]:hover {
      color: #000;
      background: #fff; }

.citySearch {
  overflow: hidden;
  border: 1px solid black;
  width: 265px;
  max-width: 100%;
  border-radius: 5px;
  background: white;
  overflow: hidden; }
  .citySearch input[type=text] {
    width: 60%;
    width: calc(100% - 100px);
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    background: #FFFFFF;
    border: none;
    color: #000;
    height: 30px;
    font-size: 14px;
    border-radius: 0; }
  .citySearch input[type=submit], .citySearch button {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    border-radius: 3px 0 0 3px;
    width: 40%;
    width: calc(100px + 0px);
    height: 30px;
    line-height: 30px;
    border: none;
    background: #000;
    color: #fff;
    border-left: 1px solid black;
    font-size: 16px;
    text-transform: none; }
    .citySearch input[type=submit]:hover, .citySearch button:hover {
      color: black;
      background: white; }

.filters {
  overflow: hidden;
  margin-bottom: 10px; }

.sidemenu a.logo {
  display: inline-block;
  text-align: center;
  margin-top: 10px; }
  .sidemenu a.logo img {
    max-width: 100%; }

.pink {
  background: #FB76CF; }
