@charset "utf-8";
.lightbox_wrapper_a{
  color: #0085ff;
}
.lightbox_wrapper_a:hover, .lightbox_wrapper_a:active {
  color: #0085ff;
}
.lightbox_wrapper {
	background-color: #eeeeee;
	box-sizing: border-box;
	color: #131313;	
	position: relative;
	text-align: center;
}
.lightbox_wrapper .title {
	margin-bottom: 15px;
}
.lightbox_wrapper h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.lightbox_wrapper h2 {
	border-top: 2px solid #b81a35;
	border-bottom: 2px solid #b81a35;
	color: #b81a35;
	display: inline-block;
	font-size: 30px;
	margin: 0;
	margin: 20px 0;
	padding: 5px 10px
}
.lightbox_wrapper p {
	font-size: 15px;
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
}
.lightbox_wrapper form button[type="submit"] {
	width: 40%;
	background-color: #ff8400;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: normal;
	outline: none;
	margin: 10px 5px;
	padding: 5px 20px;
	transition: background-color .2s ease;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
}
.lightbox_wrapper form button[type="submit"]:hover {
	background-color: #ffa100;
}
.lightbox_wrapper form input[type="email"] {
	width: 100%;
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	padding: 5px 10px;
}
.lightbox_wrapper form input[type="email"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-style: italic;
	color: #999;
}
.lightbox_wrapper form input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	font-style: italic;
	color: #999;
}
.lightbox_wrapper form input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	font-style: italic;
	color: #999;
}
.lightbox_wrapper form input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	font-style: italic;
	color: #999;
}
.lightbox_wrapper .group {
	width: 90%;
	margin: 0 auto;
}
.lightbox_wrapper a.btn_reject {
	color: #6b9ecc;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
	text-decoration: underline;
}
.lightbox_wrapper a.btn_reject:hover {
	color: #3571a7;
}
.lightbox_wrapper p.note {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin: 5px 0;
	text-align: left;
}
.lightbox_wrapper p.note span {
	display: inline-block;
	line-height: 16px;
	vertical-align: top;
}
.lightbox_wrapper .email p.note span:last-child {
	width: calc(100% - 7px);
	padding-left: 2px;
}
@media screen and (max-width:420px) {
	.lightbox_wrapper form button[type="submit"] {
		width: 100%;
		margin: 10px 0;
		padding: 6px 20px;
	}
	.lightbox_wrapper form input[type="email"] {
		width: 100%;
	}
}
@media (max-width: 576px) {
  .modal-dialog.subscription {
    	margin-top: 20px;
  }
  .subscription .modal-content {
		margin-left: 10px;
		margin-right: 10px;
  }  
}
.subscription .modal-header {
	padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom: 0px;
}
.subscription .modal-content {
	background-color: #eeeeee;
}
.subscription .btn_cancel {
  width: 32px;
  height: 32px;
  background: url(../images/btn_cancel.png) 0 0 no-repeat transparent;
  display: block;
  border-radius: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 22px;
  outline: none;
  text-decoration: none;
  position: absolute;
  right: -15px;
  top: -15px;
}
.subscription .btn_cancel:hover {
  background-position: -32px 0;
}