/*Bootstrap Overrides*/

.img-responsive {
display: block;
/*width: 100%;*/
height: auto;
}

.navbar-toggle {
margin-bottom: 5px;
}
.form-control{margin-bottom:5px; height:25px; padding: 3px 5px;}

.pagination > li > a, .pagination > li > span, .pagination > li > button{
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.8;
text-decoration: none;
color: #428bca;
background-color: white;
border: 1px solid #dddddd;
margin-left: -1px;
}

.pagination > .active > button, 
.pagination > .active > button:hover, 
.pagination > .active > button:focus {
z-index: 2;
color: white;
background-color: #0095c8;
border-color: #0095c8;
cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
cursor: pointer;}

blockquote {
padding: 10.5px 21px;
margin: 0 0 21px;
font-size: 12px;
border-left: none;
}

/*End Bootstrap Overrides*/

/*Custom Styles*/



body{background:#e2e2e2;line-height: 1.8;}
/*body{background:#e7e8e9;line-height: 1.8;}*/

#main-container {
  	margin-top: 0px;
  	margin-bottom: 10px;
	background:url('/img/gradient-bg.gif') repeat-x;
}

#equal-height {
  overflow: hidden;
}
/*End Equal Height column hack*/



.breadcrumb {
padding: 5px 0px 5px 0px;
margin-bottom: 0;
list-style: none;
background-color:transparent;
color: white;
line-height: 20px;
text-transform: uppercase;
font-size: 11px;
}

.breadcrumb a, .breadcrumb .active {
  color: white;
}
.breadcrumb .active {
  color: #0095c8
}



/* line 12, ../sass/main.scss */
.blue {
  /*color: #0095c8;*/
  color:#0095c8;
}

/* line 13, ../sass/main.scss */
.dark-blue {
  color: #1b2f5b;
}

/* line 14, ../sass/main.scss */
.green {
  color: #8dc63f;
}

/* line 15, ../sass/main.scss */
.gray {
  color: #c9caca;
}

/* line 16, ../sass/main.scss */
.dark-gray {
   /*color: #555555;*/
  color: #515151;
}

/* line 17, ../sass/main.scss */
.white {
  color: #fff;
}

/* line 20, ../sass/main.scss */
.blue-bg {
  background: #0095c8;
}

/* line 21, ../sass/main.scss */
.dark-blue-bg {
  background: #1b2f5b;
}

/* line 22, ../sass/main.scss */
.green-bg {
  background: #8dc63f !important;
}

/* line 23, ../sass/main.scss */
.gray-bg {
  background: #c9caca;
}

/* line 24, ../sass/main.scss */
.dark-gray-bg {
  background: #555;
}

/* line 27, ../sass/main.scss */
.section-header {
  font-size: 18px;
  line-height: 18px;
  font-family: "Arial Black", Gadget, sans-serif;
}

/* line 29, ../sass/main.scss */
.navbar, .dropdown-menu {
  font-size: 11px;
}

/* line 30, ../sass/main.scss */
ul.navbar-nav {
  text-transform: uppercase;
}

/* line 31, ../sass/main.scss */
.dropdown-menu {
  text-transform: none;
}

/* line 33, ../sass/main.scss */
.navbar {
  margin-bottom: 0px;
}

/* line 34, ../sass/main.scss */
.navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
}

/* line 39, ../sass/main.scss */
.box, .blue-box, .white-box, .gray-box, .green-box {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  color: white;
  position: relative;
}
/* line 46, ../sass/main.scss */
.box .title-top, .blue-box .title-top, .white-box .title-top, .gray-box .title-top, .green-box .title-top {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
/*  padding: 10px 20px 10px 8px;*/
padding:10px 15px 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 56, ../sass/main.scss */
.box .title-top.green-bg, .blue-box .title-top.green-bg, .white-box .title-top.green-bg, .gray-box .title-top.green-bg, .green-box .title-top.green-bg {
  background: #8dc63f;
}
/* line 59, ../sass/main.scss */
.box .title-top.blue-bg, .blue-box .title-top.blue-bg, .white-box .title-top.blue-bg, .gray-box .title-top.blue-bg, .green-box .title-top.blue-bg {
  background: #0095c8;
}
/* line 62, ../sass/main.scss */
.box .title-top.white-bg, .blue-box .title-top.white-bg, .white-box .title-top.white-bg, .gray-box .title-top.white-bg, .green-box .title-top.white-bg {
  background: white;
}
/* line 65, ../sass/main.scss */
.box .title-top.dark-blue-bg, .blue-box .title-top.dark-blue-bg, .white-box .title-top.dark-blue-bg, .gray-box .title-top.dark-blue-bg, .green-box .title-top.dark-blue-bg {
  background: #1b2f5b;
}
/* line 68, ../sass/main.scss */
.box .title-top.gray-bg, .blue-box .title-top.gray-bg, .white-box .title-top.gray-bg, .gray-box .title-top.gray-bg, .green-box .title-top.gray-bg {
  background: #c9caca;
}
/* line 74, ../sass/main.scss */
.box .title-bottom, .blue-box .title-bottom, .white-box .title-bottom, .gray-box .title-bottom, .green-box .title-bottom {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 10px 8px 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 86, ../sass/main.scss */
.blue-box {
  background-color: #0095c8;
  margin-top: 10px;
}
/* line 89, ../sass/main.scss */
.blue-box a {
  color: white;
}

/* line 93, ../sass/main.scss */
.white-box {
  color: #363636;
  background-color: white;
}

/* line 99, ../sass/main.scss */
.gray-box {
  background-color: #939ba0;
}
/* line 102, ../sass/main.scss */
.gray-box a {
  color: white;
}

/* line 106, ../sass/main.scss */
.green-box {
  background-color: #8dc63f;
  margin-top:10px;
}
/* line 109, ../sass/main.scss */
.green-box a {
  color: white;
}

/* line 116, ../sass/main.scss */
.pad-large {
  padding: 50px 20px;
}

/* line 117, ../sass/main.scss */
.pad-top-50 {
  padding-top: 50px;
}

/* line 118, ../sass/main.scss */
.pad-bottom-50 {
  padding-bottom: 50px;
}

/* line 119, ../sass/main.scss */
.pad-sides-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 120, ../sass/main.scss */
.pad-small {
  padding: 8px;
}

/* line 122, ../sass/main.scss */
header {
  padding-top: 5px;
}

/* line 127, ../sass/main.scss */
#header-container {
  position: relative;
  background: white;
}

/* line 133, ../sass/main.scss */
.logo {
  padding: 10px 10px;
}

/* line 138, ../sass/main.scss */
.utility-nav {
  font-size: 11px;
  color: #939b9f;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
/* line 146, ../sass/main.scss */
.utility-nav li {
  height: 26px;
  line-height: 26px;
  float: left;
}
.utility-nav li:first-child {
margin-right:8px;
}

/* line 151, ../sass/main.scss */
.utility-nav li a {
  color: #0095c8;
  display: block;
}
/* line 157, ../sass/main.scss */
.utility-nav .utility-locations {
  background: url(../img/utility-locations.png) left center no-repeat;
}
/* line 160, ../sass/main.scss */
.utility-nav .utility-contact {
  background: url(../img/utility-contact.png) left center no-repeat;
}

/* line 165, ../sass/main.scss */
#custom-search-form {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

/* line 171, ../sass/main.scss */
#custom-search-form .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  margin-bottom: 0;
}

/* line 184, ../sass/main.scss */


/* ---------------------------- */
/*          Banners
/* ---------------------------- */
/* line 193, ../sass/main.scss */
#home-banners {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 197, ../sass/main.scss */
#home-banners h3 {
  position: absolute;
  z-index: 100;
  background: #0095c8;
  padding: 10px 10px 10px 10px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}


.home-banners .banner .banner-content {
  position: absolute;
  width: 100%;
  color: #fff;
  width: 250px;
	top: 30px;
	left: 10px;
}

.home-banners .banner .banner-content h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top:10px;
}


/* line 236, ../sass/main.scss */
.home-banners .banner .banner-link {
  color:#00a3d7;
  font-weight:bold;
}

@media (max-width: 767px) {

.home-banners .banner .banner-content {
    color: #fff;
    position: absolute;
    bottom: 4px;
    top: inherit;
    left: inherit;
    right: 15px;
    width: fit-content;
}

.home-banners .banner .banner-link {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.owl-controls
{
  display: none !important;
}

}



/* ---------------------------- */
/*          Home Page
/* ---------------------------- */
/* line 252, ../sass/main.scss */
.date, .more {
  font-size: 11px;
}

/* line 256, ../sass/main.scss */
.feature-transaction-box {
  min-height: 360px;
  padding: 50px 10px 10px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.feature-transaction-box p{font-size:14px;}
/* line 266, ../sass/main.scss */
.feature-transaction-box a {
  color: white;
}
/* line 270, ../sass/main.scss */
.feature-transaction-box p {
  width: 60%;
}
/* line 273, ../sass/main.scss */
.feature-transaction-box h2 {
  position: absolute;
  background: #8dc63f;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 284, ../sass/main.scss */
.feature-transaction-box h1 {
  font-size: 18px;
  margin-top: 0;
}

/* line 291, ../sass/main.scss */
.recent-transaction-box {
  min-height: 160px;
  padding: 42px 10px 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: white;
  font-size: 11px;
  line-height: 14px;
}

.recent-transaction-box h2 {
  color: white;
  position: absolute;
  background: #8dc63f;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}


.home-banner-box {

  position: relative;

}

/* line 300, ../sass/main.scss */
.home-banner-box h2 {
  color: white;
  position: absolute;
  background: #8dc63f;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}

.legal-updates-box {
  max-height: 232px;
  padding: 42px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  background-color: white;
  font-size: 11px;
  line-height: 14px;
  overflow:hidden;
}
/* line 300, ../sass/main.scss */
.legal-updates-box h2 {
  color: white;
  position: absolute;
  background: #8dc63f;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}



.news-box {
  padding-bottom: 10px;
  margin-top:10px;
  margin-bottom:10px;
  position: relative;
  background-color: white;
  font-size: 14px;
  line-height: 16px;
  /*color: #555555;*/
  color: #515151;
  min-height: 360px;
}
/* line 326, ../sass/main.scss */
.news-box p {
  margin: 20px 15px 25px 115px;
}
/* line 327, ../sass/main.scss */
.news-box .date, .news-box .more {
  font-size: 11px;
}
/* line 331, ../sass/main.scss */
.news-box h2 {
  color: white;
  position: absolute;
  background: #8dc63f;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}



.news-box-2{
  padding-bottom: 10px;
  margin-top:0px;
  margin-bottom:10px;
  position: relative;
  background-color: white;
  font-size: 14px;
  line-height: 16px;
  /*color: #555555;*/
  color: #515151;
  height: 117px;
}
/* line 326, ../sass/main.scss */
.news-box-2 p {
  padding: 14px 15px 25px 123px;
}
/* line 327, ../sass/main.scss */
.news-box-2 .date, .news-box-2 .more {
  font-size: 11px;
}
/* line 331, ../sass/main.scss */
.news-box-2 h2 {
  color: white;
  position: absolute;
  background: #8dc63f;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px 10px 8px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 345, ../sass/main.scss */
.ad-home-box {
min-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
background-color: white;
}
/* line 358, ../sass/main.scss */
.ad-home-box h2 {
  margin: 0;
  letter-spacing: -2px;
}
/* line 361, ../sass/main.scss */
.ad-home-box h2 .big {
  font-size: 34px;
  line-height: 20px;
}
/* line 367, ../sass/main.scss */
.ad-home-box h3 {
  color: white;
  position: absolute;
  background: #8dc63f;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 379, ../sass/main.scss */
.ad-home-box h3 a {
  color: white;
}

/* line 385, ../sass/main.scss */
#page-banner {
  position: relative;
  margin-bottom: 0px;
}
/* line 389, ../sass/main.scss */
#page-banner h1 {
  position: absolute;
  top: 0px;
  font-size: 12px;
  color: white;
  background: #0095c8;
  font-family: "Arial Black", Gadget, sans-serif;
  padding: 10px 10px 10px 10px;
  margin-top:0px;
}





/* line 413, ../sass/main.scss */


/* line 426, ../sass/main.scss */
#transactions-dates {
  background: white;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 20px 40px 10px 40px;
}
/* line 431, ../sass/main.scss */
#transactions-dates a {
   /*color: #555555;*/
  color: #515151;
}

/*
People

*/
/* line 440, ../sass/main.scss */
.people-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 445, ../sass/main.scss */
.people-list li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  height: 160px;
  width:50%;
  position: relative;
  overflow: hidden;
	margin-bottom:10px;
}



.people-list li .overlay-caption-trigger {
color: white;
width: 100%;
padding: 5px 5px 5px 10px;
margin: 0;
position: absolute;
background: #0095c8;
font-size: 12px;
bottom:0;
}

.people-list li .overlay-caption {
display:none;
  color: white;
  width: 100%;
  padding: 10px;
  margin: 0;
  position: absolute;
  bottom: 0;
  background: #0095c8;
  font-size: 12px;
  line-height: 12px;
  height: 100%;
  line-height:16px;
/*  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  -webkit-transform: translate3d(0, 0, 0);*/
}

/*Locations*/
.locations{border-bottom: 1px solid #dddddd;padding-bottom:20px;}


.overlay-caption h1{font-size:13px;margin:0 0 0 0;}

@media (min-width: 400px) {
.people-list li {
  height: 140px;
  width:33.3%;
  margin-bottom:10px;
}

}

@media (min-width: 500px) {
.people-list li {
  height: 160px;
  width:33.3%;
  margin-bottom:10px;
}

}

@media (min-width: 570px) {
.people-list li {
  height: 190px;
  width:33.3%;
  margin-bottom:10px;
}

}

@media (min-width: 668px) {

.people-list li {
  height: 180px;
  width:25%;
  margin-bottom:10px;
}


}
@media (min-width: 992px) {
.people-list li {
  height: 180px;
  width:25%;
  margin-bottom:10px;
}
.people-list li:nth-last-child(-n+4) {

  /*margin-bottom:0px;*/
}
}

/* line 465, ../sass/main.scss */
.people-list li img {
  display: block;
  position:absolute;
  height:auto;
  /*max-width:100%;*/
  width:100%;
}


/* line 486, ../sass/main.scss */
.people-list li .overlay-caption a, .people-list li .overlay-caption-trigger a {
  color: white;
  
}
/* line 491, ../sass/main.scss */
.people-list li .odd {
  background: #1b2f5b;
}
/* line 494, ../sass/main.scss */
.people-list li .even {
  background: #0095c8;
}
/* line 506, ../sass/main.scss */
.people-list li:hover .overlay-caption {
 /* bottom: 0;*/
}


/* line 517, ../sass/main.scss */
.bio-image-caption {
  padding: 5px;
  background: #0095c8;
  color: white;
  width: 100%;
  margin-bottom:10px;
}

/* line 527, ../sass/main.scss */
.bio-info p {
  line-height: 1.3em;
}


.bio-description {
	/*color: #898989;*/
  color: #515151;
  font-size: 14px;
  line-height: 24px;
  margin-top:10px;
}

.practice-area-overview {
  /*color: #898989;*/
  color: #515151;
  font-size: 14px;
  line-height: 24px;
}

/* ---------------------------- */
/*          Footer
/* ---------------------------- */
/* line 541, ../sass/main.scss */
footer {
  color: white;
  margin-top: 0px;
  background-color:transparent;

}
/* line 544, ../sass/main.scss */
footer strong, footer strong a {
  color: #0095c8;
  text-transform: uppercase;
}
/* line 548, ../sass/main.scss */
footer strong:hover, footer strong a:hover {
  color: white;
}
/* line 553, ../sass/main.scss */
footer .mega-footer {
  background: #1b2f5b;
  padding: 25px;
}
/* line 558, ../sass/main.scss */
footer .footer-links {
  padding: 0;
}
/* line 560, ../sass/main.scss */
footer .footer-links li {
  list-style: none;
}
/* line 563, ../sass/main.scss */
footer .footer-links a {
  color: white;
}
/* line 567, ../sass/main.scss */
footer .social-links a {
  color: white;
  font-size: 22px;
}
/* line 571, ../sass/main.scss */
footer .copyright {
  color: #c9caca;
  font-size: 11px;
  line-height: 15px;
}
/* line 576, ../sass/main.scss */
footer .copyright a {
  color: #c9caca;
}

/* line 584, ../sass/main.scss */
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 590, ../sass/main.scss */
.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 596, ../sass/main.scss */
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 602, ../sass/main.scss */
  .col-md-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 608, ../sass/main.scss */
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 767px) {
  /* line 622, ../sass/main.scss */
  .container {
    /*padding: 0 15px;
	padding: 0px;*/
  }

}

  /* line 626, ../sass/main.scss */
  header {
    background: #fff;
    padding-bottom: 0px;
  }

  /* line 633, ../sass/main.scss */
  .news-box p {
    margin: 20px 40px 25px 120px;
  }
}

.ezsearch-result{border-bottom:1px solid #dddddd;padding-bottom:15px;}
.ezsearch-result h2{font-size: 14px; font-weight:bold; margin-bottom:5px;}
.ezsearch-result p{font-size: 12px; margin-bottom:0px;}

.top-social
{
	display:inline-block;
	float:right;

}
.top-social img
{
	border:1px solid #cccccc;
}

.print-link{
	position: absolute;
    top: 11px;
    right: 23px;
}

.social-share{position: absolute; top: 40px; left: 18px; }
h2.legal-update-heading{margin-top:30px;}

/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px ) {

.social-share{position: absolute; top: 8px; right: 8px; left:inherit;}
h2.legal-update-heading{margin-top:15px;}

header {padding-top: 15px;}
.feature-transaction-box {margin-bottom: 0px; min-height: 438px;}
.feature-transaction-box p{font-size:12px;width: 90%;}
.recent-transaction-box {min-height:338px;}
.legal-updates-box {min-height:214px;margin-top: 0px;}
.news-box-2 {min-height: 208px;margin-top:0px;margin-bottom:0px;}
.bio-description {margin-top:0px;}
.news-box {min-height: 438px;margin-top:0px;margin-bottom:0px;}
.blue-box {margin-top: 0px;}
#transactions-dates {margin-top: 10px;}
#page-banner {margin-bottom: 15px;}
.green-box {margin-top:0px;}
.pad-large {padding: 50px 50px;}
.navbar-nav {margin-left: 5px;}
.ad-home-box {margin-top: 0px;}
.breadcrumb {padding: 5px 25px 5px 19px;}
#page-banner h1 { position: absolute; line-height: 55px; top: 20px; font-size: 36px; padding: 0 40px 10px 10px; margin-top:auto; }
.home-banners .banner .banner-content {width: 280px;padding:10px;top: 265px;right: 60px;left:auto;background-color:rgba(0,0,0,0.4);} 
.home-banners .banner .banner-content h1 {font-size: 19px;}
footer{ margin-top:10px;}
.news-box p {margin: 20px 40px 25px 20px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.feature-transaction-box {margin-bottom: 0px; min-height: 407px;}
.feature-transaction-box p{font-size:13px;width: 60%;}
.recent-transaction-box {min-height:279px; max-height: 279px;}
.legal-updates-box {min-height:198px;}
.news-box {min-height: 360px;}
.news-box-2 {min-height: 160px;}
    
.news-box p {margin: 20px 40px 25px 120px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px ) { 

}

/*Mobile detection for javascript
http://stackoverflow.com/questions/19291873/window-width-not-the-same-as-media-query
*/
#mobile-indicator {
    display: none;
}

@media (max-width: 767px) {
    #mobile-indicator {
        display: block;
    }
}

/*Print Styles*/


@media print {
	
 @page {
    size: 330mm 427mm;
    margin: 5mm;
    }
  .container
  {
    width: 1170px;
  }
 


.recent-legal-updates{page-break:after; }
.breadcrumb, 
.form, 
.utility-nav, 
a:after, 
.ad-home-box, 
#page-banner,
#footer,
.linked-in,
.title-top.blue-bg,
.more,
.print-link,
.social-share 
{display:none;}

.pad-large {
   padding: 0px;
}

h2
{
	margin-top: 0px; font-weight:bold;
}
.title-top.green-bg{background:#fff !important; padding-left:0px;padding-left: 9px;font-size: 15px;}
.bio-info, .bio-image-caption, .bio-image{padding-left:4px;}
.logo{padding-left:0px;margin-bottom:20px;}
.bio-description{margin-left:20px;margin-right: 20px;}
img {
max-width: 500px;
}

.bio-info, p {font-size:12pt;}
h2 {font-size:14pt;line-height: 15pt;}


}



/*Start special footer section*/

.special-footer
{
  height:50px;
  background: transparent;
  position:fixed;
  bottom: 0px;
  left: 0px;       
  right: 0px;
  display: inline-block;
  z-index: 1500;
}

.special-footer .content
{
  
  color:#1b2f5b;
  height:125px;    
  left: 0px;
  right:0px;
  bottom: -155px;
  height: 200px;   
  position: absolute;
}

.special-footer .slider-content
{
  box-shadow: 0px -3px 3px rgba(0,0,0,0.4);
  background: #fff;
/*  background: #1b2f5b;*/
    margin-left: 0px;
    margin-right: 0px;
        padding-right: 15px;
    padding-left: 15px;
    height: 500px;
}

a.slider-link, a.slider-link:visited
{
box-shadow: 0px -3px 3px rgba(0,0,0,0.4);
background: #8dc63f;
color: #fff;
padding:5px;
display: block;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
}

a.slider-link:hover
{
  text-decoration: none;
}

.special-footer h4
{
font-weight: bold;
}

.special-footer a.btn-default, .special-footer a.btn-default:hover {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
}

.special-footer .col-md-3
{
  text-align: center;
}

.special-footer .col-md-3 p, .special-footer .col-md-12 p
{
  line-height: 1.5;
  color:#515151;
}




/*End special footer section*/