﻿html {
    height: 100%;
    width: 100%;
}
    
body {
    font-family: 'almoni-dl', sans-serif;
    font-weight: 400;
    font-size: 30px;
    background-color: white;
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
    
#map {
    width: 350px;
    height: 250px;
      }
#MobileMenu {
    -moz-transition: -ms-transform .3s;
    -webkit-transition: -ms-transform .3s;
    -o-transition: -ms-transform .3s;
    transition: -ms-transform .3s;
    -moz-transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    display: block;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 280px;
    height: 100%;
    left: -280px;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(184, 212, 226, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    direction: rtl;
    background-color: #EAEAEA;
}


    
    #MobileMenu .MenuLogo {
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        left: 17px;
        margin-top: 25px;
        margin-bottom: 14px;
    }

        #MobileMenu .MenuLogo img {
            width: 40%;
            float: right;
            margin-right: 82px;
        }
        #MobileMenu .MenuLogo .Pic2  {
            width: 80%;
            float: right;
            margin-right: 31px;
            margin-top: 15px;
        }

    #MobileMenu .MenuInner {
        float: right;
        width: 100%;
        position: relative;
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
    }

        #MobileMenu .MenuInner li {
            float: right;
            width: 100%;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            line-height: 49px;
            position: relative;
            left: 17px;
            text-decoration: none;
            border-bottom: 1px solid black;
            list-style: none;
            -webkit-transform: scaleY(-1);
            -moz-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
            -o-transform: scaleY(-1);
            transform: scaleY(-1);
        }
    
            #MobileMenu .MenuInner li a {
                text-decoration: none;
                width: 100%;
                height: 100%;
                display: inline-block;
                color: #000;
            }

    #MobileMenu .SubMenu {
        border-top: 1px solid black;
        display: none;
    }

        #MobileMenu .SubMenu .SubBtn {
            overflow: hidden;
            width: 100%;
            height: 50px;
        }

.MobileOver {
    position: absolute;
    width: 100%;
    left: -10vw;
    height: 110vh;
    z-index: 5;
    background-color: black;
    opacity: 0.5;
    -moz-transition: -ms-transform .3s;
    -webkit-transition: -ms-transform .3s;
    -o-transition: -ms-transform .3s;
    transition: -ms-transform .3s;
    -moz-transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    display: none;
}

.BodyContainer header .MenuMobile {
            display: none;
        }

p {
    margin-top: 28px;
}

    p:first-child {
        margin-top: 0px;
    }

form {
    height: 100%;
    width: 100%;
}

.BigContainer {
    height: 100%;
    width: 1407px;
    margin: auto;
    direction: rtl;
}

.Top {
    width: 100%;
    float: left;
}
    
    .Top .Content {
        float: left;
        width: 100%;
    }

        .Top .Content .Logo {
            margin-top: 24px;
            float: right;
        }

            .Top .Content .Logo a img {
                float: right;
            }


        .Top .Content .Logo2 {
            float: right;
            margin-top: 43px;
            margin-right: 25px;
        }

        .Top .Content .MenuSapce {
            height: 10px;
            margin-top: 19px;
            width: 1229px;
            float: left;
        }

            .Top .Content .MenuSapce .Space1 {
                height: 3px;
                background-color: #00AAAC;
            }

            .Top .Content .MenuSapce .Space2 {
                height: 7px;
                background-color: #404041;
            }

        .Top .Content .Menu {
            float: right;
            margin-top: 19px;
            letter-spacing: 1px;
            width: 100%;
            text-align: center;
        }

            .Top .Content .Menu .Button {
                display: inline-block;
                position: relative;
                margin-right: 36px;
                min-width: 69px;
            }

                .Top .Content .Menu .Button .Selected {
                    display: none;
                    position: absolute;
                    top: -42px;
                    left: 0px;
                    right: -19px;
                    margin: auto;
                }


                .Top .Content .Menu .Button a {
                    text-decoration: none;
                    color: black;
                    font-size: 19px;
                }



.Footer {
    font-size: 18px;
    text-align: center;
    width: 100%;
    float: right;
    margin-top: 48px;
}

    .Footer .CopyRights {
        float: left;
        width: 100%;
    }

    .Footer .FooterSpace {
        background-image: url('../Content/new_home_index_102.png');
        height: 49px;
        margin-top: 12px;
        float: right;
        width: 100%;
    }


.PageContent {
    width: calc(100% - 170px);
    min-height: 710px;
    float: right;
    margin-top: 51px;
    margin-right: 85px;
    margin-left:85px;
}

    .PageContent .RightSide {
        float: right;
        width: 555px;
    }
    .PageContent .RightSide4 {
        float: right;
        width: 412px;
        height: 448px;
        margin-top:33px;
        border-width: 1px;
        border-left-style: solid;
    }
    .PageContent .LeftSide4{
        float: left;
        width: 763px;
        margin-top: 33px;
    }
    .PageContent .LeftSide4 .ContactSubTitle .Icon{
        float: right;
        margin-left: 10px;
    }
    .PageContent .LeftSide4 .ContactSubTitle .Txt{
        color: #00AAAC;
        font-size: 22px;
        letter-spacing: -0.4px;
        margin-top: 3px;
        float: right;
    }
    .PageContent .LeftSide4 .ContactDetails{
        float: right;
        width: 100%;
        margin-top: 35px;
    }
    input#ContentPlaceHolder1_txtName2,input#ContentPlaceHolder1_txtPhone2,input#ContentPlaceHolder1_txtSubject2,input#ContentPlaceHolder1_txtEmail2,textarea#ContentPlaceHolder1_txtContent2{
        border-color: black;
        border-width: 1px;
        padding: 5px;
        width: 300px;
        margin-bottom: 18px;
    }
    input#ContentPlaceHolder1_btnSend2{
        border-color: black;
        border-width: 1px;
        padding: 5px;
        width: 100px;
        margin-top: 37px;
        cursor: pointer;
    }
    .PageContent .Title {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .RightSide .AboutTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .RightSide .OccupationFieldsTitle {
        display:none;
    }
    .PageContent .LawyersTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .JoinUsTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .PublicationTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .ProjectsTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .AreaProjects{
        margin-top:20px;
        float: right;
        max-height: 395px;
    }
    .PageContent .AreaProjects .ProjectsType{
        font-size: 23px;
        line-height: 23px;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
        text-decoration: underline;
        color: #00AAAC;
    }
    img.mapster_el{
        opacity:0;
    }
    .PageContent .AreaProjects .Project .ProjectName{
        font-size: 22px;
        line-height: 23px;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
        
    }
    .PageContent .AreaProjects .Project{
        font-size: 23px;
        line-height: 23px;
        letter-spacing: -0.4px;
        margin-bottom: 30px;
        width:90%;
    }
    .PageContent .CommunityTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .ContactTitle {
        color: #00AAAC;
        font-size: 25px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .Projects .DropDown {
                display:none;
            }
    .PageContent .Projects .rightSide{
        display:block;
        float: right;
        width: 68%;
        border-left: 1px solid;
    }
    .PageContent .Projects .rightSide2{
        display:none;
    }
    .PageContent .Projects .rightSide .DropDown{
        display:none;
    }
    .PageContent .Projects .leftSide{
        float: left;
        width: 30%;
    }
    .PageContent .Projects .leftSide .AreaProjects{
        width:100%;
    }
    .PageContent .TitleSpace {
        background-image: url('../Content/new_home_index_24.png');
        background-repeat: no-repeat;
        height: 5px;
        width: 129px;
        margin-top: 14px;
    }
    .PageContent .OccupationFieldsSpace {
        display:none;
    }
    .PageContent .RightSide .Text {
        font-size: 18px;
        text-align: justify;
        line-height: 26px;
        margin-top: 33px;
        float: right;
    }
    .PageContent .RightSide .Text6 {
        font-size: 18px;
        float: right;
        text-align: center;
        width: 100%;
    }
    .PageContent .RightSide .Text3 {
        font-size: 18px;
        text-align: justify;
        line-height: 26px;
        margin-top: 33px;
        float: left;
    }
    .PageContent .RightSide4 .Text3 {
        font-size: 18px;
        text-align: justify;
        line-height: 26px;
        float: right;
    }
    .PageContent .RightSide .Text .box .textBox{
        margin-bottom: 10px;
    }
    .PageContent .RightSide .Text .box {
        width: 308px;
        font-size:18px;
    }
    .PageContent .RightSide .Text .box2{
        width: 141px;
        font-size:18px;
    }
    .PageContent .RightSide .Text .box2 input{
        width: 67px;
        border-style: solid;
        border-width: 1px;
        float: right;
        font-size: 14px;
        height: 26px;
        cursor: pointer;
    }
    .PageContent .RightSide .Text .box input{
        border-style: solid;
        border-width: 1px;
        float: right;
        font-size:13px;
        padding: 5px;
        width: 300px;
        margin-bottom: 18px;
    }
    span#ContentPlaceHolder1_lblError {
        float: right;
        margin-right: 40px;
    }
    .PageContent .RightSide .Text .box .fileUpload{
        position: relative;
        width: 90px;
        cursor: pointer;
        float:right;
        margin-bottom:18px;
    }
    .PageContent .RightSide .Text .box .fileUpload span{
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        font-size: 14px;
    }
        .PageContent .RightSide .Text .box .fileUpload input.upload {
            width: 65px;
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .PageContent .RightSide .Text .box .textBox textarea {
            width: 306px;
            height: 94px;
            font-size:15px;
            border-width: 1px;
            border-style: solid;
            border-color: black;
        }
        input[type="submit"] {
            background-color: white;
            border-style: solid;
            border-width: 1px;
            border-color: black;
        }

    .PageContent .RightSide .Text2 {
        margin-top: 15px;
        font-size: 12pt;
    }

    .PageContent .RightSide .Practice {
        float: right;
        width: 543px;
        margin-top:50px;
    }

    .PageContent .RightSide .SubTitle {
        color: #00AAAC;
        font-size: 23px;
        float: right;
        width: 100%;
        text-align: center;
        margin-bottom: -2px;
        position: relative;
        right: -13px;
    }

    .PageContent .RightSide .SubTitleSpace {
        background-image: url('../Content/new_home_index_24.png');
        background-repeat: no-repeat;
        height: 5px;
        width: 129px;
        margin: auto;
        margin-top: 14px;
    }

    .PageContent .RightSide .Box {
        float: right;
        width: 136px;
        height: 152px;
        margin-left: 34px;
        margin-right: 11px;
        margin-top: 14px;
    }

        .PageContent .RightSide .Box .Text {
            text-align: center;
            float: left;
            width: 100%;
            font-size: 18px;
            line-height: 16px;
            margin-top: 0px;
        }

        .PageContent .RightSide .Box .Icon1 {
            background-image: url('../Content/003_g.png');
            background-repeat: no-repeat;
            width: 100%;
            height: 122px;
            float: right;
            cursor:pointer;
        }

        .PageContent .RightSide .Box .Icon2 {
            background-image: url('../Content/002_g.png');
            background-repeat: no-repeat;
            width: 134px;
            height: 123px;
            margin: auto;
            cursor:pointer;
        }

        .PageContent .RightSide .Box .Icon3 {
            background-image: url('../Content/001_g.png');
            background-repeat: no-repeat;
            width: 134px;
            height: 123px;
            margin: auto;
            cursor:pointer;
        }

        .PageContent .RightSide .Box .Icon4 {
            background-image: url('../Content/006_g.png');
            background-repeat: no-repeat;
            width: 134px;
            height: 123px;
            margin: auto;
            cursor:pointer;
        }

        .PageContent .RightSide .Box .Icon5 {
            background-image: url('../Content/005_g.png');
            height: 134px;
            height: 123px;
            margin: auto;
            cursor:pointer;
        }

        .PageContent .RightSide .Box .Icon6 {
            background-image: url('../Content/004_g.png');
            background-repeat: no-repeat;
            width: 134px;
            height: 123px;
            margin: auto;
            cursor:pointer;
        }



        .PageContent .RightSide .Box .Icon1:hover {
            background-image: url('../Content/003_b.png');
        }

        .PageContent .RightSide .Box .Icon2:hover {
            background-image: url('../Content/002_b.png');
        }

        .PageContent .RightSide .Box .Icon3:hover {
            background-image: url('../Content/001_b.png');
        }

        .PageContent .RightSide .Box .Icon4:hover {
            background-image: url('../Content/006_b.png');
        }

        .PageContent .RightSide .Box .Icon5:hover {
            background-image: url('../Content/005_b.png');
        }

        .PageContent .RightSide .Box .Icon6:hover {
            background-image: url('../Content/004_b.png');
        }

    .PageContent .Lawyer {
        margin-right: 155px;
        float: right;
        margin-top: 78px;
    }

        .PageContent .Lawyer .RightSide3 {
            float: right;
            width: 226px;
        }

            .PageContent .Lawyer .RightSide3 .LawyerBox {
                width: 100%;
                float: right;
            }

                .PageContent .Lawyer .RightSide3 .LawyerBox .LawyerPic {
                    background: black;
                    width: 100%;
                    height: 271px;
                    background-size: cover;
                }

                .PageContent .Lawyer .RightSide3 .LawyerBox .LawyerSpace {
                    background-image: url('../Content/lawyers_personal_25.png');
                    width: 100%;
                    height: 12px;
                    margin-top: 10px;
                    margin-bottom: 13px;
                }

                .PageContent .Lawyer .RightSide3 .LawyerBox .Mail {
                    color: #00AAAC;
                    font-size: 22px;
                    float: right;
                    width: 100%;
                    text-align: center;
                    text-decoration: underline;
                    letter-spacing: 0.5px;
                }
                .PageContent .Lawyer .RightSide3 .LawyerBox .MailAddress{
                    float: right;
                    margin-top: 10px;
                    width: 100%;
                    height: 30px;
                    font-size: 22px;
                    text-align: center;
                    text-decoration: underline;
                    letter-spacing: 0.5px;
                }
                .PageContent .Lawyer .RightSide3 .LawyerBox .MailAddress a{
                    color: #00aaac;
                }

        .PageContent .Lawyer .LeftSide3 {
            float: right;
            margin-right: 71px;
            width: calc(100% - 297px);
        }

            .PageContent .Lawyer .LeftSide3 .Title {
                color: #00AAAC;
                font-size: 22px;
                margin-bottom: 9px;
                line-height: 11px;
                margin-top: 32px;
                float: right;
                width: 100%;
            }

                .PageContent .Lawyer .LeftSide3 .Title:first-child {
                    margin-top: 0px;
                    margin-bottom: 9px;
                }

            .PageContent .Lawyer .LeftSide3 .SubTitle {
                font-size: 18px;
                margin-bottom: 30px;
            }

            .PageContent .Lawyer .LeftSide3 .Text {
                float: right;
                width: 79%;
                margin-top: 6px;
                font-size: 18px;
                line-height: 27px;
                letter-spacing: -0.4px;
            }

                .PageContent .Lawyer .LeftSide3 .Text p {
                    margin: 0px;
                }

                .PageContent .Lawyer .LeftSide3 .Text ul {
                    margin-top: 20px;
                    padding: 0px;
                    list-style-type: none;
                    padding-left: 1em;
                    text-indent: -1em;
                    margin-right: 18px;
                    margin-bottom: 9px;
                }

                    .PageContent .Lawyer .LeftSide3 .Text ul li:before {
                        content: '>';
                        margin-left: 5px;
                    }

            .PageContent .Lawyer .LeftSide3 a {
                color: #00AAAC;
                font-size: 19px;
                margin-top: 40px;
                float: right;
                width: 100%;
                letter-spacing: -0.4px;
            }

    .PageContent .Lawyers {
        margin-right: 152px;
        margin-top: 37px;
        float: right;
    }

        .PageContent .Lawyers .Row {
            float: right;
            width: 100%;
            margin-bottom: 24px;
        }

        .PageContent .Lawyers .LawyerBox {
            float: right;
            width: 116px;
            margin-left: 35px;
        }

            .PageContent .Lawyers .LawyerBox a {
                text-decoration: none;
            }

    .PageContent .LawyerBox .LawyerPic {
        width: 100%;
        height: 141px;
        background-color: black;
        background-size: cover;
    }

    .PageContent .LawyerBox .LawyerName {
        color: #00AAAC;
        font-size: 22px;
        width: 116px;
        margin-top: 5px;
        letter-spacing: -0.4px;
        text-align: center;
    }



    .PageContent .Pic {
        float: right;
        margin-top: 50px;
    }
    .PageContent .FieldsPic {
        float: left;
        margin-top: 80px;
        width: 99.9%;
    }

        .PageContent .Pic img {
            float: left;
            width: 100%;
        }
        .PageContent .FieldsPic img {
            float: left;
            width: 100%;
        }

        .PageContent .Pic.Landscape {
            float: left;
            margin-top: 32px;
            width: 107%;
        }

            .PageContent .Pic.Landscape img {
                width: 100%;
                border: 0px solid;
            }

    .PageContent .LeftSide {
        float: left;
        width: 615px;
        margin-top: 5px;
    }

        .PageContent .LeftSide.About {
            float: left;
            width: 615px;
            margin-top: -1px;
        }

        .PageContent .LeftSide .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 6px;
        }

        .PageContent .LeftSide .Pic {
            float: left;
            width: 100%;
            margin-top:73px;
        }

            .PageContent .LeftSide .Pic img {
                margin-bottom: 15px;
            }

        .PageContent .LeftSide .sponsor1 {
            float: left;
            margin-left: 49px;
            margin-top: 50px;
        }


        .PageContent .LeftSide .sponsor2 {
            float: left;
            margin-left: 49px;
            margin-top: 50px;
        }

        .PageContent .LeftSide .text {
            float: right;
            width: 100%;
            font-size: 19px;
            line-height: 11px;
            color: #00AAAC;
            letter-spacing: -0.3px;
        }

    .PageContent .OcFields .RightSide {
        float: right;
        margin-right: 42px;
        width: 555px;
    }

    .PageContent .OcFields .LeftSide {
        float: right;
        width: 530px;
        margin-top: 25px;
        margin-right: 110px;
        font-size: 18px;
    }


        .PageContent .OcFields .LeftSide .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 3px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box1 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box2 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box3 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box4 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box5 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .box6 .Title {
            font-size: 16px;
            color: #00AAAC;
            margin-bottom: 15px;
            font-size: 26px;
            margin-top: 2px;
            letter-spacing: -0.7px;
        }
        .PageContent .OcFields .LeftSide .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
        }
        .PageContent .OcFields .LeftSide .box1 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }
        .PageContent .OcFields .LeftSide .box2 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }
        .PageContent .OcFields .LeftSide .box3 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }
        .PageContent .OcFields .LeftSide .box4 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }
        .PageContent .OcFields .LeftSide .box5 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }
        .PageContent .OcFields .LeftSide .box6 .Text {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            max-height: 260px;
            padding-left: 25px;
        }

    .PageContent .Publication {
        float: right;
        width: 100%;
        margin-top: 35px;
        max-height: 633px;
    }

        .PageContent .Publication .SideMenu {
            float: right;
            width: 191px;
        }

            .PageContent .Publication .SideMenu .DropDown {
                float: right;
                width: 149px;
                border: 2px solid black;
                margin-bottom: 21px;
                height: 26px;
                position: relative;
                cursor: pointer;
            }


                .PageContent .Publication .SideMenu .DropDown .Arrow {
                    float: right;
                    padding-left: 10px;
                    margin-right: 9px;
                    border-left: 2px solid black;
                    height: 26px;
                }

                    .PageContent .Publication .SideMenu .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }

                    .PageContent .Publication .SideMenu .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }


                .PageContent .Publication .SideMenu .DropDown .SelectedText {
                    float: right;
                    width: 108px;
                    text-align: center;
                    line-height: 29px;
                    font-size: 22px;
                }

                .PageContent .Publication .SideMenu .DropDown .SelectList {
                    position: absolute;
                    top: 3px;
                    left: -2px;
                    width: 114px;
                    z-index: 5;
                    overflow: hidden;
                    height: 0px;
                    transition: height ease-in 0.20s;
                }

                    .PageContent .Publication .SideMenu .DropDown .SelectList ul {
                        margin: 0px;
                        margin-top: 25px;
                        list-style-type: none;
                        padding: 0px;
                        text-align: center;
                        border: 2px solid;
                        border-top: 0px solid;
                        background-color: white;
                        font-size: 22px;
                    }

                        .PageContent .Publication .SideMenu .DropDown .SelectList ul li {
                            width: 100%;
                            line-height: 29px;
                            border-bottom: 2px solid black;
                            cursor: pointer;
                        }


                            .PageContent .Publication .SideMenu .DropDown .SelectList ul li:last-child {
                                border-bottom: 0px solid;
                            }

                            .PageContent .Publication .SideMenu .DropDown .SelectList ul li:hover {
                                background-color: #BFBFBF;
                            }

        .PageContent .Publication .Articles {
            float: right;
            width: calc(100% - 567px);
            max-height: 570px;
            border-right: 2px solid black;
        }

            .PageContent .Publication .Articles .Article {
                float: right;
                width: 87%;
                margin-right: 35px;
                min-height: 176px;
            }

                .PageContent .Publication .Articles .Article:last-child {
                    margin-bottom: 15px;
                }

                .PageContent .Publication .Articles .Article .TxtContent {
                    float: right;
                    width: 600px;
                    margin-bottom: 50px;
                }

                    .PageContent .Publication .Articles .Article .TxtContent .Title {
                        font-size: 22px;
                        line-height: 19px;
                    }

                    .PageContent .Publication .Articles .Article .TxtContent .SubTitle {
                        font-size: 19px;
                        margin-top: 7px;
                        text-decoration: underline;
                        letter-spacing: -0.4px;
                    }

                    .PageContent .Publication .Articles .Article .TxtContent .Text {
                        float: right;
                        width: 100%;
                        margin-top: 4px;
                        font-size: 19px;
                        text-align: justify;
                        letter-spacing: -0.4px;
                        line-height: 26px;
                    }

                    .PageContent .Publication .Articles .Article .TxtContent .ReadMore {
                        float: right;
                        width: 100%;
                        font-size: 19px;
                        margin-top: 4px;
                        color: #00AAAC;
                        letter-spacing: -0.4px;
                    }

                .PageContent .Publication .Image {
                    float: left;
                }


.PageContent .Projects {
        float: right;
        width: 100%;
        margin-top: 70px;
    }
        .PageContent .Projects .ProjectsArticles {
            float: left;
            width: 450px;
            min-height: 660px;
            border-right: 2px solid black;
        }
            .PageContent .Projects .Projectss {
                float: left;
                width: 450px;
                max-height: 560px;
                border-right: 2px solid black;
            }
            .PageContent .Projects .ProjectsArticles .ProjectArea {
                margin: auto;
                width: 236px;
            }
            .PageContent .Projects .ProjectsArticles .Project {
                margin-right: 7%;
                margin-left: 2%;
            }
        .PageContent .Projects .SideMenu {
            float: right;
            width: calc(100% - 454px);
        }
            .PageContent .Projects .SideMenu .map {
                background-image: url('../Content/tlv_dan.png');
                background-position: -85px -75px;
                width: 321px;
                height: 650px;
                float: left;
                margin-left: 140px;
            }
            .PageContent .Projects .SideMenu .north{
                float: right;
                width: 78px;
                height: 108px;
                margin-top: -627px;
                margin-right: 258px;
            }
                .PageContent .Projects .SideMenu .north:hover {
                    background-image: url('../Content/north.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .haifa_carmel{
                float: right;
                width: 32px;
                height: 42px;
                margin-top: -565px;
                margin-right: 352px;
            }
                .PageContent .Projects .SideMenu .haifa_carmel:hover {
                    background-image: url('../Content/haifa_carmel.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .hasharon{
                float: right;
                width: 39px;
                height: 54px;
                margin-top: -512px;
                margin-right: 363px;
            }
                .PageContent .Projects .SideMenu .hasharon:hover {
                    background-image: url('../Content/hasharon.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .tel_dan{
                float: right;
                width: 46px;
                height: 26px;
                margin-top: -446px;
                margin-right: 365px;
            }
                .PageContent .Projects .SideMenu .tel_dan:hover {
                    background-image: url('../Content/tlv_dan.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .mishor_south{
                float: right;
                width: 36px;
                height: 57px;
                margin-top: -415px;
                margin-right: 395px;
            }
                .PageContent .Projects .SideMenu .mishor_south:hover {
                    background-image: url('../Content/mishor_south.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .jerusalem_shfela{
                float: right;
                width: 63px;
                height: 71px;
                margin-top: -400px;
                margin-right: 322px;
            }
                .PageContent .Projects .SideMenu .jerusalem_shfela:hover {
                    background-image: url('../Content/jerusalem_shfela.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
            .PageContent .Projects .SideMenu .south_negev{
                float: right;
                width: 165px;
                height: 320px;
                margin-top: -325px;
                margin-right: 329px;
            }
                .PageContent .Projects .SideMenu .south_negev:hover {
                    background-image: url('../Content/south_negev.png');
                    background-position: -85px -75px;
                    width: 321px;
                    height: 650px;
                    float: left;
                    margin-left: 140px;
                    margin-top: -650px;
                    margin-right: 258px;
                    cursor: pointer;
                }
        .PageContent .ProjectTitle {
            margin-top: 40px;
            color: #00AAAC;
            font-size: 20px;
            line-height: 23px;
            letter-spacing: -0.4px;
            text-decoration:underline;
        }
        .PageContent .ProjectText {
            font-size: 19px;
            line-height: 23px;
            letter-spacing: -0.4px;
            text-align: justify;
        }
        .PageContent .LeftSide .NewsBox{
            float: right;
            width: 100%;
            margin-top: 32px;
            height: 26px;
            overflow: hidden;
        }
        .PageContent .LeftSide .NewsBox a{
            color:#000;
        }
            .PageContent .LeftSide .NewsBox .txtTitle{
                float: right;
                font-size: 18px;
                background-color: #3F3F40;
                color: #fff;
                padding: 3px;
                margin-left: 5px;
            }
                .PageContent .LeftSide .NewsBox .NewsTxt{
                    margin-top: 3px;
                    font-size: 18px;
                    height: 21px;
                    width: calc(100% - 130px);
                    float: left;
                    overflow:hidden;
                    white-space:no-wrap;
                }
                .PageContent .LeftSide .NewsBox .NewsTxt .txt{
                    height:21px;
                    white-space:nowrap;
                    display:inline;
                    width:auto;
                }
                    .PageContent .LeftSide .NewsBox .NewsTxt .txt a{
                        text-decoration:none;
                    }
       
@media screen and (max-width: 1423px) {
    .BigContainer {
        width: 1230px;
        margin: auto;
    }

    .Top .Content .MenuSapce {
        height: 10px;
        margin-top: 19px;
        width: 1054px;
        float: left;
    }

    .Top .Content .Menu {
        float: left;
        margin-top: 19px;
        letter-spacing: 1px;
        width: 88%;
        text-align: center;
    }

    .PageContent {
        min-height: 655px;
    }

        .PageContent .LeftSide {
            float: left;
            width: 435px;
            margin-top: 5px;
        }

            .PageContent .LeftSide.About {
                float: left;
                width: 435px;
                margin-top: -1px;
            }

        .PageContent .Lawyer .LeftSide3 {
            float: right;
            margin-right: 71px;
        }

        .PageContent .OcFields .LeftSide {
            float: right;
            width: 405px;
            margin-top: 25px;
            margin-right: 56px;
            font-size: 18px;
        }
        .PageContent .Publication .Articles{
            width: calc(100% - 533px);
        }
        .PageContent .Publication .Articles .Article .TxtContent {
            float: right;
            width: 445px;
            margin-bottom:50px;
        }
        .PageContent .LeftSide .sponsor1 {
            float: left;
            margin-left: 49px;
            margin-top: 110px;
        }


        .PageContent .LeftSide .sponsor2 {
            float: left;
            margin-left: 49px;
            margin-top: 110px;
        }
        .PageContent .LeftSide .NewsBox{
            margin-top: 154px;
        }
        .PageContent .FieldsPic{
            float: left;
            margin-top: 80px;
        }
        .PageContent .LeftSide4{
            float: left;
            width: 580px;
            margin-top: 33px;
        }
}

@media screen and (max-width: 1246px) {
    .BigContainer {
        width: 960px;
        margin: auto;
    }

    .Top .Content .MenuSapce {
        height: 10px;
        margin-top: 19px;
        width: 785px;
        float: left;
    }

    .Top .Content .Menu {
        float: left;
        margin-top: 19px;
        letter-spacing: 1px;
        width: 81.8%;
        text-align: center;
    }

        .Top .Content .Menu .Button {
            display: inline-block;
            position: relative;
            margin-right: 6px;
            min-width: 69px;
        }

            .Top .Content .Menu .Button a {
                text-decoration: none;
                color: black;
                font-size: 17px;
            }

    .PageContent .RightSide {
        float: right;
        width: 380px;
    }

    .PageContent .Title {
        color: #00AAAC;
        font-size: 22px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }
    .PageContent .RightSide .AboutTitle {
        color: #00AAAC;
        font-size: 22px;
        line-height: 23px;
        letter-spacing: -0.4px;
    }

    .PageContent .RightSide .Text {
        font-size: 16px;
        text-align: justify;
        line-height: 26px;
        margin-top: 33px;
        float: right;
    }

    .PageContent .RightSide .Practice {
        float: right;
        width: 380px;
    }

    .PageContent .RightSide .SubTitle {
        color: #00AAAC;
        font-size: 23px;
        float: right;
        width: 100%;
        text-align: center;
        margin-bottom: -2px;
        position: relative;
        right: -13px;
    }
    .PageContent .RightSide .Boxs {
        width: 100%;
        float: right;
        margin: auto;
    }
    .PageContent .RightSide .Box {
        float: right;
        width: 100px;
        height: 120px;
        margin-left: 7px;
        margin-right: 0px;
        margin-top: 14px;
    }

        .PageContent .RightSide .Box .Icon1,
        .PageContent .RightSide .Box .Icon2,
        .PageContent .RightSide .Box .Icon3,
        .PageContent .RightSide .Box .Icon4,
        .PageContent .RightSide .Box .Icon5,
        .PageContent .RightSide .Box .Icon6 {
            width: 100%;
            height: 88px;
            float: right;
            background-size: 90px;
        }
    .PageContent .RightSide .Box .Text{
        font-size: 14px;
    }
    .PageContent .OcFields .LeftSide .box1 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .OcFields .LeftSide .box2 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .OcFields .LeftSide .box3 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .OcFields .LeftSide .box4 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .OcFields .LeftSide .box5 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .OcFields .LeftSide .box6 .Title{
        width: 100%;
        font-size: 20px;
    }
    .PageContent .RightSide .Text {
        font-size: 16px;
        text-align: justify;
        line-height: 26px;
        margin-top: 19px;
        float: right;
    }

    .PageContent .LeftSide {
        float: left;
        width: 350px;
        margin-top: 5px;
    }

        .PageContent .LeftSide.About {
            float: left;
            width: 350px;
            margin-top: -1px;
        }

        .PageContent .LeftSide .sponsor1 {
            float: left;
            margin-left: 22px;
            margin-top: 188px;
        }


        .PageContent .LeftSide .sponsor2 {
            float: left;
            margin-left: 23px;
            margin-top: 188px;
        }
        .PageContent .LeftSide .NewsBox {
            margin-top: 150px;
        }

    .PageContent .OcFields .RightSide {
        float: right;
        margin-right: 42px;
        width: 375px;
    }

    .PageContent .OcFields .LeftSide {
        float: right;
        width: 315px;
        margin-top: 25px;
        margin-right: 56px;
        font-size: 18px;
    }

    .PageContent .Lawyer .LeftSide3 {
        float: right;
        margin-right: 71px;
    }

    .PageContent .Publication .SideMenu {
        float: right;
        width: 170px;
    }


    .PageContent .Publication .Articles {
        float: right;
        width: calc(100% - 520px);
        border-right: 2px solid black;
    }
    .PageContent .Publication .Image{
        width:320px;
    }

        .PageContent .Publication .Articles .Article {
            float: right;
            width: 100%;
            margin-right: 18px;
        }

            .PageContent .Publication .Articles .Article .TxtContent {
                float: right;
                width: 215px;
            }

            .PageContent .Publication .Articles .Article .Image {
                float: left;
                width: 365px;
                height: 175px;
                background-color: black;
                margin-left: 0px;
                margin-top: 1px;
            }
            .PageContent .LeftSide4{
                float: left;
                width: 313px;
                margin-top: 33px;
            }
            .PageContent .Lawyers .LawyerBox{
                margin-left: 25px;
            }
            .PageContent .LeftSide .Pic{
                margin-top:63px;
            }
}
@media only screen and (max-width: 700px) {
    .PageContent .RightSide .Text6{
        font-size: 14px;
        width: 113%;
    }
    .PageContent .Projects .rightSide{
        float: right;
        width: 100%;
        border-left:0px solid;
    }
    .PageContent .Projects .rightSide{
        display:none;
    }
    .PageContent .Projects .rightSide2{
        display:block;
    }
    .PageContent .Projects .rightSide2 .DropDown {
        float: none;
        margin: auto;
        width: 149px;
        background-color: #fff;
            }


                .PageContent .Projects .rightSide2 .DropDown .Arrow {
                    float: right;
                    padding-left: 10px;
                    margin-right: 9px;
                    border-left: 2px solid black;
                    height: 26px;
                }

                    .PageContent .Projects .rightSide2 .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }

                    .PageContent .Projects .rightSide2 .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }


                .PageContent .Projects .rightSide2 .DropDown .SelectedText {
                    float: right;
                    width: 108px;
                    text-align: center;
                    line-height: 29px;
                    font-size: 22px;
                }

                .PageContent .Projects .rightSide2 .DropDown .SelectList {
                    position: absolute;
                    top: 3px;
                    left: -2px;
                    width: 114px;
                    z-index: 5;
                    overflow: hidden;
                    height: 0px;
                    transition: height ease-in 0.20s;
                }

                    .PageContent .Projects .rightSide2 .DropDown .SelectList ul {
                        margin: 0px;
                        margin-top: 25px;
                        list-style-type: none;
                        padding: 0px;
                        text-align: center;
                        border: 2px solid;
                        border-top: 0px solid;
                        background-color: white;
                        font-size: 22px;
                    }

                        .PageContent .Projects .rightSide2 .DropDown .SelectList ul li {
                            width: 100%;
                            line-height: 29px;
                            border-bottom: 2px solid black;
                            cursor: pointer;
                        }


                            .PageContent .Projects .rightSide2 .DropDown .SelectList ul li:last-child {
                                border-bottom: 0px solid;
                            }

                            .PageContent .Projects .rightSide2 .DropDown .SelectList ul li:hover {
                                background-color: #BFBFBF;
                            }
    .PageContent .Projects .leftSide {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .PageContent .LeftSide .Pic{
        margin-top:0px;
        width:100%;
        margin:auto;
    }

    .BigContainer {
        width: 90%;
        margin: auto;
    }
    .BodyContainer {
        width: 100%;
        margin: auto;
    }

        .BodyContainer header {
            width: 100%;
            margin-top: 32px;

        }
    .Top .Content .Logo {
        width: 152px;
        margin: auto;
        float: none;
    }
    .Top .Content .Logo a img {
        float: none;
    }
    .Top .Content .Logo2 {
        margin: auto;
        width: 300px;
        margin-top: 27px;
        float: none;
        margin-bottom: 20px;
    }
    .Top .Content .Logo2 img {
        width: 100%;
    }
    .Top .Content .MenuSapce{
        display:none;
    }
    .Top .Content .Menu{
        display:none;
    }
    .BodyContainer header .MenuMobile {
        display: block;
        float: right;
        width: 50px;
        margin-top: -178px;
    }
    .BodyContainer header .MenuMobile img{
        width: 100%;
        float: right;
        margin-bottom: 14px;
        height: 6px;
    }
    .PageContent {
        width: 100%;
        margin-right:0px;
        margin-top:0px;
        float:none;
    }
    .PageContent .RightSide {
        float: right;
        width: 100%;
        margin-bottom: 25px;
    }
    .PageContent .Title {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 155px;
        margin: auto;
    }
    .PageContent .RightSide .AboutTitle {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 32px;
        margin: auto;
    }
    .PageContent .LeftSide.About{
        width: 100%;
        margin: auto;
    }
    .PageContent .RightSide .OccupationFieldsTitle {
        display:block;
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 70px;
        margin: auto;
    }
    .PageContent .TitleSpace {
        background-image: url('../Content/new_home_index_24.png');
        background-repeat: no-repeat;
        height: 5px;
        width: 92px;
        margin: auto;
        margin-top: 3px;
    }
    .PageContent .FieldsPic{
        width: 100%;
    }
    .PageContent .FieldsPic img {
        float: left;
        width: 100%;
        margin-left: 0px;
    }
    .PageContent .OccupationFieldsSpace {
        display:block;
        background-image: url('../Content/new_home_index_24.png');
        background-repeat: no-repeat;
        height: 5px;
        width: 92px;
        margin: auto;
        margin-top: 3px;
    }
    .PageContent .RightSide .Text {
        font-size: 12px;
    }
    .PageContent .RightSide .Practice {
        display:none;
    }
    .PageContent .LeftSide {
        float: left;
        width: 100%;
        margin-top: 5px;
    }
    .PageContent .LeftSide .text {
        width: 135px;
        margin: auto;
        float: none;
        font-size: 12px;
        color: #00AAAC;
        margin-top: 20px;
    }
    .PageContent .LeftSide .sponsor1 {
        width: 80px;
        float: left;
        margin-left: 50px;
        margin-top: 27px;
        margin-bottom: 0px;
    }
    .PageContent .LeftSide .sponsor2 {
        width: 100px;
        float: left;
        margin-left: 22px;
        margin-top: 26px;
        margin-bottom: -20px;
    }
    .Footer {
        float:left;
        margin-top: 0px;
        width: 100%;
    }
    .Footer .CopyRights {
        display:none;
    }
    .Footer .FooterSpace {
        height: 29px;
        margin-top: 70px;
        float: none;
    }
    .PageContent .OcFields .RightSide {
        float: none;
        margin-right: 0px;
        width: 100%;
    }

    .PageContent .OcFields .LeftSide {
        float: right;
        width: 105%;
        margin-top: 25px;
        margin-right: 0px;
        font-size: 12px;
    }
    .PageContent .OcFields .LeftSide .Title {
        font-size: 16px;
    }
    .PageContent .OcFields .LeftSide .Text {
        font-size: 12px;
        text-align: justify;
        line-height: 26px;
    }
    .PageContent .Pic.Landscape {
        display:none;
    }
    .PageContent .LawyersTitle {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 48px;
        margin: auto;
    }
    .PageContent .Lawyers {
        margin-right: 12px;
        margin-top: 37px;
        float: right;
    }
    .PageContent .Lawyers .LawyerBox {
        float: right;
        width: 90px;
        margin-left: 12px;
        margin-bottom: 24px;
    }
    #map{
        width:100%;
    }
    .PageContent .LawyerBox .LawyerPic {
        width: 100%;
        height: 115px;
        background-color: black;
    }
    .PageContent .LawyerBox .LawyerName {
        font-size: 15px;
        width: 76px;
    }
    .PageContent .Lawyer {
        margin-right: 0px;
        float: right;
        margin-top: 0px;
        width: 100%;
    }
    .PageContent .Lawyer .RightSide3 {
        margin-bottom: 40px;
        width: 100%;
    }
    .PageContent .Lawyer .RightSide3 .LawyerBox .LawyerPic{
        width: 217px;
        margin: auto;
        background-size: cover;
    }
    .PageContent .Lawyer .RightSide3 .LawyerBox .LawyerSpace {
        width: 217px;
        margin: auto;
        margin-top: 8px;
    }
    .PageContent .Lawyer .RightSide3 .LawyerBox .Mail {
        margin-top: 8px;
        color: #00AAAC;
        font-size: 22px;
        float: right;
        width: 100%;
        text-align: center;
        text-decoration: underline;
        letter-spacing: 0.5px;
    }
    .PageContent .Lawyer .LeftSide3 {
        margin-right: 0px;
        width: 100%;
    }
    .PageContent .Publication{
        max-height: 726px;
    }
    .PageContent .PublicationTitle {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 91px;
        margin: auto;
    }
    .PageContent .Publication .SideMenu {
        float: right;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    .PageContent .Publication .SideMenu .DropDown{
        float: none;
        margin: auto;
        width: 149px;
        border: 2px solid black;
        margin-bottom: 21px;
        height: 26px;
        position: relative;
        cursor: pointer;
    }
    .PageContent .Publication .Image{
        display:none;
    }
    .PageContent .Publication .Articles {
        float: right;
        width: 100%;
        border-right: 0px solid black;
    }
    .PageContent .Publication .Articles .Article {
        width: 90%;
        margin: auto;
        border-bottom: 2px solid black;
        margin-bottom:15px;
    }
    .PageContent .Publication .Articles .Article .TxtContent {
        float: right;
        width: 100%;
    }
    .PageContent .Publication .Articles .Article .TxtContent .Title {
        font-size: 22px;
        line-height: 19px;
        float: right;
        width: 100%;
        margin-bottom: 15px;
    }
    .PageContent .Publication .Articles .Article .TxtContent .ReadMore {
        margin-bottom: 25px;
    }
    .PageContent .Publication .Articles .Article .Image{
        display:none;
    }
    .mCustomScrollBox{
        max-height: 542px;
    }
    .PageContent .ProjectsTitle {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 54px;
        margin: auto;
    }
    .PageContent .SubProjectsTitle {
        color: #00AAAC;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.4px;
        width: 134px;
        margin: auto;
    }
    .PageContent .Projects .SideMenu {
        display:none;
    }
    .PageContent .Projects .ProjectsArticles {
        float: right;
        width: 100%;
        min-height: 560px;
        border-right: 0px solid black;
    }
    .PageContent .Projects .Projectss {
        float: left;
        width: 100%;
        max-height: 480px;
        border-right: 0px solid black;
        overflow: auto;
    }
    .PageContent .Projects .DropDown {
                margin: auto;
                display:block;
                float: none;
                width: 240px;
                border: 2px solid black;
                margin-bottom: 50px;
                height: 26px;
                position: relative;
                cursor: pointer;
            }


                .PageContent .Projects .DropDown .Arrow {
                    float: right;
                    padding-left: 10px;
                    margin-right: 9px;
                    border-left: 2px solid black;
                    height: 26px;
                }

                    .PageContent .Projects .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }

                    .PageContent .Projects .DropDown .Arrow img {
                        margin-top: 7px;
                        float: right;
                    }


                .PageContent .Projects .DropDown .SelectedText {
                    float: right;
                    width: 108px;
                    text-align: center;
                    line-height: 29px;
                    font-size: 22px;
                }

                .PageContent .Projects .DropDown .SelectList {
                    position: absolute;
                    top: 3px;
                    left: -2px;
                    width: 205px;
                    z-index: 5;
                    overflow: hidden;
                    height: 0px;
                    transition: height ease-in 0.20s;
                }

                    .PageContent .Projects .DropDown .SelectList ul {
                        margin: 0px;
                        margin-top: 25px;
                        list-style-type: none;
                        padding: 0px;
                        text-align: center;
                        border: 2px solid;
                        border-top: 0px solid;
                        background-color: white;
                        font-size: 22px;
                    }

                        .PageContent .Projects .DropDown .SelectList ul li {
                            width: 100%;
                            line-height: 29px;
                            border-bottom: 2px solid black;
                            cursor: pointer;
                        }


                            .PageContent .Projects .DropDown .SelectList ul li:last-child {
                                border-bottom: 0px solid;
                            }

                            .PageContent .Projects .DropDown .SelectList ul li:hover {
                                background-color: #BFBFBF;
                            }
        .PageContent .CommunityTitle {
            color: #00AAAC;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: -0.4px;
            width: 81px;
            margin: auto;
        }
        .PageContent .JoinUsTitle {
            color: #00AAAC;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: -0.4px;
            width: 69px;
            margin: auto;
        }
        .PageContent .RightSide .Text .box .textBox {
            width: 100%;
        }

        .PageContent .RightSide .Text .box .textBox textarea {
            width: 97.6%;
            height: 94px;
            font-size: 18px;
        }
        .PageContent .RightSide .Text .box .fileUpload {
            position: relative;
            width: 108px;
            cursor: pointer;
            border-style: solid;
            border-width: 1px;
            height: 30px;
            padding-top: 1px;
        }
        .PageContent .RightSide .Text .box .fileUpload span {
            padding: 5px;
            border-style: hidden;
            border-width: 0px;
            cursor: pointer;
            margin-right: 11px;
        }
        .PageContent .RightSide .Text .box .fileUpload input.upload {
            width: 107px;
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }
        .PageContent .LeftSide .NewsBox{
            margin-top: 50px;
        }
        .PageContent .ContactTitle {
            color: #00AAAC;
            font-size: 16px;
            line-height: 23px;
            letter-spacing: -0.4px;
            width: 47px;
            margin: auto;
        }
        .PageContent .RightSide4 {
            float: right;
            width: 100%;
            border-width: 0px;
        }
        .PageContent .RightSide4 .Text3 {
            font-size: 18px;
            text-align: justify;
            line-height: 26px;
            margin-top: 33px;
            float: none; 
            text-align: center;
        }
        .PageContent .LeftSide4 {
            float: left;
            width: 100%;
            margin-top: 15px;
            text-align: center;
        }
        .PageContent .Pic {
            width: 100%;
            float: left;
            margin-top: -1px;
        }
        iframe {
            width:100%;
        }
        .PageContent .Lawyers .Row{
            float: none;
            width: 100%;
            margin-bottom: 0px;
        }
}
