/* ARIMO FONT */
@import url("//fonts.googleapis.com/css?family=Arimo");

@charset "utf-8";

/*  ---------------------------------------------
            RESET DEFAULT STYLES
    --------------------------------------------- */

.filterSlider,
.filterSlider * {
    margin: 0;
    padding: 0;
    border: medium none;
    font: normal 12px/18px Arial, Verdana;
}


.filterSlider *:focus {
    outline: none
}

.filterSlider *::-moz-focus-inner {
    border: medium none;
}

.filterSlider ul,
.filterSlider ul li {
    list-style-type: none;
}

/*  END - RESET DEFAULT STYLES */


/*  ---------------------------------------------
           GENERAL PROPERTIES
    --------------------------------------------- */

.filterSlider {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto 19px auto;
    height: 540px;
    max-width: 960px;
    min-width: 960px;
    position: relative;

    /* for full screen */
    /*width: 100%;*/
}

.filterSlider img {
    display: block;
}

.filterSlider.fs-loader {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/loader.gif") no-repeat scroll center center transparent;
}
/*  END - GENERAL PROPERTIES */


/*  ---------------------------------------------
            .fs-wrap container properties
    --------------------------------------------- */

.filterSlider .fs-wrap {
    width: 100%;
    height: 100%;    
    position: relative;
    opacity: 0;
    filter: alpha(opacity = 0);
}

/*  END - .fs-wrap container properties */


/*  ---------------------------------------------
       .fs-content container properties
    --------------------------------------------- */

.filterSlider .fs-content {
    overflow: hidden;
    position: absolute;
    z-index: 1;

    /* change container style and position */
    width: 100%;
    height: 100%;
}

/* set container dimension */
.filterSlider .fs-content > ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* style <li>  of container */
.filterSlider .fs-content > ul > li {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* internal needs - do not modify */
.filterSlider .fs-content > ul > li img,
.filterSlider .fs-content > ul > li .fs-canvas {
    position: absolute;
    top: 0;
    left: 0;    
}

/* internal needs - do not modify */
.filterSlider .fs-content > ul > li .fs-canvas { 
    display: none;
}

/* slide animated will have class 'fs-preactive' */
.filterSlider .fs-content > ul > li.fs-preactive {
    visibility: visible;
    z-index: 2;
}

/* slide active will have class 'active' */
.filterSlider .fs-content > ul > li.fs-active {
    visibility: visible;
    z-index: 3;
}

/*	END - .fs-content */


/*  ---------------------------------------------
                ARROW BUTTONS (next, prev)
    --------------------------------------------- */

.filterSlider .fs-wrap > .fs-arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;

    /* change arrows size here */
    height: 25px;
    width: 25px;
}

/* right arrow image */
.filterSlider .fs-wrap > .fs-next {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll 0 -25px transparent;
}

.filterSlider .fs-wrap > .fs-next:hover {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll -25px -25px transparent;
}

/* left arrow  image */
.filterSlider .fs-wrap > .fs-prev {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll 0 0 transparent;
}

.filterSlider .fs-wrap > .fs-prev:hover {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll -25px 0 transparent;
}

/*  END - ARROW BUTTONS (next, prev) */


/*  ---------------------------------------------
                NAVIGATION
    --------------------------------------------- */

.filterSlider .fs-wrap > ul.fs-nav {
    position: absolute;
    z-index: 21;
}

/* bullets navigation */
.filterSlider .fs-wrap > ul.fs-nav > li {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll 0 -50px transparent;
    cursor: pointer;
    float: left;
    margin: 0 1px;

    /* change alternative navigation size here (bullets)*/
    width: 13px;
    height: 10px;
}

/* 'bullets navigation' that is active */
.filterSlider .fs-wrap > ul.fs-nav > li.fs-active {
    background: url("http://instafeedlive.com/wp-content/themes/DiviChild/css/filterSliderImages/sprite2.png") no-repeat scroll -13px -50px transparent;
}

/*  END - NAVIGATION */


/*  ---------------------------------------------
                    CAPTION
    --------------------------------------------- */
    
.filterSlider .fs-caption {
    position: absolute;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity = 0);
    visibility: hidden;
}

/* start - captions style */

.filterSlider {
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	line-height: 11px;
}

.filterSlider i {
	font-size: 10px;
	font-style: italic;
}

.filterSlider h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13pt;
}

/*.filterSlider .slide11 {
    position: absolute;
    color: #66ACCC; 
    font: 400 38px/38px 'Arimo', sans-serif;
    right: 0px;
    top: 250px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
}*/

.filterSlider .home_slide{
    background: rgba(0, 0, 0, 0.498039);
    position: absolute;
    right:1px;
    top:190px;
    text-align: right;
    padding:10px;
    min-width:140px;
    text-transform: uppercase;
}
.filterSlider .home_slide p.price{
    font-size: 25px;
    font-family: 'TradeGothicLTStdBdCnNo.20',sans-serif;
    text-transform: none;
    line-height: 25px;
    white-space: nowrap;
}
.filterSlider .home_slide p.status{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 60px;
    font-family: 'TradeGothicLTStdBdCnNo.20';
    font-weight:bold;
    line-height: 88%;
    white-space: nowrap;    
    font-style:italic
}
.filterSlider .home_slide p.where{
    font-family: 'TradeGothicLTStdCnNo.18',sans-serif;
    font-size: 20px;
    margin-bottom:5px;
    text-transform: none;
    white-space: nowrap;    
}
.filterSlider .home_slide a.link{
    font-family: 'TradeGothicLTStdCnNo.18',sans-serif;
    color: white;
    font-size: 20px;
    text-decoration:none;
    white-space: nowrap;    
}
/*.filterSlider .slide21 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #CDCDCD;
    font: 400 27px/44px 'Arimo',sans-serif;
    height: 44px;
    padding: 0 10px;
    position: absolute;
    right: 5%;
    text-align: left;
    top: 120px;
}*/

.filterSlider .slide22 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #CDCDCD;
    font: 400 27px/44px 'Arimo',sans-serif;
    height: 44px;
    padding: 0 10px;
    position: absolute;
    right: 5%;
    text-align: left;
    top: 170px;
}

/*.filterSlider .slide31 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 16px/16px 'Arimo',sans-serif;
    left: 60%;
    padding: 10px 0;
    top: 110px;
    width: 165px;
    text-align: center;
}*/

.filterSlider .slide32 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 16px/16px 'Arimo',sans-serif;
    left: 60%;
    padding: 10px 0;
    top: 151px;
    width: 94px;
    text-align: center;
}

.filterSlider .slide41 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 30px/45px 'Arimo',sans-serif;
    height: 45px;
    left: 63%;
    text-align: center;
    top: 100px;
    width: 265px;
}

.filterSlider .slide42 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 30px/45px 'Arimo',sans-serif;
    height: 45px;
    left: 63%;
    text-align: center;
    top: 145px;
    width: 265px;
}

.filterSlider .slide51 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 16px/16px 'Arimo',sans-serif;
    left: 58%;
    padding: 10px 15px;
    top: 136px;
}

.filterSlider .slide52 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font: 400 16px/16px 'Arimo',sans-serif;
    left: 58%;
    padding: 10px 15px;
    top: 180px;
}


/*  END - CAPTION */