.col-md-12_hdr{
background-color:#1c1c1c;
}

input{
	width:255px !important;
}
.form.ftr input {
	font-style:italic;
	border:none;
	height:35px;
	width:210px;
	border-radius:8px;
	padding:10px;
}
.cst_btn{
    background-color:#00ccff;
	border-radius:25px !important;
	width:200px !important;
	height:50px !important;
    padding-top:7px !important;
	color:#FFF;
	cursor:pointer;
}
.col-md-12.ftr{
background-color:#1c1c1c;
}
.videoWrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	
	top: 0;
	left: 0;
	width: 95%;
	height:320px;
}