/* properties of the subscribe card */
.subscribe {
	background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.95) 0%, rgb(194, 233, 251) 110%);
	box-shadow: 0 0 26px 1px #a1c3fe;
	padding:10px 50px 50px 50px;
	margin: 8.5em auto 0 auto;
	border-radius: 20px;
	text-align: center;
	width: 280px;
	min-height: 325px;
	height:auto;
	color: #445963;
	
}

/* Iamge:: Email Logo  */
/*.subscribe img{
	width: 100px;
	height: 100px;
}*/

/* Title Card subscribe  */
.subscribe h2 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 20px;
	font-size:27px; 
}
/* Description of the "card subscribe" */
.subscribe p {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0;
	margin-top: 3px;
	font-size: 16px;
}

/* email input */
input[type=email]  {
	font-family: 'PT Sans', sans-serif;
	background-color: transparent;
	text-align: center;
	width: 100%;
	color: #445963;
	padding: 10px;
	border: none;
	outline: none;
	margin-bottom: 30px;
	margin-top: 18px;
	font-size: 15px;
	font-style: italic;
	border-bottom: 2px solid #A1C3FE;
}

/* Button transmitter subscribe */
button {
	box-shadow: 0 0 26px 1px #a1c3fe;
	padding: 12px 25px 12px 25px;
	transition: 0.3s linear;
	background: #F44336;
	border-radius: 20px;
	margin-top: 10px;
	border: none;
	outline: none;
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
}

button:hover{
   cursor: pointer;
	transform: translatey(-3px );
	box-shadow: 0 0 6px #F44336;
}
button:active{
	transform: translatey(3px );
	box-shadow: 0 0 0px #F44336;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}