/*
Template: Sundsvall
URL: https://kpowers.se/demo/html/demo-pages/sundsvall/
Author: k-powers
Author URL: https://kpowers.se
Description: A creative HTML5 template.
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/**
 * Table of Contents:
 * 1.0 - General
 * 2.0 - Transitions
 * 3.0 - Headers
 * 4.0 - Portfolio
 * 5.0 - Blog
 * 6.0 - Carousels
 * 7.0 - Footer
 * 8.0 - Elements
 * 9.0 - Responsive
 * -----------------------------------------------------------------------------
 */
/* 0.0 - Helpers */
/*
** Opacity
*/
/*
** Border Radius
*/
/*
** CSS3 animation
*/
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.overflow {
  overflow: hidden;
}
.block {
  display: block;
}
.ib {
  display: inline-block;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.reset-input {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a {
  outline: none !important;
}
input::-moz-focus-inner {
  border: 0;
}
.disableSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 1.0 - General */
body {
  font-family: 'Lato';
  color: #111;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1em;
  background: #fefefe;
  letter-spacing: 0.4px;
  overflow-x: hidden;

}
a {
  color: #000;
  font-weight: 600;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
a:hover,
a:focus,
a:active {
  color: #c51131;
  text-decoration: underline;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c51131;
  line-height: 1.4em;font-weight:600;
}
h1 {
  font-size: 1.5em;
  letter-spacing: 3px;line-height:1.2em;
}
h2 {
  font-size: 1.4em;
margin:20px 0 10px 0;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
@media (min-width:768px) {
h1 {
  font-size: 2.0em;
  letter-spacing: 3px;line-height:1.1em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
}


h5 a {color:#C51131;}
iframe {
  max-width: 100%;
}
embed,
object,
img,
video {
  height: auto;
  max-width: 100%;
}
.dark {
  color: #080808;
}

.section:last-of-type {

display:block;height:auto;
}
.container {
  max-width: 1180px;display:block;height:auto;width:96%;
}
@media (min-width:1400px) {
.container {max-width:1380px;}
}

}
.container.smaller {
  max-width: 1100px;
}
.container.formwidth {
  padding:20px 50px;background-color:#d8d8d8;margin-top:-100px;
}
.container.full {
max-width:100%;
}
.main-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top:80px;
}
.fadein {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);

}
.fluidbox__overlay {
  top: -110px;
  bottom: 0;
}
.google-map, .google-map2, .google-map3 {
  height: 200px;
  width: 100%;
margin:20px 0;
}
@media (min-width:768px) {
.google-map, .google-map2, .google-map3 {
  height: 300px;
  width: 90%;margin:0;
}
}

/* 2.0 - Transitions */
.preloader {
  position: fixed;
  height: 150%;
  width: 150%;
  left: -25%;
  top: -15%;
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
  background: #ebebeb;
  z-index: 1006;
}
.transition span {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  background: #333;
  z-index: 1003;
}
.transition span:nth-child(2) {
  height: 0;
  width: 150%;
  left: -25%;
  top: -15%;
  -webkit-transition: width 2s; /* Safari */
  transition: width 2s;
  background: #333;
  z-index: 1002;
}
/* 3.0 - Headers */
.site-header {
  padding: 10px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1005;
background:#fff;
}
.site-header .container {
  position: relative;
}
.site-header .logo img {
  max-height: 50px;
  display: inline-block;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.page-header {
  position: relative;
  padding: 120px 0;
  margin-top: 110px;
}
.page-header h2 {
  line-height: 1.2;
}
.page-header p {
  font-size: 15px;
}
.page-header.bigger {
  padding: 180px 0;
}
.nav-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 0;
  background: #fafafa;
}
.nav-overlay.active {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.headernav {display:none;}
@media (min-width:992px) {
.headernav {display:inline;position:relative;color:#fff;margin-top:15px;}
.headernav ul {}
}
@media (max-width:768px) {
ul {columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;}
}
.headernav ul li {float:left;list-style:none;margin:0 2px;font-size:10px;}
.headernav a {color:#000;text-transform:uppercase;}
.headernav ul li {list-style:none;float:left;padding:0px;margin:10px 5px 0 5px}
.headernav ul li a {text-decoration:none;padding-bottom:5px;}
.headernav ul li.active a{color:#c51131;border-bottom:solid 1px #c51131}
@media (min-width:1200px) {
.headernav ul li {margin:0 7px;font-size:13px;}
}
@media (min-width:1400px) {
.headernav ul li {margin:0 10px;font-size:15px;}
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 1004;
}
.nav h3 {color:#fff;}
.nav .right {
  position: absolute;
  left: 50%;
  right: 10%;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.nav .right .social {
  margin-top: 25px;
}
.nav .right .social a {
  font-size: 20px;
  margin-right: 12px;
}
.nav .right .searchfield {
  max-width: 500px;
  position: relative;
}
.nav .right .searchfield input, #search {
  background: transparent;
color:#fff;
  font-size: 13px;
  border: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
  height: 50px;
  line-height: 40px;
  position: relative;
  font-weight: 400;
  outline: none;
  letter-spacing: .7px;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav .right .searchfield input::placeholder, #search:placeholder{
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #8a8a8a;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav .right .searchfield input:focus, #search input:focus {
  border-color: #292929;
}
.nav .right .searchfield input:focus::placeholder, #search input:focus::placeholder {
  color: #292929;
}
.nav .right .searchfield button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .8px;
  cursor: pointer;
  padding-right: 0;
  outline: none;
  color: #f1f1f1;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.nav .right .searchfield button:hover {
  color: #171717;
}
.nav .menu {
  position: absolute;
 
  top: 50%;
  
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.nav .menu ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;

}
.practiceareas ul {margin-left:0;padding-left:0;columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;}
@media (max-width:768px) {
.practiceareas ul {columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;list-style:disc;margin-left:15px;}
.practiceareas ul li {list-style:disc;}
}
ul li {margin:0 0 20px 0;}
.nav .menu ul li {margin-botto:10px;}
.nav .menu ul li a {
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
text-transform:uppercase;
padding-left:5px;
color:#fff;
text-decoration:none;border-left:solid 1px #333;
}
.nav .menu ul li.active a {border-left:solid 1px #c51131;}
.nav .menu ul.submenu {
  display: none;
  padding: 20px 0 20px 20px;
}
.nav .menu ul.submenu li a {
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
  letter-spacing: -0.3px;
}
.nav .menu ul.submenu li a:hover {
  color: #bfbfbf;
}
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: -40px;margin-top:5px;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon div span {
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #c51131;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
}
.menu-icon div span:first-of-type {
  top: 0;
}
.menu-icon div span:last-of-type {
  bottom: 0;
}
.menu-icon.active div span:first-of-type {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active div span:last-of-type {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon:hover div span:first-of-type {
  width: 26px;
}
.menu-icon:hover div span:last-of-type {
  width: 12px;
}
.menu-icon:hover.active div span:first-of-type,
.menu-icon:hover.active div span:last-of-type {
  width: 22px;
}
/* 4.0 - Portfolio */
.grid {
  position: relative;
  margin: -50px -70px;
  -ms-transition: height 1.2s ease;
  -moz-transition: height 1.2s ease;
  -o-transition: height 1.2s ease;
  -webkit-transition: height 1.2s ease;
}
.grid.three--columns {
  margin: -30px;
}
.grid.three--columns .item,
.grid.three--columns .sizer {
  width: 33.3333%;
}
.grid.three--columns .item {
  padding: 30px;
}
.grid .item,
.grid .sizer {
  width: 50%;
}
.grid .item {
  padding: 50px 70px;
  position: relative;
}
.grid .item a {
  position: relative;
  display: block;
}
.grid .item a img {
  width: 100%;
}
.grid .item a .circle {
  color: #ffffff;
  background: #080808;
  position: absolute;
  font-weight: 600;
  text-align: center;
  line-height: 75px;
  top: 40px;
  left: 40px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  z-index: 1;
}
.grid .item a .caption {
  background: #ffffff;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.grid .item a .caption .inner {
  position: absolute;
  bottom: 0;
  left: 60px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.grid .item a .caption .inner h4 {
  font-size: 22px;
  margin-bottom: 3px;
}
.grid .item a .caption .inner p {
  color: #404040;
  margin: 0;
}
.grid .item a:hover .caption {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.grid .item a:hover .caption .inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  bottom: 30px;
}
.hover--two .item a .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltipster-follower .tooltipster-box {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.tooltipster-follower .tooltipster-box h4 {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  background: #ffffff;
  padding: 10px 25px;
}
.tooltipster-follower .tooltipster-box p {
  color: #212121;
  padding: 5px 25px 10px;
  background: #ffffff;
  display: inline-block;
}
.portfolio-interactive-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.portfolio-interactive-links ul {
  z-index: 1;
  margin-top: 70vh;
  margin-left: 5vw;
  max-width: 50%;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.portfolio-interactive-links ul li {
  margin-right: 30px;
  margin-bottom: 25px;
  display: inline-block;
}
.portfolio-interactive-links ul li h3 {
  display: inline-block;
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 36px;
  position: relative;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.portfolio-interactive-links ul li h3:hover {
  color: #a3a3a3;
}
.portfolio-interactive-links ul li div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.portfolio-interactive-links ul li div.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.portfolio-showcase {
  position: relative;
}
.portfolio-showcase .section {
  height: 100vh;
  position: relative;
}
.portfolio-showcase .section .img {
  position: absolute;
  top: 170px;
  left: 120px;
  right: 120px;
  bottom: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.portfolio-showcase .section .caption {
  position: absolute;
  text-align: center;
  bottom: 25px;
  left: 120px;
  right: 120px;
}
.portfolio-showcase .section .caption h3 {
  line-height: 1;
  font-size: 48px;
  letter-spacing: -2px;
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  margin-bottom: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.5s ease 0.8s;
  -moz-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
}
.portfolio-showcase .section .caption p {
  position: relative;
  color: #404040;
  letter-spacing: 3px;
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.5s ease 1s;
  -moz-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  -webkit-transition: all 0.5s ease 1s;
}
.portfolio-showcase .section .caption a {
  margin-top: 25px;
}
.portfolio-showcase .owl-item.active .section .img {
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.portfolio-showcase .owl-item.active .section .caption p,
.portfolio-showcase .owl-item.active .section .caption h3 {
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.portfolio-showcase .owl-nav {
  position: fixed;
  top: 50%;
  right: 30px;
  width: 50px;
  z-index: 999;
  text-align: center;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.portfolio-showcase .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #080808 !important;
}
.portfolio-showcase .owl-nav i {
  display: block;
  cursor: pointer;
  color: #080808;
  font-size: 26px;
  margin-bottom: 20px;
}
.portfolio-showcase .owl-nav i:last-child {
  margin-bottom: 0;
}
.portfolio-showcase .owl-nav i:hover {
  color: #bfbfbf;
}
.portfolio-showcase--two .item {
  height: 680px;
  position: relative;
  background: transparent;
}
.portfolio-showcase--two .item:nth-child(even) {
  text-align: right;
}
.portfolio-showcase--two .item .caption {
  position: absolute;
  top: 50%;
  right: 16%;
  left: 16%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.portfolio-showcase--two .item .caption h3 {
  font-size: 48px;
  letter-spacing: -2px;
}
.portfolio-showcase--two .item .caption p {
  line-height: 1.8;
}
.portfolio-showcase--three {
  position: relative;
  padding: 35px;
}
.portfolio-showcase--three .item {
  height: calc(100vh - 70px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-showcase--three .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.portfolio-showcase--three .owl-nav [class*="owl-"] {
  color: #ffffff !important;
  background: #080808 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 0;
  font-size: 16px !important;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.portfolio-showcase--three .owl-nav [class*="owl-"]:hover {
  background: #3b3b3b !important;
}
.gallery {
  margin: -15px;
}
.gallery .item {
  padding: 15px;
}
.photography-carousel {
  position: relative;
}
.photography-carousel .section {
  height: 100vh;
  position: relative;
}
.photography-carousel .section .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.photography-carousel .section h3 {
  background: #080808;
  color: #ffffff;
  padding: 14px 24px;
  position: absolute;
  bottom: 80px;
  left: 80px;
  line-height: 1;
  font-size: 26px;
  letter-spacing: -1px;
  margin: 0;
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.5s ease 0.8s;
  -moz-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
}
.photography-carousel .owl-item.active .section .img {
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.photography-carousel .owl-item.active .section h3 {
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.photography-carousel .owl-nav {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 999;
}
.photography-carousel .owl-nav button {
  margin: 0 20px;
}
.photography-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #080808 !important;
}
.photography-carousel .owl-nav [class*="owl-"] {
  margin: 0 18px !important;
}
.photography-carousel .owl-nav i {
  display: inline-block;
  cursor: pointer;
  color: #080808;
  font-size: 32px;
  margin-bottom: 20px;
}
.photography-carousel .owl-nav i:last-child {
  margin-bottom: 0;
}
.photography-carousel .owl-nav i:hover {
  color: #bfbfbf;
}
/* 5.0 - Blog */
#ajax-a > div > div.main-content > div.section.margintb50 > div > div > div.col-md-10 > img {max-height:350px;width:100%;object-fit: cover;object-position: 0 0; }
@media (max-width:768px) {
#ajax-a > div > div.main-content > div.section.margintb50 > div > div > div.col-md-10 > img {max-height:150px; }
}
.blog h2, .blogcontent h2 {text-align:left;}
.blog h5 {margin:10px 0;}
.blogcontent h1 {font-size:2.3em;letter-spacing:0;margin:40px 0;text-transform:uppercase;}
.blogcontent h3 {text-align:left;}
.blogcontent h5 {text-align:left;font-size:1em;}
.blogitem {background:#f1f1f1;padding-left:0;padding-right:0;max-width:90%;margin-left:5%;margin-right:5%;}
.blogreadmore {display:block;background:#003DA5;color:#fff;padding:5px 20px;text-transform:uppercase;width:100%;}
.blogitemcontent > h2 > a:hover {color:#000;}
.marginb20 {margin-bottom:20px;}
.blogitemcontent {padding:10px 20px;}
.blog.two--columns {
  margin: -50px -30px;
}
.blog.two--columns .item,
.blog.two--columns .sizer {
  width: 50%;
}
.blog.two--columns .item {
  position: relative;
  padding: 50px 30px;
}
.meta {
  font-size: 13px;
}
.meta span {
  margin-right: 15px;
}
.tags a {
  background: #080808;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.tags a:hover {
  background: #3b3b3b;
}
.reviews h1 {text-transform:uppercase;color:#fff;font-weight:100;}
.reviews p, .reviews a, .reviews .time {color:#fff;}
/* 6.0 - Carousels */
.main-slideshow {
  position: relative;background-color:#2e2e2e;
 clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 25% 100%, 0% 75%);
}
.main-slideshow .col-md-3 {float:left;text-align:center;width:25%;max-width:25%;}
.main-slideshow .col-md-3 a {padding:20px;border:solid 1px #6DCDF3;border-radius:0px;width:150px;word-wrap:break-word;text-transform:uppercase;}
.main-slideshow .col-md-3 a:hover {background:#6DCDF3;}
@media (max-width:768px) {
.main-slideshow .col-md-3 a {padding:10px;width:100%;font-size:15px;margin:5px 0;}
#ajax-a > div > div.main-content > div.main-slideshow.owl-carousel.owl-loaded.owl-drag > div.owl-stage-outer > div > div > div > div > div {margin-top:20px;}
}
@media (max-width:1200px) {
.main-slideshow .col-md-2 {width:100%;max-width:100%;margin-bottom:10px;}
.main-slideshow .col-md-2 a {padding:10px;width:100%;font-size:13px;}
}
.main-slideshow .item:nth-child(1) {background-image:url(../images/home/hero-image.jpg);  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 25% 95%, 0% 75%);}
.main-slideshow .item {
  width: 100vw;
  height: 75vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#000;
}
@media (max-width:1250px) {
.main-slideshow .item {
  height: 100vh;
}
}
@media (max-width:768px) {
.main-slideshow .item {
  background-position:-400px top;
background-size:1600px 720px;
}
.main-slideshow .item {height:720px;}
}
.owl-theme .owl-nav {position:relative;}
@media (min-width:1500px) {
.owl-theme .owl-nav {bottom:0px;}
}
.main-slideshow.owl-carousel.owl-loaded.owl-drag > div.owl-nav > button.owl-prev {
position:absolute;
left:5%;
padding:0;
font-size:70px;
line-height:70px;
bottom:8%;
}

.main-slideshow.owl-carousel.owl-loaded.owl-drag > div.owl-nav > button.owl-next {
position:absolute;
right:5%;
padding:0;
font-size:70px;
line-height:70px;
bottom:8%;
}
.hometeam {background:url(../images/team.jpg);background-size:cover;min-height:700px;color:#fff}
.hometeam h2, .hometeam p {color:#fff;}
.homenotable {margin-top:100px;}
.homeblog > div > div > div.owl-nav > button.owl-prev, .homenotable > div > div > div.owl-nav > button.owl-prev {
padding:0;
font-size:30px;
line-height:30px;
color:#000;
}

.homeblog > div > div > div.owl-nav > button.owl-next, .homenotable > div > div > div.owl-nav > button.owl-next {
padding:0;
font-size:30px;
line-height:30px;
color:#000;
}
.homeblog > div > div > div.owl-nav > button.owl-next:hover, .homenotable > div > div > div.owl-nav > button.owl-next:hover,.homeblog > div > div > div.owl-nav > button.owl-prev:hover, .homenotable > div > div > div.owl-nav > button.owl-prev:hover {color:#666;}
@media (min-width:768px) {
.hometeam {padding:50px;}
.homeblog > div > div > div.owl-nav > button.owl-prev, .homenotable > div > div > div.owl-nav > button.owl-prev {
padding:0;
font-size:50px;
line-height:50px;
}
.homeblog > div > div > div.owl-nav > button.owl-next, .homenotable > div > div > div.owl-nav > button.owl-next {
padding:0;
font-size:50px;
line-height:50px;
}
}
@media (min-width:992px) {
.hometeam {padding:100px;}
}
@media (min-width:1200px) {
.hometeam {padding:150px;}
}
@media (min-width:1500px) {
.hometeam {padding:200px;}
.homeblog > div > div > div.owl-nav > button.owl-prev, .homenotable > div > div > div.owl-nav > button.owl-prev {
position:absolute;
left:-50px;
padding:0;
font-size:50px;
line-height:50px;
top:-300px;
}
.homeblog > div > div > div.owl-nav > button.owl-next, .homenotable > div > div > div.owl-nav > button.owl-next  {
position:absolute;
right:-50px;
padding:0;
font-size:50px;
line-height:50px;
top:-300px;
}
}

.main-slideshow .item .caption {
  position: absolute;
  bottom: 20%;
padding:30px 15%;
  width: 100%;

text-align:center;
}

.main-slideshow .item .caption.right {
  left: auto;

  text-align: right;
}
.main-slideshow .item .caption h3 {
color:#fff;
  font-size: 45px;
font-weight:400;
text-transform:uppercase;
  opacity: 0;
text-shadow:1px 1px 1px #000;
  letter-spacing: 4px;
  line-height: 1.1;
  margin-bottom: 20px;
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transition: all 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  -o-transition: all 1s ease 0.8s;
  -webkit-transition: all 1s ease 0.8s;
}
.main-slideshow .item .caption p {
  color: #fff;
  margin-bottom: 10px;

  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  -webkit-transition: all 0.8s ease 1.2s;
}
.main-slideshow .item .caption a {
color:#fff;
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-transition: all 0.6s ease .2s;
  -moz-transition: all 0.6s ease .2s;
  -o-transition: all 0.6s ease .2s;
  -webkit-transition: all 0.6s ease .2s;
}
.main-slideshow .item .caption .underline-btn {
  font-size: 17px;
}
.main-slideshow .active .item .caption h3 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.main-slideshow .active .item .caption p {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.main-slideshow .active .item .caption a {

  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.main-slideshow .owl-dots {
  position: absolute;
  top: 50%;
  right: 40px;
  max-width: 16px;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-slideshow .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #080808;
}
.main-slideshow .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 8px;
  background: #080808;
  border: 2px solid #fafafa;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.main-slideshow .owl-dots .owl-dot:hover span {
  background: #080808;
}
.single-carousel .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.single-carousel .owl-nav [class*="owl-"] {
  color: #ffffff !important;
  background: #080808 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 0;
  margin: 0 5px;
  font-size: 16px !important;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.single-carousel .owl-nav [class*="owl-"]:hover {
  background: #3b3b3b !important;
}
/* 7.0 - Footer */
footer {
margin-top:10px;
padding:20px 0;
background:#252525;
background-size:cover;
color:#fff;
text-align:center;
font-size:12px;
}


footer img {
  margin:20px 0;max-height:50px;
}
footer a {

  display: inline-block;
color:#fff;
}
footer ul {list-style:none;padding-left:0;}
footer ul li {margin-left:0;}
footer span {
  height: 2px;
  width: 28px;

  display: block;
  margin: 20px auto;
}
.pinktext, .pinktext a {color:#E52A6F}
.bluetext, .bluetext a {color:#6DCDF3}
footer p {
  margin: 0 0 10px 0;
}
footer .col-sm-6 {float:left;display:inline-block;}
footer.single-nav {
  margin: 0;
  text-align: left;
}
footer.single-nav .container {
  margin-top: 100px;
  background: #080808;
  padding: 150px 15px;
  display: block;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
footer.single-nav .row {
  padding: 0 160px;
}
footer.single-nav .next {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
footer.single-nav .next:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 40px;
  background: #ffffff;
  right: -56px;
}
footer.single-nav h3 {
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
}
footer.single-nav i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 24px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  line-height: 58px;
  text-align: center;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
footer.single-nav a:hover {
  background: #000000;
}
footer.single-nav a:hover i {
  border-color: #ffffff;
}
/* 8.0 - Elements */
.img {
  position: relative;
}
.img .caption {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.img .caption span {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  background: #080808;
  color: #ffffff;
  padding: 10px 20px;
}
.pbox {
  background: #f2f2f2;
  padding: 100px;
}
.isection .row {
  margin: -30px;
}
.isection .item {
  padding: 30px;
}
.isection .item h4 {
  font-size: 17px;
  margin-bottom: 15px;
}
.isection .item .icon {
  display: block;
  font-size: 42px;
  color: #080808;
  margin-bottom: 15px;
}
.ftwitter {padding:50px 0;}
.ftwitter .icon {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 19px;
}
.ftwitter .twitter-carousel {
  margin: 30px auto 0;
  max-width: 60%;
}
.ftwitter .twitter-carousel .time {
  display: block;
  margin-top: 15px;
  color: #242424;
  font-weight: 600;
  font-size: 13px;
}
.ftwitter .twitter-carousel .owl-nav {
  margin-top: 25px;
}
.ftwitter .twitter-carousel .owl-nav .icon {
  color: #080808;
  margin-bottom: 0;
}
.ftwitter .twitter-carousel .owl-nav [class*="owl-"] {
  margin: 0 8px;
  font-size: 19px;
  line-height: 1;
}
.ftwitter .twitter-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.fimg div {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fimg:hover div {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.fimg div:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.newsletter {
  max-width: 500px;
  position: relative;
}
.newsletter input {
  background: transparent;
  font-size: 13px;
  border: none;
  border-bottom: 2px solid #8a8a8a;
  width: 100%;
  height: 50px;
  line-height: 40px;
  position: relative;
  font-weight: 400;
  letter-spacing: .7px;
  outline: none;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newsletter input::placeholder {
  color: #8a8a8a;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newsletter input:focus {
  border-color: #292929;
  color: #495057;
  box-shadow: none;
}
.newsletter input:focus::placeholder {
  color: #292929;
}
.newsletter button {
  position: absolute;
  right: 0;
  line-height: 50px;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .8px;
  cursor: pointer;
  padding-right: 0;
  color: #8a8a8a;
  outline: none;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.newsletter button:hover {
  color: #171717;
}
.formwidht {margin-top:-30px;}
.formwidth .text {
  background: #fff;
  font-size: 13px;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 50px;
  line-height: 40px;
  position: relative;
  font-weight: 400;
  letter-spacing: .7px;
  padding-left: 20px;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.formwidth .text::placeholder {
  color: #3d3d3d;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.formwidth .text:focus {
  color: #495057;
  background: #ebebeb;
  box-shadow: none;
}
.formwidth .text:focus::placeholder {
  color: #292929;
}
.formwidth .textarea {width:98%;height:80px;}
#field1_wrap, #field2_wrap, #field3_wrap, #field4_wrap {width:48%;margin-right:2%;float:left;}
@media (max-width:500px) {
#field1_wrap, #field2_wrap, #field3_wrap, #field4_wrap {width:100%;margin-right:0%;float:none;}
}
.template-form textarea {
  padding: 20px;
  height: 160px !important;
  line-height: 20px !important;
}
.social-media {
  z-index: 2;
  position: fixed;
  left: 30px;
  width: 50px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}
.social-media a {
  display: block;
  margin: 8px 0;
  font-size: 15px;
  font-weight: 400;
}
.theme-btn, .theme-btn2 {
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 0;
  font-size: 13px;
  position: relative;
  background: #c51131;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.theme-btn2 {background:transparent;color:#003DA5;border:solid 1px #003DA5;}
.theme-btn.smaller, .theme-btn2.smaller {
  padding: 10px 20px;
  font-size: 12px;
}
.theme-btn::before, .theme-btn2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  width: 100%;
  height: 100%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: translate(-105%, 0);
  -ms-transform: translate(-105%, 0);
  -moz-transform: translate(-105%, 0);
  -webkit-transform: translate(-105%, 0);
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.theme-btn2::before {

  border-color: #003DA5;

}
.theme-btn:hover {
  color: #ffffff;
}
.theme-btn2:hover {
  color: #003DA5;
}
.theme-btn:hover::before, .theme-btn2:hover::before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.underline-btn {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding-bottom: 9px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.2px;

  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.underline-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.underline-btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #fff;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.underline-btn:hover {
;
}
.underline-btn:hover:before {
  width: 100%;
}
.underline-btn.big {
  font-size: 17px;
  margin-bottom: 30px;
  color: #8a8a8a;
  padding-bottom: 12px;
}
.underline-btn.big:after,
.underline-btn.big:before {
  height: 3px;
}
.underline-btn.big:hover {
  color: #242424;
}
.sbtn {
  position: fixed;
  right: 60px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 1001;
  text-align: center;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.sbtn .icon {
  color: #080808;
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
}
.sbtn.share-btn .icon.ion-md-share {
  font-size: 22px;
}
.sbtn .text {
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  color: #080808;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  font-style: normal;
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sbtn .icon:hover .text {
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sbtn.top-btn {
  bottom: 50px;
}
.sbtn.project-btn {
  bottom: 120px;
}
.sbtn.share-btn,
.sbtn.filter-btn {
  bottom: 120px;
}
.sbtn.share-btn div,
.sbtn.filter-btn div {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sbtn.share-btn div:last-child,
.sbtn.filter-btn div:last-child {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.sbtn.share-btn.close div:first-child,
.sbtn.filter-btn.close div:first-child {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.sbtn.share-btn.close div:last-child,
.sbtn.filter-btn.close div:last-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.share,
.filter {
  position: fixed;
  bottom: 210px;
  right: 80px;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.share.active,
.filter.active {
  bottom: 220px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.share ul,
.filter ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.share ul li,
.filter ul li {
  text-align: right;
  display: block;
}
.share ul li a,
.filter ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #080808;
  padding: 4px 0 ;
  display: block;
}
.share ul li a:hover,
.filter ul li a:hover {
  color: #cccccc;
}
/* 9.0 - Responsive */
@media (max-width: 1199.98px) {
  .page-header {
    padding: 90px 120px;
  }
  .page-header.bigger {
    padding: 90px 120px;
  }
  .page-header h2 {
    font-size: 40px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991.98px) {
  .portfolio-showcase .section .img {
    left: 15px;
    right: 60px;
  }
  .portfolio-showcase .section .caption {
    left: 15px;
    right: 15px;
  }
  .portfolio-showcase .section .caption h3 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .portfolio-showcase .owl-nav {
    right: 5px;
  }
  .portfolio-showcase--two .item {
    height: 500px;
  }
  .portfolio-showcase--two .item:nth-child(even) {
    text-align: left;
  }
  .portfolio-showcase--two .item .caption h3 {
    font-size: 36px;
    letter-spacing: -0.7px;
  }
  .social-media {
    display: none;
  }
  .main-slideshow .item .caption {
    width: 100%;
  }
  .main-slideshow .item .caption.right {
    text-align: left;
  }
  .main-slideshow .item .caption h3 {
    font-size: 30px;
    opacity: 0;
    letter-spacing: 0;
  }
  .pbox {
    padding: 70px 50px;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    padding: 10px 15px;
  }
  .page-header {
    margin-top: 90px;
    padding: 60px 15px;
  }
  .page-header.bigger {
    padding: 60px 15px;
  }
  .page-header h2 {
    font-size: 32px;
    letter-spacing: -0.7px;
  }
  .grid {
    margin: -15px;
  }
  .grid.three--columns .item,
  .grid.three--columns .sizer {
    width: 50%;
  }
  .grid .item,
  .grid .sizer {
    width: 50%;
  }
  .grid .item {
    padding: 15px;
  }
  .sbtn {
    right: 20px;
  }
  .sbtn.top-btn {
    bottom: -10px;
  }
  .sbtn.project-btn {
    bottom: 100px;
  }
  .sbtn.share-btn,
  .sbtn.filter-btn {
    bottom: 100px;
  }
  .share,
  .filter {
    right: 40px;
  }
  .nav .right {
    display: none;
  }
  .nav .menu {

    left: 10%;
    right: 10%;
  }
  .nav .menu ul.submenu li a {
    font-size: 15px;
  }
  .portfolio-interactive-links ul {
    max-width: 80%;
    margin-top: 30vh;
  }
  .portfolio-interactive-links ul li {
    margin-bottom: 15px;
  }
  .portfolio-interactive-links ul li h3 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 36px;
  }
  .photography-carousel .section h3 {
    bottom: 30px;
    left: 15px;
    font-size: 22px;
  }
  .photography-carousel .owl-nav {
    bottom: 30px;
    right: 15px;
  }
  .transition span {
    background: #333;
  }
  footer.single-nav {
    text-align: center;
  }
  footer.single-nav .container {
    position: relative;
  }
  footer.single-nav .row {
    padding: 0;
  }
  footer.single-nav h3 {
    font-size: 34px;
    letter-spacing: -0.7px;
  }
  footer.single-nav i {
    top: auto;
    left: 50%;
    bottom: -80px;
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .isection .row {
    margin: -15px;
  }
  .isection .item {
    padding: 15px;
  }
  .single-carousel .owl-nav {
    right: 15px;
    bottom: 15px;
  }
  .img .caption {
    left: 15px;
    bottom: 15px;
  }
  .ftwitter .twitter-carousel {
    max-width: 100%;
  }

  .blog.two--columns {
    margin: -15px;
  }
  .blog.two--columns .item,
  .blog.two--columns .sizer {
    width: 100%;
  }
  .blog.two--columns .item {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {

  .page-header {
    margin-top: 75px;
  }
  .grid.three--columns .item,
  .grid.three--columns .sizer {
    width: 100%;
  }
  .grid .item,
  .grid .sizer {
    width: 100%;
  }
  .nav .menu ul li a {
    font-size: 22px;
    letter-spacing: -0.7px;
  }
}
.homeblog {background:url(../images/knowledge-bg-shape.png);background-size:cover;background-color:#efefef;padding-top:80px;padding-bottom:80px;}
.homeblog h2, .homeblog h4, .homenotable h2 {font-size:22px;text-align:center;text-transform:uppercase;color:#080808;letter-spacing:1px;margin-bottom:50px;}
.homeblog h4 {text-align:left;}
.fa-chevron-right {margin-left:5px;font-weight:100;}
.homecontent h2 {font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:0px;}
.homecontent h3 {font-size:50px;}
.margintop100 {margin-top:100px;}
.margint50 {margin-top:50px;}
.margintb50 {margin:50px 0;}
.margintb80 {margin:80px 0;}
.margintb20 {margin:20px 0;}
@media (max-width:768px) {
.margintb50, .margintb80, .margint50  {margin:10px 0;}
}
.paddingtb100 {padding-top:0px;padding-bottom:0px;}
@media (min-width:768px) {
.paddingtb100 {padding-top:40px;padding-bottom:40px;}
}
@media (min-width:1400px) {
.paddingtb100 {padding-top:60px;padding-bottom:60px;}
}
.padding50 {padding:50px;}
.paddingtb50 {padding:50px 0;}
.strategic-advocacy {background:url(../images/strategic.jpg);background-size:cover;min-height:500px;}
.commercial-litigation {background:url(../images/commercial.jpg);background-size:cover;min-height:500px;}
.reviews{background:url(../images/image-google-review-purple-2560.jpg)}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.practice {margin:0;padding:0;}
.practice .col-md-6 {padding:0;}
.practice .col-md-6 img {width:100%}
@media (max-width:768px) {
.practice even {  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse; width:100%}
}
.practice > .col-md-6 {display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  overflow: auto;}
.practice > .col-md-6 > .practicetext {  resize: vertical;
  overflow: auto;}
.practicetext {padding:20px;}
.practiceareaslist {margin:60px 0;}
.practiceareaslist .row {margin:40px 0;}
@media (max-width:768px) {
.practice  {display:block;}
}
.textcenter {text-align:center;}
.practiceareastitle {height:120px;display: table;width: 100%;}
.practiceareas h3 {margin-bottom:30px;}
@media (max-width:550px) {
.practiceareas h3 {margin-bottom:20px;text-align:left;}
.site-header .logo img {margin-left:20px;}
}
.practiceareabutton {text-transform:uppercase;font-size:1.5em;color:#fff; background:#003DA5;display: table-cell;
  text-align: center;
  vertical-align: middle;padding:0 10px}
.practiceareabutton:hover {background:#67AECA;color:#fff;}
.lawyer {padding-top:20px;}
.lawyer h2 {margin-bottom:0;text-align:left;}
.lawyer h3:first-child {margin-top:0;}
.lawyer h3 {margin:10px 0 0 0;}
.paging {clear:both;float:none;padding:15px;margin:0 auto;text-align:center;}
.paging ul {list-style:none;display:block;width:300px;margin:0 auto 30px auto;}
.paging span {display:inline;float:left;margin-left:10px;}
.paging ul li {float:left;margin:0 5px;font-size:1.2em;background:#c51131;padding:5px 10px;text-align:center;}
.paging ul li a {color:#fff;}
@media (min-width:768px) {
.lawyer h2 {margin:0;}
.lawyer img {max-width:95%;}
}

.lawyer h3, .lawyer h3 a {color:#C51131;font-size:18px;}

.verticalalign {display: table-cell;

  vertical-align: middle;}
.removemargin {margin:0;}
.aboutpractice {background:#333;}
.aboutpractice h2 {color:#6DCDF3;}
.greybg {background:#353535;}
.lightgreybg {background:#d5d5d5;}
.ourpeople {text-align:center;}
.ourpeople h3 {font-size:1.4em;margin:10px 0;text-transform:uppercase;}
.ourpeopletpl {text-align:left;color:#50a5c4;}
.ourpeopletpl p a {color:#50a5c4;}
.ourpeopletpl h5 {text-transform:uppercase;}
.ourpeopletpl img {}
.ourpeopletpl .col-md-3 {max-width:0%;flex:0%;display:none;}
.contacttpl .col-md-2 {text-align:center;}
.contacttpl .col-md-3 {display:none;}
@media (min-width:768px) and (max-width:1279px) {
.contacttpl .col-md-2 {max-width:100%;flex:100%;text-align:center;}
.ourpeopletpl img {object-fit: cover;object-position: center 0;height:220px;}

}
@media (min-width:1280px) {
.contacttpl .col-md-3 {display:inline;max-width:30%;flex:30%;}
.contacttpl .col-md-2 {max-width:20%;flex:20%;font-size:.9em;text-align:left;}
.contacttpl .col-md-2 h5 {font-size:1.4em;}




}
.aboutpeople {display:block;}

.aboutpeople h2 {color:#fff;font-weight:400;text-transform:uppercase;font-size:2em;letter-spacing:0;text-align:left;}
.col-md-6 {float:left;display:block;}
.purple{background:rgba(95,15,78, 0.7);display:block;}
.blue {background:rgba(100,184,216, 0.7);display:block;}
.purplebg {background:#003DA5;}
.table {display: table-cell;}
.subheader {clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 25% 100%, 0% 75%);}
.subheaderimage {min-height:220px;clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 25% 90%, 0% 75%);background-size:cover;background-repeat:no-repeat;background-position:center top;}
@media (max-width:500px) {
.subheaderimage {min-height:120px}
}
.subheader, .subheader2, subheader3 {display:block;height:150px; display: table;width:100%;background-color:#2f2f2f;margin-top:80px;background-repeat:no-repeat;background-size:cover;background-position:center top;}
.subheader .container {  display: table-cell;
  text-align: center;
  vertical-align: middle;}
.subheader2 {height:450px; background-size:cover;background-size:100% auto;}
.subheader3 {height:350px; background-size:cover;background-size:100% auto;}
.practicenavarea {height:60px;background:#003DA5;}
time {color:#333;margin:0 0 20px;display:inline-block;}
@media (min-width:768px) {

#ajax-a > div > div.main-content > div.practicenavarea > .col-md-2 {max-width:20%;}
}
.practicenavarea .col-md-4, .practicenavarea .col-md-3, .practicenavarea .col-md-2 {text-align:center;padding:0;display: table;
  width: 100%;}
.practicenav {font-size:1.1em;background:#003DA5;color:#fff;display:block;height:60px;display: table-cell;
  text-align: center;
  vertical-align: middle;text-transform:uppercase;}
@media (min-width:768px) and (max-width:1000px) {
.practicenav {font-size:0.9em;}
}
#ajax-a > div > div.main-content > div.practicenavarea > div > a.active, #ajax-a > div > div.practicenavarea.hidden-md-up > div > a.active {background:#67AECA}
.practicenav:hover {background:#67aeca;color:#fff;}
.subheader h1, .subheader2 h1, .subheader3 h1 {color:#fff;font-weight:400;text-transform:uppercase;width:90%;margin-left:5%;margin-right:5%;margin-top:300px;text-shadow:1px 1px 1px #333;}
.subheader2 h1, .subheader3 h1 {font-weight:100;}
.subheader2 h1 b, .subheader3 h1 b {font-weight:900;}
@media (max-width:550px) {
.subheader h1, .subheader2 h1, .subheader3 h1 {font-size:1.2em;}
}
.contact {{background:url(../images/header/about/image-header-about-400.jpg);background-size:cover;}}

.practice {background:url(../images/header/practice/image-header-practice-400.jpg);background-size:cover;}
.lawyers {background-image:url(../images/header/people/header-ourpeople.png);background-position:center top;background-repeat:no-repeat;}
.blog {background:url(../images/header/blog/image-header-blog-400.jpg);background-size:cover;}
.hidden-md-up {display:inline;}
.hidden-sm-down {display:none;}
.blogarchive {background:#333;max-width:90%;display:block;color:#fff;padding:20px;margin-bottom:40px;}
.simplesearch-search-form label {display:none;}
.simplesearch-search-form input[type="submit"] {background:#fff;border-color:#fff;}
@media (max-width:768px) {
.blogarchive {max-width:100%;}
}
.blogarchive input {margin-bottom:30px;max-width:100%;}
.blogarchive ul {list-style:none;margin-left:0;padding-left:0;}
.blogarchive ul li {list-style:none;border-bottom:1px solid rgba(255,255,255, 0.5);padding:10px 0;}
.blogarchive ul li:last-child {border-bottom:0;}
.blogarchive a {color:#fff;text-transform:capitalize;}
.blogarchive h2 {font-size:1.2em;color:#fff;margin:0 0 10px;padding:0;}
.blogarchive hr {border-top:1px solid rgba(255,255,255,.5);margin:10px 0;}
.blogarchive input.utilityButton {max-width:20px;margin:0 0 -3px 5px;}
.blogarchive #search {max-width:80%;}
table {border-width:1px 0 0 1px;margin-bottom:1em;}
td {border-width:0 1px 1px 0;border:1px solid rgba(0, 0, 0, 0.1);padding:8px;}
.contact h2 {margin-top:0;text-align:left;}

@media (min-width:768px) {
.centermdup {text-align:center}
.hidden-md-up {display:none;}
.hidden-sm-down {display:block;}
.subheader {height:325px;}
.subheader2 {height:350px;}
.subheader3 {height:250px;background-position:center center;}
.about {background:url(../images/header/about/image-header-about-768.jpg);background-size:cover;}
.practice {background:url(../images/header/practice/image-header-practice-768.jpg);background-size:cover;}

.blog {background:url(../images/header/blog/image-header-blog-768.jpg);background-size:cover;}
}
@media (min-width:850px) {
.subheader2 {height:400px;}
.subheader3 {height:300px}
}
@media (min-width:1000px) {
.subheader2 {height:460px;}
.subheader3 {height:330px}
}
@media (min-width:1100px) {
.subheader2 {height:500px;}
.subheader3 {height:300px;}
}
@media (min-width:1200px) {
.subheader2{height:550px;}
.subheader3 {height:380px;}
}
@media (min-width:1300px) {
.subheader2  {height:600px;}
}
@media (min-width:1500px) {
.subheader2{height:650px;}
}
@media (min-width:1600px) {
.subheader2 {height:750px;background-size:cover}
.subheader3 {height:450px;background-size:cover;background-position:center center;}
}
@media (min-width:1700px) {
.subheader2 {height:850px;}
}
@media (min-width:2000px) {
.subheader2 {height:950px;}
}
@media (min-width:2200px) {
.subheader2 {height:1050px;}
}
@media (min-width:2500px) {
.subheader2 {height:1150px;}
}
@media (min-width:1024px) {
.about {background:url(../images/header/about/image-header-about-1024.jpg);background-size:cover;}
.practice {background:url(../images/header/practice/image-header-practice-1024.jpg);background-size:cover;}

.blog {background:url(../images/header/blog/image-header-blog-1024.jpg);background-size:cover;}}
@media (min-width:1400px) {
.practicenavarea, .practicenav  {height:80px;}
.practicenav {font-size:1.5em;}
}

@media (min-width:1920px) {



.blog {background:url(../images/header/blog/image-header-blog-1920.jpg);background-size:cover;}
.subheader h1, .subheader2 h1 {width:50%;margin-left:25%;margin-right:25%;}
}
@media (min-width:2560px) {

.about {background:url(../images/header/about/image-header-about-2560.jpg);background-size:cover;}
.practice {background:url(../images/header/practice/image-header-practice-2560.jpg);background-size:cover;}

.blog {background:url(../images/header/blog/image-header-blog-2560.jpg);background-size:cover;}
}
@media (min-width:768px) and (max-width:1100px) {

.minheighttestimonial {min-height:500px;}
}
@media (min-width:1101px) and (max-width:1450px) {

.minheighttestimonial {min-height:400px;}
}
@media (min-width:1451px) {
.minheighttestimonial {min-height:250px;}
}
input {background:none;border:none;}

blockquote {margin:1em 3em;}
ul.siblingnav {list-style:none;columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;text-align:center;padding:0;margin:0 0 30px 0;}
ul.siblingnav li {line-height:30px;list-style:none;text-transform:uppercase;text-align:left;float:left;padding:0 8px;background:#003DA5;color:#aaa;margin-right:10px;}

ul.siblingnav li a {display:block;color:#fff;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;}

ul.siblingnav li:hover a {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;}
.contacttpl .col-md-4 {margin-bottom:30px;}
.contacttpl h5 {margin-bottom:0;text-align:left;}
@media (min-width: 768px) {
.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (min-width: 769px) {
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width:1000px) {
.main-slideshow .col-md-3 a {width:100%;}
#ajax-a > div > div.main-content > div > div.owl-stage-outer > div > div > div > div > div > div {max-width:100%;width:100%;margin-bottom:10px;}
.main-slideshow .item:nth-child(1) {
background:url(../images/home/hero-image.jpg);
background-position:center center;
background-size:cover;
}
}
.simplesearch-paging {margin-bottom:20px;}
@media (max-width:350px) {
.subheader h1, .subheader2 h1 {width:100%;margin-left:0;margin-right:0;}
}
.aboutus {border-right:solid 1px #e1e1e1;padding-right:40px;}
.aboutus h2 {text-align:center;}
@media (max-width:768px) {
.aboutus {border-right:none;}
.aboutus h2 {text-align:left;}
.main-slideshow .item:nth-child(1) {
background:url(../images/home/hero-image-mobile.png);
background-position:top center;
background-size:cover;
}
}
.subtitle, .subtitle2 {background:#353535;text-align:center;color:#fff;padding:20px 0;color:#fff;margin-bottom:10px;}
.lawyertitle {background:#353535;text-align:left;color:#fff;padding:20px 0;color:#fff}
.lawyertitle h1 {color:#fff;font-weight:200;}
.subtitle h2, .subtitle a, .subtitle2 h2, .subtitle2 a {color:#fff;}
.subtitle h3, .subtitle2 h3, .lawyertitle h3, .lawyertitle a {color:#fff;}
.subtitle h3, .subtitle2 h3,.lawyertitle h3 {text-transform:none;}
.lawyertitle h1 b {font-weight:400;}
.subtitle2 h2 {margin-top:0;}
.top-margin-80 {margin-top:80px;}
@media (max-width:768px) {
.desktoponly {display:none;}
.mobileonly {display:block;}
}
@media (min-width:769px) {
.desktoponly {display:block;}
.mobileonly {display:none;}
}

.testimonials {margin:50px 0;}
.homepractice img {width:100%}
.homepractice {background-image:url(../images/bg-red.jpg);background-repeat:no-repeat;background-size:cover;padding:50px 0;}
.homepractice .col-md-3 {padding:0;background:#fff;}
.homepractice .col-md-3 span {padding:15px;display:block;}
.homepractice .col-md-3 span h4 {text-align:center;font-size:1em;font-weight:600;}

@media (min-width:768px) {
.homepractice .col-md-3 {min-height:500px;}
.homepractice .col-md-3 {-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;}
}
@media (min-width:900px) {
.homepractice .col-md-3 {min-height:400px;}

}
.emailbg {padding-top:100px;background-image: linear-gradient(top, #353535, #353535 30%, transparent 30%, transparent 100%);
    background-image: -webkit-linear-gradient(top, #353535, #353535 30%, transparent 30%, transparent 100%)}
.boxbg {background-image:url(../images/bg-squares-2.jpg);background-position:left bottom;background-repeat:no-repeat;background-color:#fff;background-size:auto 100%;}

.formwidth .btn {background:#c51131;color:#fff;border-radius:0;display:block;margin:5px auto;}
.formwidth a.btn {color:#fff;}
.formwidth .text {border-radius:0;}
.whitetext, .whitetext h2 {color:#fff;}
.whitetext a, .whitetext a:hover{color:#fff;}
.top-padding-20 {padding-top:20px;}

.newscontainer {    max-width: 90%;
    margin: 50px 5% 50px 5%;}
.iteminner {min-height: 150px;
}
.iteminner h4 {font-weight:600;color:#c51131;font-size:1em;margin:5px 0;}
.iteminner a {color:#000;}



/*notable*/
.notable {display:block;min-height:120px;padding:20px 20px 0 20px;}
.iteminner {width:90%;margin:0 5%;min-height:150px;}
.category {width:90%;margin:0px 5% 0 5%;}
.notablecontainer {max-width:90%;margin:50px 5% 50px 5%}
.notablecontainer h3 {text-align:center;font-size:1.6em;margin-bottom:50px;text-transform:uppercase}
date {display:block;padding:20px;margin-bottom:30px;margin-top:-20px;color:#065D3C;}
.notablecontainer > div > div > div.owl-stage-outer.owl-height > div > div> div {max-width:96%;width:96%}


.notablecontainer > div > div > div.owl-stage-outer.owl-height > div > div > .item {display:table;height:200px;width:100%;}
@media (min-width:1400px) {

}
.owl-carousel .owl-item {min-height:0px;}
.owl-nav {font-size:2em;}
.owl-nav button.owl-prev {position:absolute;left:-20px;bottom:150px;}
.owl-nav button.owl-next{position:absolute;right:-20px;bottom:150px}
.owl-theme .owl-nav [class*=owl-]:hover {background:none;color:#333;}

/*team*/
.teaminfo {background:rgba(0,0,0,.8);position:absolute;bottom:0;color:#fff;padding:20px;width:100%; -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;}
.team:hover .teaminfo {background:rgba(197,17,49,.8); -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;}
.teaminfo a, .teaminfo a:hover {color:#fff;}
.team {width:100%;}
.team img {width:100%;}


@media (min-width:993px) {
.specializations > div > div > div > div:nth-child(7) {margin-left:34%;} 
.teamcontainer.col-md-3:nth-child(9) {margin-left:26%;}
.teamcontainer.col-md-3 {padding:0;margin:0 1% 20px 1%;flex: 0 0 23%;max-width:23%;}
.teamcontainer.col-md-4 {padding:0;margin:0 1% 20px 1%;flex: 0 0 31%;max-width:31%;}
}

@media (min-width:768px) and (max-width:1400px) {
.teamfluidcontainer {max-width:80%;margin:0 10%;}
}

.margin-bottom-15 {margin-bottom:15px;}
.border-right {border-right:solid 5px #ccc;}
.padding-right-10 {padding-right:10px;}
.aboutnav {padding-left:30px;}
ul.aboutnav {margin-top:20px;padding-left:0;margin-left:0;}
ul.aboutnav li{list-style:none;float:none;font-size:1.1em;margin-left:-15px;padding-left:0;}
ul.aboutnav li:last-child {border-right:none;}
ul.aboutnav li a {color:#c51131;padding:20px;text-transform:uppercase;}

.card {border:none;}
.card > div:first{margin-left:10px;}
.card > div:first:before {content: "\f3d1";    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}

@media (min-width:2000px) {
ul.aboutnav li{font-size:1.2em;}
}
@media (min-width:993px) {
#ajax-a > div > div.main-content > div.section.practiceareas.margintb50 > div > div > div > div > div:nth-child(5) {margin-left:12.5%}
}
@media (min-width:768px) and (max-width:1200px) {
.teamcontainer.col-md-3, .teamcontainer.col-md-4 {width:46%;margin:0 2% 20px 2%;float:left;max-width:46%;flex: 0 0 46%;}
}
@media (max-width:1200px) {
.teamcontainer.col-md-3, .teamcontainer.col-md-4 {padding:0;margin-bottom:20px;}
}
@media (max-width:768px) {
.container {max-width:94%;margin:0 3%;
}
}
@media (min-width: 768px){
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-push-6 {
    left: 50%;
}
}
.btn {border:solid 1px #c51131}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}



@media (min-width: 576px) {
.offset-sm-2 {
    margin-left: 3% !important
}
}