body{
	background-color: #F3F4F8;
	font-family: 'Roboto', sans-serif;

}

.pignose-calendar {

	margin-top: 20px !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #011627;
	font-size: 24px;
}

.language-calendar .pignose-calendar {
	margin-top: .4em !important;
}
.wrapper {
	padding-top:30px;
	max-width: 440px;
	margin:0 auto;

}
.calendar-title h1 {
	font-size: 43px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 50px;
}
.calendar-title h2 {
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.calendar-title h3 {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.btn:focus {
	box-shadow: 0px 0px 2px 2px #FF326633;
}
.btn-pink:hover {
	color: #ffffff;
}
.btn:active {
	box-shadow: 0px 0px 2px 2px #FF326633;
}
.btn-vq {
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btn-pink {
	background-color: #FF3266;
	color: #ffffff;
}
.btn-white {
	background-color: #ffffff;
	color: #212121;
	border:1px solid #FF3266;
}
.btn-plane {
	background-color: transparent;
	color: #aaaaaa;
	border:1px solid #CBCBCB;
}
#morningeve {
	margin-top:30px;
}
#morningeve span {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.subtitle  {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.vq-textbox {
	height: 52px;
}
.vq-textbox:focus {
	box-shadow: none;
	border: 1px solid #bbbbbb;
}
.vq-textbox:active {
	box-shadow: none;
	border: 1px solid #bbbbbb;
}

.form-group label {
	color: #4D4D4D;
	margin-bottom: .2rem;
	font-size: 14px;
}
.form-group input {
	color: #212121;
	font-weight: 500;
	font-size: 18px;
}
.tandc {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.tandc a {
	cursor: pointer;
	text-decoration: none;
	color: #212121; 
	font-weight: 500;
}
.summary-title {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.summary-box {
	margin-top: 30px;
	background-color: #ffffff;
	padding: 24px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 3px #cccccc50;
}
.sbox-title {
	padding-bottom: 10px;
	color: #4F2060;
	font-size: 24px;
	font-weight: 500;
}
.sbox-content {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.sbox-content div {
	margin-top:5px;
	margin-bottom: 5px;
}
.sbox-content span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000000;
}
.instruction {
	padding-top: 50px;
	margin-bottom: 60px;
}
.instruction .title {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.instruction .content {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #212121;
	margin-bottom: 25px;
}
.instruction .content ul {
	padding-left:0px;
	list-style-type: none;
}
.instruction .content li {
	margin-top:15px;
	margin-bottom: 15px;
	line-height: 30px;
}
.btn-ok {
	border:1px solid  #FF3266 ;
	height: 52px;
	color: #FF3266;
	font-weight: 500;
	font-size: 18px;
}
.btn-ok:hover {
	color: #FF3266;
}
@media only screen and (max-width: 440px) {
	.calendar-title h1 {
		font-size: 32px;
	}
	.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	  font-size: 85%;
	/*  color: rgba(0, 0, 0, 0.5);*/
	}
	.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
	  font-size: 85%;
	}
	.pignose-calendar {
	    font-size: 20px;
	}
	.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
	    margin-top: .9em;
	}
}