.half {
	width : 50% !important;
}
.full {
	width : 100% !important;
}
.snappy_form_field {
	display : inline-block;
	margin-bottom : 20px !important;
}
.snappy_form_field input {
	font-size : 16px;
}
.partner_img {
	max-height : 100px;
	max-width :100%;
	margin-top: 20px;
}
.snappy-select option {
	background-color : black;
}
@media (max-width: 768px) {
	.snappy-nav {
		position : relative;
		margin-bottom : 0px;
	}
}
/* .order_now{
	font-size: 4vh;
	color:#fed136;
} */
.headline-button{
	background-color: transparent;
	width: 15vw;
	max-width: 230px;
	min-width: 130px;
	height:40px;
	font-size: 1.9rem;
	color: white;
	margin-left: 2px;
	margin-top: 8px;
	border: 1px solid white;
  	border-radius: 15px;
}
.snappy-icon {
	margin-left:15px;
	/*margin-top:1.5px;*/
	margin-bottom:1.5px;
	padding:0px;
	/*padding-top:12px;*/
	padding-bottom:12px;
}
.snappy-icon img {
	height:140%;
}
.ott-icon {
	margin-left:15px;
	margin-top:1.5px;
	margin-bottom:1.5px;
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
}
.ott-icon img {
	height:100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.media-center {
    float: none;
    margin: 0 auto;
}