﻿body {
	background: #ecd782 url(../img/bkgd.png) center top/100% no-repeat;
	margin-top: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{color: #005580;}
a:hover {color: #333;text-decoration: underline;}
img{max-width:100%;}
hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

h1{font-size:31px;color:#333;font-weight:bold;font-family: 'PT Sans', sans-serif;}
h2{font-size:28px;color:#333;font-weight:bold;font-family: 'PT Sans', sans-serif;}
h3{font-size:26px;color:#333;}

.system_holder {clear: both;}
header{width:100%;float:left;padding:20px 0 0;position:relative;}

.logo{position:relative;float:left;}

.search {display: flex;justify-content: flex-end;}
.search form input {height: 30px;border: none;margin-left: 5px;}
.search form input[type="text"]{width:190px;margin-bottom: 10px;padding: 8px;}
.search_btn{width:80px; float:left;}

.main-navigation li{padding:0;line-height: 100%;position: relative;}
.main-navigation .navbar-nav  > li{border-right:1px dotted #8D7327;}
.main-navigation .navbar-nav  li  a{color:#fff; text-transform:capitalize; font-size: 13px; padding:10px;display:block;white-space: nowrap;font-family: 'PT Sans', sans-serif;}
.main-navigation .navbar-nav  li  a:hover{text-decoration:none;}
.main-navigation .navbar-nav  li:hover >  a{color: #ECD782;}
.has-submenu ul{padding:0;}
.has-submenu ul li{background-color: #231F20;border-bottom:1px solid #000;}
.has-submenu ul li:hover{background-color: #757575;}
.has-submenu ul li a{color:#fff;}

.navbar-dark.main-navigation .navbar-toggler {color: #f4ba4e !important;border-color: #f4ba4e !important;margin-left: auto;background: #000;}
.navbar-dark.main-navigation .navbar-toggler .line {width: 20px;float: left;height: 1px;background: #f4ba4e;display: block;margin: 3px;clear: both;}


.site_content {clear: both;width:100%;float:left;padding: 10px 0 40px;}

.featured{width:100%; float:left;padding:10px;box-shadow: 0px 0px 5px #999;background: #B5A064;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #40290D;
	}
.featured h2{font-size:36px; font-weight:bold;margin: 0 0 20px;text-align: center;text-transform: capitalize;}

.featured-attorney{width:100%; float:left; padding:0 50px;}
.featured-attorney .slick-slide{text-align:center;}
.featured-attorney .slick-prev{left:0;}
.featured-attorney .slick-next{right:0;}
/*** Default shared CSS ****/

figure.figurefx {
  background: #fff;
  display: inline-block;
  /*float: left;*/
  width: 210px;
  height: 210px;
  margin: 0 36px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

figure.figurefx::before, figure.figurefx::after{ /* create :before and :after pseudo elements that are initially positioned outside canvas */
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	position: absolute;
	opacity: 0.3;
	top: 0;
	left 0;
    right:0;
	-moz-transform: translate3d(0, -100%, 0); /* position elements past bottom of layout */
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

figure.figurefx img {
	 display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  	top: 0;
  margin: auto;
  max-width: 210px;
}


figure.figurefx figcaption{
	position: absolute;
	display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-align: center;
	background: rgba(68,68,67,0.6);	
	z-index: 100;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	bottom: 0;
	left: 0;	
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height:15px;
	padding:5px 0;
}


figure.figurefx figcaption a {
  font-size: 12px;
    color:#fff !important;
  font-weight: bold;
  text-decoration: none;
}

figure.figurefx figcaption span {
  font-size: 10px;
    color:#c9b260;
    font-style:italic;
    line-height:8px !important;
}

/*** Default slide down panel effect ****/

figure.default:hover::before{
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.default:hover figcaption{
	opacity: 1;
	-moz-transform: translate3d(0, -30%, 0); /* center caption */
	-webkit-transform: translate3d(0, -30%, 0);
	transform: translate3d(0, -30%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/*** Dual panels slide up and down effect ****/

figure.dualpanels::after{
	-moz-transform: translate3d(0, 100%, 0); /* position :after pseudo element at bottom of layout initially */
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

figure.dualpanels:hover::before{
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

figure.dualpanels:hover::after{
	-moz-transform: translate3d(0, 50%, 0);
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

figure.dualpanels:hover figcaption{
	opacity: 1;
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/**************Featured slider style ends here****************/

.headlineinfo{font-style:italic;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;}

.home_bottom h2{font-weight:bold;border-bottom:1px solid #000;padding-bottom:10px;}
.attorney-logo {
	display: block;
	text-align: center;
}


.advisory_members .more {align-self: flex-end;}

.top10year,.under40year {text-align: center;}
.top10year a,.under40year a {display: block;line-height: 36px;}

UL#intrastate LI {
  display: inline-block;
  list-style: outside none none;
  margin: 10px 10px 0 0;
}
UL#intrastate LI A BUTTON
{
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
    color:#e8d966;
	border: none ;
	padding: 20px 40px;
	 font-family: georgia,serif;
    font-size: 2em;
    line-height: 1em;
    min-width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
UL#intrastate LI A:hover BUTTON
{
	background-color: #e8d966;
	color:#000;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.discount_outer {
    border-bottom: 1px solid #aaaaaa;
    box-sizing: border-box;
    float: left;
    padding: 20px 0;
    width: 100%;
}
.discount_logo {
    float: left;
    margin: 0;
    width: 20%;
}
.right {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 20px;
    width: 80%;
}

.webinar {
    border-bottom: 1px solid #e4e4e4;
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

/**Attorney List**/
.attorney-list {
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #e8d966;
	border-radius: 15px 0;
	float: left;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	min-height: 270px;height: 100%;
}
.attorney-list-left{padding-right:0px;}
.attorney-list-left img {
	max-width: 150px;width:100%;
}
.attorney-list h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Cambria, serif;
}
.emblem img{max-width:120px;}
.attorneydetail {
	border: 1px solid #E8D966;
	border-radius: 10px;
	background: #eee;
	padding:20px;
}
/**Contact Page**/
form label,form .full {
	width: 100%;
	float: left;margin:0;
}
form input[type="text"],form input[type="email"],form input[type="password"],form textarea {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
form .captcha-holder {
	clear: both;
	margin-bottom: 20px;
}



.footer_before {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
footer{clear:both;}
footer ul{margin:0; padding:0;}
footer ul li:first-child{padding-left:0;}
footer ul li {
	float: left;
	list-style: none;
	padding: 0 10px;
}
footer p {
	font-size: 13px;line-height:28px;
}



@media (max-width:991px){

#navbardrop {float: right;width: 20px;height: 16px;	text-align: center;}    
.navbar-nav{background: #fff;width: 100%;position: relative;}
.main-navigation li{margin:10px 0;border-right:none;padding: 10px 40px;}

.main-navigation .navbar-nav  li {
	border-right: none;
	background: #40290D;
	margin: 0;
}
}
@media (max-width:767px){
    .logo{width:100%; float:left;text-align:center;}
    .search {display: block;}
    .logout_btn{display:none;}
    .navbar {padding-top: 0;width:100% !important;}
    .navbar-dark.main-navigation .navbar-toggler{margin-top:-50px;}
    .text-xs-center {  text-align: center;  } 
}
@media (max-width:500px){
.logo img {max-width: 130px;}
}
@media (max-width:400px){
    .search form input[type="text"]{width:120px;margin-left:0;}
}


@media(min-width:1200px){
	.container{max-width: 970px;}
}


@media(min-width:500px) and (max-width:991px){
	.container{max-width: 100%;padding:0 30px;}
}


