﻿body {
    direction: ltr;
    text-align: left;
}

#header .block {
    float: right;
}

.navbar {
    display: none;
}

#footer .container {
    display: none;
}

#sidebar .accordion li a .hrefName {
    padding-left: 3%;
}

#sidebar .more a {
    background: none;
}

#sidebar li .block .description p {
    padding-bottom: 15%;
}

#sidebar .side-news .more a {
    padding: 0 0 0 50px;
}

    #sidebar .side-news .more a::before {
        content: none;
    }

    #sidebar .side-news .more a::after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        content: '';
        position: absolute;
        z-index: 20;
        top: 5px;
        left: 105px;
        width: 11px;
        height: 11px;
        backgro und: url(/images/ashdod/sprite-01.png) no-repeat -134px -40px;
    }

#sidebar .side-news .box {
    float: left;
    width: 43%;
    padding: 0 8% 0 0;
}

#main-nav:before {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: #00aada;
}


/* ------------ Top News Slider ----------------*/

#divTopNewsSlider #slideshow {
    margin-bottom: 5%;
}

    #divTopNewsSlider #slideshow .descr {
        float: right;
    }

    #divTopNewsSlider #slideshow .img {
        float: left;
    }

.news.container .box {
    padding-top: 5%;
}

#slideshow .more a, .news .more a {
    line-height: 1.8;
}

.more a {
    width: 102px;
}

#divRussianFloatArticles {
    margin-top: 5%;
}

.info-section .more {
    padding: 0 0 0 57%;
        margin-bottom: 5px;
}

    .info-section .more a {
        background: url(/images/ashdod/arrow-004-ltr.png) no-repeat 80px -7px;
    }

.slideshow .controls {
    float: left;
}

    .slideshow .controls .slideshow-prev {
        background-position: -115px 0;
    }

    .slideshow .controls .slideshow-next {
        background-position: 0;
    }
/* ------------ /Top News Slider ----------------*/ /*------------- Floating Articles ---------------*/

.news .block {
    direction: ltr;
}

.news .more a:before {
    content: none;
}
/*------------- /Floating Articles --------------*/ /*-------------- Media Screens -----------------*/

@media only screen and (min-width: 767px) {
    .news ul li {
        width: 25%;
    }

    .news.container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }
}

input {
    text-align: left;
    direction: ltr;
}

.news .block {
    display: block;
    width: 100%;
}
.breakingNews.more a {
    display: inline-block;
    vertical-align: top;
    background: url(/images/ashdod/arrow-004-ltr.png) no-repeat 80px -7px;
    padding: 15px 15px 5px 5px;
    font-weight: bold;
    line-height: 1.454em;
    text-align: right;
    float:right;
}
.signup-form .form-control{
    direction:ltr;
}
.search-form label{
    float:left;
}
.search-form .btn:hover, .search-form .btn{
    float:right;
}
.search-form .col-sm-6:first-child {
    float:left;
}
.news .float-article-div {
    height: 350px;
}