@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}



a[href^=tel] { color: inherit; text-decoration: none; }


/* Mobile Layout: 285 to 480px and below. */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
  /* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

body{
	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px!important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px!important;    
}
.grid_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
   
   
    
}
    
/* FONTS */
    
    .gotham {
    font-family: 'Gotham A', 'Gotham B';
    
}
    
    ._300 {
    
    font-weight: 300;    
}
   ._12 {	
	font-size: 12px;
}   
    ._15 {	
	font-size: 15px;
 }       
        
    ._18 {	
	font-size: 18px;
}
    
    ._24 {
    font-size: 18px;
}
    ._64 {
    font-size: 42px;
}
    
     .white {	
	color: #FFFFFF !important;
}
    .black {
    color: #000000;
}
    .grey {	
	color: #A8A8A8;
}
    .orange {
	color: #ff5308;
	width: auto;    
}
/* FONTS END */
    
/* TEMPLATE */
.container {
    width: 100vw;
   
	}

.internal_header{
	width: 50%;
	
        } 
.top_wrapper {
    width: 100vw;	
	}
    
    .top_slider_width_wrapper {
	width: 100%;
	position: relative;
	top: 00px;
	margin-right: auto;
	margin-left: -0px;
	z-index: -100;
}
.top_banner {
	padding-bottom: 53.5%;
	z-index: -100;
	overflow: hidden;
	top: 00px;
	left: 0px;
	height: auto;
	width: auto;
    }  
.right_slider_menu {
	position: fixed;
	width: 270px;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	display: none;    
    }
.top_logo {
	width: 140px;
	height: 70px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(images/zincc_logo.png);
	background-size: 90px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 20px 29%;
	
}
    .top_pos_logo {
	width: 140px;
	height: 80px;
	margin-left: 5%;
	background-image: url(images/zincc_pos_logo.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	z-index: 100;
	background-position: 00px 29%;
	display: block;    
}
.iphone_menu {
	width: 20%;
	text-align: right;
	height: 70px;
	z-index: 99;
	margin-left: auto;
	margin-right: 0%;
	position: fixed;
	right: 5%;
	top: 1%;
	font-size: 10vw!important;
}

/*  NEW DESKTOP MENU*/
    
  
    




.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 00px;
    padding-top:60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background-color: rgb(0 0 0 / 0.5);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    
}
.sidebarMenuInner li{
    list-style: none;   
    padding-left: 30px;
    padding-top: 40px;
    cursor: pointer;
    
}
.sidebarMenuInner li span{
    display: block;    
    color: rgba(255, 255, 255, 0.70);
}
.sidebarMenuInner li a{
	color: #ffffff;	
	cursor: pointer;
	text-decoration: none;
    font-weight: 300;
}
    .sidebarMenuInner li a:hover{
	color: #FF5308;	
	
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 15px;
    height: 32px;
    width: 32px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FF5308;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
    
    
    /*  NEW DESKTOP MENU END*/

/*  IPHONE MENU*/

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.8);
	overflow-y: hidden;
	transition: 0.5s;
	
}

.overlay-content {
  position: relative;
  top: 3%;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  
}

.overlay a {
	padding-top: 38px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	color: #ffffff!important;
	font-weight: 300!important;
    font-size: 4vw!important;
	line-height: 5vw!important;
}

.overlay a:hover, .overlay a:focus {
  color: #ff5308!important;
}

.overlay .closebtn {
	position: absolute;
	top: -2px;
	right: 40px;
	font-size: 10vw!important;
}


    
    /*  IPHONE MENU*/      


/* TEMPLATE END*/

/* MIDDLE*/
    
 .middle_wrapper {
	width: 100%;
}
.section_links {
	z-index: 2;
	padding-bottom: 54%;
	width: 100%;
	position: relative;
	    }
.mid_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;     
}
.mid_link {
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 54%;
    position: relative;
    }
    
.identity {    
    background-image: url(images/rhodes_logo_zincc.com.jpg);
    }
.web {    
    background-image: url(images/rhodes_website_responsive_zincc.com.jpg);
    }
.branding {    
    background-image: url(images/paul_rhodes_fabric_zincc.com.jpg);
    }
.product {
    background-image: url(images/rhodes_priceholder_zincc.com.jpg);
    }
.fab {    
    background-image: url(images/paul_rhodes_bakery_pretzel_tree.jpg);
    }
.sign {
    background-image: url(images/paul_rhodes_sign_zincc.com.jpg);
    }
.interiors {
    background-image: url(images/stellarise_interior_zincc.com.jpg);
    }
.client {
    background-color: #42263b;
    }
.contact {
    background-color: #42263b;
    }
        
.link_text {
    background-color: rgba(0, 0, 0, 0.5);;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100vw;
    z-index: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;    
}        
.link_text:hover{        
        opacity: 0;
        transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;    
}
.pad{
    padding-left: 20px;
    padding-top: 20px;
    }
    
    /* MIDDLE END*/
    
    /* SECTOR*/
    
   
.sector_title{
	width: 90%;
	margin-left: 5%;
	padding-top: 00px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DFDFDF;
    }
.sector_title_text{
    width: 90%;
    margin-left:0px;
    font-size: 10vw;
    }
.sector_para_text{
    width: 90%;
    margin-top: 15px;
    margin-left: 0px;
    font-size: 4vw;
    line-height:5vw;
    }
    
.sector_thumb_container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    flex-wrap: wrap
}
.sector_thumb{
  width: 100%; 
}
.thumb_image{
	width: 100%;
	object-fit: cover;    
}
    
.thumb_image img{
    display: block;
    transition: transform .75s ease;
}
    
     .thumb_image img:hover {
    transform: scale(1.05);
}
.thumb_text{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
    /* SECTOR END*/
    
    /*  PORTFOLIO  */  
    
   
    .folio_image_container {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: top;
    margin-top: 00px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
            }
    
     .folio_image_wrapper {
    flex-basis: 100%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
         
    
            }
    
     .folio_image {
    overflow: hidden; 
         padding-bottom: 20px;
         
    
    
}
    .folio_image img {
    transition: transform .75s ease;
    display: block;    
    
}
    
    .folio_image img:hover {
    transform: scale(1.05);
    
   
}
 
     .folio_image_text {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
        
}
    
    
    
        
        
    /*  PORTFOLIO END */ 

  }  
    

/* ipad PORTRAIT layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Media Query for Tablets PORTRAIT */
@media only screen and (min-width : 481px) and (max-width : 768px){
    
    /* FONTS */
    
    body{
	    
}
    .grid_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
   
   
    
}
    
    .gotham {
    font-family: 'Gotham A', 'Gotham B';
    
}
    
    ._300 {
    
    font-weight: 300;    
}
   ._12 {	
	font-size: 12px;
}   
    ._15 {	
	font-size: 15px;
 }       
        
    ._18 {	
	font-size: 18px;
}
    
    ._24 {
    font-size: 18px;
}
    ._64 {
    font-size: 42px;
}
    
     .white {	
	color: #FFFFFF !important;
}
    .black {
    color: #000000;
}
    .grey {	
	color: #A8A8A8;
}
    .orange {	
	color: #ff5308;
    
}
/* FONTS END */
    
/* TEMPLATE */
.container {
    width: 100vw;
    
	}
.internal_header{
	width: 50%;
	
        } 

.top_wrapper {
    width: 100vw;	
	}
.top_banner {
    padding-bottom: 53.5%;
    z-index: -100;
    overflow: hidden;
    position: relative;
    top: 00px;
    left: 0px;
    height: auto;
    }  
.right_slider_menu {
	position: fixed;
	width: 270px;
	right: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	display: none;    
    }
.top_logo {
	width: 140px;
	height: 70px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(images/zincc_logo.png);
	background-size: 90px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 20px 29%;
	
}
    .top_pos_logo {
	width: 140px;
	height: 80px;
	margin-left: 10%;
	background-image: url(images/zincc_pos_logo.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 00px 29%;
	display: block;    
}
.iphone_menu {
	width: 50%;
	text-align: right;
	height: 70px;
	z-index: 999;
	margin-left: auto;
	margin-right: 0%;
	position: fixed;
	right: 10%;
    top: 30px;
    font-size: 7vw;
}

/*  NEW DESKTOP MENU*/
    
  
    



.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 00px;
    padding-top:60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background-color: rgb(0 0 0 / 0.5);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    
}
.sidebarMenuInner li{
    list-style: none;   
    padding-left: 30px;
    padding-top: 40px;
    cursor: pointer;
    
}
.sidebarMenuInner li span{
    display: block;    
    color: rgba(255, 255, 255, 0.70);
}
.sidebarMenuInner li a{
	color: #ffffff;	
	cursor: pointer;
	text-decoration: none;
    font-weight: 300;
}
    .sidebarMenuInner li a:hover{
	color: #FF5308;	
	
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 15px;
    height: 32px;
    width: 32px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FF5308;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
    
    
    /*  NEW DESKTOP MENU END*/

/*  IPHONE MENU*/

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.6);
	overflow-y: hidden;
	transition: 0.5s;
	
}

.overlay-content {
  position: relative;
  top: 3%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  
}

.overlay a {
	padding-top: 5px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	color: #ffffff!important;
	font-weight: 300!important;
    font-size: 14px;
}

.overlay a:hover, .overlay a:focus {
  color: #ff5308!important;
}

.overlay .closebtn {
	position: absolute;
	top: 8px;
	right: 23px;
	font-size: 35px;
}


    
    /*  IPHONE MENU*/   


/* TEMPLATE END*/

/* MIDDLE*/
    
.mid_wrapper {
 
}
    
.middle_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 100;
}    
.section_links {    
    z-index: 2;
    padding-bottom: 54%;
    width: 50%;
    position: relative;
    }
.mid_container {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;     
}
.mid_link {
    width: 50vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 54%;
    position: relative;
    }
    
.identity {    
    background-image: url(images/rhodes_logo_zincc.com.jpg);
    }
.web {    
    background-image: url(images/rhodes_website_responsive_zincc.com.jpg);
    }
.branding {    
    background-image: url(images/paul_rhodes_fabric_zincc.com.jpg);
    }
.product {
    background-image: url(images/rhodes_priceholder_zincc.com.jpg);
    }
.fab {    
    background-image: url(images/paul_rhodes_bakery_pretzel_tree.jpg);
    }
.sign {
    background-image: url(images/paul_rhodes_sign_zincc.com.jpg);
    }
.interiors {
    background-image: url(images/stellarise_interior_zincc.com.jpg);
    }
.client {
    background-color: #42263b;
    }
.contact {
    background-color: #42263b;
    }
        
.link_text {
    background-color: rgba(0, 0, 0, 0.5);;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100vw;
    z-index: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;    
}        
.link_text:hover{        
        opacity: 0;
        transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;    
}
.pad{
    padding-left: 20px;
    padding-top: 20px;
    }
    
    /* MIDDLE END*/
    
    /* SECTOR*/
    
.internal_header{
    width: 100%;
        }    
.sector_title{
    width: 80%;
    margin-left: 10%;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    }
.sector_title_text{
    width: 80%;
    margin-left: -2.3%;
    }
.sector_para_text{
    width: 100%;
    margin-top: 15px;
    }
    
.sector_thumb_container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    flex-wrap: wrap
}
.sector_thumb{
  width: 48%; 
}
.thumb_image{
	width: 100%;
	object-fit: cover;    
}
    
.thumb_image img{
    display: block;
    transition: transform .75s ease;
}
    
     .thumb_image img:hover {
    transform: scale(1.05);
}
.thumb_text{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
    /* SECTOR END*/
    
  /*  PORTFOLIO  */  
    
   
    

 
  
    .folio_image_container {
    width: 72%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: top;
    margin-top: 00px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
            }
    
     .folio_image_wrapper {
    flex-basis: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
         
    
            }
    
     .folio_image {
    overflow: hidden; 
         padding:10px;
         
    
    
}
    .folio_image img {
    transition: transform .75s ease;
    display: block;    
    
}
    
    .folio_image img:hover {
    transform: scale(1.05);
    
   
}
 
     .folio_image_text {
    margin-top: 5px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: top;
        
}
    
    
    
        
        
    /*  PORTFOLIO END */ 

    }
    
  
    
        
        
    
    
        
        
    /*  PORTFOLIO END */


    
    /* Media Query for Ipad LANDSCAPE 769 to 1024* iphone 11 landscape /

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

@media only screen and (min-width : 769px) and (max-width : 1024px) {

	

 body{
   
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px!important;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px!important;
    
}
.grid_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    /* [disabled]max-width: 1200px; */
    
   
    
}
/* FONTS */
    
    .gotham {
    font-family: 'Gotham A', 'Gotham B';
    
}
    
    ._300 {
    
    font-weight: 300;    
}
   ._12 {	
	font-size: 1.2vw;
}   
    ._15 {	
	font-size: 15px;
}
    
    ._24 {	
	font-size: 2vw;
}
    ._64 {	
	font-size: 7vw;
}
    
     .white {	
	color: #FFFFFF;
}
    .black {
    color: #000000;
    }
    .grey {
	color: #9A9A9A;
}
    .orange {
	color: #ff5308;
	width: auto;    
}
/* FONTS END */
    
/* TEMPLATE */
.container {
    width: 100vw;
    
	}
    
 .internal_header{
	width: 50%;
	
        } 
.top_wrapper {
    width: 100vw;	
	}
.top_banner {
    padding-bottom: 53.5%;
    z-index: -100;
    overflow: hidden;
    position: relative;
    top: 00px;
    left: 0px;
    height: auto;
    }  
.right_slider_menu {
    position: fixed;
    width: 270px;
    right: 0px;
    top: 0px;
    z-index: 2;
    height:100%;;
    display:none;
    
    }
.top_logo {
	width: 140px;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(images/zincc_logo.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 20px 29%;
	
}
     .top_pos_logo {
	width: 140px;
	height: 80px;
	margin-left: 10%;
	background-image: url(images/zincc_pos_logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 00px 29%;
	display: block;    
}
 .iphone_menu {
	width: 50%;
	text-align: right;
	height: 70px;
	z-index: 999;
	margin-left: auto;
	margin-right: 0%;
	position: fixed;
	right: 10%;
	top: 25px;
     font-size: 6vw;
}
    /*  NEW DESKTOP MENU*/
  
    




.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 00px;
    padding-top:60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background-color: rgb(0 0 0 / 0.5);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    
}
.sidebarMenuInner li{
    list-style: none;   
    padding-left: 30px;
    padding-top: 40px;
    cursor: pointer;
    
}
.sidebarMenuInner li span{
    display: block;    
    color: rgba(255, 255, 255, 0.70);
}
.sidebarMenuInner li a{
	color: #ffffff;	
	cursor: pointer;
	text-decoration: none;
    font-weight: 300;
}
    .sidebarMenuInner li a:hover{
	color: #FF5308;	
	
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 15px;
    height: 32px;
    width: 32px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FF5308;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
    
  
    
    /*  NEW DESKTOP MENU END*/
    
    /*  IPHONE MENU*/

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.8);
	overflow-y: hidden;
	transition: 0.5s;
	
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  
}

.overlay a {
	padding-top: 5px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	color: #ffffff!important;
	font-weight: 300!important;
    font-size: 2vw!important;
	line-height: 3vw!important;
}


.overlay a:hover, .overlay a:focus {
  color: #ff5308!important;
}

.overlay .closebtn {
	position: absolute;
	top: 25px;
	right: 48px;
	font-size: 3vw!important;
}


    
    /*  IPHONE MENU*/    

 
/* TEMPLATE END*/

/* MIDDLE*/
    
.mid_wrapper {
 
}
   
.section_links {    
    z-index: 2;
    padding-bottom: 17.85%;
    width: 33.33%;
    position: relative;
    }
.mid_container {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;     
}
.mid_link {
    width: 33.3333vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 54%;
    position: relative;
    }
    
.identity {    
    background-image: url(images/rhodes_logo_zincc.com.jpg);
    }
.web {    
    background-image: url(images/rhodes_website_responsive_zincc.com.jpg);
    }
.branding {    
    background-image: url(images/paul_rhodes_fabric_zincc.com.jpg);
    }
.product {
    background-image: url(images/rhodes_priceholder_zincc.com.jpg);
    }
.fab {    
    background-image: url(images/paul_rhodes_bakery_pretzel_tree.jpg);
    }
.sign {
    background-image: url(images/paul_rhodes_sign_zincc.com.jpg);
    }
.interiors {
    background-image: url(images/stellarise_interior_zincc.com.jpg);
    }
.client {
    background-color: #42263b;
    }
.contact {
    background-color: #42263b;
    }
        
.link_text {
    background-color: rgba(0, 0, 0, 0.5);;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50vw;
    z-index: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;    
}        
.link_text:hover{        
        opacity: 0;
        transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;    
}
.pad{
    padding-left: 20px;
    padding-top: 20px;
    }
    
    /* MIDDLE END*/
    
    /* SECTOR*/
    
.internal_header{
	/* [disabled]width: 5%; */
        }    
.sector_title{
    width: 80%;
    margin-left: 10%;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    }
.sector_title_text{
	width: 80%;
	margin-left: -20px;
    }
.sector_para_text{
    width: 75%;
    margin-top: 15px;    
    }
    
.sector_thumb_container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    flex-wrap: wrap
}
.sector_thumb{
  width: 30%; 
}
.thumb_image{
	width: 100%;
	object-fit: cover;    
}
    
.thumb_image img{
    display: block;
    transition: transform .75s ease;
}
    
     .thumb_image img:hover {
    transform: scale(1.05);
}
.thumb_text{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
    /* SECTOR END*/
    
    /*  PORTFOLIO  */  

  /*  PORTFOLIO  */  
    
    
    .folio_image_container {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: top;
    margin-top: 00px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
            }
    
     .folio_image_wrapper {
    flex-basis: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
         
    
            }
    
     .folio_image {
    overflow: hidden;
         padding:12px;
         
    
    
}
    .folio_image img {
    transition: transform .75s ease;
    display: block;    
    
}
    
    .folio_image img:hover {
    transform: scale(1.05);
    
   
}
 
     .folio_image_text {
    margin-top: 5px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
        
}
    
  }
    
        
        
    /*  PORTFOLIO END */ 



/* Desktop Layout: 1025 and above */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

@media only screen and (min-width: 1025px) {
	
body{
    
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px!important;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px!important;
    
}
.grid_container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    /* [disabled]max-width: 1200px; */
    min-width: 1026px;
   
    
}
    
    /* FONTS */
    
    .gotham {
    font-family: 'Gotham A', 'Gotham B';
    
}
    
    ._300 {
    
    font-weight: 300;    
}
   ._12 {	
	font-size: 12px;
}   
    ._15 {	
	font-size: 15px;
}
    
    ._24 {	
	font-size: 24px;
}
    ._64 {	
	font-size: 64px;
}
    
     .white {	
	color: #FFFFFF;
}
    .black {
    color: #000000;
    }
    .grey {	
	color: #A8A8A8;
}
    .orange {	
	color: #ff5308;
    
}
/* FONTS END */


/* TEMPLATE */
.container {
    width: 100vw;
   
	}
    
    .internal_header{
	width: 100%;
    } 
.top_wrapper {
    width: 100vw;	
	}
.top_banner {
	padding-bottom: 53.5%;
	z-index: -100;
	overflow: hidden;
	position: relative;
	top: 00px;
	left: 0px;
	
    }   
.right_slider_menu {
	position: fixed;
	width: 50px;
	top: 0px;
	z-index: 2;
	right: 30px!important;
	height: 30px;
	display: inline-block;
    }
    
    
.top_logo {
	width: 140px;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	background-image: url(images/zincc_logo.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 20px 29%;
	
}
     .top_pos_logo {
	width: 140px;
	height: 80px;
	margin-left: 5%;
    margin-top: 0.5%;
	background-image: url(images/zincc_pos_logo.png);
	background-size: 140px auto;
	background-repeat: no-repeat;
	z-index: 10;
	background-position: 00px 29%;
	display: block;    
}
    
    .iphone_menu {
	display:none;
	
}

/* TEMPLATE END*/
    


/* MIDDLE*/
    
.mid_wrapper {
 
}
   
.section_links {    
    z-index: 2;
    padding-bottom: 17.85%;
    width: 33.33%;
    position: relative;
    }
.mid_container {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;     
}
.mid_link {
    width: 33.3333vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 54%;
    position: relative;
    }
    
.identity {    
    background-image: url(images/rhodes_logo_zincc.com.jpg);
    }
.web {    
    background-image: url(images/rhodes_website_responsive_zincc.com.jpg);
    }
.branding {    
    background-image: url(images/paul_rhodes_fabric_zincc.com.jpg);
    }
.product {
    background-image: url(images/rhodes_priceholder_zincc.com.jpg);
    }
.fab {    
    background-image: url(images/paul_rhodes_bakery_pretzel_tree.jpg);
    }
.sign {
    background-image: url(images/paul_rhodes_sign_zincc.com.jpg);
    }
.interiors {
    background-image: url(images/stellarise_interior_zincc.com.jpg);
    }
.client {
    background-color: #42263b;
    }
.contact {
    background-color: #42263b;
    }
        
.link_text {
    background-color: rgba(0, 0, 0, 0.5);;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 33.3333vw;
    z-index: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;    
}        
.link_text:hover{        
        opacity: 0;
        transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;    
}
.pad{
    padding-left: 20px;
    padding-top: 20px;
    }
    
    /* MIDDLE END*/
    
    /* SECTOR*/
    
.internal_header{
	width: 100%;
	height: 0px;
        }    
.sector_title{
    width: 90%;
    margin-left: 5%;
    padding-top: 100px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    }
.sector_title_text{
	width: 90%;
	margin-left: -20px;
    }
.sector_para_text{
    width: 75%;
    margin-top: 15px;    
    }
    
.sector_thumb_container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    flex-wrap: wrap
}
.sector_thumb{
  width: 30%; 
}
.thumb_image{
	width: 100%;
	object-fit: cover;
    position: relative;
}
    
.thumb_image img{
    display: block;
    transition: transform .75s ease;
}
    
     .thumb_image img:hover {
    transform: scale(1.05);
}
.thumb_text{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
    /* SECTOR END*/
    
  
    
    /*  GALLERY  */

.gallery {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 00%;
    z-index: 35;
    position: relative;
    }
    .gallery_image {
    flex-basis: 29%;
    margin-bottom: -4px;
  
  
}
    
     .gallery_image img{
      border-radius:0px;
  
}
    
	
/*  GALLERY END */

/*  PORTFOLIO  */  
    
    .top_folio_image {
	width: 100%;
	padding-bottom: 56%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 00px;
        
}
 
    .folio_desc_container {
    width: 60%;
    padding-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    display: flex;
    vertical-align: top;
        min-width:750px;
}
    .folio_desc_no {
    height: 152px;
    width: 33%;
    margin-left: 0%;
    padding-right: 1%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    
    
}    
    .folio_desc_no img{
    height: 100%;
}
    .folio_desc_heading {
    width: 28%;
    height: auto;
    margin-left: 0%;
    margin-top: -6px;
    padding-right: 3%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
    
    .folio_desc_sub_heading {
    width: auto;
    margin-left: 2%;
    margin-top: -6px;
    padding-left: 1%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
   
    
}
    
     .vert_rule {
    border-left: thin solid #C3BDB0;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 00px;
    vertical-align: top;    
}
    
    .horoz_rule {
    border-top: thin solid #C3BDB0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    vertical-align: top;    
}
    
     .para_heading {
      text-align: left;  
}
    .folio_desc_copy {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    display: block;
    vertical-align: top;
    columns: 3;
    column-gap: 30px;
    border-bottom: thin solid #C3BDB0;
    padding-bottom: 40px;
    min-width: 750px;
    
}
    .folio_image_container {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    vertical-align: top;
    margin-top: 00px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    min-width: 750px!important;
     
}
    
     .folio_image_wrapper {
    flex-basis: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
         
    
}
    
     .folio_image {
	overflow: hidden;
	padding: 25px;
	
}
    .folio_image img {
    transition: transform .75s ease;
    display: block;    
    
}
    
    .folio_image img:hover {
    transform: scale(1.05);
    
   
}
    .folio_image_arrow {
    margin-top: 8px;
    margin-right: 5px;
    width: 12px;
    height:12px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 12px 12px;
    background-position: 50% 50%;
    vertical-align: top;
}
     .folio_image_text {
    margin-top: 5px;
    margin-left:25px;
    display: inline-block;
    vertical-align: top;
        
}
    
    .image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; 
   
     
}
    
    
    
        
        
    /*  PORTFOLIO END */ 
    
    /*  NEW MENU*/
    



.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 00px;
    padding-top:60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background-color: rgb(0 0 0 / 0.5);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    
}
.sidebarMenuInner li{
    list-style: none;   
    padding-left: 30px;
    padding-top: 40px;
    cursor: pointer;
    
}
.sidebarMenuInner li span{
    display: block;    
    color: rgba(255, 255, 255, 0.70);
}
.sidebarMenuInner li a{
	color: #ffffff;	
	cursor: pointer;
	text-decoration: none;
    font-weight: 300;
}
    .sidebarMenuInner li a:hover{
	color: #FF5308;	
	
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 15px;
    height: 32px;
    width: 32px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FF5308;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 7px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
    
    /*  NEW MENU*/
    

}
