@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);




body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'open-sans', sans-serif;
  text-align: center;
  padding: 10px;

  margin-left: 25px;
  margin-right: auto;
 
  
 /* font-size: 35px;*/
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Open Sans', sans-serif;
}
.btn { 
/*   width: 110px;*/
   font-size: 12px;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #475577 !important;
}
.bg-success {
  background-color: #41a85f !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #000000;
  border-color: #fff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #921c2f;
  border-color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a3347 !important;
  border-color: #2a3347 !important;
}
.btn-secondary {
  background-color: #2d2d2d;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  
  background-color: #921c2f;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a627f !important;
  border-color: #2a627f !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #41a85f;
  border-color: #41a85f;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #2c7140;
  border-color: #2c7140;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7140 !important;
  border-color: #2c7140 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #212737;
  color: #212737;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #475577;
  border-color: #475577;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #475577 !important;
  border-color: #475577 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #24536c;
  color: #24536c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3d8eb9;
  border-color: #3d8eb9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d8eb9 !important;
  border-color: #3d8eb9 !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #255e35;
  color: #255e35;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #41a85f;
  border-color: #41a85f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41a85f !important;
  border-color: #41a85f !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #475577 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #41a85f;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn-social:hover {
  border-color: #ffffff;
  background: transparent;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #475577;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #475577;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #475577;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #475577;
}
.lead a,
.lead a:hover {
  color: #475577;
}
.lead blockquote {
  border-color: #475577;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8695b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #93d5a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #475577;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
#ext_menu-e .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-e .navbar-caption {
  color: #ffffff;
}
#ext_menu-e .navbar-toggler {
  color: #ffffff;
}
#ext_menu-e .close-icon::before,
#ext_menu-e .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-e .link,
#ext_menu-e .dropdown-item {
  color: #ffffff;
}
#ext_menu-e .link {
  font-size: 16px; /*15px*/
}
#ext_menu-e .dropdown-item,
#ext_menu-e .nav-dropdown-sm .link {
  font-size: 15px
}
#ext_menu-e .link:hover,
#ext_menu-e .dropdown-item:hover,
#ext_menu-e .link:focus,
#ext_menu-e .dropdown-item:focus {
  color: #0e0e0d;
}
#ext_menu-e .link[aria-expanded="true"],
#ext_menu-e .dropdown-menu {
  background: #921c2f;
}
#ext_menu-e .nav-dropdown-sm .link:focus,
#ext_menu-e .nav-dropdown-sm .link:hover,
#ext_menu-e .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-e .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-e .navbar,
#ext_menu-e .nav-dropdown-sm,
#ext_menu-e .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-e .nav-dropdown-sm .dropdown-menu {
  background: #921c2f;
}
#ext_menu-e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-e .bg-color.transparent.opened .link:hover,
#ext_menu-e .bg-color.transparent.opened .link:focus {
  color: #475577;
}
#ext_menu-e .link[aria-expanded="true"],
#ext_menu-e .dropdown-item[aria-expanded="true"] {
  color: #0e0e0d!important;
}
#header3-14 .mbr-section-title,
#header3-14 .mbr-section-subtitle {
  text-align: center;
}
#features7-13 .card-subtitle {
  color: #bcbcbc;
}
/*#features7-13 .iconbox {
  
  background-color: rgba(71, 85, 119, 0.2);
  border-color: #475577;

}*/
.img-hover:hover,
.img-hover:focus,
.img-hover.focus,
.img-hover:active,
.img-hover.active {
 

  background: transparent url(../../images/over_rancho_montegrande_01.png) no-repeat center center;

}

.img-hover1:hover,
.img-hover1:focus,
.img-hover1.focus,
.img-hover1:active,
.img-hover1.active {
 
  
  background: transparent url(../../images/over_rancho_montegrande_02.png) no-repeat center center;
  
}
.img-hover2:hover,
.img-hover2:focus,
.img-hover2.focus,
.img-hover2:active,
.img-hover2.active {
 

  background: transparent url(../../images/over_rancho_montegrande_04.png) no-repeat center center;
}



/*#features7-13 .iconbox:hover  {
    
    background-color: #FFBF00 ;
   
    width: 78px;
    height: 75px;
    background: transparent url(../../images/rancho_montegrande_01.png) no-repeat center center;
}
*/

#features7-13 P {
  color: #ffffff;
}
#features7-13 H4 {
  color: #ffffff;
}
#msg-box8-27 .mbr-section-title,
#msg-box8-27 p {
  color: #fff;
}
#testimonials3-28 .mbr-section-title {
  color: #000000;
}
#testimonials3-28 .mbr-author-name {
  color: #ccc;
}
#testimonials3-28 .card-footer > div {
  color: #000000;
  text-align: center;
}
#testimonials3-28 .card-block P {
  color: #000000;
  text-align: center;
}
#msg-box2-2a .mbr-section-title {
  color: #fff;
}
#msg-box2-2a .mbr-section-subtitle {
  color: #a0a0a0;
}
#form1-38 .form-control-label {
  color: #ffffff;
}
#footer1-k P {
  text-align: right;
}
#ext_menu-1z .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1z .navbar-caption {
  color: #ffffff;
}
#ext_menu-1z .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1z .close-icon::before,
#ext_menu-1z .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1z .link,
#ext_menu-1z .dropdown-item {
  color: #ffffff;
}
#ext_menu-1z .link {
  font-size: 0.75rem;
}
#ext_menu-1z .dropdown-item,
#ext_menu-1z .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1z .link:hover,
#ext_menu-1z .dropdown-item:hover,
#ext_menu-1z .link:focus,
#ext_menu-1z .dropdown-item:focus {
  color: #475577;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-1z .nav-dropdown-sm .link:focus,
#ext_menu-1z .nav-dropdown-sm .link:hover,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1z .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-1z .navbar,
#ext_menu-1z .nav-dropdown-sm,
#ext_menu-1z .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1z .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-1z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-1z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1z .bg-color.transparent.opened .link:hover,
#ext_menu-1z .bg-color.transparent.opened .link:focus {
  color: #475577;
}
#ext_menu-1z .link[aria-expanded="true"],
#ext_menu-1z .dropdown-item[aria-expanded="true"] {
  color: #475577!important;
}
#footer1-20 P {
  text-align: right;
}
#features1-2c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #7e9b9f;
}
#contacts2-21 STRONG {
  color: #efefef;
}
#contacts2-21 P {
  color: #efefef;
}
#contacts2-21 B {
  color: #efefef;
}
#ext_menu-2o .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2o .navbar-caption {
  color: #ffffff;
}
#ext_menu-2o .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2o .close-icon::before,
#ext_menu-2o .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2o .link,
#ext_menu-2o .dropdown-item {
  color: #ffffff;
}
#ext_menu-2o .link {
  font-size: 0.75rem;
}
#ext_menu-2o .dropdown-item,
#ext_menu-2o .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2o .link:hover,
#ext_menu-2o .dropdown-item:hover,
#ext_menu-2o .link:focus,
#ext_menu-2o .dropdown-item:focus {
  color: #475577;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2o .nav-dropdown-sm .link:focus,
#ext_menu-2o .nav-dropdown-sm .link:hover,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2o .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2o .navbar,
#ext_menu-2o .nav-dropdown-sm,
#ext_menu-2o .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2o .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2o .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2o .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2o .bg-color.transparent.opened .link:hover,
#ext_menu-2o .bg-color.transparent.opened .link:focus {
  color: #475577;
}
#ext_menu-2o .link[aria-expanded="true"],
#ext_menu-2o .dropdown-item[aria-expanded="true"] {
  color: #475577!important;
}
#footer1-2p P {
  text-align: right;
}
#features1-2w .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #7e9b9f;
}
#contacts2-2q STRONG {
  color: #efefef;
}
#contacts2-2q P {
  color: #efefef;
}
#contacts2-2q B {
  color: #efefef;
}
#ext_menu-2x .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-2x .navbar-caption {
  color: #ffffff;
}
#ext_menu-2x .navbar-toggler {
  color: #ffffff;
}
#ext_menu-2x .close-icon::before,
#ext_menu-2x .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-2x .link,
#ext_menu-2x .dropdown-item {
  color: #ffffff;
}
#ext_menu-2x .link {
  font-size: 0.75rem;
}
#ext_menu-2x .dropdown-item,
#ext_menu-2x .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-2x .link:hover,
#ext_menu-2x .dropdown-item:hover,
#ext_menu-2x .link:focus,
#ext_menu-2x .dropdown-item:focus {
  color: #475577;
}
#ext_menu-2x .link[aria-expanded="true"],
#ext_menu-2x .dropdown-menu {
  background: #0e0e0e;
}
#ext_menu-2x .nav-dropdown-sm .link:focus,
#ext_menu-2x .nav-dropdown-sm .link:hover,
#ext_menu-2x .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-2x .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#ext_menu-2x .navbar,
#ext_menu-2x .nav-dropdown-sm,
#ext_menu-2x .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-2x .nav-dropdown-sm .dropdown-menu {
  background: #282828;
}
#ext_menu-2x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-2x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-2x .bg-color.transparent.opened .link:hover,
#ext_menu-2x .bg-color.transparent.opened .link:focus {
  color: #475577;
}
#ext_menu-2x .link[aria-expanded="true"],
#ext_menu-2x .dropdown-item[aria-expanded="true"] {
  color: #475577!important;
}
#footer1-2y P {
  text-align: right;
}
#features1-37 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #7e9b9f;
}
#contacts2-2z STRONG {
  color: #efefef;
}
#contacts2-2z P {
  color: #efefef;
}
#contacts2-2z B {
  color: #efefef;
}
