@media only screen and (max-width: 991px) { 
.navbarbottom {visibility: hidden;clear: both;display: none;}	
.footSh {margin-top:30px; margin-bottom: 0px; padding: 10px 0 10px 0;}			
.menu-site{display: none; }	
.menu-mobile{display: block; }	
}	
	

		
@media only screen and (min-width: 992px) { 	
.menu-site{display: block; }
.menu-mobile{ display: none; }			
}				
		
@media only screen and (min-width: 992px) { 

.footSh {margin-top:30px; margin-bottom: 56px; padding: 10px 0 10px 0;}			
	
}			
		
@media only screen and (max-width: 991px) { 

.footSh {margin-top:30px; margin-bottom: 0px; padding: 10px 0 10px 0;}			
	
}				




.btn-submenu {visibility: hidden;}	
@media only screen and (max-width: 1990px) { 
.PotteauFooter{ margin-bottom: 56px;}
.btn-submenu {display: none;}
/*.footSh {margin-top:30px; margin-bottom: 56px; padding: 10px 0 10px 0;}		*/
}

	
@media only screen and (max-width: 480px) { 
/*.navbarbottom {visibility: hidden;clear: both;display: none;}	*/
.PotteauFooter{ margin-bottom: 0px; }	
.btn-submenu {display:block !important;}
}		

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.btn-submenu {display:block !important; visibility: visible;}
	  
 
	  
}		
		
@media screen and (min-width: 200px) and (max-width: 1200px) {
.btn-submenu {display:block !important; visibility: visible;    clear:both;
  }
}		
	
		
		/*
.navbarbottom {
  overflow: hidden;
  background-color: #151c2a;
  position: fixed;
  bottom: 0;
  width: 100%;
	z-index: 90;
}

.navbarbottom a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 8px;
  text-decoration: none;
  font-size: 13px;
}	
	*/
		
.top {

    padding: 0;
}


/*  
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/


	
.flat-row {
clear: both;
display: block;
position: relative;
/*padding: 68px 0 59px 0px;*/
padding: 0px 0 0px 0px;
}
	
.respo {
    width: 100%;
    height: auto;
}

	
@media only screen and (min-width: 415px) { 

	
.respo {width: 100%;height: auto;}	 
	
}		
	
	
	
@media only screen and (max-width: 414px) { 

.respo {width: 100%; height: 385px;}	 
	
}	
		
	
	
.tes {
  position: relative;
}	
	
	
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  
  background:-moz-linear-gradient(top,  rgba(0,164,217,0) 0%, rgba(0,164,217,1) 150%);background:-webkit-linear-gradient(top,  rgba(0,164,217,0) 0%,rgba(0,164,217,1) 100%);background:linear-gradient(to bottom,  rgba(0,164,217,0) 0%,rgba(0,164,217,1) 150%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0023408f', endColorstr='#23408f',GradientType=0 )	
	}
	
.tes:hover .overlay {
  height: 100%;
}

.texter {
  white-space: nowrap; 
 /* color: white;*/
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	z-index: 85;
}	
	




		
	
.gallery-title
{
    font-size: 14px;
    /*color: #42B32F;*/
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
   /* border-bottom: 1px solid #5e5e5e;*/
}
.filter-button
{
    font-size: 13px;
   /* border: 1px solid #42B32F;*/
   /* border-radius: 5px;*/
    text-align: center;
    color: #20a0d8;
    margin-bottom: 15px;

}
.filter-button:hover
{
    font-size: 13px;
   /* border: 1px solid #42B32F;
    border-radius: 5px;*/
    text-align: center;
    color: #ffffff;
  background-color: #00a3d9;

}
.btn-default:active .filter-button:active
{
    background-color: #00a3d9;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    /*margin-bottom: 30px;*/
}
	



.tes .overbox {
 /* background-color: #304562;*/
  position: absolute;
  
  left: 20px;
  color: #fff;
  z-index: 100;
	width: 90%;
 /* -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;*/
  opacity: 1;
	bottom:30px;
}

.tes:hover .overbox { opacity: 1; }

.tes .overtext {
 /* -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;*/
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.tes .title {
  font-size: 1.5em;
  text-transform: uppercase;
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
}

.tes:hover .title,
.tes:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.tes .tagline {
  font-size: 1.2em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.tes:hover .tagline,
.tes:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}






.loading-overlay {
    display: none!important;
}