.land_overlay{
    background-color: rgba(0,0,0, .45);
    background-image: url('../../../inc/css/img/bgs/bg_colors2.png');
    background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
    width: 100%;
    height: 100%;
    height: 60vw;
    height: 100vh;
    max-height: 100vh;
    max-height: 1000px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    pointer-events: none;

    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 600px;
}
.land_wrap{
    position: absolute;
    top: 120px;
    width: 100%;
    /*max-width: 1180px;
    left: 50%;
    margin-left: -590px;*/
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.land_text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
    position: relative;
}
    .land_text .title1 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: 'Londrina Solid', sans-serif;
        text-shadow: 0px 0px 10px #000;
        font-weight: 800;
        letter-spacing: 5px;
        text-transform: uppercase;
        color: #f58159;
        font-size: 85px;
        text-align: right;
        margin-right: 0;
    }
    .land_text .title2,
    .land_text .title3 {
        font-family: 'Londrina Solid', sans-serif;
        text-shadow: 0px 0px 10px #000;
        font-weight: 800;
        font-size: 65px;
        letter-spacing: 0px;
        vertical-align: top;
        letter-spacing: 5px;
        margin: 0 0 0 15px;
        text-align: right;
        text-transform: uppercase;
        float: right;
    }
    
	    
		.land_text .land_inner {
			position: absolute;
			top: 280px;
			left: 0;
			max-width: 60%;
		}
	   	.land_text .title_sub_wrap {
			background-color: #13f9de;
			-moz-transform: skewX(0deg) skewY(-6deg) rotate(3deg);
			-webkit-transform: skewX(0deg) skewY(-6deg) rotate(3deg);
			-o-transform: skewX(0deg) skewY(-6deg) rotate(3deg);
			-ms-transform: skewX(0deg) skewY(-6deg) rotate(3deg);
			transform: skewX(0deg) skewY(-6deg) rotate(3deg);
	   	}
    .land_text .title_sub {
        margin-left:  20px;
		-moz-transform: skewX(0deg) skewY(6deg) rotate(-3deg);
		-webkit-transform: skewX(0deg) skewY(6deg) rotate(-3deg);
		-o-transform: skewX(0deg) skewY(6deg) rotate(-3deg);
		-ms-transform: skewX(0deg) skewY(6deg) rotate(-3deg);
		transform: skewX(0deg) skewY(6deg) rotate(-3deg);
    }
    .land_text .title_sub h2 {
        font-family: 'Londrina Solid', sans-serif;
        text-shadow: 0px 0px 10px #000;
        font-size: 60px;
        letter-spacing: 2px;
        font-weight: 700;
        color:  #fff;
    }

    .land_text .title_sub_wrap2 {
		margin-left: 20px;
		z-index: 1;
		position: relative;
   	}
	    .land_text .title_sub::first-letter{
	    	font-size: 90px;
	    }
    
.highlight_item{
	padding: 20px;
	background-color: #f58159;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
	box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
	margin-bottom: 20px;
}
	.highlight_item:hover{
		background-color: #f59559;
		-webkit-box-shadow: 0 3px 3px -1px rgb(0 0 0 / 25%);
		box-shadow: 0 3px 3px -1px rgb(0 0 0 / 25%);
	}
	.highlight_item .highlight_icon{
		width: 70px;
		height: 70px;
		padding: 15px;
		margin: auto;
		border: 1px solid #ccc;
		border-radius: 1000px;
		-webkit-border-radius: 1000px;
		-moz-border-radius: 1000px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
	}
	.highlight_item .highlight_body{
		height: 180px;
	}

.directory_home_list{
	margin-right: -1%;
	margin-left: -1%;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.landing_wrap{
		height: 180px;
		padding: 20px;
		left: 2%;
		width: 480px;
	}
	.landing_wrap .landing_wrap_inner{
		height: 180px;
	}
	.landing_button {
	    padding-top: 100px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.landing_wrap{
		top: 15vh;
	}
	.landing_text {
	    padding: 10px 20px;
	}
		.land_text .land_inner {
			max-width: 80%;
		}
	.landing_button, .landing_button2{
		top: 190px;
		left: 0;
		height: 100px;
		width: 260px;    
	}
	.landing_button{
	    padding-top: 42px;
	}
	.landing_button2{
	    left: 260px;
	}
	.highlight_item .highlight_body{
		height: 100px;
	}
}
@media screen and (max-width: 640px) {
	.landing_wrap{
		width: 400px;
	}
	.landing_button, .landing_button2{
		top: 170px;
		left: 0;
		height: 100px;
		width: 220px;    
	}
	.landing_button{
	    padding-top: 42px;
	}
	.landing_button2{
	    left: 220px;
	}
	.land_text .land_inner {
		top: 200px;
	}
	.land_text .title1 {
        letter-spacing: 3px;
        font-size: 60px;
    }
    .land_text .title2,
    .land_text .title3 {
		letter-spacing: 2px;
        font-size: 50px;
    }
    .land_text .title_sub h2 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .land_text .title_sub::first-letter{
    	font-size: 60px;
    }
}
@media screen and (max-width: 479px) {
	.landing_wrap{
		width: 240px;
	}
	.landing_text .section_sub_title{
		font-size: 20px;
	}
	.landing_button, .landing_button2{
		height: 80px;
		width: 140px;
		font-size: 12px;    
	}
	.landing_button{
	    padding-top: 35px;
	}
	.landing_button2{
	    left: 140px;
	}
	.land_text .land_inner {
		max-width: 100%;
	}

	.land_text .title1 {
        letter-spacing: 2px;
        font-size: 40px;
    }
    .land_text .title2,
    .land_text .title3 {
		letter-spacing: 2px;
        font-size: 35px;
    }

    .land_text .title_sub h2 {
        font-size: 45px;
        letter-spacing: 1px;
    }
    .land_text .title_sub::first-letter{
    	font-size: 45px;
    }
}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}/* =============================================================================
   SEARCH
========================================================================== */
  .search_wrapper{
    width: 50%;
    eight: 100%;
    padding: 3px 10px 6px 10px;
    border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 90;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .alias_search_wrapper.active{
      background: #f9f9f9;
    }
   
    .search_wrapper .search_box{
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
     
      width: 70%;
      width: calc(70% - 70px);
      eight: 100%;
      -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
      .search_wrapper .search_input{
        eight: 100%;
        ine-height: 50px;
        vertical-align: middle;
        etter-spacing: 1px;
        adding: 0 5px;
         -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        border-color: rgba(0,0,0, 0);
        ackground: rgba(240,240,240, .75);
        color: #222;
        font-weight: 500;
        border-width: 1;
        border-color: rgba(0,0,0, 0);
        ont-size: 14px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;

        hite-space: nowrap; 
        overflow: hidden;
      }
        .search_wrapper .search_input:focus{
         outline: none;
        }
    .search_wrapper .cat_box{
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
      width: 30%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .search_wrapper .search_bttn_wrap{
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 70px;
      height: 50px;
      margin-top: 3px;
    }
    .search_wrapper .search_bttn{
      width: 100%;
      height: 50px;

      background: #f58159;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 12px 20px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid transparent;
    }

      .search_wrapper .search_bttn svg{
       width: 25px;
       height: 25px; 
       opacity: 0.75;
       filter: alpha(opacity=75); /* For IE8 and earlier */
      }
      .search_wrapper .search_bttn svg path{
       fill:  #fff;
      }
      .search_wrapper .search_bttn:hover svg, .search_wrapper .search_bttn.active svg{
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
      }
  [placeholder]:empty::before {
      content: attr(placeholder);
      color: #999; 
      font-style: italic;
  }

  [placeholder]:empty:focus::before {
      content: "";
  }


/* =============================================================================
   LIST
========================================================================== */
.directory_list{
  height: 100vh;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
  .header_is_shrunk .directory_list{
      height: calc(100vh - 60px);
   }
.directory_items_wrap{
  padding-top: 93px;
}
.directory_item_wrap{
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  padding: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .directory_item_wrap .directory_item{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:  #f58159;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
  }
    .directory_item_wrap .directory_item:hover{
      background: #f59559;
    }
      .directory_item_wrap .directory_item:hover .biz_prof_img{
      /*-moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05);*/
    }
    .directory_item_wrap .directory_item .directory_item_text{
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 7px 7px;
      height: 65px;
    }
      .directory_item_wrap .directory_item .directory_item_text.tall{
        height: 75px;
      }
    .directory_item_wrap .directory_item .name{
      font-family: 'Londrina Solid', 'Open Sans', sans-serif;
      font-weight: 700;
      color: #fff;
      color: #ffd64a;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
    .directory_item_wrap .directory_item .street{
      color: #fff;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
    }
     .directory_item_wrap .directory_item .category{
      color: #fff;
      margin: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 14px;
      text-align: right;
    }


    .directory_item_wrap .directory_item .biz_prof_img_wrap{
      width: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
    }
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img,
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img.alt{
          width: 100%;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          background: #fff;
      }
      .directory_item_wrap .directory_item .biz_prof_img_wrap .biz_prof_img.alt{
        position: absolute;
        top: 0;
        left: 0;
      }

    .directory_item_wrap .directory_item:hover .biz_prof_img_wrap .biz_prof_img.base{
      visibility: hidden;
    }


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .search_wrapper{
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .directory_item_wrap{
    width: 50%;
  }
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 349px) {}