﻿body {
    background-color: #f7f7f7;
}

.contents__container {
    min-height: 600px;
    padding-top: 0px;
    background-image: url(/Portals/_default/Skins/Rodiba/Images/pt-top.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.contents__container .content-pane-container {
    background-color: #fff;
    padding: 20px;
}
.part-top--content{
    margin:30px 0;
}

@media (max-width: 992px) {
    .contents__container {
        min-height: 400px;
    }
    .part-top--content{
        margin:10px 0px;
    }
    .contents__container .content-pane-container .content--pane {
        padding: 0;
    }
        .contents__container .content-pane-container {         
            padding: 0;
        }
    .text--pane{
        margin:auto 5px;
    }
}
.section--footer {
    background: url(/Portals/1/pt5.jpg) center center fixed;
}

html[lang=en-US] .footer__container .social__container {
    right: 0;
    left: unset;
}

html[lang=en-US] .sociallinks ul li {
    direction: rtl;
}

html[lang=en-US] .footer__container .copyright-texts {
    float: left;
}

.sidebar__container .main-menu i {
    color: #d4021c;
    padding: 0 11px;
}

.container_content {
    padding: 0px;
}

.breadcrumb__container {
    padding-top: 14px;
}

    .breadcrumb__container > span > span {
        position: relative;
    }

        .breadcrumb__container > span > span > span {
            padding: 0 7px;
            font-size: 13px;
        }

            .breadcrumb__container > span > span > span > a {
                color: #000;
            }

            .breadcrumb__container > span > span > span:first-child {
                font-size: 0px;
            }

                .breadcrumb__container > span > span > span:first-child:before {
                    content: "\f015";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    color: #000;
                    font-style: normal;
                    font-weight: normal;
                    font-family: FontAwesome;
                    font-size: 20px;
                    margin-left: 10px;
                }

            .breadcrumb__container > span > span > span:last-child a {
                color: #ff0000;
                font-weight: bold;
            }
html[lang="en-US"] .breadcrumb__container > span > span > span:first-child:before {
    left: -16px;
    bottom: -5px;
    right: unset;
}
@media (max-width: 992px) {
    .slider__container {
        min-height:0;
    }
}