@charset "utf-8";
/* CSS Document */
#menulist {
	background: #FFF;
	padding: 15px;
	display: block;
	overflow: hidden;
}
.menuleft {
	width: 70%;
	float: left;
}
.menuleft h1 {
	font-size: 14px;
	color: #000;
	text-align:left;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.menuleft span {
	float: right;
	font-size: 14px;
	font-weight: bold;	
}
.menuleft p {
	clear: both;	
}
.menuleft img {
	min-width: 100%	
}

.menuright {
	width: 23%;
	float: right;
	background: #603f65;
	padding: 20px;
}
.menuright h2{
	color:#FFF !important;
	font-size: 26px;
	text-align:left;
	border-bottom: 1px dashed;
}
.menuright ul {
	list-style: none;
}
.menuright li {
	color:#FFF;
	text-align:left;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px dashed;	
}
.menuright li a {
	color:#FFF;	
}
.menuright li a:hover {
	color:#CCC;	
}
#lamb{
	display: block;
	overflow: hidden;
}
.lambleft{
	width: 50%;
	float: left;
}
.lambleft h1 {
	text-align: left;
	color:#000;	
}
.lambleft h2 {
	text-align: left;
	text-transform: uppercase;	
	font-size: 15px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.lambleft span {
	float: right;
	font-size: 14px;
	text-align: left;
}
.lambleft p {
	margin:0;
	padding:0;	
}
.lambright {
	float: right;	
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(../images/top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.9;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
   .cd-top {
    right: 20px;
    bottom: 20px;
  }
  
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width :780px) and (max-width :1024px)	
{
  .menupage {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
	}
  .menupage img {
	max-width: 100%;
	}
  .menuleft {
	width: 65%;
	float: left;  
  }
  .menuright{

  }
  .lambleft{
	width: 100%;
	float: none;  
  }
  .lambright{
  	width: 100%;
	float: none;
  }
}
@media only screen and (max-width : 780px)
{
  .menuleft {
	width: 100%;
	float: none;  
  }
  .menuright{
	display: none;  
  }
  .lambleft{
	width: 100%;
	float: none;  
  }
  .lambright{
  	width: 100%;
	float: none;
  }
  .menupage {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
	}
  .menupage img {
	max-width: 100%;
	}
}
