/* =============================================================================
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) {}/* =============================================================================
   GALLERY
   ========================================================================== */
.portfolio1_container{
  position: relative;
}
  .portfolio1_container ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
    .portfolio1_container .portfolio_li{
      width: 50%;
      float: left;
    }
    
    .portfolio1_container .portfolio_item_wrapper{
      position: relative;
      margin: 5px;
    }
    .portfolio1_container .portfolio_item_wrapper:hover{
    }
      .portfolio1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper{
      }
      .portfolio1_container .portfolio_item_wrapper .portfolio_frame{
        display: none;
      }
      .portfolio1_container .portfolio_li:hover .portfolio_frame{}
    .portfolio1_container ul li img{  
      
    }
      .portfolio1_container ul li img:hover{
        
      }
/* =============================================================================
   MAKE COVER IMG
   ========================================================================== */
.portfolio1_container .portfolio_image_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
  .portfolio1_container .portfolio_image_wrapper .portfolio_image_img{
    position: absolute;
    display: table-cell;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }
  .portfolio1_container .portfolio_image_wrapper.portfolio_image_wide .portfolio_image_img{
    max-width: none;
    height: 110%;
  }
  .portfolio1_container .portfolio_image_wrapper.portfolio_image_tall .portfolio_image_img{
    width: 110%;
    max-width: 110%;
  }
  .portfolio1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper.portfolio_image_wide .portfolio_image_img{
    height: 100%;
    opacity: .15;
  }
   .portfolio1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper.portfolio_image_tall .portfolio_image_img{
    width: 100%;
    opacity: .15;
  }
.portfolio1_container .portfolio_name_wrap{
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  display: none;
  vertical-align: middle;
}
  .portfolio1_container .portfolio_item_wrapper:hover .portfolio_name_wrap{
    display: table;
  }
.portfolio1_container .portfolio_name{  
  vertical-align: middle;
  width: 100%;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #e2344a;
  display: table-cell;
 }
.portfolio1_container .portfolio_html{  
  display: none;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {
  .portfolio1_container .portfolio_name{  
    font-size: 20px;
    line-height: 20px;
    margin-top: 10%;
  }
  .portfolio1_container .portfolio_html *{  
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
  .portfolio1_container .portfolio_li{
    width: 100%;
  }
  .portfolio1_container .portfolio_item_wrapper{
      margin: 5px 0;
  }
  .portfolio1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper.portfolio_image_wide .portfolio_image_img, 
  .portfolio1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper.portfolio_image_tall .portfolio_image_img {
    opacity: 1;
  }
  .portfolio1_container .portfolio_item_wrapper .portfolio_name_wrap{
    display: table;
    position: relative;
    padding: 5px 0px 20px 0;
  }
  .portfolio1_container .portfolio_name{  
    font-size: 18px;
    line-height: 18px;
    color: #222;
   }

}/* =============================================================================
   POPUP & SUBSCRIBE
   ========================================================================== */
.mailing_list1 .mailing_list_container{}
.mailing_list1 .mailing_list_wrap{
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
    .mailing_list1 .mailing_list_wrap .response{}
.mailing_list1 .popup_close {}
/* =============================================================================
   OUTCOME
   ========================================================================== */
.mailing_list1 .mc_outcome{
  display: none;
  text-align: center !important;
  font-size: 14px;
  margin: 0 3px;
}
.mailing_list1 .mc_error{
  padding: 10px;
  background: #D62D21;
  color: #fff;
  display: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mailing_list1 .mc_success{
  padding: 10px;
  display: none;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@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: 413px) {}
@media screen and (max-width: 330px) {}