

/* ========= Starts Subscribe Pop up ========== */
	#bkgOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #0a0a0ad1;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
#delayedPopup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 100%;
	max-width: 500px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	z-index: 102;
}

button.buttonStyle {
    border-radius: 3px;
    border: 1px solid #000000;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
	font-weight: bold;
}
#delayedPopup h4 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
	color: #000;
}
input#mc-embedded-subscribe, input#mc-embedded-subscribe:focus, input#mc-embedded-subscribe:focus-visible {
    border-radius: 0 3px 3px 0;
	outline:none;
}
input#mce-EMAIL, input#mce-EMAIL:focus-visible{
    border-radius: 3px 0 0 3px;
    border: 1px solid #696969;
    font-size: 16px;
    padding: 5px;
    outline: none;
    width: 100%;
    max-width: 100%;border-radius: 3px 0 0 3px;
    border: 1px solid #696969;
    font-size: 16px;
    padding: 5px;
	outline:none;
}
#delayedPopup .modalContent {
    padding: 20px 20px 40px;
}
.modalbg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-image: url("../images/hero/mexico_hero.jpg");
    background-size: cover;
	z-index: -1;
    opacity: .6;
}
#delayedPopup .modalheader {
    overflow: hidden;
    text-align: center;
    background: #000;
    padding: 10px;
	border-top: 1px solid #000;
}
#delayedPopup .modalheader img {
    max-width: 100%;
    height: 60px;
}

/* ========= Ends Subscribe Pop up ========== */
	

.thumbs__item .thumbnail>img {
    height: auto;
	max-height: 220px;
}