/*! @license of mengine preset
Version: 1.0.2 - 2018 07 04
Copyright [2018] [fatman Wong]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/* IE10+ CSS styles go here */
/* IE Edge 12+ CSS styles go here */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@media only screen and (min-width: 1025px) and (max-width: 1800px) {
  .desTalHide {
    display: none !important; } }

@media only screen and (min-width: 1251px) and (max-width: 1800px) {
  .desHide {
    display: none !important; } }

@media only screen and (max-width: 680px) {
  .mobHide {
    display: none !important; } }

@media only screen and (min-width: 681px) and (max-width: 1024px) {
  .talHide {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .mobTalHide {
    display: none !important; } }

@media only screen and (min-width: 681px) and (max-width: 1800px) {
  .mobTalDesHide {
    display: none !important; } }

.container-max {
  width: 100%;
  margin: 0 auto; }

.container-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.section {
  position: relative;
  width: 100%; }

p {
  margin: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input, input.form-control {
  border: 1px solid grey; }
  input::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder {
    color: grey; }
  input::-moz-placeholder, input.form-control::-moz-placeholder {
    color: grey; }
  input:-moz-placeholder, input.form-control:-moz-placeholder {
    color: grey; }
  input:-ms-input-placeholder, input.form-control:-ms-input-placeholder {
    color: grey; }
  input:focus, input.form-control:focus {
    border-color: grey;
    -webkit-box-shadow: 0 0 0 1px gray;
    -moz-box-shadow: 0 0 0 1px gray;
    box-shadow: 0 0 0 1px gray; }

.radiesS {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

body {
  color: #505763; }

.item-img {
  background-color: #b1b1b14a; }

.introSlider {
  border-bottom: 3px solid rgba(176, 176, 176, 0.5);
  -webkit-box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2); }
  .introSlider .slick-arrow {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-shadow: 1px 1px black; }

.captionAddress {
  color: #505763; }

.containerWideFix {
  width: 100%;
  max-width: 1280px; }

.postColumn {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .postColumn:hover, .postColumn:focus {
    -webkit-box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 7px 30px -10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(176, 176, 176, 0.5);
    border-radius: 4px; }

.fontNeuron {
  color: black; }

.propertyIntroCaption .fontNeuron {
  color: white; }

#content {
  margin-top: 2%; }

.breadcrumb.breadcrumb1 {
  font-size: 15px; }

.redborder {
  margin-bottom: 0; }

.isoContentHolder .propsRow {
  padding: 15px 10px; }
  .isoContentHolder .propsRow:nth-child(even) {
    background-color: aliceblue; }
  .isoContentHolder .propsRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02); }
  .isoContentHolder .propsRow .postColumn .aligncenter {
    margin: auto; }

.paginationRow {
  width: 100%;
  margin: 40px auto; }

.banImg {
  height: 100px;
  border-top: 5px solid rgba(0, 0, 0, 0.02);
  background-color: rgba(149, 0, 2, 0.05);
  border-bottom: 5px solid aliceblue; }
  .banImg > h1 {
    color: rgba(149, 0, 2, 0.6); }

.DivBanner::before {
  background: rgba(0, 0, 0, 0.5); }

.banImg2 {
  height: 350px;
  background-color: aliceblue;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*OR cover*/
  background-image: url("../images/bottom_img.jpg");
  position: relative; }
  @media only screen and (max-width: 680px) {
    .banImg2 {
      height: 250px; } }
  .banImg2:before {
    border-top: 5px solid rgba(0, 0, 0, 0.02);
    border-bottom: 5px solid rgba(0, 0, 0, 0.02);
    opacity: 0.1;
    content: '';
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    transition: ease opacity 300ms 100ms; }
  .banImg2 > h1 {
    color: rgba(149, 0, 2, 0.6); }

/*# sourceMappingURL=mmain.css.map */
