@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,700italic,500italic,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body, button, input, textarea, select{
	color: #000;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button{
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-image-size-adjust: none;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
	vertical-align: baseline;
	line-height: normal;
	position: relative;
}
html,body{
	width: 100%;
	background-color: #fff;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
.clear_after:after {
	clear:both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
/* End Global CSS */



/* ! all */
/*body{
	min-width: 1024px;
}*/
.content{
	position: relative;
	width: 1024px;
	/*max-width: 1024px;*/
	margin: 0 auto;
}



/* ! Header */
.header {
	position: relative;
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #007c97;
	width: calc(50% - 512px);
	height: 100%;
}
.header .logo_box{
	position: absolute;
	top: 0;
	left: calc(50% - 512px);
	background: #007c97;
	height: 100%;
	padding: 15px 52px 13px 138px;
	z-index: 5;
}
.header .logo_box a{
	display: block;
	text-decoration: none;
	color: #fff;
	height: 100%;
}
.header .top_box{
	background: #007c97;
}
.header .contact_box{
	float: right;
	padding: 24px 134px 17px;
}
.header .contact_box .tel_box{
	float: left;
	border-right: 1px solid #032f3e;
	padding: 0 16px;
	font-family: 'Lato', sans-serif;
}
.header .contact_box .tel_box span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fcf9ce;
	line-height: 28px;
	padding-left: 21px;
	position: relative;
}
.header .contact_box .tel_box span:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../images/tel_icon.png) no-repeat center;
	width: 13px;
	height: 15px;
}
.header .contact_box .social_box{
	float: left;
	border-right: 1px solid #032f3e;
	padding: 4px 5px 3px;
}
.header .contact_box .social_box a.icon {
    text-indent: -999999px;
    background: url(../images/social_icon.png) no-repeat left bottom;
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin: 0 9px;
}
.header .contact_box .social_box a.google_plusone {
	background-position: -21px bottom;
}
.header .contact_box .social_box a.icon:hover {
	background-position: left top;
}
.header .contact_box .social_box a.google_plusone:hover {
	background-position: -21px top;
}
.header .bottom_box{
	background: #032f3e;
}
.header .menu_box{
	padding: 0 0 0 331px;
}
.header .menu_box ul{
	padding: 0 10px;
}
.header .menu_box ul li{
	position: relative;
	float: left;
}
.header .menu_box ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0 34px;
	line-height: 60px;
	display: block;
}
.header .menu_box ul li.selected a,
.header .menu_box ul li:hover a{
	color: #ab987a;
}



/* ! Footer */
.footer{
	background-color: #032f3e;
}
.footer .content{
	padding: 0 150px;
}
.footer .copyright{
	float: left;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	padding: 25px 0;
}
.footer .social_box {
	float: right;
	padding: 23px 14px 20px;
}
.footer .social_box a.icon {
    text-indent: -999999px;
    background: url(../images/social_icon2.png) no-repeat left bottom;
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin: 0 9px;
}
.footer .social_box a.google_plusone {
	background-position: -21px bottom;
}
.footer .social_box a.icon:hover {
	background-position: left top;
}
.footer .social_box a.google_plusone:hover {
	background-position: -21px top;
}



/* ! Body */



/* ! Home Page */
/* ! First Slider */
#home .top_img{
	width: 100%;
	height: 512px;
	background: url(../images/slides/home_top_img.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#home .top_img.interior {
  height: 200px;
}
#home .top_img .content{
	display: table;
	height: 100%;
	text-align: center;
}
#home .top_img .boxer{
	display: table-cell;
	vertical-align: middle;
}
#home .top_img .text_box{
	width: 420px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.63);
	border: 4px solid #007c97;
	text-align: center;
	padding: 20px 40px;
}
#home .top_img .text_box h2{
	font-weight: 700;
	font-size: 36px;
	color: #032f3e;
	text-transform: uppercase;
}
#home .top_img .text_box h5{
	font-weight: 300;
	font-size: 16.75px;
	color: #032f3e;
	text-transform: uppercase;
}
/* ! Second Slider */
#home .top_img2{
	width: 100%;
	height: 512px;
	background: url(../images/slides/usflag.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#home .top_img2.interior {
  height: 200px;
}
#home .top_img2 .content{
	display: table;
	height: 100%;
	text-align: center;
}
#home .top_img2 .boxer{
	display: table-cell;
	vertical-align: middle;
}
#home .top_img2 .text_box{
	width: 420px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.63);
	border: 4px solid #007c97;
	text-align: center;
	padding: 20px 40px;
}
#home .top_img2 .text_box h2{
	font-weight: 700;
	font-size: 36px;
	color: #032f3e;
	text-transform: uppercase;
}
#home .top_img2 .text_box h5{
	font-weight: 300;
	font-size: 16.75px;
	color: #032f3e;
	text-transform: uppercase;
}
/* ! Third Slider */
#home .top_img3{
	width: 100%;
	height: 512px;
	background: url(../images/slides/tennessee_flag.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#home .top_img3.interior {
  height: 200px;
}
#home .top_img3 .content{
	display: table;
	height: 100%;
	text-align: center;
}
#home .top_img3 .boxer{
	display: table-cell;
	vertical-align: middle;
}
#home .top_img3 .text_box{
	width: 420px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.63);
	border: 4px solid #007c97;
	text-align: center;
	padding: 20px 40px;
}
#home .top_img3 .text_box h2{
	font-weight: 700;
	font-size: 36px;
	color: #032f3e;
	text-transform: uppercase;
}
#home .top_img3 .text_box h5{
	font-weight: 300;
	font-size: 16.75px;
	color: #032f3e;
	text-transform: uppercase;
}

/* ! END Third Slider */


#home .practice_box{
	position: relative;
	background: #f8f9fb;
	padding: 70px 0 75px;
}
#home .practice_box:before{
	content: '';
	position: absolute;
	top: -22px;
	left: calc(50% - 56px);
	background: url(../images/home_practice_icon.png) no-repeat center;
	width: 113px;
	height: 25px;
}
#home .practice_box h4{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #007c97;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 26px;
	position: relative;
}
#home .practice_box h4:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	height: 2px;
	width: 20px;
	background-color: #ab987a;
}
#home .practice_box h6{
	font-weight: 300;
	font-size: 15px;
	color: #616161;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
#home .practice_box h6 span{
	padding: 0 12px;
}
#home .practice_box p{
	font-weight: 300;
	font-size: 15px;
	color: #616161;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 40px;
}
#home .practice_box .boxer {
	text-align: center;
}
#home .practice_box .boxer .box{
	width: 105px;
	display: inline-block;
	position: relative;
}
#home .practice_box .boxer .box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 9px);
	height: 2px;
	width: 18px;
	background-color: #cabfae;
}
#home .practice_box .boxer .box:nth-child(2){
	margin: 0 160px;
}
#home .practice_box .boxer .box .icon{
	width: 105px;
	margin: 0 auto 12px;
}
#home .practice_box .boxer .box .icon span{
	display: block;
}
#home .practice_box .boxer .box h6{
	font-weight: 700;
	font-size: 12px;
	color: #032f3e;
	text-transform: uppercase;
	height: 46px;
	overflow: hidden;
	position: relative;
}
#home .attorney_box .photo_box{
	width: 50%;
	height: 376px;
	float: left;
	background: url(../images/attorney_photo.jpg) no-repeat center;
	background-size: cover;
}
#home .attorney_box .text_box{
	float: left;
	height: 376px;
	width: 50%;
	padding: 100px 60px 20px;
	background: url(../images/home_attorney_bg.png) no-repeat right bottom 45px #032f3e;
}
#home .attorney_box .text_box .box{
	width: 280px;
}
#home .attorney_box .text_box .box h2{
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#home .attorney_box .text_box .box h2 span{
	display: block;
}
#home .attorney_box .text_box .box p{
	font-weight: 700;
	font-size: 11.5px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}
#home .attorney_box .text_box .box .text{
	padding-left: 46px;
	position: relative;
}
#home .attorney_box .text_box .box .text:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/home_attorney_icon.png) no-repeat center;
	width: 27px;
	height: 23px;
}
#home .member_box{
	padding: 50px 0 90px;
	border-bottom: 3px solid #ab987a;
	background: url(../images/home_member_bg.png) no-repeat center bottom;
}
#home .member_box h4{
	text-align: center;
	font-weight: 700;
	color: #007c97;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 45px;
	position: relative;
}
#home .member_box h4:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	height: 2px;
	width: 20px;
	background-color: #b19f83;
}
#home .member_box .boxer{
	text-align: center;
}
#home .member_box .boxer .center_box{
	display: inline-block;
}
#home .member_box .boxer .center_box .box{
	float: left;
}
#home .member_box .boxer .center_box .box a{
	display: block;
	margin: 0 20px 30px;
}
#home .about_contact{
	background: url(../images/home_about_contact_bg.jpg) repeat-x center top #007c97;
	border-top: 23px solid #0d3542;
	padding: 35px 0 70px;
}
#home .about_contact .about_box{
	float: left;
	padding-left: 160px;
	width: 316px;
}
#home .about_contact .about_box .logo{
	display: block;
	margin-bottom: 20px;
}
#home .about_contact .about_box .logo img{
	display: block;
}
#home .about_contact .about_box p{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
#home .about_contact .contact_box{
	width: 392px;
	padding: 12px 50px 0 82px;
	float: left;
}
#home .about_contact .contact_box h5 {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 14px;
	position: relative;
}
#home .about_contact .contact_box h5:before {
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #7d9182;
}
#home .about_contact .contact_box h6{
	font-weight: 700;
	color: #032f3e;
	font-size: 16px;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
}
#home .about_contact .contact_box p{
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
}

#home .our-firm-content-div .photo_box{	width: 40%;	height: 260px;	float: right;	background: url(../images/attorney_photo.jpg) no-repeat center;	background-size: cover;}

#home .our-firm-content-div{width:80%;margin:0 auto;/*border:1px solid black;*/padding-top:20px;} 

.our-firm-content{ width:60%; float:left; /*border:1px solid red;*/ padding-bottom:12px;}

#home.our-firm-content p{text-align:left;font-family: 'Lato', sans-serif;margin-bottom: none;font-size: 15px;}

.content-2{width:80%;margin:0 auto;}

.bx-pager-link{
background-image: url(../images/pager-img.png);
background-repeat:no-repeat;
}

.bx-pager-item .active{
background-image: url(../images/active-pager.png);
background-repeat:no-repeat;
}

.bx-pager-link {
    color: transparent;
}

.bx-controls.bx-has-pager {
	position:absolute;
	top:50%;
	right:20px;
}

.bx-wrapper {
    position: relative;
}

.contact-form-div {
	
width:80%;
margin:0 auto;



}

.contact-form {
	
width:60%;
margin:0 auto;
text-align:center;


}

.contact-form-div h3{
margin:0 auto;
text-align:center;
font-family: 'Lato';
color:#0083A7;
}

.contact-info-div {
  position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

#home .practice_box1{
	position: relative;
	background: #f8f9fb;
	padding: 70px 0 75px;
}
#home .practice_box1:before{
	content: '';
	position: absolute;
	top: -22px;
	left: calc(50% - 56px);
	background: url(../images/home_practice_icon.png) no-repeat center;
	width: 113px;
	height: 25px;
}
#home .practice_box1 h4{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #007c97;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 26px;
	position: relative;
}
#home .practice_box1 h4:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	height: 2px;
	width: 20px;
	background-color: #ab987a;
}
#home .practice_box1 h6{
	font-weight: 300;
	font-size: 15px;
	color: #616161;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
#home .practice_box1 h6 span{
	padding: 0 12px;
}
#home .practice_box1 p{
	font-weight: 300;
	font-size: 18px;
	color: #616161;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 8px;
}
#home .practice_box1 .boxer {
	text-align: center;
}
#home .practice_box1 .boxer .box{
	width: 105px;
	display: inline-block;
	position: relative;
}
#home .practice_box1 .boxer .box:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 9px);
	height: 2px;
	width: 18px;
	background-color: #cabfae;
}
#home .practice_box1 .boxer .box:nth-child(2){
	margin: 0 160px;
}
#home .practice_box1 .boxer .box .icon{
	width: 105px;
	margin: 0 auto 12px;
}
#home .practice_box1 .boxer .box .icon span{
	display: block;
}
#home .practice_box1 .boxer .box h6{
	font-weight: 700;
	font-size: 12px;
	color: #032f3e;
	text-transform: uppercase;
	height: 46px;
	overflow: hidden;
	position: relative;
}
.submit-btn > input {
    background-color: #0083a7;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    font-family: "Lato";
    font-weight: bold;
    padding: 10px 20px;
}
.fields input {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    padding: 10px;
    width: 100%;
}
.message-filed textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    height: 135px;
}
 .content-2 > p {
    line-height: 20px;
}
 
.header .menu_box ul li:hover a{ color: #ab987a; }
 
.header .menu_box ul li.active a{ color: #ab987a; }