/* arma-tu-mesa.php */

.arma.bdy {
	margin: 0;
}
#cub-mob {
	display: none;
}
.h2con {
	background: #7a090f;
	color: #fff;
	padding: 25px;
}
.h2con h2 {
	color: #fff;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
}
.h2con p {
	margin: 5px 0 0 0;
	font-size: 18px;
}
.arma.bdy .inline-4-12 {
	text-align: center;
}
.arma.bdy ul.c-exp {
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	background: #eeeeee;
	/* height: 740px; */
	/* height: 90%; */
}
.arma.bdy ul.c-exp span {
	display: none;
}
.arma.bdy ul.c-exp li {
	display: inline-block;
	vertical-align: top;
	width: calc((100%) / 3 - 20px);
	margin: 2px;
	padding: 2px;
	box-sizing: border-box;
	cursor: pointer;
}
.arma.bdy ul.c-exp li label {
	cursor: pointer;
}
.arma.bdy ul.c-exp#ped li {
	width: calc(25% - 10px);
	margin: 5px;
	padding: 0;
}
.arma.bdy ul.c-exp li input[type="radio"] {
	display: none;
}
.img-con {
	position: relative;
	width: 92%;
	margin: 0 auto;
	height: 525px;
	margin-top: 10px;
}
.imgLogo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    max-width: 75px;
}
.imgTop {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 10;
}
.imgBot {
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 9;
}
.spanBot,
.spanTop {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.titleTop,
.titleBot {
	display: inline-block;
	vertical-align: middle;
}
.titleTop span + span {
	display: none;
}

#submit-button-2  {
    display: inline;
    margin: 20px auto;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    color: red;
    font-size: 10px;
}

#submit-button-1 {
	display: inline-block;
	margin: 20px auto;
	padding: 10px 20px;
	border: 1px solid #92d050;
	border-radius: 0;
	cursor: pointer;
	background: #92d050;
	color: #000;
}
#armatable.new-form input[type="submit"]:hover {
	opacity: 0.9;
}
#btnHeights + .c-exp li {
	width: 100%;
}
#armatable {
	position: relative;
}
#armatable input[type="submit"] {
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	border: 1px solid #ddd;
	background: #eee;
	border-radius: 3px;
	cursor: pointer;
}
#armatable input[type="submit"].justmobile {
	display: none;
}
#armatable input[type="submit"]:hover {
	background: #ddd;
}

.arma-term-con {
	background: #eeeeee;
	padding: 20px;
}
.arma-term-con h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0px;
}
.arma-term {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 10px);
	margin: 5px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
}
.arma-term h3 {
	margin: 0;
	background: #ddd;
	color: #000;
	padding: 5px;
	text-transform: capitalize;
	font-size: 11px;
}
.arma-term b {
	font-size: 11px;
}
.arma-term-border {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}
.arma-term-border .main-img {
	display: block;
	height: 240px;
}
.arma-term-border .main-img img {
	margin: 10px 0px;
	max-height: 200px;
	display: block;
}

@media (max-width: 420px) {
	/* arma-tu-mesa.php */
	.arma.bdy {
		width: 100%;
		margin: 0px;
	}
	.arma.bdy ul.c-exp {
		white-space: nowrap;
		height: 110px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#cub {
		display: none;
	}
	#cub-mob {
		display: block;
	}
	#armatable input[type="submit"].nomobile {
		display: none;
	}
	#armatable input[type="submit"].justmobile {
		display: block;
		margin: 0 auto;
	}
	.img-con {
		height: 180px;
		margin: 20px 0px 0 0;
	}
	.imgTop {
		height: 200px;
	}
	.imgBot {
		height: 200px;
	}
	.arma-term {
		width: calc(50% - 10px);
	}
	.arma-term-border .main-img {
		height: 200px;
	}
}
