/* default 3 */
body{
	background-color: #000;
	color: #333;
}

.lander-body > .row{
	min-height: 20px;
}
.tui-video {
	padding: 20px;
}
.site-header{
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

.site-header h3{
	color: gold;
}

.med-title{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 12px;
	background: #ffe100;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #00b7ea;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#wrapper form{
	padding-top: 10px;
	text-align: center;
	margin: auto;
}

.container-fluid{
	max-width: 970px;
	margin: auto;
}

h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
}

h2{
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
}

h1{
	color: #FFF;
	text-shadow: 0 3px 12px #000;
}

.lander-body{
	background-color: rgba(255, 255, 255, .2);
	padding: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
	border-radius: 5px;
	text-align: center;
	margin-top: 50px;
}

.bg-editable{
	background-color: rgba(255, 255, 255, .2);
	padding: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
	border-radius: 5px;
	text-align: center;
	margin-top: 50px;

}

h3{
	color: #ffc000;
	line-height: 25px;
	text-shadow: 0 2px 3px #681b43, 1px 0px 0 #681b43;
}

h1{
	font-size: 55px;
	line-height: 46px;
	text-transform: uppercase;
}

ul.features li{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

li > span{
	padding-left: 25px;
	display: block;
}

li i{
	position: absolute;
}

ul.features{
	list-style: none;
	padding: 0;
	margin: 0;
}

.container-fluid .btn[type="submit"], .container-fluid .btn[type="submit"]:hover, a.linkBtn{
	padding: 12px;
	background: #ffa800; /* Old browsers */
	box-shadow: 0 5px 0 #de7800;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	color: #FFF;
	border: none;
	text-shadow: none;
	/* IE6-9 */
}

input type[type="text"]{
	border-radius: 2px;

}

.footer{
	text-align: center;
}

@media (max-width: 767px){
	.site-header{
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	ul li{
		padding: 2px;
		font-size: 12px;
	}
}

.dropdown-menu{
	min-width: 100px;
}

.iti-flag{
	background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/13.0.2/img/flags.png");
}

.intl-tel-input{
	display: block;
}

.intl-tel-input .country-list .country{
	display: -webkit-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
	.iti-flag{
		background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/13.0.2/img/flags@2x.png");
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px){
}

@media only screen and (min-width: 600px) and (max-width: 799px){

}


.video-options
{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.video-options a.btn,
#capture-video-video a.btn,
#capture-video-poster button.btn
{
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5ex;
	line-height: 2rem;
	padding-top: 1rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
}

img.img-fluid
{
	max-width: 100%;
}

#capture-video-poster
{
	position: relative;
}
.my-4
{
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
#capture-video-poster > #capture-video-form
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000c;
}
#capture-video-poster > #capture-video-form > div
{
	color: #fff;
	width: 75%;
}
#capture-video-poster > #capture-video-form > div > p
{
	font-size: 2rem;
	margin-bottom: 1rem;
}
