#stayTest {
    padding: 2%;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 2em;
}
@media (max-width: 999px) {
    #stayTest-text {
   font-size: 95%;
   }
.header-left {
	width: 42%;
	float: left;
	text-align: left;
	padding:7px;
	font-weight: 600;
	font-size: 20px;
	margin: 6px 0px 11px 10px;
	}
.header-right {
	float: right;
	text-align: center;
	padding:8px;
	border: 2px dashed #e5e5e5;
	font-weight: 200;
	font-size: 18px;
	margin: 0px 16px 11px 0px;
	}
.modal-body {
    position: relative;
    padding: 0 !important;
	}
#Discount-Popup {
    font-size: 1.0em;
    text-align: left;
    line-height: 1.4em;
    margin-top: 2%;
	padding: 16px;
	}
/*#stayModal #model-close {
    z-index: 999;
    top: 5px;
    right: 5px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(83,95,107,.5);
    /* border: 1px solid #c7cdd4;
    cursor: pointer;
    padding: 7px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 35px;
    height: 35px;
    opacity: 1;
}
.modal-header > button.close {
    font-size: 25px;
	
}
.close {
    float: right;
    font-weight: bold;
    line-height: 0;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
	label, legend {
    float: right!important;
}*/
	
#stayModal .close {
    font-size: 1.8em;
    color: #020202!important;
    opacity: .4;
    z-index: 999;
    top: 5px;
    right: 5px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0,0,0,.5);
    border: 1px solid #c7cdd4;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 35px;
    height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 32px;
}
.close[data-dismiss] span:before {
    content: ""!important;
    text-transform: none;
    font-size: 16px;
    vertical-align: top;
    position: absolute;
    line-height: 1.5;
    right: 55px;
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
	margin-bottom: 30px;
    border-bottom: none!Important;
	}
}

@media only screen and (max-width: 750px) {
	
.header-left {
	width: 90%;
	float: none;
	text-align: left;
	font-size: 21px;
	padding:0px;
	margin: 18px 0px 0px 16px;
	}
.header-right {
	width: 90%;
	float: none;
	text-align: center;
	padding: 9px;
	margin: 0 auto;
	}
#Discount-Popup {
    margin-top: 0px;
	padding: 0px 16px 0px 16px
}
}

