body {
  /*padding-top: 64px;*/
  background: #fff;
  font-family: 'Molengo', sans-serif;
  color: #2d2d2d;
  line-height: 23px;
}
.img-responsive {
  display: inline;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  font-family: 'Molengo', sans-serif;
  color: #272727;
}
a {
  color:#a30015;
}
a:hover, a:focus {
  color:#a30015;
  text-decoration:underline;
}
p {
  font-size:14px;
  text-align: justify;
}
.text-center p {
  text-align: center;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  margin:10px 0;  
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}

.section-header p {
  font-size:12pt;
}
.section-header .section-title {
  font-size: 40px;
  font-weight: lighter;
  color: #272727;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #b5c9c9;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #474747;
}
.btn {
  border-width: 0;
  border-bottom-width: 5px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #a30015;
  border-color: #7F0011;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #7F0011;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  border-bottom: 1px solid #000;
}
.divider {
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
  margin: 50px auto;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 17px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
.navbar-header {
  padding:0 20px;
  color:#fff;
}
.navbar-header h4 {
  color:#fff;
}
.navbar a {
  line-height:19px !important;
}
.lang-ico img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lang-ico img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.lang-active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}
@media only screen and (max-width: 767px) {
 .navbar-header {
  background:#a30015;
 }
 #main-body{
  padding-left:10px !important;
  padding-right:10px !important;
 } 
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 17px;
    border-top: 3px solid #444444;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

/*************************
*******Banner******
**************************/
.banner-text {
  background: rgba(255,255,255,0.4);
  margin-top:30px;
  padding: 20px;
}
.banner-text p {
  font-size:12pt;
}
.thefirm {
  background:url(../images/photo5.jpg);
  background-size:cover;
  padding:60px 0 100px;
  height:450px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .thefirm {
    margin-top: 55px;
    height: 250px;
  }
}
.left-logo {
  padding:0 !important;
}
.areasofpractice {
  background:url(../images/photo2.jpg);
  background-size:cover; 
  padding:60px 0 100px;
  height:450px;
}
.lawyers {
  background:url(../images/photo4.jpg);
  background-size:cover;
  padding:60px 0 100px;
  height:450px;
}
.thefirm .row, .areasofpractice .row, .lawyers .row {
  margin: 0px;
}

/*************************
*******Main Body******
**************************/
.main-body {
  padding-top:80px;
  padding-bottom:80px;
}
#thefirm_page img {
  padding-top:5px;
}
#lawyers_page img {
  width:250px;
   -webkit-box-shadow: 7px 7px 0px -1px rgba(163,163,163,1);
  -moz-box-shadow: 7px 7px 0px -1px rgba(163,163,163,1);
  box-shadow: 7px 7px 0px -1px rgba(163,163,163,1);
}
#lawyers_page .subtitle {
  text-align: center !important;
  margin:30px 70px;
}
#lawyers_page .subtitle p {
  text-align: center !important;
}
#lawyers_page .title1 {
  margin-top:30px !important;
}
#lawyers_page .title2 {
  font-weight:lighter;
  font-size:12pt;
}
#lawyers_page a {
  color: #2d2d2d;
}
#lawyers_page a:hover {
  color: #a30015;
}

#lawyers_page small {
  margin-top:5px;
}
#lawyers_page .fa-angle-double-right {
  margin-right:10px;
}
#lawyers_detail img {
  float:right;
  margin-left:30px;
  width:400px;
}
#lawyers_detail h4 {
  font-size:16pt;
}
#contact_page img {
  margin-top:5px;
}
#contact_page address {
  margin-top:20px;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-large {
  margin-bottom:20px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 55px;
  height: 55px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  margin-right: 50px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #a30015;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #a30015;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}

#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #95B3D7; /*#92CDDC*/
}
#footer.footer-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer a {
  color: #fff;
  font-weight: bold;
}
#footer a:focus, #footer a:hover {
  text-decoration:underline;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
#footer .footer-text {
  text-align: right;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/***********************
********* Queries ******
************************/
@media only screen and (max-width: 767px) {
  /*.thefirm {
    background:url(../images/photo5m.jpg);
    background-size:cover;
    background-position: center;
    padding:80px 0 100px;
  }*/
  /*.areasofpractice {
    background:url(../images/photo2m.jpg);
    background-size:cover; 
    background-position: center;
    padding:80px 0 100px;
  }*/
  /*.lawyers {
    background:url(../images/photo4m.jpg);
    background-size:cover;
    background-position:right;
    padding:80px 0 100px;
  }*/
  .main-body {
    padding:50px 20px 30px;
  }
  #lawyers_page .subtitle {
    text-align: justify !important;
    margin:30px 5px;
  }
  #lawyers_detail img {
    margin-bottom:20px;
  }
  #contact_page img {
    margin-bottom:20px;
  }
  #footer .footer-text {
    float: left !important;
  }
}

.landingpage {
  width: 100%;
  padding-top:10%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-language {
  width: 150px;
  padding:10px 30px;
  color:#000;
  margin-left:0;
  margin-right:0;
  margin-top: 100px;
  font-size: 20px;
  border-top: 1px transparent solid;
  border-bottom: 1px transparent solid;
  border-radius: 0;
}
.btn-language-middle {
  border-left: 1px #a30015 solid;
  border-right: 1px #a30015 solid;
}
.btn-language:hover {
  border: 1px #a30015 solid;
  color:#000;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 10px;
}
.media.service-box .pull-left > h5 {
  font-size: 12px;
  height: 50px;
  text-align: center;
  width: 50px;
/*  border-radius: 100%;*/
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  padding-top: 13px;
}
.media.service-box .pull-left > h5:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  right: -8px;
  border: 3px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > h5 {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#paging {
  text-align: center;
}
.paging-link::first-child {
  margin: 0 10px 0 0;
}
.paging-link {
  margin: 0 10px;
}
.img-thumbnail-big {
  max-height: 350px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-landingpage {
  background: #222; margin-top: 10%;background-color:rgba(255, 255, 255, 0.5);padding: 50px;height: 170px;
}

.logo-hide-lg {
  display: none;
}

@media (max-width: 767px) {
  #footer.footer-fixed-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .landingpage {
    /*margin-top: 59px;*/
  }
  .text-landingpage {
    margin-top: 150px;
    height: auto;
  }
  .logo-hide-lg {
    display: block;
  }
  .logo-hide-sm {
    display: none;
  }
}