/* =============================================================================
Secondary Header
========================================================================== */
  .header_top_desktop2{
    text-align: left;
    width: 100%;
    padding: 5px 10px; 
    top: 0px;
    z-index: 115;
    height: 40px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .header_left,
  .header_right {
    margin: auto;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .header_left{
    width: 60%;
    text-align: left;
  }
  .header_right {
    text-align: right;
    width: 40%;
  }
    .header_left > a,
    .header_right > a {
      eight: 100%;
      display: inline-block;
      vertical-align: middle;
    }
    .header_left .secondary_header_nav,
    .header_right .secondary_header_nav{
      margin-left: 10px;
      margin-right: 10px;
    }
      .header_left .secondary_header_nav p,
      .header_right .secondary_header_nav p{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: #fff;
        font-weight: 700;
        margin: 0;
      }

      .header_left .connect_social_icon,
      .header_right .connect_social_icon{
        width: 20px;
        height: 20px;
        margin-right: 0px;
        display: inline-block;
        vertical-align: middle;
      }
      .header_left .connect_social_icon svg,
      .header_right .connect_social_icon svg{
        width: 20px;
        height: 20px;
      }
      .header_right .connect_social_icon .SI_solid,
      .header_left .connect_social_icon .SI_solid {
        fill: #fff;
      }
      .header_left .connect_social_icon .SI_stroke,
      .header_right .connect_social_icon .SI_stroke{
        stroke: #fff;
      }
      .header_left .connect_social_icon .SI_void,
      .header_right .connect_social_icon .SI_void{
        fill: none !important;
      }

    .prominent{
      color: #fff;
      background: #3a9ed8;
      border: 2px solid #3a9ed8;
      padding: 3px 15px;
      margin: 0;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      font-weight: 900;
      letter-spacing: 1px;
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
      .prominent:hover{
        background: transparent;
        color: #fff;
        border-color: #fff;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
      }
    .header_left a {
      display: inline-block;
      vertical-align: middle;
    }
      .header_left a:hover * {
        color: #3a9ed8;
      }
  
/* =============================================================================
  DESKTOP
========================================================================== */
  .pad_top_header, .pad_top_header2 { padding-top: 160px; }
    .pad_top_header.shrink, .pad_top_header2.shrink {padding-top: 100px;}
  .marg_top_header, .marg_top_header2 { margin-top: 160px; }
    .marg_top_header.shrink, .marg_top_header2.shrink { margin-top: 100px;}
  .pos_top_header, .pos_top_header2{ top: 160px; }
    .pos_top_header.shrink, .pos_top_header2.shrink{ top: 100px; }

  .header_top_desktop {
    background: rgba(255,255,255,0);
    top: 40px;
    height: 100px;
  }
  .header_top_desktop.non_trans {
    background: rgba(37,48,58,1);
    -webkit-box-shadow: 0 70px 120px 40px rgba(0,0,0,.09);
    box-shadow: 0 70px 120px 40px rgba(0,0,0,.09);
  }
    .header_top_desktop.shrink {
      height: 60px;
      background: rgba(37,48,58,1);
      -webkit-box-shadow: 0 70px 120px 40px rgba(0,0,0,.09);
      box-shadow: 0 70px 120px 40px rgba(0,0,0,.09);
    }
  .header_center {
    text-align: left;
  }
    .header_center nav {
      width: 100%;
    }

/* =============================================================================
   EXTRA
========================================================================== */
  .header_extra_wrapper{
    color: #3a3a3a;
  }
    .header_extra_wrapper *{
    }
  .header_city{
  }
  .header_top_desktop2 .header_right .nav_bag.active *{
    color: #ec008c;
    fill: #ec008c;
  }

/* =============================================================================
   LOGO
========================================================================== */
  .header_logo_wrapper{
    padding: 0px 0;
    text-align: left;
    max-height: 150px;
    margin: 0px 50px 0px 0;
    -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;
  }
    .header_top_desktop.shrink .header_logo_wrapper{
      margin: 0 20px 0 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    .header_logo_wrapper .header_logo{}

/* =============================================================================
   FOR ALERTS
========================================================================== */
  .header_spacer_normal{}
  .header_spacer_alert{}

/* =============================================================================
   Drop Downs
========================================================================== */
      .header_top_desktop2 .header_right .custom_nav_item{
          display: inline-block;
          vertical-align: middle;
          padding: 3px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background: #f9f9f9;
          cursor: pointer;
          font-weight: 600;
      }
      .header_top_desktop2 .header_right .custom_nav_item.active,
      .header_top_desktop2 .header_right .custom_nav_item:hover{
          background: rgba(255,255,255,.9);
      }
      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_icon_border{
          display: inline-block;
          vertical-align: middle;
          padding: 2px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          overflow: hidden;
          
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;

         background: #3a9ed8;
      }
  
      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_icon {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          overflow: hidden;
          
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 3px;
      }
      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_icon_border .custom_nav_item_icon{
          width: 20px;
          height: 20px;
          padding: 0;
      }
      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_icon img {}

      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_icon svg {
          width: 100%;
          height: 100%;
          fill: #777;
      }
      
      .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_text{
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          margin-left: 10px;
      }
          .header_top_desktop2 .header_right .custom_nav_item .custom_nav_item_text * {
              font-size: 14px;
              font-weight: 600;
          }

  .top_dd{
      display: none;
      position: fixed;
      top:  50px;
      top: -500px;
      right: 10px;
      background: #fff;
      padding: 10px;
      width: 200px;
      z-index: 110;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 3px 20px -2px rgba(0,0,0,.2);
      box-shadow: 0 3px 20px -2px rgba(0,0,0,.2);
      padding-bottom: 0px;
  }
      .top_dd .dd_item{
          padding: 10px;
          font-size: 14px;
          background: #f7f7f8;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          margin-bottom: 10px;
          cursor: pointer;

          font-size: 13px;
          color: #666;
          font-weight: 700;
          letter-spacing: 1px;
          font-family: 'nexa_boldregular', sans-serif;
      }
          .top_dd .dd_item:hover{
              background: #eee;
          }

/* =============================================================================
   CART BUBBLE
========================================================================== */
  .cart_item_cnt_bubble{
    position: absolute;
    top: -5px;
    left: 15px;
    padding: 3px 4px;
    height: 15px;
    color: #fff !important;
    font-size: 9px;
    background: red;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .cart_item_cnt_bubble[data-qty="0"]{
      visibility: hidden;
    }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .pad_top_header, .pad_top_header2 { padding-top: 60px; }
  .marg_top_header, .marg_top_header2 { margin-top: 60px; }
  .pos_top_header, .pos_top_header2 { top: 60px; }
  .pad_top_header.shrink, .pad_top_header2.shrink { padding-top: 60px; }
  .marg_top_header.shrink, .marg_top_header2.shrink { margin-top: 60px; }
  .pos_top_header.shrink, .pos_top_header2.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_nav1 ul {
    height: auto;
}
.header_nav1 .nav_item{
  margin: 0px 2px 0 2px;
  border: 0;
}
  .header_nav1 .nav_item:hover{
    
  }
  .header_nav1 .nav_item:hover h5{ 
    color: #3a9ed8;
    color: #fff;
  }
  .header_nav1 .nav_item > a{
    border-bottom: 1px solid transparent;
    padding: 8px 13px 8px 13px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }   
    .header_nav1 .nav_item > a:hover{
      order-bottom: 1px solid #3a9ed8;
      background: #19242f;
      background: #3a9ed8;
      background: #363f47;
    }  
    .header_nav1 .nav_item > a h5{
      font-size: 14px;
      margin: 0;
      color: #fff;
      font-weight: 700;
      letter-spacing: 1px;
      font-family: 'nexa_boldregular', sans-serif;
    }

.header_nav1 .nav_active { 
}
  .header_nav1 .nav_active > a{ 
    border-bottom: 1px solid #3a9ed8;
  }
  .header_nav1 .nav_item.nav_active > a h5{
   color: #3a9ed8;
   color: #fff;
  }

.header_extra_wrapper .header_nav1 .nav_item > a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.header_nav1 .nav_dropdown_menu{
  background: #fff;
  min-width: 200px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-top: 5px;
  -webkit-box-shadow: 0 1px 10px -2px rgba(0,0,0,.5);
box-shadow: 0 1px 10px -2px rgba(0,0,0,.5);
}
.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: #3a9ed8;
    text-shadow: 0 0 0 transparent;
  }
  .header_nav1 .nav_dropdown_item > a:hover{
    background: #f7f7f8;
    order-bottom-color: 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: 'nexa_boldregular', 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;
}
#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: #f900a0;
  }
  #mobile_header1 .nav_item .label{
    font-family: 'nexa_boldregular', 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: #3a9ed8;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #25303a;
}
#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: 'nexa_boldregular', 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;
      position: relative;
  }
    #mobile_header1 .mobile_header_bag_wrapper a .mini_icon2 {
       margin-right: 5px;  
    }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
      top: 10px;
    }


/* =============================================================================
   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
   ========================================================================== */
.footer1{
	background: #fcfcfc;
	color: #333;
	border-top: 1px solid rgba(9,194,203,1);
	background: rgb(9,194,203);
	background: -moz-linear-gradient(-45deg,  rgba(9,194,203,1) 0%, rgba(9,103,178,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(9,194,203,1) 0%,rgba(9,103,178,1) 100%);
	background: linear-gradient(135deg,  rgba(9,194,203,1) 0%,rgba(9,103,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c2cb', endColorstr='#0967b2',GradientType=1 );
	z-index: 20;
	position: relative;
	background: #25303a;
}
#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: #aaa;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #999;  
  }
.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_item{
  margin: 0px 2px 0 2px;
  padding: 8px 13px 8px 13px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
  .footer_nav_item h6{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    font-family: 'nexa_boldregular', sans-serif;
  }
    .footer_nav_item:hover h6{
      color: #eee;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 2px solid transparent;
    background: #363f47;
  }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 1px solid #3a9ed8;
  }
.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{
      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) {}/* =============================================================================
   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: #3a9ed8;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #3a9ed8;
	}
	.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) {}.form_section_wrapper{
}
.form_section_title{ 
  font-weight: 700;
  font-size: 24px;
}
/* =============================================================================
  Checkbox LIST
   ========================================================================== */
.checkbox_item{
}
.checkbox_item:hover{ 
}
  .checkbox_item label{
  }
    .checkbox_item label h5{
    }
  .checkbox_item input[type='checkbox']{
  }
.item_active{ 
  background: #ef303e !important;
}
.item_active label h5{ 
  color: #fff !important;
}

/* =============================================================================
   SWITCH
   ========================================================================== */
.checkbox_switch h5{
}
.checkSwitch {
}
.checkSwitch input {
}
.checkSwitchInner {
}
.checkSwitch.on .checkSwitchInner {
}
.checkSwitch.on{
  background: #ef303e; /*red*/
}
  .checkSwitch.on:hover .checkSwitchInner {
    background: #f24055; /* Lighter red*/
  }
  .checkSwitch.off:hover .checkSwitchInner {
    background: #ddd;
  }
.checkSwitchOn, .checkSwitchOff, .checkSwitchHandle {
}
.checkSwitchOn, .checkSwitchOff {
}
.checkSwitchOn {
}
.checkSwitchOff {
}
.checkSwitchHandle {
}

.field_label{
  font-weight: 500;
  margin-top: 10px;
}
/* =============================================================================
   ----------/////////  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) {
}/* =============================================================================
   Contact Bar
   ========================================================================== */
.contact_bar1{
}
  .contact_bar1 .contact_bar_item{
    border-right-color: rgba(255,255,255, .25);
  }
    .contact_bar1 .contact_bar_item:last-of-type{
        border-right: 0px solid #ccc;
    }

    .contact_bar1 .connect_social_icon{}
      .contact_bar1 .connect_social_icon svg{}
      .contact_bar1 .connect_social_icon .SI_solid{
        fill: #3a9ed8;
      }
      .contact_bar1 .connect_social_icon .SI_stroke{
        stroke: #3a9ed8;
      }
  .contact_bar1 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) {}/* =============================================================================
   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) {}/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider3_wrapper{
	display: block;
  width: 100%;
	max-width: 100%;
	height: 235px;
	overflow: hidden;
}
  .wmuSlider3_wrapper.has_testimonial_photo{
    height: 210px;
  }
.wmuSlider3{
	position: relative;
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
	position: relative;
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;   
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    cursor: pointer;
}
.wmuSlider3 .wmuSliderPrev {
    background-position: 100% 0;
    background: url('../img/sprite_left.png') no-repeat 0 0;
    background-size: contain;
    left: 20px;
}
.wmuSlider3 .wmuSliderNext {
    right: 20px;
    background: url('../img/sprite_right.png') no-repeat 0 0;
    background-size: contain;
}
/* =============================================================================
   TESTIMONIALS FORMATTING ONLY
   ========================================================================== */
.wmuSlider3 article {
  height: 335px;
  height: auto;
  min-height: 130px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  /*border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
  padding: 10px 70px;
  background: #0e2e44;
  background: rgba(37,48,58,.8);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
  .wmuSlider3 article.has_testimonial_photo{
    height: 310px;
    height: auto;
    min-height: 130px;
  }

.testimonial_picture_wrap{
  width: 25%;
  padding-bottom: 25%;
  margin-bottom: -25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.testimonial_picture_wrap_inner{
  padding: 5px;
  box-sizing: border-box;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;

  background: #3a9ed8;
}
.testimonial_picture{
  width: 100%;
  padding-bottom: 100%;
  display: block;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  perspective: 1px; /* to fix bug in chrome for border radius */

}
.testimonial_picture_frame{}
.testimonial_text_wrap{
  text-align: center;
  float: left;
  padding: 20px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  vertical-align: middle;
}
.testimonial_text{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.testimonial_message{
  display: block;
}
.testimonial_author{
  display: block;
  margin-top: 10px;
  font-style: italic;
  text-align: right;
  font-size: 1.2em;
  color: #fff;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {
  .testimonial_picture_wrap{
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: -100%;
  }
  .testimonial_picture{
    width: 100px;
    padding-bottom: 100px;
    margin: auto;
  }
  .testimonial_text_wrap{
    float: left;
    padding: 20px;
    width: 100%;
  }
  .wmuSlider3 article.has_testimonial_photo {
      height: 400px;
  }
  .wmuSlider3 article {
      eight: 335px;
      padding: 10px;
  }
  .testimonial_picture_wrap_inner{
    width: 110px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}