@import url("https://fonts.googleapis.com/css?family=ABeeZee:700&subset=Latin");
    @import url("https://fonts.googleapis.com/css?family=Viga:700&subset=Latin");
    @import url("https://fonts.googleapis.com/css?family=Lato:400&subset=Latin");
    @import url("https://fonts.googleapis.com/css?family=ABeeZee:400&subset=Latin");
    @import url("https://fonts.googleapis.com/css?family=Arimo:400&subset=Latin");
    @import url("https://fonts.googleapis.com/css?family=Open Sans:400&subset=Latin");
    
#search-form210 input::-ms-clear{
  width: 0;
  height: 0;
}

#search-form210 input::focus {
  outline: none;
}
html, body{
  -webkit-font-smoothing: antialiased;
}

#offlajn-ajax-search210{
  width: 100%;
  margin-left: auto; margin-right: auto;
  -webkit-transition: all 0.25s ease-out 0.3s;
  -moz-transition: all 0.25s ease-out 0.3s;
  -ms-transition: all 0.25s ease-out 0.3s;
  -o-transition: all 0.25s ease-out 0.3s;
  transition: all 0.25s ease-out 0.3s;
}

#offlajn-ajax-search210.active{
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -ms-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}


#offlajn-ajax-search210 .offlajn-ajax-search-container{
  padding: 1px;
  margin:0;
}

#offlajn-ajax-search210 .offlajn-ajax-search-container.active{
/*  background-color: #0d5c4d;*/
  border-radius: 20px;
}

#search-form210 div{
  margin:0;
  padding:0;
}

#offlajn-ajax-search210 .offlajn-ajax-search-inner{
  width:100%;
}

#search-form210{
  margin:0;
  padding:0;
  position: relative;
}

#search-form210 input{
  padding-top:1px;
  /*font chooser*/
    color: #4b4a5b;
  font-family: "ABeeZee",Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: 27px;
  /*font chooser*/
  -webkit-appearance: none;
  border-radius:5px;
}

.dj_ie #search-form210 input{
  padding-top:0px;
}

#search-form210 input:focus{
/*  background-color: #FFFFFF;*/
}

.dj_ie7 #search-form210{
  padding-bottom:0px;
}

#search-form210 .category-chooser{
  height: 17px;
  width: 23px;
/*  border-left: 1px #dadada solid;*/
/*  border-right: none;*/
  background-color: transparent;
  position: absolute;
  right: 3px;
  top:5px;
  z-index: 5;
  cursor: pointer;
}

#search-form210 .category-chooser:hover{
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
/*  background-color: #ffffff;*/
}

#search-form210 .category-chooser.opened{
  height:26px;
  border-bottom: none;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  top:1px;
}

#search-form210 .category-chooser.opened .arrow{
  height: 26px;
}

#search-form210 .category-chooser .arrow{
  height: 17px;
  width: 23px;
  background: no-repeat center center;
  background-image: url('/modules/mod_universal_ajaxlivesearch/cache/210/4b9c71b09cdb5757e14c2e1a5cabebcd.png');
}

input#search-area210{
  display: block;
  position: relative;
  height: 27px;
  padding: 0 30px 0 30px;
  width: 100%;
  box-sizing: border-box !important; /* css3 rec */
  -moz-box-sizing: border-box !important; /* ff2 */
  -ms-box-sizing: border-box !important; /* ie8 */
  -webkit-box-sizing: border-box !important; /* safari3 */
  -khtml-box-sizing: border-box !important; /* konqueror */
  background-color: transparent;

  border: 3px #bfbfbf solid;
  border-color: #0d5c4d;
/*  border:none;*/
  line-height: 27px;
  z-index:4;
  top:0px;
  float: left;
  margin: 0;

  /*if category chooser enabled*/

  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(255,255,255,0.8);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(255,255,255,0.8);
}

.dj_ie #search-area210{
  line-height: 25px;
  border:none;
  top:1px;
}

.dj_ie7 #search-area210{
  height: 25px;
  line-height: 25px;
}

input#suggestion-area210{
  display: block;
  position: absolute;
  height: 27px;
  padding: 0 60px 0 30px;
  width: 100%;
  box-sizing: border-box !important; /* css3 rec */
  -moz-box-sizing: border-box !important; /* ff2 */
  -ms-box-sizing: border-box !important; /* ie8 */
  -webkit-box-sizing: border-box !important; /* safari3 */
  -khtml-box-sizing: border-box !important; /* konqueror */
  color:rgba(0, 0, 0, 0.25);

  border: 1px #bfbfbf solid;
  line-height: 27px;
  z-index:1;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  float: left;
  margin: 0;

  /*if category chooser enabled*/

    top:0px;
}

.dj_ie8 input#suggestion-area210{
  line-height: 25px;
}

.dj_ie7 input#suggestion-area210{
  height: 26px;
  line-height: 25px;
  float: right;
  left:1px;
  top:1px;
  border:none;
}

.search-caption-on{
  color: #aaa;
}

#search-form210 #search-area-close210.search-area-loading{
  background: url(/modules/mod_universal_ajaxlivesearch/themes/minimal/images/loaders/fadinglines.gif) no-repeat center center;
}

#search-form210 #search-area-close210{
    background: url(/modules/mod_universal_ajaxlivesearch/themes/minimal/images/close/x4.png) no-repeat center center;
  background-image: url('/modules/mod_universal_ajaxlivesearch/cache/210/a838553158c9b91a6a1fac2f1c71c377.png');
    height: 16px;
  width: 22px;
  top:50%;
  margin-top:-8px;
  right: 5px;
    position: absolute;
  cursor: pointer;
  visibility: hidden;
  z-index:5;
}

#ajax-search-button210{
  height: 27px;
  width: 30px;

  background: transparent;
  float: left;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:5;
}

.dj_ie7 #ajax-search-button210{
  top: 1px;
  right: -1px;
}

.dj_opera #ajax-search-button210{
  border-radius: 0;
}

#ajax-search-button210 .magnifier{
    background: url(/modules/mod_universal_ajaxlivesearch/themes/minimal/images/search_button/magnifier_strong_large.png) no-repeat center center;
    height: 27px;
  width: 30px;
  padding:0;
  margin:0;
}


#search-results210{
  position: absolute;
  top:0px;
  left:0px;
  margin-top: 2px;
  visibility: hidden;
  text-decoration: none;
  z-index:1000;
  font-size:12px;
  width: 100%px;
}

#offlajn-ajax-tile-results{
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s; /* Firefox 4 */
  -webkit-transition: opacity 0.25s ease-out 0s; /* Safari and Chrome */
  -o-transition: opacity 0.25s ease-out 0s; /* Opera */
}

#offlajn-ajax-tile-results.hidde{
  opacity:0;
}

#offlajn-ajax-tile-loading{
  text-align: center;
}

#offlajn-ajax-tile-loading .offlajn-ajax-search-control-panel{
  width: 100px;
  height: 90px;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel{

  min-height: 38px;

  padding: 10px;
  margin: 12px;
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0,0,0,0.25);

  -webkit-border-radius: 5px;
  border-radius: 5px;

  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  background: -moz-linear-gradient(center top , #FFFFFF, #F7F7F7);

    background: #F7F7F7 url('/modules/mod_universal_ajaxlivesearch/cache/210/e6d2eadc84e4df2930ab6e2eb70e0308.png') repeat-x ;
  background-size: auto 100%;
  background: -moz-linear-gradient(#FFFFFF, #F7F7F7); /* FF 3.6+ */
  background: -ms-linear-gradient(#FFFFFF, #F7F7F7); /* IE10 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F7F7F7)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#FFFFFF, #F7F7F7); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#FFFFFF, #F7F7F7); /* Opera 11.10 */
  background: linear-gradient( top, #FFFFFF, #F7F7F7 );
  

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .offlajn-close-button{
  float:right;
  height:26px;
  width:26px;
  margin:6px;
  line-height:24px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) , 0 1px 2px rgba(255,255,255, 0.95) inset;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .offlajn-close-button:hover{
  background-color: #ffffff;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .offlajn-close-button:active{
  background-color: #DDDDDD;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255,255,255, 0.95);
}


#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel{
  background-color: #0d5c4d;

  -webkit-border-radius: 3px;
  border-radius: 3px;

  height:38px;
  margin-right: 48px;
/*  width:100%; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255,255,255, 0.95);
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-button{
  height:26px;
  width:26px;
  line-height:26px;
  margin:6px 0 6px 6px;
  background-color: #ffffff;

  -webkit-border-radius: 4px;
  border-radius: 4px;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.65) inset;

  text-align: center;
  float: left;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  cursor: pointer;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .offlajn-close-button,
#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-button{
  /*font chooser*/
    color: #343e64;
  font-family: "Lato",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
    text-shadow: rgba(255,255,255,0.866666666666667) 0px 1px 1px;
    text-decoration: none;
  text-transform: none;
  text-align: center;
  /*font chooser*/
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-button:active,
#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .pushed{

  background: -moz-linear-gradient(center top , #e3e3e3, #cfcfcf);
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #cfcfcf 100%);

    background: #3ed1bd url('/modules/mod_universal_ajaxlivesearch/cache/210/0eda0b165653ee4a6a4d1678c9e7fa30.png') repeat-x ;
  background-size: auto 100%;
  background: -moz-linear-gradient(#3ed1bd, #3ed1bd); /* FF 3.6+ */
  background: -ms-linear-gradient(#3ed1bd, #3ed1bd); /* IE10 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ed1bd), color-stop(100%, #3ed1bd)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#3ed1bd, #3ed1bd); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#3ed1bd, #3ed1bd); /* Opera 11.10 */
  background: linear-gradient( top, #3ed1bd, #3ed1bd );
  
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(255, 255, 255, 0.45);

    /*font chooser*/
    color: #ffffff;
  font-family: "Lato",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
    text-shadow: rgba(0,0,0,0.219607843137255) 1px 1px 0px;
  
}


#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-prev,
#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-next{
  margin:6px;
  width: auto;
  padding: 0 14px;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-next{
  float: right;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-paginators{
  height:38px;
  overflow: hidden;
}

#offlajn-ajax-tile-results .offlajn-ajax-search-control-panel .inner-control-panel .offlajn-button:hover{
  background-color: #ffffff;
}


#offlajn-ajax-tile-results{
  -moz-perspective: 1500px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

#offlajn-ajax-search-page-out{
  position: absolute;
  z-index: 100;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateY(0deg);
  -ms-transform:rotateY(0deg); /* IE 9 */
  -moz-transform:rotateY(0deg); /* Firefox */
  -webkit-transform:rotateY(0deg); /* Safari and Chrome */
  -o-transform:rotateY(0deg); /* Opera */
  backface-visibility: hidden;
  opacity:1;

  transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
  -moz-transition: -moz-transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s; /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s; /* Safari and Chrome */
  -o-transition: -o-transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s; /* Opera */

}

#offlajn-ajax-search-page-out.flipleft{
  transform-origin: left 0 0;
  -ms-transform-origin: left 0 0;
  -moz-transform-origin: left 0 0;
  -webkit-transform-origin: left 0 0;
  -o-transform-origin: left 0 0;

  transform: rotateY(-100deg);
  -ms-transform:rotateY(-100deg); /* IE 9 */
  -moz-transform:rotateY(-100deg); /* Firefox */
  -webkit-transform:rotateY(-100deg); /* Safari and Chrome */
  -o-transform:rotateY(-100deg); /* Opera */
  z-index: 900;
  opacity:0;
}

#offlajn-ajax-search-page-out.flipright{
  transform-origin: right 0 0;
  -ms-transform-origin: right 0 0;
  -moz-transform-origin: right 0 0;
  -webkit-transform-origin: right 0 0;
  -o-transform-origin: right 0 0;
/*  right:0px;*/

  transform: rotateY(100deg);
  -ms-transform:rotateY(100deg); /* IE 9 */
  -moz-transform:rotateY(100deg); /* Firefox */
  -webkit-transform:rotateY(100deg); /* Safari and Chrome */
  -o-transform:rotateY(100deg); /* Opera */
  z-index: 900;
  opacity:0;
}


#offlajn-ajax-search-results-inner{
  position: absolute;
  width: 100%;
}

#offlajn-ajax-tile-results .search-result-link{
  display: inline-block;
  float: left;
}

#offlajn-ajax-tile-results .search-result-card.minimized{
  -webkit-transform: none;
  -moz-transform: scale(0);
  transform: scale(0);
  opacity:0;
}

#offlajn-ajax-tile-results .search-result-card{

  opacity:1;

  padding: 10px;
  margin: 12px;
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  display: inline-block;

    background: #ffffff url('/modules/mod_universal_ajaxlivesearch/cache/210/9bea70a38e6a47f45f0979e35014df43.png') repeat-x ;
  background-size: auto 100%;
  background: -moz-linear-gradient(#ffffff, #ffffff); /* FF 3.6+ */
  background: -ms-linear-gradient(#ffffff, #ffffff); /* IE10 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff)); /* Safari 4+, Chrome 2+ */
  background: -webkit-linear-gradient(#ffffff, #ffffff); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(#ffffff, #ffffff); /* Opera 11.10 */
  background: linear-gradient( top, #ffffff, #ffffff );
  
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: relative;
/*  background: url("/modules/mod_universal_ajaxlivesearch/themes/minimal/images/patterns/ricepaper2.png") no-repeat center center transparent;*/

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*TODO IE7  WIDTH-FIX  INLINE-BLOCK*/
.dj_ie7 #offlajn-ajax-tile-results .search-result-card{
  width:180px;
  display: inline;
}

#offlajn-ajax-tile-results .search-result-link:hover .search-result-card{
  -moz-box-shadow: 0 8px 4px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 4px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 4px -5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
}

/*
#offlajn-ajax-tile-results .search-result-card.clicked{
  transform-origin: center center;
  opacity:0;
}
*/

#offlajn-ajax-tile-results .search-result-card img{
  width:180px;
  height:135px;
  display: inline-block;
}

#offlajn-ajax-tile-results .search-result-card .search-result-image-shadow{
  width:180px;
  height:135px;
  position: absolute;
  top:5px
  right:5px;
  background-color: transparent;
  border-radius: 2px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8) inset, 0 0 2px rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8) inset, 0 0 2px rgba(255,255,255,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8) inset, 0 0 2px rgba(255,255,255,0.8);
  z-index:10;
}


#offlajn-ajax-tile-results .search-result-card img{
  border-radius: 2px;
}

#offlajn-ajax-tile-results .search-result-card .search-result-title{
  display: block;
  width: 180px;
}

#offlajn-ajax-tile-results .search-result-card .search-result-title > span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:7px;

  /*font chooser*/
    color: #000000;
  font-family: "ABeeZee",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: 13px;
  /*font chooser*/
  letter-spacing: -0.1em;
  text-indent: 0.1em;
}

#offlajn-ajax-tile-results .search-result-card .search-result-divider{
  margin:8px 0px 5px 0px;
  height: 1px;
  background-color: #c9c9c9;
  border-bottom:1px solid #ffffff;
  width: 100%;
}

#offlajn-ajax-tile-results .search-result-card .search-result-inner{
  height: 10px;
  width: 180px;
  /*font chooser*/
    color: #000000;
  font-family: "Arimo",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: 11px;
  /*font chooser*/

  text-align: justify;
}

#offlajn-ajax-tile-results .search-result-card .search-result-ajax-loader{
  opacity:0;
}

#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader{
  width:85px;
  height:0px;
  position: absolute;
  bottom:50px;
  padding: 10px;
  left:90px; /*(180-85) /2 */
  -webkit-transition:opacity 0.2s ease-out 0s;
  -moz-transition:opacity 0.2s ease-out 0s;
  transition:opacity 0.2s ease-out 0s;
  opacity:1;
}

#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner{
  position: relative;
}

#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div {
  width: 6px;
  height: 20px;
  position: absolute;
  left: -10px;
  bottom: 15px;
  border-radius: 5px;
  transform-origin: 10px 35px;
  transform: rotate(0deg);
  animation: loader 0.8s infinite;
  -webkit-transform-origin: 10px 35px;
  -webkit-transform: rotate(0deg);
  -webkit-animation: loader 0.8s infinite;

}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: 0.1s;
  -webkit-transform: rotate(45deg);
  -webkit-animation-delay: 0.1s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: 0.2s;
  -webkit-transform: rotate(90deg);
  -webkit-animation-delay: 0.2s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: 0.3s;
  -webkit-transform: rotate(135deg);
  -webkit-animation-delay: 0.3s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: 0.4s;
  -webkit-transform: rotate(180deg);
  -webkit-animation-delay: 0.4s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: 0.5s;
  -webkit-transform: rotate(225deg);
  -webkit-animation-delay: 0.5s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: 0.6s;
  -webkit-transform: rotate(270deg);
  -webkit-animation-delay: 0.6s;
}
#offlajn-ajax-tile-results .search-result-card.clicked .search-result-ajax-loader-inner > div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0.7s;
  -webkit-transform: rotate(315deg);
  -webkit-animation-delay: 0.7s;
}

@keyframes loader {
  0% {
    background: transparent;
    left: -10px;
    transform-origin: 10px 35px;
  }
  30% {
    background: #444;
  }
  100% {
    background: transparent;
    left: 10px;
    transform-origin: -10px 35px;
  }
}

@-webkit-keyframes loader {
  0% {
    background: transparent;
    left: -10px;
    -webkit-transform-origin: 10px 35px;
  }
  30% {
    background: #444;
  }
  100% {
    background: transparent;
    left: 10px;
    -webkit-transform-origin: -10px 35px;
  }
}


/*FLIP*/
 #offlajn-ajax-tile-results .search-result-link .search-result-card.clicked{
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg)
}
 
#offlajn-ajax-tile-results .search-result-link .search-result-card.clicked .search-result-title,
#offlajn-ajax-tile-results .search-result-link .search-result-card.clicked .search-result-divider,
#offlajn-ajax-tile-results .search-result-link .search-result-card.clicked .search-result-inner{
  visibility: hidden;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0;
}

#offlajn-ajax-tile-results .search-result-card .search-result-price{
  position: absolute;
  top: 17px;
  right: -5px;
  padding: 0 5px;
  border-radius: 3px;
  z-index: 100;
  
  /*font chooser*/
    color: #ffffff;
  font-family: "Open Sans",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: 26px;
  /*font chooser*/
    -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #e43131;
}

/*
#offlajn-ajax-tile-results .search-result-link:hover .search-result-card .search-result-price,
#offlajn-ajax-tile-results .search-result-link .search-result-card.clicked .search-result-price{
  opacity:0;
  -moz-transform: translate3d(50px,0,0);
  -webkit-transform: translate3d(50px,0,0);
  transform: translate3d(50px,0,0);
}
*/

#offlajn-ajax-tile-results #no-result-message{
  padding: 10px;
  margin: 12px;
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  display: block;
  background: -moz-linear-gradient(center top , #FFFFFF, #F7F7F7);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: relative;
}

#offlajn-ajax-tile-results #no-result-message span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  /*font chooser*/
    color: #000000;
  font-family: "ABeeZee",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: 13px;
  /*font chooser*/
  letter-spacing: -0.1em;
  text-indent: 0.1em;
  text-align: center;
}

#offlajn-ajax-tile-results div.no-result-suggest{
  height:26px;
  line-height:26px;
  margin:6px 0 6px 12px;
  padding:0 6px;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  float: left;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;

  background: -moz-linear-gradient(center top , #FFFFFF, #F7F7F7);
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0,0,0,0.2);
}

#offlajn-ajax-tile-results div.no-result-suggest:hover{
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  background-color: #ffffff;
  background:#ffffff;
}

#offlajn-ajax-tile-results div.no-result-suggest:active{
  background: -moz-linear-gradient(center top , #e3e3e3, #cfcfcf);
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #cfcfcf 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255,255,255, 0.95);
}

.ajax-clear{
  clear: both;
}

#search-categories210{
  border: 1px #BFBFBF solid;
  border-radius: 20px;
  background-color: #fcfcfc;
  padding: 4px 10px;
  position: absolute;
  top:0px;
  left:0px;
  visibility: hidden;
  text-decoration: none;
  z-index:1001;
  font-size:12px;

  border: 1px solid #bfbfbf;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
  display: inline-block;
  background: -moz-linear-gradient(center top , #FFFFFF, #F7F7F7);
}

#search-categories210 .search-categories-inner div{
  padding:6px 30px 6px 15px;
  border-bottom: 1px #DBDBDB solid;
  box-shadow: 0 1px 1px #FFFFFF;

  cursor: default;
  /*font chooser*/
    color: #09b0ff;
  font-family: "Viga",Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/

  background: url(/modules/mod_universal_ajaxlivesearch/themes/minimal/images/selections/unselected.png) no-repeat right center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#search-categories210 .search-categories-inner div.last{
  border:none;
}

#search-categories210 .search-categories-inner div.selected{
  background: url(/modules/mod_universal_ajaxlivesearch/themes/minimal/images/selections/selected.png) no-repeat right center;
}

#search-categories210 .search-categories-inner div:hover{
  color: #90A3B2;
}