@font-face {
  font-family: 'Gadugi';
  src: url('fonts/Gadugi.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gadugi';
  src:  url('fonts/Gadugi.woff') format('woff'), 
  url('fonts/Gadugi.ttf')  format('truetype'), 
  url('fonts/Gadugi.svg#Gadugi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gadugi-Bold';
  src: url('Gadugi-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gadugi-Bold';
  src:  url('fonts/Gadugi-Bold.woff') format('woff'), 
  url('fonts/Gadugi-Bold.ttf')  format('truetype'), 
  url('fonts/Gadugi-Bold.svg#Gadugi-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'aleoregular';
    src: url('fonts/aleo-regular.eot');
    src: url('fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-regular.woff2') format('woff2'),
         url('fonts/aleo-regular.woff') format('woff'),
         url('fonts/aleo-regular.ttf') format('truetype'),
         url('fonts/aleo-regular.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'miller_textroman';
    src: url('fonts/miller_text_roman.eot');
    src: url('fonts/miller_text_roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/miller_text_roman.woff2') format('woff2'),
         url('fonts/miller_text_roman.woff') format('woff'),
         url('fonts/miller_text_roman.ttf') format('truetype'),
         url('fonts/miller_text_roman.svg#miller_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size: 17px;
	color:#3c3c3c;
	font-family: 'Gadugi';
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; width:100%; height:auto;}
a, li{text-decoration:none; color:#313030;
	transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;}
ul li
{
	list-style:none;
}
.clr
{
	clear:both;
}

/**10april****/
/*.column-left{ float: left; width: 33.333%; }
.column-right{ float: right; width: 33.333%; }
.column-center{ display: inline-block; width: 33.333%; }
.text-center{text-align: center;}
img.distinction{
	max-width:200px;
}*/
/**10april****/


/**starting css of site**/
#container{
	width:100%;
}
.main_header{
	float: left;
	width: 100%;
}
.top_header{
	width:100%;
	float: left;
	background: #0f2961;
	line-height: 38px;
}
.wrapper{
	width:1200px;
	margin: 0 auto;
}
.head_top{
	float: left;
	width: 100%;
	text-align: center;
}
.head_top p{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	margin: 2px 20px 0 0;
        float: left;
}
.emai_right {
    float: right;
}
.emai_right a {
    margin-left: 20px;
}
.emai_right a:first-child {
    margin: 0;
}
.head_top p a{
	color: #fff;
}
.head_top p strong{
	font-family: 'Gadugi-Bold';
        font-weight: normal;
}
.head_top p.phone{
	background: url(../images/phone.png) no-repeat left center;
}
.head_top p.print{
	background: url(../images/print.png) no-repeat left center;
}
.head_top p.email{
	background: url(../images/email.png) no-repeat left 14px;
        margin-right: 0;
}
.header_bottom{
	float: left;
	width: 100%;
	background: #fff;
}
.logo{
	float: left;
	padding: 34px 0 20px;
}
.menu{
	float: right;
}
.menu ul li{
	float: left;
	position: relative;
}
.menu ul li a{
	float: left;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 65px 45px 20px;
}
ul.submenu{
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 10px;
	display: none;
	background: rgba(15, 41, 97, .75);
}
.menu ul li:hover ul.submenu{
	display: block;
}
.menu ul.submenu li{
	float: left;
	width: 100%;
	text-align: center;
}
.menu ul.submenu li a{
	padding: 6px 2px 9px;
	color: #fff;
	float: left;
	font-size: 17px;
	width: 100%;
}
.menu li.active ul.submenu a{
	background: none;
}
.menu ul.submenu li a:hover, .menu ul.submenu li:hover, .menu ul.submenu li.active a{
	background: none;
	color: #eb7201;
}
.menu ul li a:hover, .menu ul li.active a, .menu ul li:hover{
	background: #cfcfcf;
}
/************************mobile menu css*******************************/

.menu_img {
    background: url(../images/menu_img.png) no-repeat;
    float: right;
    position: relative;
    top: 31px;
    text-indent: -9999px;
    width: 45px;
    height: 28px;
    display: none;
    cursor: pointer;
}
.mob_menu {
    float: left;
    width: 100%;
    display: none;
}
.mob_menu ul li {
    float: left;
    width: 100%;
}
.mob_menu ul li a {
    background: #fafafa;
    color: #464646;
    float: left;
    font-size: 18px;
    margin-bottom: 3px;
    padding: 7px 10px;
    text-transform: uppercase;
    width: 100%;
}
.mob_menu ul li a:hover, .mob_menu ul li.active > a {
    background: #cfcfcf;
    color: #eb7201;
}
.mob_menu ul.submenu {
    background: none;
    display: block;
    position: relative;
    padding: 0;
}
.mob_menu ul.submenu li a {
  padding-left: 30px;
}
/*************************mobile menu css*****************************/
.home .banner{
	float: left;
	width: 100%;
	min-height: 303px;
	background: url(../images/home_banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
	border-bottom: 5px solid #c1d1e5;
}
.home .banner p{
	float: left;
	background: url(../images/bg_1.png) no-repeat center 65px #FF7300;
	font-size: 21px;
	color: #fff;
    font-family: 'aleolight';
    text-align: center;
    padding: 8px 0 35px;
    letter-spacing: 1.5px;
    line-height: 25px;
}
.home .banner_text{
	background: url(../images/banner_text.jpg) repeat-y;
	float: left;
	width: 100%;
	position: absolute;
    width: 100%;
    bottom: -20px;
}
.content{
	float: left;
	width: 100%;
}
.sidebar{
	float: left;
	width: 100%;
}
.left_sidebar{
	float: left;
	width: 65.5%;
	margin-top: 55px;
}
.left_sidebar h1{
	float: left;
	width: 100%;
	color: #000;
	font-size: 35px;
	margin-bottom: 30px;
	font-family: 'aleoregular';
	font-weight: normal;
}
.left_sidebar p{
	float: left;
	width: 100%;
	color: #393939;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 30px;
	line-height: 30px;
	font-family: 'aleoregular';
}
.right_sidebar{
	float: right;
	width: 31.5%;
	background: url(../images/rightside_bg.png) repeat-x #fff;
	padding: 60px 30px 20px;
}
.practice_area, .attorney_downloads{
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.practice_area h2{
	float: left;
	width: 100%;
	font-size: 19px;
	color: #153b73;
	font-family: "aleoregular";
	font-weight: normal;
	padding-left: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.attorney_downloads h2, .office_add h2, .educatiuon h2, .admissions h2{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #153b73;
	font-family: "aleoregular";
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/*.home .practice_area h2{
	color: #000;
}*/
.practice_area ul li a{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #393939;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 9px;
	padding-bottom: 9px;
	font-family: "aleoregular";
}
.practice_area ul li:last-child a{
	border: none;
}
.practice_area ul li a:hover, .foot_menu ul li a:hover, .address a:hover, 
.practice_area ul li.active a, .foot_menu ul li.active a{
	color: #eb7201;
}
.contactus {
    float: left;
    width: 100%;
    background: url(../images/contact_bg.png) no-repeat;
    height: 200px;
    font-family: 'Lato', sans-serif;
    padding: 65px 0 0 92px;
    margin-bottom: 10px;
}
.contactus p{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.contactus a{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
}
.superlawyer, .avvo{
	float: left;
	width: 100%;
	text-align: center;
}
.superlawyer img, .avvo img{
	width: auto;
	margin-top: 35px;
}

.lawyer_badges {
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 70px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.badge_img {
    border: 5px solid #f5f5f5;
    width: 31.33%;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    padding: 25px;
}
.badge_img img {
    max-height: 240px;
    width: auto;
    max-width: 240px;
    margin: 0 auto;
    display: block;
}


.badge_img_home {
    border: 5px solid #f5f5f5;
    width: 23.33%;
    display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    padding: 25px;
}
.badge_img_home img {
    max-height: 220px;
    width: auto;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}





.footer{
	float: left;
	width: 100%;
}
.footer_top{
	float: left;
	width: 100%;
	background: #f5f5f5;
}
.foot_menu{
	float: left;
	width: 100%;
	text-align: center;
}
.foot_menu ul li{
	display: inline-block;
	background: url(../images/foot_li.png) no-repeat right center;
	padding: 0 25px;
}
.foot_menu ul li:last-child{
	background: no-repeat;
}
.foot_menu ul li a{
	font-size: 15px;
	color: #000;
	line-height: 52px;
	text-transform: uppercase;
}
.foot_bottom{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.copy_right{
	float: left;
	color: #444;
	font-size: 12px;
	font-family: "aleoregular";
}
.address{
	float: right;
	font-family: "aleoregular";
}
.address p, .address a, .address span{
	float: right;
	clear: both;
	color: #444;
	font-size: 12px;
	text-align: right;
}
.address a{
	float: none;
}
.address span{
	margin-top: 3px;
}
/*****************************************Real Estate Law page css********************************************/
.banner{
	float: left;
	width: 100%;
	height: 88px;
}
.realestate .banner{
	background: url(../images/small_banner1.jpg) no-repeat center top;
}
.banner_inner {
    float: left;
    width: 100%;
    background: url(../images/border_bg.png) no-repeat center right rgba(34, 126, 193, .65);
    height: 88px;
    padding: 0 70px;
    margin: 0 -70px;
    box-sizing: content-box;
}
.banner_inner p {
    float: left;
    background-color: #eb7201;
    color: #fff;
    font-size: 20px;
    padding: 0 5px;
    line-height: 42px;
    border: 1px solid #fff;
    margin-top: 22px;
    font-family: 'aleoregular';
    letter-spacing: 1px;
    width: 228px;
    text-align: center;
}

/*****************************************Family & Matrimonial Law page css********************************************/
.familylaw .banner{
	background: url(../images/small_banner2.jpg) no-repeat center top;
}
.trustwills  .banner{
	background: url(../images/small_banner7.jpg) no-repeat center top;
}
/*****************************************Corporate Law page css********************************************/
.corporatelaw .banner{
	background: url(../images/small_banner3.jpg) no-repeat center top;
}
/*****************************************Attorney page css********************************************/
.attorney_ronald .banner{
	background: url(../images/small_banner4.jpg) no-repeat center top;
}
img.attorney_img{
	float: left;
	width: auto;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-top: 9px;
}
.attorney_content h1, .attorney_content p{
	float: none;
}

.attorney_downloads ul li {
    float: left;
    margin-right: 22px;
}
.attorney_downloads ul li a {
    float: left;
    margin: 0 12px 0 2px;
    font-size: 14px;
    color: #707070;
    font-family: 'Gadugi-Bold';
    text-transform: uppercase;
}
.attorney_downloads ul li.pdf_bg a {
    background: url(../images/pdf_bg.png) no-repeat right center;
    padding: 5px 33px 5px 0;
}
.attorney_downloads ul li.print_bg a {
    background: url(../images/print_bg.png) no-repeat right center;
    padding: 5px 23px 5px 0;
}
.attorney_downloads ul li.vcard_bg a {
    background: url(../images/vcard_bg.png) no-repeat right center;
    padding: 5px 30px 5px 0;
}
.attorney_downloads h2 {
    margin-bottom: 15px;
}
.social{
	float: left;
	padding: 30px 0;
}
.office_add p{
	float: left;
	width: 100%;
	color: #000;
	padding-left: 20px;
	font-family: "aleoregular";
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
}
.educatiuon p {
    color: #393939;
    float: left;
    font-size: 18px;
    width: 100%;
    font-family: "aleoregular";
    margin-bottom: 20px;
}
.admissions p {
    color: #393939;
    float: left;
    font-size: 18px;
    width: 100%;
    font-family: "aleoregular";
    margin-bottom: 20px;
}
.office_add p a{
	font-size: 16px;
	color: #000;
}
.office_add p.location{
	background: url(../images/location.png) no-repeat left 10px;
}
.office_add p.phone_2{
	background: url(../images/phone_2.png) no-repeat left 10px;
}
.office_add p.fax{
	background: url(../images/fax.png) no-repeat left 10px;
}
.office_add p.mobile{
	background: url(../images/mobile.png) no-repeat 3px 8px;
}
.office_add p.email_2{
	background: url(../images/email_2.png) no-repeat left 12px;
}
.educatiuon{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.attorney_downloads ul li.vcard_bg,  .attorney_downloads ul li.vcard_bg a {
    margin: 0;
}
/*****************************************Pasquale page css********************************************/
.attorney_pasquale .banner{
	background: url(../images/small_banner5.jpg) no-repeat center top;
}
/*****************************************Pasquale page css********************************************/
.charles .banner{
	background: url(../images/small_banner6.jpg) no-repeat center top;
}
.jennifer .banner{
	background: url(../images/small_banner8.jpg) no-repeat center top;
}
.submenu.practice_sub {
    left: -34%;
    width: 360px;
}

.left_sidebar li {
   list-style: disc;
   font-size: 18px;
   padding: 0;
   font-family: 'aleoregular';
   margin-left: 20px;
   line-height: 30px;
}
.left_sidebar ul {
   float: left;
   width: 100%;
   margin-bottom: 30px;
}
div#large_super_lawyers_badge {
   margin: 0 auto;
}
.avvo{
display:none;
}

.distinction {
   padding: 20px;
   margin-top: 5px;
}

.practice_area p {
    color: #393939;
    float: left;
    font-size: 18px;
    width: 100%;
    font-family: "aleoregular";
    margin-bottom: 20px;