body:not(.home) .homeLoginBtn {
  display: none; }

.mainBoxes {
  padding-top: 10px; }
  .mainBoxes .wrapContainer {
    margin: 0 auto;
    width: 1900px;
    max-width: 99%;
    position: relative;
    padding: 0 10px; }
  .mainBoxes .items .item {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 0 20px; }
    .mainBoxes .items .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      visibility: hidden; }
    .mainBoxes .items .item:hover:before {
      opacity: 1;
      visibility: visible; }
    .mainBoxes .items .item:hover .title {
      background: rgba(0, 0, 0, 0.9); }
  .mainBoxes .title {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  @media screen and (max-width: 767px) {
    .mainBoxes .items .item {
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .mainBoxes .items {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      .mainBoxes .items > * {
        width: 49%;
        margin: 0 0.5% 0.75em; }
      .mainBoxes .items .item {
        min-height: 350px; } }
  @media screen and (min-width: 1250px) {
    .mainBoxes {
      padding-top: 18px; }
      .mainBoxes .items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%; }
        .mainBoxes .items > * {
          width: 32.3333333333%;
          margin: 0 0.5% 0.6666666667em; }
        .mainBoxes .items .item {
          margin-bottom: 18px; } }

.customContactBtns {
  margin-bottom: 20px; }

@media screen and (max-width: 1250px) {
  .home #top-menu li a {
    font-size: 14px !important;
    padding: 10px 6px !important; } }

/*# sourceMappingURL=home-common.css.map */
