/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url("http://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css");


/*@font-face {
	font-family: 'Conv_Georgia-Italic';
	src: url('../fonts/Georgia Italic.eot');
	src: url('../fonts/Georgia Italic.woff') format('woff'), url('../fonts/Georgia Italic.ttf') format('truetype'), url('../fonts/Georgia Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'Conv_Georgia-Italic';
	src: url('../fonts/Georgia-Italic.eot');
	src: local('☺'), url('../fonts/Georgia-Italic.woff') format('woff'), url('../fonts/Georgia-Italic.ttf') format('truetype'), url('../fonts/Georgia-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_GTSuperDisplay-Light';
	src: url('../fonts/GTSuperDisplay-Light.eot');
	src: url('../fonts/GTSuperDisplay-Light.woff') format('woff'), url('../fonts/GTSuperDisplay-Light.ttf') format('truetype'), url('../fonts/GTSuperDisplay-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('☺'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
  display: table;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
    line-height: 30px;
   /*font-family: 'Conv_ProximaNova-Regular';*/
 /* font-family: 'Montserrat', sans-serif;*/
 -webkit-font-smoothing: none; /* Looks very thin and awful */
-webkit-font-smoothing: subpixel-antialiased; /* It is the default and looks bolder */
-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
text-rendering: optimizeLegibility; 
-webkit-text-rendering: optimizeLegibility; 
 font-family: 'Conv_ProximaNova-Regular';
 
}
*::-moz-placeholder{ /* Firefox */
  opacity: 1;
}
*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000000;
}
*::-ms-placeholder { /* IE 10+ */
  opacity: 1;
  color: #000000;
}
p {  text-rendering: optimizeLegibility !important; 
   -webkit-font-smoothing: antialiased !important;}
ul li { list-style:none;}
ul { margin:0; padding:0;}
a { color:inherit; transition:0.5s all; -moz-transition:0.5s all; -webkit-transition:0.5s all;}
a:hover { transition:0.5s all; -moz-transition:0.5s all; -webkit-transition:0.5s all;}
a:hover, a:focus { text-decoration:underline; outline:none; -moz-outline:none; -webkit-outline:none; color:#00263D;}

.clearboth { clear:both;}

.table-d { display:table; text-align:center; height:inherit; width:100%;}
.table-cel { display:table-cell; vertical-align:middle; width:100%;}

.container {max-width:1170px;}

img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
        font-family: 'OpenSans';
}
h2{
  font-size: 29px;
}
.header-sec {  
  width: 100%;
  background-color:#0D3540;
  position: fixed;
  z-index: 99999;
  /*min-height: 100px;*/
  display: block;
  /*position: relative;*/
  transition: all .5s;
-webkit-transition: all .5s;
	/*height: 120px;*/
}
.header-sec.header-sm nav.navbar  {  
  /*! position: fixed; */
  /*! z-index: 99; */
  /*! left:0; */
  /*! right:0; */
  /*! top:0; */
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.header-gap{
  height: 125px;
}
#menu-menu {
	float: right;
/*	padding-right: 50px;*/
}
.home-header-section img {
  float: left;
  width: 100%;
}
.header-sec .navbar-brand {
  height: auto;
    float: left;
    padding-right: 5px;
}

.header_logo .eight-sticky-logo {
    display: block;
    opacity: 0;
    position: absolute;
	/*transition: visibility 0s, opacity 0.5s linear;
	visibility: hidden;*/
}
.fixed-hd .header_logo .eight-sticky-logo {
    display: block;
    position: absolute;
    opacity: 1;
	visibility: visible;
	/*transition: visibility 0s, opacity 0.5s linear;*/
	/*-webkit-transition: all 0.2s ease-out; 
       -moz-transition: all 0.2s ease-out; 
         -o-transition: all 0.2s ease-out; 
            transition: all 0.2s ease-out;*/
	 
}

.fixed-hd .header_logo .normal_logo{ opacity: 0;}
/*.header_logo .normal_logo{
-webkit-transition: all 0.2s ease-out; 
       -moz-transition: all 0.2s ease-out; 
         -o-transition: all 0.2s ease-out; 
            transition: all 0.2s ease-out;	
}*/


.header-sec .navbar .navbar-collapse {
  color: #B18B55;    padding: 0;
}
.header-sec .nav > li > a:focus, .header-sec .nav > li > a:hover, .header-sec .nav > li.active > a, .header-sec .nav > li.current-menu-item > a  {
  background-color: rgba(0, 0, 0, 0);
  color: #B18B55;
 /* border-bottom: 1px solid #B18B55;*/
}
.header-sec .nav > li {
    padding:0px 22px;
    text-align: right;
}
.header-sec .nav > li:last-child{ padding-right: 0px;}
.header-sec .nav > li > a {
  /*line-height: 23px;*/
  padding: 51px 0px;
  text-transform: uppercase;
  margin: 0;
  /*border-bottom: 1px solid transparent;*/
  transition: inherit;
  position: relative;
-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.header-sec .nav > li > a:before{ 
	content: '';  height: 1px; background: #B18B55; position:absolute; left:0;right: 100%;bottom:50px;
	-webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-sec.fixed-hd .nav > li > a:before{bottom:29px;}
.header-sec .nav > li > a:hover:before{right: 0;}
.header-sec .nav > li.current-menu-item a:before{right: 0;}
.header-sec .nav > li:last-child > a {
  padding-right: 0;
}
#logo_header {
  width: 20%;
  float: left;
}
.navbar {
  width: 100%;
  float: left;
  margin: 0;
  border: none;
}
.navbar-brand {
  display: table;
  line-height: 20px;
  margin: 0 auto;
  max-width: 100%;
  padding: 23px 0px;
  float:none;
}
footer * {
  font-size: 15px !important;
color: #fff !important;
}
footer {
  background-color: #0F3A46;
  color: #ffffff;
  padding: 65px 0 45px;
  position: relative;
  z-index: 9;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}

footer .copyright {
  color: #808080;
  font-size: 9px;
  margin-top: 15px;
}
footer address {
  color: #b2b2b2;
/*  font-size: 13px;*/
  line-height: 21px;
  margin-bottom: 10px;
}

footer article {
  font-size: 15px;
  line-height: 22px;
  /*margin-top: 13px;*/
}
/*.f-logo > img {
  max-width: 140px;
}
*/
.single-cf_lawyers .clerk_areas #content {
	position: relative;
	z-index: 2;
}
.single-cf_lawyers .clerk_areas #bg {
	z-index: 1;
	position: relative;
}
.single-cf_lawyers .clerk_areas {
	/*background: #43474c;*/
	background: #000;
}
.inner-baner.ten-banner {
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  height: 748px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #43474c !important;
}

.f-logo img {
    max-width: 157px;
    margin-top: 15px;
}
.slider-sec .item > img {
  width: 100%;
  /*height:100%;*/
}
.slider-sec {
  /*overflow: hidden;*/
  position: relative;
}
/*.carousel{
  position:absolute;
  width:100%;
  height:100%;
}*/
.carousel-inner{
  height:100%;
}
.carousel-inner > .item{
  height:100%;
}
.slider-cont {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider-cont .container > .row {
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}
.slider-cont .container .col-sm-6.col-md-4.right-pan {
  position: relative;
}
.slider-cont .left-pan, .slider-cont .right-pan{
 /* height:437px*/ /*515px*/;
}
.slider-cont h2 {
  float: left;
  font-family: "ars_maquette_proregular";
  font-size: 44px;
  padding-top: 11px;
  width: 100%;
  text-transform: capitalize;
}
.slider-cont aside {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  float: right;
  max-width: 260px;
  padding: 20px;
  right:15px;
  position: absolute ;
  /*top:0;
  bottom:auto\9;*/
}
.slider-cont aside h4 {
  border-bottom: 1px solid #737478;
  font-family: montserratbold;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 14px;
}
.slider-cont aside p {
  font-size: 12px;
  line-height: 18px;
}
.linkC {
  margin-bottom:15px;
  display:inline-block;
}
.home-links > h4 {
  color: #000000;
  font-family: 'ars_maquette_probold';
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 17px;
}
.home-links li a {
  color: #333333;
    display: inline-block;
}
.home-links li a:hover {
  color: #00263D;
  text-decoration: underline;
}
.home-links {
  margin-bottom: 30px;/* padding-right: 50px;*/
}
.figGroup figcaption a h5{
  font-family: 'MontserratBold';
}
.figGroup figcaption, .postimages figcaption {
  background-color: #00263d;
  color: #ffffff;
  padding: 15px 0;
}
.figGroup figcaption h5, .postimages figcaption h5 {
  margin: 0;
}
.figGroup figcaption p span, .postimages figcaption p span {
  font-family: montserratlight;
}
.figGroup > img {
  width: 100%;
  height:auto;
}
.ourPracticals {
  
}
.barri-more a{ color:#0F3A46 !important;}
.parallax-cont {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.parallaxBg, .parallax-sec {
  height: 45vh;
  max-height: 430px;
  min-height: 330px;
}
.parallaxBg {  
  background-attachment: fixed;  -webkit-background-attachment: fixed; 
  background-repeat: no-repeat;
  background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover;
  background-position:center center; -webkit-background-position:center center;
  }
.ourPracticals .parallaxBg { background-image:url(../images/img.jpg);}





.our-prt .parallaxBg {
  background-image:url(../images/bg-img1.png);
  
}
.parallax-sec {
  position: relative;
}

/*.parallaxBg {
   background-attachment:fixed;
   background-repeat:no-repeat;
   background-size:cover;
}*/
.ttl {
	font-size: 22px;
	margin-bottom: 0px;
	font-family: 'MontserratRegular';
	color: #203361;
    line-height: 35px;
}

.ourPracticals .ttl {
  color: #fff;
  margin-bottom: 32px;
}

.btn, .btn:hover, input[type="submit"]:hover {
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;  
}
.btn.btn-outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-family: "MontserratRegular";
  font-size: 13px;
  margin: 0 auto;
  max-width: 150px;
  padding: 11.5px 30px;
  width: auto;
}
.btn.btn-outline:hover { 
  background-color:rgb(255,255,255);
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  color:#000000 !important;
/*  border-color: #EF3E35;*/

}
.nav-tabs > li > a {
  border: 0 none;
  font-family: montserratbold;
  margin: 0;
  padding: 30px 35px 30px 0;
  color:#ffffff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
  background-color: rgba(0, 0, 0, 0) ;
  border: 0 none;
  color: #EF3E35 ; 
}
.nav.nav-tabs {
  border-bottom: 0 none;
  margin: 0;
}
.barristers-sec li select, .mb-prct, .mbl-brst, .mob-hm_cat{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  color: #000000;
  margin-top: 23px;
 padding-left: 15px;
 padding-right: 30px;
  text-transform: uppercase;
  background-image:url(../images/select-bg.png);
  background-repeat:no-repeat;
  background-position: center right;
  text-align:center;
  text-align:-webkit-center;
  min-width:145px;
}
.mb-prct, .mbl-brst, .mob-hm_cat{
  margin:0;
  cursor:pointer;
  background-image:none;
}
.mobile-barristers, .mobile-practicers, .home-mbl-nav{
  position:relative;
}
.mobile-barristers::after, .mobile-practicers:after, .home-mbl-nav:after{
  position:absolute;
  content:"";
  background:url(../images/select-bg.png) no-repeat center center;
  top: 13px;
  width:35px;
  height:15px;
}
.mobile-practicers {
  line-height: 40px;
}
#mobile_tab_home_s{
  margin-top:20px;
}
.barristers-sec .mobile_tab_home li select{
  font-size:13px;
  width:100%;
}
.barristers-sec .mobile_tab_home li select option {
  padding: 10px 0;
}
#mobile_tab_home_s article {
  display: none;
}
#mobile_tab_home_s article.active {
  display: block;
}
#mobile_tab_home_s article.active h4{
  display:none;
}
.barristers-sec li select::-ms-expand {
    display: none;
}
.list-tabs option {
  padding: 9px 5px; border:0;
  text-transform: uppercase;
}
.ten-pa .list-item > li {
  width: calc(50% - 16px);
}
.list-item > li {
  float: left;
  margin-right: 16px;
  padding-right: 0;
  padding-top: 16px;
  width: calc(50% - 16px);
}
.Areas.Of.Practice .list-item > li{
   width: calc(33.3333% - 16px);
}
.list-item.postimages figcaption { transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;}
.list-item.postimages figcaption:hover {
  background-color: #EF3E35;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.list-item.postimages figcaption:hover, ul.list-item.postimages li:hover figcaption {
  background-color: #00263d;
  transition: all 0.5s ease 0s;
}
figcaption:hover a, ul.list-item.postimages li:hover figcaption a {
  color: #fff;
}
figcaption a:hover{
  text-decoration: underline;
}

.tab-content h3 {
  font-family: montserratregular;
  font-size: 21px;
  text-transform:uppercase;
}
.productImg > img {
  width: 100%;
}
.logout {
    color: #fff;
    float: right;
    margin-top: 75px;
}
.barristerDetail article h5 {
  font-family: montserratbold;
  font-size: 22px;
  margin-bottom: 22px;
  margin-top: -4px;
}
.contact-ul li strong {
  font-family: montserratbold;
  font-weight: normal;
  margin-right: 10px;
}
.barristerDetail .right-pan article p {
  line-height: 24px;
  margin-bottom:15px;
}
.productImg {
  padding-right: 30px;
}
.btn, .description .form-group input[type="submit"] {
  border-radius: 0;
  color: #ffffff;
  margin-top: 7px;
  padding: 12px 40px;
  border:1px solid #000;
  background-color:#ccc;
}
.description .form-group input[type="submit"]{
  padding:0 40px;
}
.btn.btn-black {
  background-color: #000000;
  border-color: #212121;
}
.btn.btn-black:hover {
  background-color: transparent;
  border-color: #212121;
  color: #212121;
}
.btn.btn-yello {
  background-color: #EF3E35;
  border-color:#EF3E35;
  min-width:230px;
}
.description .form-group input[type="submit"] {
  background-color: #212121;
  border-color: #212121;
  text-transform:uppercase;
}
.btn.btn-yello:hover { background-color:#fff; color:#EF3E35; }
.description .form-group input[type="submit"]:hover {
  background-color: #fff;
  border-color: #212121;
  color:#212121;
}

.details {
  background-color: #e5e5e5;
  margin-top: 70px;
  padding: 60px;
}
.details article { margin-bottom:30px;}
.details article h4 {
  font-family: montserratbold;
  font-size: 14px;
  margin: 0 0 15px;
}
.details article p{
  margin-bottom:5px;
}
.details article li {
   line-height: 20px;
  margin-bottom: 10px;
}
.details .col-sm-4.right-pan a{
  color:#EF3E35;
}
.details .download_pdf {
  display: flex;
}
.inner-baner > img {
  width: 100%;
}
.about .content-sec, .readership .content-sec{
  padding: 61px 0 130px;
}
.practice_areas .list-tabs {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.practice_areas .nav.nav-tabs li {
  float: none;
}


.practice_areas .tab-content {
  padding: 0;
}
.practice_areas .nav.nav-tabs {
  margin-top: 15px;
  padding-left: 0px;
}

.contact-pg .productImg {
  padding-right: 150px;
}
.layout-page .left-pan > aside {
  background-color: #e5e5e5;
  margin-left: -840%;
  /*min-height: 630px;*/
  padding-left: 840%;
  padding-top: 70px;
  padding-right: 18px;
  padding-bottom:31%;
}
.ttl2 {
  font-family: montserratregular;
  font-size: 21px;
  margin-top: 0;
  text-transform:uppercase;
  margin-bottom: 25px;
}
.layout-page .right-pan > summary {
  padding-top: 70px;
}
aside h5 {
  font-family: montserratregular;
  font-size: 14px; margin-top:0;
}
.layout-page .contact-ul li strong {
  margin-right: 5px; 
}
.right-pan img {
 /* width: 100%;*/
}
.description .ttl2 {
  margin-bottom: 0;
}
.description .form-group input{
  background-color: #f0f0f0;
  border: medium none;
  border-radius: 0;
  height: 40px;
  vertical-align:middle;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  padding:0 15px;
}
.description form {
  padding-bottom: 130px;
}
.description .form-group label {
  font-weight: normal;
}
.description .form-group input[type="checkbox"]{
  float:left;
  margin-right:7px;
  height:auto;
}
.contact-txt {
  margin-top: 34px;
}
.about-pg p{
  margin-bottom: 24px;
}
.about-pg .home-links li {
  margin-bottom: 3px;
}
.about-pg .home-links > h4{
  margin-top:35px;
}
.relatioship .col-sm-8.right-pan p {
  margin-bottom: 15px;
}
.contact-main .right-pan .contact-txt .col-sm-6.col-md-7 > p {
  padding-right: 50px;
}
.contact-main .right-pan .contact-txt .col-sm-6.col-md-7 > p > img{
  margin-top:15px;
  max-width:100%;
}
#log_forms {
  margin-top: 18px;
}
#map-canvas {
  border: 3px solid #eaeaea;
  max-width: 330px;
  padding:3px;
  margin: 25px 0;
  max-height: 203px;
}
.list-item.isotop-item.postimages {
 /* margin-top: 24px;*/
}
/*slider-24-03-2016*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

#home_nav li article, .byline {
  display: none;
}
.mobile_tab_practice > li.active, .isotop_mobile_tab, #home_nav, #home_nav li a.active, .isotop_mobile_tab li.active{
  display: none;
}
.nav-tabs.isotop_mobile_tab li.active {
  display: block;
}
#mobile_tab_home_s > article#senior-counsel {
  display: block;
}

.readers > li {
  line-height: 22px;
  list-style-position:outside;
  list-style-type:disc;
  margin-bottom: 7px;
  margin-left: 16px;
}
.associative > li {
  line-height: 18px;
  margin-bottom: 13px;
}

/*.practice_areas .nav.nav-tabs a:hover, .practice_areas .nav.nav-tabs li.active a {
  color: #EF3E35;
}*/
.practice_areas .nav.nav-tabs a:hover {
  color: #000000;
}
.practice_areas .nav.nav-tabs li.active a {
  color: #00263d;
}
.relatioship .container > .row {
  display: flex;
}

.paddingTP60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.paddingTP110 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.paddingTP50 {
  padding-bottom: 100px;
  padding-top: 50px;
}
.isotop-item{
  min-height:25px;
}


.barristerDetail .contact-ul {
  line-height: 23px;
  margin-bottom: 15px;
}

.contact-info-reader {
  margin: 25px 0;
}

/* 22-08-16*/

.navbar-brand > img {
    max-width: 100%;
    width: auto;
    height: 75px;
	
}

.verticalMiddle {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.see-our-barristers h2 {
  color: #ffffff;
  margin-top: 52px;
}
/*contact-page*/
.response div.wpcf7-validation-errors {
  display: none;
}
.response .wpcf7-mail-sent-ok {
  color: #398f14;
  margin-left: 0;
  width: 83%;
}
.ten_contact {
	/*padding: 61px 0 130px;*/
	padding:61px 0 55px;
}
/*
.cnt_phon {
	margin-top: 30px;
}
*/
.cnt_phon > p {
	margin: 0;
}
form.wpcf7-form {
  margin-bottom: 56px;
}
.contact-main h2 {
  font-family: 'ars_maquette_promedium';
  font-size: 29px;
  margin: 8px 0 0;
  text-transform: capitalize;
}
.contact-main .form-controller{margin-bottom: 20px;}
.contact-main div.wpcf7-response-output{margin: 2em 0 1em;}
.contact-main .form-controller input[type="text"], .contact-main .form-controller input[type="email"], .contact-main .form-controller input[type="tel"], .contact-main .form-controller textarea {
width: 536px;
height: 60px;
border: 1px solid #95989A;
opacity: 1;
border-radius: 5px;
/*margin-bottom: 20px;*/
padding-left: 19px;
padding-right: 19px;
letter-spacing: 0;
color: #717171;
font-family: 'Conv_Georgia-Italic';
font-size: 16px;
line-height: 34px;
}
.contact-main .form-controller textarea.wpcf7-textarea{
  height: 220px;
  padding-top: 12px;
}
.contact-main .form-controller input::-webkit-input-placeholder, .contact-main .form-controller textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717171;
}
.contact-main .form-controller input::-moz-placeholder, .contact-main .form-controller textarea::-moz-placeholder { /* Firefox 19+ */
  color: #717171;
}
.contact-main .form-controller input:-ms-input-placeholder, .contact-main .form-controller textarea:-ms-input-placeholder { /* IE 10+ */
  color: #717171;
}
.contact-main .form-controller input:-moz-placeholder, .contact-main .form-controller textarea:-moz-placeholder { /* Firefox 18- */
  color: #717171;
}
.contact-main .form-controller input[type="submit"] {
width: 158px;
height: 60px;
background: #0F3A46 0% 0% no-repeat padding-box;
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
line-height: 34px;
letter-spacing: 1px;
color: #FFFFFF;
border-radius: 0px;
border: none;
margin-top: 0;
}
.contact-main .form-controller input[type="submit"]:hover {
  background: #0F3A46 none repeat scroll 0 0;
  color: #BB8C53;
border: none;
}
.contact-ul > li {
  color: #000000;
}
footer .contact-ul > li{
  color: #b2b2b2;
  line-height: outside none none;
}
footer .contact-ul > li strong{
  color: #ffffff;
}
.contact-ul > li strong {
  color: #000000;
  margin-right: 0;
}
address h3.ttl2 {
  font-family: MontserratBold;
  font-size: 14px;
  margin: 28px 0 4px;
  text-transform: capitalize;
}
address:last-child h3.ttl2 {
  margin: 0 0 4px;
}
address p {
  line-height: 23px;
}
address:last-child > p:last-child {
  margin-top: 23px;
}
.right-pan, .right-text {
  margin-top: 8px;
}

/*about-page*/
.content-sec.about-pg h2 {
  font-size: 29px;
  margin: 40px 0 50px;
}
footer .right-text h4 {
  font-size: 16px;
  margin: -8px 0 0;
}
.copy-buttom {
  color: #808080;
}
.last-left{
  font-size:10px;
}
.copy-buttom .last-right {
  display: block;
  font-size: 10px;
  padding-right: 47px;
  text-align: right;
}
.content-sec.about-pg {
  padding-bottom: 44px;
    padding-top: 0;
}
/*cler-page*/

.ten-clerk.clerk_areas {
/*  background: rgba(0, 0, 0, 0) url("../images/bg_02.jpg") no-repeat scroll 0 0 / 100% 100%;*/
  padding-top: 76px;
  padding-bottom: 79px;
}
.clerk_areas p {
  color: #404040;
  padding-bottom: 11px;
}
.clerk_areas h2 {
  margin: 5px 0 1px;
  max-width: 600px;
}
.clerk_areas h4 {
  color: #000;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 57px;
}
.clerk_areas h3 {
  /*font-size: 16px;
  margin: 10px 0;*/
}
.clerk_contact > h3 {
  color: #000;
}
.clerk_areas h3 a {
  display: block;
  /*border-bottom: 1px solid #8c8c8c;*/
  /*padding-bottom: 8px;*/
  font-size: 18px;
  /*font-weight: bold;*/
  position: relative;
}
.clerk_areas h3 a::before {
  /*content: "\f106";*/
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clerk_areas h3 a.collapsed::before{
  /*content: "\f107";*/
}
.clerk_areas h3 a:hover,
.clerk_areas h3 a:active,
.clerk_areas h3 a:focus {
  text-decoration: none;
}
.clerk_contact {
  /*margin: 58px 0 35px;*/
}
.clerk_contact > h3 {
    font-family: 'Conv_GTSuperDisplay-Light';
    font-size: 30px;
    line-height: 30px;
    color: #B18B55 !important;
    margin-top: 0;
    font-style: italic;
    margin-bottom: 25px;
}
.clerk_areas p {
margin: 0;
  padding: 0;
}
.clerk_contact > p, .barrister_contact > p, .areas-expert > p {
  margin: 0;
    padding: 0;
}
/*home-page*/
.content-sec.abt_txt .col-sm-offset-1 {
  margin-left: 6%;
}
.cat-home.desktop_tab_home .left-pan1 h2 {
  line-height: 16px;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.cat-home.desktop_tab_home .right-pan1, .cat-home.desktop_tab_home .mdl-pan1 {
  margin-top: 5px;
}
.cat-home.desktop_tab_home .right-pan1 {
  padding-left: 31px;
}
.right-pan1 .home-links:last-child {
  padding-top: 29px;
}
.content-sec.paddingTP60.barristers-sec {
  background: #f7f5f4 none repeat scroll 0 0;
  padding-top: 70px;
}
.content-sec.paddingTP60.abt_txt {
  background: #fff none repeat scroll 0 0;
  padding-top: 97px;
  padding-bottom: 67px;
}
.abt_txt .ttl {
  font-family: "ars_maquette_promedium";
  font-size: 29px;
  line-height: 16px;
  margin-top: 0;
  text-align: center;
  padding-right: 30px;
}
.content-sec.abt_txt a{
  display: block;
  font-family: 'MontserratBold';
  font-size: 13px;
  padding-top: 25px;
  text-transform: uppercase;
}
.abt_txt p a {
  margin-bottom: -15px;
}
.abt_txt p {
  padding-bottom: 15px;
}
.list-tabs ul li figcaption:hover .brt-email, .list-tabs ul li figcaption:hover .brt-email, ul.list-item li figcaption:hover .brt-email{
  color: #fff;
}
footer .right-text a {
  color: #b2b2b2;
}
/*barrister/peter-batey-page*/
.barristerDetail.clerk_areas .col-sm-5 {
  width: 35.667%;
}
.barristerDetail.clerk_areas .col-sm-3 {
  margin-left: 17px;
  width: 28.6%;
}
.barristerDetail.clerk_areas .col-sm-4 {
  margin-right: -45px;
  width: 37.5%;
  padding-left: 45px;
}
.barristerDetail{
  /*background: rgba(0, 0, 0, 0) url("../images/bg_02.jpg") no-repeat scroll 0 0 / 100% 100%;*/
  padding-top: 50px; padding-bottom: 235px;
  /*padding-bottom: 235px;*/
}
/*.barristerDetail .brt-img figure{
  position: fixed;
}*/
.areas-expert h3, .barrister_contact h3, .barrister-education h3 {
  color: #000;
  margin-bottom: 16px;
}
.barristerDetail.clerk_areas .brt-txt > p {
	margin: 25px 0;
	max-width: 100%;
	padding: 0;
}
.barrister_contact {
  margin-top: 20px;
}
.areas-expert p, .barrister_contact p, .barrister-education p{
  padding-bottom: 0;
}
.bt-txt{  
 font-family: 'ars_maquette_promedium';
 font-size: 29px;
}
.mbl-brst {
  float: right;
  margin-right: 16px;
}
.mbl-brst li {
  display: inline-block;
}
.mobile-barristers {
  margin-left: 4px;
}
.barristers-sec .list-tabs ul.sortbrt {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 1;
}
.barristers-sec .nav-tabs > li > a {
  padding: 8px 35px 8px 0;
  border: medium none;
  font-family:"MontserratLight";
}
.barristers-sec .nav-tabs > li {
  float: none;
  padding: 0 15px;
}
.mbl-brst li:first-child{
    font-family:'montserratbold';
}
.Home .barristers-sec h4 a:hover{
  color: #000000;
}
.postimages .element-item figcaption.text-center > p {
	/* color: #878787; */
	font-size: 12px;
	word-wrap: break-word;
	display: block;
	margin-bottom: 0;
	line-height: 16px;
	text-transform: capitalize;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	transition-delay: 0.25s;
}
.postimages .element-item:hover p {
	opacity: 1 !important;
}
.postimages .element-item figcaption.text-center > p strong {
  font-weight: normal;
}
.barrister-education .ttl1 {
  margin-top: 30px;
}
/*practice_areas-page*/

/*.Areas.Of.Practice .practice_areas .right-pan .element-item {
  margin-top: 17px;
}*/

section.practice_areas {
  padding-bottom: 31px;
  padding-top: 66px;
}
/*.practice_areas .isotop-item {
  margin-bottom: 35px;
}
*//*.practice_areas .list-item.isotop-item.postimages {
  margin-top: 32px;
}
*//*mediation-page*/

.mediation h2.ttl {
  font-family: "ars_maquette_promedium";
  font-size: 29px;
  margin: 9px 0 50px;
}
.mediationdescription {
    padding: 20px 0;
}
/*
.mediation .list-item.isotop-item.postimages {
  margin-top: 26px;

}*/
.content-sec.mediation {
  margin-bottom: 122px;
}
/*barristers-page*/
section.barristers-sec {
  padding: 61px 0 31px;
}
.barristerDetail .brt-img img{
  width: 100% !important;
}
.barristerDetail .brt-img {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.post-con figcaption:hover {
  background: #ef3e35 none repeat scroll 0 0;
}
.post-con figcaption:hover .brt-email, .post-con figcaption:hover .brt-email {
  color: #fff;
}
span.cat_desc{
  font-family: MontserratLight;
    float: right;
    font-size: 16px;
    padding-left: 13px;
    padding-top: 12px;
    text-transform: lowercase;
}
.isotop-item h3.parenting {
  text-transform: capitalize;
}
.ten-clerk.clerk_areas img, .barristerDetail .brt-img img {
    position: fixed;
    top: 55px !important;
  left: 0;
    width: 100%;
    z-index: -1;
  max-width: none;
  height: auto !important;
}
.barristerDetail.clerk_areas .brt-img img{
  top: 18px !important;
}

.Areas.Of.Practice .isotop-item {
  min-height: 56px !important;
}
.Areas.Of.Practice .isotop-item h3 {
  margin-top: 0;
}
.Areas.Of.Practice .isotop-item h3 {
  font-family: 'ars_maquette_promedium';
  font-size: 29px;
}
.mb-prct li {
  text-transform: none;
}
.header-sec .navbar .navbar-nav .navbar .navbar-nav{
  margin-top: 15px;
}
.right-pan .contact-ul a:hover, .right-pan .contact-ul a:focus{
  color: #b2b2b2;
 }
 .cnt-details .contact-ul a:hover {
  color: #000;
}
.clerk_email .btn.btn-black.text-uppercase {
  padding: 9px 26px 11px;
}
.barristers-sec .mbl-brst {
  margin-top: 17px;
}
.clerk_areas li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  color: #404040;
}
.ten-history p strong {
  font-size: 22px;
}
.ten-history h6 {
    font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #434343;
    margin-top: 0px;
    margin-bottom: 30px;
}
.ten-history h5 {
    font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-top: 0px;
    margin-bottom: 15px;
}
.ten-history p {
    font-family: 'Conv_ProximaNova-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-bottom: 0px;
}
.ten-history ul li{
    color: #BB8C53 !important;
    font-family: 'Conv_ProximaNova-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0px !important;
}
.ten-history p {
  margin-bottom: 25px;
}
.hist_para{
	font-family: 'Conv_Georgia-Italic' !important;
    font-size: 17px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    color: #0F3A46 !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}
.hist_para a{ text-decoration: none !important; color: #BB8C53 !important;}
.hist_para a:hover{text-decoration: none; color: #0F3A46 !important;}
.rdr_spcl {
    font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #434343;
    margin-top: 0px;
    margin-bottom: 10px;
}
.content-sec.ten-history {
  margin: 60px 0 30px;
}
.Contact p {
  font-size: 20px;
  color: #282525;
  line-height: 35px;
}
.inne-pagenotfound {
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 700px;
  padding-left: 5%;
  padding-right: 5%;
  padding: 60px 0 60px;;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
}
.inne-pagenotfound h1 {
  clear: both;
  color: #363636;
  font-size: 70px;
  line-height: 66px;
  margin-bottom: 25px;
}
.inne-pagenotfound p {
    font-size: 30px;
    line-height: 33px;
}
span.screen-reader-text {
  display: none;
}
.inne-pagenotfound input[type="search"] {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #363636;
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.inne-pagenotfound .search-submit {
  background: #ef3e35 none repeat scroll 0 0;
  border: 1px solid;
  display: inline-block;
  margin: 20px auto;
  max-width: 200px;
  width: 100%;
  color: #ffffff;
  padding: 10px;
}
.search-form > label {
  display: inline-block;
  max-width: 350px;
  padding-top: 10px;
  width: 100%;
}
.about-pg p > a, .here{
color:#ef3e35;
 text-decoration: underline;
}
.about-pg a:hover {
    text-decoration: underline;
}
.search-result .post-thumbnail img {
  height: auto;
  width: auto;
}
.practiceareatabs.mediation-arbitration, .element-item .mediation-arbitration {
  display: none;
}

/* 25-04-2018 start */
.content_container{
	position: relative;
    top: 80px;
	padding-bottom: 80px;
	
}
.overlay_barrisers .content_container{ /*background: #000;*/}
.clerk_areas #content {
    margin-top: 40px;
}
.clerk_areas * {
	color: #fff !important;
}
.clerk_areas h2 {
	text-transform: uppercase;
	font-size: 40px;
    font-family: 'MontserratLight';
}
.ten-clerk .clerk_email .btn.btn-black {
	background: transparent;
	border-color: #fff;
	text-transform: capitalize;
	font-size: 24px;
    font-family: 'MontserratLight';
}
.ten-clerk .clerk_email .btn.btn-black:hover {
	background: #fff;
    color: #00263d !important;
}
.ten-clerk.clerk_areas img, .barristerDetail.clerk_areas .brt-img img {
	/*top: 152px !important;*/
	top: 79px !important;
}
    
/* 25-04-2018 end */

/* 30-04-2018 start */
.banner img {
	width: 100%;
}
.ten-home-hov {
 display: none;
position: absolute;
left: 293px;
top: -12px;
width: 100%;
height: auto;
max-width: 390px;
z-index: 1;
max-height: 490px;
/*overflow: hidden;*/
bottom: auto;
}
.ten-home-hov img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.home-links li a:hover + .ten-home-hov {
  display: block;
}
.ten-members {
    position: unset;
   /* width: 13%;
    padding: 0px 9px;*/
}
.ten-intro-members .ten-members:last-child{ padding-right: 0px;}
.ten-intro-members > .container > .row {
	position: relative;
}
.ten-intro > p {
	max-width: 435px;
    margin: 20px 0;
    display: inline-block;
}
.ten-intro-members {
	padding: 44px 0 20px;
	min-height: 488px;
}
.ten-history p > a {
	text-decoration: underline;
	color: #00263d;
}
.ten-intro-members .col-sm-12.left-pan {
  margin-top: 75px;
}
/* 30-04-2018 end */
/* 02-05-2018 end */

.ten-members .home-links > ul, .ten-lr .home-links > ul{
     -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.ten-members .home-links > ul > li, .ten-lr .home-links > ul > li {
	display: inline-block;
	width: 100%;
}
hr {
	border-top: 1px solid #898989;
}
.ten-intro > hr {
    margin-bottom: 0;
}
.postimages .element-item figcaption.text-center {
	bottom: -40px;
	position: absolute;
	width: 100%;
	padding: 10px;
}
.isotop-item.postimages .element-item figcaption.text-center {
	bottom: -25px;
}
.postimages .element-item {
  position: relative;
  overflow: hidden;
    /*max-width: 240px;*/
}
.postimages .element-item:hover .text-center, .isotop-item.postimages .element-item:hover figcaption.text-center {
	bottom: 0;
}
.see-our-barristers .parallaxBg {  
    background-image: url("../images/see_our.png");
}
.postimages .element-item figcaption.text-center h5 {
  margin: 5px 0 10px;
  text-transform: uppercase;
    font-family: Axiforma-Book;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
/*.postimages .element-item:hover h5 {
  margin-bottom: 3px !important;
}*/
.ten-home-hov > p {
  background: #00263d;
  margin: 0;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 60px;
  text-transform: uppercase;
  padding: 10px 0 0;
  line-height: 22px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ten-home-hov > img + p {
  font-size: 22px !important;
  line-height: 30px;
}
.ten-home-hov > p:last-child{
  padding: 10px 5px;
}
.ten-home-hov > p a {
    color: #fff;
    text-transform: capitalize;
}
#showall > .ttl {
	margin-top: 65px;
	margin-bottom: 20px;
}
.ten-history h3 {
  margin-bottom: 40px;
}
.ten-history ul li {
	list-style: none;
  position: relative;
  padding-left: 18px;
}
.ten-history ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #BB8C53;
  border-radius: 0;
}
.ten-history ul {
  margin-bottom: 25px;
}
footer a, footer address, footer address li, footer a:hover {
	color: #fff !important;
}
#accordion > div {
  /*margin-top: 45px;*/
}
.barrister_contact h3 {
  font-weight: bold;
}
.barrister_contact {
  margin-top: 30px;
} 
.clerk_contact.mobile-details h3 {
  font-weight: bold;
}

/***************** 14-08-2019 *****************/
.banner{ width: 100%; overflow: hidden;background-color: #0D3540; padding-top:40px;}
.welcome-section{ width: 100%; overflow: hidden; position: relative;}
.practce-section{ width: 100%; overflow: hidden; position: relative; background: #0F3A46;}
.full{ width: 100%; overflow: hidden; margin: 0px;}
.welcome-section .hm-inner-content{ width: 45%; float: left;min-height: 599px;display: flex;align-items: center;text-align: center;padding: 0px 15px; background: #FFFFFF;}
.welcome-section .hm-inner-image {
    width: 50%;
    float: left;
    background-position: center;
    min-height: 599px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.practce-section .hm-inner-content {
    width: 50%;
    float: right;
    min-height: 599px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0px 0px;
    background: #0F3A46;
}
.practce-section .hm-inner-image {
    width: 45%;
    float: left;
    background-position: center bottom;
    min-height: 599px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.hm-inner-content h2 {
    text-align: left;
    font-family: 'Conv_GTSuperDisplay-Light';
    font-size: 48px;
    line-height: 54px;
    color: #B18B55;
    margin-top: 0px;
    margin-bottom: 30px;
	width: 345px;
}
.hm-inner-content p{
	width: 100%;
    overflow: hidden;
	margin-bottom: 0;
}
.hm-inner-content p.para{
text-align: left;
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
/*font-size: 20px;*/
line-height: 30px;
letter-spacing: 0;
color: #717171;
margin-bottom: 50px;
}
.hm-inner-content a{
text-align: left;
font-family: 'Conv_ProximaNova-Regular';
font-size: 15px;
line-height: 28px;
letter-spacing: 0;
color: #B18B55;
float: left;
text-transform: capitalize;
}
.hm-inner-content a:hover{ text-decoration: none; color:#fff;}
.welcome-section .hm-inner-content a:hover{ text-decoration: none; color:#00263D;}
.practce-section .hm-inner-content p.para{ color:#fff;}
.box {max-width: 516px;}
footer address, footer .contact-ul > li, footer .contact-ul > li a, .ft-eml p, .ft-eml a{ font-size: 14px !important;font-family: 'Conv_ProximaNova-Regular' !important;line-height: 24px;margin-bottom: 0px;word-wrap: break-word;}
.ft-eml p{margin-bottom: 0px !important; margin-right: 0px !important;  line-height: 26px !important;max-width: 100% !important;}
footer .contact-ul > li a:hover, .ft-eml a:hover{ text-decoration: none; color: #B18B55 !important;}
footer .contact-ul > li a:focus, .ft-eml a:focus{ text-decoration: none;}
.ten_intro_box{ max-width: 275px;}
.ten_intro_box h2{
	text-align: left;
    font-family: 'Conv_GTSuperDisplay-Light';
    font-size: 48px;
    line-height: 54px;
    color: #B18B55;
    margin-top: 0px;
    margin-bottom: 30px;
	width: 67%;
}
.ten_intro_box p{
text-align: left;
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
line-height: 30px;
letter-spacing: 0;
color: #717171;
}
.ten-intro{ padding-top: 128px;}
.ten-intro-members .ten-members{ /*padding-top: 130px;*/}
.ten-intro-members .home-readers .ten-members{ padding-top: 0px;}
.ten-intro-members .ten-members .ttl{
text-align: left;
font-family: 'Conv_GTSuperDisplay-Light';
/*font-size: 28px;*/
font-size:22px;
line-height: 28px;
font-style: italic;
letter-spacing: 0;
color: #0F3A46;
margin-top: 0px;
margin-bottom: 20px;
}


.ten-intro-members .ten-members:last-child{ /*width:25%;*/}
.ten-intro-members .ten-members:last-child .home-links ul li{ width: 100%;display: block !important;}
.home-links ul li {
    display: block !important;
}
.home-links ul li a{
font-family: 'Conv_ProximaNova-Regular';
font-size: 14px;
letter-spacing: 0;
color: #B18B55;
line-height: 27px;
margin-bottom: 0px;
}
.home-links ul li a:hover, .home-links ul li a:focus{ text-decoration: none;}
.about h2.head_title, .readership h2.head_title{
margin-top: 0px;
margin-bottom: 20px;
width: 426px;
max-width: 100%;
}
.about h6, .readership h6{
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
line-height: 30px;
letter-spacing: 0;
color: #434343;
margin-top: 0px;
margin-bottom: 30px;
}
.about p, .readership p{
font-family: 'Conv_ProximaNova-Regular';
font-size: 15px;
line-height: 28px;
letter-spacing: 0;
color: #0F3A46;
margin-bottom: 0px;
}
.Barristers h2.head_title{
margin-top: 0px;
margin-bottom: 20px;	
}
.Barristers .barristers-sec p{
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
line-height: 30px;
margin-bottom: 20px;
color: #434343;
max-width: 90%;
}
.barrister_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.practice_areas .nav.nav-tabs a {
font-family: 'Conv_Georgia-Italic';
font-size: 17px;
color: #B18B55;
padding: 0 0 10px;
}
.banner_cnt {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}
.banner h2 {
color: #FFFFFF;
font-family: 'Conv_GTSuperDisplay-Light';
font-size: 50px;
line-height: 37px;
display: block;
}
.banner h3 {
color: #BB8C53;
font-family: 'Conv_GTSuperDisplay-Light';
font-size: 28px;
line-height: 37px;
display: block;
}
.cmn-bnr{
float: right;
margin-right: 100px;
}
.clrk_section{ padding: 61px 0 0px;}
.clrk_section #content{ min-height:300px !important;}
.inner_banner{ position: relative;}
.clerk_left_cnt h6{
	font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #434343;
    margin-top: 0px;
    margin-bottom: 30px;
}
.clerk_left_cnt p {
    font-family: 'Conv_ProximaNova-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-bottom: 0px;
}
.clerk_contact p{
	font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-top: 0px;
    margin-bottom: 0px;
}
.clerk_contact p a:hover{color: #BB8C53;}
.cnt_tin p a:hover{color: #BB8C53; text-decoration:none;}
.clerk_contact p.clrk_para{margin-bottom: 30px;}
.header-sec.fixed-hd{ position: fixed;min-height: 50px;height: 80px;}
.header-sec.fixed-hd .navbar-brand > img, .header-sec .navbar-brand.eight-sticky-logo img {
    max-width: 100%;
    width: auto;
    height: 50px;
}
.header-sec.fixed-hd .nav > li > a{padding: 30px 0px;}
.header-sec.fixed-hd .navbar-brand{padding: 15px 60px;}
.barristerDetail h2 {
    font-family: 'Conv_GTSuperDisplay-Light';
    font-size: 48px;
    line-height: 54px;
    color: #B18B55 !important;
    margin-top: 0px;
    margin-bottom: 20px;
	text-transform: capitalize;
}
.barristerDetail .panel-collapse li {
    font-family: 'Conv_Georgia-Italic';
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
}

.barristerDetail p{
	font-family: 'Conv_ProximaNova-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff !important;
    margin-bottom: 30px !important;
}
.barristerDetail .barrister_contact p, .barristerDetail .barrister_contact p a{
	font-family: 'Conv_Georgia Italic' !important;
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: 1px;
    color: #fff !important;
    font-style: italic !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.barristerDetail .acc-panel h3.ttl1 a{
font-family: 'Conv_Georgia-Italic';
font-size: 18px;
line-height: 30px;
letter-spacing: 0;
color: #BB8C53 !important;
} 
.barristerDetail .acc-panel h3.ttl1{ margin-top: 0px;}
.barristerDetail .acc-panel h3.ttl1 a i{color: #BB8C53 !important;font-size: 22px;}
.barristerDetail .acc-panel p{
	color: #BB8C53 !important;
	font-family: 'Conv_ProximaNova-Regular';
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0px !important;
	position: relative;
	padding-left: 15px;
}
.barristerDetail .acc-panel p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #BB8C53;
    left: 0;
    top: 11px;
}
.barristerDetail .acc-panel p a{color: #BB8C53 !important;}
.barristerDetail .acc-panel p a:hover{ text-decoration: underline !important; color: #fff !important;}
.barristerDetail .qa .acc-panel .panel-collapse{ padding-left: 50px;}
.barristerDetail .acc-panel .add-icn .fa-angle-down:before {
    content: "\f106";
}
a:hover, a:focus{ text-decoration: none !important;}
.ten_cnt p.clrk_para {
    font-family: 'Conv_Georgia-Italic';
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-top: 0px;
    margin-bottom: 30px !important;
}
.cnt_tin p, .cnt_tin p a{
    font-family: 'Conv_Georgia-Italic';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ten-senior{ width: 100%; float: left;}
.home-readers{width: 33.33%; margin-bottom: 30px;float: left;}
.home-readers .ten-members{ width:100%;}
.home-readers .ten-members h2{margin-bottom: 5px !important;}
.home-readers .ten-members .home-links{ margin-bottom: 15px !important;}
.home-readers .ten-members:first-child .home-links{ padding-top: 48px;}

/* media queries */

@media (min-width:1800px) {
.container {
   max-width: 1457px;
   width: 1457px;
}
.ten-home-hov{ left: 317px; /*bottom:104px;*/}	
.ten-intro-members .ten-members .ttl{ font-size: 30px;}
.home-links ul li a{ font-size: 17px;}
.content_container{ min-height: 92% !important;}
/*.ten-intro-members .ten-members:last-child {
    width: 30%;
}*/
.ten-link{ width:50%; float: left;}
.ten-senior .ten-members{
width:33.33%;
}
.home-readers .ten-members{width:100%;}
	.ten-intro-members{padding: 44px 0 67px;}
}

@media (min-width:1400px) and (max-width:1920px) {
.header-gap.Home {
  height: 92px;
} 
}

@media (min-width:1200px) and (max-width:1799px) {
.ten-intro{ width: 60%;}
.ten-link{ width:40%; float: left;}
.ten-members{ width: 33.33%;}
.ten-home-hov {
 max-width: 355px;left: 319px;
} 
}

@media (max-width:1380px) {
/*.slider-cont .left-pan {
  height: 444px;
}*/
 
}

@media (min-width:1200px) and (max-width:1529px) {

.hm-inner-content h2{ width: 345px;}	
.welcome-section .hm-inner-image, .practce-section .hm-inner-image, .welcome-section .hm-inner-content, .practce-section .hm-inner-content{ min-height: 500px;}	
		
}



@media (max-width:1280px) {
  .slider-cont aside {
  bottom: 0;
  margin-top: 5%;
}
.contact-ul > li:last-child {
  word-wrap: break-word;
}
.practice_areas .nav.nav-tabs {
  padding-left: 0;
}

/*.slider-cont .left-pan {
  height: 314px;
}*/ 

}
@media (min-width:1200px) {
	.content_container{padding-top: 0px;}
}
@media (max-width:1024px) {
.slider-cont .left-pan {
  height: 330px;
}
.nav-tabs > li > a {
  font-size:12px;
  padding: 30px 34px 30px 0;
}
/*
.header-sec .nav > li > a {
  padding-left: 31px;
  padding-right: 31px;
}
*/
.clerk_areas {
  padding-bottom: 30px;
}
/*.ourPracticals{
  background-size: inherit;
}*/
h2 {
  font-size: 22px;
}
.home-links > h4 {
  font-size: 15px;
  
}
.brt-email  {
  
  font-size: 11px;
}
.barrister_contact {
  margin-top: 20px;
}
.parallaxBg {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clerk_areas #content {
	margin-top: 0;
}
/*section.practice_areas, section.barristers-sec {
    padding-top: 0;
}*/
}
@media (max-width: 991px) {

.inner-baner.ten-banner {
  height: 300px;
}
#menu-menu {
	padding: 0;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cat-home.desktop_tab_home .right-pan1 {
  padding-left: 0;
}
.post-con img {
  height: auto;
  width: 100%;
}.cat-home.desktop_tab_home .left-pan1 h2 {
  line-height: 16px;
  padding-left: 0;
}
.brt-email {
  font-size: 11px;
  padding: 0 6px;
}
.practice_areas.content-sec .nav.nav-tabs{
  margin-top: 15px;
}
.barristerDetail.clerk_areas .col-sm-5 {
  width: 36.667%;
}
.barristerDetail.clerk_areas .col-sm-4 {
  margin-right: 0;
  width: 33.5%;
}
.barristerDetail.clerk_areas .col-sm-3 {
  margin-left: 0;
  width: 29%;
}
.header-gap.About, .header-gap.Contact {
  height: 76px;
}
.Mediation .postimages figcaption {
  min-height: 98px;
}
.header-sec .navbar-brand {
  max-width: 276px;
}

}

@media (max-width: 1199px) {
	.header-sec .nav > li {
		padding: 15px 8px 0px;
	}
}
@media (max-width:979px) {
/*.header-sec {
  height: 135px !important;
}
.header-gap {
  height: 135px !important;
}*/
footer * {
  font-size: 13px !important;
}
.header-sec .nav > li > a {
  font-size: 12px;
  margin: 0;
}
.header-gap.Home, .header-gap.about, header-gap Contact {
  height: 77px;
}
.home-links {
  padding-right: 0;
}
.contact-pg .productImg {
  padding-right: 50px;
}
/*.layout-page .left-pan > aside {
  min-height: 600px;
}
  */
.slider-cont .left-pan {
  height: 249px;
}
.slider-cont h2 {
  float: left;
  font-family: montserratregular;
  font-size: 25px;
} 
.slider-cont aside {
  max-width: 342px;
  padding-bottom:5px;
}
.slider-cont aside h4 {
  font-size: 16px;
  margin-bottom:6px;
  padding-bottom:10px;
}
.linkC {
  margin-bottom:7px;
  display:inline-block;
}
.nav-tabs > li > a {
  font-size:12px;
  padding: 30px 14px 30px 0;
}
.barristers-sec li select {
  font-size: 11px;
  padding-right: 26px;
  padding-left:22px;
  text-align:left;
 background-position: 102px center;
}
.barristers-sec .mobile_tab li select{
  width:100%;
}
.practice_areas .figGroup figcaption h5 {
  font-size: 11px;
}
.practice_areas .figGroup figcaption p {
  font-size: 13px;
}
.practice_areas .nav.nav-tabs {
  margin-top: 17px;
}
.practice_areas .nav.nav-tabs.mobile_tab_practice, .barristers-sec .isotop_mobile_tab, ul#home_nav{
  background:rgba(0, 0, 0, 0.5);
  margin:0;
}
.practice_areas .nav.nav-tabs.mobile_tab_practice li, .barristers-sec .isotop_mobile_tab li, ul#home_nav li{
  padding:10px;
  line-height:18px;
  border-bottom:solid 1px #c2c2c2;
  text-align:center;
}
.practice_areas .nav.nav-tabs.mobile_tab_practice li a, .barristers-sec .isotop_mobile_tab li a, ul#home_nav li a{
  color:#fff;
  font-family:montserratlight;
}
.practice_areas .nav.nav-tabs.mobile_tab_practice li.active a, .barristers-sec .isotop_mobile_tab li.active a{
  color:#EF3E35;
}
.list-item figcaption h5 {
  font-size: 13px;
  height: auto;
}
.practice_areas .nav.nav-tabs a {
  line-height: normal;
  margin-bottom: 10px;
}
.contact-main .right-pan .contact-txt .col-sm-6.col-md-7 > p {
  padding-right: 0;
}
.contact-ul > li:last-child {
  word-wrap: break-word;
}
/*.f-logo > img {
  max-width: 170px;
}
*/.right-text h4 {
  font-size: 18px;
}
.clerk_areas p {
  max-width: inherit;
}
/*
#mobile_tab_home_s li a:hover, .home-links ul li a:hover, #clerks ul a:hover {
  color: #EF3E35;
}
*/

.content-sec.paddingTP60.barristers-sec {
  padding: 30px 0;
}
#mobile_tab_home_s {
  margin-top: 20px;
}
.contact-main {
  padding: 40px 0 0;
}


.parallaxBg, .parallax-sec{
  height: 26vh;
  max-height: 370px;
  min-height: 300px;
}
.ten-intro > p, .ten-home-hov {
	max-width: 340px;
}
    
/*.ourPracticals .parallaxBg { background-image:url(../images/img-tab.png);}*/
}


@media screen and (min-width: 992px) and (max-width: 1199px){
.contact-main .form-controller input[type="text"], .contact-main .form-controller input[type="email"], .contact-main .form-controller input[type="tel"], .contact-main .form-controller textarea{ width: 100%;}	
.practce-section .hm-inner-content{ padding-right: 16px;}
	
.ten-home-hov{left: 227px;max-width: 299px;/*bottom: 205px;*/}	
.ten-intro{ width: 55%;}
.ten-link{ width:45%; float: left;}
.ten-members{ width: 33.33%;}
.ten-intro-members .ten-members:last-child {
    /*width: 30%;*/
}
.ten-intro-members .ten-members .ttl{ font-size: 22px;}	
.ten_intro_box {
    max-width: 195px;
}
.ten-intro-members{ padding: 44px 0px 20px;}
.ten-clerk.clerk_areas img, .barristerDetail.clerk_areas .brt-img img {
    top: 80px !important;
}
.barrister_img{height: 290px;}
.header-sec .nav > li{ padding-top: 0px;}
.content_container{top: 80px;}	
.barristerDetail{padding-top: 33px;padding-bottom: 63px;}
	.ten-senior, .home-readers{ margin-bottom: 0px;}	
}


@media screen and (min-width: 768px) and (max-width: 991px){
.header-sec{height: 104px;}
.practce-section .hm-inner-content{ padding-right: 17px;}
.ten-intro-members .ten-members .ttl{ font-size: 18px;}	
.home-links ul li a{ font-size: 14px;}
.ten-intro{ width: 55%;}
.ten-link{ width:45%; float: left;}
.ten-members{ width: 33.33%;}
.ten-intro-members .ten-members:last-child {
    /*width: 30%;*/
}
	.ten-intro-members .ten-members:last-child ul li:nth-child(odd){ padding-right: 10px;}
.ten_intro_box h2{ font-size: 39px;}
.content-sec.paddingTP60.barristers-sec {
    padding: 0;
}
.barrister_title{font-size: 26px !important;}	
.barrister_img{height: 200px;}	
.ten-intro > p {
    max-width: 230px;
}	
.ten-home-hov {
    left: 208px;
    /*top: 132px;*/
    max-width: 200px;
}
.navbar-brand > img {
    max-width: 150px;
    width: 150px;
}	
.navbar-brand{ padding: 15px 0px !important;}
.header-sec.fixed-hd .navbar-brand {
    padding: 15px 40px !important;
}
.header-sec{ min-height: 10px;}
.header-sec .nav > li{ padding: 0px 8px;}	
.header-sec .nav > li > a{padding: 42px 0px;font-size: 13px;}
.header-sec .nav > li > a::before{ bottom: 34px;}	
.contact-main .form-controller input[type="text"], .contact-main .form-controller input[type="email"], .contact-main .form-controller input[type="tel"], .contact-main .form-controller textarea{ width: 100%;}
.ten-clerk.clerk_areas img, .barristerDetail.clerk_areas .brt-img img {
    top: 92px !important;
}	
.box{ width: 100%;}
.hm-inner-content h2{ width: 286px;font-size: 39px;}
.ten_intro_box {
    max-width: 180px;
}
.ten-intro-members {
    padding: 44px 0 0;
    min-height: 488px;
}
.ten-intro {
    padding-top: 92px;
}
.ten-clerk.clerk_areas img, .barristerDetail.clerk_areas .brt-img img {
    top: 80px !important;
}
.content_container{padding-top:0px; top: 64px;}	
	.home-readers{ margin-bottom: 0px;}
}

@media screen and (min-width: 481px) and (max-width: 767px){
.barrister_img {
    height: 209px !important;
}
.barrister_title{font-size: 24px !important;}
}

@media (max-width:767px) {
.content_container{top: 10px; padding-bottom: 10px;}
.header-sec.fixed-hd .navbar-brand > img {
    max-width: 100%;
    width: auto;
    height: 45px;
}
.header-sec.fixed-hd .navbar-brand {
    padding: 0px 0px;
}
.ten_intro_box, .ten_intro_box h2 {
    max-width: 100%;
}
  .home-mbl-nav {
  line-height: 40px;
}
  .Contact p {
  font-size: 18px;
  color: #282525;
  line-height: 32px;
}
.ten_cnt {
  margin-bottom: 25px;
}
.ten_contact {
  margin-bottom: 45px;
}
.header-gap {
  height: 85px;
}
.content-sec {
/*padding: 20px 0;*/
}
.paddingTP60 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.header-sec .navbar-toggle .icon-bar {
 background-color: #B08B55;
} 
.header-sec .navbar-toggle {
/*  border: 1px solid #EF3E35;*/
  margin-right: 7px;
  margin-top: 20px;
  padding: 7px 8px;
}
.header-sec {
  height: 71px !important;
/*  border-bottom: 1px solid #ccc;*/
  position:fixed;
  z-index: 99999;
}
.header-sec .navbar {
  margin-bottom: 0;
}
.header-sec .navbar .navbar-collapse {
  margin: 0;
  width: 100%;
}
footer {
  text-align: center;
}
.slider-cont {
  position:absolute;
  height:100%;
}
.slider-cont .container{
  position:relative;
  top:50%;
  transform:translateY(-50%);
}
.slider-cont .right-pan {
  display: none;
}
.slider-cont .container .col-sm-6.col-md-4.right-pan {
  padding: 0;
}
.slider-sec .item > img {
  min-height: 300px;
}

.slider-sec .item > img {
  min-height: inherit;
}

.slider-cont aside {
  max-width: 100%;
  padding-bottom: 5px;
  position: relative;
  right: 0;
}
.content-sec .pull-right {
  float: none !important;
}

.list-tabs .nav-tabs > li > a {
  margin: 0;
  padding: 10px 10px;
}
/*.list-tabs .nav-tabs > li {
  margin-bottom: 0;
  width: 30%;
}
*/
.barristers-sec li select {
  margin-bottom: 20px;
}
.productImg {
  margin-bottom: 30px;
  padding-right: 0;
}
.paddingTP110 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.contact-pg .productImg {
  padding-right: 0px;
}
.layout-page .left-pan > aside {
  margin: 0 -15px;
  min-height: 100%;
  padding: 30px 15px;
}
.layout-page .right-pan > summary {
  padding-top: 30px;
}
.carousel {
  position: relative;
  width: 100%;
  min-height:100%;
}
.list-tabs .nav-tabs.hidden-lg > li, .list-tabs .nav-tabs.hidden-lg > li select{
  width: 100%;
}
.list-tabs .nav-tabs.hidden-lg > li select{
  margin:10px 0;
}

#mobile_tab_home_s article li {
  display: inline-block;
  text-align: left;
  width: 50%;
  float: left;
  line-height: 18px;
  margin: 8px 0;
}
#mobile_tab_home_s article#junior-counsel li {
  float: left;
}
.brst-mbl-filter {
  text-align: center;
}
/*.content-sec {
  padding: 20px 0;
}*/
.contact-main .form-controller input, .contact-main .form-controller textarea {
  width: 100%;
}
.content-sec.about-pg h2 {
  font-size: 28px;
}
/*
.ttl {
  font-size: 32px;
}
*/
.see-our-barristers{
  background-size:auto auto;
}
/*about-page*/
.content-sec.about-pg h2 {
  margin: 0 0 15px;
}
.content-sec.about-pg {
  padding-bottom: 55px;
}
/*clerk-page*/
.clerk_areas {
  padding-bottom: 0;
}
.barristerDetail{
  padding-top: 0;
}
.clerk_areas h4 {
  margin-bottom: 10px;
  margin-top: 40px;
}
/*.clerk_areas {
  padding-top: 25px;
}*/
.clerk_contact {
  margin-bottom: 30px;
}
.clerk_email {
  margin: 20px 0 0;
}
.clerk_areas figure img {
  display: block;
  float: none !important;
  margin: 0 auto;
  position:relative;
  z-index: -1;
}
/*navigation*/
nav.navbar {
  background: transparent none repeat scroll 0 0;
  top: 0;
}
.navbar-nav {
  background: #ffffff;
  margin: 0 -15px;
  padding-left:20px;
}
nav.navbar .container{
  padding: 0;
}
.header-sec .nav > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.header_logo{
    float: left;
    position: relative;
    z-index: 9;
}
.list-tabs .col-sm-6.pull-right {
  float: none !important;
}
.mbl-brst > ul {
  text-align: center;
}
.bt-txt {
  text-align: center;
}
.mbl-brst {
  background: rgb(239, 62, 53) none repeat scroll 0 0;
  float: none;
  margin-right: 0;
  padding-left: 0;
}
.barristers-sec .list-tabs ul.sortbrt {
  margin: 0 auto;
  width: 100%;
  position: static;
}
/*
.barristers-sec a:hover, practice_areas a:hover {
  color: #fff;
}
*/
/*.practice_areas .list-item > li {
  padding-top: 0;
}*/
.practice_areas .list-item.isotop-item.postimages {
  margin-top: 0;
}
.mediation h2.ttl {
  font-size: 25px;
  margin: 0 0 10px;
}
section.barristers-sec {
  padding: 20px 0;
}
.barristers-sec .tab-content {
  padding:0 15px 21px;overflow: hidden;
}
.content-sec.abt_txt a {
  padding-top: 0;
}
.content-sec.paddingTP60.abt_txt {
  padding:50px 0 42px;
}
.content-sec.about-pg{
  padding: 30px 0;
}
section.practice_areas {
  padding: 25px 0;
}
.content-sec.about-pg {
  padding-bottom: 30px;
}
.barristerDetail.clerk_areas .col-sm-5, .barristerDetail.clerk_areas .col-sm-3 {
  width: auto;
  position: relative;
  z-index: 9;
}
.barristerDetail.clerk_areas .col-sm-4 {
  width: auto;
}
.barristerDetail.clerk_areas .col-sm-4, .Kim .clerk_areas figure {
  margin-right: 0;
  margin-top: 0;
  max-width: 100%;
  position: fixed;
  top: 123px;
  left: 0;
  padding: 10px;
}
.Home .navbar, .About .navbar, .Contact .navbar {
  background-color: transparent;
}
.mb-prct, .mbl-brst, .mob-hm_cat {
  background: #0D3540 none repeat scroll 0 0;
}
.home-mbl-nav, .mobile-practicers {
   color: #ffffff;
}
.contact-ul {
  margin-bottom: 20px;
}
.copy-buttom .last-right {
  padding-right: 0;
  text-align: center;
}

.mbl-brst li {
  color: #fff;
  font-size: 12px;
}
.mobile-barristers::after{
  top: 2px;
}
.mobile-barristers::after, .mobile-practicers::after, .home-mbl-nav::after {
  background: rgba(0, 0, 0, 0) url("../images/select-monbg.png") no-repeat scroll center center;    margin-left: 20px;
}
.navbar-brand {
  padding: 0;
}
.brt-email {
  padding:0 4px;
}
.content-sec.about-pg h2 {
  font-size: 24px;
}
.barrister_contact a {
  word-wrap: break-word;
}
/*#mobile_tab_home_s #senior-counsel li {
  display: block ;
  margin: 0 auto;
  text-align: center;
  width: auto;
}*/
.header-gap.Home, .header-gap.About, .header-gap.Contact{
   height: 87px;  
}
.header-sec .nav.navbar-nav {
  margin-top: 18px;
}
.response .wpcf7-mail-sent-ok {
  width: 100%;
}
.isotop-item {
  min-height: inherit;
}
.mb-prct, .mbl-brst, .mob-hm_cat {
  margin-top: 13px;
}
.Areas.Of.Practice .isotop-item {
  min-height: inherit !important;
}
.ten-clerk.clerk_areas {
  padding-top: 0px;
}
.contact-main h2 {
  margin: 8px 0 10px;
}
.navbar-brand > img {
    max-width: 100%;
    margin: 13px 0;
    height: 45px;
}
.right-pan .contact-ul a:hover {
  color: #3399ff;
  opacity: 0.6;
}
/*.practice_areas .right-pan{
  margin: 25px 0;
}*/
/*.Areas.Of.Practice .practice_areas .right-pan .element-item {
  margin-top: 0;
}*/
.barristerDetail .brt-img figure {
  position: static;
  z-index: -1;
}
.clerk_areas.content-sec .col-sm-6:first-child {
  position: relative;
  z-index: 9;
}
/*.clerk_areas, .ten-clerk.clerk_areas {
   padding-bottom: 30px;
 margin-top: 215px;
}*/
.clerk_areas.content-sec > .container,  .barristerDetail > .container{
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  margin-top: 70%;
  padding-bottom: 40px;
}
.clerk_areas h2, .clerk_areas h4, .barristerDetail.clerk_areas p, .areas-expert h3, .barrister_contact h3, .barrister-education h3, .clerk_areas p, .clerk_contact > h3, .clerk_areas li {
  color: #fff;
}
.barristerDetail.clerk_areas .col-sm-3{
  margin-left: 0;
}
.header-sm{
   display: block;
}
.ten-clerk.clerk_areas {

  padding-bottom: 0px;
}
.clerk_areas h2 {
  padding-top: 30px;
}
.ten-clerk.clerk_areas img, .barristerDetail .brt-img img {
  margin-top: 60px;
}
.clerk_areas h2 {
  font-size: 25px;
}
.ten-clerk.clerk_areas img, .barristerDetail .brt-img img, .barristerDetail.clerk_areas .brt-img img {
    top: 0px !important;
}
.clerk_areas h3 {
  color: #b0b0b0;
}

.areas-expert, .clerk_contact  {
 /* border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;*/
  /*margin-top: 40px;
  padding-bottom: 20px;*/
}
.clerk_areas h3 {
  color: #ffffff;
}
#logo_header {
  float: left;
  position: relative;
  width: 80%;
  z-index: 9999;
}
/*.parallaxBg {
   background-attachment:inherit;
   background-repeat: repeat;
   
}
*/.tab-content .list-item li:nth-child(4n){
  padding-right: 0; margin-right: 16px;
}
/*.tab-content .list-item li:nth-child(3n){
  padding-right: 0; margin-right: 0;
}*/
#mobile_tab_home_s article{
  text-align:center !important;
}

    
.navbar {
	position: absolute;
	right: 0;
	margin-top: 0;
}
.clerk_areas #content {
	margin-top: 70%;
}
#bs-example-navbar-collapse-1 {
	box-shadow: none;
}
#menu-menu {
    float: right;
    padding: 15px;
    width: 100%;
    margin: 0;
	height: 100vh;
	background: rgba(13,53,64,.9);
}
.home-links img {
	width: auto;
	max-height: 300px;
}
.ten-intro-members {
	padding: 20px 0;
}
.ten-intro > p {
	max-width: 100%;
}
.mobile-details p{ margin-bottom: 5px !important; }
}

@media (min-width:768px) {
.desk{ display: block;}
.mob{ display: none;}
.content_container{ min-height: 80%;}
}

@media (max-width:767px) {
	.header_logo{ float: none;}
.header-sec .nav > li > a:focus, .header-sec .nav > li > a:hover, 
.header-sec .nav > li.active > a, .header-sec .nav > li.current-menu-item > a {
	color: #B18B55 !important;
}
  .inner-baner.ten-banner h2 {
    font-size: 30px;
  }
  .header-sec .nav > li.current-menu-item > a{
    color: #333;
  }
 /* .content-sec.ten-history {
  margin: 50px 0 10px;
}*/
.practice_areas .nav.nav-tabs a {
  margin-bottom: 0;
}
.ten-history p strong {
  font-size: 18px;
}
.list-item > li/*, .practice_areas .list-item > li */{
  float: left;
  margin: 0 16px 0 auto;
  width: calc(33.3333% - 16px);
}
/* .list-item > li:nth-child(3n+3) {
  margin-right: 0;
} */
.relatioship .container > .row {
  display: inherit;
}
.practice_areas h3  {
  display: none !important;
}


.tab-content .list-item li {
  padding-right: 0; margin-right: 16px;
  text-align: center;
  width: calc(50% - 16px);
}
.mediation .list-item .element-item:nth-child(3n) { margin-right:0;}
.mediation .list-item .element-item:nth-child(4n) { margin-right:16px;}
.parallaxBg {
 /* background-attachment: scroll;
  background-repeat: no-repeat;*/
 /* background-size: 150% auto;*/
  
}
.parallaxBg.our-prt {
  /*background-size: 200% auto;*/
}
.our-prt .parallaxBg {
  background-image: url("../images/img2-mobile.jpg");
}

/*.see-our-barristers {  background-image: url("../images/img.jpg");}*/
.see-our-barristers > .container {
  height: 280px;
}
.our-prt > .container { height: 200px; } 
.inne-pagenotfound h1 {
  font-size: 50px;
  line-height: 47px;
}
.inne-pagenotfound p {
  font-size: 22px;
  line-height: 23px;
}
.ourPracticals .ttl {
  margin-top: 0;
}
.ourPracticals > .container {
  height:200px;
}
.parallaxBg {
  /*background-size: 100% 136%;*/
}
#footer .left-pan {
  margin-bottom: 30px;
}
.addres {
  margin-top: 30px;
}
.header-sec{ min-height: 50px;}

/****14-08-responsive ****/
.about h2.head_title, .readership h2.head_title{ width: auto;}	
.banner{margin-top: 0px;    padding-top: 61px;}	
.barrister_img{ height: 290px;}	
	
.clerk_contact.mobile-details h6 {
    font-family: 'Conv_Georgia-Italic';
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #434343;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
} 	
/*.clerk_contact.mobile-details p {
    font-family: 'Conv_ProximaNova-Regular';
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #0F3A46;
    margin-bottom: 0px;
}	*/
.clrk_para{
	 font-family: 'Conv_Georgia-Italic' !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    color: #0F3A46 !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}
.header-sec .nav > li {
    padding: 0;text-align: center;
}	
.header-sec .nav > li > a{ padding: 10px 0px;}	
.header-sec .nav > li > a::before{bottom: 0px;}	
.contact-main .form-controller input[type="text"], .contact-main .form-controller input[type="email"], .contact-main .form-controller input[type="tel"], .contact-main .form-controller textarea{ width: 100%;height: 40px;}		
.contact-main .form-controller textarea.wpcf7-textarea {
    height: 120px;
    padding-top: 12px;
}	
.welcome-section .hm-inner-content, .practce-section .hm-inner-content {
    width: 100%;
    float: left;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
    background: #FFFFFF;
}	
.hm-inner-content h2{ width: 100%;}	
.welcome-section .hm-inner-image{ width: 100%;min-height: 300px;position: relative;}	
.practce-section .hm-inner-image{ width: 100%;min-height: 300px;position: relative;}	
.box {
    max-width: 100%;
}
.practce-section .hm-inner-content p.para {
    color: #717171;
}
.ten-intro {
    padding-top: 20px;padding-bottom: 20px;
}
.ten-intro-members {
    min-height: 50px;
}
.desk{ display: none;}
.mob{ display: block;}
.header-sec.fixed-hd .nav > li > a {
    padding: 10px 0px;
}
.header-sec.fixed-hd .nav > li > a::before {
    bottom: 0;
}
.cmn-bnr {
    float: right;
    margin-right: 15px;
}
.banner h2{line-height: 10px;font-size: 28px;}
.clerk_contact > h3{ margin-top: 25px;}
.clrk_section {
    padding: 20px 0 0px;
}
}

@media (max-width: 539px) {
.parallaxBg {
  /*background-size: 100% auto;*/
 
}
.inner-baner.ten-banner {
  height: 150px;
}
  
}

@media (max-width:480px) {
  .inner-baner.ten-banner h2 {
      font-size: 22px;
    }
.list-item > li, /*.practice_areas .list-item > li*/ {
  float: left;
  margin: 0 auto;
  max-width: 300px;
 /* padding-right: 10px;*/
 /* width: 100%;*/
  max-width: 100%;
  margin-right:0;
}
.slider-sec .item > img{
  min-height: 300px;
}
About .inner-baner > img {
  min-height: 190px;
}

/*.tab-content .list-item li:nth-child(3n) {
  padding-right: 0; margin-right:0;
}*/
.tab-content .list-item li:nth-child(4n) {
  margin-right: 0;
  padding-right: 0;
}

.tab-content .list-item li{
  margin-right: 0;
}
.list-item > li, .Areas.Of.Practice .list-item > li/*, .practice_areas .list-item > li*/ {
    width: 100%;
}
.isotop-item, .list-item {
  margin: 0 auto;
  max-width: 261px;
  min-height: inherit;
}

.list-item > li, .Areas.Of.Practice .list-item > li {
	margin: auto !important;
	float: none;
}

}


@media (max-width:479px) {
.tab-content .list-item li{ width: 100%;}
.barrister_img {
    height: auto;
}
#mobile_tab_home_s article li {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.list-item > li{
  width: auto;
  left:0;
  right: 0;
  float: none;
  
}
.tab-content .list-item li {
  padding-right: 0;
}

.ten-pa .list-item > li {
  width: 100%;
}

}

/*@media (max-width:380px) {
.clerk_areas #content {
    padding-top: 36vh !important;
} 
}
@media (max-width: 375px){
.clerk_areas #content {
    padding-top: 36vh !important;
}
}*/

.head_title {
font-family: 'Conv_GTSuperDisplay-Light';
font-size: 48px;
line-height: 54px;
color: #B18B55;
text-align: left;
margin-top: 0px;
}
.barrister_title {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #B18B55;
    font-family: 'Conv_GTSuperDisplay-Light';
    font-style: italic;
    margin-top: 32px;
    margin-bottom: 12px;
}
.barrister_title:hover{ color:#00263D;}
