* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
/* ul:after {
	content: "";
	display: block;
	clear: both;
} */
a {
	text-decoration: none;
	color: #000000;
	background: none;
}

p a {

    color: #4b89b9;
    

}



fieldset {
	border: 0 none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0 none;
	outline: 0 none;
}
.no_bor {
	border: 0 none !important;
}
.no_bg {
	background: none !important;
}
.pad_last {
	padding: 0 !important;
}
.flt_lt {
	float: left;
	display: inline-block;
}
.flt_rt {
	float: right;
	display: inline-block;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 1px;
}
body {
	color: #b1b1b1;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
}
.wrapper {
	width: 100%;
	display: block;
}
.container {
	max-width: 1204px;
	margin: 0 auto;
}
/*----------------- header starts here-----*/

header {
	width: 100%;
	display: block;
	background-color: #b92e2c;
	border-bottom: solid 1px #d34341;
}
.header_in {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

nav {
	padding: 0 0 0 0;
	margin: 0 0 -1px 0;
	display: block; /*float:left;*/
}
nav > ul {
	display: block;
	font-size: 0px;
	line-height: 1px;
}
nav ul li {
	display: inline-block;
	position: relative;
	float: left;
	border-bottom: solid 1px #d34341;
}
nav ul li a {
	padding: 20px 52px 20px 52px;
	margin: 0 0 0 0;
	display: block;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
}
nav > ul > li > a {
	background-color: transparent;
	position: relative;
	z-index: 1;
}
/*nav > ul > li:hover > a,*/

/* .hover {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #d34341;
	display: none;
	z-index: 0;
} */
nav ul li ul {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	display: none;
}
nav ul li:hover ul {/*display:block;*/
	z-index: 2;
}
nav ul li ul li {
	display: block;
	float: none;
}
nav ul li ul li a {
	padding: 20px 10px 20px 50px;
	background-color: #d65957;
	transition: all ease-in-out 0.5s;
	-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	cursor: pointer;
}
nav ul li ul li:hover a {
	background: #e66260;
	cursor: pointer;
}
.header_mobile {
	padding: 14px 10px 10px 10px;
	position: relative;
	display: none;
}
.menubar {
	cursor: pointer;
}
.vhomelogo {
	position: absolute;
	left: calc(57% - 57px);
	top: 0;
}
.dd {
	display: block !important;
}
/*----------------- header ends here-----*/

/*----------------- banner starts here-----*/
.banner {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}
.banner > figure {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
}
.banner > figure > img {
	width: 100%;
	height: auto;
	display: block;
}
.banner_in {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}
.banner_tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.banner_left {
	display: table-cell;
	width: 70%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
    padding-left: 15%;
}
.banner_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.logo {
	padding: 0 0 45px 0;
}
.logo a {
	display: inline-block;
}
h1 {
	padding: 0 7px;
	font-family: 'Slabo 27px', serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: 400;
	color: #ffffff;
}
h1 span {
	color: #3da8fb
}
.banner_img {
    width: 50%;
}
.banner_img img {
    top: 32%;
    position: absolute;
    width: 10%;
}
/*----------------- banner ends here-----*/
main {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.laws {
	display: block;
	width: 100%;
}
.laws_in {
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	position: relative;
}
.cta {
    padding: 20px 18px 25px 18px;
    margin-top: -88px;
    margin-bottom: 15%;
}
.cta ul {
	display: block;
}
.cta ul li {
	padding: 0 7px;
	width: 33.33%;
	display: inline-block;
	float: left;
}
.probate {
	background-color: #4b89b9;
}
.family {
	background-color: #366b94
}
.civil {
	background-color: #033056;
}
.cta_cnt {
	padding: 24px 0 30px 0;
	font-size: 0px;
	line-height: 1px;
	display: table;
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
}
.cta_cnt:hover {
	background-color: #0076d0;
}
.icon {
	padding: 0 5px;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	display: table-cell
}
.cta_sub {
	padding: 0 15px 0 5px;
	width: 70%;
	vertical-align: top;
	display: table-cell;
}
.probate .icon {
	width: 25%;
}
.probate .cta_sub {
	width: 75%;
}
.cta_sub h2 {
	padding: 0 0 6px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
}
.cta_sub p {
	font-family: 'Slabo 27px', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}
.houstonian {
	display: block;
	width: 100%;
	padding: 0 0 63px 0;
}
.houstonian span {
	padding: 0 0 22px 0;
	display: block;
	text-align: center;
}
.houstonian span img {
	cursor: pointer;
}
.houstonian_cnt {
	display: table
}
.houstonian_lt {
	padding: 10px 10px 0 10px;
	width: 49%;
	;
	display: table-cell;
	vertical-align: top
}
.houstonian_rt {
	padding: 0 10px;
	width: 51%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.article_lt figure {
	padding: 0 10px;
	float: left;
	display: inline-block;
	width: 31%;
}
article h3 {
	padding: 0 10px 24px 10px;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #0191ff;
}
article p {
	padding: 0 10px 30px 10px;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #083358;
	letter-spacing: -0.5px;
}
.court {
	position: relative;
}
.court figure img {
	width: 100%;
	height: auto;
	display: block;
}
.court_in {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.court_tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.court_cell {
	padding: 0 5px;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.court_in p {
	padding: 0 0 26px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: 400;
	color: #ffffff;
}
.court_in h4 {
	padding: 0 0 10px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	color: #ffffff;
}
.court_in h5 {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
}
.board {
	display: block;
	width: 100%
}
.board_in {
	display: block;
	width: 100%;
}
.board_lt {
	float: left;
	width: 50%;
	display: inline-block;
}
.board_lt figure img {
	display: block;
	margin: 0 auto;
}
.board_rt {
	padding: 77px 45px 0 45px;
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
}


.btn > a {
	padding: 18px 5px;
	display: block;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	background-color: #a1c570;
	width: 30%;
}

.btn > a:hover {
	
	background-color: #7dab3f;
	
	
}



.board_rt h4 {
	padding: 0 0 27px 0;
	margin: 0 0 24px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #0191ff;
	position: relative;
}
.board_rt h4:after {
	content: "";
	position: absolute;
	width: 155px;
	height: 4px;
	top: 100%;
	left: 50%;
	margin-left: -75px;
	background: #b92e2c;
	display: block;
}
.board_rt p {
	padding: 0 0 24px 0;
	margin: 0 0 26px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #274b6a;
	position: relative
}

.set {
	display: block;
	width: 100%;
	background-color: #ecf2f6;
}
.set_in {
	display: block;
	width: 100%;
}
.set_lt {
	padding: 70px 49px 10px 49px;
	float: left;
	display: inline-block;
	width: 49%;
}
.set_rt {
	float: left;
	display: inline-block;
	width: 51%;
}
.set_rt figure img {
	display: block;
	width: 100%;
}
.set_lt h3 {
	padding: 0 0 12px 0;
	margin: 0 0 0px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #0191ff;
}
.set_lt p {
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #033056;
}
footer {
	width: 100%;
	display: block;
}
.footer_in {
	padding: 45px 0 45px 0;
	width: 100%;
	display: block;
}
.explore_in {
	padding: 10px 0 40px 0;
	border-bottom: 3px solid #ecf2f6;
}
.explore_in h2 {
	padding: 0 20px 21px 20px;
	font-family: 'Slabo 27px', serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: #0191ff;
}
.explore_in ul {
	display: block;
}
.explore_in ul li {
	padding: 2px 20px;
	width: 50%;
	float: left;
	display: inline-block;
}
.explore_in ul li a {
	padding: 18px 20px 18px 74px;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #033056;
	display: block;
	background: url(../images/menu_arrow.png) no-repeat 18px center #ecf2f6;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.explore_in ul li a:hover {
	background-color: #d9e6ef;
}
.footer_top {
	padding: 45px 0 40px 0;
}
.footer_lt {
	width: 50%;
	float: left;
	display: inline-block;
	font-size: 0px;
	line-height: 1px;
}
.footer_rt {
	padding: 20px 0 0 0;
	width: 50%;
	float: left;
	display: inline-block;
	text-align: center;
}
.footer_logo {
	padding: 16px 5px 16px 5px;
	width: 53%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.footer_logo a {
	display: inline-block;
}
.address {
	padding: 3px 0 16px 0;
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
.address address {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #033056;
	font-style: normal;
}
.call {
	padding: 16px 5px 16px 5px;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.call p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	color: #033056;
}
.call p a {
	color: #033056;
}
.fax {
	padding: 16px 5px 16px 5px;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.fax p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	color: #033056;
}
.fax p a {
	color: #033056;
}
.footer_rt h3 {
	margin: 0 0 40px 0;
	display: inline-block;
	border-bottom: 3px solid #b92e2c;
	font-family: 'Slabo 27px', serif;
	font-size: 29px;
	line-height: 31px;
	font-weight: 400;
	color: #033056;
}
.social_icons {
	display: block;
}
.social_icons ul {
	display: block;
}
.social_icons ul li {
	display: inline-block;
	padding: 0 20px;
}
.social_icons ul li a {
	display: inline-block;
}
.social_icons ul li a img {
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.social_icons ul li a img:hover {
	opacity: 0.7;
}
.footer_bot {
	padding: 18px 5px 18px 5px;
	text-align: center;
	background-color: #ecf2f6;
}
.footer_bot p {
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #033056;
}
.copy {
	background-color: #b92e2c;
}
.copy_in {
	padding: 29px 20px;
}
.copy p {
	padding: 0;
	font-family: 'Slabo 27px', serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #ffffff;
}
/*--inner page here --*/
.banner_inner .logo a img {
	width: 360px;
}
.banner_inner .logo {
	padding: 0 0 16px 0;
}
.banner_inner h1 {
	font-size: 26px;
	line-height: 28px;
}
.maincnt_in {
	padding: 58px 0 0 0;
}
.main_lt {
	padding: 0 70px 0 10px;  
	width: calc(100% - 320px);
	-moz-width: calc(100% - 320px);
	-ms-width: calc(100% - 320px);
	-o-width: calc(100% - 320px);
	-webkit-width: calc(100% - 320px);
	float: left;
}
.main_rt {
	width: 320px;
	float: right;
	list-style: none;
}



.widgettitle {

	display: none;

}

fieldset {
	padding: 0 19px 0 0;
}
fieldset h4 {
	padding: 0 0 28px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #42a2ff;
}
fieldset ul {
	padding: 0 0 17px 0;
	margin: 0 -7px;
}
fieldset ul li {
	padding: 12px 7px;
	width: 50%;
	display: inline-block;
	float: left;
}
fieldset ul li p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
fieldset ul li p input {
	padding: 15px 15px;
	width: 100%;
	outline: 0 none;
	border: 1px solid #7a7a7a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #274c6a;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0;
}
fieldset textarea {
	padding: 14px 18px;
	margin: 0 0 26px 0;
	width: 100%;
	height: 186px;
	resize: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #274b6a;
	border: 1px solid #7a7a7a;
	outline: 0 none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 0;
}
.radio_btns {
	padding: 30px 0px;
	margin: -5px 0 45px 0;
	border-top: 1px solid #dee8f0;
	border-bottom: 1px solid #dee8f0;
	text-align: center;
}
.radio_btns p {
	padding: 0 0 0 70px;
	width: 271px;
	display: inline-block;/*float:left*/
	;
	text-align: left;
}
.radio_btns p label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #274b6a;
	margin-left: 5px;
}
.radio_btns .custom-radio input {
	opacity: 0;
}
fieldset input[type="submit"] {
	padding: 23px 0;
	margin: 0 auto 70px auto;
	width: 234px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
	background-color: #1c95ba;
	border: 0 none;
	outline: 0 none;
	border-radius: 45px;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
fieldset input[type="submit"]:hover {
	background-color: #14708c;
}
.radio_btns .custom-radio label {
	padding: 5px 0 5px 50px;
	background: url(../images/radio_uncheck.png) no-repeat left center;
}
.radio_btns .custom-radio label.checked {
	background: url(../images/radio_check.png) no-repeat left center;
}
.article_inner h3 {
	padding: 25px 0 20px 0;
}
.article_inner p {
	padding: 0 0 23px 0px;
	line-height: 30px;
}
.article_inner figure {
	padding: 28px 0 42px 0;
}
.kathy {
	padding: 20px 0 59px 0;
	display: table;
	width: 100%;
	height: 100%;
}
.kathy_lt {
	padding: 0 15px 0 15px;
	display: table-cell;
	width: 14.5%;
	vertical-align: middle;
	text-align: center;
}
.kathy_rt {
	padding: 0 15px 0 15px;
	display: table-cell;
	width: 85.5%;
	vertical-align: top;
}
.kathy_rt i {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60px;
	line-height: 66px;
	font-weight: normal;
	color: #b92e2c;
}
.appointment {
	padding: 8px 0 0 0;
}
.appointment figure {
	padding: 0 17px 0 10px;
	float: left;
	display: inline-block;
}
.appointment h3 {
	padding: 8px 0 8px 0;
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #0191ff;
}
.appointment ul {
	padding: 7px 0 23px 0;
}
.appointment ul li {
	padding: 0 10px 0 0;
	display: inline-block;
}
.appointment ul li a {
	display: inline-block;
}
.appointment ul li a img {
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.appointment ul li a img:hover {
	opacity: 0.7
}
.appointment p {
	padding: 0 0 0 10px;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #083358;
}
img.best {
    width: 54%;
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact {
	padding: 20px 8px 58px 8px;
}
.contact p {
	padding: 0 0 0px 0;
	margin: 0 0 25px 0;
	text-align: center;
	position: relative;
}
.contact p:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #274c6a;
	z-index: -1;
}
.contact p span {
	display: inline-block;
	width: 100px;
	background-color: #fff;
}
.contact strong {
	padding: 0 0 30px 0;
	display: block;
	text-align: center;
}
.contact strong a {
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 29px;
	line-height: 32px;
	font-weight: bold;
	color: #0191ff;
}
.contact > a {
	padding: 18px 5px;
	display: block;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	background-color: #a1c570;
}
.cta_inner ul li {
	padding: 8px 0 8px 0;
}
.cta_inner .cta_cnt {
	display: block;
	min-height: 160px;
}
.cta_inner .cta_cnt .icon {
	display: inline-block;
	float: left;
	text-align: left;
	width: 70px;
}
.cta_inner .cta_cnt .icon img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
}
.cta_inner .cta_cnt .cta_sub {
	padding: 0 15px 0 15px;
	display: block;
	width: 100%;
}
.cta_inner .cta_cnt .cta_sub h2 {
	padding: 5px 0 16px 0;
	font-size: 18px;
}
.cta_inner .family .cta_sub h2 {
	padding: 5px 0 20px 0;
}
.cta_inner .civil .cta_sub h2 {
	padding: 5px 0 20px 0;
}
.explore_inner.explore_in {
	padding: 0 0 40px 0;
}
	
::-webkit-input-placeholder {
color: #274c6a;
opacity: 1 !important;
}
:-moz-placeholder {
color: #274c6a;
}
::-moz-placeholder {
color: #274c6a;
}
:-ms-input-placeholder {
color: #274c6a;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */  
	::i-block-chrome, .footer_logo {
width:52.5%;
}
	::i-block-chrome, .call {
width:49.5%;
}
	::i-block-chrome, .main_lt {
width:884px;
}
}
.banner_inner .figure_mobile {
	display: none;
}
.page_list {
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 30px;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	font-weight: 400;
	color: #274b6a;
	letter-spacing: -0.5px;
	list-style-type: none;
}
.page_list li {
	height: auto;
	padding: 15px;
}
.page_list li:before {
	content: "\2023 \0020";
	color: #d34341;
}
.page_list li:nth-child(odd) {
	background-color: #f4f6f9;
}
.page_list li:nth-child(even) {
	background-color: #FFF;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 120px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(185, 46, 44, 0.65) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #b92e2c;
  opacity: 1;
}


@media(max-width:1224px) {
	.address {
		padding: 16px 10px;
	}
	.logo {
		padding: 0 0 10px 0;
		width: 60%;
		margin: 0 auto;
	}
	.board_rt {
		padding: 55px 45px 0 45px;
	}
	.call p {
		font-size: 20px;
		line-height: 24px;
	}
	.fax p {
		font-size: 20px;
		line-height: 24px;
	}
	.footer_rt h3 {
		font-size: 27px;
	}
	.kathy_rt i {
		font-size: 45px;
		line-height: 50px;
	}
	.maincnt_in {
		padding: 58px 10px 0 10px
	}
	.main_lt {
		padding: 0 30px 0 10px;
	}
	.radio_btns p {
		width: auto;
		padding: 0 10px;
	}
	}
	
	@media only screen and (min-width: 1024px) {
	  .cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	  }
	}
	
	@media(max-width:992px) {
	/*-- header --*/
	nav ul li a {
		padding: 20px 30px;
	}
	nav ul li ul li a {
		padding: 20px 10px 20px 30px
	}
	/*--banner --*/
		/*-- cta--*/
	.cta {
		padding: 15px 10px 15px 10px;
		margin-top: -60px;
	}
	.cta_cnt {
		padding: 15px 0 15px 0;
	}
	.cta .cta_sub h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.cta .cta_sub p {
		font-size: 12px;
		line-height: 14px;
	}
	.icon figure img {
		width: 40px;
	}
	article p {
		padding: 0 10px 20px 10px;
	}
	/*-- court --*/
	.court_in p {
		font-size: 30px;
		line-height: 40px;
	}
	.court_in h4 {
		font-size: 22px;
		line-height: 24px;
	}
	.court_in h5 {
		font-size: 18px;
		line-height: 20px;
	}
	.court figure {
		height: 350px;
		position: relative;
		overflow: hidden;
	}
	.court figure img {
		position: absolute;
		width: auto;
		max-width: none;
		height: 350px;
		left: -8%;
	}
	/*-- board --*/
	.board_rt {
		padding: 45px 20px 0 20px;
	}
	.board_rt p {
		padding: 0 0 20px 0;
		margin: 0 0 15px 0;
		line-height: 20px;
	}
	.board_rt figure img {
		width: 95px;
	}
	/*--set --*/
	.set_lt {
		padding: 25px 15px 10px 15px
	}
	.set_lt h3 {
		padding: 0 0 10px 0;
	}
	.set_lt p {
		line-height: 20px;
	}
	/*-- explore --*/
	.explore_in {
		padding: 0 0 40px 0;
	}
	.explore_in ul li {
		padding: 2px 10px;
	}
	/*-- footer top -- */
	.footer_in {
		padding: 20px 0;
	}
	.footer_logo {
		width: 47%;
	}
	.address {
		width: 53%;
	}
	.address address {
		font-size: 15px;
		line-height: 17px;
	}
	.footer_rt {
		padding: 25px 0 0 0;
	}
	.footer_rt h3 {
		font-size: 21px;
		line-height: 24px;
		margin: 0 0 25px 0;
	}
	.call p, .fax p {
		font-size: 14px;
		line-height: 18px;
	}
	.footer_bot p {
		font-size: 13px;
		line-height: 16px;
	}
	/*-- inner --*/
	.maincnt_in {
		padding: 30px 10px 0 10px;
	}
	fieldset {
		padding: 0 0 0 0;
	}
	fieldset h4 {
		padding: 0 0 15px 0;
	}
	.radio_btns {
		padding: 20px 0;
		margin: 0px 0 30px 0;
	}
	fieldset ul li {
		width: 100%;
		float: none;
		display: block;
	}
	fieldset ul li p input {
		padding: 10px 15px;
	}
	fieldset textarea {
		padding: 10px 15px;
		margin-bottom: 20px;
		height: 130px;
	}
	fieldset input[type="submit"] {
		margin-bottom: 30px;
		padding: 10px 0;
		width: 140px;
	}
	.article_inner p {
		padding: 0 0 20px 0;
		line-height: 30px;
	}
	.article_inner figure {
		padding: 20px 0;
	}
	.kathy {
		padding: 20px 0 40px 0;
	}
	.kathy_lt {
		width: 20%;
	}
	.kathy_rt {
		width: 80%;
	}
	.kathy_rt i {
		font-size: 27px;
		line-height: 32px;
	}
	}
	
	@media(max-width:767px) {
	.header_mobile {
		display: block;
	}
	nav {
		display: none;
	}
	nav ul li {
		display: block;
		float: none;
		text-align: left;
	}
	.nav ul li:hover ul {
		display: none;
	}

	nav > ul > li > a {
	}
	nav > ul > li.active > a {
		background-color: #d34341;
	}

	nav ul li ul {
		position: static;
		display: none;
	}
	nav ul li ul li a {
		padding: 10px 40px;
	}
	.logo {
		padding: 0 0 2px 0;
		width: 60%;
		margin: 0 auto;
	}
	.logo a img {
		width: 430px;
	}
	h1 {
		font-size: 26px;
		line-height: 29px;
	}
	/*-- cta --*/
	.cta {
		margin-bottom: 15px;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0px;
	}
	.cta ul li {
		padding: 1px 0 1px 0;
		width: 100%;
	}
	.icon {
		width: 70px !important;
	}
	.cta .cta_sub h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.cta .cta_sub p {
		font-size: 14px;
		line-height: 16px;
	}
	.probate .cta_sub {/*width:70%;*/;
		width: auto;
	}
	.cta_sub {
		width: auto;
	}
	.icon figure img {
		width: auto;
	}
	.houstonian {
		padding: 0 0 30px 0;
	}
	.houstonian span {
	}
	.houstonian_lt {
		width: 100%;
		display: block;
	}
	.houstonian_rt {
		width: 100%;
		display: block;
	}
	.article_lt figure {
		width: 25%;
	}
	article h3 {
		padding: 0 10px 15px 10px;
		font-size: 24px;
		line-height: 26px;
	}
	article p {
		padding: 0 10px 15px 10px;
		font-size: 16px;
		line-height: 20px;
	}
	/*-- court --*/
	.court figure img {
		left: -30%
	}
	.court_in p br {
		display: none;
	}
	.court_in p {
		font-size: 22px;
		line-height: 26px;
	}
	.court_in h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.court_in h5 {
		font-size: 16px;
		line-height: 18px;
	}
	/*-- board --*/
	.board_lt {
		display: none;
	}
	.board_rt {
		padding: 20px 15px 15px 15px;
		float: none;
		display: block;
		width: auto;
		max-width: 350px;
		margin: 0 auto;
	}
	/*-- set -*/
	.set_lt {
		padding: 60px 15px 60px 15px;
		width: 100%;
		float: none;
		display: block;
	}
	.set_lt h3 {
		font-size: 24px;
		line-height: 26px;
	}
	.set_rt {
		width: 100%;
		float: none;
		display: block;
	}
	/*-- explore --*/
	.explore_in ul li {
		width: 100%;
		padding: 2px 0;
	}
	.explore_in h2 {
		font-size: 26px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.explore_in ul li a {
		padding: 15px 15px 15px 74px;
		font-size: 16px;
		line-height: 18px;
	}
	.explore_in {
		padding: 20px 0 20px 0
	}
	/*--footer top --*/
	.footer_in {
		padding: 0 0 0 0;
	}
	.footer_top {
		padding: 0 0 0 0;
	}
	.footer_lt {
		width: 100%;
		display: block;
		float: none;
	}
	.footer_rt {
		padding: 20px 0 20px 0;
		width: 100%;
		display: block;
		float: none;
	}
	.footer_logo {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.address {
		width: 100%;
		display: block;
		background-color: #ecf2f6;
	}
	.address address {
		text-align: center;
	}
	.call p, .fax p {
		font-size: 16px;
		line-height: 20px;
	}
	.footer_bot p br {
		display: none;
	}
	.copy_in {
		padding: 10px 10px 10px 10px;
	}
	.copy p {
		padding: 5px 5px;
		font-size: 16px;
		line-height: 18px;
		display: block;
		float: none;
		text-align: center;
	}
	/*-- inner --*/
	.banner_inner .logo a img {
		width: 250px;
	}
	.banner_inner h1 {
		font-size: 20px;
		line-height: 22px;
	}
	/*.banner.banner_inner	> figure		{height:156px; position:relative;overflow:hidden;}
		.banner.banner_inner	> figure img	{position:absolute;left:0;top:0;width:auto;height:100%;max-width:none;}*/
	.banner_inner .logo {
		padding: 0 0 6px 0;
	}
	.maincnt_in {
		padding: 20px 10px 0 10px
	}
	.main_lt {
		width: 100%;
		float: none;
	}
	.main_rt {
		width: 100%;
		float: none;
	}
	fieldset ul {
		padding: 0 0 10px 0;
	}
	fieldset ul li {
		padding: 5px 7px;
	}
	.radio_btns .custom-radio label {
		padding: 5px 0 5px 35px;
		background-size: 20px 20px;
	}
	.radio_btns .custom-radio label.checked {
		background-size: 20px 20px;
	}
	.radio_btns {
		padding: 10px 0;
	}
	.article_inner p {
		padding: 0 0 15px 0;
		line-height: 20px;
	}
	.article_inner figure {
		padding: 10px 0;
	}
	.kathy {
		padding: 20px 0 20px 0;
	}
	.cta_inner .cta_cnt {
		min-height: 1px;
	}
	.cta_inner .cta_cnt {
		display: table;
	}
	.cta_inner .cta_cnt .icon {
		display: table-cell;
		float: none;
		width: 25%;
	}
	.cta_inner .cta_cnt .cta_sub {
		padding: 0 5px;
		display: table-cell;
		width: auto;
	}
	.cta_inner .cta_cnt .cta_sub h2 {
		padding: 5px 0 7px 0 !important;
		font-size: 18px;
		line-height: 22px;
	}
	.cta_inner .cta_cnt .icon img {
	}
	.explore_inner.explore_in {
		padding: 20px 0 20px 0;
	}
	.contact {
		padding: 20px 0 20px 0;
	}
	.contact p {
		margin: 0 0 15px 0;
	}
	.contact strong {
		padding: 0 0 20px 0;
	}
	.contact strong a {
		font-size: 24px;
		line-height: 26px;
	}
	.footer_bot {
		padding: 18px 10px 18px 10px;
	}
	.cta_inner .cta_sub p {
		font-size: 14px;
		line-height: 18px;
	}
	.banner.banner_inner > figure {
		display: none;
	}
	.banner.banner_inner .figure_mobile {
		display: block;
	}
	.eql {
		height: inherit !important;
	}
		
		.cd-top {
		right: 20px;
		bottom: 20px;
	  }
		
	}
	
	@media(max-width:599px) {
	/*.banner figure {height:250px;position:relative;overflow:hidden;}
		.banner figure img{position:absolute;width:auto;height:100%;max-width:none;}*/
		
	.court figure img {
		left: -50%;
	}
	/*-- INNER PAGE --*/
		/*.banner.banner_inner	> figure img{left:-20%;}*/
	.cta {
		margin-top: -50px;
	}
	.cta_inner .icon {
		width: 60px !important;
	}
	}
	
	@media(max-width:479px) {
	h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.cta {
		margin-top: -30px;
	}
	.cta_sub h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.cta_sub p {
		font-size: 14px;
		line-height: 16px;
	}
	
	/*    Responsive Banner Image
		
	.banner_cell {
		width: 100%;
		padding: 0;
	}
	.banner_img {
			display:none;
	}  
	*/    
		
	/*.icon figure img{width:40px;}*/	
	article h3 {
		font-size: 18px;
		line-height: 20px;
	}
	article p {
		font-size: 14px;
	}
	.article_lt figure {
		width: 110px;
	}
	/*-- court --*/
	.court figure img {
		left: -70%;
	}
	/*-- board --*/
	.board_rt h4 {
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		font-size: 18px;
		line-height: 20px;
	}
	.board_rt p {
		font-size: 14px;
	}
	/*-- set --*/
	.set_lt h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.set_lt p {
		font-size: 14px;
	}
	/*-- explore --*/
	.explore_in h2 {
		font-size: 20px;
		line-height: 22px;
	}
	/*-- footer top --*/
	.call {
		padding: 10px 5px;
		width: 100%;
		display: block;
	}
	.call p {
		font-size: 16px;
		line-height: 18px;
	}
	.fax {
		padding: 10px 5px;
		width: 100%;
		display: block;
	}
	.fax p {
		font-size: 16px;
		line-height: 18px;
	}
	.footer_rt h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 20px 0;
	}
	.copy p {
		font-size: 12px;
		line-height: 14px;
	}
	/*- inner page -*/
		/*.banner.banner_inner	> figure img{left:-200px;}*/
	.appointment h3 {
		font-size: 18px;
	}
	.appointment p {
		font-size: 14px;
	}
	.kathy_lt {
		width: 25%;
	}
	.kathy_rt {
		width: 75%;
	}
	.kathy_rt i {
		font-size: 16px;
	}
	/*.banner figure img{left: -150px;}*/
	}
	
	@media(min-width:768px) {
	nav {
		display: block !important;
	}
	}
	