.fluidHeight {
    position: relative;
    width: 100%;
    height: 468px;
}

.sliderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}


.iosSlider {

    width: 100%;
    height: 468px;
    background: rgba(255, 255, 255, 0.92);
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:url(../img/fons-constact.png);
    background-size:50%;
    background-position:right;
    background-repeat:no-repeat;
}


.iosSlider-background  {

    background: -moz-linear-gradient(top,  rgba(0,0,0,0.16) 0%, rgba(153,153,153,0) 60%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.16)), color-stop(60%,rgba(153,153,153,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.16) 0%,rgba(153,153,153,0) 60%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.16) 0%,rgba(153,153,153,0) 60%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.16) 0%,rgba(153,153,153,0) 60%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.16) 0%,rgba(153,153,153,0) 60%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00ffffff',GradientType=0 );




    width:100%;
    height:100%;
    position:absolute;

    z-index:0;

    top:0;
}


.inter {
    position: relative;
    top: 0;
    left: 0;
    max-width:1200px;

    z-index:0;

    width: 100%;
    margin: 0 auto;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:30% 0;


    margin-top:20px;
    height:420px;
}

.inter-text {

    position:absolute;
    top: 0;

    z-index:10;

    height:420px;

    margin-top:20px;

    left:50%;
    margin-left:-600px;
    width:1200px;
}


.iosSlider .slider .item .text1 {

    position: absolute;
    top:22%;
    right:900px;


    padding:20px 20px 0 20px;

    font-size:30px;
    line-height:35px;
    width:275px;
    display:block;

    z-index:200;
    opacity: 0;
    filter: alpha(opacity:0);

}
.iosSlider .slider .item .text2 {

    position: absolute;
    right:1000px;
    margin-top: 20px;

    padding:0 20px 10px 20px;

    font-size:15px;
    width:275px;
    display:block;

    z-index: 9991;
    opacity: 0;
    filter: alpha(opacity:0);
}


.iosSlider .slider .item .text2 a {

    display:block;

    text-align:center;

    font-weight:700;
    font-size:12px;
    color:#427BAD;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;

    margin-top:20px;

    line-height:30px!important;

    padding:0!important;

    width:70px;
    height:30px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;


}

@media (max-width:979px) {
    .inter-text {
        left:0;
        margin-left:0;
        width:100%;
    }
}
@media screen and (max-width:767px) {
    .inter-text {
        top:0;
    }
}

@media screen and (max-width:580px) {
    .inter-text {
        top:-170px;
    }
}



@media screen and (max-width:767px) {


    .fluidHeight {
        height: 0;
        padding: 0 0 390px 0;
    }


    .inter {
        margin-top:20px;
        height:350px;
        /*
        background-size:contain;
        background-position:center;
        */
    }

    .iosSlider .slider .item .text1 {
        top:50%;
        padding:0 0 0 10px;
        font-size:20px;
        line-height:30px;
        width:220px;

    }
    .iosSlider .slider .item .text2 {
        margin:0;
        padding:0 0 0 10px;
        font-size:13px;
        width:220px;

    }
    .iosSlider .slider .item .text2 a {
        margin-top:0;
    }


}


@media screen and (max-width:580px) {



    .fluidHeight {
        height: 0;
        padding: 0 0 390px 0;
    }


    .inter {
        margin-top:20px;
        height:350px;
        background-size:contain;
        background-position:center;
    }

    .iosSlider .slider .item .text1 {
        top:50%;
        padding:0 0 0 10px;
        font-size:20px;
        line-height:30px;
        width:100%;
        text-align:center;

    }
    .iosSlider .slider .item .text2 {
        margin:0;
        padding:0 0 0 10px;
        font-size:13px;
        width:100%;
        text-align:center;

    }
    .iosSlider .slider .item .text2 a {
        margin-top:0;
        margin-left:50%;
        position:relative;
        left:-36px;
    }



    .iosSlider .slider .item .text1 {
        top:105%;
    }
    .inter {
        height:250px;
    }


}




.selectors {
    width: 100%;
    position: absolute;
    bottom:0;
    text-align: center;
    margin: 0;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    padding: 5px 0 10px 0;
}
.selectors li {
    display: inline-block;
    zoom: 1;
    background:rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding:4px;
    margin: 0 4px;
}
.selectors li:hover {
    background:rgba(0, 0, 0, 0.8);
}
.selectors li.selected {
    background:rgba(0, 0, 0, 0.2);
}