/*Custom CSS*/

a:visited { color:inherit; }
.white { color: #fff;}
html {
	
} 	

.padding-sm {
	padding:3px;
}

.section-title {
	padding-top:25px;
}


.navbar-default .navbar-nav > .active > a {
	background-color:inherit;
	    color: #2574A9;
}

/*.bestLawyersBadge {
	margin-top: 60px;
	margin-left: 50px;
}*/

.pa-dropdown {
    width: 100%;
    text-align: center;
}




.pa-buttons {
    background-color: #008095;
}

.pa-buttons:hover {
    background-color: #009999;
}

.pa-buttons:active {
    background-color: #009999;
}

.pa-buttons:visited {
    background-color: #008095;
}

.dropdown-header {
    color: #008095;
    font-weight: 600;
    text-decoration: underline;
}

.pa-dropdown > li > a{
    color: #008095;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #009999;   
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #008095;
}

.dropdown-menu > li > a:hover {
    color: #009999;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #008095;
}

.results-buttons {
    background-color: #008095;
}

.results-buttons:hover {
    background-color: #009999;
}

.fa-chevron-right {
    margin-left: 10px;
}

.dd-criminal {
    width: 215px;
}

.dd-civil {
    width: 100%;
}

.bestLawyersBadge {
    max-height: 150px;
    min-height: 150px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.avvoBadge {
    max-height: 150px;
    min-height: 150px; 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cbusCEOBadge {
    max-height: 150px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.mhAVratingBadge {
    max-height: 150px;
    min-height: 150px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.ntlBadge {
    max-height: 150px;
    min-height: 150px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tenBestBadge {
    max-height: 150px;
    min-height: 150px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.SuperLawyersBadge {
    max-height: 150px;
    min-height: 150px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}

.areasImgs {
    margin-bottom: 20px;
    position: relative;
}

.areasImgs > .item > a > img {
    border-radius: 10px;
}

/*
.post-content-two {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: .8;
    bottom:0;
    text-align: center;
    height: 100%;
    width: 92.31%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    font-size: 28px;
    color: #044a67;
}
*/

/*START DROPDOWN NAV CSS */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    /*content:" ";*/
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.col-xs-2.item {
    text-align: center;
}

