@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: 'latolight';
	src: url('Font/lato-light-webfont.woff2') format('woff2'),  url('Font/lato-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lito_printregular';
	src: url('Font/borutta_group_-_lito_print-webfont.woff2') format('woff2'),  url('Font/borutta_group_-_lito_print-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('Font/lato-regular-webfont.woff2') format('woff2'),  url('Font/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latohairline';
	src: url('Font/lato-hairline-webfont.woff2') format('woff2'),  url('Font/lato-hairline-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoitalic';
	src: url('Font/lato-italic-webfont.woff2') format('woff2'),  url('Font/lato-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'veneerregular';
	src: url('Font/yellow_design_studio_-_veneer-webfont.woff2') format('woff2'),  url('Font/yellow_design_studio_-_veneer-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LITOPRINT';
	src: url('Font/LITOPRINT.eot') format('embedded-opentype'), url('Font/LITOPRINT.woff') format('woff'), url('Font/LITOPRINT.ttf') format('truetype'), url('Font/LITOPRINT.woff') format('woff'), url('Font/LITOPRINT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea:focus, input:focus{
    outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li{
	margin:0;
	padding:0;
}
body{
	font-size:18px;
}
.clearfix:after,
.clearfix:after{
	display:block;
	width:100%;
	content:'';
	clear:both;
}
p{
	font-size:24px;
}
.container{
	max-width:1300px;
	margin:0 auto;
}
.header-banner{
	padding:10% 0;
}
.header-banner.fresno{
	background:url(images/freshno-header.jpg)  no-repeat;
	background-size:100%;
}
.Order-title h6{
	color: #000000;
    font-family: "LITOPRINT";
    margin-bottom: 38px;
	margin-top: 58px;
	font-size: 120px;
    line-height: 105px;
	font-weight: 500;
    text-transform: uppercase;
}
.Order-title hr{
	background: #bf1e2e none repeat scroll 0 0;
	height: 8px;
	margin: 0 0 0 -48px;
	width: 150px;
	border:0;
}
.contact-address p{
font-family: "latoregular";
    line-height: 32px;
	font-size: 24px;
	color: #000;
    margin-bottom: 15px;
}
.contact-address{
	float:left;
	width:40%;
	text-align:center;
}
.logo-content > img {
    margin: 40px 0 60px;
    max-width: 250px;
}
.order-form h3{
	font-family:'veneerregular';
	font-size:24px;
	color:#BF1E2E;
	margin-bottom:8px;
}
.order-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-family: latolight;
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.order-form {
    float: right;
    width: 60%;
	padding-top: 10%;
}
.order-form input[type="submit"]{
	cursor:pointer;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	font-size:22px;
	width:280px;
	padding: 15px 10px;
}
.order-form input[type="submit"]:hover{
	background:#BF1E2E;
	color:#fff;
}
.row.clearfix{
	padding-bottom:50px;
}
@media(max-width:1400px){
	.container {
		max-width: 1024px;
	}
	.logo-content > img {
		margin: 30px 0 25px;
		max-width: 200px;
	}
	.Order-title h6 {
		font-size: 82.51px;
		line-height: 84px;
		margin-bottom: 38px;
		margin-top: 31px;
	}
}
@media(max-width:1220px){
	.container {
		max-width: 700px;
	}
	.logo-content > img {
		margin: 25px 0 20px;
		max-width: 180px;
	}
	.Order-title h6 {
		font-size: 70px;
		line-height: 73px;
		margin-bottom: 10px;
	}
	.Order-title hr{
	 	margin: 0 0 0 -15px;
	}
	
}
@media(max-width:1010px){
	.Order-title hr{
	 	margin: 0;
	}
}
@media(max-width:767px){
	.Order-title h6 {
		font-size: 40px;
		line-height: 41px;
	}
	.order-form {
		float: none;
		padding-top: 15px;
		width: 100%;
	}
	.contact-address {
		float: none;
		text-align: center;
		width: 100%;
	}
	.container {
		padding:0 10px;
	}
}
@media(max-width:480px){
	.Order-title h6{
		text-align:center;
	}
	.Order-title hr {
		margin: 0 auto;
	}
	.order-form input[type="submit"] {
		padding: 7px;
		width: 200px;
	}
}
