@media only screen and (max-width: 1366px) {
	footer {
	    left: 22px;
	}
	#content .bottom nav ul{
	    width: calc( 20% - 20px );
	}
}
@media only screen and (max-width: 1024px) {
/* 	html, body{
		background-color: #fff;
	} */
	#options{
		float: none;
		height: auto;
	}
	#content .list .menu{
		padding-bottom: 50px;
	}
	#content .list .menu{
		width: 60%;
	}
	#content .top .block .search{
		width: 60%;
	}
	#options #phone_icon .button{
		display: block;
	}
	#options .fixed{
		display: block;
	}
	#options .window{
		display: none;
	}
	#options .fixed .logo{
	    display: block;
	    width: 15%;
	    margin: 10px auto;
	}
	#options .fixed .logout{
		display: none;
	}
	#options .fixed nav{
		text-align: center;
		height:auto;
		max-width:none;
		color:#fff;
		position: fixed;
		left:0;
		top:-100%;
		width:100%;
		margin:0;
		padding:0;
		background:rgba(0,0,0,0.5);
	}
	#options .fixed nav .menu >li{
		display: block;
	}
	#options .fixed nav .menu >li.media{
		display: block;
	}
	#options .fixed nav .menu >li >a{
		display: block;
		border-bottom:1px #EEEEEE solid;
	}
	#options .fixed nav .menu >li ul{
		position: static;
	}
	#content{
		float: none;
		width: 100%;
		padding-top: 62px;
	}
	#content .bottom nav ul li .block{
		margin-bottom: 10px;
	}
	#content .bottom nav ul{
		width: calc( 16% - 20px );
	}
	#content .top .block .search ul{
		width: 100%;
	}
	#content .top .block .search a{
		width: 10%;
	    text-align: center;
	}
	#content .top .block .search input{
		    width: 370px;
	}
	#content .top .block .add{
		width: 38%;
	}
	#content .top .block .add ul input[type=button]{
		width: 100%;
	}
	#content .top .block .add ul li.rwd{
		width: 20%;
	}
	#content .top .insert .rwd2{
		width: 10%;
	}
	#content .top .insert .rwd2 input{
		width: 100%;
	}
	#content .bottom nav ul li a.del{
		border: 0;
	}
	#content .bottom2 nav ul .status,
	#content .bottom2 nav ul .sequence,
	#content .bottom2 nav ul .modify,
	#content .bottom2 nav ul .delete{
	    width: 8%;
	}
	#content .bottom2 nav ul .date{
		display: none;
	}
	.footer{
		display: block;
		text-align: right;
		padding: 10px;
		color: #fff;
		background-color: #000;
	}
	.footer #gotop{
		display: none;
	    position: fixed;
	    right:5%;
	    bottom:5%;
	    padding: 10px 15px;
	    font-size: 10px;
	    background: #333;
	    color: white;
	    cursor: pointer;
	    border-radius:2px;
	    opacity: 0.7;
	}
	footer{
		display: none;
	}
	.footer #gotop:hover{
		-o-transition: all .35s linear;
		-webkit-transition: all .35s linear;
		-moz-transition: all .35s linear;
		transition:  all .35s linear;
	}
}
@media only screen and (max-width: 768px) {
	#content .list .menu{
		width: 85%;
	}
	#content .bottom nav ul{
		width: calc( 25% - 20px );
	}
	#content .top .block .search {
	    width: 60%;
	}
	#content .bottom nav ul li a.del,#content .bottom nav ul li a.upd{
		display: inline-block;
	}
	#content .bottom nav ul li .sequence,#content .bottom nav ul li input[name="sequence"]{
		display: inline-block;
	}
	#content .bottom2 nav{
	    border-spacing: 0 5px;
	}
	#content .bottom2 nav ul .status,
	#content .bottom2 nav ul .sequence,
	#content .bottom2 nav ul .modify,
	#content .bottom2 nav ul .delete{
	    width: 11%;
	}
	#content .bottom2 nav ul .image{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.login{
		    padding: 50% 0;
	}
	.login #login_form ul label{
		width: 40%;
	}
	#options .fixed .logo{
		width: 40%;
	}
	#content .list .menu >li{
		    margin: 20px 0;
	}
	#content .top .insert input#name{
		width: 100%;
	    margin: 5px 0;
	}
	#content .top .insert input#seq{
		width: 100%;
	    margin: 5px 0;
	}
	#content .top .block .search{
		width: 100%;
	}
	#content .top .block .search ul{
		display: block;
		width: 100%;
	}
	#content .top .block .search ul li input,#content .top .block .search ul li a{
		display: inline-block;
	}
	#content .top .block .search input{
		width: 83%;
	}
	#content .top .block .add{
		margin-bottom: 10px;
		width: 100%;
		display: block;
	}
	#content .top .block .add ul li{
		width: 32%;
	}
	#content .top .insert ul{
		display: block;
		margin: 0;
		margin-top: 10px;
	}
	#content .top .insert .rwd,#content .top .insert .rwd2{
		display: inline-block;
		width: 49%;
	}
	#content .top .insert ul:first-child{
		margin-right: 0;
	}
	#content .bottom nav ul{
		width: calc( 50% - 20px );
	}
	#content .top .insert ul input[type=button]{
		width: 70%;
	}
	#content .top .block .add ul input[type=button]{
		width: 70%;
	}
	#content .bottom2 nav{
	    border-spacing: 0;
	}
	#content .bottom2 nav ul .status,
	#content .bottom2 nav ul .sequence,
	#content .bottom2 nav ul .modify,
	#content .bottom2 nav ul .delete{
	    width: 17%;
	}
	#content .bottom2 nav ul .status{
		display: none;
	}
	#content .bottom2 nav ul .sequence{
		display: none;
	}
	.foliage .information ul li input[type=text]{
		width: 95%;
	}
	.mce-listbox button{
		padding: 0 !important;
	}
	#content .top .back .back_button{
		width: 100%;
	    display: block;
	    text-align: center;
	    line-height: 30px;
	    margin: 10px 0;
	    padding: 0;
	}
	#content .top .back .back_button span{
		vertical-align: middle;
	}
	#content .top .back .back_button .fa{
		vertical-align: middle;
	}
	#content .top .back{
		width: 100%;
	}
}