@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-700';
	src: url('../fonts/Museo700-Regular_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo700-Regular_gdi.woff') format('woff'),
		url('../fonts/Museo700-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Museo700-Regular_gdi.otf') format('opentype'),
		url('../fonts/Museo700-Regular_gdi.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-300';
	src: url('../fonts/Museo-300_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-300_gdi.woff') format('woff'),
		url('../fonts/Museo-300_gdi.ttf') format('truetype'),
		url('../fonts/Museo-300_gdi.otf') format('opentype'),
		url('../fonts/Museo-300_gdi.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-500';
	src: url('../fonts/Museo-500_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-500_gdi.woff') format('woff'),
		url('../fonts/Museo-500_gdi.ttf') format('truetype'),
		url('../fonts/Museo-500_gdi.otf') format('opentype'),
		url('../fonts/Museo-500_gdi.svg') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

body{
    background: #215b84;
    margin-top:0px !important;
    margin-bottom:0px !important;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage{
    max-width:1170px !important;
    width:100% !important;
    color:white;
    margin:0 auto;
    box-shadow: 0 5px 46px rgba(0, 0, 0, 0.4);
    font-size:23px;
    margin-top:0px !important;
    padding:70px 30px;
}

p{
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

a{
    color: #b0dbfb !important;
}

#homepage h2{
    color:white;
    margin-top:0px !important;
}

h4{
    font-size: 28px;
    font-family:'Museo-700';
}

#homepage h2.awake{
    text-align:center;
    padding: 0px !important;
    margin-bottom: 5px !important;
}

#homepage h2.title{
    color: #dde224;
    text-align:center;
    font-size: 30px;
    padding-bottom:50px;
}

#loginForm, #regForm{
    font-family:'Museo-500';
    margin-top: 100px !important;
    background: white;
    color:#277cbc;
    margin:0 auto;
    width:500px;
    box-shadow: 0 5px 46px rgba(0, 0, 0, 0.4);
    font-size:23px;
    border-radius:10px;
}

form{
    font-family:'Museo-500';
    margin-bottom: 10px;
    padding: 10px;
}

.inpGroup{
    width: 100%;
}

.inpControl{
    font-family:'Museo-500';
    border-radius: 15px;
    border: 2px solid #277cbc;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 41px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 6px 12px;
    outline-width: 0;
    font-size: 18px;
}

#regForm .inpControl{
    border: 2px solid #b4b936;
}

.btn{
    font-family:'Museo-500';
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background: #277cbc;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 16px;
    color:white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border:none;
    cursor:pointer;
}

.btn:hover{
    background: #1f69a0;
}

.btn.register{
    width: 100%;
    background: #d6dd39 !important;
}

.btn.register:hover{
    background: #b9bd1d !important;
}

.logo{
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    padding: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.logo img{
    width: 100%;
    vertical-align: middle;
}

.center{
    text-align:center;
}

h2{
    font-family:'Museo-700';
}

#regForm h2{
    color: #b4b936;
}

button:focus {outline:0;}

.options{
    font-family: 'Museo-300';
    font-size: 19px;
    padding: 5px;
    border-radius: 20px;
}

.prodTitle{
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

.prodPrice{
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
    color: #dde224;
}

.prodBtn {
    font-family: 'Museo-500';
    font-weight: bold;
    background: #277cbc;
    border-radius: 15px;
    padding: 10px 16px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    width: 300px;
    margin:0 auto !important;
    text-align: center !important;
    margin-top: 50px !important;
    color: white !important;
    font-size: 24px !important;
}

.prodBtn:hover{
    background: #d6dd39 !important;
}

a:visited,
a:link{
    text-decoration: none;
}

label{
    color: white;
    font-family: 'Museo-300';
    font-size: 19px;
}

.stripe-button-el span{
font-family: 'Museo-500';
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    width: 300px;
    margin: 0 auto !important;
    text-align: center !important;
    color: white !important;
    font-size: 24px !important;
}

.contEx {
    display:block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contEx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.contEx:hover input ~ .checkmark {
    background-color: #ccc;
}

.contEx input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contEx input:checked ~ .checkmark:after {
    display: block;
}

.contEx .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.wsleft{
    color: #e69878 !important;
}

.wsfull{
    color: #fd6222 !important;
}