.header_top_desktop2{
  text-align: left;
  width: 100%;
  padding: 0px; 
  top: 0px;
  z-index: 107;
  height: 50px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  background: #f9f9f9;
}
.header_left {
  margin: auto;
  text-align: left;
  height: 100%;
  width: 60%;
  float: left;
}
.header_right {
  margin: auto;
  text-align: right;
  height: 100%;
  width: 40%;
  float: left;
}
  .header_right nav {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
.header_top_desktop2 .search_wrapper{
  height: 100%;
}
  .header_top_desktop2 .alias_search_wrapper.active{
    background: #f9f9f9;
  }
  .header_top_desktop2 .search_wrapper .search_icon{
    width: 25px;
    height: 25px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }
    .header_top_desktop2 .search_wrapper .search_icon svg{
      width: 100%;
      height: 100%; 
      margin: 0;
    }
    .header_top_desktop2 .search_wrapper .search_icon .icon_solid{
      fill: #333;
    }
    .header_top_desktop2 .search_wrapper .search_icon:hover, 
    .header_top_desktop2 .search_wrapper .search_icon.active{
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }

  .header_top_desktop2 .search_wrapper .search_box{
    display: inline-block;
    font-size: 24px;
    padding: 0 10px;
    width: 80%;
    width: calc(100% - 70px);
    height: 100%;
    line-height: 50px;
    vertical-align: middle;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap; 
    overflow: hidden;
  }
    .header_top_desktop2 .search_wrapper .search_box:focus{
     outline: none;
    }
[placeholder]:empty::before {
    content: attr(placeholder);
    color: #999; 
    font-style: italic;
}
[placeholder]:empty:focus::before {
    content: "";
}

/* =============================================================================
 NAV 1_2
 ========================================================================== */
.header_nav1_2 .nav_item{
  position: relative;
  display: inline-block;
  padding: 0px; 
  margin: 0;
  vertical-align: middle;
  height: 100%;
  border-bottom-width: 0px;
}
  .header_nav1_2 .nav_item:hover{
  }
  .header_nav1_2 .nav_item:hover h5{
    color: #edad91;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: margin-bottom 200ms ease;   
  }
  .header_nav1_2 .nav_item a{
    display: block;
    padding: 18px;
    text-align: center;
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
  }    
    .header_nav1_2 .nav_item a h5{
      ont-family: 'Raleway', sans-serif;
      color: #3a3a3a;
      letter-spacing: 1px;
      font-size: 12px;
      margin: 0;
      font-weight: 800;
    }
    .header_nav1_2 .nav_item.nav_bag a{
      padding: 11px 18px;
    }
      .header_nav1_2 .nav_item.nav_bag a .cart_icon{
        margin-right: 5px;
        width: 25px;
        height: 25px;
        display: inline-block;
      } 
      .header_nav1_2 .nav_item.nav_bag a .cart_icon svg{
        width: 100%;
        height: 100%; 
        margin: 0;
      }
      .header_nav1_2 .nav_item.nav_bag a .cart_icon .icon_solid{
        fill: #333;
      }
        .header_nav1_2 .nav_item.nav_bag:hover a .cart_icon .icon_solid{
          fill: #edad91;
        } 

.cart_item_cnt_bubble{
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 23px;
  padding: 0 5px;
  height: 16px;
  color: #fff;
  font-size: 9px;
}
.header_nav1_2 .nav_item.nav_inverse{
  margin: 8px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: auto;
  overflow: hidden;
}
    .header_nav1_2 .nav_item.nav_inverse a{
      background: #edad91;
      padding: 10px 20px;
    } 
      .header_nav1_2 .nav_item.nav_inverse:hover a{
        background: #efa186;
      }
      .header_nav1_2 .nav_item.nav_inverse a h5{
        color: #fff;
      }  
.header_nav1_2 .nav_active {
  color: #fff;
}
  .header_nav1_2 .nav_active a h5 { 
    color: #edad91;
  }
  .header_nav1_2 .nav_bag.nav_active .cart_icon .icon_solid { 
    fill: #edad91;
  }


/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header { padding-top: 110px; }
  .pad_top_header.shrink {padding-top: 110px;}
.pad_top_header2 { padding-top: 60px; }
  .pad_top_header2.shrink {padding-top: 60px;}

.marg_top_header { margin-top: 110px; }
  .marg_top_header.shrink { margin-top: 110px;}
.marg_top_header2 { margin-top: 60px; }
  .marg_top_header2.shrink { margin-top: 60px;}

.pos_top_header { top: 110px; }
  .pos_top_header.shrink { top: 110px;}
.pos_top_header2 { top: 60px; }
  .pos_top_header2.shrink { top: 60px;}

.header_top_desktop {
  top: 50px;
  background: rgba(0,0,0,.95);
  background: #fff;
  height: 60px;  
  border-bottom: 1px solid #eee;
}
  .header_top_desktop.home {
    top: 0px;
    background: rgba(0,0,0,0);
    height: 80px;  
    border-bottom: 0px solid #eee;
  }
  .header_top_desktop.shrink {
    height: 60px;
  }
.header_center {
}
  .header_center nav {
    position: relative;
    z-index: 101;
    width: 100%;
  }

/* =============================================================================
   EXTRA
   ========================================================================== */
.header_extra_wrapper{
}
  .header_extra_wrapper *{
  }
.header_city{
}
/* =============================================================================
   LOGO
   ========================================================================== */
.header_top_desktop .header_logo_wrapper{
  height: 100%;
  width: 175px;
  margin: 0;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
  .header_top_desktop.home .header_logo_wrapper{
    width: 200px;
    margin: 0;
    position: absolute;
    margin-left: -100px;
    left: 50%;
    text-align: center;
  }
  .header_top_desktop .header_logo_wrapper .header_logo{
    height: 90%;
    margin-top: 0px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1625px) {
  .header_logo_wrapper{
    width: 85px;
  }
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .pad_top_header { padding-top: 60px; }
    .pad_top_header.shrink {padding-top: 60px;}
  .marg_top_header { margin-top: 60px; }
    .marg_top_header.shrink { margin-top: 60px;}
  .pos_top_header { top: 60px; }
    .pos_top_header.shrink { top: 60px;}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
 NAV
 ========================================================================== */
.header_nav2 ul{
  height: 100%;
}
.header_nav2 .nav_item_wrap {
    height: 100%;
    width: 90%;
    width: calc(100% - 180px);
    text-align: left;
}
.header_nav2 .nav_item{
  border-bottom-width: 0px;
  height: auto;
  vertical-align: middle;
  margin: 0 5px;
}
  .header_nav2 .nav_item:hover{}
  .header_nav2 .nav_item:hover h5{ 
    color: #edad91;
  }
  .header_nav2 .nav_item a{
    padding-right: 20px;
    padding-left: 20px;
  }   
    .header_nav2 .nav_item.nav_separate {
      padding-right: 120px;
      padding-left: 0px;
    }  
    .header_nav2 .nav_item a h5{
      color: #3a3a3a;
      letter-spacing: 1px;
      font-size: 13px;
      margin: 0;
      font-weight: 800;
      padding: 10px 0;
    }
.header_nav2 .nav_active a h5 { 
  color: #edad91;
}
.header_nav2 .nav_active_sticky a h5 { 
  color: #edad91;
}

.header_extra_wrapper .header_nav2 .nav_item a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}
.nav_bg{
  background: transparent;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
}
.header_nav2 .nav_dropdown_menu{
  background: #f7f7f5;
  min-width: 0px;
}
.header_nav2 .nav_dropdown_item{
}
  .header_nav2 .nav_dropdown_item a{
    padding: 10px 0;
    display: block;
  }
  .header_nav2 .nav_dropdown_item a:hover h6{
    color: #000;
  }
  .header_nav2 .nav_dropdown_item:hover{
    background: #eee;
  }
.header_nav2 .nav_dropdown_text{ 
  font-size: 1.2em;
  color: #333;
}
.nav_dd_subtitle{
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 10px;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */

@media screen and (max-width: 1625px) {
  .header_nav2 .nav_item_wrap {
    eight: 50%;
    isplay: block;
    idth: calc(100% - 90px);
  }
}
@media screen and (max-width: 1600px) {
  .header_nav2 .nav_item a{
    padding-right: 15px;
    padding-left: 15px;
  }   
    .header_nav2 .nav_item.nav_separate {
      padding-right: 60px;
      padding-left: 10px;
    } 
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .header_nav2 .nav_item a h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.header_social_wrapper1{
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
	}
		.header_social_wrapper1 .header_social_icon svg{
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #66ba43;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   WRAPPERS - Homepage
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
  ackground: rgba(255,255,255, 0.5);
  position: fixed;

  /*background: -moz-linear-gradient(top,  rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
  margin-top: 10px;
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
    fill: #000;
  }
#mobile_header1 .nav_item{
  border-bottom: 1px solid transparent;
}
  #mobile_header1 .nav_item:first-of-type{}
  #mobile_header1 .nav_item:nth-of-type(2){
    border-bottom: 1px solid #eee;
  }
  #mobile_header1 .nav_item .a{
  }
  #mobile_header1 .nav_item.nav_bag a h5{
    display: none;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #edad91;
  }
  #mobile_header1 .nav_item .label{
    font-weight: 400;
  }
    #mobile_header1 .nav_item > .a:hover{
    }
    #mobile_header1 .nav_item > .a:hover .label{ 
    }
#mobile_header1 .nav_active {
}
#mobile_header1 .nav_active .mob_sub_menu_indicator{
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #edad91;
}
#mobile_header1 .mob_sub_menu .menu{
}
#mobile_header1 .mob_sub_menu .sub_menu_item{
}
  #mobile_header1 .mob_sub_menu .sub_menu_item a{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
    color: #fff;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
  }
#mobile_header1 .sub_menu_label{ 
}


.sub_menu_close svg{
  }
  .sub_menu_close .icon_solid{
  }
  .sub_menu_close .icon_stroke{
  }
  .sub_menu_close .icon_void{
  }
    .sub_menu_close:hover .icon_solid{
    }
    .sub_menu_close:hover .icon_stroke{
    }
/* =============================================================================
   MENU BTTN
   ========================================================================== */
#mobile_header1 .bttn_mobile_menu {
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu .icon_stroke{
  }
#mobile_header1 .bttn_mobile_menu_active{
}
  #mobile_header1 .bttn_mobile_menu_active .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
  }
  #mobile_header1 .bttn_mobile_menu .icon_void{
  }

/* =============================================================================
   LOGO
   ========================================================================== */
#mobile_header1 .mobile_header_logo_wrapper{
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 101;
  height: 40px;
  idth: 40px;
  padding: 10px;
}
  #mobile_header1 .mobile_header_logo_wrapper .header_logo{}

#mobile_header1 .mobile_header_bag_wrapper{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 101;
    height: 40px;
    width: 40px;
}
  #mobile_header1 .mobile_header_bag_wrapper a {
      display: block;
      text-align: center;
      font-weight: 400;
      padding: 16px 18px;
  }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_icon {
       margin-right: 5px;  
    }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
      margin-top: 2px;
    }

/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{}
.header_spacer_alert{}


/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
    ont-family: 'Raleway', sans-serif;
    color: #3a3a3a;
    ext-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bold;
}
  .mobile_menu_item:hover {
  }
    .mobile_menu_item:hover *{
    }
.mobile_menu_item_active {
    border-right: 4px solid #938763 !important;
}
  .mobile_menu_item_active h5{
      color: #938763 !important;
  }

  #mobile_header2 .nav_item.nav_bag a h5{}
  #mobile_header2 .extra_right{
    position: inherit;
    top: -85px;
    margin-bottom: -85px;
  }
  #mobile_header1 .extra_right{
    position: inherit;
    top: -5px;
    margin-bottom: -5px;
  }
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 374px) {
  #mobile_header2 .nav_item.nav_bag a h5{
    display: none !important;
  }
}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #3a3a3a;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #3a3a3a;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #3a3a3a;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #3a3a3a;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer3{
  background: #535c68;
	color: #000;
  position: relative;
  z-index: 100;
}
#footer_nav{
  width: 100%;
  margin-right: 0%;
	text-align: center;
}
.footer_logo{
  margin: 0 auto 20px auto;
  text-align: center;
  display: block;
  max-width: 300px;
}


/* =============================================================================
   Custom
========================================================================== */
  .footer_partner{
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .partner_row_title{
    min-height: 160px;
  }
    .partner_row_title .footer_badge{
      margin: auto;
      text-align: center;
      display: block;
      margin-top: 0px;
      max-width: 100px;
    }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .footer_logo{
    max-width: 250px;
  }
  #footer_nav{
    width: 100%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 979px) {
  .footer{
    position: relative !important;
    z-index: 4 !important;
  }
  .footer_logo{
    max-width: 200px;
    argin-bottom: -100px;
  }
  .footer3 .row1 .right{
    display: none;
  }
  #footer_nav{
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra{
  z-index: 101;
  position: relative;
}
.footer_extra p{
	color: #aaa;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #bbb;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #bbb;
  }
/* =============================================================================
   ----------/////////  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) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 12px;
  }
    .footer_nav_item:hover h6{
      color: #ddd;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-color: transparent;

  }
.footer_nav_active h6{
  color: #ddd;
}
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {
  .footer_nav_item{
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper{}
   .footer_org_hrs_wrapper .DoW{
        width: 20%;
      }
         .footer_org_hrs_wrapper .DoW p{
           text-align: left;
         }
      .footer_org_hrs_wrapper .DoW_hrs{
        width: 80%;
        max-width: 150px;
      }
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 { 
	margin: auto;
	display: table;
}
	.footer_social1 .footer_social_item { 
		display: inline-block;
	}
		.footer_social1 .footer_social_item a > *{ 
			color: #fff;
		}
	.footer_social1 .footer_social_icon{
		margin: 0 5px;
		border-radius: 100px;
	   -webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	   overflow: hidden;
	}
		.footer_social1 .footer_social_icon svg{
		}
		.footer_social1 .footer_social_icon .SI_solid{
			fill: #fff;
		}
		.footer_social1 .footer_social_icon .SI_stroke{
			stroke: #fff;
		}
		.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  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) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}