/*
 	DONT FORGET TO TURN OFF $reset_the_cache  
    background: url(/images/coupons/elhombre.jpg?v2) no-repeat;
*/

h1 {
	margin-bottom: 20px;
}
.discCouponsul {
	list-style: none;
	display: inline-table;
	text-align: center;
	border: dashed 1px #b3b3b3;
	width: 210px;
	height: 333px;
	font-size: 15px;
	font-weight: bold;
	margin: 6px;
	background: #F9F9F9;
	padding: 25px 0;
	position: relative;
}
.discCouponsul:hover {
	border: dashed 1px #EE6C17;
	background: #fff8f1;
}

.discCouponsulPromo {
	list-style: none;
	display: inline-table;
	text-align: center;
	border: dashed 3px red;
	width: 95%;
	font-size: 15px;
	font-weight: bold;
	margin: 6px;
	background: #F9F9F9;
	padding: 15px 0 0;
	position: relative;
}
.discCouponsulPromo:hover {
	border: dashed 3px #EE6C17;
	background: #fff8f1;
}
.ccodePromo {
    letter-spacing: -5px;
	color: red;
	font-size: 5.2em;
	text-transform: uppercase;

}
.ccode {
	color: #EE6C17;
	font-size: 1.2em;
	text-transform: uppercase;
}
.cucode {
	font-family: sans-serif;
	font-size: 0.8em;
	color: gray;
	margin-bottom: 8px;
}
.cdesc {
	margin: 0 10px;
	height: 100px;
	position: relative;
	color: grey;
}
.cdesc div {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cdate {
	padding: 10px 0 20px;
}
.cdate span {
	color: #01a243;
}
li.cdisc {
	font-size: 6em;
	color: #a20101;
	letter-spacing: -.1em;
	line-height: .8em;
}
li.cdisc i {
	font-size: .6em;
	color: gray;
}

/*Helptips*/
i.coupastr {
    line-height: normal;
    width: 24px;
    margin-left: -10px;
    padding: 0;
    display: inline-flex;
    position: absolute;
    top: 14px;
    height: 30px;
}
.helpico {
	cursor: help;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.helpico .helptip {
    background: #fff;
    bottom: 100%;
    display: block;
    left: -141px;
    margin-bottom: 7px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 166px;
    line-height: 15px;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
    letter-spacing: normal;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.helpico .helptip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
.helpico .helptip:after {
    background: url(/images/images/cut_corn_^.png);
    width: 25px;
    height: 19px;
    bottom: -17px;
    content: " ";
    left: 50%;
    margin-left: 40px;
    position: absolute;
    border: 0;
}

.helpico:hover .helptip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.fa.helpico {
	color: #a7cade;
	font-size: 1.2em;
	position: absolute;
	margin: 5px;
}
.fa.helpico .helptip {
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.helptip p {
	font-weight: bold;
}
.helptip ul {
	width: 100%!important;
	border: 0!important;
	padding-left: 20px;
	list-style: none;
}
.helptip li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 5px 0 -15px;
}
.helptip li {
	border: 0!important;
	line-height: 1em!important;
	border-bottom: 0px!important;
	margin: 7px 0 0 10px;
	float: left;
	display: flex!important;
}
.helptip img {
	width: 50%;
	margin-bottom: 10px
}
/* IE can just show/hide with no transition */
.lte8 .helpico .helptip {
	display: none;
}
.lte8 .helpico:hover .helptip {
	display: block;
}
.helptip a[target="_blank"] {
	font-size: .8em;
	float: right;
}
.helptip a[target="_blank"]:after {
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin: 0 0 0 4px;
}
/*EO Helptips*/
.warning {
	background: lightgoldenrodyellow;
    border: yellow solid 3px;
    border-radius: 3px;
    padding: 2px 5px;
    color: red;
    text-align: center;
}
.disclaimer {
	font-size:1.3em;
	color:gray;
	text-align:
	left;margin:10px;
}
h3 {
    font-size: 1.5em;
    color: rgb(0,92,121);
    text-transform: none;
    margin: 0.6em 0 0.6em;
}
h4 {
    font-size: 1.2em;
    color: rgb(0,92,121);
    text-transform: none;
    margin: 0.6em 0 0.6em;
}
}
 @media only all and (max-width: 600px) {
.discCouponsul {
	margin: 6px 0;
	width: 100%;
}
h1 {
	font-size: 24px!important;
	margin: 5px;
}
input#lookup-discount-coupon {
	width: 100%;
	margin: 5px 0;
}
}
