html {
  overflow-x: hidden;
  font-size: 1.25em;
}

body {
  background: #ffffff;
  color: #666;
  line-height: 1.7;
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}
img { width: 100%; max-width: 100%;}
h2{ font-size: 36px; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans" !important;
}
p{ font-size: 14px; }
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #1a57a5;
}

a:hover, a:focus, a:active {
  color: #174b8f;
  text-decoration: none;
}

.probootstrap-navbar {
  background: #899962 !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  position: absolute;
  width: 100%;
  z-index: 200;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar {
    top: 0;
    background: white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.probootstrap-navbar .navbar-toggle:focus,
.probootstrap-navbar .navbar-toggle:hover {
  background-color: transparent;
}

.probootstrap-navbar .navbar-toggle {
  border: none;
}

.probootstrap-navbar .navbar-toggle span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.probootstrap-navbar .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.form_color{ background-color: #eee; border:none !important; color: #999; }
.submit_btn { color: #456899; background: #fff; border: 2px solid #456899; border-radius: 3px !important; font-size: 20px !important; padding: 8px 25px !important; float: right;}
.input_contact_captcha { max-width: 50px; padding: 10px; }
.captcha_number{ font-size: 14px; text-align: center;}
.probootstrap-navbar .navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.probootstrap-navbar .navbar-toggle span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.probootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

.probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 25px;
  margin-right: 30px;
}

#move_top { position: fixed;bottom: 20px; right: 0; width: 40px; height: 40px;background: #000; color: #fff;transition: 5s top ease-in; padding: 5px; text-align: center; z-index: 10000}
.locate{ font-size: 14px; }
.blank_p { margin-bottom: 0; }
@media screen and (max-width: 768px) {
  .probootstrap-navbar .parent-nav-link-padding, .probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.probootstrap-navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  text-transform: uppercase;
}

.probootstrap-navbar .dropdown > a {
  padding-right: 10px !important;
  position: relative;
  display: block;
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .dropdown > a {
    display: block;
    padding-right: 0px;
  }
}

.probootstrap-navbar .dropdown > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -11px;
  content: "\e924";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown > a:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown.open > a, .probootstrap-navbar .dropdown:hover > a, .probootstrap-navbar .dropdown:focus > a, .probootstrap-navbar .dropdown:active > a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.probootstrap-navbar .dropdown.open > a:before, .probootstrap-navbar .dropdown:hover > a:before, .probootstrap-navbar .dropdown:focus > a:before, .probootstrap-navbar .dropdown:active > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.probootstrap-navbar .dropdown > .dropdown-menu > li a:hover {
  border-top: none;
  background: #ffffff;
  color: #85C8DD;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li:active > a {
  border-top: none;
  color: #85C8DD;
  background: #ffffff;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a {
  border-top: none;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .probootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before {
  color: #000000;
}

.probootstrap-navbar .dropdown > .dropdown-menu > li.active > a {
  color: #ffffff;
}

.probootstrap-navbar .navbar-right .dropdown-menu {
  right: auto;
}

.probootstrap-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #85C8DD;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.probootstrap-navbar .dropdown-menu a {
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
  }
  .probootstrap-navbar .dropdown-menu a {
    color: #ffffff;
  }
}

.probootstrap-navbar .navbar-brand {
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  padding-left: 15px;
}

.probootstrap-navbar .navbar-brand:hover {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-brand {
    color: #1a57a5;
    line-height: 0;
    padding-left: 0px;
  }
}

.probootstrap-navbar .navbar-brand em {
  font-family: "Open Sans", Arial, sans-serif;
}

.probootstrap-navbar .navbar-nav > li > a {
  color: white;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #fff;
  }
}

.probootstrap-navbar .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-navbar .navbar-nav > li > a:hover, .probootstrap-navbar .navbar-nav > li > a:focus, .probootstrap-navbar .navbar-nav > li > a:active {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > a:hover, .probootstrap-navbar .navbar-nav > li > a:focus, .probootstrap-navbar .navbar-nav > li > a:active {
    color: rgba(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .in_mobile { margin-bottom: 10px;  }
}
@media screen and (max-width: 768px) {
  .mobile_size { margin-bottom: 10px !important; text-align: left !important; }
  .submit_btn { float: left !important; }
}
.probootstrap-navbar .navbar-nav > li.open > a:hover, .probootstrap-navbar .navbar-nav > li.open > a:focus, .probootstrap-navbar .navbar-nav > li.open > a {
  background: none;
}

.probootstrap-navbar .navbar-nav > li.active > a {
  background: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li.active > a {
    color: rgba(0, 0, 0, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover {
  background: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li.active > a:active, .probootstrap-navbar .navbar-nav > li.active > a:focus, .probootstrap-navbar .navbar-nav > li.active > a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}

.probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
  border: 1px solid #85C8DD;
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  border-color: rgba(133, 200, 221, 0);
  border-bottom-color: #85C8DD;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

.probootstrap-navbar .navbar-nav .dropdown li.active > a {
  background: none;
}

.probootstrap-navbar .navbar-nav.active > a {
  color: #1a57a5 !important;
}

.probootstrap-navbar .dropdown-submenu {
  position: relative;
}

.probootstrap-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.probootstrap-navbar .dropdown-submenu > a {
  display: block;
}

.probootstrap-navbar .dropdown-submenu > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  margin-top: -11px;
  content: "\e926";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .dropdown-submenu > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.probootstrap-navbar .dropdown-submenu > a:hover:before {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
  .probootstrap-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.probootstrap-navbar.scrolled {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.probootstrap-navbar.scrolled.awake, .probootstrap-navbar.scrolled.sleep {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-navbar.scrolled.awake {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.probootstrap-navbar.scrolled.sleep {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.probootstrap-navbar.scrolled .navbar-brand {
  top: 30px;
  color: #1a57a5;
}

.probootstrap-navbar.scrolled .dropdown > a:before {
  color: rgba(0, 0, 0, 0.4);
}

.probootstrap-navbar.scrolled .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.7);
}

.probootstrap-navbar.scrolled .navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}

.probootstrap-navbar.scrolled .navbar-nav > li.active > a {
  color: #1a57a5 !important;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar.scrolled .navbar-nav > li.active > a {
    color: #1a57a5 !important;
  }
}

.probootstrap-hero {
  background-color: #ccc;
  background-size: cover;
  background-position: left top;
  padding: 9em 0 15em 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero {
    height: inherit;
    padding: 7em 0 15em 0;
  }
}

.probootstrap-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.probootstrap-hero .intro-text {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero .intro-text {
    padding-top: 50px;
  }
}

.probootstrap-hero .intro-text .probootstrap-heading {
  font-size: 54px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero .intro-text .probootstrap-heading {
    font-size: 36px;
    text-align: center;
  }
}

.probootstrap-hero .intro-text .probootstrap-subheading {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
}

.probootstrap-hero .intro-text .probootstrap-subheading.center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .probootstrap-hero .intro-text .probootstrap-subheading {
    max-width: 100%;
    text-align: center;
  }
}

.probootstrap-hero .intro-text .probootstrap-subheading .btn {
  padding: 20px 40px;
  border-radius: 0;
  margin-right: 10px;
  border: 2px solid #1a57a5;
}

.probootstrap-hero .intro-text .probootstrap-subheading .btn:hover {
  background: #103463;
  border-color: #103463;
}

@media screen and (max-width: 480px) {
  .probootstrap-hero .intro-text .probootstrap-subheading .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.probootstrap-hero .intro-text .probootstrap-subheading .btn.btn-default {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.probootstrap-hero .intro-text .probootstrap-subheading .btn.btn-default:hover, .probootstrap-hero .intro-text .probootstrap-subheading .btn.btn-default:focus, .probootstrap-hero .intro-text .probootstrap-subheading .btn.btn-default:active {
  background: rgba(255, 255, 255, 0.3);
}
.cpad {padding-top: 6em;}
/*.probootstrap-section.probootstrap-bg-light {
  background: #D6E6F2;
}

.probootstrap-section.probootstrap-cta {
  background: #1a57a5;
  color: #ffffff;
  padding: 3em 0;
}*/

.probootstrap-section.probootstrap-cta *:last-child {
  margin-bottom: 0;
}

.probootstrap-section.probootstrap-cta .probootstrap-heading {
  color: #ffffff;
  margin-bottom: 20px;
}

.probootstrap-section.probootstrap-cta .probootstrap-sub-heading {
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-footer {
  padding: 1em 0;
  position: relative;
  background: #899962;
  color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.probootstrap-footer a {
  color: rgba(255, 255, 255);
}

.probootstrap-footer a:hover {
  color: white;
}

.probootstrap-section-heading .probootstrap-heading {
  font-size: 36px;
  line-height: 1.45;
  position: relative;
}


@media screen and (max-width: 768px) {
  .probootstrap-section-heading .probootstrap-heading {
    font-size: 40px;
  }
}

.probootstrap-section-heading .probootstrap-heading-2 {
  line-height: 1.45;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .probootstrap-section-heading .probootstrap-heading-2 {
    font-size: 24px;
  }
}

.probootstrap-social > a {
  padding: 10px;
  font-size: 30px;
}

.probootstrap-pricing {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.probootstrap-pricing h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #000000;
  margin-bottom: 0;
}

.probootstrap-pricing .probootstrap-note {
  color: #bdbdbd;
  font-style: italic;
  font-size: 14px;
}

.probootstrap-pricing .probootstrap-price strong {
  font-size: 62px;
  font-weight: 300;
  color: #1a57a5;
}

@media screen and (max-width: 768px) {
  .probootstrap-pricing .probootstrap-price strong {
    font-size: 42px;
  }
}

.probootstrap-link {
  position: relative;
}

.probootstrap-link i {
  position: relative;
  right: 0;
  top: .15em;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-link:hover i {
  right: -10px;
}

.probootstrap-list {
  padding: 0;
  margin: 0;
}

.probootstrap-list li {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.probootstrap-list li.probootstrap-check {
  padding-left: 30px;
}

.probootstrap-list li.probootstrap-check:before {
  color: #1a57a5;
  font-size: 16px;
  content: "\eb91";
}

.probootstrap-check-2 {
  padding-left: 40px;
  position: relative;
}



.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 40px;
}

.btn.btn-primary {
  background: #1a57a5;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #103463;
}

.btn.btn-black {
  color: #ffffff;
  background: #000000;
}

.btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
  background: #262626;
}

.probootstrap-service-item {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .probootstrap-service-item {
    padding: 0;
  }
}

.probootstrap-service-item .icon {
  display: block;
  font-size: 70px;
  margin-bottom: 50px;
  color: #1a57a5;
}

.probootstrap-service-item h2 {
  font-size: 24px;
  color: #1a57a5;
}

.probootstrap-testimonial {
  background: #ffffff;
  padding: 30px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .probootstrap-testimonial {
    padding: 20px;
  }
}

.probootstrap-testimonial .probootstrap-author-photo {
  height: 70px;
}

.probootstrap-testimonial .probootstrap-rate i {
  color: #d9d9d9;
}

.probootstrap-testimonial .probootstrap-rate i.icon-star {
  color: #F79F24;
}

.probootstrap-testimonial blockquote {
  padding: 0;
  border: none;
}

.probootstrap-testimonial blockquote p {
  font-style: italic;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .probootstrap-form {
    padding: 15px;
  }
}

.probootstrap-form label {
  font-weight: normal;
}

.probootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #d9d9d9;
}

.probootstrap-form .form-control:active, .probootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1a57a5;
}

.probootstrap-form .form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.probootstrap-form .form-group label {
  text-transform: uppercase;
  font-size: 13px;
}

.probootstrap-form .form-group .form-field {
  position: relative;
}

.probootstrap-form .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.probootstrap-form .form-group .form-field .form-control {
  padding-right: 50px;
}

.probootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.probootstrap-contact-details {
  padding: 0;
  margin: 0;
}

.probootstrap-contact-details li {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.probootstrap-contact-details li > span {
  display: block;
  color: rgba(0, 0, 0, 0.3);
}

.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.lots_list { font-size: 14px;padding-inline-start: 15px; }
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.image-link {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.image-source-link {
  color: #DDD;
}

.probootstrap-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter0 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter10 > div[class*='col-'] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter10 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter30 > div[class*='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter30 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #1a57a5 !important;
}
.division {
  text-align: center;
  padding-top: 15px;
}
.first-image{
  height: auto !important;
}
.call-button{
  font-size: 20px;
  color: white;
  border-radius: 15px;
  padding: 4px 28px;
  background-color: #899962;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px){
  .mobile-footer { text-align: center !important; }
  .mobile-footer .row .col-md-offset-1{ margin-left: 0px; }
  .mobile-footer .row .text-right{ text-align: center; }
}
@media (min-width: 768px) and (max-width: 1200px){
  .mobile-footer .row{ display: inline-flex;width: 100%; }
  .mobile-footer .row .col-md-offset-1{ width: 86%; }
  .mobile-footer .row .text-right{ width: 100%; }
}
@media (min-width: 768px) and (max-width: 1200px){
.in_mobile { margin-bottom: 10px; }
.mobile_size { margin-bottom: 10px !important; text-align: left !important; }
  .submit_btn { float: left !important; }
}

.page-title-h1{
    text-align: center; 
    font-size: 40px; 
    color: #899962; 
    font-weight: 700; 
    margin-bottom: 30px;
    text-transform: capitalize;
}

h3{
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    border: 1px solid black;
    padding: 20px;
    border-radius: 5px;
}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background: #00000052;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*.fade {
	opacity: 1 !important;
}*/


@media screen and (max-width: 768px){
  .first-image{ display: none; }
}

@media screen and (min-width: 769px){
  .first-image-mobile{ display: none; }
}
