@charset "utf-8";
/* CSS Document */


/* Create two equal columns that floats next to each other */

.column {
	position: relative;
    float: left;
    width: 25%;
   padding: 10px 0;
	margin: 0 0 10px 0;
	
}

/* Clear floats after the columns */


.column img{
	position: relative;
	width: 100%;
	cursor: pointer;
}
.column:hover .button{
	display: inline-block;
}
.column:hover{
	background-color: #EBF1EC;
}
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    float: right;
    cursor: pointer;
	right: 0;
}

.btn:hover {
    background-color: #666;
}
.btn:hover div{
    width: 2000px;
}
.btn.active {
    background-color: #666;
    color: white;
    text-align: right;
	right: 0;
}

td{
	vertical-align: top;
}

.im{
	float: left;
	
	padding: 0 10px;
	width: 100%;


	
}
.im {
	font-family: "Courier new","Arial";
}
.im2{
	padding: 0 10px;
}
.im2 pre{
	display: none;
	float: left;
	width: 35%;
	
	font-family: "Courier new","Arial";
	
	
}
.im2 h4{
	
	font-family: "Courier new","Arial";
}
.im p{
	
	font-size: 22px;
	color: #ED0003;
	
}
.button {

    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
	width: 100%;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    cursor: pointer;
}
.menu1{
	font-size: 12px;
}
/*
.products > div {
 background-color: #f1f1f1;
  width: 150px;
  margin: 15px;
  text-align: center;
  line-height: 20px;
  
}
#product .menu{
	margin: 0 100px;
}
*/
.mobile{
	margin-top: 55px;
}
nav{
	display:none;
}
