/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header, .pad_top_header2 { padding-top: 90px; }
  .pad_top_header.shrink {padding-top: 90px;}
  .pad_top_header2.shrink {padding-top: 90px;}

.marg_top_header, .marg_top_header2 { margin-top: 90px; }
  .marg_top_header.shrink { margin-top: 90px;}
  .marg_top_header2.shrink { margin-top:  90px;}

.pos_top_header, .pos_top_header2 { top: 90px; }
.pos_top_header.shrink { top: 90px;}
.pos_top_header2.shrink { top: 90px;}

.header_top_desktop {
  background: rgba(255,255,255,1);
  height: 89px;
  border-bottom: 1px solid #eee;
}
  .header_top_desktop.shrink {
    height: 89px;
  }
.header_center {
  text-align: left;
}
  .header_center nav {
    position: relative;
    z-index: 100;
  }
/* =============================================================================
   EXTRA
   ========================================================================== */
.header_extra_wrapper{
  color: #3a3a3a;
  z-index: 99;
  font-family: 'Roboto Slab', sans-serif;
}
  .header_extra_wrapper *{
  }
.header_city{
}
/* =============================================================================
   LOGO
   ========================================================================== */
.header_logo_wrapper{
  width: 170px;
  margin: 3px 150px 3px -5px;
}
  .header_logo_wrapper .header_logo{
    height: auto;
    margin-top: 20px;
  }
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_logo_wrapper{
    margin-right: 80px;
  }
}
@media screen and (max-width: 1150px) {
  .header_extra_wrapper{
    display: none;
  }
}
@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_nav2 .nav_item_wrap {
      height: 67%;
  }
  .header_nav2 .nav_item{
    border-bottom-width: 0px;
    height: auto;
  }
    .header_nav2 .nav_item.CTA_button{
      margin-left: 148px;
    }
    .header_nav2 .nav_item:hover{
      
    }
      .header_nav2 .nav_item:hover h5{ 
        color: #e2344a;
      }
    .header_nav2 .nav_item a{
      padding-right: 20px;
      padding-left: 20px;
    }   
      .header_nav2 .nav_item.CTA_button a{
        padding: 20px 40px;
        background: #292825;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
      }
        .header_nav2 .nav_item.CTA_button a:hover{
         background: #333;
        }
      .header_nav2 .nav_item a h5{
        font-size: 14px;
        margin: 0;
        color: #999;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
      }
      .header_nav2 .nav_item.CTA_button a h5{
        font-size: 14px;
        margin: 0;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: none;
      }
  .header_nav2 .nav_active a h5 { 
    color: #e2344a;
  }
  .header_nav2 .nav_active_sticky a h5 { 
    color: #e2344a;
  }

  .header_extra_wrapper .header_nav2 .nav_item a h5{
      font-weight: 300;
      letter-spacing: 3px;
      font-size: 10px;
  }

/* =============================================================================
  NAV LANDING
========================================================================== */
  .header_nav2.land{
      width: 100%;
  }
  .header_nav2.land .nav_item_wrap {
      height: 67%;
      float: right;
      margin-top: 18px;

  }
  .header_nav2.land .nav_item{
    border-bottom-width: 0px;
    height: auto;
  }
    .header_nav2.land .nav_item.CTA_button{
      margin-left: 10px;
    }
    .header_nav2.land .nav_item:hover{
      
    }
      .header_nav2.land .nav_item:hover h5{ 
        color: #e2344a;
      }
    .header_nav2.land .nav_item a{
      padding-right: 20px;
      padding-left: 20px;
    }   
      .header_nav2.land .nav_item.CTA_button a{
        padding: 6px 20px;
        ackground: #e2344a;
        background: #292825;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
      }
        .header_nav2.land .nav_item.CTA_button a:hover{
         background: #333;
        }
      .header_nav2.land .nav_item a h5{
        font-size: 14px;
        margin: 0;
        color: #333;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        text-transform: inherit;
        text-align: right;
      }
      .header_nav2.land .nav_item.CTA_button a h5{
        font-size: 14px;
        margin: 0;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: none;
      }
  .header_nav2.land .nav_active a h5 { 
    color: #e2344a;
  }
  .header_nav2.land .nav_active_sticky a h5 { 
    color: #e2344a;
  }


.header_land_svg_item{
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
  .header_land_svg_item svg{
    width: 40px;
    height: 40px;
  }
  .header_land_svg_item.email_item .SI_solid{
    fill: #e2344a;
  }
  .header_land_svg_item.email_item .SI_stroke{
    stroke: #e2344a;
  }
  .header_land_svg_item.ph_item .SI_solid{
    fill: #fff;
  }
  .header_land_svg_item.ph_item .SI_stroke{
    stroke: #fff;
  }
  .header_land_svg_item .SI_void{
    fill: none !important;
  }

 /* =============================================================================
   CUSTOM DROPDOWN MENU
========================================================================== */
  .nav_dropdown_menu {
      border-bottom: 0;
      padding-right: 20px;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      ackground: red;
      visibility: visible;
      display: none;
      top: 0;
  }
  .nav_dropdown_inner {
    background: rgba(240, 240, 240, .85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
    min-height: 200px;
    max-height: 450px;
    margin: auto;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    bottom: -10px;
    position: relative;
}
    .nav_dropdown_inner .dd_sec_title{
      font-size: 13.6px;
      color: #e2344a;
      font-weight: 600;
      margin-top: 30px;
    }
    .nav_dropdown_inner ul{
      margin-top: 20px;
      padding: 0;
    }
    .nav_dropdown_inner .nav_item{
      list-style: none;
      margin: 20px 0;
    }
      .nav_dropdown_inner .nav_item h5{
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 18px;
        font-family: 'Roboto Slab', sans-serif;
      }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */

@media screen and (max-width: 1625px) {}
@media screen and (max-width: 1600px) {
  .header_nav2 .nav_item a{
    padding-right: 15px;
    padding-left: 15px;
  }   
    .header_nav2 .nav_item:first-of-type a{
      padding-right: 60px;
      padding-left: 10px;
    } 
    .header_nav2.land .nav_item:first-of-type a{
      padding-right: 10px;
      padding-left: 10px;
    } 
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .header_nav2 .nav_item a h5 {
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 800;
  }
}
@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: #222;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.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: 'Roboto', 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: #e2344a;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #222;
}
#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{
    font-family: 'Roboto Slab', sans-serif;
    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{
  padding: 10px 0;
  height: 40px;
}
#mobile_header1 .mobile_header_logo_wrapper .header_logo{
}


/* =============================================================================
   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: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #f400a0;
    }
.mobile_menu_item_active {
    border-right: 4px solid #f400a0 !important;
}
.mobile_menu_item_active h5 {
    color: #f400a0;
}
/* =============================================================================
   ----------/////////  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: #222;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.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: #222;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #222;
		}
		.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: #6CA8FF;
	background: #222;
	color: #fff;
}
#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: #999;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #999;
    cursor: default;
    text-decoration: none;
  }
/* =============================================================================
   ----------/////////  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: #eee;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
  }
    .footer_nav_item:hover h6{
      color: #fff;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 1px 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{
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px;
	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) {}/* =============================================================================
   Connect Social
   ========================================================================== */
.connect1 .connect_wrapper{
}
.connect1 .connect_item {
}
.connect1 .connect_social_icon{
   -webkit-border-radius: 50px; 
   -moz-border-radius: 50px; 
   border-radius: 50px;
   overflow: hidden;
}
.connect1 .connect_social_icon svg{
}
.connect1 .connect_social_icon .SI_solid{
	fill: #e2344a;
}
.connect1 .connect_social_icon .SI_stroke{
	stroke: #e2344a;
}
.connect1 .connect_social_icon .SI_void{
}
.connect1 .connect_item p {
	color: #333;
   font-weight: 500;
}

.connect_lighter .connect1 .connect_social_icon .SI_solid{
   fill: #ccc;

}
.connect_lighter .connect1 .connect_social_icon .SI_stroke{
   stroke: #ccc;
}
.connect_lighter .connect1 .connect_item p {
   color: #999;
}
/* =============================================================================
   ----------/////////  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) {}/* =============================================================================
   TESTIMONIALS FORMATTING ONLY
========================================================================== */
  .testimonials3_slickSlider_wrapper .testimonial_picture_wrap{
    vertical-align: middle;
    display: inline-block;
    float: none;

    width: 50%;
    padding-bottom: 50%;
    margin-bottom: -50%;
    margin-top: -200px;
    z-index: 2;
  }
    .testimonials3_slickSlider_wrapper .testimonial_picture_wrap .testimonial_picture_wrap_inner{
      max-width: 700px;
    }
  .testimonials3_slickSlider_wrapper .testimonial_picture{
    width: 100%;
    padding-bottom: 100%;
    display: block;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .testimonials3_slickSlider_wrapper .testimonial_picture_frame{}

  .testimonials3_slickSlider_wrapper .testimonial_text_wrap{
    padding: 20px;
    width: 50%;
    margin-top: 50px;

    vertical-align: middle;
    display: inline-block;
    float: none;
  }
  .testimonials3_slickSlider_wrapper .testimonial_text{}
  .testimonials3_slickSlider_wrapper .testimonial_spotlight_message{}
  .testimonials3_slickSlider_wrapper .testimonial_message{
    display: block;
    font-size: 24px;
    line-height: 1.6;
    font-family: 'Roboto Slab', sans-serif;
    color: #222;
  }
  .testimonials3_slickSlider_wrapper .testimonial_author{
    margin-top: 10px;
    font-style: normal;
    font-size: 16px;
    color: #999;
  }





.testimonials3_slickSlider_wrapper .slick-list{
  overflow: visible;
}
.testimonials3_slickSlider_wrapper .slick-track{
  background: #f9f9f9;
}
.testimonials3_slickSlider_wrapper .sliding_item {}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
  @media screen and (max-width: 1400px) {
    .testimonials3_slickSlider_wrapper .testimonial_picture_wrap{
      margin-top: -100px;
    }
  }
  @media screen and (max-width: 1200px) {
    .testimonials3_slickSlider_wrapper .testimonial_picture_wrap{
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 979px) {
    .testimonials3_slickSlider_wrapper .testimonial_picture_wrap{
      max-width: 550px;
    }
    .testimonials3_slickSlider_wrapper .testimonial_text_wrap{
      width: 100%;
      margin-top: 0px;
      min-height: 300px;
    }
    .testimonials3_slickSlider_wrapper .testimonial_message{
      font-size: 18px;
    }
  }
  @media screen and (max-width: 859px) {
    .testimonials3_slickSlider_wrapper .testimonial_picture_wrap{
      width: 100%;
      padding-bottom: 100%;
      margin-bottom: -100%;
    }
    .testimonials3_slickSlider_wrapper .testimonial_text_wrap{
      float: left;
      padding: 20px;
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {}
  @media screen and (max-width: 640px) {}
  @media screen and (max-width: 479px) {}/* =============================================================================
   MAP
   ========================================================================== */
.map_wrapper {
   filter: grayscale(90%);
}
/* =============================================================================
   ----------/////////  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) {}