/* http://responsiveslides.com v1.54 by @viljamis */
.rslides {
    position: absolute;
    top: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-align: center;

}

.rslides h1,h2,h3,p,div
{
    /*position: relative;*/
    /*z-index: 20;*/
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding-top: 15rem;
    /*height: 650px;*/
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;

    float: left;
    width: 100%;
    border: 0;

    /*z-index: 15;*/
}

.rslides {
    margin: 0 auto 40px;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    bottom: 0;
    font-size: 18px;
    max-width: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    /*width: auto;*/
    /*line-height: 20px;*/
    /*padding: 9px 20px;*/
    /*height: auto;*/
    /*background: transparent;*/
    /*display: inline;*/
    /*color: #fff;*/
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    /*background: rgba(255,255,255,.1);*/
    /*color: #fff;*/
    /*font-weight: 600;*/
}


/*.da-dots{*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*left: 0px;*/
    /*bottom: 20px;*/
    /*z-index: 2000;*/

/*}*/
.rslides_tabs a{
    display: inline-block;
    position: relative;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;


    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    margin: 3px;
    cursor: pointer;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.3) inset,
        1px 1px 1px rgba(255,255,255,0.3);
}
.rslides_tabs .rslides_here a:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #020202;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);*/
    /*background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );*/
}

.slide-1
{
    background:#020202 url('../img/slides/1.png') no-repeat 0% 0%;
    color: #fff;
}

.slide-3
{
    background:#1DBE72 url('../img/slides/cloud-computing.png') no-repeat 37% 15% ;
    color: #fff;
}

.rslides_nav {
    background: url("../img/slides/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 20px;
    left: 8px;
    margin-top: 0px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 52%;
    width: 20px;
    z-index: 3;
    z-index: 21;
}
.rslides_nav:active {
    opacity: 1;
}
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 8px;
}