@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	/*-moz-osx-font-smoothing: grayscale;*/
}
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Droid Serif', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: #666;
	font-weight: 400;
}
a {
	outline: none;
	text-decoration: none;
	color: #5b5551;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	color: inherit;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Droid Serif', serif;
}
::-webkit-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
button::-moz-focus-inner{border: 0;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
p{
	margin: 0 0 10px 0;
	padding: 0;
}
strong{
	font-weight: 700;
	font-family: 'Droid Serif', serif;
}
label{font-weight: normal;}
.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
.header-top{
	background:#010101;
	padding:28px 0 26px 0;
}
.logo{
	padding:0 0 0 10px;
}
.header-top-right{
	text-align:right;
	padding-top:7px;
}
.header-top-right a{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:0 20px 0 15px;
	border-right:1px solid #737373;
}
.header-top-right a:last-child{
	padding-right:0;
	border:0;
}
.header-top-right a span{
	display:block;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px;
}
header{
	z-index:123;
	position:relative;
	height:60px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.header-warp{
	background:#f5f5f5;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
header.fixed .header-warp{
	position:fixed;
	width:100%;
	left:0;
	top:0;
}
.logo-2{
	float:left;
	padding:10px 29px 0 0;
	display:none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
header.fixed .logo-2{
	display:block;
}
.nav-warp{
	float:left;
	padding:19px 0 0 0;
}
.nav-warp > ul > li{
	float:left;
	padding:0 18px;
}
.nav-warp > ul > li:first-child{
	padding-left:0;
}
.nav-warp > ul > li > a{
	color:#333333;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	display:block;
	padding-bottom:18px;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nav-warp > ul > li.current-menu-item > a, .nav-warp > ul > li.current-menu-parent > a, .nav-warp > ul > li > a:hover{
	border-bottom:3px solid #a93928;
}
/*header.fixed .nav-warp > ul > li > a{
	color:#ffffff;
}*/
.nav-warp > ul > li:hover ul{
	display:block;
}
.nav-warp > ul > li > ul{
	border:1px solid #e1e1e1;
	border-radius:0;
	box-shadow:none;
	left:17px;
	margin:0 0 0 0;
	padding-bottom:0;
}
.nav-warp > ul > li > ul li a{
	color:#333333;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:14px;
	padding:10px 20px 13px 20px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nav-warp > ul > li > ul li a:hover{
	background:#a93928;
	color:#fff;
}
header .row{
	position:relative;
}
.header-search{
	text-align:right;
	padding:12px 0;
}
.header-search a{
	display:inline-block;
	border:2px solid #666666;
	border-radius:100%;
	width:36px;
	height:36px;
	text-align:center;
	font-size:16px;
	color:#666666;
	line-height:32px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.header-search a:hover{
	background:#666666;
	color:#fff;
}
.search-active{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
	display:none;
}
.search-active form{position:relative;}
.search-active input.search-field{
	width:100%;
	background:#fff;
	color:#666666;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px;
	border:1px solid #e6e6e6;
	padding:12px 130px 12px 12px;
	height:60px;
}
.search-active input.search-field:focus{
	border-color:#a93928;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.search-active input.search-field::-webkit-input-placeholder{color:#666666; opacity:1;}
.search-active input.search-field::-moz-placeholder{color:#666666; opacity:1;}
.search-active input.search-field::-ms-input-placeholder{color:#666666; opacity:1;}
.search-active input.search-field:focus::-webkit-input-placeholder{color:#333333; opacity:1;}
.search-active input.search-field:focus::-moz-placeholder{color:#333333; opacity:1;}
.search-active input.search-field:focus::-ms-input-placeholder{color:#333333; opacity:1;}
.search-active a.header-close{
	position:absolute;
	right:75px;
	top:20px;
	z-index:123;
	color:#999999;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
.search-active a.header-close:hover{
	color:#a93928;
}
.search-active input.submit{
	position:absolute;
	width:30px;
	height:24px;
	background:url(../images/header-search-icon.png) no-repeat center center;
	border-bottom:0;
	border-right:0;
	border-left:1px solid #666666;
	border-top:0;
	right:11px;
	top:17px;
}
.search-active input.submit:hover{
	background:url(../images/header-search-icon-hover.png) no-repeat center center;
}
.menu-icon{
	background:url(../images/menu-icon.png) transparent no-repeat;
	width:100px;
	height:30px;
	display:none;
}
.leftmenu {
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    width: 100%;
    z-index: 1200;
}
.leftmenu .close{
	position:absolute;
	left:210px;
	top:0px;
	width:32px;
	height:32px;
	border:2px solid #a93928;
	opacity:1;
	background:#fff;
	text-align:center;
	line-height:24px;
	font-size:16px;
	color:#a93928;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.leftmenu .close:hover{
	background:#a93928;
	color:#fff;
	border-color:#fff;
}
.leftmenu .wrap {
    height: 100%;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 210px;
	background:#f5f5f5;
}
.leftmenu.open {
    left: 0;
	top:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.leftmenu > ul{
	margin-bottom:40px;
}
.leftmenu .wrap > ul > li{
	position:relative;
}
.leftmenu .wrap > ul > li > a{
	display:block;
	position:relative;
	padding:8px 10px 12px;
	color:#333333;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.leftmenu .wrap > ul > li > ul > li > a{
	padding:8px 10px 12px 15px;
	color:#fff;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	border-bottom:1px solid #fff;
}
.leftmenu .dropdown-menu > li > a:hover, .leftmenu .dropdown-menu > li > a:focus{
	background-color:transparent;
}
.leftmenu .dropdown-toggle{
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 33px;
	z-index:123;
	/*background:#a93928;*/
	text-align:center;
}
.leftmenu .dropdown-toggle.open:before{
	content:"\f0d8";
}
.leftmenu .dropdown-toggle:before{
	content:"\f0d7";
	color:#a93928;
	font-family:'FontAwesome';
	font-size:22px;
	line-height:33px;
}
.leftmenu .wrap .dropdown-menu{
	position:relative;
	margin:0;
	width:100%;
	box-shadow:none;
	border-right:0;
	padding:0;
	border:0;
	border-radius:0;
	background:rgba(169,57,40,1);
}

.bg-slider{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	outline:none;
	z-index:-1;
}
.bg-slider .slick-slide{
	height:100vh;
    background-position: center center !important;
    background-size: cover !important;
}
.bg-slider .slick-slide > img{
	display:none !important;
}
.wide-range-warp{
	position:relative;
	text-align:center;
	padding-bottom:235px;
}
.wide-range-warp h1{
	position:relative;
	font-size:46px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-top:265px;
	padding:0 150px;
}
.wide-range-warp h1:before{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-2px;
	width:143px;
	height:5px;
	background:#ffffff;
}
.wide-range-warp h1:after{
	position:absolute;
	content:"";
	right:0;
	top:50%;
	margin-top:-2px;
	width:143px;
	height:5px;
	background:#ffffff;
}
.wide-range-warp span{
	font-size:22px;
	color:#fff;
	line-height:26px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	display:block;
	margin-top:24px;
	margin-bottom:48px;
}
.read-more-btn{
	text-align:center;
}
.read-more-btn a{
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0);
	border: solid 2px #fff;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:11px 39px 14px 39px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.read-more-btn a:hover{
	background:#fff;
	color:#010101;
}
.down-arrow{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
	text-align:center;
}
.down-arrow a{
	width:53px;
	height:53px;
	display:inline-block;
	border:2px solid #ffffff;
	border-radius:100%;
	text-align:center;
	font-size:25px;
	line-height:49px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.down-arrow a:hover{
	background:#fff;
	color:#010101;
}
.who-we-are-warp{
	text-align:center;
	position:relative;
	padding-bottom:235px;
	padding-top:400px;
	color:#fff;
	font-size:25px;
	line-height:36px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.who-we-are-warp p{
	max-width:945px;
	margin:0 auto 10px;
}
.who-we-are-warp .read-more-btn{padding-top:42px;}
.areas-of-practice-warp{
	padding-top:180px;
	padding-bottom:200px;
	position:relative;
}
.areas-of-practice-warp ul li{
	border-top:1px dashed #fff;
	text-align:center;
	height:60px;
	overflow:hidden;
	padding:14px 10px 17px 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.areas-of-practice-warp ul li:last-child{
	border-bottom:1px dashed #fff;
}
.areas-of-practice-warp ul li a{
	color:#fff;
	font-size:16px;
	line-height:26px;
	display:block;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.areas-of-practice-warp ul li a span{
	font-size:20px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	display:inline-block;
}
.areas-of-practice-warp-desc{
	max-width:770px;
	margin:0 auto;
	opacity:0;
	visibility:hidden;
	padding-top:18px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.areas-of-practice-warp ul li:hover .areas-of-practice-warp-desc{
	opacity:1;
	visibility:visible;
}
.areas-of-practice-warp ul li:hover{
	background:rgba(51,51,51,0.51);
	height:auto;
	overflow:auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-events-warp{
	padding-top:300px;
	padding-bottom:219px;
	text-align:center;
}
.news-events-warp h2{
	display:inline-block;
	padding:0 96px;
	color:#fff;
	font-size:46px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	margin-bottom:64px;
}
.news-events-warp h2:before{
	content:"";
	width:65px;
	height:5px;
	background:#fff;
	margin-top:-2px;
	position:absolute;
	left:0;
	top:50%;
}
.news-events-warp h2:after{
	content:"";
	width:65px;
	height:5px;
	background:#fff;
	margin-top:-2px;
	position:absolute;
	right:0;
	top:50%;
}
.news-events-warp ul li{
	text-align:left;
	margin-bottom:63px;
}
.news-events-date{
	font-size:14px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#fff;
	padding-bottom:17px;
}
.news-events-date a{
	color:#fff;
	padding:0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-events-date a:hover{
	color:#a93928;
	background:#ffffff;
}
.news-events-warp ul li > a{
	font-size:24px;
	line-height:35px;
	color:rgba(255,255,255,1);
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-events-warp ul li > a:hover{
	color:rgba(255,255,255,0.6);
}
footer{
	background-size:cover !important;
	background-position:center center !important;
}
footer > img{
	display:none;
}
footer h5{
	font-size:16px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:16px;
}
.footer-warp{
	background-color: rgba(169,57,40,.7);
	border: solid 1px #f47360;
	border-left:0;
	border-right:0;
}
.f-useful-link{
	min-height:203px;
	padding-top:37px;
	border-left:solid 1px #f47360;
	border-right:solid 1px #f47360;
}
.f-useful-link ul li{
	display:inline-block;
	width:48%;
	margin-bottom:6px;
}
.f-useful-link ul li a{
	display:inline-block;
	font-size:14px;
	line-height:15px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border-bottom:1px solid #fff;
	margin-right:10px;
}
.f-useful-link ul li a:hover{
	color:#010101;
	border:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f-contact{
	padding-top:37px;
	min-height:203px;
	border-right:solid 1px #f47360;
}
.f-contact-box{
	padding-left:0;
	/*background:url(../images/f-contact-icon.png) no-repeat 9px 0;*/
}
.f-contact-box ul li{
	margin-bottom:6px;
}
.f-contact-box ul li a{
	font-size:14px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.f-contact-box ul li a span{
	font-weight:700;
	display:inline-block;
	margin-right:4px;
}
.f-award{
	padding-top:37px;
	min-height:203px;
	border-right:solid 1px #f47360;
}
.f-award a{
	display:block;
	margin-bottom:10px;
}
.f-award-part-1{
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
	width:38%;
}
.f-award-part-2{
	display:inline-block;
	margin-right:6px;
	vertical-align:top;
	width:33%;
}
.f-award-part-3{
	display:inline-block;
	margin-right:6px;
	vertical-align:top;
	width:27%;
}
.copyright-warp{
	background:rgba(129,29,9,0.6);
	padding:20px 0;
	position:relative;
}
.copyright-warp-left{
	font-size:14px;
	line-height:26px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.copyright-warp-left a{
	color:#fff;
	border-bottom:1px solid #fff;
	margin:0 4px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copyright-warp-left a:hover{
	color:#010101;
	border:0;
}
.copyright-warp-right{
	text-align:right;
}
.copyright-warp-right a{
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	width: 36px;
	height: 36px;
	border:2px solid #fff;
	border-radius:100%;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:32px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copyright-warp-right .fa-google-plus{font-size:14px;}
.copyright-warp-right a:hover{
	background:#fff;
	color:#a93928;
}
.scroll-top-arrow{
    position: absolute;
    right: 20px;
    top: 20px;
}
.scroll-top-arrow a{
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 28px;
    text-align: center;
    width: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scroll-top-arrow a:hover{
	color:#a93928;
	background:#fff;
}
.inner-banner{
	background:#f2f0f0;
	text-align:center;
}
.inner-banner h1{
	color:#222222;
	text-transform:uppercase;
	font-size:46px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin:42px 0 45px 0;
}
.about-page{
	padding:73px 0 20px 0;
}
.about-us-warp{
	padding:0 0 60px 0;
}
.about-us-warp-right{
	font-size:16px;
	color:#222222;
	line-height:26px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	padding-left:28px;
}
.about-us-warp-right strong{font-weight:700;}
.why-choose-us-warp{
	background:#f7f7f7;
	padding:52px 0 12px 0;
}
.why-choose-us-warp h2{
	font-size:24px;
	line-height:31px;
	color:#333333;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:35px;
}
.why-choose-us-warp ul li{
	margin-bottom:30px;
	font-size:16px;
	line-height:25px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.why-choose-us-warp ul li h3{
	font-size:20px;
	line-height:24px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin:24px 0 22px 0;
}
.our-mission-vision-warp{
	padding:60px 0;
}
.our-mission-vision-warp-right{
	padding-left:28px;
	font-size:16px;
	line-height:25px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.our-mission-vision-warp-right h2{
	font-size:24px;
	line-height:35px;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:13px;
}
.our-mission-vision-warp-right ul{padding-top:6px;}
.our-mission-vision-warp-right ul li{
	position:relative;
	padding-left:31px;
	font-size:16px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:700;
	width:50%;
	float:left;
	margin-bottom:16px;
}
.our-mission-vision-warp-right ul li:before{
	content:"\f10c";
	font-family:'FontAwesome';
	font-size:16px;
	color:#a93928;
	position:absolute;
	left:0;
}
.areas-of-practice-page{
	padding:40px 0 50px 0;
}
.areas-of-practice-page ul li{
	margin-bottom:30px;
}
.areas-of-practice-page ul li a{display:block;}
.areas-of-practice-page ul li a:hover .overlay{
	background:rgba(169,57,40,0.8);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.areas-of-practice-box{
	position:relative;
	background-color: #000;
	border: solid 7px #a93928;
	overflow:hidden;
	height: 240px;
	background-size: cover !important;
	background-position: center center !important;
}
.areas-of-practice-box img{width:101%;}
.areas-of-practice-box .overlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:101%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.areas-of-practice-box .overlay h3{
	position:absolute;
	left:0;
	top:45%;
	right:0;
	bottom:0;
	margin:auto;
	font-size:24px;
	color:#ffffff;
	line-height:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}
.areas-of-practice-detail-banner{
	position:relative;
	height:450px;
	background-size:cover !important;
	background-position: center center !important;
}
.areas-of-practice-detail-banner > img{display:none;}
.areas-of-practice-detail-banner .overlay{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:91px;
	background:rgba(169,57,40,0.7);
	font-size:24px;
	color:#ffffff;
	line-height:34px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:10px 0 0 0;
}
.areas-of-practice-detail-banner .overlay .container{
	display: table;
	height: 100%;
	text-align: center;
}
.areas-of-practice-detail-banner .overlay p{margin:0; display: table-cell; vertical-align:middle;}
.areas-of-practice-detail{
	padding-bottom:63px;
}
.areas-of-practice-detail-left{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	padding-top:32px;
}
.areas-of-practice-detail-left h3{
	font-size:20px;
	line-height:24px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:7px 0;
}
.areas-of-practice-detail-left:after{
	width:2px;
	height:100%;
	background:#f2f0f0;
	content:"";
	position:absolute;
	right:-15px;
	top:0;
}
.areas-of-practice-detail-right{
	padding-top:39px;
}
.practice-areas-list{
	padding-bottom:20px;
}
.practice-areas-list h4{
	background:#f2f0f0;
	border-left:5px solid #a93928;
	padding:17px 10px 17px 23px;
	font-size:20px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.practice-areas-list ul{
	margin:21px 0 0 28px;
}
.practice-areas-list ul li{
	margin-bottom:14px;
}
.practice-areas-list ul li a{
	display:inline-block;
	position:relative;
	padding-left:22px;
	font-size:16px;
	color:#a93928;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.practice-areas-list ul li a:before{
	content: "\f18e";
	font-size:14px;
	font-family: 'FontAwesome';
	position:absolute;
	left:0;
}
.practice-areas-list ul li a:hover{
	color:#222222;
}
.our-team-page{
	padding:70px 0 79px 0;
}
.our-team{
	padding:30px 0 0 0;
}
.team-filter-btn{
	position:relative;
}
.team-filter{
	text-align:center;
	display:block;
}
.team-filter.collapse{
	display:block;
	visibility:visible;
}
.team-filter-btn .navbar-toggle{
	width:100%;
	margin:0;
	border:2px solid #ccc;
	float:none;
	color:#a93928;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-filter-btn .navbar-toggle:hover{
	background-color: #a93928;
	border-color:#a93928;
	color:#fff;
}
.team-filter-btn .navbar-toggle .caret{
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
}
.team-filter button {
	display:inline-block;
	margin:0 3px 10px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccc;
	font-size:14px;
	color:#444444;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:6px 9px 7px 9px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
}
.team-filter button.current, .team-filter button:hover{
	background-color: #a93928;
	border-color:#a93928;
	color:#fff;
}
.team-container{
}
.team-container li{
	float:left;
	width:20%;
	padding:0.5px;
}
.team-container li a{
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-container li a img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' 		values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	/*filter: grayscale(100%);*/
	/*-webkit-filter: grayscale(100%); / For Webkit browsers /
	filter: gray; / For IE 6 - 9 /
	-webkit-transition: all .6s ease; / Fade to color for Chrome and Safari /
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); / Firefox 10+, Firefox on Android /
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;*/
	transition: all 0.3s ease-in-out;
}
.team-container li a:hover img{
	 /*filter: grayscale(0%);*/
	/*-webkit-filter: grayscale(0%);*/
	filter: none;
}
.team-container li a span{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(54,54,54,0.7);
	font-size:15px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:22px 19px 22px 19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-container li a:hover span{
	padding:28px 19px 28px 19px;
	background:rgba(169,57,40,0.7);
}
.article-page{
	padding:40px 0 50px 0;
}
.article-page .tab-menu{
	border-bottom:2px solid #e6e6e6;
	text-align:center;
}
.article-page .tab-menu ul{margin-bottom:-2px;}
.article-page .tab-menu ul li{
	display:inline-block;
}
.article-page .tab-menu ul li a{
	display:block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #e6e6e6;
	font-size:16px;
	color:#888888;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:14px 40px 15px 40px;
	border: solid 1px #dfdfe1;
	border-bottom:0;
	-webkit-box-shadow: 0px -8px 13px -7px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 0px -8px 13px -7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px -8px 13px -7px rgba(0,0,0,0.15) inset;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.article-page .tab-menu ul li a:hover{
	color:#444444;
}
.article-page .tab-menu ul li.active a{
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	box-shadow:none;
	border: solid 1px #dfdfe1;
	border-bottom:0;
	color:#444444;
}
.article-list{
}
.article-list li{
	margin-bottom:30px;
}
.article-list-box{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	-moz-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	box-shadow: 0 2px 5px rgba(223,223,223,.67);
	border: solid 1px #dfdfe1;
}
.article-list-box > img{
	display:block;
	margin:0 auto;
}
.article-page .tab-desc{padding:40px 0 0 0;}
.article-desc{
	border-top:3px solid #a93928;
	text-align:center;
	background:#fff;
	font-size:14px;
	line-height:22px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:15px 5px 17px 5px;
	min-height:140px;
}
.article-desc p{margin:0;}
.article-desc p br{display:none;}
.article-desc span{
	font-size:12px;
	color:#a93928;
	display:block;
}
.article-download-size{
	background:#a93928;
}
.article-download{
	width:50%;
	float:left;
}
.article-download a{
	display:inline-block;
	position:relative;
	font-size:14px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:7px 30px 10px 13px;
	background-color: #a93928;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.article-download a:before{
	position:absolute;
	right:13px;
	font-size:16px;
	line-height:19px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.article-download a:hover{
	color:#cc7e72;
}
.article-size{
	width:50%;
	float:right;
	font-size:12px;
	color:#f79b8d;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:right;
	line-height:37px;
	padding-right:6px;
}
.career-page{
	padding:40px 0 50px 0;
}
.career-page ul li{
	margin-bottom:30px;
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.career-page ul li .employment-btn{
	padding-top:14px;
}
.career-page ul li .employment-btn a{
	color:#a93928;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 2px #a93928;
	padding:0 28px 0 28px;
	line-height:41px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.career-page ul li .employment-btn a:hover{
	color:#fff;
	background:#a93928;
}
.our-team-detail-page{
	padding:60px 0 46px 0;
}
.team-person-intro{
	background:#a93928;
}
.team-person-intro-left{
	width:68.2%;
	float:left;
}
.team-person-intro-left h2{
	font-size:40px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin:28px 0 48px 40px;
}
.team-person-intro-right{
	width:31.8%;
	float:right;
}
.team-person-intro-left ul li{
	margin-bottom:2px;
	max-width:378px;
}
.team-person-intro-left ul li a{
	display:block;
	background:#ca402b;
	position:relative;
	font-size:16px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:13px 10px 17px 85px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-person-intro-left ul li a:before{
	position:absolute;
	left:41px;
	color:#671508;
	line-height:24px;
	font-family: 'FontAwesome';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-person-intro-left ul li a.mail:before{font-size:22px;	content: "\f003";}
.team-person-intro-left ul li a.vcard:before{font-size:22px;content: "\f1ea";}
.team-person-intro-left ul li a.linkdin:before{font-size:24px;	content: "\f08c";}
.team-person-intro-left ul li a.cv:before{font-size:24px;content: "\f0ea";}
.team-person-intro-left ul li a:hover{background:#661408;}
.team-person-intro-left ul li a:hover:before{color:#fff;}
.our-team-detail-desc{
}
.our-team-detail-desc .areas-of-practice-detail-left strong, .areas-of-practice-detail .areas-of-practice-detail-left strong{
	font-weight:700;
	color:#a93928;
}
.our-team-detail-desc .areas-of-practice-detail-left ul li,.areas-of-practice-detail .areas-of-practice-detail-left ul li{
	padding-left:29px;
	margin-bottom:9px;
	position:relative;
}
.our-team-detail-desc .areas-of-practice-detail-left ul li:before, .areas-of-practice-detail .areas-of-practice-detail-left ul li:before{
	font-family: 'FontAwesome';
	font-size:16px;
	color:#a93928;
	position:absolute;
	left:0;
	top:0;
	content: "\f10c";
}
.team-person-rate{
	padding:25px 0 15px 0;
}
.team-person-rate a{
	display:inline-block;
	vertical-align:top;
	margin-right:16px;
	margin-bottom:15px;
}
.team-person-rate img{width:100%;}
.our-team-detail-desc .practice-areas-list .location{
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	padding:18px 10px 12px 30px;
}
.news-event-page{
	padding:80px 0 50px 0;
}
.news-event-page ul li{
	-webkit-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	-moz-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	box-shadow: 0 2px 5px rgba(223,223,223,.67);
	border: solid 1px #dfdfe1;
	margin-bottom:30px;
	padding:27px 60px 30px 30px;
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	position: relative;
}
.news-event-page .event-by{
	font-size:14px;
	line-height:24px;
	color:#969696;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding-bottom:4px;
}
.news-event-page .event-by a{
	display:inline-block;
	color:#a93928;
	padding:0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-event-page .event-by a:hover{
	/*background:#a93928;
	color:#fff;*/
}
.news-event-page ul li > a{
	display:block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:24px;
	line-height:35px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-event-page ul li > a:hover{color:#a93928;}
.news-event-page ul li .read-more{
	padding-top:13px;
}
.news-event-page ul li .read-more{
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 100%;
	background: #a93928;
}
.news-event-page ul li .read-more a{
	border: 0;
	padding: 0;
	display: block;
	position: absolute;
	width: 49px;
	height: 100%;
	line-height: 100%;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
}
.news-event-page ul li .read-more a i{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.read-more a{
	font-size:14px;
	line-height:41px;
	display:inline-block;
	color:#a93928;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(51,51,51,0);
	border: solid 2px #a93928;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.read-more a:hover{
	background:#a93928;
	color:#fff;
}
.event-pagination{
	padding:30px 0;
}
.event-pagination .wp-pagenavi{
	text-align:center;
}
.event-pagination .wp-pagenavi .pages{ display:none;}
.event-pagination .wp-pagenavi a{
	display:inline-block;
	font-size:16px;
	color:#444444;
	line-height:48px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-width:1px 0 1px 1px;
	border-color:#d9d9d9;
	border-style:solid;
	vertical-align:middle;
	margin:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.event-pagination .wp-pagenavi a:last-child{
	border-width:1px;
}
.event-pagination .wp-pagenavi a.first{font-size:0;}
.event-pagination .wp-pagenavi a.first:before{
	font-family: 'FontAwesome';
	font-size:20px;
	content: "\f100";
}
.event-pagination .wp-pagenavi a.last{font-size:0;}
.event-pagination .wp-pagenavi a.last:before{
	font-family: 'FontAwesome';
	font-size:20px;
	content: "\f101";
}
.wp-pagenavi span.extend{
	height:50px;
	width:50px;
	line-height:40px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	border-right:0;
}
.event-pagination .wp-pagenavi a:hover{
	background:#a93928;
	color:#fff;
	border-color:#a93928;
}
.event-pagination .wp-pagenavi span.current{
	display:inline-block;
	vertical-align:middle;
	width: 50px;
	height: 50px;
	background:#a93928;
	color:#fff;
	font-size:16px;
	line-height:48px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin:0 -4px 0 0;
}
.event-pagination .wp-pagenavi a.previouspostslink, .event-pagination .wp-pagenavi a.nextpostslink{font-size:0;}
.event-pagination .wp-pagenavi a.previouspostslink{
	border-right:0;
	text-align:center;
}
.event-pagination .wp-pagenavi a.previouspostslink:before{
	font-family: 'FontAwesome';
	font-size:20px;
	content: "\f104";
}
.event-pagination .wp-pagenavi a.nextpostslink{
	text-align:center;
}
.event-pagination .wp-pagenavi a.nextpostslink:before{
	font-family: 'FontAwesome';
	font-size:20px;
	content: "\f105";
}
.blog-popular-subscribe-warp{
	background-color: #f7f7f7;
	border: solid 1px #e6e6e6;
}
.blog-popular{
	padding:22px 0 14px 0;
}
.blog-popular a{
	display:inline-block;
	padding:0 20px 14px 20px;
	font-size:14px;
	color:#555555;
	margin-right:2px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border-bottom:3px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-popular a.active, .blog-popular a:hover{
	border-bottom:3px solid #808080;
}
.blog-popular select{
	background:none;
	border:0;
	font-size:14px;
	color:#555555;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:0 5px 0 0;
}
.blog-popular select option{
	padding:2px 5px;
	border:0;
}
.blog-subscribe{
	text-align:right;
	padding-right:20px;
	border-right:1px solid #e6e6e6;
	min-height:59px;
}
.blog-subscribe > i{
	font-size:16px;
	color:#a93928;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding:18px 7px 22px 19px;
	border-left:1px solid #e6e6e6;
	font-style:normal;
}
.blog-subscribe .newsletter{
	min-width:310px;
	position:relative;
	display:inline-block;
	margin-top:9px;
}
.blog-subscribe .newsletter p{margin:0;}
.blog-subscribe .newsletter .newsletter-email{
	width:100%;
	height: 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f2f0f0;
	padding:0 40px 0 10px;
	color:#555555;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	border: solid 1px #d9d9d9;
}
.blog-subscribe .newsletter .newsletter-email:focus{
	border-color:#a93928;
}
.newsletter-email::-webkit-input-placeholder{color:#555555; opacity:1;}
.newsletter-email::-moz-placeholder{color:#555555; opacity:1;}
.newsletter-email::-ms-input-placeholder{color:#555555; opacity:1;}
.newsletter-email:focus::-webkit-input-placeholder{color:#333333; opacity:1;}
.newsletter-email:focus::-moz-placeholder{color:#333333; opacity:1;}
.newsletter-email:focus::-ms-input-placeholder{color:#333333; opacity:1;}
.blog-subscribe .newsletter .newsletter-submit{
	width: 31px;
	height: 31px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a93928;
	background-image:url(../images/subscribe-icon.png);
	background-repeat:no-repeat;
	position:absolute;
	right:4px;
	top:4px;
	border:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-subscribe .newsletter .newsletter-submit:hover{background-color:#666666;}
.blog-page{
	padding:40px 0 50px 0;
}
.blog-page ul li{
	margin-bottom:30px;
}
.blog-box{
}
.blog-box-desc{
	position:relative;
	margin:-20px 20px 0 20px;
	min-height: 246px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	-moz-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	box-shadow: 0 2px 5px rgba(223,223,223,.67);
	border: solid 1px #dfdfe1;
	text-align:center;
	padding:0 30px 20px 30px;
}
.blog-box-desc span.date{
	max-width: 152px;
	height: 44px;
	background-color: #a93928;
	display:block;
	font-size:14px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	line-height:44px;
	margin:-19px auto 0;
}
.blog-box-desc h3{
	font-size:24px;
	line-height:32px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	display:inline-block;
	margin:22px 0 0 0;
}
.blog-box-desc h3 a{
	color:#222222;
}
.blog-box-desc h3 a:hover{
	color:#a93928;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-from-by{
	font-size:14px;
	color:#969696;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding-top:12px;
	padding-bottom:26px;
}
.post-from-by a{
	display:inline-block;
	color:#a93928;
	padding:0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-from-by a:hover{
	background:#a93928;
	color:#fff;
}
.blog-detail-page{
	padding:40px 0 80px 0;
}
.blog-detail-page .blog-box-desc{min-height:auto; margin-bottom:34px; padding-bottom:5px;}
.blog-detail-desc{
	font-size:16px;
	line-height:26px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	color:#222222;
}
.blog-detail-desc p strong{
	font-weight:700;
}
.blog-detail-desc p a{
	font-weight:700;
	color:#be5545;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:0 3px;
	display:inline-block;
}
.blog-detail-desc p a:hover{
	background:#be5545;
	color:#fff;
}
.blog-detail-desc img.alignleft{
	float:left;
	margin:26px 30px 30px 0;
}
.blog-detail-desc h4{
	font-size:20px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:30px 0 12px 0;
}
.blog-detail-desc ul li{
	padding-left:24px;
	position:relative;
	margin-bottom:10px;
}
.blog-detail-desc ul li:before{
	font-family: 'FontAwesome';
	font-size:16px;
	color:#a93928;
	position:absolute;
	left:0;
	top:0;
	content: "\f10c";
}
.blog-share{
	padding:22px 0 40px 0;
}
.comment-warp{
	border-top:1px solid #f2f0f0;
	padding:40px 0 0 0;
}
.contact-page{
	padding:52px 0 33px 0;
}
.contact-page p.highlite{
	font-size:24px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-align:center;
	margin-bottom:28px;
}
.contact-no{
	padding-bottom:40px;
}
.contact-no ul li{
	text-align:center;
}
.contact-no ul li a{
	display:inline-block;
	color:#222222;
	font-size:16px;
	line-height:26px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.contact-no ul li a span{
	display:inline-block;
	color:#222222;
}
.contact-page .container > ul > li{
	position:relative;
	margin-bottom:30px;
}
.contact-page .container > ul > li:before{
	content:"";
	width:1px;
	height:114px;
	background:#e5dede;
	position:absolute;
	right:0;
	top:0;
}
.contact-page .container > ul > li:last-child:before{
	display:none;
}
.contact-page .container > ul > li h4{
	font-size:16px;
	color:#222222;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:22px;
}
.contact-location{
	position:relative;
	background-size:cover !important;
	background-position:center center !important;
}
.contact-location .overlay{
}
.contact-location .c-logo{
	width: 64px;
	height: 64px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a93928;
	position:absolute;
	left:0;
	right:0;
	top:44px;
	margin:0 auto;
	text-align:center;
	padding-top:12px;
	display:none;
}
.contact-location .direction-btn{
	position:relative;
	left:0;
	right:0;
	top:50%;
	text-align:center;
	width:100%;
	margin-top:30px;
}
.contact-location .direction-btn a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #a93928;
	border: solid 2px #a93928;
	font-size:14px;
	line-height:41px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	padding:0 33px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-location .direction-btn a:hover{
	background-color: #222222;
	border: solid 2px #222222;
}
.contact-page .address{
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	text-align:center;
	padding:23px 0 0 0;
}
.contact-detail{
	font-size:16px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:400;
}
.contact-detail h4{
	font-size:18px;
	line-height:26px;
	color:#222222;
	font-family: 'Droid Serif', serif;
	font-weight:700;
	margin-bottom:10px;
}
.contact-detail .google-map-api{
	width:100%;
	height:378px;
	margin-bottom:36px;
}
.contact-detail .google-map-api #map-canvas{
	width:100%;
	height:100%;
}
.contact-detail .back-to-btn{
	padding-top:15px;
}
.contact-detail .back-to-btn a{
	font-size:14px;
	color:#a93928;
	height: 45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(51,51,51,0);
	border: solid 2px #a93928;
	line-height:41px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0 30px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-detail .back-to-btn a:hover{
	background:#a93928;
	color:#fff;
}
.news-events-detail-title{
	border-bottom:2px solid #e6e3e3;
	padding-bottom:20px;
	margin-bottom:30px;
}
.news-events-detail-title span{
	display:block;
	color:#a93928;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.news-events-detail-title h2{
	font-size:24px;
	line-height:35px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#222222;
}
.error-page{
	padding:80px 0;
	text-align:center;
}
.error-page h2{
	font-size:30px;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	margin:30px 0 16px 0;
}
.error-page p{
	max-width:390px;
	margin:0 auto;
	font-size:16px;
	line-height:25px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	padding-bottom:18px;
	color:#333333;
}
.error-page a{
	font-size:16px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	line-height:42px;
	padding:0 19px;
	background-color: #000;
	display:inline-block;
}
.error-page.thankyou h2{
	font-size:50px;
	color:#303336;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:none;
}
.error-page.thankyou h2 span{
	display:inline-block;
	color:#a93928;
}
.more-less-info-title{
	position: relative;
}
.more-less-info-title a{
	display:block;
}
.more-less-info-title a.collapsed .more-less-info-text::before {
    content: "...View more";
    width: 100%;
    text-align:center;
	font-size:11px;
	color:#a93928;
}
.more-less-info-title a.collapsed .more-less-info-text::after {
    content: "";
    opacity: 0;
}
.more-less-info-title a .more-less-info-text::after {
    content: "View less";
    opacity: 1;
    width: 100%;
    text-align:center;
	font-size:11px;
	color:#a93928;
}
/*--- animation ---*/
.animated{opacity:0;}
.animated.seen{opacity:1;}
.seen{
	animation: 0.3s ease 0.3s normal both 1 fadeIn;
    -webkit-animation: 0.3s ease 0.3s normal both 1 fadeIn;
	-moz-animation: 0.3s ease 0.3s normal both 1 fadeIn;
	-o-animation: 0.3s ease 0.3s normal both 1 fadeIn;
}
.wide-range-warp h1.seen, .who-we-are-warp p.seen{
	animation: 0.5s ease 0.5s normal both 1 fadeIn;
    -webkit-animation: 0.5s ease 0.5s normal both 1 fadeIn;
	-moz-animation: 0.5s ease 0.5s normal both 1 fadeIn;
	-o-animation: 0.5s ease 0.5s normal both 1 fadeIn;
}
.wide-range-warp span.seen, footer.seen, .inner-banner.seen, .about-us-warp.seen, .why-choose-us-warp.seen, .our-mission-vision-warp.seen, .areas-of-practice-detail-banner.seen, .areas-of-practice-detail.seen, .our-team-page.seen, .team-person-intro.seen, .our-team-detail-desc.seen, .blog-popular-subscribe-warp.seen, .event-pagination.seen, .blog-page ul li.seen, .blog-detail-page.seen, .news-event-page ul li.seen, .article-page.seen, .contact-page.seen{
	animation: 0.6s ease 0.6s normal both 1 fadeIn;
    -webkit-animation: 0.6s ease 0.6s normal both 1 fadeIn;
	-moz-animation: 0.6s ease 0.6s normal both 1 fadeIn;
	-o-animation: 0.6s ease 0.6s normal both 1 fadeIn;
}
.read-more-btn.seen, .down-arrow.seen, .areas-of-practice-warp ul li.seen, .areas-of-practice-page ul li.seen{
	animation: 0.5s ease 0.5s normal both 1 zoomIn;
    -webkit-animation: 0.5s ease 0.5s normal both 1 zoomIn;
	-moz-animation: 0.5s ease 0.5s normal both 1 zoomIn;
	-o-animation: 0.5s ease 0.5s normal both 1 zoomIn;
}
.blog-categories-box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	-moz-box-shadow: 0 2px 5px rgba(223,223,223,.67);
	box-shadow: 0 2px 5px rgba(223,223,223,.67);
	border: solid 1px #dfdfe1;
	margin-bottom: 30px;
}
.blog-categories-box h3{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #f2f0f0;
	font-size: 20px;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	padding: 15px 20px 17px;
	border-bottom: solid 1px #dfdfe1;
}
.blog-categories-box .blog-subscribe{
	border: 0;
	padding: 20px;
	min-height: inherit;
	text-align: center;
}
.blog-categories-box .blog-subscribe .newsletter{
	min-width: inherit;
	width: 100%;
	margin-top: 0;
}
.categories-list{}
.categories-list ul li{
	border-bottom: 1px solid #dfdfe1;
	padding: 0 20px;
	margin: 0;
}
.categories-list ul li:last-child{
	border: 0;
}
.categories-list ul li a{
	font-size: 14px;
	color: #969696;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	display: block;
	position: relative;
	padding: 17px 0 18px 20px;
}
.categories-list ul li a:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #666666;
	font-size: 20px;
	content: "\f105 ";
	font-family:'FontAwesome';
}
.blog-categories-box .disclaimer{
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #969696;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.retired-attorney-list {
	padding: 0;
	margin: 40px 0;
}

.retired-attorney-list li{
	border-top:1px dashed #969696;
	text-align:center;
	overflow:hidden;
}

.retired-attorney-list li:last-child{
	border-bottom:1px dashed #969696;
}

.retired-attorney-list__item a{
	font-size:16px;
	line-height:26px;
	display:block;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	padding:14px 10px;
	background-color: transparent;
	transition: background-color 200ms linear, color 200ms linear;
}

.retired-attorney-list__item a:hover,
.retired-attorney-list__item a:focus{
	background-color: #a93928;
	color: #fff;
}