/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header { padding-top: 125px; }
  .pad_top_header.shrink {padding-top: 125px;}
.marg_top_header { margin-top: 125px; }
  .marg_top_header.shrink { margin-top: 125px;}
.header_top_desktop {
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

  height: 125px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
  .header_top_desktop:hover {
    background: rgba(0,0,0,.75);
  }
  .header_top_desktop.shrink {
    height: 125px;
  }
.header_info{
  height: 65px;
  argin-bottom: -39px;
}
.nav_wrapper{
  margin-top: 15px;
}
.header_center {
}
  .header_center nav {
  }
/* =============================================================================
   EXTRA
   ========================================================================== */
.header_extra_wrapper{
  color: #66ba43;
}
  .header_extra_wrapper *{
  }
.header_city{
}
/* =============================================================================
   LOGO
   ========================================================================== */
.header_logo_wrapper{
  width: calc(120px * 5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
  .header_logo_wrapper .header_logo{
    margin-top: 15px;
    adding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 5000px;
    height: 70px;
  }
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .pad_top_header { padding-top: 60px; }
  .marg_top_header { margin-top: 60px; }
  .pad_top_header.shrink {padding-top: 60px;}
  .marg_top_header.shrink { margin-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_nav1 ul {
    height: auto;
}
.header_nav1 .nav_item{
  margin: 0px 15px 0 15px;
  border: 0;
}
  .header_nav1 .nav_item:hover{}
  .header_nav1 .nav_item:hover h5{ 
    color: #fff;
  }
  .header_nav1 .nav_item a{
    border-bottom: 1px solid transparent;
    padding: 8px 0px 8px 0px;
  }   
  .header_nav1 .nav_item a:hover{
    border-bottom: 1px solid #fff;
  }  
    .header_nav1 .nav_item a h5{
      font-size: 13px;
      margin: 0;
      color: #fff;
      font-weight: 400;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-family: 'Josefin Sans', sans-serif;
      ext-shadow: 0px 0px 3px #000;
    }

.header_nav1 .nav_active { 
}
  .header_nav1 .nav_active a{ 
    border-bottom: 1px solid #fff;
  }
  .header_nav1 .nav_item.nav_active a h5{
   color: #fff;
  }

.header_extra_wrapper .header_nav1 .nav_item a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}

 /* =============================================================================
   HEADER HOVER
========================================================================== */
  /*.header_top_desktop:hover .header_nav1 .nav_item h5{ 
    color: #000;
    text-shadow: 0px 0px 3px #fff;
  }
  .header_top_desktop:hover .header_nav1 .nav_active a{ 
    border-bottom: 1px solid #000;
  }*/

 /* =============================================================================
   DROPDOWN MENU
========================================================================== */
  .header_nav1 .nav_dropdown_menu{
    background: #fff;
    min-width: 200px;
  }
  .header_nav1 .nav_dropdown_item{
  }
    .header_nav1 .nav_dropdown_item a{
      padding: 10px 0;
      display: block;
    }
    .header_nav1 .nav_dropdown_item a:hover h6{
      color: #28a4b3;
      text-shadow: 0 0 0 transparent;

    }
    .header_nav1 .nav_dropdown_item:hover{
      background: rgba(255,255,255,.75);
    }
  .header_nav1 .nav_dropdown_text{ 
    color: #333;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_nav1 .nav_item a h5{
    letter-spacing: 1px;
  }
}
@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
   ========================================================================== */
#mobile_header1.mobile{
}
#mobile_header1.header_top_mobile{
  background: #fff;
  background: rgba(255,255,255,.8);
}
#mobile_header1 #mobile_menu_back {
  background: #fff;
}
#mobile_header1 #mobile_menu_wrap {
}
/* =============================================================================
   NAV
   ========================================================================== */
#mobile_header1 #mobile_menu {
  background: #fff;
}
  #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{
}
  #mobile_header1 .nav_item .a{
    padding-top: 18px;
  }
  #mobile_header1 .mob_sub_menu_indicator {
    background: #000;
  }
  #mobile_header1 .nav_item .label{
    font-family: 'Josefin Sans', sans-serif;
  }
    #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{
  background: #000;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #28a4b3;
}
#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;
    font-family: 'Josefin Sans', sans-serif;
  }
  #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{
  padding: 10px 0;
  height: 40px;
}
#mobile_header1 .mobile_header_logo_wrapper .header_logo{
}

  .mini_icon, .mini_icon1_2, .mini_icon2, .mini_icon3 {
    width: 25px;
    height: 26px;
    display: inline-block; 
  }
    .mini_icon svg, .mini_icon1_2 svg, .mini_icon2 svg, .mini_icon3 svg{
      width: 25px;
      height: 25px; 
      margin: 0;
    }
#mobile_header1 .mobile_header_bag_wrapper{
    position: absolute;
    top: 0;
    right: 20px;
    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 .mini_icon2 {
       margin-right: 5px;  
    }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
      margin-top: 2px;
      display: none;
    }


/* =============================================================================
   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{
  	color: #797979;
    font-size: 24px;
    font-family: 'CatalinaAvalonSansLight', serif; 
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #333;
    }
.mobile_menu_item_active {
    border-right: 4px solid #333 !important;
    background: #f9f9f9;
}
  .mobile_menu_item_active:hover {
      background: #f9f9f9;
  }
.mobile_menu_item_active h5 {
    color: #333;
}
/* =============================================================================
   ----------/////////  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 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: #333;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #333;
		}
		.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: #333;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #333;
		}
		.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: #000;
	color: #fff;
	z-index: 20;
	position: relative;
}
#footer_nav{
	width: 70%;
	margin-right: 30%;
	text-align: center;
}
/* =============================================================================
   ----------/////////  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) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
	color: #999;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #777;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #999;
    cursor: default;
  }
/* =============================================================================
   ----------/////////  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 {
    width: 100%;
    margin: auto;
    text-align: center;
}
.footer_nav_item{
}
  .footer_nav_item h6{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
    .footer_nav_item:hover h6{
      color: #eee;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 2px solid #fff;
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  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 ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper {
}
	.footer_org_hrs_wrapper p{
	}
/* =============================================================================
   ----------/////////  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 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #fff;
	}
.footer_social1 .footer_social_icon{
}
	.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) {}/* =============================================================================
   Connect Social
   ========================================================================== */
.connect1 .connect_wrapper{
}
.connect1 .connect_item {
}
.connect1 .connect_social_icon{
	margin-right: 10px;
}
.connect1 .connect_social_icon svg{
}
.connect1 .connect_social_icon .SI_solid{
	fill: #fff;
}
.connect1 .connect_social_icon .SI_stroke{
	stroke: #fff;
}
.connect1 .connect_social_icon .SI_void{
}
.connect1 .connect_item p {
	color: #fff;
}
/* =============================================================================
   ----------/////////  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) {}.banner1_wrap{}
  .banner1_wrap .banner_inner{}
  .banner1_wrap .banner_overlay1,
  .banner1_wrap .banner_overlay2{}
  .banner1_wrap .banner_overlay1{
      background-color: rgba(0,0,0,.1);
  }
  .banner1_wrap .banner_media{
    height: 450px;
    background-position: right top;
  }
      .banner1_wrap .banner_media video.bg_video {}
      .banner1_wrap .banner_media.tall{
          height: 550px;
          height: 40vw;
          max-height: 800px;
          min-height: 300px;
      }
  .banner1_wrap .banner_content_wrap{
    width: 100%;
    bottom: 50px;
    left: 10%;
  }
  .banner1_wrap .banner_content_wrap .banner_title{
      color: #000;
      text-transform: uppercase;
      margin: 0;
  }
  .banner1_wrap .banner_content_wrap .banner_subtitle{}
  .banner1_wrap .banner_content_wrap .banner_text{}
  
/* =============================================================================
   CUSTOM
   ========================================================================== */
.banner1_wrap.dark_bg .banner_content_wrap .banner_title{
    color: #fff;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .banner1_wrap .banner_media{
    height: 350px;
    height: 30vw;
  }
  .banner1_wrap .banner_content_wrap{
    bottom: 0;
    left: 5%;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
  .banner1_wrap .banner_media{
    height: 350px;
    height: 50vw;
  }
}
@media screen and (max-width: 479px) {}