/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 * Licensed under GPL & MIT
*/
div[id^=rmTouchSlider] .swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
div[id^=rmTouchSlider] .swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
}
div[id^=rmTouchSlider] .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* IE10 Windows Phone 8 Fixes */
div[id^=rmTouchSlider] .swiper-wp8-horizontal {-ms-touch-action: pan-y;}
div[id^=rmTouchSlider] .swiper-wp8-vertical {-ms-touch-action: pan-x;}

div[id^=rmTouchSlider] .swiper-slide {
  text-align: center;
    position: relative;
    float: left;
}
div[id^=rmTouchSlider] .swiper-slide-active {}
div[id^=rmTouchSlider] .swiper-slide-visible {}

#captionSlide {
  text-align: center;
    position: absolute;
    padding: 7px 5px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
#captionSlide .slide-title,
#captionSlide .slide-title a {
  font-size: 24px;
  text-decoration: none;
  color: #F79B00;
}
#captionSlide .slide-title:hover,
#captionSlide .slide-title a:hover {
  text-decoration: none !important;
}
div[id^=rmTouchSlider] .slide-price,
div[id^=rmTouchSlider] .slide-price a {
  font-size: 20px;
}
div[id^=rmTouchSlider] .slide-address:before,
div[id^=rmTouchSlider] .slide-address a:before {
    font-family: "FontAwesome";
    content: "\f041";
    color: #ff5e5a;
    margin-right: 5px;
}

.realestateSlider {position: relative;  margin: 0 auto;}
.realestateSlider.vertical .swiper-slide {cursor: url("../images/drag-vertical.png"), default;}
.realestateSlider.horizontal .swiper-slide {cursor: url("../images/drag-horizontal.png"), default;}

.realestateSlider.horizontal .arrow-right {background-position: -35px -105px; right:20px;top:0;bottom:0;}
.realestateSlider.horizontal .arrow-left {background-position: 0 -105px; left:20px;top:0;bottom:0;}
.realestateSlider.horizontal .arrow-right:hover {background-position: -35px -71px;}
.realestateSlider.horizontal .arrow-left:hover {background-position: 0 -71px;}

.realestateSlider.vertical .arrow-right {background-position: -35px 0; top:20px;right:0;left:0;}
.realestateSlider.vertical .arrow-left {background-position: 0 0; bottom:20px;right:0;left:0;}
.realestateSlider.vertical .arrow-right:hover {background-position: -35px -35px;}
.realestateSlider.vertical .arrow-left:hover {background-position: 0 -35px;}
/*----------------------------------- new slider arrows ----------------------------------------------------------*/
.realestateSlider .arrow-right,
.realestateSlider .arrow-left {
    font-family: "FontAwesome";
    cursor: pointer;
    display: none;
    height: 35px;
    margin: auto;
    position: absolute;
    width: 35px;
    z-index: 5;
}
.realestateSlider .arrow-left:before,
.realestateSlider .arrow-right:before {
    cursor: pointer;
    height: 35px;
    margin: auto;
    width: 35px;
    z-index: 5;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #f79b00;
    font-size: 24px;
}
.realestateSlider .arrow-left:before {
  content: "\f053";
}
.realestateSlider .arrow-right:before {
  content: "\f054";
}
.realestateSlider.vertical .arrow-left:before {
  content: "\f078";
}
.realestateSlider.vertical .arrow-right:before {
  content: "\f077";
}
/*---------------------------------------------------------------------------------------------------------------*/
.realestateSlider:hover .arrow-right,
.realestateSlider:hover .arrow-left {display: block;}

div[id^=rmTouchSlider] .swiper-pagination-switch.swiper-active-switch {background-position: 0 0;}
div[id^=rmTouchSlider] .swiper-pagination-switch {background-position: -14px 0;}
div[id^=rmTouchSlider] .swiper-pagination-switch:hover {background-position: -28px 0;}

div[id^=rmTouchSlider] .swiperPagination {
  margin: 0;
  text-align: center;
}
div[id^=rmTouchSlider] .swiperPagination span {
  background-image: url("../images/dot-nav.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 1px;
  zoom: 1;
  *display: inline;
}
/*---------------------------------------------- new pagination buttons -------------------------------------------*/
div[id^=rmTouchSlider] .swiperPagination .swiper-pagination-switch {
  background-image: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-image: none;
  background: #202020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div[id^=rmTouchSlider] .swiperPagination .swiper-pagination-switch:hover {
  background: #fff;
  border: 1px solid #777;
}
div[id^=rmTouchSlider] .swiperPagination .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-image: none;
  background: #f79b00;
}
/*------------------------------------------------------------------------------------------------------------------*/
#loaderGif {
    background-image: url("../images/load.gif");
    bottom: 0;
    height: 31px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
}

div[id^=rmTouchSlider] .col_rent {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  bottom: auto !important;
  top: 0 !important;
  background: #F79B00;
  padding: 0 8px !important;
  line-height: 26px !important;
  color: #fff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}

[class*=grid-layout] .col_rent {
  right: 0;
  left: auto;
  background: #3A8BDF;
}

[class*=grid-layout] .col_sale {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F79B00;
  padding: 0 5px;
  color: #fff;
}

div[id^=rmTouchSlider] .rem_listing_status {
  position: absolute;
  right: auto !important;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  color: #fff;
  background: #c9302c;
  font-size: 13px;
  /*font-weight: 600;*/
  line-height: 26px;
  padding: 0 8px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
div[id^=rmTouchSlider] .rem_listing_status.view_veh {
  font-size: 26px;
  padding: 15px 25px;
  font-weight: 600;
}

div[id^=rmTouchSlider] .slide-price{
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}