p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color:#524a49;
	text-align: center;	
}

h1 {
	font-family: 'Oswald', sans-serif;
	margin: 10px 20px 10px 5px;
	color:#5b740f;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:700;
  text-transform:none;
}
h4 {
	font-family: 'Oswald', sans-serif;
	color: #434343;
	font-size:1.1em;
	font-weight:600;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:1.2em;
}
.foooterContainer {
    margin: 0 5px 5px 5px;    
  }
.footerLeft {
     float: left;
     width: 56%;
}
.footerRight {
     float: right;
     width: 44%;
} 
.footerContact {
     float: left;
     width: 60%;
}
.footerLogo {
     float: right;
     width: 40%;
} 

.logo {
    width:100%;
	margin: 10px 5px 5px 10px;
}

.logoFooter {
    width:60%;
	margin: 10px 5px 5px 10px;
}
.saleContainer {
    display: flex;
    list-style: none;
    width:98vw;
    height:400px;
    font-family: arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    overflow: hidden;
    margin: auto;
	margin-bottom:10px;
    background: none;
}
.saleItem {
    float:left;
	display:inline-block;
	width: 50%;
    height: 100%;
    font-size: 1em;
    font-family: arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    margin-left: 0;
	margin-bottom:1%;
	margin-right: 5px;
    background: #DCDCDC;
}

.picture1 {
        float:left;
		border: none !important;
        height:auto;
        width:auto;
        max-width:47%;
		margin: 0 5px -10px 10px;
}		
.picture2 {
        float:right;
		border: none !important;        
		height:auto;
        width:auto;
		max-width:47%;
        margin: 0 5px -10px 10px;
}		
.itemPrice {		        
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;        
    text-align: center;
    margin:1%;
	border: 1px solid #228B22;
    color:#FFFFFF;
	border-bottom: 1px solid #228B22;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;    
    font-family: arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;    
    padding: 0;
    background:#006600;	
}
.itemName  {       
		position:relative;
		padding:0;
		color: #000;
        font-family: 'Oswald', sans-serif;
        vertical-align: bottom;
		line-height:1.6rem;
		font-size: 1.4rem;        
		font-weight: bold;
		text-align:center;		
		margin:1%;
}

@media screen and (max-width: 420px) and (orientation: portrait) { 
	.saleContainer { height:100px;}
    .picture2 { display:none; }   
    .picture1 { transform: translate(45%, 0%); width:100%; }		
    .itemName  { line-height:1em;	font-size: 0.8em; }	.itemPrice  { line-height:1em;	font-size: 0.8em; }	
    .logoFooter { vertical-align: bottom;width:80%;}
   h1 {font-size:1.0em;line-height:1.2em;}
   h4 {margin-top:-20px;font-size: 1em;}   
} 
@media screen and (min-width: 420px) and (max-width: 768px) and (orientation: portrait) { 
	.saleContainer { height:160px;}
    .picture2 { display:none; }   
    .picture1 { transform: translate(45%, 0%); width:100%; }		
    .itemName  { line-height:1em;	font-size: 0.8em; }
    .logoFooter { vertical-align: bottom;width:40%;}
   .footerContact {float: left;width: 45%;margin-left:15%;}
   h1 {font-size:1.0em;line-height:1.2em;}
   h4 {margin-top:-20px;font-size: 1em;}   
} 
@media screen and (max-width: 768px) and (orientation: landscape) { 
	.saleContainer { height:150px;}
    .picture2 { display:none; }   
    .picture1 { transform: translate(45%, 0%); width:100%; }		
    .itemName  { line-height:1.1rem;	font-size: 1rem; }
	h4 {margin-left:20%}   
} 
@media screen and (min-width: 769px) and (max-width: 1025px) { 
  .saleContainer {height:200px;}
  .picture1 {margin-right: 0;width:62%;}		
  .picture2 {width:62%; margin-right: 5px;}
  .itemName  { line-height:1.2em;font-size: 1em; }  
  .footerContact {float: left;width: 45%;margin-left:15%;}
  .logoFooter { vertical-align: bottom;width:45%;}  
} 
@media screen and (min-width: 1025px) and (max-width: 1600px) { 
  .saleContainer {height:40%;width:98vw;}  
  .footerContainer{ width:48%;display: inline-block;}
  .footerLeft {float: left; width: 40%; }
  .footerRight {float: left; width: 40%; } 
  .footerContact {float: right;width: 50%;}
  .footerLogo {float: right;width: 50%;} 
  .logoFooter { width:50%;}
} 

@media screen and (min-width: 1601px){ 
  .saleContainer {height:32%;width:98vw;}
  .footerContainer{ width:48%;display: inline-block;}
  .footerLeft {float: left; width: 40%; }
  .footerRight {float: left; width: 40%; } 
  .footerContact {float: right;width: 50%;}
  .footerLogo {float: right;width: 50%;} 
  .logoFooter { width:40%;}
}