/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }  


}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }  
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 10px;
  }
}



@media only screen and (max-width: 1199px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
}


/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
	.container{
	    max-width: 800px;
	}

#home h1,
#home h2
  {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
	text-align:center;
    text-transform: uppercase;
  }
#home h2
  {
    padding: 10px 0 10px 0;
  }

#home p
  {
    letter-spacing: 1px;
  }
.navbar-default .navbar-brand
  {
    color: #66AF33;
    height: 60px;
    line-height: 40px;
    padding: 0;
    width: 170px;
	border : 0;
	background : url(../images/logo-essedi-small.svg) 0 0 no-repeat transparent;
	display : block;
	cursor : pointer;	
		
  }
	
}

/*Small Desktop and Very Small Notebook */
@media (max-width: 980px) {

	.container{
	    max-width: 800px;
	}
	.add-top-half{
		padding-top: 25px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}

	.text-left, .text-right, p, h1, h2, h3, h4, h5, #sendmessage{
		text-align: center;
	}	
		
}

/*Medium Tablets */
@media (max-width: 800px) {
	  .container{
	    max-width: 668px;
	}
	.add-top-half{
		padding-top: 25px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}

}

/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media only screen and (max-width: 768px) {
	 .container{
	    max-width: 668px;
	}
	
	.add-top-half{
		padding-top: 25px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
#product .items {

 min-height:0!important;

}
  .navbar-header {
    padding-left: 15px;
  }
  h1 { font-size: 26px; }
  h2 { font-size: 18px; }
  #home .btn { 
    margin-top: 10px; 
    width: 180px;
    height: 40px;
    padding-top: 8px;
  }
  #about { padding-top: 65px; }
  
.navbar-default .navbar-nav li a
  {
    height: 15px;
    line-height: 15px;
	display: inline-block;
  }
}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
	.container{
	    max-width: 540px;
	    padding-left:50px;
	    padding-right:50px;
	}
	
	.add-top-half{
		padding-top: 25px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	  h1 { font-size: 20px; }
  h2 { font-size: 14px; }
  #home .btn {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px; 
  }
} 

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
	.container{
	    max-width: 540px;
	    padding-left:50px;
	    padding-right:50px;
	}
	.add-top-half{
		padding-top: 25px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}

} 

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
	.container{
	    max-width: 420px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.add-top-half{
		padding-top: 15px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
	.container{
	    max-width: 320px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.add-top-half{
		padding-top: 15px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
	.container{
	    max-width: 280px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.add-top-half{
		padding-top: 15px;
	}
	.add-bottom-half{
		padding-bottom: 25px;
	}
	.pad-top{
		padding-top: 50px;
	}
	.pad-bottom{
		padding-bottom: 50px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	
}