/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}


html {
	padding: 0;
	margin: 0;
	min-height: 100%
}
body {
	padding: 0;
	margin: 0;
	font-family: Poppins;
	font-weight: 400;
	background-color: #ffffff;
	color: #000;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.container div img {
	display: block
}

.input {
	max-width: 100%;
}

.input label {
	color: #334120;
	padding: 2% 3%;
	width: 100%;
	display: block;
	font-weight: 600;
	font-size: .9rem;
}

.input input {
	-moz-box-shadow:    inset 0 0 10px #909786;
  -webkit-box-shadow: inset 0 0 10px #909786;
  box-shadow:         inset 0 0 10px #909786;
	background: #fff;
	border: 2px solid #526b2f;
	font-size: 1rem;
	font-weight: 400;
	padding: 0 6%;
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 3%;
	border-radius: 40px;
}

.button {
	margin: 8% 0 1% 0;
}

.footer {
	padding-top: 60%;
	background-image: url('../img/u_08.jpg');
	background-size: cover;
}

.footer p {
	text-align: center;
	font-size: .7rem;
	padding: 0 10%;
}

.secure {
	padding: 15%;
}

.centering {
	margin-top: 4%;
	text-align: center;
}

.radio {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 25%;
	height: 25%;
	margin: 0 2%;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.3rem;
}

.size {
	margin: 0 !important;
	width: 20% !important;
	height: 20% !important;
}

.radio span {
	display: block;
}

.unchecked {
	display: inline !important;
}

.checked {
	display: inline !important;
  position: absolute;
  top: 0;
  left:50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


[type=radio] + .checked {
  opacity: 0;
}


[type=radio]:checked + .checked {
	opacity: 1;
}

.video {
	padding: 2% 3%;
	background-color: #000;
}

.submit {
	background: none;
	border: 0;
}


