/* video 12 */

.site-header h3{
	color: gold;
}

.med-title{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #FFF;
	display: block;

}

h1, h2, h3{
	font-family: 'Francois One', sans-serif;
}

h1{
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}

h2{
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	margin-bottom: 35px;

}

form{
	padding-top: 0px;
	text-align: center;
	margin-top: 20px;
}

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

h3{
	line-height: 25px;
}

h1{
	font-size: 45px;
	line-height: 40px;
}

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;
}

.lander{
	padding: 20px;
	border-radius: 5px;
	margin-top: 10px;
	color: #333;
	margin-bottom: 20px;
}

.bg-editable{
	padding: 20px;
	border-radius: 5px;
	margin-top: 10px;
	color: #333;
	margin-bottom: 20px;

}

.container-fluid .btn[type="submit"], .container-fluid .btn[type="submit"]:hover, a.linkBtn{
	font-size: 20px;
	padding: 12px;
	font-weight: bold;
	background: #4365e4; /* Old browsers */
	border-radius: 5px;
}

.footer{
	text-align: center;
	margin-top: 20px;
}

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-overlay{
	left: 0;
	top: 0;
}

@media (max-width: 767px){

	body{
		margin: 0px;
		padding: 15px;
	}

	.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;
}

#calling-code-dropdown{
	max-height: 200px;
	overflow-y: scroll;
	width: 21em;
	float: left;
	padding: 5px;
}

#calling-code-dropdown li{
	cursor: pointer;
	font-size: 0.85em;
}

#calling-code-dropdown li img{
	text-align: left;
	float: left;
}

#calling-code-dropdown span{
	float: right;
}

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

}

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

.lander{
	background: transparent;
}

.landerButtons{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 3em;
	text-decoration: none;
	border-radius: 5px;
	color: white;
}

.landerButtons:link, .landerButtons:visited, .landerButtons:hover, .landerButtons:active{
	text-decoration: none;
	color: white;
}

.button1{
	background-color: #F1C40F;
}

.button2{
	background-color: #E67E22;
}

.button1:hover{
	background-color: #F39C12;
}

.button2:hover{
	background-color: #D35400;
}


