/*
Table OF Contents
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

@font-face {
font-family: 'MaisonDemi';
src: url('/DB8EF0/assets/fonts/Maison-Demi.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Maison';
src: url('/DB8EF0/assets/fonts/Maison-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'EngraversGothic-Regular';
    src: url('../fonts/EngraversGothic-Regular-webfont.woff2') format('woff2'),
         url('../fonts/EngraversGothic-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EngraversGothic-Bold';
    src: url('../fonts/EngraversGothic-Bold-webfont.woff2') format('woff2'),
         url('../fonts/EngraversGothic-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5 {font-family: 'EngraversGothic-Bold' !important;}
.biglogo {display: block;  margin-left: auto;  margin-right: auto;  width: 60%; margin-top: 20%}

.sitefoter{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity==100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.st-menu-open .sitefoter,.st-menu-open .homeSliderControls{
	visibility:hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity==0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.fullBG{
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	height:auto;
}
.fullBG:after{
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top left, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top left, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top left, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top left, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
  background: linear-gradient(to top left, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
}
.vegas-loading {
	/*border-radius: 10px;
	background: #000;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url(../img/progress.gif) no-repeat center center;  Loading Gif by http://preloaders.net/
	left: 0px;
	position: fixed;
	top: 0px;
	width: 20px; 
	z-index: 0;
	z-index:999;
	height: 20px; */
}
.pageLoader{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	display:none;
	background:url(../img/ajax-loader.gif) center center no-repeat rgba(0,0,0,0.4);
}


.vegas-background {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: 0;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
/*==================================
1-Preloader
===================================*/
#jpreOverlay {
	background-color: #2bb7ff;
	text-align: center;
}
#jpreSlide {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-align: center;
	width: 50%;
	height: 30%;
}
#jpreSlide a {
	color: #fff;
	text-decoration: underline !important;
	padding: 0 10px;
}
#jpreLoader {
	width: 50%;
	height: 30px;
}
#jpreBar {
	background: #fff;
	border-radius: 15px;
}
#jprePercentage {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	top: -100%;
	line-height: 30px;
	padding-right: 20px;
}
#jpreButton {
	background: #fff;
	color: #000;
	height: auto !important;
	display: inline-block;
	padding: 10px 40px;
	cursor: pointer;
	line-height: normal;
	font-weight: bold;
}


.wide_bg{
	position:absolute;
	left:0;
	height:auto;
	top:0;
	width:100%;
}
.pageContentArea{
	overflow:hidden;
}
/*=====================
2-General Styles
======================*/
html,body{
	background:#005677;
}
body {
	font-family: 'Open Sans', sans-serif;
}
/*
p { margin: 0 0 10px; }
input[type="text"],input[type="email"],input[type="password"]{
	
}
textarea{
	
}
*/
.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}
/*
blockquote {
	border: none;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}

a { outline: none !important; color:inherit;}
a:hover,a:focus{ text-decoration:none; color:#ae8c27 }
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
h1 {font-size: 36px;}
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
input[type="checkbox"] { outline: none !important; }
section {
	
}
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
*/
.btn {
	border-radius:0;
}
input.btn,button.btn{
	padding:5px 35px;
}
.btn-transparent {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.btn-transparent:hover {
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.5);
}

.inner-container{
	width:98%;
	max-width:1080px;
	margin:0 auto;
}


.primary-head{
	/*background:#365072;*/
	/*background:rgba(255,255,255,0.99);*/
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99999;
	height: 111px;
    background: #005677;
}


#primary-head-home{
    background: none;
}
.fp-viewing-2 #primary-head-home{
    background: #005677;
}



.primary-head .container{
	position:relative;
	height:60px;
}
.navcontainer{
	position:absolute;
	top:50%;
	height:100%;
	width:535px;
	right:70px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
}
.navcontainer > ul{
	padding:0;
	text-align: center;
}
.navcontainer ul li{
	display:inline-block;
}
.navcontainer ul li a{
	text-decoration:none !important;
}
.navcontainer > ul > li{
	margin-left:5px;
	margin-right:5px;
}
.navcontainer > ul > li > a:before{
	content:"\f0d8";
	font-family:'FontAwesome';
	position:absolute;
	left:50%;
	color:#181513;
	top:50px;
	margin-left:-2px;
	display:none;
}
.navcontainer > ul > li:hover > a:before,.navcontainer > ul > li.active > a:before{
	display:block;
	top:27px;
}
a.logo{
	display: inline-block;
}
a.logo img{
	max-width:unset;
}
.navcontainer > ul > li > a{
	position:relative;
	display:block;
	line-height:60px;
	font-size:20px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	overflow:hidden;
	text-shadow: 1px 2px 5px #000;
	font-family: 'EngraversGothic-Regular';
}
.navcontainer > ul > li:hover > a{
	color:#ae8c27;
}
.navcontainer > ul > li > .megamenu{
	padding:20px;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	background:#181513;
	background:rgba(18,18,18,0.97);
	border-bottom:2px solid #8a8b8c;
	font-family: 'EngraversGothic-Regular';
}
.navcontainer > ul > li > .megamenu .text{text-align: left; color: white; font-family: 'EngraversGothic-Regular'; font-size: 18px}
.navcontainer > ul > li > .megamenu{
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform:  translateY(10px);
	-moz-transform:  translateY(10px);
	-o-transform:  translateY(10px);
	-ms-transform:  translateY(10px);
}
.navcontainer > ul > li:hover > .megamenu,.navcontainer > ul > li.active > .megamenu,.megamenu.open-yes{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}
.navcontainer > ul > li > .megamenu ul{
	padding:0;
}
.navcontainer ul .megamenu li{
	display:block;
}
.st-menu #navlist a:hover {color:#CED7DF !important;}
/*.st-menu #navlist li.active, .st-menu #navlist li > ul > li.subactive, .st-menu #navlist li a.current, .st-menu #navlist li > ul > li > a.subcurrent {display:block !important; color:#0b5558 !important;}*/
.st-menu #navlist li.active ul {display:block !important; }
.alphabatic a{
	text-decoration:none;
	color:#DDDDDD;
	font-weight:bold;
	font-size:18px;
	
	text-transform:uppercase;
	display:inline-block;
	margin-right:1px;
	font-family: 'EngraversGothic-Regular';
}
.alphabatic strong {
    text-decoration:none;
	color:#878787;
	font-weight:bold;
	font-size:18px;
	
	text-transform:uppercase;
	display:inline-block;
	margin-right:1px;
	font-family: 'EngraversGothic-Bold';
}
.alphabatic{
	padding-bottom:10px;
	border-bottom:1px solid #8a8b8c;
	margin:0 -20px
}


.custome-select {
	width: 100%;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: left;
	display: inline-block;
	cursor: pointer;
	border:1px solid #4B4846;
	background:#383636;
	color:#fff;
	margin:12px auto;
}
.megamenu .search-ourresults .custome-select{
	margin-top:0;
}
.megamenu .search-ourresults{
	margin:0 -20px;
	padding:0 20px;
	border-bottom:1px solid #8a8b8c;
}
.custome-select span {
	width: 100%;
	color: #fff;
	padding-left: 5px;
	font-size: 16px;
	display: block;
	font-weight:800;
	text-transform:uppercase;
	max-height:30px;
	overflow:hidden;
	font-family: 'EngraversGothic-Bold';
}
.custome-select.style2 span { color: #000; }
.custome-select b {
	position:absolute;
	right:0;
	top:0;
	width:38px;
	height:100%;
	background:#18191b;
	line-height:40px;
	text-align:center;
	border-left:1px solid #4B4846;
	color:#6e6e6e;
	font-size:22px;
}
.custome-select select {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 40px;
	color:#000;
}
.member-preview,.member-preview2{
	padding:0;
}
.member-preview2{
	margin-bottom:0;
}
.member-preview2 > li{
	overflow:hidden;
	text-align:left;
	position:relative;
	display: block;
	padding-left:90px;
	border-bottom:1px solid #CED7DF;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	min-height:72px;
	background:#322F2D;
}
.member-preview2 > li a{
	display:block;
}
.member-preview2 > li a.name{
	font-size:18px;
	color:#CED7DF;
	font-weight:600;
	font-family: 'EngraversGothic-Bold';
}
.member-preview2 > li a.email{
	font-size:12px;
	color:#ae8c27;
	font-weight:300;
}
.member-preview2 > li a.contactNo{
	font-size:12px;
	color:#CED7DF;
	font-weight:300;
}
.member-preview > li{
	text-align:left;
	position:relative;
	display: block;
	padding-left:90px;
	border-bottom:1px solid #2c5a61;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	height:72px;
	background:#CED7DF;
	/*background: -moz-linear-gradient(left,  #74bbbe 0%, #72aab2 47%, #889aa1 68%, #9f8e93 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#74bbbe), color-stop(47%,#72aab2), color-stop(68%,#889aa1), color-stop(100%,#9f8e93));
	background: -webkit-linear-gradient(left,  #74bbbe 0%,#72aab2 47%,#889aa1 68%,#9f8e93 100%);
	background: -o-linear-gradient(left,  #74bbbe 0%,#72aab2 47%,#889aa1 68%,#9f8e93 100%);
	background: -ms-linear-gradient(left,  #74bbbe 0%,#72aab2 47%,#889aa1 68%,#9f8e93 100%);
	background: linear-gradient(to right,  #74bbbe 0%,#72aab2 47%,#889aa1 68%,#9f8e93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74bbbe', endColorstr='#9f8e93',GradientType=1 );*/
}
.member-preview-wrap{
	max-height:432px; /*360*/
	overflow:hidden;
}
.member-preview li.noResultsFound,.member-preview2 li.noResultsFound{
	min-height:30px;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color: aliceblue;
}
.member-preview2 li.noResultsFound{
	padding-left:0;
	text-align:center;
}
.member-preview li.loadingAjax,.member-preview2 li.loadingAjax{
	padding:0;
}
#ajaxArea .sitefoter{
	display:none;
}
.loadingAjax span{
	display:block;
	height:70px;
	background:url(../img/ajax-loader.gif) center center no-repeat;
}

.member-preview li > figure,.member-preview2 li > figure{
	position:absolute;
	left:20px;
	top:10px;
	height:53px;
	width:53px;
	border-radius:50%;
    overflow: hidden;
}
.member-preview li > figure{
	overflow:hidden;
}
.member-preview li > figure img,.member-preview2 li > figure img{
	width:100%;
	height:auto;
}
.member-preview li .about-member > a,.member-preview li .about-member > h4{
	color:#020609;
	margin:0 0 4px;
	text-decoration:none;
	font-size:18px;
	font-weight:600;
}
.member-preview li .about-member > h4 {
    display: block;
    height: 18px;
	overflow:hidden;
    text-overflow: ellipsis;
	 white-space: nowrap;
}
.member-preview li .about-member > a.btn{
	padding:0 2px;
	font-weight:400;
	background:#F5E8D6;
	color:#181513;
	font-size:14px;
	border-radius:0;
}
.member-preview li .about-member > span{
	display:block;
	color:#212c2e;
	font-size:12px;
	line-height:6px;
	margin-bottom:8px;
}
.member-preview li .about-member{
	padding-right:100px;
}
.member-preview li > .member-social li{
	display:inline-block;
	list-style:none;
}
.member-preview li > .member-social li a{
	color:#51514e;
	background:#fff;
	border-radius:50%;
	display:block;
	width:28px;
	height:28px;
	text-align: center;
	line-height:28px;
	font-size:14px;
	margin:0 2px;
    padding: 0;
}

.member-preview li > .member-social{
	position:absolute;
	right:20px;
	top:22px;
}

.searchResults > a.btn{
	font-weight:800;
	color:#4c4c4c;
	background:#070708;
	padding:5px 10px;
	margin-top:12px;
	float:right;
}

.searchResults > a{
	font-weight:800;
	color:#34b9cb;
	display:block;
	text-align:center;
	margin-top:15px;
}
.searchResults > a.btn.scroll-preview{
	display:none;
}
.megamenu  .tab-nav{
	text-align:center;
	border-bottom:1px solid #8a8b8c;
	margin:0 -20px 10px;
	padding-left:20px !important;
	padding-bottom:20px !important;
}
.megamenu  .tab-nav li{
	display:block;
	float:left;
	width:170px;
}
.megamenu  .tab-nav li > a{
	display:block;
	color:#888888;
	background:#070708;
	height:40px;
	line-height:42px;
	font-weight:800;
	text-transform:uppercase;
	position:relative;
}
.megamenu  .tab-nav li.active{
	height:44px;
}
.megamenu  .tab-nav li.active > a{
	background:#ae8c27;
	color:#fff;
	height:44px;
	line-height:44px;
	top:-2px;
}
.searchLinks > a:hover{
	color:#fff;
	background:#365072;
}
.searchLinks > a{
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	padding:10px 0;
	width:50%;
	background:#CED7DF;
	font-size:14px;
	font-weight:800;
	color:#322F2D;
	margin-top:0;
}
.searchLinks{
	display:none;
}

#st-trigger-effects{
	position:absolute;
	height:100%;
	width:60px;
	background:#4B4846;
	border:none;
	color:#4B4846;
	font-size:30px;
	top:0;
	right:0px;
	z-index:99;
	text-align:center;
	outline : none;
}
#st-trigger-effects img{
	display: inline-block;
	position:absolute;
	left:0px;
	top:2px;
	outline : none;
}

.tab_content{
	display:none;
}
.tab_content.active{
	display:block;
}


.megamenu .tab_content li{
	line-height:30px;
}
.megamenu .tab_content li:before {
    content:normal;
}
.megamenu .tab-panel li > a{
	color:#e0e0e0;
	display:block;
	text-align:left;
	font-weight:800;
	font-size:20px;
}
.navcontainer ul li a:hover {
    color: #ae8c27;
}

.megamenu .result-preview li{
	text-align:left;
	color:#afafaf;
	font-size:12px;
	padding:15px 20px 5px !important;
	margin:0 -20px;
	border-bottom:1px solid #8a8b8c;
}
.megamenu .result-preview li strong{
	color:#fff;
}
.megamenu .result-preview li > a{
	color:#34b9cb;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

.pageContentArea{
	position:relative;
	padding-bottom:105px;
}
.pageContentArea.InnerPage,.pageContentArea.bioPage{
	padding-bottom:0;
}




/*========================================
Sidebar
=========================================*/
.st-menu .social{
	padding:0;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}
.st-menu .social li{
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
.st-menu .social li a{
	text-decoration:none;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:#322F2D;
	font-size:26px;
	border-radius:2px;
}
.closeSidebar{
	background:#322F2D;
	padding:0px;
	text-align:right;
	margin:0 -32px 0 -15px;
	cursor:pointer;
}
.closeSidebar i{
	text-decoration:none;
	font-size:40px;
	color:#fff;
	width:60px;
	text-align:center;
	height:60px;
	line-height:60px;
	display:inline-block;
	z-index:99;
	    padding-right: 25px;
}
.st-menu #navcontainer{
	margin:0 -35px 0 -15px;
	padding:10px 15px 5px;
	border-bottom:1px solid #fff;
}
#navlist a{
	cursor:pointer;
}

a#Nav1_NavLink02 {
    color: #FFF;
    font-weight: bold;
}
.st-menu #navlist{
	padding:0;
}
.st-menu #navlist li > ul{
	display:none;
}
.st-menu #navlist li:hover > ul{
	display:block;
}
.st-menu #navlist li{
	list-style:none;
	display:block;
	line-height:35px;
}
.st-menu #navlist li a{
	display:block;
	cursor:pointer;
	color:#eeeeee;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	font-family: 'EngraversGothic-Bold';
}
.st-menu #navlist li a:hover{
	color:#CED7DF;
}
.st-menu #navlist li > ul{
	padding-left:0px;
	margin-bottom:10px;
}
.st-menu #navlist li > ul > li > a{
	font-weight:400;
	line-height:28px;
}

.siteSearch .formWrap{
	height:40px;
	position:relative;
	margin-bottom:15px;
	margin-top:15px;
}
.siteSearch input{
	height:40px;
	width:100%;
	display:block;
	border:none;
	background:#322F2D;
	color:#fff;
	font-size:20px;
	padding-left:10px;
	outline: none;
}

.st-menu .custome-select{
	background:#322F2D;
	border:none;
	font-size:12px;
	margin-bottom:10px;
	margin-top:0;
	outline: none;
}
.st-menu .custome-select b{
	background:#181513;
	color:#fff;
	font-size:24px;
}
.st-menuInner{
	width:320px;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	overflow-y:scroll;
	padding:0 35px 0 15px; 
}
.st-menu .custome-select span{
	padding-left:10px;
}

.siteSearch button,.searchName{
	position:absolute;
	border:none;
	background:#181513;
	color:#fff;
	right:0;
	top:0;
	font-size:25px;
	height:40px;
	width:40px !important;
	max-width:40px;
	padding:0;
	text-align:center;
	cursor:pointer;
}
.siteSearch {
	margin-top:40px;
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	font-family: 'EngraversGothic-Bold';
}
/*==============================================
Home Page
================================================*/
.homeSlide{
	display:none;
}
.homeSliderControls{
	background:#000000;
	background:rgba(0,0,0,0.8);
	width:90%;
	position: fixed;
	bottom:80px;
	left:5%;
	font-size:22px;
	color:#7ca5aa;
	padding:20px 15px 0;
	border-radius:8px 8px 0 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;
}
.homeSliderControls.active{
	bottom:-400px;
}
.controlsWrapper{
	display:none;
}
a.homeControls{
	display:block;
	min-height:25px;
	margin-top:-10px;
	text-align:center;
}
.homeSliderTrigger ul{
	padding:0;
	margin:0;
	color:#7ca5aa;
	font-size:11px;
	text-align:center;
}
.homeSliderTrigger{
	padding:0;
	font-size:11px;
}
.homeSliderTrigger figcaption{
	font-size:9px;
	text-align:center;
}
.homeSliderTrigger li a{
	display:block;
	color:#7ca5aa;
	text-decoration:none;
}
.homeSliderTrigger li a img{
	margin-top:2px;
	border:1px solid rgba(0,0,0,0);
}
.homeSliderTrigger li.active a,.homeSliderTrigger li a:hover,.homeSliderTrigger li a:focus{
	color:#fff;
}
.homeSliderTrigger li.active a img,.homeSliderTrigger li a:hover img{
	border:1px solid #fff;
}

.homeSliderTrigger li{
	display:block;
	float:left;
	width:18%;
	margin-left:1%;
	margin-right:1%;
}
.homeSliderControls .shortInfo a{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}

.homeSlide.active{
	display:block;
}
.homeSliderNav{
	margin:0 auto;
	font-size:55px;
	font-weight:800;
	color:#fefefe;
	text-align:right;
	text-transform:uppercase;
}
.HomeSlider{
	width:100%;
	position:relative;
}
.homeSliderNav a i{
	font-size:60px;
	position:relative;
	top:4px;
}
.homeSliderNav a{
	display:block;
	text-align:right;
	text-decoration:none;
	color:#fff;
	color:rgba(255,255,255,0.6);
}
.homePage .container-inner{
	padding-right:0;
}
.fancyQuestion{
	position:relative;
	font-family:MaisonDemi,'Questrial, Libre Baskerville', serif;
	font-size:60px;
	color:#fff;
	line-height:80px;
	margin-top:80px;
	margin-bottom:40px;
	text-shadow: 3px 3px 6px #000;
}
.fancyQuestion strong{
	font-size:75px;
}
.prodLiabilityBoxesr{
	margin-top:45px;
}

.prodLiability:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:60%;
	z-index:-1;
	background:#333333;
}
.prodLiability{
	position:relative;
	width:360px;
	padding:10px 10px 0;
	float:left;
	margin-right:60px;
	margin-bottom:20px;
}
.prodLiability:last-child{
	margin-right:0;
}
.viewAllCases{
	font-size:27px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
    padding-top: 10px;
	padding-right:100px;
	color:rgba(255,255,255,0.60);
}
.viewAllCases a{
	position:relative;
	top:-20px;
}
.viewAllCases a:hover{
	color:#fff;
	color:rgba(255,255,255,0.60);
}
.viewAllCases a img{
	position:relative;
	top:-2px;
}
.prodLiability .prodLiability_title{
	font-size:17px;
	line-height:14px;
	font-weight:800;
	color:#ef8e1b;
	text-transform:uppercase;
    text-shadow:2px -1px 2px rgba(0,0,0,0.5);
}
.prodLiability .caseResult{
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
	color:#332200;
}
.prodLiability .aboutClient{
	font-size:11px;
	text-align:right;
	color:#323232;
	padding-bottom:15px;
	position:relative;
	min-height:20px;
	text-transform:uppercase;
}
.prodLiability:hover .readMore{
	visibility:visible;
	opacity:1;
}
.aboutClient .readMore{
	text-decoration:none;
	position:absolute;
	left:0;
	bottom:10px;
	padding:0 4px;
	color:#fff;
	border:1px solid #fff;
	font-size:11px;
	line-height:20px;
	display:block;
	visibility:hidden;
	opacity: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;
}
.prodLiabilityInner ul{
	padding:0;
	margin:0 -15px;
}
.prodLiabilityInner li{
	list-style:none;
	display:block;
	float:left;
	width:25%;
	position:relative;
	overflow:hidden;
}
.prodLiabilityInner li:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:85px;
	height:19px;
	background:url(../img/fancyTri.png) left top no-repeat;
}
.prodLiabilityInner{
	background:#ef8e1b;
	color:#332200;
	padding:15px 15px 5px;

}
.prodLiabilityInner p {
    font-size: 13px;
}
.container-inner{
	margin-left:auto;
	margin-right:auto;
}
.inner ul, .tab_content ul {
    padding:0 0 0 0.5em;
    margin: 0 ; /* bottom: 22px */
}
.inner ul li, .tab_content ul li { 
    padding: 5px 0 0 1em; 
    list-style: none;
    line-height:1.5em
}
.cv_block_content ul li {padding:5px 0 0 0.5em;}
.inner ul li:before, .tab_content ul li:before {
    content:'\2022';
    color: #9d9ca0;
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: -0px;
}
.sitefoter .container-inner{
	padding:0 20px 0 40px;
}
.sitefoter{
	z-index:40;
	padding:20px 0;
	background:#4B4846;
	/*background:rgba(8,12,16,0.8);*/
	color:#fff;
	color:rgba(255, 255, 255, 0.6);
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
    font-size: .85vw;
}
.policiesRights{
	text-align:right;
	display:block;
}
.sitefoter #navcontainer, .sitefoter #navlist,  .sitefoter #navlist ul, .sitefoter #navlist li{
	display: inline;	
}
 .sitefoter #navlist li{
	padding: 0 1vw;	
	border-left: 1px solid #322F2D;
}
 .sitefoter #navlist li:first-child{
	border-left: none;
}


.sitefoter a, {
	color:#fff;
	color:rgba(255, 255, 255, 0.6);
}
/*================================================
Inner Pages
===================================================*/
/*.InnerPage{
	background:fixed url(../img/BG-innerpage.jpg) center top no-repeat;
	background-size:cover;
	padding-top:60px;
}*/
.InnerPage > .container > .row{
	margin-left:0;
	margin-right:0;
	padding-left:8px;
	padding-right:8px;
	position:relative;
}
.InnerPage.ourTeam > .container > .row{padding-right:0}
.pageInnerContent{
	width:62%;
	font-size:18px;
	font-weight:300;
	color:#000000;
	position:relative;
	float:right;
	margin:0;
	top:0;
	height:auto;
	background:#fff;
	background:rgba(255,255,255,0.97);
	overflow:hidden;
}
.pageInnerContent .inner{
	position:relative;
	left:0;
	top:0;
	width:105%;
	height:auto;
	padding:20px 70px 0 50px;
	overflow-y:scroll;
}
.pageInnerContent a{
	color:#bc6337;
}
.leftSidebar{
	width:38%;
	position:fixed;
	left:0px;
	top:0;
	height:100%;
	background:#080c10;
	background:rgba(24,21,19,0.974);
	color:#fff;
	overflow:hidden;
}
.leftSidebar .textWidget{
	color:#cccccc;
	font-size:18px;
	font-weight:400;
	padding-right:20px;
	line-height:22px;
	margin-bottom:50px;
}
.leftSidebar .leftSidebarInner{
	padding-left:40px;
	overflow-y:scroll;
	position:absolute;
	left:0;
	top:0;
	padding-right:20%;
	height:105%;
	width:110%;
	box-sizing:border-box;
	padding-top:70px;
}

.leftSidebar h3{
	font-family:'MaisonDemi','Questrial, Libre Baskerville', serif;
	font-size:30px;
	font-size: calc(1vw + 2vh);
    margin-bottom: calc(.5vw + 1.5vh);
	font-weight:700;
	color: #F5E8D6;
}
.leftSidebar #localnavlist{
	font-family: Maison,'Questrial, Libre Baskerville', serif;
    padding: 0;
    font-size: 20px;
    font-size: calc(.6vw + 1.3vh);
    line-height: 23px;
    line-height: calc(.8vw + 1.8vh);
    margin-bottom: 5px;
    margin-bottom: calc(.5vw + 2.5vh);
}
.spacer40{
	height:40px;
	clear:both;
}
.spacer60{
	height:60px;
	clear:both;
}
.leftSidebar #localnavlist li{
	list-style:none;
}
.leftSidebar #localnavlist li a{
	color:#F5E8D6;
	text-decoration:none;
}
.leftSidebar #localnavlist li a:hover,.leftSidebar #localnavlist li.active a{
	color:#ae8c27;
}


memberNameList {
font-size: 24px;
line-height: 42px;
}

.memberNameList ul {
    padding: 0;
    font-size: 14px;
    font-size: calc(.2vw + 1.3vh);
    line-height: 27px;
    line-height: calc(.3vw + 2.1vh);
    width: 15.5vw;
}
.inner .memberNameList ul {font-size:1em;}

.memberNameList li{
	list-style:none
}
.memberNameList li a{
	color:#ae8c27;
}
.inner .memberNameList li a {color: #bc6337;}
.ourTeam .pageInnerContent h2{
	font-size:25px;
	font-weight:300;
	color:#000;
	margin-top:70px;
}

.pageInnerContent h1{
	font-weight:400;
	margin-bottom:35px;
	text-transform:uppercase;
}
.relatedAttorny{
    margin-bottom: 50px;
}
.relatedAttorny .attorny{
	position:relative;
	padding-left:95px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:24px;
}
.relatedAttorny .attorny figure{
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	border-radius:50%;
	overflow:hidden;
}
.relatedAttorny .attorny > a{
	display:block;
	color:#000;
}
.relatedAttorny .attorny a.attornyName{
	font-size:20px;
}
.relatedAttorny .attorny a.emailID{
	color:#a85c02;
	font-size:15px;
}
.relatedAttorny a.contactNo {
	font-size:15px;
}

.results_wrapper ul{
	padding:0;
}
.results_wrapper ul li{
	list-style:none;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	margin-bottom:20px;
	display:block;
    padding:0;
}
.results_wrapper ul li:before{
    content:normal
}
.results_wrapper ul li a{
	color:#bc6337;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	display:block;
	margin-bottom:5px;
}
.results_wrapper ul li a.case-link{
	color:#bc6337;
	text-transform:none;
	font-weight:300;
	font-size:14px;
	display:inline;
	margin-bottom:0;
}
.results_wrapper ul li em {
    text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	display:block;
	margin-bottom:5px;
    font-style:normal;
}
.results_wrapper ul li em.case-link{
	color:#000;
	text-transform:none;
	font-weight:300;
	font-size:14px;
	display:inline;
	margin-bottom:0;
}
.results_wrapper ul li > div{
	position:relative;
	padding-left:65px;
}
.results_wrapper ul li > div strong{
	position:absolute;
	font-weight:400;
	left:0;
	top:0;
}
.results_wrapper ul li > div em {
    text-transform:none;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	margin-bottom:20px;
	display:block;
    padding:0;
    font-style:italic;
}
.formWrapper{
	color:#fff;
	margin-bottom:40px;
}
.formWrapper label{
	text-transform:uppercase;
	display:block;
	position:relative;
}
.formWrapper label span{
	position:absolute;
	top:8px;
	right:0;
	color:#ae8c27;
	font-size:10px;
}
.formWrapper input{
	margin-bottom:20px;
	height:30px;
	background:#e6e6e6;
	border-radius:4px;
	width:100%;
	display:block;
	color:#000;
	border:none;
    padding: 0 0 0 10px;
}
.formWrapper textarea{
	width:100%;
	background:#e6e6e6;
	display:block;
	border:none;
	color:#000;
	border-radius:4px;
	height:160px;
	margin-bottom:20px;
    padding: 10px;
}
.formWrapper button, .formWrapper input.button {
	padding:10px 40px;
	background:#ae8c27;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	border:none;
	border-radius:2px;
}
.formWrapper input.button {
	padding:0;
	background:#ae8c27;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	border:none;
	border-radius:2px;
    width:124px;
    height:37px;
    margin:0 auto;
    
}
.button-block{
	border-top:2px solid #505254;
	padding-top:20px;
	text-align:center;
}
.pageInnerContent address{
	font-size:18px;
	font-weight:400;
	line-height:28px;
}
.pageInnerContent address .fa{
	margin-left:10px;
	margin-right:10px;
	color:#2c2c2c;
}
.contactus .pageInnerContent{
	font-size:18px;
	font-weight:400;
	line-height:24px;
}
iframe{
	margin:5px;
}
.searchForm{
	font-size:20px;
	line-height:30px;
	font-weight:800;
}
.searchForm form{
	margin-top:20px;
	background:#f9f9f9;
	border-radius:4px;
	border-top:1px solid #535559;
	border-bottom:1px solid #959798;
	height:54px;
	padding:5px;
	position:relative;
	overflow:hidden;
}
.searchForm button{
	background:url(../img/btn.png) center center no-repeat;
	width:43px;
	height:42px;
	position:absolute;
	right:5px;
	top:5px;
	border:none;
	text-indent:-99999px;
}
.searchForm input{
	border-color:#949595;
	width:100%;
	display:block;
	height:42px;
	background:#fff;
	color:#000;
	border-radius:2px;
    padding:0 10px;
}
.searchResults-list{
	font-size:18px;
	font-weight:400;
}
.searchResults-list ol{
	padding-left:20px;
	margin-top:30px;
}
.searchResults-list ol li{
	color:#bc6337;
	font-weight:600;
	padding-bottom:20px;
}
.searchResults-list ol li:before {content:normal}
.searchResults-list ol li p{
	font-weight:300;
	color:#363636;
}
.searchResults-list ol li > a{
	display:block;
	margin-bottom:10px;
}
.searchResults-list > span,.keyword{
	color:#bc6337;
}
.inner ul.pagination{
	margin:0 !important;
    padding:0 !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li.active > span{
	background:none;
	color:#bc6337;
	border:none;
	padding:5px;
}
.pagination > li > span,.pagination > li.active > span {
	color:#000000;
}
.pagination > li > span:hover{
	background:none;
}
.pagination > li > a:hover, .pagination > li.active > a:hover{
	text-decoration:underline;
	color:#bc6337;
	background:none;
}
.inner ul.pagination li:before {content:normal}
/*==================
Bio Page
=================*/
.bioPage{
	background:#12171d;
	background-size: cover;
}

.bioContent{
	position:relative;
	padding-top:140px;
	margin:0;
}
.bioContent .attornyTitle > span{
	font-size:50px;
	line-height:40px;
	font-family:Maison,'Questrial, Libre Baskerville', serif;
	display:block;
	color:#fff;
  text-shadow: 1px 1px 2px #666;
}

.bioContent h1{
	color:#fff;
	margin:0;
	font-weight:800;
	font-size:60px;
	line-height:60px;
	text-transform:uppercase;	
  text-shadow: 2px 2px 4px #000000;
}
.bioContent h2{
	color:#fff;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	font-weight:800;
	margin:12px 0 0;
	font-size:18px;
  text-shadow: 1px 1px 2px #666;
}
.attornyInfo-wrap{
	position:absolute;
	right:8px;
	top:100px;
	width:40%;
	height:100%;
}
.attornyInfo-wrap figure{
	display:block;
}
.text-widget a{color:#bc6337;}
.bioTabs .tab-nav{
	padding:0;
	margin-bottom:10px;
	margin-top:40px;
}

.bioTabs .tab-nav li{
	display:inline-block;
	margin-right:0.5em;
	position: relative;
}
.bioTabs .tab-nav li a{
	background:#CED7DF;
	background:rgba(236,241,236,0.97);
	color:#717371 !important;
	text-transform:uppercase;
	font-size:12px;
	padding:15px;
	font-weight:800;
	text-decoration:none;
	position:relative;
	display:block;
	position:relative;
}
.bioTabs .tab-nav li.active a{
	background:#365072;
	color:#fff  !important;
}
.bioTabs .tab-nav li.active a:after{
	content:"\f0d7";
	font-family:'FontAwesome';
	position:absolute;
	left:50%;
	color:#365072  !important;
	bottom:-18px;
	font-size:24px;
	margin-left:-6px;
}
.bioTabs .tab-panel{
	width:60%;
	background:#CED7DF;
}
.bioTabs .tab_content{
	width:90%;
	font-size:16px;
	color:#000000;
	font-weight:400;
	padding:40px 0 140px 40px;
	min-height:750px;
}
.bioTabs .text-widget{
	height:90px;
	margin-bottom:20px;
	overflow:hidden;
	color:#000;
}
.bioTabs .text-widget h1{
	font-size:36px;
}
.bioTabs .text-widget h2{
	font-size:30px;
}
.text-widget h4 {
    font-size: 18px;
    color: #151515;
    font-weight: 800;
}
.bioTabs .text-widget h1,.bioTabs .text-widget h2{
	color:#000;
	line-height:normal;
	margin:10px 0;
}
.bioTabs .text-widget.active{
	height:auto;
}
.bioTabs .text-widget p{
	margin-bottom:20px;
}
a.bioExpander:before{
	content:attr(data-inactive);
}
a.bioExpander.active:before{
	content:attr(data-active);
}
a.bioExpander{
	background:#365072;
	font-size:11px;
	font-weight:400;
	padding:5px;
	color:#fff  !important;
	text-decoration:none;
	display:inline-block;
	margin-bottom:20px;
	text-transform:uppercase;
}
a.bioExpander i{
	font-size:14px;
	margin-left:4px;
}

.cv_block{
	position:relative;
	border-top:1px solid #d4d8d4;
	padding:20px 0 0 140px;
	margin-top:25px;
	font-size:14px;
	line-height:22px;
	color:#000000;
}
.cv_block_content h3{
	color:#5D5D5D;
	line-height:30px;
	margin:0;
	font-size:14px;
}
.cv_block_content h3 a{
	color:#0e4879;
	text-decoration:underline;
	line-height:30px;
	margin:0;
	font-size:14px;
}
.cv_block_content h3 a:hover{
	color:#365072;
}
.cv_block .cv_blocl_title{
	position:absolute;
	left:0;
	top:20px;
	font-size:18px;
	color:#151515;
	font-weight:800;
}

.cv_block_content ul{
	padding-left:0;
}

.infoBlock {
    background: none repeat scroll 0 0 #365072;
    top: 600px;
    color: #fff;
    padding: 40px;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.infoBlock:before{
	position:absolute;
	content:"";
	top:100%;
	z-index:-1;
	left:0;
	height:80px;
	width:100%;
	overflow:hidden;
	background:url(../img/shadow.png) left top no-repeat;
}
.infoBlock > span{
	font-size:30px;
	line-height:21px;
	font-weight:600;
	margin-bottom:10px;
	display:block;
}
.infoBlock ul{
	font-size:14px;
	line-height:30px;
	color:#fff;
	padding:0;
}
.infoBlock li{
	list-style:none;
}
.infoBlock li a{
	text-decoration:none;
	color:#fff;
}
.infoBlock ul.getInTouch{
	padding-bottom:30px;
	border-bottom:1px solid #F5E8D6;
}
.getInTouch li > span{
	color:#CED7DF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:800;
	min-width:65px;
	display:inline-block;
}



.getSocial{
}
.getSocial li{
	display:block;
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	line-height:40px;
}
.getSocial li img{
	margin-right:10px;
	position:relative;
	top:-2px;
}

.contactus address ul{
	padding-left:0;
}
.contactus address ul li{
	display:inline-block;
	list-style:none;
}

.contactus address ul li:first-child{
	display:block;
}
.contactus address ul li:before {content: none !important}
.footer_links {padding:0 0 0 20px}
.memberNameList{
	margin-bottom:100px;
}
@media (min-width: 1200px) and (max-width: 1220px){
.container{
	padding-left:0;
	padding-right:0;
	width:1200px;
}
}

@media (min-width: 1200px){
.container-inner{
	padding-left:50px;
	padding-right:50px;
}
.container{
	width:100%;
	padding:0;
	max-width:1500px;
}
.homeSliderTrigger figcaption{
	font-size:11px;
}

}

@media (max-width: 1300px){
  .attornyTitle{
    max-width: 650px;
  }  
}

@media (max-width: 1199px){

.homeSliderControls{
	font-size:18px;
}
.shortInfo{
	margin-top:10px;
}
.primary-head .container,.InnerPage > .container,.InnerPageRow{
	width:100%;
	padding:0 !important;
}
.bioPage .container-inner{
	padding:0 20px !important;
}
.homeSlide .container{
	padding:0 10px;
}
.homeSliderNav{
	width:100% !important;
}
.navcontainer{
	right:60px;
}
.viewAllCases{
	padding:20px;
}
.prodLiability{
	margin-right:12px;
}

.prodLiability .prodLiability_title{
	font-size:16px;
	line-height:14px;
}
.homeSliderNav{
	font-size:55px;
}
.fancyQuestion{
	font-size:50px;
	line-height:65px;
}
.fancyQuestion strong{
	font-size:65px;
}
.container{
	width:100%;
	padding:0;
}
.prodLiabilityInner ul{
	padding:0;
	margin:0 -10px;
}

.navcontainer > ul > li{
	margin-left:5px;
	margin-right:5px;
}
.pageInnerContent address{
	font-size:17px;
}
.ourTeam .pageInnerContent h2{
	font-size:28px;
}
.viewAllCases a{
	top:auto;
}
}
@media (max-width: 1060px){
a.logo img{
	max-width:290px;
}

.pageInnerContent address{
	font-size:16px;
}
.ourTeam .pageInnerContent h2{
	font-size:26px;
}
.homeSliderControls{
	font-size:16px;
}
}
.theSelectList{
    line-height: 30px;
    display: block;
    background: #fff;
    overflow-y: auto;
    color: #000;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 0;
}

.theSelectList li{
    display: block;
    font-weight: normal;
    font-size: 15px;
    padding:0 5px;
    cursor: pointer;
}
.theSelectList li:hover{
    background: #1F1F1F;
    color: #fff;
}
@media (max-width: 900px){
	.navcontainer {width: auto}
	.navcontainer > ul > li > a {font-size: 14px;}
}

@media (min-width: 993px){
    .m-PracticeSearch,.m-industrySelect{
        display: none !important;
    }
    .theSelectList{
        display: none;
    }
	.pageInnerContent {min-height: 100%}
    
}
@media (max-width: 992px){
    .m-PracticeSearch,.m-industrySelect{
        display: block !important;
    }
    .lg-practiceSelect,.lg-industrySelect{
        display: none !important;
    }
.homeSliderControls{
	bottom:74px;
}
.prodLiability .prodLiability_title{
	font-size:16px;
	line-height:14px;
}
.homeSliderNav{
	margin-top:40px;
	font-size:45px;
}
.homeSliderNav a i{
	font-size: inherit;
}
a.logo{
	width:300px;
	overflow:hidden;
}
.prodLiability{
	font-size:12px;
}

.fancyQuestion{
	margin-top:100px;
	margin-bottom:50px;
}
.fancyQuestion{
	font-size:40px;
	line-height:50px;
}
.fancyQuestion strong{
	font-size:50px;
}
.prodLiability .prodLiability_title{
	font-size:14px;
	line-height:12px;
}
.leftSidebar .leftSidebarInner{
	padding-left:20px;
}
.pageInnerContent{
	font-size:18px;
}
.sitefoter{
	font-size:12px;
}
.searchForm{
	font-size:16px;
}
.infoBlock{
	padding:20px;
}
.getSocial {
	margin-top:20px;
}
.infoBlock{
	top:400px;
}
.getSocial li img{
	max-width:16px;
	margin-right:5px;
}
.infoBlock li a{
	font-size:13px;
}
.homeSliderControls{
	font-size:15px;
}
}
/*@media (max-width: 800px) {
.homeSliderTrigger figcaption{
	font-size:8px;
}
.homeSliderControls{
	font-size:14px;
}
.bioContent h1{
	font-size:45px;
}
.bioContent > span{
	font-size:40px;
}
.bioTabs .text-widget{
	margin-bottom:30px;
}
.getSocial li{
	text-align:center;
}
.getSocial li img{
	
}
.prodLiability .prodLiability_title{
	font-size:12px;
	line-height:10px;
}
.prodLiabilityInner{
	padding:10px;
}
.pageInnerContent{
	font-size:18px;
}
.leftSidebar h3{
	font-size:32px;
}
.leftSidebar #localnavlist{
	margin-bottom:40px;
}
.leftSidebar #localnavlist{
	font-size:20px;
}

.prodLiability{
	width:48%;
	margin-left:1%;
	margin-right:1%;
}


}*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){ 
.leftSidebar h3{
	margin-bottom:20px;
}
.leftSidebar #localnavlist{
	font-size:21px;
}
.memberNameList ul{
	line-height:22px;
	font-size:13px;
}
}



@media (min-width: 600px){
.navcontainer > ul > li > .megamenu,.navcontainer > ul > li > a,.navcontainer > ul > li > a:before,.st-menu #navlist li a{
	-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;
}

}
@media (min-width: 750px){
.mobile{
	display:none;
}
.footer_links{
	display:inline-block;
}
.visible-mobile{
	display:none;
}


}
@media (max-width: 749px){

.biglogo {display: none;}
.memberNameList ul {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    width:100%;
}

.st-content,.st-menuInner{
	overflow:auto;
}
.bioPage .container-inner{
	padding:0 !important;
}
.sitefoter{
	text-align:center;
	padding:5px;
}
.policiesRights{
	display:block;
	text-align:center;
}
.footer_links{
	display:block;
    padding:0 !important
}
.primary-head .container{
	height:61px;
}
.hidden-mobile{
	display:none;
}
.visible-mobile{
	display:block;
}
img.visible-mobile{
	display:inline-block;
	width:100%;
}
.mobile{
	position:relative;
	display:block;
	height:100%;
}
.prodLiability{
	width:100%;
}
.navcontainer{
	display:none;
}
.fancyQuestion{
	font-size:40px;
	line-height:50px;
}
.fancyQuestion strong{
	font-size:50px;
}
.leftSidebar{
	position:static;
	width:100%;
	padding:20px 0;
}
.localNavWidget{
	width:50%;
	float:left;
}
.leftSidebar h3{
	margin-bottom:10px;
	margin-top:0;
	font-size:30px;
}
.leftSidebar #localnavlist{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
    margin-bottom:20px;
}
.leftSidebar .leftSidebarInner,.mobileHomeContent{
	position:relative;
	padding:0;
	width:90%;
	overflow:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.st-menu{
	width:100%;
}

html,body{
	/*background:url(../img/BG-innerpage.jpg) center center no-repeat;*/
	background-size:cover;
}
.mobilePage{
	background:#fff;
	color:#000;
	font-size:26px;
	font-weight:300;
	padding-bottom:100px;
}
.mobilePage h1,.mobilePage h3{
	color:#000;
	text-transform:uppercase;
	font-size:40px;
	margin-bottom:25px;
}

.mobilePage .memberNameList li a{
	color:#ef8e1b;
}
.mobilePage .memberNameList{
	font-size:34px;
	font-weight:400;
	overflow:hidden;
}
.mobilePage .memberNameList ul{
	font-size:16px;
	margin-top:20px;
	line-height:22px;
}
.memberNameList{
	overflow:hidden;
	margin-top:30px;
}

.pageContentArea .InnerPageRow{
	width:100%;
	left:0;
	position:relative;
	height:auto !important;
}
.pageInnerContent{
	width:100%;
	padding-bottom:52px;
}
.ourTeam .pageInnerContent h2 {margin-top:5px}
.pageInnerContent,.pageInnerContent .inner{
	position:relative;
	left:0;
	top:0;
	position:relative;
	width:100%;
	overflow:auto;
}
.pageInnerContent .inner{
	padding:20px;
}
.pageInnerContent{
	background:#fff;
}
.pageInnerContent address p{
	font-weight:400;
	font-size:28px;
	line-height:40px;
}
.contactus address ul li{
	display:block;
	position:relative;
	padding-left:35px;
	margin-bottom:5px;
}
.contactus address ul li span{
	position:absolute;
	left:0;
	top:8px;
}
.contactus address ul li:before {content: none !important}
.leftSidebar .textWidget{
	display:none;
}
.attornyInfo-wrap{
	position:relative;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	right:auto;
}
.attornyInfo-wrap figure{
	width:330px;
	height:330px;
	margin:auto;
	border-radius:50%;
	border:4px solid #707070;
	overflow:hidden;
	margin-bottom:-140px;
	text-align:center;
	z-index:20;
	position:relative;
}
.bioTabs{
	margin-top:0;
	position:relative;
	top:0;
	margin-top:-50px;
	padding-top:100px;
	background:#fff;
}
.bioTabs .tab-panel{
	background:#fff;
}
.infoBlock{
	padding-top:150px;
	margin-bottom:100px;
	margin-top:0;
	top:0;
	position:relative;
}
.bioTabs .tab-nav{
	text-align:center;
}
.bioTabs .tab-nav{
	padding:0;
	margin-bottom:10px;
	margin-top:0;
}

.bioTabs .tab-nav li{
    margin-top:15px;
}
.bioTabs .tab-panel{
	width:100%;
}
.bioTabs .tab_content{
	width:100%;
	padding: 20px 20px 80px;
}
.cv_block .cv_blocl_title{
	position:relative;
	left:0;
	top:0;
}
.cv_block{
	padding:20px 0 0;
}
.bioContent .attornyTitle{
	text-align:center;
	background:rgba(0,0,0,0.7);
	padding-bottom:240px;
	padding-top:140px;
	margin-bottom:-290px;
}
.bioPage{
	/*background:url(../img/BG-innerpage.jpg) center center no-repeat;*/
	background-size:cover;
}
.bioContent .attornyTitle > span{
	display:none;
}
.bioContent{
	padding-top:0;
}
.st-menuInner{
	width:100%;
}
.spacer40{
	height:auto;
}
@media (max-width: 480px){
.bioContent h1{
	font-size:30px;
}
.relatedAttorny .attorny a.emailID{
	font-size:13px;
}
.pageInnerContent address p{
	font-size:20px;	
}

.mobilePage h1, .mobilePage h3{
	font-size:30px;
}

.leftSidebar {padding:20px 0; position:relative;}
section.homeMobile .leftSidebar {padding-top:70px;}
.spacer40 {height:auto}
.leftSidebar #localnavlist{
	font-size:14px;
	line-height:26px;
    margin-bottom:0;
}

.mobilePage{
	font-size:18px;
}
.mobilePage .memberNameList{
	font-size:20px;
}
.leftSidebar h3{
	line-height:30px;
	font-size:23px;
}
.mobilePage .memberNameList ul{
	font-size:18px;
	line-height:26px;
}
.pageInnerContent address p{
	font-size:26px;
	line-height:30px;
}
.mobilePage .memberNameList ul{
	font-size:18px;
}
.ourTeam .pageInnerContent h2 {margin-top:5px}
.sitefoter {font-size: 10px;}
}
@media (max-width: 360px){
.bioTabs .tab-nav li a{
	padding:9px;
}
.attornyInfo-wrap figure{
	width:220px;
	height:220px;
}
.ourTeam .pageInnerContent h2 {margin-top:5px}
.leftSidebar {padding:20px 0; position:relative;}
section.homeMobile .leftSidebar {padding-top:70px;}
.spacer40 {height:auto}
.leftSidebar #localnavlist{
	font-size:14px;
	line-height:26px;
    margin-bottom:0;
}
.leftSidebar #localnavlist{
	font-size:14px;
}
.mobilePage .memberNameList ul{
	font-size:14px;
}
.mobilePage .memberNameList ul{
	font-size:16px;
}
.leftSidebar h3{
	line-height:30px;
	font-size:20px;
}
.mobilePage h1{
	font-size:24px;
}
.getSocial li img{
	max-width:20px;
}
.sitefoter {font-size: 10px;}
.sitefoter .container-inner {padding:0}

}

@media (max-width: 767px) {
.ourTeam .leftSidebar>.leftSidebarInner> h3.submenu+#localnavcontainer{
	display: none;
}
.ourTeam .leftSidebar>.leftSidebarInner> h3.submenu {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	width: 100%;
	float: none;
}
.ourTeam .leftSidebar>.leftSidebarInner >h3.submenu:first-child{
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ourTeam .leftSidebar>.leftSidebarInner >h3.submenu::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 6px;
	color: #000;
	background: #fff;
	padding: 0 4px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	border-radius: 22px;
}
.ourTeam .leftSidebar>.leftSidebarInner> h3.submenu.submenu-open::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

}




