@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Courgette');
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .9;
	z-index: 101;
	display: none;
}
.continue-shoping h2{
	color:#fff !important;
	font-size:30px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:400 !important;
	text-align:center !important;
	margin-top:50px !important;
}
.continue-shoping h2 span:hover{
	color:#fff !important;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 43%;
	height: auto;
	top: 22%;
	left: 27%;
	background-color: #fff;
	border: 2px solid #333;
	z-index: 102;
	padding: 0px 0px;
}
/*   This is the closing button  */
#btnClose {
	position:absolute;
	left:102%;
	top:0%;
	font-size:20px;
	text-decoration: none;
	color: #fff;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	text-align:center;
	display: block;
	width: 100%;
	padding-top:20px;
}
#delayedPopup > div.formDescription p{
	color:#757575;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.formDescription .pp-logo{
	margin-top:10px;
	margin-bottom:40px;
}
.formDescription h5{
	color:#454545;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	line-height:40px;
}
.formDescription .red-title{
	font-family: 'Courgette', cursive;
	font-size:42px;
	color:rgb(205, 60, 39);
	line-height:45px;
	padding-bottom:8px;
}
.red-txt{
	color:#cd3c27;
}
.pad-B-40{
	padding-bottom:40px;
}
.form-section{
	background-color:#f8f8f8;
	border-top:1px solid #e1e1e1;
	padding:35px;
}
#delayedPopup > div.formDescription .form-section p{
	color:#cd3c27 !important;
	font-weight:500;
	font-family: 'Roboto', sans-serif !important;
	padding-bottom:25px;
}
.form-section .captcha{
	margin-top:30px;
}

.form-input{
	
}
.custome-form-control{
	border:1px solid #e1e1e1;
	padding: 12px 20px;
    width: 215px;
    margin-right: 10px;
	box-shadow: 1px 1px 4px -2px;
	text-align:center;
}

.submit-btn-popup{
	background-color: #cd3c27 !important;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding: 8px 90px;
    border: 1px solid #cd3c27;
    border-radius: 0px;
	margin-top:25px;
	transition: all 0.5s ease-in-out;
}
.submit-btn-popup:hover{
	background-color:#333333 !important;
	border:1px solid #333333 !important;
	transition: all 0.5s ease-in-out;
}
@media only screen and (min-width:768px) and (max-width:1024px){
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 63%;
	height: auto;
	top: 12%;
	left: 43%;
	margin-left: -260px;
	background-color: #fff;
	border: 2px solid #333;
	z-index: 102;
	padding: 0px 0px;
}
}
@media only screen and (min-width:768px) and (max-width:1366px){
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 63%;
	height: auto;
	top: 12%;
	left: 43%;
	margin-left: -260px;
	background-color: #fff;
	border: 2px solid #333;
	z-index: 102;
	padding: 0px 0px;
}
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575 !important;
  font-size:14px !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757575 !important;
  font-size:14px !important;
} 
:-ms-input-placeholder { /* IE 10+ */
  color: #757575 !important;
  font-size:14px !important;
}
:placeholder { /* IE 10+ */
  color: #757575 !important;
  font-size:14px !important;
}
input[type="text"]#popup-name::-webkit-input-placeholder {
 text-align:center;
}

input[type="email"]#popup-email::-webkit-input-placeholder {
 text-align:center;
}



