.mobile_biz_side{
  display: none;
  margin-top: 20px;
}
  .mobile_biz_side .profile_side_section{
    /*width: 45%;
    display: inline-block;*/
  }

.biz_prof_back{
  position: absolute;
  top: 20px;
  left: 230px;
}
  .biz_prof_back *{
    font-size: 14px !important;
  }
.biz_prof_img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    overflow: hidden;
    border: 5px solid #fff;
    border-color: #f58159;
    
    border-left-color: #02c931;
    border-top-color: #ffd64a;
    border-right-color: #ff52b9;
    border-bottom-color: #45d4ff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
    z-index: 10;
    background: #fff;
}
    .biz_prof_img .prof_image_img{
        position: absolute;
        display: table-cell;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }
    .biz_prof_img .prof_image_wrapper.prof_image_wide .prof_image_img{
        height: 100%;
        max-width: none;
    }
	.prof_img .prof_image_wrapper.prof_image_tall .prof_image_img{
         width: 100%;
    }
.biz_logo{
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    /*border: 5px solid #fff;
    border-color: #f58159;
    
    border-left-color: #02c931;
    border-top-color: #ffd64a;
    border-right-color: #ff52b9;
    border-bottom-color: #45d4ff;*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
}


.team_member_wrap{
  width: 100%
}
  .team_member_wrap .team_member_img{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
  }
    .team_member_wrap .team_member_img img{
      width: 100%;
       margin: auto;
       display: block;
       border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
    }



.profile_side_section{
  padding: 7px 7px;
  background:  #f58159;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.profile_side_section p{
  line-height: 20px;
}

/* =============================================================================
   Connect Social
========================================================================== */
  .custom_connect .connect_wrapper{
     margin: auto;
     display: block;
     text-align: left;
  }
  .custom_connect .connect_item {
    margin-bottom: 3px;
    padding: 0;
  }
  .custom_connect .connect_social_icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .custom_connect .connect_social_icon svg{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .custom_connect .connect_social_icon .SI_solid{
    fill: #fff;
  }
  .custom_connect .connect_social_icon .SI_stroke{
    stroke: #ffd64a;
  }
  .custom_connect .connect_social_icon .SI_void{
    fill: none !important;
  }
  .custom_connect .connect_item p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
    width: calc(100% - 40px);
    
  }

  .payment_type_icon{
  	width: 50px;
  	display: inline-block;
  	vertical-align: top;
  	background: #fff;
  	margin-right: 3px;
  	margin-bottom: 3px;
  	padding: 3px;
  	border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  }

/* =============================================================================
   MAP
========================================================================== */
  .custom_map_wrapper .map_wrapper{
  	height: 400px;
  	overflow: hidden;
  	width: 100%;
     z-index: 2;
     margin-top: 10px;
  }
  .g_map_embed {
  	width: 100%;
  	height: 100%;
  	background-attachment: scroll !important;
  }

/* =============================================================================
   PINTEREST LAYOUT
========================================================================== */
  .pinterest_columns {
      position: relative;
      width: 100%;
  }
  .pinterest_list{
    list-style-type: none;
    position: relative; /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
    padding: 0;
  }
  .pinterest_item {    
      display: none; /** Hide items initially to avoid a flicker effect **/
      margin: 0px;
      width: 33%;
      padding: 0px;    
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      overflow: hidden;
  }
  .pinterest_item_wrapper {
    position: relative;
    overflow: hidden;
    display: table-cell;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }
    .pinterest_item_wrapper:hover{
      ransform: scale(1.1);
    }

  .pinterest_modify_wrapper {
    position: absolute;
    display: table-cell;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
    .pinterest_modify_wrapper:hover {
      transition: background-color .3s cubic-bezier(.5,.5,.5,.5);
      background-color: rgba(0, 0, 0, 0.70);  
    }
  .pinterest_modify_body a {
    outline: 0;
  }
  .pinterest_modify_button_play{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    width: 60px;  
    opacity: 0.7;
      filter: alpha(opacity=70); /* For IE8 and earlier */
  }
    .pinterest_modify_button_play:hover{
      opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
  .pinterest_modify_button {
    width: 30px;
    margin: 5px 0 0 5px;
    opacity: 0.4;
      filter: alpha(opacity=40); /* For IE8 and earlier */
  }
    .pinterest_modify_button:hover{
      opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
  .pinterest_modify_button_active {
    opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .pinterest_item_img {
      float: none;
      width: 100%;
      max-width: none;
      height: auto;
      margin: 0 auto -5px auto;
      clear: none;
      color: rgb(0, 0, 0);
      overflow: hidden;
      
  }

  .gallery_item_wrapper{
  	border-radius: 3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	overflow: hidden;
  }


/* =============================================================================
   LightBox
========================================================================== */
  .full_screen_dim_wrapper{
      position: fixed;
      width: 100%;
      margin: 0px;    
      min-height: 100%;   
      min-height: 100vh;
      background: rgba(0,0,0, .95);
      z-index: 190;
  }
  .lightbox_viewer{
    min-height: 200px;
    max-height: 800px;
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -550px;
    margin-top: -400px;
  }
  .lightbox_viewer_content{
      min-height: 200px;
      height: 92%;
      padding: 2%;
      position: relative;;
  }
  .lightbox_viewer_content .media_content{
    position: relative;
    width: 100%;
    display: inline-block;
  }
    .lightbox_viewer_content .media_content iframe{
      width: 738px;
      height: calc(738px * .543);
      margin: 0 auto;
      padding: 0;
      display: block;
    }
    .lightbox_viewer_content .media_content img{
      max-width: 100%;
      max-height: 700px;
      margin: auto;
      display: block;
    }

   
  .popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
  }
  .lightbox_preloader{
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
  @media screen and (max-width: 1200px) {
    .container_ultrawide {
        max-width: 979px;
    }
    .container_side4_2 {
        max-width: 719px;
    }
    .container_side4_1 {
        display: block;
    }
    .lightbox_viewer{
      width: 900px;
      margin-left: -450px;
    }
    .lightbox_viewer_content .media_content iframe{
      width: 604px;
      height: calc(604px * .543);
    }
  }
  @media screen and (max-width: 979px) {
    .container_side4_2 {
        max-width: 979px;
    }
    .container_side4_1 {
      display: none;
    }
    .mobile_biz_side{
      display: block;
    }

      .lightbox_viewer{
        width: 800px;
        margin-left: -400px;
        margin-top: -300px;
      }
      .lightbox_viewer_content .media_content{
        width: 100%;
      }
        .lightbox_viewer_content .media_content iframe{
          width: 768px;
          height: calc(768px * .543);
        }
      .lightbox_viewer_content .info_content{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
      }
      .lightbox_viewer .media_info_bottom{
        height: 40px;
        width: 98%;
      }
      .lightbox_viewer_content .info_content .media_caption{
        margin-top: 10px;
        margin-bottom: 50px;
        max-height: 250px; 
      }
  }
  @media screen and (max-width: 859px) {	
      .lightbox_viewer{
        width: 600px;
        margin-left: -300px;
      }
      .lightbox_viewer_content .media_content iframe{
        width: 576px;
        height: calc(576px * .543);
      }
      .biz_prof_img{
        width: 150px;
        height: 150px;
        border-width: 3px;
        top: -60px;
        margin-bottom: -60px;
      }
      .biz_prof_back{
        left: 180px;
      }

  }
  @media screen and (max-width: 767px) {	
    .lightbox_viewer_content .info_content .media_title{
      font-size: 28px;
      line-height: 32px;
    }
    .lightbox_viewer_content .info_content .media_caption{
      font-size: 14px;
    }
    .lightbox_viewer .media_capture_date{
      font-size: 12px;
    }
    .pinterest_item {    
      width: 48%;
    }
  }
  @media screen and (max-width: 640px) {
      .lightbox_viewer{
        width: 400px;
        margin-left: -200px;
      }	
      .lightbox_viewer_content .media_content iframe{
        width: 384px;
        height: calc(384px * .543);
      }
      .lightbox_viewer_content .info_content .media_title{
        font-size: 20px;
        line-height: 22px;
      }
      .lightbox_viewer_content .info_content .media_caption{
        font-size: 11px;
      }
      .lightbox_viewer .media_info_bottom{
        height: 20px;
      }
      .lightbox_viewer .media_capture_date{
        font-size: 10px;
      }
  }
  @media screen and (max-width: 479px) {	
     .lightbox_viewer{
        width: 300px;
        margin-left: -150px;
      } 
      .lightbox_viewer_content .media_content iframe{
        width: 288px;
        height: calc(288px * .543);
      }
  }
  @media screen and (max-width: 349px) {  
     .lightbox_viewer{
        width: 250px;
        margin-left: -125px;
        margin-top: -200px;
      } 
      .lightbox_viewer_content .media_content iframe{
        width: 240px;
        height: calc(240px * .543);
      }
  }