.adm1{display: none;}
#m-fixed-top{display: none; }  
#nav ul{margin-left: 150px;}
#content #right iframe{
        height: 240px;
        width: 300px;
    }
#lcolorg{
        height: 20px;
        width:350px;
        background:#31B404;
        background:-webkit-gradient(linear, left, right,#CEF6D8,#31B404 60%,#31B404 85%, #FA5858 90% );
        background:-webkit-gradient(linear, left, left, color-stop(0%,#CEF6D8), color-stop(60%,#31B404), color-stop(51%,#207cca), color-stop(85%,#31B404) color-stop(90%,#FA5858));
        background:-webkit-linear-gradient(to right,#CEF6D8,#31B404 60%,#31B404 85%, #FA5858 90% );*/
        background:linear-gradient(to right,#CEF6D8,#31B404 60%,#31B404 85%, #FA5858 90% );
        background:-ms-linear-gradient(to right,#CEF6D8,#31B404 60%,#31B404 85%, #FA5858 90% );
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#CEF6D8, endColorStr=#31B404, GradientType=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CEF6D8, endColorstr=#31B404, GradientType=1)";
      }

#tt{
    z-index: 10;
}
.detaildata{width:650px;}
.detail-t{
    width: 70px;
    background: #ebebeb;
}
.detail-i{
    width: 575px;
}
#toplaw #iframelawyers{
    border-style: none; 
    width: 364px; 
    height: 282px;
}
.show_m{display: none;}
.hide_m{display:block;}


/*GMAP*/
#directions{width: 300px;}
#map_canvas{width: 645px; height: 500px;}

/*----advamced search-----*/
.search_table{
       width: 420px; 
    }
.search_table .two_col_one{width: 110px;}
.search_table .two_col_two{width: 310px;}

.txt333{color: #333;}

.info_table2col{width: 750px;}

.info_table2col .info_col1{ width: 70px;}
.info_table2col .info_col2{ width:295px;}

.resp_testing{
    clear: both;
    float: right;
    z-index: 1000;
}
.resp_testing a{
    color: #9C9C9C;
    font-weight: 600;
    line-height: 20px;
    padding-right: 5px;
}

/*---------plussearchbox-----------------------------------------------------*/

#plustopbox{
    margin-top: 10px;
}
#plustopbox #searchbox {
  clear: both;
  width: auto;
  height: auto !important;
  padding-left: 0;
  background-image: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
#plustopbox #searchbox form {
    margin-bottom: 0px;
    margin-top: 0;
}
#plustopbox #searchbox fieldset {
  margin: 0;
  padding: 0 1%;
  padding-bottom: 8px;
  border: 0;
  outline: 0;
}
#plustopbox #searchbox fieldset h2{
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
}

#plustopbox #searchbox fieldset .what_l{
    float: left;
    width: 23%;
    max-width: 110px;
    margin-top: 12px;
}
#plustopbox #searchbox fieldset #extra .what_l{
    float: right;
    width: 25%;
    max-width: 150px;
    margin-top: 30px;
}
.form_avatar{width: 83px;}

.what_l .form_avatar{
    max-width: 83px;
}

#extra .what_l p{
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

#plustopbox #searchbox fieldset .what_r{
    float: right;
    width: 77%;
   
}
#plustopbox #searchbox fieldset #extra .what_r{
    float: left;
    width: 74%;
}

#plustopbox #searchbox input:focus, #plustopbox #searchbox textarea:focus {
    border: 2px solid #0662BD!important;
}
#plustopbox #searchbox .textfield, #plustopbox #searchbox .textfield_ori {
  font-family: arial,helvetica,sans-serif!important;    
  width: 99%;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 18px;
  color: #bbb;
  padding-left: 2px;
  padding-right: 2px;
}

#plustopbox #searchbox .textfield_ori{
    height: 88px;
    font-size: 14px;
}

#plustopbox #searchbox #extra{
    width: 100%;
}
#plustopbox #searchbox #comment {
   font-family: arial,helvetica,sans-serif!important;    
  width: 99%;
  height: 124px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 5px; 
}

#plustopbox .err {
  color: #c00;
  background: #fededd;
  font-size: 11px;
  position: relative;
  display: block;
  padding: 0 10px;
  display: none;
  width: 80%; 
  border-radius: 3px;    
}
#plustopbox #searchbox #extra #location, #plustopbox #searchbox #extra #name, #plustopbox #searchbox #extra #phone, #plustopbox #searchbox #extra #yemail {
  position: relative;
  top: 0;
  left: 0;
  width: 99%;
  margin-bottom: 5px;
  padding-left: 2px;
  padding-right: 2px;
}
#plustopbox #searchbox #extra span {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 300;
    font-size: 9px !important;
    width: 100%;
}
#plustopbox #er1, #plustopbox #er2, #plustopbox #er3, #plustopbox #er4, #plustopbox #er5 {
    top: 0;
    z-index: 100;
}
#plustopbox #er1{width: 99%;}
#plustopbox #extra #webtn{
    z-index: 100001;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#049cdb),to(#0064cd));
    background-image: -moz-linear-gradient(top,#049cdb,#0064cd);
    background-image: -ms-linear-gradient(top,#049cdb,#0064cd);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#049cdb),color-stop(100%,#0064cd));
    background-image: -webkit-linear-gradient(top,#049cdb,#0064cd);
    background-image: -o-linear-gradient(top,#049cdb,#0064cd);
    background-image: linear-gradient(top,#049cdb,#0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb',endColorstr='#0064cd',GradientType=0);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);   
    border-radius: 5px;
}
#plustopbox #extra #webtn_dis, #plustopbox #extra #webtn_dis:focus{
    display: inline-block ;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    background-color:#f1f1f2;
    background-image: none !important;
    border-radius: 5px;
    border:0 !important;
    box-shadow: none;
    color: #ccc;
    cursor: auto;
}

#plustopbox .midbox fieldset h2 {
    font-size: 13px;
}
.midbox #extra .what_l p{
    line-height: 13px;
    margin-top: 5px;
}


#plustopbox .midbox fieldset #comment{    
    padding-right: 2px;
}
#plustopbox .midbox #extra #location, #plustopbox .midbox #extra #name, #plustopbox .midbox #extra #phone, #plustopbox .midbox #extra #yemail {
    padding-left: 2px;
    padding-right: 2px;
}


/*------------------------------------------------------------------*/
@media (max-width: 768px) {
    
    .show_m{display: block !important;}
    .hide_m{display: none  !important;}
    
    #directions{width: 100%; }
    #map_canvas{
        width: auto !important; 
        height: 200px !important;
    }    
    #olark{display: none;}
    .err{
        position: relative;
    }
    #er1, #er2, #er3, #er4, #er5{
        top: 0;
        z-index: 100;
    }
    body {
        background: none;
    }
    #m-fixed-top{
        display: block;
        position: fixed;
        width: 100%;
        height: 45px;
        background: #0666c5;
        background-color: #0767c8;
        background-image: -moz-linear-gradient(top,#086ed5,#055db5);
        background-image: -ms-linear-gradient(top,#086ed5,#055db5);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#086ed5),to(#055db5));
        background-image: -webkit-linear-gradient(top,#086ed5,#055db5);
        background-image: -o-linear-gradient(top,#086ed5,#055db5);
        background-image: linear-gradient(top,#086ed5,#055db5);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#086ed5', endColorstr='#055db5', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-bottom: 1px solid #044e97;
        box-shadow: 0 1px 2px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.35);
        z-index:999;
        color: aliceblue;
        text-align: left;
    }
    
    #m-fixed-top .fixinfo{
        width: 100%;
        margin-top: 7px;
    }
    #m-fixed-top .fixinfo .fixlogo{
        float: left;
        width: 13%;
        margin-left: 2%;
    }
    #m-fixed-top .fixinfo .fixlink{
        float: left;
        width: 76%;
    }
    #m-fixed-top .fixinfo .fixlink a{
        display: block;
        margin-left: 0;
        margin-top: 0;
        padding: 8px 5%;
        font-size: 12px;
        text-decoration: none;
        background-color: #0e78e7;
        background-image: -moz-linear-gradient(top,#0e7bef,#0d73da);
        background-image: -ms-linear-gradient(top,#0e7bef,#0d73da);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#0e7bef),to(#0d73da));
        background-image: -webkit-linear-gradient(top,#0e7bef,#0d73da);
        background-image: -o-linear-gradient(top,#0e7bef,#0d73da);
        background-image: linear-gradient(top,#0e7bef,#0d73da);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7bef', endColorstr='#0d73da', GradientType=0);
        color: #FFF;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0,0,0,.12);
        cursor: pointer;
        border: 1px solid #045BB2;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 1px rgba(255,255,255,.15);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        outline: 0;
    }
    #m-fixed-top .fixinfo .fixlink a img{
        margin-left: 15px;
    }
/*  ----------------------------------  */
    #header {
        width:100%;
        margin: 0;
        padding: 0;
        padding-top: 52px;
    }
    #header #logo {
        display: none;
    }
/*  ----------------------------------  */    
    #hright {
        width:auto;
        height: 28px;
        clear: both;
        float: none;
        padding-left: 8px;
        padding-right:10px;
        text-align: left;
    }    
    #hright #loginphone{
        clear: both;
        display:block;
        float: left;
        width: 60%;
        font-size: 11px;
        font-weight: 300;
        line-height: 26px;
        color:#666;
    }
    #hright #topbtn{
        float: right;
        width: 34%;
        height: auto;
        background: none;
    }
    #topbtn a {
        display: inline;
        float: none;
    }
    #topbtn a#login{
        display: block;
        float: right;
        margin-right: 0;
        text-transform: lowercase;
        width: 64px;
        font-weight: 600;
        font-size: 11px;
        line-height: 16px;
        color: #333;
        padding: 2px;
        background-color: #F5F5F5;
        background-image: -moz-linear-gradient(top, white, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, white, #e6e6e6);
        background-image: -o-linear-gradient(top, white, #e6e6e6);
        background-image: linear-gradient(to bottom, white, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #CCC;
        border-color: #E6E6E6 #E6E6E6 #BFBFBF;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #B3B3B3;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
 /*  ----------------------------------  */ 
    #nav{
        width:100%;
        padding-top: 0;
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        background-color: #F7F9FA;
    }
    #nav ul{
        margin: 0;
    }
    #nav ul li a {
        padding: 0;
        width: 33%;
        border-left: 1px solid #DEDEDE;
        background-image: none;
        font-size: 11px;
    }
    #nav .on a{
        background-image: none !important;
        padding: 0;
    }
    
    #nav ul li:first-child a{border-left: none;}
    #nav ul li a b{
        text-align: center;
        padding: 0;
        line-height: 30px;
        background-image: none;
        color: #34495E;
                font-weight: 600;
    }
    #nav .on b{
        color: #999;
        padding-left: 0;
    }
 /*  ----------------------------------  */ 
    #content{
        clear: both;
        width:100%;
        padding:0;
        margin-top:0;
    }
    #layout2content {
        width: 100%;
        padding:0; 
    }
    #txtheader {
        border:0;
        margin-top: 0;
    }
    #txtheader #profile{
        text-align: center;
        padding-top: 5px;
    }
    #txtheader h1{
        padding:0; 
        text-align: center;
        border-bottom: 1px solid #ddd;
        border-left: none;
        border-right: none;
        line-height: 28px;
        font-size: 13px;
        color: #34495E;
    }
    #txtheader h1 span{
        line-height: 20px;
        font-size: 13px;
        color: #34495E;
        font-weight: 600px;
    }
    #txtheader h1 font{
        display: block;
        line-height: 16px;
    }
    #txtheader #p-main{
        padding: 0;
        text-align: center;
    }
    #p-memberp {
        font-size: 11px;
        padding: 0;
    }
    #p-insetp{
        background: none;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius:0;
        text-shadow:none;
    }
    #p-buttonp {
        margin-left: 12px;
        padding: 0;
        text-align: center;
    }
    #p-nop, #p-lawp, #p-lawp, #p-pointsp {font-size: 11px;}
    #p-tmp {
        padding-right: 0;
    }
    
    #socialicons{
        display: block;
        margin-top: 8px;
        padding-bottom: 4px;
    }
  
  /*  ----------------------------------  */    
    #layout2main{
        clear: both;
        width: 100%;
        text-align: center;
    }
    
     #layout2main .listhead{
         clear: both;
        margin-top: 0; 
     }
    
    #main{
        padding-top:5px;
        width: 100%;
    }
    #main .panel:first-child{display:none;}
    
    #main .listhead{
        margin-top: 0;
    }
    
    .listhead h3 {
       display: none;
    }

     .listhead .small{
        display: none;
    }

   
    .listhead div {
        border-top: solid 1px #00a7e3;
        color: #efd;
        line-height: 20px;
        font-size:11px;
        text-align: center;
    }
    .listhead div label{
        font-size:12px;
        color: #333;
    }
    .listhead p{
        text-align: center;
        font-size: 10px;
        color: #999;
        margin: 0;
        line-height: 28px;
    }
    .listhead ul, .panelpn {
        background: #f8f8f9;
        background-color: #f1f1f2;
        background-image: -moz-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -ms-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f9),to(#e6e6e8));
        background-image: -webkit-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -o-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: linear-gradient(top,#f8f8f9,#e6e6e8);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f9', endColorstr='#e6e6e8', GradientType=0);
        text-shadow: 0 1px 0 #fff;
        border: 1px solid #bbb;
        color: #666!important;
        box-shadow: 0 1px 0 #fff inset,0 1px 0 rgba(0,0,0,.1);
    }
    .panelpn a{
        padding-left: 2px;
        padding-right: 3px;
        font-size: 11px;
    }
    .header2{clear: both; text-align: center;}
    
    .resultsList a{
        font-size: 14px;
        line-height: 43px;
        padding: 5px;
        width: 44%;
        float: left;
        display: block;
    }
    
  /*  ----------------------------------  */      
    #searchbox{
        clear: both;
        width: auto ;
        height: auto !important;
        padding-left: 0;
        padding-bottom: 15px;
        background-image: none;
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
        border-bottom: 1px solid #bfbfbf;
        border-left: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #bfbfbf;
        text-align: center;
    }
     #searchbox form{
         margin-bottom: 0px;
         text-align: center;
     }
    #searchbox h2{
        text-align: center;
        font-size: 13px;
        font-weight: 300;
        color:#0095dd;
        margin-bottom: 0px;
    }
    #searchbox .textfield {
      margin-left: 0;
      background-color: #fff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      font-size: 13px;
    }
    #searchbox #what{
        width: 90%;
        margin-top: 6px !important;
        margin-left: 15px;;
        text-align: center;
    }
    .textfield, #bigbox .textfield{
        width: 90%;
        margin-left: 16px;
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-size: 13px;
    }
    
    #searchbox #closed{
        clear: both;
        margin-top: 6px;
    }
    #searchbox #closed .what_l img{
        padding-left: 10px;
    }
        
    
    #searchbox #extra{
         width: 99%;
         text-align: center;
        clear: both;
        margin-top: 6px;
    }
    #searchbox #extra #location, #searchbox #extra #yemail, #searchbox #extra #phone, #searchbox #extra #name, #searchbox #extra span{
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        margin-top: 3px;
    }
    
   
    #searchbox #comment {
        width: 90%;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        margin-top: 0;
    }
    #searchbox #extra span{
        clear: both;
        display: block;
        height: 50px;
        font-weight: 300;
        padding-top: 10px;
        padding-left: 9px;
        text-align: center;
    }
    
    #plustopbox #searchbox fieldset {
        padding: 0 10px;
    }
    #plustopbox #searchbox #extra span{
        margin-top: 0;
        padding-left: 0;
        padding-top: 0;
        height: auto;
        line-height: 15px;
    }
    #plustopbox #searchbox .textfield{
        font-size: 13px;
    }
    #plustopbox .err{
        width: 93%;
    }
    #plustopbox #extra #webtn {
        width: 100%;
        float: none;
    }
    
    #m-formheader{
        margin-top: 8px;
        height: 78px;
    }
    
    #m-formheader .div_l{
        float: left;
        width: 65%;
    }
    #m-formheader .div_l p{
        font-size: 14px;
        color: #023a91;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    #m-formheader .div_r{
        float: right;
        width: 35%
    }
    
    .callbutton{
        display: block;
  margin-left: 0;
  margin-top: 0;
  padding: 4px 3%;
  font-size: 13px;
  background-color: #0e78e7;
  background-image: -moz-linear-gradient(top,#0e7bef,#0d73da);
  background-image: -ms-linear-gradient(top,#0e7bef,#0d73da);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0e7bef),to(#0d73da));
  background-image: -webkit-linear-gradient(top,#0e7bef,#0d73da);
  background-image: -o-linear-gradient(top,#0e7bef,#0d73da);
  background-image: linear-gradient(top,#0e7bef,#0d73da);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e7bef', endColorstr='#0d73da', GradientType=0);
  color: #FFF !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.12);
  cursor: pointer;
  border: 1px solid #045BB2;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 1px 1px rgba(255,255,255,.15);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: 0;
    }
    
  /*  ----------------------------------  */
    
   .search_table{
       width: 100%; 
    }
    .search_table .two_col_one{width: 18%;}
    .search_table .two_col_two{width: 81%;}
    .search_table b{font-size: 10px;}
    .search_table td{font-size: 10px;}
    
  /*  ----------------------------------  */        
    
    .lwpf{
        width: 100%;
    }
    .lwpf .ti{text-align: center;}
    .lwpf .ti span {
        padding-left: 0;
        padding-bottom: 2px;
    }
    .lwpf .in{
        padding-bottom: 0;
        font-size: 11px;
        font-style: normal;
        display: inline;
        line-height: 12px;
    }
    
    .lwpf .wr{
        width: 100%;
        margin-top: 4px;
        border-top: none;
    }
    .lwpf .wr div {
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: -14px;
        width: 90px;
    }
    .lwpf .wr div p{
        margin-top: 10px;
        padding: 0;
    }
    .lwpf .wr div img{margin-top: 0;}
    .lwpf .wr .sp{
        padding-bottom: 2px;
        font-size: 11px;
        font-weight: 300;
        line-height: 14px;
    }
    .lwpf .wr .sch{
        margin: 0;
    }
    .lwpf .wr .sch span{
        margin-left: 0;
        padding-left: 0; 
        font-weight: 600;
        background-image: none !important;
    }
    .lwpf address{
        font-style: normal;
        padding-bottom: 0;
    }
    .lwpf ol{
        width: 100%;
        margin: 0;
        padding-left: 0;
        border-radius: 0;
    }
    .lwpf ol li{display: none;}
    .lwpf ol li:first-child{
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .lwpf ol li a{
        margin: 0;
        padding: 0;
        background-color: #5bb75b;
        background-image: -ms-linear-gradient(top, #62c462, #51a351);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
        background-image: -webkit-linear-gradient(top, #62c462, #51a351);
        background-image: -o-linear-gradient(top, #62c462, #51a351);
        background-image: -moz-linear-gradient(top, #62c462, #51a351);
        background-image: linear-gradient(top, #62c462, #51a351);
        background-repeat: repeat-x;
        border-color: #51a351 #51a351 #387038;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
        filter:progid:dximagetransform.microsoft.gradient(enabled=false);
        border-top:0;
        font-size: 12px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .plw{padding-bottom: 6px;}
    .plw .txb {
        width:100px;
    }
    .plw b, .plb b{
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
    }
    .plw b a, .plb b a{
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
    }
    .plw span, .plb span{
        line-height: 14px;
        font-size: 12px;
    }
    #p-no {
        font-size: 10px;
    }
    .wr div p strong, .wr div p em{font-size: 10px;}
    .wr div p span {font-size: 13px;}
    .ph{
        font-size: 11px;
    }
            
 /*  ----------------------------------  */     
    #layout2right {
        clear: both;
        float: none;
        display: none;
    }
     /*  ----------------------------------  */     
    
    .panelheadright {
        width: 278px;
    }
    .panelright{
        background-image: none;
    }
    .panelcont{
        padding: 0;
    }
 /*  ----------------------------------  */        
    #layout2refine, #refine {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .panel{
        padding: 4px;
    }
    
    #layout2refine .lpanel, #refine .lpanel{
        background: none;
    }
    
    #refine .lpanel img{display: none;}
    
    #layout2refine .lpanel:nth-child(3),  #layout2refine .lpanel:nth-child(4){display: none;}
    
    .lpanel .panelcont{
        text-align: center;
    }
    
    .lpanel .panelcont .dl{
        font-size: 11px;
    }
    .lpanel .panelcont .dl a{
         color: #333;
         line-height: 22px;
     }
    .plb{
        margin: 0;
        background: #f6f6f6 !important;
        box-shadow: inset 0 0 3px rgba(0,0,0,.2);
        border-bottom: 1px solid #d4d4d4;
        border-top: 1px solid #d4d4d4;
    }
    .non-m{display: none !important;}
    #hright br {display: none;}
    #topbtn #lmore{display: none;}
    #nav ul li{display: none;}
    #txtheader b{display: none;}
    
    .olrk-quirks, .olrk-noquirks{display: none !important;}
    .wsfytppanel{display: none;}
    #layout2right br{display: none;}
    .panelright img{display: none;} 
    #layout2refine img{display: none;}
    .listhead div strong{display: none;}
    .resultsListbigpd {display: none;}
     
    #tt{display: none;}
    
    #nav ul li:nth-child(1), #nav ul li:nth-child(2), #nav ul li:last-child{display: block;}

    #footer {
        width: 100%;
        margin-bottom: 12px;
        padding: 0;
        font-size: 10px;
    }
    
    #adBlock span.rhHeader{float: left !important;}
    
    #adblock2, #adblock2 iframe{
       width: 100% !important;
    }
    #adblock2 body{width: 100% !important; font-size: 12px !important;}
    #adBlock h2, .sfblSellerNameWrapper{font-size: 12px !important;}
    
    /*  --------------for detail pagess--------------------  */        
    
    #hright div:first-child{
        display: none;
    }
    
    #content #left{
        float: left;
        width: 100%;
        text-align: center;
    }
    
    #content #right, table #right{
        display: none;
        clear: both;
        float: left;
        width: 100%;
        text-align: center;
        
    }
    #content #right iframe{
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        text-align: center;
    }
    
     #lawyerweb {
        margin: 10px;
        color: #fff;
        background: #5cb85c;
        border-radius: 4px;
        border-color: #4cae4c;
    }
    #lawyerweb b{
        padding-top: 13px;
        font-size: 13px;
    }
    .detaildata{width:100%}
    #tabs2 {
        padding-bottom:0;
        padding-top: 0;
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #D6D6D6;
        background-image: none;
    }
    #tabs2 ul {padding: 0;}
    #tabs2 li.non-m {display: none;}
    
    #tabs2 a {
        width: 33%;
        padding: 0;
        border-right: 1px solid #ededed;
        background: none;
        text-align: center;
        color: #666;
    }
    #tabs2 a:active {color: #666;}
    
    #tabs2 a b{
        background: none;
        font-size: 11px;
        color: #666;
    }
    #tabs2 a.on{
        background: none;
    }
    #tabs2 a.on b {
        color:#259;
    }
    .mimg {
        max-width: 85px;
    }
    .mimg img {
        max-width: 85px;
    }
    .imgdropshadow{
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-filter: none;
        filter: none;
    }
    
    .ming .lawyerwebbtn {
        width:92px;
    }
    
    .lawyerwebbtn a{
        padding:0;
        background-color: #5cb85c;
        border-color: #4cae4c;
        font-size: 10px;
        font-weight: 300;
    }
    
    .lawyerwebbtn a:link, .lawyerwebbtn a:visited {
        border-color: #4cae4c;
        background: #5cb85c;
    }
    
    #iframe_content, #iframe_content td{
        font-size: 11px;
    }
    #iframe_content td{padding-right: 0;}
    #iframe_content td b{ font-size: 10px;    }
    
    .ddb td {
        padding: 0;
        font-size: 11px;
    }
    .ddb td div{
        font-size: 11px;
        padding: 3px;
        line-height: 13px;
    }
    .ddb td div.pic img{
        width:70%;
    }
    
    .detail-t{
       width:14%;
       background-color:#ebebeb;
    }
    .detail-t p{
        padding-top: 5px;
    }
    .detail-t b{
        font-weight: 300;
        font-size: 11px;
    }
    
    .detaildata table th, .detaildata table td {
        padding: 1px;
        border: 0;
        font-size: 10px;
        font-weight: 300;
    }
    
    table {border-spacing: 1px;}
    
    .checkb{font-size: 11px;}
    
    #tblcnt {
        width: 100%;
        margin-top: 0;
    }
    
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 14!important;
    }
    
    #col1 {
          display: none;
        }
   
    #col2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    #col2 h2 {
        font-size: 120%;
        text-align: center;
    }
    #col2 div, #col2 p{
        font-size: 11px;
        text-align: center;
    }
    .align-left{text-align: left !important;}
    #col2 form{ margin-bottom: 0;}
    #col2 p.note{font-size: 10px;}
    
    #col2 .panel {
        border: none;
    }
    .adsborder{display:none;}
/*  --------------------for home page--------------------------  */
    HTML, BODY, DIV, P, SPAN, UL, OL, LI, FORM, INPUT, TEXTAREA, H1, H2, H3, H4, H5, IMG, fieldset, button{ font: 12px Arial, Helvetica, sans-serif;}
    
    #plain .box{display: none;}
    
    body#plain, body#plain div{
        font-size: 11px !important;
    }
    #mwrapper{
        width: 100%;
    }
    #wrapper{
        width: 100%;
        margin-top: 0;
        background: none;
    }
    #iwrapper {
        background: none;
        padding: 0;
    }
    #iwrapper #header{
        float: left;
        height: auto;
    }
    #iwrapper #header h1{
        display: none;
    }
    #iwrapper #header #hright{
        margin-top: 0;
        padding-right: 15px;
    }
    #iwrapper #bigbox{
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        border-top: 1px solid #ddd;
    }
    #iwrapper #bigbox div{
        position: relative;
    }
    #iwrapper #bigbox #bx1, #iwrapper #bigbox #bx2, #iwrapper #bigbox #bx3, #iwrapper #bigbox #bx4{
        background: none;
        display: none;
    }
    #iwrapper #bigbox #searcher, #iwrapper #bigbox #woman{
        display: none;
     }
    #qsearch{
        display: none;
    }

    #qsearch #go{
       position: relative;
       top: 0;
       right: 0;
    }
    #bigbox #issues{
        display: none !important;
        left: 0;
        top: 0;
        height: 0;
    }
    #bigbox #wesearch{
       clear: both;
       float: left;
       width: 100%;
       height: auto !important;
       right: 0;
       padding-left:0;
       padding-top: 11px;
        padding-bottom: 5px;
       background-color: #f5f5f5;
       border-top: 1px solid #ddd;    
       border-bottom: 1px solid #ddd;
       -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
       -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
       box-shadow: 0 1px 0 rgba(255,255,255,0.5);
       background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
      border-bottom: 1px solid #bfbfbf;
      border-left: 1px solid #bfbfbf;
      border-right: 1px solid #bfbfbf;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #bfbfbf;    
      text-align: center;
    }
    #bigbox #wesearch h3{
        color:#0099da;
        font-size: 16px;
        padding-bottom: 8px;
    }
    #wesearch .textfield{
        width: 90%;
        padding-left: 6px;
        padding-right: 6px;
        margin-left: auto;
        margin-right: auto;
    }
    #wesearch #what{display: none !important;}
    #wesearch #extra{
        display: block !important;
        width: 100%;
        text-align: center;
    }

    #wesearch #extra #content{
        width: 90%;
        height: 100px;
        padding: 6px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-size: 13px;
    }
    
    #wesearch #extra #location, #wesearch #extra #yemail, #wesearch #extra #phone, #wesearch #extra #name{
        position: relative;
        display: block;
        top: 0;
        left: 0;
        margin-bottom: 4px;
    }
    #bigbox #name{ width: 90%; }
    #extra #webtn{
        position: relative;
        top: 0;
        right: 0;
        float: right;
        margin-right: 3%;
   }
    #extra .hbtn, #extra #wbtn{
        position: relative;
        display: none !important;
        right: 0;
        top: 0;
        float: right;
        margin-right: 3%;
        z-index: 50;
        background-image: 
    }
    
    #extra span{
        display: none;
    } 
    
    #plustopbox #searchbox .textfield_ori{
        height: 40px;
        line-height: 28px;
        font-size: 13px;
    }  
    
    #plustopbox #searchbox fieldset .what_l{
    float: none;
    width: 100%;
    margin-top: 12px;
}
#plustopbox #searchbox fieldset #extra .what_l{
    float: none;
    width: 100%;
}


#extra .what_l .form_avatar{margin-left:0;}


#plustopbox #searchbox fieldset .what_r{
    float: none;
    width: 100%;
}
#plustopbox #searchbox fieldset #extra .what_r{
    float: nonw;
    width: 100%;
}
    
    
    
    
    
    
    
    
    
    
    #common {
        clear: both;
        float: left;
        width: 100%;
        top: 0;
        margin-top: 20px;
        text-align: center;
    }
    #common h3{
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #0095dd;
    }
    #common ul{
        width: 100%;
    } 
    #common li {
        width: 96%;
        padding:0 !important;
        line-height: 25px;
        text-align: left;
        margin-bottom: 8px;
        margin-left: 11px;
    }
    #common li h4{text-align: center;line-height: 30px;}
    #common li a{padding-right: 3px;}
    
    #common li.cbtn{
        width: 100%;
        margin-left: 0;
    }
    
    #common .btn{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        background: #f8f8f9;
        background-color: #f1f1f2;
        background-image: -moz-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -ms-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f9),to(#e6e6e8));
        background-image: -webkit-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: -o-linear-gradient(top,#f8f8f9,#e6e6e8);
        background-image: linear-gradient(top,#f8f8f9,#e6e6e8);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f9', endColorstr='#e6e6e8', GradientType=0);
        text-shadow: 0 1px 0 #fff;
        border: 1px solid #bbb;
        color: #666!important;
        box-shadow: 0 1px 0 #fff inset,0 1px 0 rgba(0,0,0,.1);
    }
    .btn span{background-image: none;}
    
    #searchloc{
        clear: both;
        float: left;
        right:0;
        top:0;
        width:100%;
        margin-top: 20px;
    }
    #searchloc h3 {
        padding-left: 0;
        font-size: 14px;
        text-align: center;
        color: #0095dd;
    }
    
    #searchloc #tabs{
        margin-bottom: 20px;
    }
    #searchloc #tabs li {
        width: 33%;
        margin: 0;
        line-height: 30px;
        text-align: center;
        font-weight: 200;
        background-image: none;
        background: #666;
        border-right: 1px solid #fff;
    }
    #searchloc #tabs li:last-child{
       border-right:none;
    }
    
    #states li, #cities li, #countries li {
        margin-left: 0;
        width:49%;
        text-align: center;
        line-height: 40px;
    }
    #searchloc #tabs li.active{
        background: #0099da;
        color: #fff;
    }
    
    #countries{display: none;}
    
    #about{
        display: none;
    }
    
    #toplaw{
        clear: both;
        float: left;
        width: 100% !important;
        margin-top: 15px;
        padding: 0;
        text-align: center;
        
    }
    #toplaw #iframelawyers{
        width: 100% !important;
        height: 300px;
        padding-left: 0;
    }
    
/*  ----------------  */
    div.box { 
        width: 100% !important;
    }
    .box h2{display: none !important;}
    .box ul{
        height: auto !important;
        border-radius: 0 !important;
    }
    .box ul li {
        display: block !important;
        position: relative !important;
    }
    .box li.a {
        float: none !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding-top:5px !important;
        text-align: center !important;
        z-index: 10 !important;
    }
     .box .b {
        width: 100% !important ;
        height: auto !important;
    }
    .box .b em{line-height: 20px !important;}
    
    .box .lwinfo{
        display: none !important;
        font-style: normal !important;
        font-size: 12px !important;
    }

    .box .a span.xx {display: none !important;}
    .box img {position: relative !important;}
    .box .imgp{width: 280px; height: 180px !important;}
    .box .a .zm{display: none !important !important;}
    
    .box li.c{
        width: 100% !important;
        display: block !important;
          background: #fff !important;
    }
    .box li.c li {display: none !important;}
    .box li.c li:nth-child(1), .box li.c li:nth-child(2){
        display: block !important;
        float: left !important;
        width: 44% !important;
        padding: 0 !important;
        border-bottom: dotted 1px #ccc !important;
        font-weight: bold !important;
        font-size: 12px !important;
        padding-left: 10px !important;
        color: #00a7e3 !important;
        line-height: 29px !important;
    }
    .box li.c li:nth-child(1) a, .box li.c li:nth-child(2) a{color: #00a7e3 !important;}
    .box .side {
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .side ol {padding-top: 0 !important;}
 
    .box .side li{display: none !important;}
    .box .side li:nth-child(1), .box .side li:nth-child(2){
        display: block !important;
        float: left !important;
        width: 44% !important;
        padding: 0 !important;
    }
    .side ol li.hz {display: none !important;}
    
    .big{
        font-size: 12px;
        line-height: 16px;
    }
    
    .tablist {margin-left: 15px;}
    
    .tablist td a{line-height: 30px; }
    
    #left .small{text-align: left;padding-left: 5px;}
    
    .small span, .small a{
        font-size: 10px !important;
        line-height: 20px;
        padding-left: 2px;
    }
    
    .txtbtngreen{
        clear: both;
        margin-top: 6px;
        margin-bottom: 8px;
    }
    
    .txtbtn a, .txtbtngreen a {
        line-height: 18px;
        display: block;
        width: 100%;
        float: left; 
        margin-bottom: 10px;
        padding: 0 !important;
    }
    
    .txtbtngreen #socialicons{
        display: none;
    }
/*   ---------------------- */
    
     #footer{
        clear: both;
        float: left;
        width: 100%;
        min-width: 100%;
        margin-top: 15px;
        text-align: center;
    }
   
    #footer #cols{
        background: none;
        width: 100%;
    }
    #footer #info, #footer .column{
        display: block;
        clear: both;
        float: left;
        width: 100%;
        text-align: center;
    }
    #footer #info ul{
        padding-left: 19%;
        width: auto;
    }
    #footer #info .data {
        width: 90px;
    }
    #footer .column{margin-bottom: 26px;}
    #footer .column:last-child{display: none;}
    #footer .column ul{padding-top: 10px}
    #footer .column ul li{line-height: 38px;}
    
    #copy {
        min-width: 100%;
    }
    #copy div {
       width: 100%;
        text-align: center;
    }    
    #tyhshadow{
        display: none;
    }
/*   for lawyer */
    
    #bigleft {
        clear: both;
        float: none;
        width: 100%;
    }
    #bigmain {
        clear: both;
        float: none;
        width: 100%;
    }
    .text, .text2{
        font-size: 26px !important;
        padding-left: 0 !important;
        text-align: center;
    }
    #fljnow {
        margin-left: 50px !important; 
        margin-right: 80px !important; 
    }
    .info_table2col{
     width: 100%;
    }
    .info_table2col .info_col1{ width: 48px;}
    .info_table2col .info_col2{ width: 100px;}
    
    .reasonsrow{ 
        clear:both;
        width: 100% !important;
        float: none !important;
    }
    #bigmain br, .reasonsicon, .reasonsline, .reasonsimage{
        display: none !important;
    }
    
}


/*--------------------------*/
@media screen and (max-width: 640px){
    #tblcnt {
        width: 100%;
    }
    #col2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    #col2 input[type=text], #col2 textarea{
        width: 100%;
        margin-bottom: 6px;
    }
}

@media (max-width: 479px) {
    #m-fixed-top .fixinfo .fixlogo{
        float: left;
        width: 15%;
    }
    #m-fixed-top .fixinfo .fixlink{
        float: left;
        width: 75%;
    }
    
    .listhead div label{
        font-size:11px;
    }
      
    .lwpf .in{
        padding-bottom: 0;
        font-size: 10px;
        line-height: 11px;
    }
    .plw span, .plb span{
        line-height: 14px;
        font-size: 11px;
    }
      
  }    
@media (max-width: 320px) {   
  #toplaw #iframelawyers{padding-left: 0}  
   
   
    
}
    
    
    
    