﻿.jssor-slider-bar
{
    width:100%;
	width:100vw;
	min-height:1px;
	overflow:hidden;
	margin:-10px -50vw 10px -50vw;
    position:relative;
    left:50%;
    right:50%;
}
.jssor-slider
{
    width:1920px;
    height:768px;
    margin:auto;
    overflow:hidden;
    position:relative;
}
.jssor-loading
{
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-loading > div:first-child
{
    width:100%;
    height:100%;
    background-color:#000000;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-loading > div:last-child
{
    width:100%;
    height:100%;
    background:url("../Images/loading-jssor.gif") no-repeat center center;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-slides
{
    width:1920px;
    height:768px;
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
}
.jssor-slides a
{
    text-decoration:none;
}
.jssor-slides-logo
{
    width:100%;
    height:192px;
    text-align:center;
    position:relative;
    top:35%;
    left:0px;
}
.jssor-slides-logo img
{
    width:128px;
    height:128px;
    margin:0px;
    padding:0px;
    border:0px;
}
.jssor-slides-text
{
    width:100%;
    height:50px;
    font-family:IranSans;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    position:relative;
    top:35%;
    left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:768px)
{
    .jssor-slider-bar
    {
    }
}