/* Typography
----------------------------------------------------------------------------- */

html,
body {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  position: relative;
}
.site-name {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 38px;
  font-weight: 700;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    }

h6 {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: #339beb;
}
.text-colored {
  color: #55acee;
}
a {
  color: #55acee;
}
a:hover {
  color: #339beb;
}
a:focus,
a:active {
  outline: none;
}
.large {
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.list-unstyled li {
  padding: 5px 0;
}
.list-horizontal {
  padding: 15px 0;
}
.list-horizontal-item img {
  display: block;
  margin: 0 auto;
}
.list-icons {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  font-size: 18px;
}
.list-icons li {
  padding: 0 0 15px 0;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
.title {
  margin-top: 0;
}

.f-16 {
  font-size: 16px;
}
/* Layout
----------------------------------------------------------------------------- */
.header {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  color: #fff;
}
.banner-image {
  vertical-align: middle;
  min-height: 100%;
  width: 100%;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35); /* was .55 */
  content: "";
}
.banner-caption {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 2;
}
.subfooter {
  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 40px 0;
}
.section {
  background-color: #ffffff;
  padding: 0 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
  background-color: #222222;
  color: #ffffff;
}
.default-bg.blue {
  background-color: #55acee;
}
.translucent-bg {
  color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
  color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
  color: #cccccc;
}
.default-bg a,
.translucent-bg a {
  color: #ffffff;
  text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
  text-decoration: none;
}
.translucent-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.translucent-bg .translucent-bg {
  margin-top: 80px;
  z-index: 3;
}
.translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
  background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
  z-index: 3;
  position: relative;
}
.bg-image-1 {
  background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
  background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
  }
}
.space {
  padding: 20px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pb-clear {
  padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #ffffff;
}
.banner-caption h1 {
  font-size: 60px;
}
.subfooter p {
  margin-bottom: 0;
}

.css-background {
  width: 99%;
  height: 15vh;
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: left;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-default {
  color: #55acee;
  border: 1px solid #cccccc;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #339beb;
  border-color: #339beb;
}
.horizontal .btn {
  width: 160px;
}
/* Collapse
---------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa;
}
.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #55acee;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}
.panel-heading a.collapsed {
  color: #ffffff;
  background-color: #333333;
}
.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}
.panel-heading a.collapsed:after {
  content: "\f196";
}
.panel-heading a:hover {
  text-decoration: none;
  background-color: #55acee;
  color: #ffffff;
}
.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
  border: 1px solid #cacaca;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-control-feedback {
  color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 15px;
}
textarea {
  resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal-header,
.modal-footer {
  background-color: #55acee;
  color: #ffffff;
  padding: 0;
}
.modal-header {
  padding: 0.2em 0.5em;
  min-height: 2em;
}
.modal-footer {
  background-color: white;
}

.modal-header h4 {
  color: #ffffff;
}
.modal-header .close {
  color: #ffffff;
  font-weight: 300;
  filter: alpha(opacity=100);
  height: 41px;
  line-height: 41px;
  opacity: 1;
  padding-right: 10px;
  text-shadow: none;
}
.modal-body > div.row > div {
  padding: 0;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
.modal-dialog.modal-lg {
  margin-top: 10px;
}
.modal-body {
  padding: 25px;
}
.modal-body form p {
    padding-left: 0;
}
.modal-title {
    height: 41px;
    line-height: 41px;
    padding-left: 20px;
}
#modal_disclaimer iframe {
    border: none;
}
.modalMediaShowcase .close {
    top: 25px;
}
/* Media
---------------------------------- */
.media .fa {
  font-size: 24px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
  margin-bottom: 0;
    }
    .fixed-header-on .header {
        border-bottom: 1px solid #5e5f70;
    }
.main-navigation .navbar-default {
  background-color: transparent;
  border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: 400;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
}
.main-navigation .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
  color: #55acee;
}
@media (min-width: 768px) {
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .header.navbar-fixed-top {
    background-color: #363e48;
    position: relative;
    max-height: none;
    margin: 0;
  }
  .col-md-6,
  .agent {
    border-bottom: black solid 1px;
  }
  .navbar-default .navbar-collapse {
    border: none;
    outline: 1px solid #797979;
  }
  .header {
    padding: 0;
  }
  body {
    overflow-x: hidden;
  }
  header.header.fixed.clearfix.navbar.navbar-fixed-top {
    padding-top: 0;
  }
  .css-background {
    height: 50vh;
  }
}
#navbar-collapse-1 .visible-xs:last-child {
    padding-left: 20px;
    }
    #navbar-collapse-1 .visible-xs h3 {
        color: white;
        font-size: 1.1em;
    }
    #navbar-collapse-1 .share_grid a:hover i {
        color: #55acee;
    }


/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
    background-color: #363e48;
    padding: 5px 0 0;
}
.fixed-header-on .site-name {
  font-size: 24px;
}
.site-name-hide {
  max-height: 500px;
}
.fixed-header-on .site-name-hide {
  max-height: 0px;
  overflow: hidden;
}
.fixed-header-on .logo {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fixed-header-on .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .fixed-header-on .logo,
  .fixed-header-on .site-name,
  .fixed-header-on .site-slogan {
    display: auto;
  }
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
  margin: 10px 10px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-left,
.site-name-and-slogan {
  float: left;
  display: inline-block;
}
.site-name {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-name a,
.site-name h3,
.site-name h5 {
  color: #ffffff;
}
.site-name a:hover {
  text-decoration: none;
}
.site-slogan {
  font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
  width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
  clear: both;
  padding: 0;
  list-style: none;
  margin: 10px 0 10px 25px;
}
.social-links li {
  margin: 10px 25px 10px 0;
  display: inline-block;
  font-size: 36px;
}
.social-links li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-links li.activerain a:hover {
  color: #f3a41e;
}
.social-links li.twitter a:hover {
  color: #55acee;
}
.social-links li.skype a:hover {
  color: #00aff0;
}
.social-links li.linkedin a:hover {
  color: #0976b4;
}
.social-links li.googleplus a:hover {
  color: #dd4b39;
}
.social-links li.youtube a:hover {
  color: #b31217;
}
.social-links li.flickr a:hover {
  color: #ff0084;
}
.social-links li.facebook a:hover {
  color: #3b5998;
}
.social-links li.pinterest a:hover {
  color: #cb2027;
}
.social-links li.myspace a:hover {
  color: #000;
}
.social-links li.blogger a:hover {
  color: #f4913e;
}
.social-links li.instagram a:hover {
  color: #d62c76;
}
.social-links li.wordpress a:hover {
  color: #016087;
}
.social-links li a:hover,
.social-links li a:focus,
.social-links li a:active,
.social-links li a:visited {
  text-decoration: none !important;
}

/* Isotope Items
---------------------------------- */
.filters {
  margin: 0 0 30px 0;
}
.filters .nav-pills > li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.filters .nav-pills > li + li {
  margin-left: 0px;
}
.text-center.filters .nav-pills > li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
}
/*
.isotope-container {
	overflow: hidden;
}
*/
.isotope-item {
  margin-bottom: 20px;
  /*    height: 30vh;*/
  overflow: hidden;
}
.isotope-item .btn-default {
  color: #999999;
}
.isotope-item .btn-default:hover {
  color: #ffffff;
}
@media (max-width: 480px) {
  .filters .nav-pills > li {
    width: 100%;
    display: block;
  }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(85, 172, 238, 0.9);
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.overlay:hover {
  text-decoration: none;
}
.overlay span {
  position: absolute;
  display: block;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  line-height: 1x;
  color: #ffffff;
  margin-top: -8px;
  margin-left: -8px;
  text-align: center;
}
.overlay-container:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
footer svg.equal {
  max-width: 3em;
  display: block;
}
.panel-body {
  color: black;
}
.slides > div > h2 {
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5em;
}
figure {
  height: 79vh;
}
a.glyphicon.glyphicon-home {
  font-size: 4em;
}
header.fixed a.glyphicon.glyphicon-home {
  font-size: 2em;
}
ul.social-links > li {
  line-height: 0.7em;
  width: 25px;
}
.btn .social-links li {
  margin: auto;
  font-size: 2em;
}
.site-name-and-slogan.smooth-scroll .social-links {
  margin: 0;
}
.site-name-and-slogan.smooth-scroll .social-links li {
  margin: 0px 25px 0 0;
  color: white;
}
/*
button.glyphicon.glyphicon-chevron-up {
    font-size: 2em;
    padding: .5em;
    background: rgba(231, 231, 231, 0.6);
    border-radius: 1em;
    -webkit-transition: -webkit-transform 2s;   For Safari 3.1 to 6.0
    transition: transform 2s;
}
*/
/*
button.glyphicon.glyphicon-chevron-up:hover, button.glyphicon.glyphicon-chevron-up:active {
    background: rgba(231, 231, 231, 0.9);
    padding: .6em;
}
*/
.scrollToTop {
  osition: fixed;
  position: absolute;
  left: 0;
  ight: 0;
  op: 15%;
  top: 25%;
  z-index: 999;
}
div.sssprev {
  left: 0;
}
div.sssnext {
  right: 0;
}
.nav-tabs {
  border: 0;
}
.tab-content {
  border: 1px solid #ddd;
  padding: 1em;
}
div.sss {
  height: 1.5em;
}
.nav-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.big_btn a.glyphicon {
  font-size: 3em;
  text-decoration: none;
  text-align: center;
}
#tour .nav-tabs > li > a:hover {
  border: 1px;
  border-top: rgba(45, 115, 168, 0.9) 1px solid;
  border-bottom: rgba(45, 115, 168, 0.9) 1px solid;
  background: transparent;
}
.center-block.nav-tabs {
  /*width: 53%;*/
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  font-weight: 600;
  text-align: center;
  padding: 10px 10px;
}
.w-50 {
  width: 50%;
  display: inline-block;
}
.w-75 {
  width: 74%;
  display: inline-block;
}
.w-25 {
  width: 24%;
  display: inline-block;
}
.w-35 {
  width: 34%;
  display: inline-block;
}
.w-65 {
  width: 64%;
  display: inline-block;
}
.w-100 {
  width: 98%;
  display: block;
}
.w-49 {
  width: 49%;
}
. {
  padding-left: 5%;
}
/*
.bio_office_logo {
padding-right: 5%;
}
*/
.right {
  float: right;
}

.agent_info h5 {
  line-height: 2em;
}
.center-block.w-50 button {
  width: 32%;
}
.horizontal > button {
  display: block;
  background-color: rgba(66, 139, 202, 0.9);
}
.horizontal {
  argin-right: -80px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.horizontal:active,
.horizontal:hover,
.horizontal:focus {
  argin-right: -5px;
}
.img-small {
  max-height: 3em;
  display: inline-block;
}
form#form_tell_friend > input,
form#form_tell_friend > textarea {
  margin: 0.3em;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  padding: 1px;
}
.no-border-tabs {
  border: none;
}
section.default-bg.space.blue.container-fluid {
  margin-bottom: 2em;
}
.modal-body.col-xs-12 {
  background: white;
}
form > input,
form > p,
form > select,
form > textarea {
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2em;
  vertical-align: bottom;
  width: 49%;
  overflow: hidden;
}
input.submit {
  float: right;
}
button.close > span {
  font-size: 1.5em;
  font-weight: 400;
}
.navbar-default .navbar-nav > li > a {
  color: #222;
}
.tab-pane {
  min-height: 30vh;
}
.boarder-bottom {
  border-bottom: black 2px solid;
  margin-bottom: 1em;
  margin-top: 1em;
}
div#tab_dowloads {
  text-align: center;
}
.header i.fa {
  color: rgb(225, 231, 255);
  padding-left: 0;
}
.fixed-header-on .header i.fa {
  padding-left: 0;
}
.center-block > ul.social-links {
  text-align: center;
}
.scrollToTop ul.social-links {
  margin: 0;
  text-align: left;
}
/*Date Picker*/

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*Date picker end*/

.header {
  max-height: 20vh;
  overflow: visible;
}
.logo > a > img {
  padding: 0 0 5px 0;
  margin: -5px 0 0 0;
}
/*
div#navbar-collapse-1 {
background: rgba(0, 0, 0, 0.88);
}*/
.tab-content > .tab-pane {
  min-height: 25vh;
  min-width: 0;
  overflow: hidden;
}
/*
#map-canvas {
    width: 100%;
     min-height: 40vh;
}
*/
.nav > li > a:hover,
.nav > li > a:focus {
  background: rgba(255, 255, 255, 0.33);
}
/*
div#navbar-collapse-1 {
background: rgba(0, 53, 92, 0.92);
text-align: center;
}*/
.bio_name {
  font-size: 1.1em;
}

.bio_license {
  font-size: 0.8em;
}

.bio_credits {
  font-size: 0.9em;
}

.bio_website {
  font-size: 1.1em;
}
.bio_office {
  font-size: 1.2em;
}

.bio_address {
  font-size: 0.9em;
}

.bio_bio {
  font-size: 0.8em;
}
div#modal_local_links {
  text-align: center;
}
.navbar-left a img.zero {
  display: none;
  visibility: hidden;
}
div.maps {
  /*    width: 400px; */
  height: 300px;
  display: inline-block;
}
.video div.frameset iframe {
  width: 90%;
  height: 40vh;
}
iframe.greatschools {
  width: 100%;
}
.row.m-l {
  margin-left: 0;
}
.navbar-left,
.navbar-right,
.main-navigation {
  display: inline-block;
}
.navbar-fixed-top img.one {
  max-width: 75%;
}
li.col-xs-3.col-sm-3 a {
  overflow: hidden;
}
.navbar-sale {
  position: absolute;
  width: 105%;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 1.3em;
  padding-top: 0.5%;
}
.main-navigation.animated.navbar-right {
  float: right;
}
.tooltip-inner {
  font-size: 1.5em;
}
.tile {
  width: 15%;
  display: inline-block;
  overflow: hidden;
  padding: 2%;
}
.bfg-slideshow-wrap {
  z-index: 1050 !important;
}
div#GS_schoolSearchWidget {
  margin-left: auto;
  margin-right: auto;
}
#tab_map_street a.visible-xs {
  text-align: center;
  vertical-align: middle;
}
.bfg-slideshow li {
  display: inline-block;
  margin: 0 0 5% 0 !important;
  cursor: pointer;
}
.no-top {
  margin-top: 0;
  padding-top: 0;
}
.success,
.failure {
  display: none;
}
.navbar-left img {
  max-height: 100px;
}
.left {
  text-align: left;
}
.carousel-caption {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: visible;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.comment .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 8em;
}
li.col-xs-3.col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}
a.carousel-control {
  background: transparent !important;
}
#myCarousel-imagegallery .carousel-caption {
  color: black;
}
#myCarousel-imagegallery .carousel-caption.center {
  text-align: center;
  font-size: 2em;
  line-height: 5em;
}
/*
.horizontal > .share > .share_grid {
  margin-left: -12px;
}
*/
.horizontal .share_grid .tile {
  padding: 1%;
}
.horizontal div.share_grid a {
  padding: 0;
}



/* Slick image viewer
----------------------------------------------------------------------------- */
/* Slick Image Viwer */
.slick-container {
	background-color: rgba(0,0,0,0.9);
   	height: 100vh;
   	left: 0;
   	margin: 0 auto;
   	padding: 0 0 0 0;
   	position: fixed;
   	top: 0;
   	visibility: hidden;
   	width: 100%;
   	z-index: 2000;
  	}
	.slick-container-close {
		background-color: black;    
	    color: white;
	    font-family: Arial, sans-serif;
	    font-size: 20px;
	    height: 25px;
	    line-height: 25px;
	    margin: 0 0 0 0;
	    padding: 0 0 0 0;
	    position: absolute;
	    right: 10px;
	    text-align: center;
	    top: 10px;
	    width: 25px;
	    z-index: 10;
	  	}
	  	.slick-container-close:hover {
	  		cursor: pointer;
	  	}
		.prop-photo-container {
			margin: 5vh auto;
	    	max-height: 90vh;
	    	max-width: 80vw;
		  	}  	
		  	.prop-photo-title {
			  color: white;
		  	  font-family: "Roboto", sans-serif;
	    	  text-align: center;
		  	}
		  	.prop-photo-image {
			  margin: 10px auto;
	    	  max-height: 75vh;
		  	  max-width: inherit;
		  	}
		  	.prop-photo-caption {
		  	  color: #ccc;
		  	  font-family: "Roboto", sans-serif;
	    	  text-align: center;
		  	}
	  	.slick-prev { left: 12px; }
	  	.slick-next { right: 40px; }
	  	.slick-prev,
	  	.slick-next {
	    	z-index: 10;
	  	}
	  	.slick-prev:before,
	  	.slick-next:before {
	    	background-color: black;
	    	border: 1px solid #b3b3b3;
	    	font-family: Arial, sans-serif;
	    	font-size: 25px;
	    	margin: 0 0 0 0;
	    	opacity: 1;
	    	padding: 0px 10px 5px 10px;
	  	}




/*jose styles below*/
.site-name-and-slogan {
    margin-left: -25px;
}
.site-name h3 {
    font-size: 26px;
    transition: all 0.2s ease-in-out;
}
.site-name h5 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.site-slogan {
    font-size: 14px;
    text-transform: uppercase;
}
.fixed-header-on .site-name h3 {
    font-size: 17px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: inherit;
}
.banner-caption {
    top: 33%;
}
.carousel-inner > .item {
    font-style: italic;
}
.share_grid i {
    color: #ffffff;
    font-size: 18px;
}
.open-house-container {
    background-color: #dfdfdf;
    padding: 30px 0 30px 0;
    text-align: center;
    }
    .open-house-container p {
        margin: 0 auto;
        max-width: 700px;
    }
    .open-house-virtual-link {
        color: #339beb;
        text-decoration: underline;
    }
.media-showcase-v4 {
    padding: 7% 0;
}
.media-showcase-item-inner i {
    background-color: #339beb;
    color: #ffffff;
    }
    .ms-item-subheading,
    .ms-item-subheading:active,
    .ms-item-subheading:focus {
        color: #ffffff !important;
        text-decoration: none;
    }
    .media-showcase-item:hover > .media-showcase-item-inner i {
        background-color: #ffffff;
        border: 1px solid #339beb;
        color: #339beb;
    }
    .media-showcase-item:hover > .media-showcase-item-inner {
        background-color: #ffffff;
    }
    .media-showcase-item:hover .ms-item-subheading {
        color: #339beb !important;
    }
#info-section {
    color: #c0c1c3;
    position: relative;
    }
    #info-section:before {
        content: "";
        background-color: #363e48;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%239C92AC' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        display: inline;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 400px;
    }
    #info-section h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #info-section li {
        color: #363e48;
    }
    .highlights-section {
        color: #363e48;
        line-height: 2;
    }
    .features-section {
        background-color: #fff;
        border-top: 5px solid #4c8cc5;
        margin-bottom: 100px;
        outline: 1px solid #999;
        }
        .features-section h3 {
            color: #363e48;
            font-weight: bold;
            text-transform: uppercase;
        }
        .features-section li {
            list-style-type: none;
        }
        .features-section li:before {
            content: "";
            background: #363e48;
            display: inline-block;
            height: 2px;
            left: -10px;
            position: relative;
            top: -4px;
            width: 20px;
        }
        #more_info_full_name,
        #more_info_email,
        #more_info_preferred_contact,
        #more_info_message {
            padding-left: 7px;
            width: 100%;
        }
        #more_info_preferred_contact,
        #more_info_message {
            background-color: #fff;
            border: none;
            color: #757575;
            outline: 1px solid #dfdfdf;
        }
        #more_info_message {
            height: 100px;
        }
        #more_info_phone,
        #more_info_time_call {
            padding-left: 7px;
            width: 49%;
        }
        #submitmoreinfo {
            background-color: #5395cd;
            color: #fff;
            height: 41px;
            line-height: 41px;
            padding: 0 10px;
        }
        .form-showing-submit {
            background-color: #5395cd;
            color: #fff;
            height: 41px;
            line-height: 41px;
            padding: 0 10px;
        }
    .map-container {
    	background-image: url(../images/map-bg.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
    	margin-bottom: 5px;
    	margin-top: 30px;
    	overflow: hidden;
	    padding-bottom: 50px;
	    padding-top: 50px;
	    }    
		#staticmap {
			background-color: white;
	    }
#tour .nav-tabs > li a:hover {
    border-bottom: none;
    border-top: none;
}
.panel-heading a.collapsed {
    background-color: #5395cd;
    }
    .panel-heading a.collapsed:hover {
    background-color: #286090;
    }
#tabs_2 {
    float: left;
    margin: -40px 10px 0 0;
    position: relative;
    width: 30%;
    z-index: 10;
    }
    #tabs_2 .nav-tabs > li {
        float: none;
        width: 100%;
    }
    .tab-content > .tab-pane {
        outline: 1px solid #d0d0d0;
    }
    @media (max-width: 1157px) {
        #tabs_2 {
            float: none;
            width: 100%;
        }
        .area-panels {
            width: 100%;
        }
        .area-section .tab-pane {
            overflow-x: scroll;
        }
    }
.area-section {
    overflow: hidden;
    position: relative;
    }
    .area-section:before {
        content: "";
        background-color: #363e48;
        display: inline;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 9%;
        }
        @media (max-width: 1157px) {
            .area-section:before {
                display: none;
            }
        }
    @media (min-width: 1157px) {
        .area-section .area-panels {
            position: relative;
            left: -100px;
        }
    }
.finance-section {
    position: relative;
    }
    .finance-section:before {
        content: "";
        background-color: #363e48;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%239C92AC' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        display: inline;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 9%;
        }
        @media (max-width: 1157px) {
            .finance-section:before {
                display: none;
            }
        }
        .finance-section table {
            margin: 0 auto;
            max-width: 900px;
            }
            .finance-section h2 {
                color: #353d48;
                font-size: 40px;
                font-weight: bold;
                text-align: center;
                text-transform: uppercase;
            }
            .finance-section h3 {
                margin-bottom: 30px;
                text-align: center;
            }
            .table-hover > tbody > tr:hover {
                 background-color: transparent;
            }
            .finance-section .panel {
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 15px 0 0 0;
                padding: 0 0 0 0;
                text-align: center;
                width: 100%;
            }
        @media (max-width: 970px) {
            .finance-section {
                padding-right: 4%;
                padding-left: 4%;
            }
        }
.sponsor-section {
    position: relative;
    }
    .sponsor-section h2 {
        background-color: #373f48;
        color: #ffffff;
        padding-bottom: 10px;
        width: 100%;
    }
    .sponsor-photo {
        max-height: 200px;
        margin: 0 auto;
        width: auto;
        }
        @media (max-width: 767px) {
            .sponsor-photo {
                max-height: 250px;
                margin: 0 0 0 0;
                width: auto;
            }
        }
    .sponsor-section h5 {
        font-size: 16px;
        margin: 0 0 -8px 0;
        text-transform: initial;
    }
    .sponsor-section .bio_office_logo {
        max-height: 50px;
        width: auto;
    }
.agent {
    background-color: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    }
    @media (max-width: 767px) {
        .agent_info .col-sm-2 img {
            max-height: 250px;
            margin: 0 0 0 0;
            width: auto;
        }
    }
    .agent h2 {
        background-color: #373f48;
        color: #ffffff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 15px;
        width: 100%;
    }
    .agent h5 {
        font-size: 16px;
        margin: 0 0 -8px 0;
        text-transform: initial;
    }
    .agent .bio_office {
        clear: both;
    }
    .agent .bio_office_logo {
        max-height: 50px;
        width: auto;
    }
    .agent .designations-icon {
    	display: inline-block;
    	margin-right: 5px;
    	height: 25px;
		width: 25px;
    }
    
.bio_slogan {
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.bio_bio {
    font-size: 13px;
    margin: 25px 4% 0 4%;
    padding-bottom: 25px;
    position: relative;
    width: 92%;
}
.social_bar {
    width: 80%;
    }
    .social-links {
        margin: 0 0 0 0;
        }
        .social-links li {
            font-size: 20px;
            width: 0 !important;
            }
            .social-links li a {
                color: #55acee;
            }
.subfooter {
    background-color: #363e48;
    border-top: none;
    border-bottom: none;
    padding: 40px 0;
    text-align: center;
    }
    .subfooter p {
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .subfooter .equal {
        margin: 0 auto;
        text-align: center;
    }
#form_loan_calculator {
    }
    #form_loan_calculator .checkbox {
        float: left;
        height: 41px;
        margin: 0 0 0 20px;
        padding: 0 0 0 0;
        width: 25px;
    }
    #form_loan_calculator .check_tex {
        height: 41px;
        line-height: 41px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .frequency {
        background-color: #fff;
        border: none;
        outline: 1px solid #dfdfdf;
    }
#form_pre_approved .purpose,
#form_pre_approved .property_type {
    background-color: #fff;
    border: none;
    color: #757575;
    outline: 1px solid #dfdfdf;
    }
    #form_pre_approved input {
        padding-left: 7px;
    }
#form_tell_friend {
    }
    #friend_your_message {
        border-color: #dfdfdf;
    }
#form_home_worth {
    }
    #home_worth_property_type,
    #home_worth_bedrooms,
    #home_worth_bathrooms,
    #home_worth_size,
    #home_worth_time_frame {
        background-color: #fff;
        border: none;
        color: #757575;
        outline: 1px solid #dfdfdf;
    }
.texture-background-01 {
    background-color: #fdfdfd;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%234184bd' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.texture-background-02 {
    background-color: #dfdfdf;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23b8b8b8' fill-opacity='0.22'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.texture-background-03 {
    background-color: #e6e7e8;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23c0daee' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    line-height: 3;
}
.highlights-section .dash:last-child { display: none; }
.border-image {
    border-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23c0daee' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E") 10 round;
    border-style: solid;
    border-width: 10px;
}
.glyphicon {
    color: #55acee;
}
.button-blue {
    background-color: rgba(66, 139, 202, 0.9);
    border-color: #2e6da4;
    border-style: solid;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-radius: initial !important;
    height: 40px;
    }
.button-submit {
    background-color: #5395cd;
    color: #fff;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
}
.button-modal-close {
    color: #5395cd;
    border: none;
    outline: 1px solid #5395cd;
    text-align: center !important;
}
#tabs_2 .nav > li > a:link {
    background-color: rgba(66, 139, 202, 0.9);
    border-color: #2e6da4;
    border-radius: initial !important;
    color: #fff;
    }
    .button-blue:hover,
    #tabs_2 .nav > li > a:visited,
    #tabs_2 .nav > li > a:focus,
    #tabs_2 .nav > li > a:hover,
    #tabs_2 .nav > li > a:active {
        background-color: #286090 !important;
        border-bottom-width: 2px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        border-color: #2e6da4;
        border-radius: initial;
        color: #fff;
    }
    #tabs_2 .tab-link {
        border: none;
        font-weight: normal;
        line-height: 36px;
        padding: 0 0 0 0;
        text-decoration: none;
    }
.borderTop      { border-top: 1px solid #d0d0d0; }
.borderBottom   { border-bottom: 1px solid #d0d0d0; }
.pad-left-0     { padding-left: 0; }
.pad-right-0    { padding-right: 0; }
.pad-left-7     { padding-left: 7px; }
.padTop25       { padding-top: 25px; }
.padBottom25    { padding-bottom: 25px; }
.pad-top-100    { padding-top: 100px; }
.pad-bottom-100 { padding-bottom: 100px; }
.padRight30     { padding-right: 30px; }
.padLeft30      { padding-left: 30px; }
.margin-top-0   { margin-top: 0; }
.margin-bottom-0{ margin-bottom: 0; }
.marginTop7     { margin-top: 7%; }
.marginTop30    { margin-top: 30px; }
.marginTop100   { margin-top: 100px; }
.marginBottom7  { margin-bottom: 7%; }
.marginBottom30 { margin-bottom: 30px; }
.grayBackground { background-color: #efefef; }
.background-slate { background-color: #373f48; }
.background-white{ background-color: #fff; }
.overlapTop     { margin-top: -50px; }
.height100      { height: 100px; }
.width33       	{ width: 32%; }
.width50       	{ width: 50%; }
.width100       { width: 100%; }
a 				{ cursor: pointer !important; }