/* CSS Document */
html {
  font-size: 10pt;
}
body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  color: #9b9b9b;
  background-color: #ededef;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
}
button {
  cursor: pointer;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1170px;
  height: 100%;
}
.siteHeader {
  background: #ededef;
  color: #9b9b9b;
  height: 100px;
}
.siteHeader .logo {
  display: inline-block;
  margin-right: 30px;
}
.siteHeader .menu {
  display: inline-block;
  vertical-align: middle;
}
.siteHeader .menu a {
  text-align: center;
  display: inline-block;
  margin: 15px 5px;	
  vertical-align: top;
  font-size: 8.25pt;
}
.siteHeader .menu a img {
  display: block;
  max-width: 100%;
  margin: 0 auto 5px;
}
.siteHeader .menu a:hover {
  color: #56c5d0;	
}
.siteHeader .pageTitle {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 25pt;  
  line-height: 25pt;
  vertical-align: middle;
  margin-left: 30px;
}
.siteHeader .social {
  float: right;
  display: inline-block;
  margin-top: 35px;  
}
.siteContent {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 100px;
  bottom: 30px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.siteContent .wrapper {
  height: 100%;
}
.siteContent .wrapper .container {
  float: left;
  height: 100%;
  color: #000;
  overflow-y: scroll;
  margin-left: 530px;
  width: 560px;
}
.siteContent .wrapper .container .content {
  float: left;
  width: 100%;
  color: #000;
  padding: 10px 32px;
  box-sizing: border-box; 
  background-repeat: repeat-y;
  background-image: url(../images/menu_bg.png);    
}
.siteContent .wrapper .content h2 {
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: 900;	
  color: #56c5d0;
  clear: both;  
}
.siteContent .wrapper .content p {
  display: block;
}
.siteContent .wrapper .content .name {
  font-size: 13pt;
  font-weight: 700;
  width: 70%;
  float: left;
  margin-bottom: 20px;  
}
.siteContent .wrapper .content .price {
  font-size: 13pt;
  width: 20%;
  float: right;
  text-align: right;
  font-weight: 700;  
}
.siteFooter {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
}
.siteFooter .wrapper .copyright {
  display: inline-block;
  float: left;
  margin-top: 8px;  
}
.siteFooter .wrapper .createdBy {
  display: inline-block;
  float: right;
  margin-top: 8px;  
}
@media(max-width: 1180px) {
  .siteContent .wrapper .container {	
	width: 450px;
  }
}
@media(max-width: 600px) {
  .wrapper {
    max-width: 100%;
  }  
  .siteContent .wrapper .container {
	margin-left: 0;	
	width: 100%;
  }
  .siteFooter .wrapper{
	margin-left: 5px;
	margin-right: 5px; 
    font-size: 7pt;
  }
  .siteHeader .logo img {
	max-width: 100px;  
  }
  .siteHeader .menu a img {
	width: 25px;  
  }
  .siteHeader .pageTitle {
	display: none;  
  }
}
