﻿.RC_account-log li li {
    background-color: <% Response.Write(divHeaderColor.Style["background-color"]);
    %> !important;
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('/Theme1/Controls/CSS/fonts/myriadpro-light.eot');
    src: url('/Theme1/Controls/CSS/fonts/myriadpro-light.eot') format('embedded-opentype'), url('/Theme1/Controls/CSS/fonts/myriadpro-light.woff') format('woff'), url('/Theme1/Controls/CSS/fonts/myriadpro-light.ttf') format('truetype'), url('/Theme1/Controls/CSS/fonts/myriadpro-light.svg#MyriadProLight') format('svg');
}

img {
    border: none;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('/Theme1/Controls/CSS/fonts/Gothic/gothic_1.eot');
    src: url('/Theme1/Controls/CSS/fonts/Gothic/gothic_1.eot') format('embedded-opentype'), url('/Theme1/Controls/CSS/fonts/Gothic/gothic_1.woff') format('woff'), url('/Theme1/Controls/CSS/fonts/Gothic/gothic_1.ttf') format('truetype'), url('/Theme1/Controls/CSS/fonts/Gothic/gothic_1.svg#CenturyGothicRegular') format('svg');
}

body {
    font-family: 'CenturyGothicRegular';
    margin: 0;
}


.PageSetup {
    position: relative;
    margin: 0px auto;
}

.Banner {
    width: 100%;
    position: relative;
    margin: 20px auto;
}

.BannerSemi {
    width: 100%;
    position: relative;
    /*margin: 20px auto;*/
}

    .BannerSemi img, .Banner img {
        width: 100%;
    }

div[id$="DivOverlay"] {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    background-color: #000000;
    opacity: 0.8;
}

.DivOverlayPage {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    background-color: #000000;
    opacity: 0.3;
}

.AjaxLoaderPreview {
    color: #FFF;
    position: fixed;
    height: 90px;
    width: 200px;
  
    top: 50%;
    left: 50%;
    margin-left: -100px;
    /*border: 5px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 6px;
    padding-left: 31px;
    padding-top: 19px;
    font-family: Verdana;
    font-size: 12px;
    z-index: 2002;
    padding-bottom: 15px;
    margin-top: -45px;
    padding-right: 28px;
}

.AjaxLoaderPreview2 {
    color: #fff;
    position: fixed;
    height: 90px;
    width: 200px;
    /*background-color: rgba(0,0,0,0.7);*/
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -45px;
    /*border: 5px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 6px;
    padding-left: 70px;
    padding-top: 40px;
    font-family: Verdana;
    font-size: 12px;
    z-index: 2002;
}

.social-network-header {
    width: auto;
    height: 35px;
    float: left;
    margin-top: 4px;
    margin-left: 0;
}

    .social-network-header ul {
        margin: 0px;
        padding: 0px;
    }

    .social-network-header li {
        float: left;
        display: block;
        padding-left: 1px;
        cursor: pointer;
    }

.dream-home-worth {
   
position: absolute;
left: 53%;
top: 0;
z-index: 4;
transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
}


    .dream-home-worth td {
        height: 46px;
    }

    .homeworth a {
 
        color: #E6E6E6;
        text-decoration: none;
    }
    
    .homeworth img {
margin-right:5px;
}

.dreamhome {      margin-top: -1px;
    float: left; 
    /*background:#494949;*/
    max-height: 41px;
}
.homeworth { margin-right: 11px;     margin-top: -1px;
    float: left; /*background:#494949;*/max-height: 41px;
  
}

    .dreamhome a {
        /*margin-left: 13px;*/
        color: #E6E6E6; 
        text-decoration: none;
    }
        .dreamhome a:hover {        color: #E6E6E6; 
        }

              .homeworth a:hover {        color: #E6E6E6; 
        }
    .dreamhome img {
margin-right:5px;
}

#divMenu {
    position: relative;
    height: 64px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#divLoading {
    position: fixed;
    z-index: 20000;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/transparent.png');
    display: none;
    text-align: center;
}


.agent-phone-main {
 position:fixed; bottom:0px; left:50%; z-index: 9; transform: translate(-50%, 0%); display:none; width: 100%;background: #fff;
}

    .agent-phone-main img {
     float:left;
    }

    /*.customMenu a {
        padding-left: 7.3px!important;
     padding-right: 7.3px!important;
    }*/
    .extrapadding li a{ padding-right: 18px !important; }




   /*FaceBook Chat Messenger Start, By Atif Yousuf  ,30 dec 2016*/ 
   
   
        @-moz-keyframes al-wid-bounce {
            0%, 20%, 50%, 80%, 100% {
                -moz-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -moz-transform: translateY(-5px);
                transform: translateY(-5px);
            }

            60% {
                -moz-transform: translateY(-2px);
                transform: translateY(-2px);
            }
        }

        @-webkit-keyframes al-wid-bounce {
            0%, 20%, 50%, 80%, 100% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }

            60% {
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }
        }

        @keyframes al-wid-bounce {
            0%, 20%, 50%, 80%, 100% {
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            40% {
                -moz-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
            }

            60% {
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }
        }

        .al-wid-bounce {
            -moz-animation: al-wid-bounce 2s infinite;
            -webkit-animation: al-wid-bounce 2s infinite;
            animation: al-wid-bounce 2s infinite;
        }

        .al-wid-msg-band {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            height: 40px;
        }

            .al-wid-msg-band.al-facebook {
                height: 0;
                width: 100%;
                position: fixed;
                z-index: 9999;
                bottom: 0;
                background: #4e69a2;
                background: -moz-linear-gradient(top, #4e69a2 1%, #3b5998 100%);
                background: -webkit-linear-gradient(top, #4e69a2 1%,#3b5998 100%);
                background: linear-gradient(to bottom, #4e69a2 1%,#3b5998 100%);
            }

            .al-wid-msg-band .al-wid-msg-popup-con {
                visibility: hidden;
                position: absolute;
                bottom: 0;
                right: 39px;
                width: 400px;
                height: 305px;
            }

            .al-wid-msg-band .al-wid-msg-chat-con {
                height: 280px;
                width: 400px;
                opacity: 0;
                position: absolute;
                bottom: -305px;
                right: -14px;
            }

            .al-wid-msg-band .al-wid-trigger-popup {
                width: 252px;
                position: absolute;
                right: 25px;
                bottom: 0;
                padding: 5px 15px;
                float: left;
                color: #fff;
                background: #4e69a2;
                background: -moz-linear-gradient(top, #4e69a2 1%, #3b5998 100%);
                background: -webkit-linear-gradient(top, #4e69a2 1%,#3b5998 100%);
                background: linear-gradient(to bottom, #4e69a2 1%,#3b5998 100%);
                -webkit-border-radius: 4px 4px 0 0;
                -moz-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0;
                -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
            }

                .al-wid-msg-band .al-wid-trigger-popup:hover {
                    background: #4766a7;
                }

            .al-wid-msg-band .al-wid-close-popup {
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                text-decoration: none;
                position: relative;
                z-index: 99;
                margin:0 0 -1px 355px;
                /*height: 14px;*/
                padding: 3px 10px;
                font-size: 14px;
                float: left;
                color: #fff;
                display: none;
                opacity: 0;
                background: -moz-linear-gradient(top, #4e69a2 1%, #3b5998 100%);
                background: -webkit-linear-gradient(top, #4e69a2 1%,#3b5998 100%);
                background: linear-gradient(to bottom, #4e69a2 1%,#3b5998 100%);
                -webkit-border-radius: 4px 4px 0 0;
                -moz-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0;
            }

                .al-wid-msg-band .al-wid-close-popup:hover {
                    background: #4766a7;
                }

            .al-wid-msg-band .al-wid-icon-con {
                position: relative;
                float:left;
            }

            .al-wid-msg-band .al-wid-msg-label {
                float: left;
                margin: 10px 0 0 10px;
                text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
            }

            .al-wid-msg-band .al-wid-trigger-popup .al-wid-msg-no {
                position: absolute;
                right: 6px;
                font-size: 8px;
                font-weight: bold;
                padding: 4px;
                background: #ff3019;
                background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
                background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
                background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }
    
   
      /*FaceBook Chat Messenger End, By Atif Yousuf ,30 dec 2016*/  