/* =============================================================================
  DESKTOP
========================================================================== */
  .pad_top_header, .pad_top_header2 { padding-top: 100px; }
    .pad_top_header.shrink, .pad_top_header2.shrink {padding-top: 60px;}
  .marg_top_header, .marg_top_header2 { margin-top: 100px; }
    .marg_top_header.shrink, .marg_top_header2.shrink { margin-top: 60px;}
  .pos_top_header, .pos_top_header2{ top: 100px; }
    .pos_top_header.shrink, .pos_top_header2.shrink{ top: 60px; }

  .header_top_desktop {
    background: rgba(255,255,255,.90);
    ackground: rgba(0,0,0, .5);
    top: 0px;
    height: 100px;
    -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;
    }
  .header_center {
    text-align: left;
  }
    .header_center nav {
      width: 100%;
      text-align: center;
    }

/* =============================================================================
   EXTRA
========================================================================== */
  .header_extra_wrapper{
    color: #000;
  }
    .header_extra_wrapper *{
    }
  .header_city{
  }
  .header_top_desktop2 .header_right .nav_bag.active *{
    color: #ec008c;
    fill: #ec008c;
  }

/* =============================================================================
   LOGO
========================================================================== */
  .header_logo_wrapper{
    padding: 5px 0;
    margin-left: 0;
    text-align: left;
    min-width: 90px;
    max-height: 100px;
    margin: 0px 0px 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{
      min-width: 40px;
      margin: 0 20px 0 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      padding: 10px 0;
    }
    .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: 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 );
      }
  
      .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: #f9f9f9;
          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: 'Cocogoose Semilight', 'Montserrat Alternates', sans-serif;
      }
          .top_dd .dd_item:hover{
              background: #eee;
          }


.cart_item_cnt_bubble{
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 23px;
  padding: 0 5px;
  height: 16px;
  color: #fff;
  font-size: 9px;
}
/* =============================================================================
   ----------/////////  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 10px 0 10px;
  border: 0;
  min-width: 106px;
}
  .header_nav1 .nav_item:hover{
   
  }
  .header_nav1 .nav_item:hover h5{ 
    color: #f58159;
  }
  .header_nav1 .nav_item > a{
    padding: 8px 10px 8px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid transparent;
  }   
  .header_nav1 .nav_item > a:hover{
    ackground: rgba(240,240,240, .5);
    ackground: #ffd64a;
    background: #fff;
    border-color: #f58159;
  }  
    .header_nav1 .nav_item > a h5{
      font-size: 20px;
      margin: 0;
      color: #221f1f;
      color: #f58159;
      font-weight: 700;
      letter-spacing: 0px;
      font-family: 'Londrina Solid', sans-serif;
    }

.header_nav1 .nav_active { 

}
  .header_nav1 .nav_active > a, .header_nav1 .nav_active > a:hover{
    background: #f37144;
    border-color: #f37144;
  }
  
  .header_nav1 .nav_item.nav_active > a h5{
   color: #fff;
  }

.header_extra_wrapper .header_nav1 .nav_item > a h5{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 10px;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.header_nav1 .nav_dropdown_menu{
  background: #fff;
  min-width: 100px;
  margin-top: 5px;
  order-top: 30px solid transparent;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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: #fff;
    text-shadow: 0 0 0 transparent;

  }
  .header_nav1 .nav_dropdown_item:hover{
    background: #f58159;
  }
.header_nav1 .nav_dropdown_text{ 
  color: #333;
  font-size: 14px;
  font-family: 'Londrina Solid', sans-serif;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_nav1 .nav_item a h5{
    letter-spacing: 0px;
  }
}
@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: #f58159;
  }
  #mobile_header1 .nav_item .label{
     font-family: 'Londrina Solid', 'Open Sans', sans-serif;
    font-weight: 600;
  }
    #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: #f58159;
}
#mobile_header1 .menu{
}

/* =============================================================================
   SUB MENU
   ========================================================================== */
#mobile_header1 .mob_sub_menu_back {
}
#mobile_header1 .mob_sub_menu {
  background: #f58159;
}
#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: 'Londrina Solid', 'Open Sans', sans-serif;
    font-weight: 600;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
  }
#mobile_header1 .sub_menu_label{ 
}


.sub_menu_close svg{
  }
  .sub_menu_close .icon_solid{
  }
  .sub_menu_close .icon_stroke{
  }
  .sub_menu_close .icon_void{
  }
    .sub_menu_close:hover .icon_solid{
    }
    .sub_menu_close:hover .icon_stroke{
    }
/* =============================================================================
   MENU BTTN
   ========================================================================== */
#mobile_header1 .bttn_mobile_menu {
}
  #mobile_header1 .bttn_mobile_menu:hover {
  }
  #mobile_header1 .bttn_mobile_menu svg{
  }
  #mobile_header1 .bttn_mobile_menu .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu .icon_stroke{
  }
#mobile_header1 .bttn_mobile_menu_active{
}
  #mobile_header1 .bttn_mobile_menu_active .icon_solid{
  }
  #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
  }
  #mobile_header1 .bttn_mobile_menu .icon_void{
  }

/* =============================================================================
   LOGO
   ========================================================================== */
#mobile_header1 .mobile_header_logo_wrapper{
  padding: 10px 0;
  height: 40px;
}
#mobile_header1 .mobile_header_logo_wrapper .header_logo{
}

  .mini_icon, .mini_icon1_2, .mini_icon2, .mini_icon3 {
    width: 25px;
    height: 26px;
    display: inline-block; 
  }
    .mini_icon svg, .mini_icon1_2 svg, .mini_icon2 svg, .mini_icon3 svg{
      width: 25px;
      height: 25px; 
      margin: 0;
    }
#mobile_header1 .mobile_header_bag_wrapper{
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 101;
    height: 40px;
    width: 40px;
}
  #mobile_header1 .mobile_header_bag_wrapper a {
      display: block;
      text-align: center;
      font-weight: 400;
      padding: 16px 18px;
  }
    #mobile_header1 .mobile_header_bag_wrapper a .mini_icon2 {
       margin-right: 5px;  
    }
    #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
      margin-top: 2px;
      display: none;
    }


/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
}
.header_spacer_alert{
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
  	color: #797979;
    font-size: 24px;
    font-family: 'CatalinaAvalonSansLight', serif; 
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #333;
    }
.mobile_menu_item_active {
    border-right: 4px solid #333 !important;
    background: #f9f9f9;
}
  .mobile_menu_item_active:hover {
      background: #f9f9f9;
  }
.mobile_menu_item_active h5 {
    color: #333;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #333;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #333;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
	}
		.mobile_social_wrapper2 .header_social_icon svg{
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #333;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #333;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer1{
	padding-top: 30px;
	background: #f58159;
	color: #333;
	z-index: 20;
	position: relative;

	background-image: url('../../../inc/css/img/bgs/bg_colors3.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;

    background-repeat: repeat-x;
    background-position: top center;
    background-size: 600px;
}
#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: #ddd;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #ddd;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #ddd;
    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{
}
  .footer_nav_item h6{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
  }
    .footer_nav_item:hover h6{
      color: #eee;
    }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 2px solid #ffd64a;
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper {
}
	.footer_org_hrs_wrapper p{
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #fff;
	}
.footer_social1 .footer_social_icon{
}
	.footer_social1 .footer_social_icon svg{
		border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
	}
	.footer_social1 .footer_social_icon .SI_solid{
		fill: #ffd64a;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #ffd64a;
	}
	.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) {}.slickSlider1_wrapper{
  height: 700px;
  height: 60vw;
  height: 100vh;
  max-height: 100vh;
  max-height: 1000px;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.slickSlider1_wrapper{
	  /*height: 500px;
	  height: 40vw;*/
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
	.slickSlider1_wrapper{
	  /*height: 500px;
	  height: 100vw;*/
	}
}
@media screen and (max-width: 479px) {}/* =============================================================================
   GALLERY
   ========================================================================== */
.sda1_container{
}
  .sda1_container ul{
    margin: auto;
    ax-width: 700px;
    eight: 400px;
    text-align: center;
    
  }
    .sda1_container .portfolio_li{
      width: 20%;
      height: 200px;
      display: inline-block;
      float: none;
      max-height: 240px;
      height: 20vw;
    }
    .sda1_container .portfolio_item_wrapper{
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
      box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
      background: #fff;
      overflow: hidden;
    }
    .sda1_container .portfolio_item_wrapper:hover{
        -webkit-box-shadow: 0 3px 3px -1px rgb(0 0 0 / 25%);
      box-shadow: 0 3px 3px -1px rgb(0 0 0 / 25%);
    }
      .sda1_container .portfolio_item_wrapper:hover .portfolio_image_wrapper{}
    .sda1_container ul li img{}
      .sda1_container ul li img:hover{}
    .sda1_container .sda_title{
      display: none;
    }
/* =============================================================================
   MAKE COVER IMG
   ========================================================================== */
.sda1_container .portfolio_image_wrapper {}
.sda1_container .portfolio_li .portfolio_image_wrapper {}
  .sda1_container .portfolio_image_wrapper .portfolio_image_img{
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
  }

/* =============================================================================
   ----------/////////  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) {
  .sda1_container .portfolio_li{}
}
@media screen and (max-width: 859px) {
  .sda1_container .portfolio_li{}
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   BLOG GENERAL
   ========================================================================== */
.blog1{
	margin-right: 40px;
}
.blog1 .post_content_wrapper{
	background: #fff;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
}
.preview_left, .preview_right{
}
.preview_left{
}
.preview_right{
}

.blog1 .headline_wrapper{
	margin-top: 20px;
	border-bottom: 1px solid #fff;
}
.blog1 .headline_wrapper .post_title {
}
	.blog1 .headline_wrapper .post_title *{
		margin: 0;
	}
		.blog1 .post_preview .headline_wrapper .post_title .title {
			font-size: 36px; 
			font-family: 'Londrina Solid', 'Open Sans', sans-serif;
			font-weight: 700;
			color: #f58159;
		}
		.blog1 .headline_wrapper .post_title .sub_title {
		}
.blog1 .headline_wrapper .post_date {
	
}

/*.blog1 .cta_button{
	ext-transform: uppercase;
	background: #222;
	color: #fff;
	 font-family: 'Alex Brush', serif;
	font-size: 13px;
	etter-spacing: 4px;
	line-height: 24px;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}
	.blog1 .cta_button:hover{
		background: #000;
	}*/
.blog_cover_img img{
	width: 100%;
}
/* =============================================================================
   POST TEXT
   ========================================================================== */
.blog1 .post_text{
}
	.blog1 .post_text, .blog1 .post_text p, .blog1 .post_text span {
	}
	.blog1 .post_text a {
	}	
	.blog1 .post_text ul, .blog1 .post_text ol {
	}
	.blog1 .post_text .blog_inline_image{
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
	.blog1{
		margin-right: 0px;
	}
}
@media screen and (max-width: 979px) {
	.blog1 .post_preview .headline_wrapper .post_title .title {
		font-size: 28px;
	}
	.blog1 .headline_wrapper .post_title .sub_title {
		font-size: 14px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}/* =============================================================================
   PREVIEW
   ========================================================================== */
.post2.post_preview .preview_left, .post2.post_preview .preview_right{
}
.post2.post_preview .preview_left{ }
.post2.post_preview .preview_right{ }
.post2.post_preview .no_cover .preview_right{ }
/* =============================================================================
   HEADLINE
   ========================================================================== */
.post_top{
	margin-right: 40px;
}
	.post_top h4{}
.post2 .headline_wrapper {
	border-bottom: 1px solid #f4f4f4;
}
.post2 .headline_wrapper .post_title {	
}
	.post2 .headline_wrapper .post_title *{
	}
		.post2 .headline_wrapper .post_title .title {
			font-size: 42px;
			font-family: 'Londrina Solid', 'Open Sans', sans-serif;
			font-weight: 700;
			color: #f58159;
		}
		.post2 .headline_wrapper .post_title .sub_title {
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: 1px;
		}
.post2 .headline_wrapper .post_date {
	margin: 0 0 0 0;
	padding: 0;
	background: #fff;
	font-size: 14px;
	float: none;
}

.post2 .cta_button{
	background: #f58159;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	width: 200px;
	text-align: center;
	color: #fff;
	font-family: 'Londrina Solid', 'Open Sans', sans-serif;
	position: inherit;
	float: right;
	 border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
	.post2 .cta_button:hover{ background: #f37144; }
.post2 .blog_cover_img img{
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* =============================================================================
   SHARING
   ========================================================================== */
.post_share_wrapper{
}
	.post_share_wrapper .share_text{
		font-size: 20px;
	}
	.post_share_wrapper .SI_solid{
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.post_share_wrapper .share_item:hover .post_share_social_icon .SI_solid{
		fill: #bbb;
	}

.post_share_social_icon{
}
	.post_share_social_icon svg{
	}
	.post_share_social_icon .SI_solid{
	  fill: #f58159;
	}
	.post_share_social_icon .SI_stroke{
	  stroke: #f58159;
	}
	.post_share_social_icon .SI_void{
	}
/* =============================================================================
   POST TEXT
   ========================================================================== */
.post_content_wrapper{}
.post_content_wrapper .blog_cover_img {
	margin-bottom: 0;
}
	.post_content_wrapper .blog_cover_img img {}
	.post_content_wrapper .blog_cover_img .blog_cover_img_frame{}
.post_text{}
	.post_text a {}
	.post2 .post_text, .post2 .post_text p, .post2 .post_text span, .post2 .post_text b {}
	.post_text ul, .post_text ol {}
	.post_text .blog_inline_image{}
.full_post_wrapper .blog_cover_img{
	max-height: 2000px;
	max-width: 500px;
	margin: auto;
	margin-bottom: 30px;
}
/* =============================================================================
   ----------/////////  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) {
	.post2 .cta_button{
		left: 50%;
	}
	.post2 .headline_wrapper .post_title .title {
		font-size: 28px;
	}
	.post2 .headline_wrapper .post_title .sub_title {
		font-size: 14px;
	}
	.post_top{
		margin-right: 0px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
	.post2 .cta_button{
		left: 0%;
		padding: 10px;
	    width: 150px;
	}
	
}/* =============================================================================
   GALLERY
   ========================================================================== */
.gallery_container{
}
  .gallery_container ul{
  }
  	.gallery_container ul li{
  		width: 25%;
  	}
    .gallery_item_wrapper{
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      border-bottom: 5px solid #ec008c;
      /*border-right: 2px solid #ec008c;*/
    }
    .gallery_item_wrapper:hover{
      -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,..35);
      box-shadow: 0 3px 10px 1px rgba(0,0,0,.35);
      -moz-transform: scale(1.01);
      -webkit-transform: scale(1.01);
      transform: scale(1.01);
    }
  	.gallery_container ul li img{		
  	}
    	.gallery_container ul li img:hover{
    		
    	}
/* =============================================================================
   MAKE COVER IMG
   ========================================================================== */
.gallery_image_wrapper {
}
.gallery_image_wrapper:hover {
  
}
  .gallery_image_wrapper .gallery_image_img{
  }
  .gallery_image_wide .gallery_image_img{
  }
  .gallery_image_tall .gallery_image_img{
  }

.gallery_name{
  ext-transform: uppercase;
  etter-spacing: 3px;
}
  .gallery_name h5{
    font-size: 12px;
  }

/* =============================================================================
   ----------/////////  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_container ul li{
      width: 100%;
  }
}/* =============================================================================
   Visitor Notices
   ========================================================================== */
.notice_wrapper2{}
   .notice_wrapper2 .notice{
      background-image: url('../../../inc/css/img/bgs/aztec_pattern.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;

      padding: 50px 0;
      background-color: #f58159;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
      box-shadow: 0 4px 3px -1px rgb(0 0 0 / 15%);
   }
   .notice_wrapper2 .notice_title{
      font-family: 'Londrina Solid', 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 42px;

      margin: 2px auto;
      max-width: 960px;
   }
   .notice_wrapper2 .notice_message{
      margin: 2px auto;
      max-width: 960px;
   }

/* =============================================================================
   ----------/////////  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) {
}