#wrap {
  background: url("../img/back.jpg") center top;
  z-index: 0;
  background-size: auto;
  position: relative;
  z-index: 0; }
  #wrap::after {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+94,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  #wrap::before {
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }

.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: 43px;
  padding-right: 43px; }

.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: #ECECEC;
  /*    background: url('../img/pattern.png');
      background-repeat: repeat;
      background-position: center top;*/
  font-family: 'Roboto Condensed', Arial, sans-serif; }

.pull-right {
  float: right; }

.white {
  padding-bottom: 20px;
  background: white;
  overflow: hidden; }

.wrap {
  width: 100%;
  margin: 0 auto; }

h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px; }

#offersList, #sideOffers, #seenOffers, #favoriteOffers {
  /*padding-top: 10px;*/
  margin-left: -43px;
  /*overflow: hidden;*/
  margin-right: -43px; }
  #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 {
    background: #F3F3F5;
    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: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
    #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 {
      /*overflow: hidden;*/
      padding: 8px 0 0;
      color: #000;
      position: relative;
      font-size: 14px; }
      #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;
        color: #000; }
        #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: 599px) {
    #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: 43px;
    margin-right: 43px;
    border-radius: 0; }
  #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-left: -45px;
  margin-right: -45px;
  background: #F3F3F5;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  color: #000;
  font-size: 14px; }
  #offer .card {
    overflow: hidden;
    padding-top: 20px; }
  @media screen and (max-width: 479px) {
    #offer .col-xs-6 {
      width: 100%; } }
  #offer .gallery {
    text-align: center;
    margin-left: -43px;
    margin-right: -43px; }
    #offer .gallery .galleryMainPhoto {
      max-width: 100%;
      width: 274px;
      display: inline-block;
      overflow: hidden;
      /*border-radius: 3px;*/ }
      #offer .gallery .galleryMainPhoto img {
        width: 100%; }
      #offer .gallery .galleryMainPhoto img {
        max-width: 100%; }
  #offer .city {
    font-size: 12px;
    color: #454198;
    text-transform: uppercase;
    margin-bottom: 35px; }
  #offer .data {
    margin-top: 85px; }
    @media screen and (max-width: 767px) {
      #offer .data {
        margin-top: 20px; } }
    #offer .data > b {
      font-weight: bold; }
  #offer p.data, #offer p.description {
    text-align: justify; }
  #offer p.description {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      #offer p.description {
        margin-top: 20px; } }
  #offer h2, #offer b {
    color: #C20200; }
  #offer h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 40px;
    color: #C20200; }
    @media screen and (max-width: 767px) {
      #offer h2 {
        margin-top: 20px;
        margin-bottom: 20px; } }
    #offer h2 > b {
      font-weight: normal;
      float: left; }
  #offer .addFavButton {
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-transform: lowercase;
    font-family: inherit;
    margin-top: 5px; }
  #offer .galleryMiniPhotos {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: -48px;
    margin-right: -48px; }
    #offer .galleryMiniPhotos > div {
      width: 10%;
      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 {
    padding: 10px 0;
    font-size: 16px; }
    #offer .contact .ivr {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #offer .contact .ivr {
          margin-bottom: 20px; } }
    #offer .contact > div {
      position: relative; }
      #offer .contact > div b {
        color: #C20200;
        font-size: 18px; }
        #offer .contact > div b.small {
          font-size: 12px; }

#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; }

.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;
  font-family: 'Roboto Slab', serif;
  overflow: hidden;
  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: center;
    margin-bottom: 20px; }
    .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: 30px;
        color: #36322F;
        height: 30px;
        padding: 0;
        border: none;
        background: #F3F3F3;
        border-radius: 5px;
        font-weight: normal;
        box-shadow: none;
        font-size: 18px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
      .list-view .pager ul.yiiPager li.selected a, .list-view .pager ul.yiiPager li:hover a {
        color: #E50100;
        /*font-weight: bold;*/ }

.logo {
  min-height: 40px;
  display: inline-block; }
  .logo img {
    max-width: 100%; }

#top {
  font-family: 'Roboto Slab', serif;
  position: relative;
  text-align: left;
  /*border-bottom: 10px solid #000000;*/
  /*    background: url('../img/pattern2.png');
      background-repeat: repeat;
      background-position: center top;*/
  padding: 10px 0 30px;
  /*box-shadow: 0 75px 75px -75px black inset;*/ }
  #top .laska {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 39px;
    /*        @media screen and (max-width: 1199px){
                display: none;
            }*/ }
    @media screen and (max-width: 767px) {
      #top .laska {
        top: 30px; } }
    @media screen and (max-width: 539px) {
      #top .laska {
        right: 19px; } }
  #top > div:first-child {
    text-align: left; }
  @media screen and (max-width: 999px) {
    #top {
      text-align: center; } }
  #top .text {
    text-align: left; }
  #top .bookmarkButton {
    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;
    font-size: 14px;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    float: right;
    background: white;
    margin-top: -10px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 210px; }
    @media screen and (max-width: 767px) {
      #top .bookmarkButton {
        margin-top: 10px;
        margin-bottom: 120px; } }
    #top .bookmarkButton:hover {
      color: #F50000;
      background: black; }
  #top .filters {
    float: right;
    text-align: center; }
    #top .filters > b {
      font-weight: normal;
      font-size: 18px;
      display: block;
      text-align: left;
      margin-bottom: 10px; }
    #top .filters .citySearch {
      width: 100%; }

.text {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  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: url("../img/back.jpg") center top;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  text-align: center; }
  #enterPrompt::after {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+94,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.06) 94%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  #enterPrompt::before {
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  #enterPrompt .container {
    text-align: center;
    padding: 20px;
    width: 540px;
    margin: 120px auto 60px; }
  #enterPrompt img {
    max-width: 100%; }
  #enterPrompt p {
    margin: 20px 0;
    text-align: left; }
  @media screen and (max-width: 999px) {
    #enterPrompt {
      padding-left: 20px;
      padding-right: 20px; } }
  #enterPrompt > div {
    color: #ECECEC;
    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: #000;
      font-family: inherit;
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,a60201+100 */
      background: #fe0000;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fe0000 0%, #a60201 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fe0000 0%, #a60201 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fe0000 0%, #a60201 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#a60201',GradientType=0 );
      /* IE6-9 */
      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 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a60201+0,fe0000+100 */
        background: #a60201;
        /* Old browsers */
        background: -moz-linear-gradient(top, #a60201 0%, #fe0000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #a60201 0%, #fe0000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #a60201 0%, #fe0000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60201', endColorstr='#fe0000',GradientType=0 );
        /* IE6-9 */ }

.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 {
    font-family: 'Roboto Slab', serif;
    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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,a60201+100 */
  background: #fe0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fe0000 0%, #a60201 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fe0000 0%, #a60201 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fe0000 0%, #a60201 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#a60201',GradientType=0 );
  /* IE6-9 */ }
  a.button:hover, a.button:active, a.button:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a60201+0,fe0000+100 */
    background: #a60201;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a60201 0%, #fe0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a60201 0%, #fe0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a60201 0%, #fe0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60201', endColorstr='#fe0000',GradientType=0 );
    /* IE6-9 */ }

.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 {
  text-align: 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: 16px;
    color: white;
    margin-right: 5px; }
    .categories a::after {
      margin-left: 5px;
      color: white;
      content: '|'; }
    .categories a:hover {
      color: #BF0101; }
    .categories a:last-child::after {
      content: none; }

#ageFilter {
  display: inline-block;
  margin: 20px auto 15px;
  /*    @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 .rangeSlider {
    float: left;
    font-size: 16px;
    line-height: 19px; }
    #ageFilter .rangeSlider .ageRangeWrapper {
      width: 85px;
      margin: 3px 7px 0 12px; }
    #ageFilter .rangeSlider .ui-slider {
      background: #720000;
      height: 10px;
      border: none; }
    #ageFilter .rangeSlider .ui-slider-handle, #ageFilter .rangeSlider .ui-slider-range {
      cursor: pointer; }
    #ageFilter .rangeSlider .ui-slider-range {
      height: 10px;
      background: #BF0101; }
    #ageFilter .rangeSlider .ui-slider-handle {
      background: #BF0101;
      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] {
    margin: 0 auto;
    display: block;
    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;
    margin-left: 10px;
    height: 32px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,a60201+100 */
    background: #fe0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fe0000 0%, #a60201 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe0000 0%, #a60201 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe0000 0%, #a60201 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#a60201',GradientType=0 );
    /* IE6-9 */ }
    #ageFilter input[type=submit]:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a60201+0,fe0000+100 */
      background: #a60201;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a60201 0%, #fe0000 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a60201 0%, #fe0000 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a60201 0%, #fe0000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60201', endColorstr='#fe0000',GradientType=0 );
      /* IE6-9 */ }

.citySearch {
  overflow: hidden;
  border: none;
  border: 1px solid black;
  width: 265px;
  max-width: 100%;
  margin: 0 auto;
  background: #ECECEC;
  overflow: hidden;
  border-radius: 5px; }
  .citySearch input[type=text] {
    width: 60%;
    width: calc(100% - 100px);
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    background: #ECECEC;
    border: none;
    color: #303030;
    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: 0;
    width: 40%;
    width: calc(100px + 0px);
    height: 30px;
    line-height: 30px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,a60201+100 */
    background: #fe0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fe0000 0%, #a60201 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe0000 0%, #a60201 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe0000 0%, #a60201 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#a60201',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-size: 16px;
    text-transform: none;
    border-radius: 5px; }
    .citySearch input[type=submit]:hover, .citySearch button:hover {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a60201+0,fe0000+100 */
      background: #a60201;
      /* Old browsers */
      background: -moz-linear-gradient(top, #a60201 0%, #fe0000 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #a60201 0%, #fe0000 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #a60201 0%, #fe0000 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60201', endColorstr='#fe0000',GradientType=0 );
      /* IE6-9 */ }

.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; }
