#sliders {
    top: 20px;
    clear: both;
    margin: 0px auto;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    position: static;
    display: block;
}

.rslides_container {
    top: 20px;
    position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

.rslides {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 1;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
}

.rslides li img {
    display: block;
    width: 100%;
    z-index: 1;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
    z-index: 1;
}

.sliderstyle_nav {
    z-index: 1;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    margin-top: -45px;
}

.sliderstyle_nav:active {
    opacity: 1.0;
}

.sliderstyle_nav.next {
    background: url("images/right.png") no-repeat;
    left: auto;
    right: 10px;
    top: 305px;
}

.sliderstyle_nav.prev {
    background: url("images/left.png") no-repeat;
    right: auto;
    left: 10px;
    top: 305px;
}

.sliderstyle_nav:focus {
    outline: none;
}

.sliderstyle_tabs {
    margin-top: 10px;
    text-align: center;
    display: none;
}

.sliderstyle_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.sliderstyle_tabs a {
    text-indent: -9999px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ccc;
    display: inline-block;
    _display: block;
    *display: block;
    width: 9px;
    height: 9px;
    margin-top: 33px;
}

.sliderstyle_here a {
    background-color: #F18925;
}

.sliderstyle .captionbg {
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    opacity: 0.7;
    margin: auto;
    padding: 35px 15px 35px 32px;
    display: table;
    position: absolute;
    top: 180px;
    bottom: 180px;
    z-index: 1;
    vertical-align: middle;
}

.caption {
    color: #CA4A57;
    text-shadow: -1px 0 black, 0 5px black, 1px 0 black, 0 -1px black;
    font-size: 40px;
    text-align: center;
    display: block;
    margin-top: 0px;
}

.text {
    color: #ffffff;
    text-shadow: 2px 2px #000000;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    display: block;
    padding: 0px 20px;
}
  
@media only screen and (min-width: 176px) and (max-width: 640px) {
    .main_header {
        display: none;
    }
    .hidebuttons {
        display: none;
    }
    .mobilehide {
        display: none;
    }
    .catmobile {
        margin-top: 20px;
    }
    .text {
        font-size: 18px;
    }
    .dfleft {
        width: 100%;
    }
    .dfright {
        width: 100%;
    }
    .latestads {
        display: none;
    }
    .addadsshowhide {
        display: block;
        margin-top: 15px;
    }
    .sort ul li {
        margin: 10px 0;
    }
.golden span {
    background-color: #CA4A57;
    border-right: 3px solid #CA4A57;
    border-left: 3px solid #CA4A57;
}

a.lang {
    color: #ffffff;
}

.flaglang {
    padding: 0px 10px;
}

.first a.login {
    padding: 5px;
    margin: 15px 10px;
    border-radius: 5px;
    display: block;
    border-radius: 5px;
    background-color: #0E6471;
    border-left: 1px solid #0E6471;
    border-top: 1px solid #0E6471;
    border-bottom: 1px solid #0E6471;
    border-right: 3px solid #CA4A57;
    color: #ffffff;
    font: 300 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
}

.first a:hover.login {
    background-color: #0E6471;
    border-left: 1px solid #0E6471;
    border-top: 1px solid #0E6471;
    border-bottom: 1px solid #0E6471;
    border-right: 3px solid #CA4A57;
	color: #ffffff;
	border-radius: 5px;
}

.souq_tabweeb_script {
	max-width: 94%;
}

.icon-mark {
    top: 55px;
    left: 20px;
}
    .catmobile {
        margin-top: 0px;
    }
    .captionbg,
    .btn-success,
    .text {
        display: none;
    }
    .cate {
        font-size: 14px;
    }
    #goTopSpan {
        display: none;
    }
    .listing-thumb img {
        width: 88.5%;
    }
    .first a.add_ads {
        margin: 5px 10px;
    }
    .first a.register {
        margin: 5px 10px;
    }
    .first a.login {
        margin: 5px 10px;
    }
	
.FaScs ul {
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 320px) {
    #sliders {
        max-width: 100%;
        max-height: 100%;
        background-color: #ffffff;
        margin: 15px auto 15px auto;
    }
    .adsense {
        position: static;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 100%;
        background-color: #ffffff;
    }
    .rslides {
        position: relative;
        list-style: none;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        padding: 0;
        margin: 0 auto;
        background-color: #ffffff;
        z-index: 1;
    }
    .rslides li {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
    .rslides li img {
        max-height: 94%;
        max-width: auto;
        margin: 0 auto;
    }
    .sliderstyle .captionbg {
        top: 150px;
        bottom: inherit;
        padding: 0px 15px 0px 32px;
    }
    .caption {
        margin-top: 10px;
    }
    .news2 p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
    }
    .news2 a img {
        width: 100%;
    }
    .adsimg {
        max-height: 200px;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    #sliders {
        margin: 15px auto 15px auto;
        max-width: 100%;
        max-height: 100%;
        background-color: #ffffff;
    }
    .adsense {
        position: static;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 220px;
        background-color: #ffffff;
    }
    .rslides {
        max-width: 100%;
        max-height: 220px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .rslides li {
        max-width: 100%;
        max-height: 220px;
        margin: 0 auto;
    }
    .rslides li img {
        max-width: 94%;
        height: auto;
        border: 1px solid #C8C8C8;
        margin: 0 auto;
    }
    .sliderstyle .captionbg {
        top: 150px;
        bottom: inherit;
        padding: 0px 15px 0px 32px;
    }
    .caption {
        margin-top: 10px;
    }
    .news2 p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
    }
    .news2 a img {
        width: 100%;
    }
    .adsimg {
        max-height: 300px;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 568px) {
    #sliders {
        margin: 15px auto 15px auto;
        max-width: 100%;
        max-height: 250px;
        background-color: #ffffff;
    }
    .adsense {
        position: static;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 250px;
        background-color: #ffffff;
    }
    .rslides {
        max-width: 100%;
        max-height: 250px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .rslides li {
        max-width: 100%;
        max-height: 250px;
        margin: 0 auto;
    }
    .rslides li img {
        max-width: 94%;
        height: auto;
        border: 1px solid #C8C8C8;
        margin: 0 auto;
    }
    .sliderstyle .captionbg {
        top: 600px;
        bottom: inherit;
    }
    .news2 p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
    }
    .news2 a img {
        width: 100%;
    }
    .adsimg {
        max-height: 300px;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
    #sliders {
        max-width: 100%;
        max-height: 300px;
        margin: 20px 0px 50px 10px;
        background-color: #ffffff;
    }
    .adsense {
        position: static;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 300px;
        background-color: #ffffff;
    }
    .rslides {
        max-width: 100%;
        max-height: 300px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .rslides li {
        max-width: 100%;
        max-height: 300px;
        margin: 0 auto;
    }
    .rslides li img {
        max-width: 94%;
        height: auto;
        border: 1px solid #C8C8C8;
        margin: 0 auto;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .featuredslider {
        margin-top: 20px;
    }
    .news2 {
        max-height: 226px;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
    #sliders {
        max-width: 100%;
        max-height: 300px;
        margin: 20px 0px 50px 10px;
        background-color: #ffffff;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 300px;
        background-color: #ffffff;
    }
    .rslides {
        max-width: 100%;
        max-height: 300px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .rslides li {
        max-width: 100%;
        max-height: 300px;
        margin: 0 auto;
    }
    .rslides li img {
        max-width: 94%;
        height: auto;
        border: 1px solid #C8C8C8;
        margin: 0 auto;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .featuredslider {
        margin-top: 20px;
    }
    .news2 {
        max-height: 226px;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
    #sliders {
        margin: 20px 20px 50px 10px;
        max-width: 100%;
        max-height: 400px;
        background-color: #ffffff;
    }
    .sliderstyle_nav.prev {
        display: none;
    }
    .sliderstyle_nav.next {
        display: none;
    }
    .rslides_container {
        max-width: 100%;
        max-height: 400px;
        background-color: #ffffff;
    }
    .rslides {
        max-width: 100%;
        max-height: 400px;
        background-color: #ffffff;
        margin: 0 auto;
    }
    .rslides li {
        max-width: 100%;
        max-height: 400px;
        margin: 0 auto;
    }
    .rslides li img {
        max-width: 94%;
        height: auto;
        border: 1px solid #C8C8C8;
        margin: 0 auto;
    }
    .news li {
        line-height: 40px;
    }
    .news a {
        font: bold 14px/100% 'HelveticaNeue', 'Tatwerat_Light', 'Droid Arabic Kufi', tahoma, Arial, sans-serif;
    }
    .featuredslider {
        margin-top: 20px;
    }
    .news2 {
        max-height: 326px;
    }
    .sliderstyle .caption {
        font-size: 100%;
    }
}