	/* This is a Trade and Value, Corp. design */

/* Please refrain from copying this style sheet */

/*
mobile small	360px
mobile large	620px
small tablet	740px
large tablet	850px
small desktop	955px
medium desktop	1100px
large desktop	1240px
*/


@media(max-width: 1239px){
  .top-contact{
  width: 100%;
  padding: 14px;
  }
  .top-banner{
  width: 100%;
  }
  .top-banner h6{
    padding: 4px 10px;
  }
  
}

@media(max-width: 1199px){
  .top-banner{
  position: relative;
  width: 100%;
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;  
  }
  
  .logo{
  width: 100%;
  padding: 44px 0px 20px 0px;
  align-items: flex-start;
  }
  
  .top-banner-right{
  width: 100%;
  margin-bottom: 20px;
  }
  .top-red-links{
  width: 100%;
  align-self: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  }
  
  
.top-phone{
position: absolute;
right: 0;
bottom: -60px;
max-width: 406px;
height: 60px;
padding: 0px 20px;
display: flex;
align-items: center;
background-color: #de3a30;
color: #ffffff;
font-family: 'Roboto', Arial;
font-size: 1.5em;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
z-index: 400;
}
  
  
  

  
  
  .main-nav-holder{
  display: table;
  margin: 0px auto;
  }
  .main-nav-holder nav{
  width: 100%;
  }

  .main-content-inner{
  width: 100%;
  }
  .mainContent{
  padding: 0px 0px;
  }
  .footer{
  width: 100%;
  padding: 0px 10px;
  }



}

@media(max-width: 1019px){
  .footer{
  justify-content: center;
  align-content: space-around;
  }
  .footer-each{
  margin-bottom: 30px;
  }
}
@media(max-width: 999px){
  .mobile-top-phone{
  position: absolute;
  bottom: 22px;
  right: 10px;
  display: block;
  z-index: 500;
  }
  .mobile-top-phone a:link,
  .mobile-top-phone a:active,
  .mobile-top-phone a:visited,
  .mobile-top-phone a:hover{
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
  }
}




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

html, body, .mainContent-inner{
width: 100%;
height: auto;
font-size: 100%;
float: none;
overflow: visible;
display: block;
}


.show-mobile{
display: block;
visibility: visible;
}
.hide-mobile{
display: none;
visibility:hidden;
}
.show-desktop{
display: none;
visibility:hidden;
}

.mainContent{
padding: 0px;
width: 100%;
margin: 0px auto;
}





.credits-footer{
padding: 14px;
}

}





@media (max-width: 768px){

html, body, .top-banner-holder, .top-banner-left, .top-banner-right, .mainContent-inner{
width: 100%;
height: auto;
font-size: 100%;
float: none;
overflow: visible;
}

 p{
 font-size: 1em;
 line-height: 1em;
 }

.show-mobile{
display: inherit;
visibility: visible;
}
.hide-mobile, .show-desktop{
display: none;
visibility:hidden;
}



  .top-banner h6{
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }


.logo img{
margin: 0px auto;
margin-bottom: 0px;
}


.main-nav-holder{
position: relative;
padding: 0px 6px;
}
.main-nav-holder nav{

}



.mainContent{
padding: 0px;
width: 100%;
min-height: 400px;
margin: 0px auto;
}

.footer-holder-outter{
position: relative;
}

  .footer{
    flex-flow: row wrap-reverse;
  }

  .footer-each ul{
  
  }
  .footer-each ul li{
  display: block;
  padding: 10px 8px;
  margin-bottom: 10px;
  background-color: #107fc7;
  color: #ffffff;
  }
  .footer-each ul li a:link,
  .footer-each ul li a:active,
  .footer-each ul li a:visited,
  .footer-each ul li a:hover{
    color: #ffffff;
  }



}




@media (min-width: 1120px){





}	/* End of Custom CSS  */







