/* v 1.04 */
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
}
body {
	line-height : 1;
}
ol, ul {
	list-style : none;
}
blockquote, q {
	quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content : '';
	content : none;
}
:focus {
	outline : 0;
}
ins {
	text-decoration : none;
}
del {
	text-decoration : line-through;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
a {
	text-decoration: none;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background: #FFF;
	color: #333;
	-webkit-text-size-adjust: none;
}
body.show-nav {
	height: 100%;
	overflow: hidden;
}
.clrfix{
	clear:both;	
}
/* inlines */

h2 {
	font-size: 48px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}
h2 b {
	font-size: 48px;
	font-weight: 800;
}
h3 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 30px;
}
h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
}
h5 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}
p {
	line-height: 1.3em;
	font-size: 0.9em;
	margin-bottom: 10px;
}
p a, li a {
	color: #0c94b6;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.float-left {
	float: left;
	margin: 10px 20px 20px 0;
}
.float-right {
	float: right;
	margin: 10px 0 20px 20px
}
.no-margin {
	margin: 0;
}
img.icon-50 {
	width: 50px;
}
img.icon-25 {
	width: 25px;
}
img.icon-25.float-left {
	margin: 0 10px 10px 0;
}
img.rounded {
	margin-bottom: 20px;
	border-radius: 256px;
}
img.align-center {
	display: block;
	margin: 20px auto 20px;
}
ul.circles li {
	list-style-image: url("../images/ul_circles.png");
	list-style-position: inside;
	margin-bottom: 10px;
	padding-left: 20px;
	text-indent: -20px;
}
ul.circles li a {
	color: #333;
}
ul.circles li a:hover {
	color: #0c94b6;
}
ul li {
	line-height: 1.3em;
}
/* buttons */

.button {
	border: none;
	background: #b9e65e;
	font-family: 'Dosis', sans-serif;
	font-size: 17px; font-weight:600;
	padding: 8px 25px;
	color: #333;
	border-radius:5px;
	cursor: pointer;
	display: inline-block;
	margin: 0 4px;
}
.button.rounded {
	border-radius: 256px;
}
.button:hover {
	margin-top: -1px;
	margin-bottom: 1px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.button.blue {
	background: #0c94b6;
	color: #FFF;
	box-shadow: 0 2px 0 #0a7691;
}
.button.green {
	background: #39cd94;
	color: #FFF;
	box-shadow: 0 2px 0 #239e6e;
}
.button.light-grey {
	background: #E5E5E5;
	color: #333;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.button.grey {
	background: #777;
	color: #FFF;
	box-shadow: 0 2px 0 #555;
}
.button.blue:hover {
	box-shadow: 0 3px 0 #0a7691;
}
.button.green:hover {
	box-shadow: 0 3px 0 #239e6e;
}
.button.light-grey:hover {
	box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.button.grey:hover {
	box-shadow: 0 3px 0 #555;
}
#wrapper {
	width: 100%;
	-webkit-transition: margin .1s;
	-moz-transition: margin .1s;
	-ms-transition: margin .1s;
	transition: margin .1s;
}
/* header */

#main-header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height:60px;
	background:url(../images/topheader-bg.jpg) repeat-x;	
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}
#header-nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 60px;
	-webkit-transition: background .25s;
	-moz-transition: background .25s;
	-ms-transition: background .25s;
	transition: background .25s;
}
#header-nav ul {
	float: right;
	font-family: 'Bitter', serif;	
	font-weight: bold;
	font-size:15px;
	text-transform:uppercase;
}
#header-nav ul li {
	float: left;
	line-height: 1em;
}
#header-nav ul li a {
	padding: 21px 10px;
	display: block;
	color: #666666;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}
#header-nav ul li a:hover, #header-nav ul li.current a{
	/*box-shadow: inset 0 3px 0 rgba(0,0,0,0.5);*/
	color:#2e3192;
}
#header-nav .logo {
	position: absolute;
	left: 0;
	top:0;
	padding: 0px 0;
	width: 205px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
	background: url('../images/maxfresh-logo.png') no-repeat left center;
	height:81px;
}
#header-nav .logo.img a {
	/* Put the url of your logo below */
	/* Specify the width of your logo */
	width: 205px;
	display: block;
	text-indent: 9999px;
	height: 100%;
	background-size: contain;
}
#header-nav .logo a {
	color: inherit;
}
#header-nav .logo.img a {
	display: block;
	text-indent: -9999px
}
#header-nav ul li.logo a:hover {
	background: none;
	box-shadow: none;
}
#main-header.compact {
	height: 59px;
	background:url(../images/topheader-bg.jpg);	
}
#main-header.compact #header-nav {
	height: 56px;
}
#main-header.compact #header-nav ul li a {
	padding: 20px 10px;
}
#main-header.compact #header-nav .logo {
	padding: 0px 0 0;
	font-size: 36px;
}
#main-header.compact #header-nav .logo.img {
	height: 60px;
	padding-top: 8px;
}
#main-header.compact #header-nav .logo.img a {
	height: 100%;
}
#nav-trigger {
	display: none;
	position: absolute;
	top:30px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('../images/icon_sandwich.png') no-repeat center center;
	background-size: 24px;
	text-indent: -9999px;
	-webkit-transition: top .25s;
	-moz-transition: top .25s;
	-ms-transition: top .25s;
	transition: top .25s;
}
#main-header.compact #nav-trigger {
	top: 15px;
}
.show-nav #wrapper {
	margin-left: -240px;
}
.show-nav #header-nav-container {
	margin-right: 240px;
}
/* sections general */

section {
	box-shadow: 0 -3px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #EEE;
}
.container {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 80px;
}
/* sections backs */

.back-diagonals {
	background: url("../images/patt_diagonals.png");
}
.back-hexagons {
	background: url("../images/patt_hexagons.png");
}
.back-crosses {
	background: url("../images/patt_crosses.png");
}
.back-ticksanddots {
	background: url("../images/patt_ticksanddots.png");
}
/* columns */

.column-container {
	overflow: hidden;
	margin: 40px 0 -40px;
}
.column-container.last {
	margin-bottom: 0;
}
.column {
	float: left;
	padding: 0 40px 40px 0;
}
.column.last {
	padding-right: 0;
}
.column.one-half {
	width: 460px;
}
.column.one-third {
	width: 290px;
}
.column.two-thirds {
	width: 630px;
}
.column.one-fourth {
	width: 210px;
}
.column.three-fourths {
	width: 710px;
}
/* section cover */

#cover {
	background: url("../images/cover_back.jpg") center bottom no-repeat;
	text-align: right;
	height:792px;
}
#cover .container {
	padding: 240px 0 200px 0;
}
#cover p, #cover ul {
	padding-left: 510px;
	color:#fff;
	font-size:15px;
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
}
#cover ul li{
	list-style:disc;
	margin-left:20px;
	padding-bottom:5px;
}
#cover h2 {
	font-size: 60px;
	line-height: 60px;
	color:#000;
	margin: 20px 0 5px; font-weight:500;
	font-family: 'Dosis', sans-serif;
}
#cover h3 {
	margin: 0;
}
/* section About Us */

#aboutus, #usage, #contact {
	background: url("../images/about-us.png") repeat center #fff;
}
#main-footer {
	background-position: center center;
	background-image: url("../images/white-dots.jpg");
	color: #FFF;
	border-top: solid 1px #e5e5e5;
}
#aboutus{
	min-height:800px;	
}
#aboutus h2, #usage h2, #testimonials h2, #contact h2{
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
	font-weight:500;
	padding-top:5px;
	text-transform:uppercase;
	color:#4b6677;
	text-align:center;
}
#aboutus p{
	font-family: 'Roboto', sans-serif;    
	font-size: 16px;
	color:#000;
	font-weight:400;
	text-align:justify;
	line-height:20px;
}
#aboutus p strong{
	font-weight:500;
}

/* section client 
.clientLogos{
	margin:0px 0px;
	text-align:center;
	margin-bottom:5px;
}
.clientLogos li{
	display:inline;
	padding:10px 0px 5px;
	border-bottom:1px dashed #cccccc;
}
.clientLogos li:last-child img{
	border:none;
}
.clientLogos li img{
	border-right:1px dashed #cccccc;
}
.noborder li{
	border-bottom:none !important;
}
*/

/* section Features */
#features{
	background: url("../images/features.png") repeat center #fff;
	background-size:cover;
}
#features{
	min-height:850px;
}
#features ul{
	margin:10px 0;
	padding:0;
	text-align:left;
}
#features ul li{
	max-width: 450px;
	float: left;
	margin-right: 30px;
	margin-bottom:20px;
}
#features ul li h2{
	text-transform:lowercase;
	text-align:left;
	color:#333333;
	margin:0px; padding:0px 0px 10px;
	font-family: 'Droid Sans', sans-serif;
	font-size:21px; font-weight:400;
}
#features p{
	font-family: 'Roboto', sans-serif;    
	font-size: 14px;
	color:#000;
	font-weight:400;
	text-align: justify;
	line-height:18px;
}
#features ul li span {
	color:#0066cc;
}

/* section Products */

#products{
	background:url(../images/products-bg.jpg) no-repeat top center;
	height:781px;
}
#products h2{
	text-align:left;
	font-family: 'Dosis', sans-serif;
	color:#ffffff;
	font-weight:400;
	font-size:13px;
}
#products img {
	width: 100%;
}
#products .teamCon{
	color:#fff;	
	font-family: 'Dosis', sans-serif;
	font-size:18px; font-weight:400;
}
#products .productsCon a{
	color:#B0E34B;
	text-decoration:none;	
}
/* section contacts */

#contacts {
	background:url(../images/contact-us.png) no-repeat center;
	color: #FFF;
	min-height:750px;
	overflow: hidden;
}
.contacts-slider{
	width:980px;
}
#contacts h2{
	color:#faf9f6;
	font-size:1px;
}
#contacts .slide {
	padding:10px 0 10px;
	width:100%;
	min-width: 960px;
}
#contacts .hrline{
	border-bottom:1px solid #cccccc;
	padding-top:12px
}
#contacts .slide img{
	padding-right:10px;
}
#contacts p{
	font-family: 'Roboto', sans-serif;    
	font-size: 15px;
	color:#3f3f3f;
	font-weight:500;
	text-align:justify;
	line-height:20px;
}
#contacts p strong{
	font-weight:600;
	color:#3f3f3f;
	font-size: 16px;
}


/* section contacts 
#contact{
	min-height:750px;	
}
#contact h2{
	font-size:40px;
}
#contact h3{
	color:#333333;
	font-family: 'Droid Sans', sans-serif;
	font-size:16px; font-weight:400;
	text-transform:none;
	margin:0 0 15px; padding:0;
}
#contact h3 span{
	float:right;
}
.tweetsBox, .fbBox{
	border:1px solid #ccc;
	background:#fff;
	min-height:255px;
	border-radius:6px;
}
.fbBox{
	margin-bottom:25px;	
}
.tweetsBox h5, .fbBox h5{
	background:#5dc8ff;
	border-radius:6px 6px 0px 0px;	
	height:10px;
	margin:0px; padding:0px;
}
.fbBox h5{
	background:#587aca;	
}
.tweets{
	padding:10px;	
}
form {
	position: relative;
}
form .button {
	padding: 0;
	background: #b9e65e;
	border-radius:5px;
	padding:12px 30px; font-family: 'Droid Sans', sans-serif;
	font-size:18px; font-weight:600;
	box-shadow: none;
}
input, textarea {
	border: none;
	background: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px; font-weight:600;
	width: 90%;
	color: #ggg;
	background:#d6d6d6;
	border-radius:5px;
	padding:15px 18px;
	margin-bottom:10px;
}
form textarea {
	height: 90px;
}
p.form-success-message {
	z-index: 0;
	opacity: 0;
	position: absolute;
	padding: 20px;
}
p.form-success-message strong {
	font-family: 'Raleway';
	font-size: 1.4em;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
}
form .invalid {
	-webkit-animation: shake .25s;
	-moz-animation: shake .25s;
	-ms-animation: shake .25s;
	animation: shake .25s;
}
form.sent * {
	-webkit-animation: fadeOutIn 3s;
	-moz-animation: fadeOutIn 3s;
	-ms-animation: fadeOutIn 3s;
	animation: fadeOutIn 3s;
}
form.sent .form-success-message, form.sent .form-success-message * {
	-webkit-animation: fadeInOut 3s;
	-moz-animation: fadeInOut 3s;
	-ms-animation: fadeInOut 3s;
	animation: fadeInOut 3s;
}
*/

/* Animations */

@keyframes shake {
 0% {
margin-left: 0;
}
 12% {
margin-left: -5px;
}
 25% {
margin-left: 0;
}
 37% {
margin-left: 5px;
}
 50% {
margin-left: 0;
}
 62% {
margin-left: -5px;
}
 74% {
margin-left: 0;
}
 86% {
margin-left: 5px;
}
 100% {
margin-left: 0;
}
}
@-webkit-keyframes shake {
 0% {
margin-left: 0;
}
 12% {
margin-left: -5px;
}
 25% {
margin-left: 0;
}
 37% {
margin-left: 5px;
}
 50% {
margin-left: 0;
}
 62% {
margin-left: -5px;
}
 74% {
margin-left: 0;
}
 86% {
margin-left: 5px;
}
 100% {
margin-left: 0;
}
}
@keyframes fadeOutIn {
 0% {
opacity: 1;
}
 5% {
opacity: 0;
}
 95% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOutIn {
 0% {
opacity: 1;
}
 5% {
opacity: 0;
}
 95% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeInOut {
 0% {
opacity: 0;
}
 15% {
opacity: 1;
}
 85% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-webkit-keyframes fadeInOut {
 0% {
opacity: 0;
}
 15% {
opacity: 1;
}
 85% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
a.logo {
	font-size: 48px;
	color: #333;
	display: block;
	padding: 45px 10px;
}
/* footer */

footer {
	background: #333;
	color: #999999;
}
footer .container {
	padding: 20px 0 10px;
	overflow: hidden;
}
p#footer-copyright {
	float: left;
	width: auto; font-size:12px;
	color:#999999;
}
ul#footer-socials {
	float: right;
	margin: -5px 0 0;
	overflow: hidden;
}
ul#footer-socials li {
	float: left;
	margin: 0;
}
ul#footer-socials a {
	display: block;
	text-indent: -9999px;
	color: #999999;
	width: 28px;
	height: 28px;
	background-size: 32px;
	opacity: 0.5;
}
ul#footer-socials a:hover {
	opacity: 1;
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666;
}


/*New added CSS*/
.clr {
	clear:both
}
.social-media-col{
	width:75px;
	height:32px;
	float:right;
	margin:15px 0 0 40px;
	border:solid 0px #cccccc;
}
.heading {
	font-family: 'Bitter', serif;
    font-size: 25px;
	color:#626262;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	float:left;
}
.features-main-col{
	width:960px;
	height:auto;
	float:left;
	margin:90px 0 0 0px;
	border:solid 0px #cccccc;
}
.features-inner-left-col{
	width:215px;
	height: auto;
	float:left;
	margin:0px 11px 0px 12px;
	border:solid 0px #cccccc;
}
.features-inner-col{
	width:215px;
	height: auto;
	float:left;
	margin:0px 0px 45px 0px;
	border:solid 0px #cccccc;
}
.text-1 {
	font-family: 'Bitter', serif;
    font-size: 15px;
	color:#5659cc;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	line-height:22px;
	float:left;
	margin-bottom:20px;
}
.text-2 {
	font-family: 'Bitter', serif;
    font-size: 25px;
	color:#3f3f3f;
	font-weight:700;
	text-align:left;
	float:left;
}
.text-3 {
	font-family: 'Roboto', sans-serif;    
    font-size: 15px;
	color:#626262;
	font-weight:700;
	text-transform:uppercase;
	text-align: right;
	margin:0px 0 20px 0;
}
.about-text{
    width:960px;
	height: auto;
	margin:10px 0 50px 0;
}
.about-text ul{
	padding-left:5px;
	list-style:none;
	margin-top:0;
}
.about-text ul li{
	font-family: 'Roboto', sans-serif;    
	font-size: 15px;
	color:#000;
	font-weight:400;
	text-align:justify;
	line-height:25px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:22px;
	margin-left:15px;
	background:url('../Images/bullet.png')  left  no-repeat;
}
.contact-tabs{
    width:960px;
	height: auto;
	border:solid 0px #cccccc;
	margin:50px 0 0 0;
}
.contact-form{
    width:530px;
	height: auto;
	border:solid 0px #cccccc;
	margin:10px 0 0 180px;
}
.textbox{
	width:220px;
	height:35px;
	border:solid 1px #c4c4c4;
	border-radius:5px;
	margin:5px 0 5px 0px;
	padding:4px 15px 5px 15px;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;    
	font-weight: 500;
	font-size: 15px;
	color:#9a9a9a;
	text-align:left;
}
.message{
	width:485px;
	height:80px;
}
.captcha{
	width:120px;
	height:35px;
}
.submitbutton{
	width:90px;
	height:40px;
	border-radius:5px;
	border:none;
	border-bottom: solid 2px #d2ae2a;
	margin:8px 0 8px 0px;
	padding:4px 15px 5px 15px;
	background:#ffd503;
	font-family: 'Bitter', serif;
	font-weight: bold;
	font-size: 15px;
	color:#3f3f3f;
	text-align: center;
}
