﻿div.dnnRegistrationForm {
    min-width: unset !important;
}

body {
    background-color: #f7f7f7;
    direction: ltr;
}

.table-responsive {
    -webkit-overflow-scrolling: touch !important;
}

    .table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }

.contents__container {
    min-height: 600px;
    padding-bottom: 20px;
}

@media (max-width:992px) {

    div.dnnRegistrationForm .dnnForm {
        width: 100% !important;
    }
}

.footer__container .container__heading--right {
    padding: 0;
    padding-bottom: 30px;
}

.map__container {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 6px;
    padding-bottom: 0px;
}

.copyright-texts:before {
    content: "";
    border-top: 1px solid #13b7a6;
    width: 45%;
    position: absolute;
}

.footer__container .container__heading--right h2 {
    color: #fff;
    font-size: 18px;
    margin-right: 0px !important;
    margin-left: 10px;
}

.contents__container .content-pane-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .contents__container {
        min-height: 400px;
    }
}


html[lang=en-US] .footer__container .social__container {
    left: 0;
    right: unset;
}

html[lang=en-US] .sociallinks ul li {
    direction: rtl;
}

html[lang=en-US] .footer__container .copyright-texts {
    float: right;
}

.container_content {
    padding: 0px;
}

@media (max-width: 992px) {
    .breadcrumb-mobile {
        display: none;
    }
}

.breadcrumb__container {
    padding-top: 12px;
}

    .breadcrumb__container > span > span {
        position: relative;
    }

        .breadcrumb__container > span > span > span {
            padding: 0 7px;
            font-size: 13px;
            font-weight: bolder;
        }

            .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: -5px;
                    bottom: 2px;
                    color: #ec8b10;
                    font-style: normal;
                    font-weight: normal;
                    font-family: FontAwesome;
                    font-size: 12px;
                    margin-left: 0;
                }

            .breadcrumb__container > span > span > span:last-child a {
                color: #616161;
                font-weight: 100;
            }

html[lang="en-US"] .breadcrumb__container > span > span > span:first-child:before {
    left: -16px;
    bottom: -5px;
    right: unset;
}

@media (max-width: 768px) {
    .slider__container {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
    .slider__container {
        margin-top: 0;
    }
}


.header-inside__container .contactus__pane {
    margin-top: 10px;
}

@media (max-width: 1430px) {
    .header-inside__container .contactus__pane {
        margin-top: 3px;
    }
}

h1, h2, h3, h4 {
    line-height: 1.5 !important;
}
