
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
/*p {margin: 0;}*/
ol,ul{list-style:none;margin:0;padding:0;}
html,body{
	font-family: 'Lato', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.btn-blue {
    color: #fff;
    background-color: #629DAE;
    border-color: #629DAE;
}
input[type="submit"] {
	padding: 8px 10px;
	display: inline-block;
	/*background: url(../images/button3.gif) left top repeat-x;*/
	background-color:#629DAE;
	border: none;
	font: bold 12px "Arial"!important;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
	
input[type="submit"]:hover{
	background-color:#BC3D09;
	text-decoration: none !important;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}
error {
	color:#F00;
}
.wrap {
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header {
	padding:20px;
	background:#222;
	border-bottom:1px solid #EEE;
	height:80px;
}
.header h1 {
	color:#FFF;
	font-size:26px;
	font-weight:bold;
}
.header .search {
	float:right;
}
.headerLeft {
	float:left;
	width:33%;
}
.logo {
	 width:250px;
	 margin-top:5px;
 }
.headerMiddle {
	float:left;
	width:33%;
}

.headerRight {
	float:right;
	width:33%;
}
.headerRight a {
	color:#FFF;
	float:right;
}
.topNav {
	background-color: #CCC;
	height:40px;
	border-bottom:1px solid #EEE;
}
.subNav {
	background: #AAA;
	padding:20px;
	border-bottom:1px solid #EEE;
}
.nav_list {
	float:left;
}
.nav_list li {
	display:inline;
	line-height:40px;
	/*border-left: 1px ridge #3D3B3B;*/
}
.nav_list li a {
	font-size:16px;
	color:#FFF;
	padding:0 10px;
	/*line-height:40px;
	font-family: 'ambleregular';*/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav_list li a:hover {
	color:#EAEAEA;
}
.nav_list li:first-child {
	border:none;
}

.logo {
	float: left;
}

.search {
	background: url(../images/strip-bg.gif) repeat-x #F6F6F6;
	border: 1px solid #D2D2D2;
	position: relative;
	float: right;/*margin-right: 15px;*/
	width:35%;
}
.search form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.9em;
	color: #acacac;
	/*font-family: 'ambleregular';*/
	width:74%;
	padding:10px;
	-webkit-apperance:none;
}
.search form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/ico-search.png) no-repeat 0px 10px;
	position: absolute;
	right: 0;
	width: 25px;
	height:32px;
}

.banner-half{
	background-color:#CCC;
	background: url(../images/uploaded/banner-half.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	/*padding:10em 0em 0em;
	min-height:240px;
	max-height:240px;*/
	height:250px;
	line-height:250px;
	
}
.banner-half img {
	margin-top:40px;
}

.banner{
	background-color:#91B54B;
	background: url(../images/banner-home.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:10em 0em 0em;
	min-height:556px;
}	
.banner h1{
    font-size:4em;
	font-weight:400;
	color:#ffffff;
	text-shadow:0 0 5px #000;
}
.banner p{
    font-size:1.5em;
	font-weight:400;
	color:#ffffff;
	line-height: 1.5em;
	margin:1em 0em ;	
}
.banner a.more {
	background: transparent;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	padding:0.5em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:3px;
	border-color:#F60;
	text-align: center;
	/*border-bottom:2px solid #666;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-msborder-radius:3px;
}
.banner a.more:hover {
	background:#666;
	border:2px solid #FC0;
}
a.more {
	background: #678722;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	padding:0.5em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:3px;
	text-align: center;
	border:2px solid #FC0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-msborder-radius:3px;
}
 a.more:hover {
	background:#666;
	border:2px solid #FC0;
}
/*.Datap1{
	text-align:right;
}*/
.featured{
	background:#666;
	text-align:center;
	padding:5em 0em;
}
.featured p{
	font-size:1.1em;
	font-weight:400;
	color:#AAAAAA;
	line-height: 1.5em;
	margin:1em 0em ;	
}
.featured h4{
	font-size:1.5em;
	font-weight:400;
	color:#333333;
	margin:1em 0em;
}
.interest{
	background:#EAEAEA;
	text-align:center;
	padding:2em 0em;
}
.interest h2{
	font-size:2em;
	font-weight:bold;
	color:#333;
	/*text-align:left;*/
	margin:30px;
}
.interest p{
	font-size:1.0em;
	font-weight:400;
	color:#333;
	line-height: 1.5em;
	margin:1.5em 0em ;	
}
.about{
	background:#FFF;
	padding:3em 0em;
}
.about h1{
	font-size:2em;
	font-weight:bold;
	color:#333;
	text-align:left;
	margin:0px;
	margin-bottom:20px;
}
.about h2{
	font-size:2em;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin:30px;
}
.about h3{
	font-size:2em;
	font-weight:400;
	color:#333;
}
.about p{
	font-size:1.1em;
	font-weight:400;
	color:#333;
	line-height: 1.5em;
	margin:1em 0em ;	
}
.about a {
	color:#09F;
	text-decoration:none;
}
.about a:hover {
	color:#CCC;
	text-decoration:underline;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea,.contact-form password,.contact-form select,.contact-form input[type="file"],.contact-form input[type="email"]{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#989898;
			font-size:1.2em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			/*-webkit-appearance:none;*/
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"] {
	background: #629DAE;
	color:#fff;
	padding: 0.5em 4em;
	font-size: 18px;
	font-weight: 400;
	display: block;
	outline: none;
	/*border-color:#F60;*/
	border:0px;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-msborder-radius:1px;
}	
.contact-form input[type="submit"]:hover{
	background:#666;
}
.contact-form span.error{
	color:#FF0000;
}

.footer {
	position: relative;
    /*border-top: 1px solid #CECECE;*/
    margin:0px auto;
	background-color:#333;
}
.copy_right {
	text-align: center;
	/*border-top: 1px solid #EEE;*/
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.copy_right p {
	font-size:0.823em;
	color: #FFF;
}
.copy_right p a {
	color:#FFF;
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#EAEAEA;
	text-decoration: none;
}
h1 .responsiveh1 {
	float:left;
}
/*--responsive design--*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {

	.product-price-info {
		float: right;
		width: 71.5%;
	}
	.product-shipping {
		width: 49%;
	}
	.product-payments {
		width: 74%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	
	.product-price-info {
		width: 71%;
	}
}
@media (max-width:1024px){
.banner h1 {
	font-size: 3.5em;
}
.banner p {
	font-size: 1.3em;
}
.product-price-info {
		width:70%;
	}
	.product-shipping {
		width: 67%;
	}
	ul#thumblist li {
		width: 32.47%;
	}
}
@media (max-width:800px){
.headerLeft {
	float:none;
	width:100%;
}
.headerMiddle {
	float:none;
	width:100%;
}
.headerRight {
	float:none;
	width:100%;
}
.banner-half img {
	width:100%;
}
.search {
	float: none;/*margin-right: 15px;*/
	width:100%;
	position: relative;
}
h1 .responsiveh1 {
	float:none;
}
.Datap1 {
	text-align: center;
	margin-top: 1em;
}
.banner{
	text-align:center;
	padding:1em 0em 0em;
	min-height:499px;
}
.featured {
	padding: 2em 0em;
}
.Datap1 img{
	width:30%;
}
.interest h2 {
	text-align: center;
}
.buy form input[type="submit"]{
	margin:0 auto;
}
.about {
	padding: 2em 0em;
	text-align: center;
}
.text-field-email {
	text-align: center;
}
.contact form input[type="submit"]{
	margin:0 auto;
}
.footer p{
	text-align:center;
}
.social{
	text-align:center;
}
.banner h1 {
	font-size: 3em;
}
.banner p {
	font-size: 1.2em;
}
#pricePlans #plans .plan {
	width: 100%;
	margin-left: 0px;
}
.planContainer .price p {
	font-size: 3em;
}
.contact h4 {
	margin: 1em 0em 1em;
}
.contact{
	min-height:240px;
}
.banner {
	min-height: 465px;
}
.social {
	margin-top: 10px;
}
.about h3 {
	margin-top: 1em;
}
.wmuSliderPagination {
	bottom: 3px;
}
.product-price-info {
		width: 70%;
	}
	.product-shipping {
		width: 73%;
	}
}
@media (max-width:640px){
.banner h1 {
	font-size: 2.5em;
}
a.more {
	font-size: 16px;
}
.banner {
	min-height: 404px;
}
.featured h4 {
	font-size: 1.3em;
}
.interest h2 {
	font-size: 1.7em;
}
.about h3 {
	font-size: 1.7em;
}
.planContainer .title1 h3 {
	font-size: 1.7em;
}
.planContainer .price p {
	font-size: 2em;
}
.planContainer .title h2 {
	font-size: 1.7em;
}
.planContainer .button a{
	font-size:1.2em;
}
.contact h4 {
	font-size: 1.7em;
}
.contact form input[type="text"]{
	font-size:17px;
}
.contact form input[type="submit"]{
	font-size:17px;
}
.data h6 {
	font-size: 1.7em;
}
.col_1_of_4{
		margin:10px 0;
	}
	.span_1_of_4{
		width:100%;
		padding:0%;
	}
	.nav_list li a,.account_desc li a{
		font-size:0.7em;
		padding:0 2px;
	}
	.search_box{
		/*float:none;
		width:100%;
		margin-right:0;*/
		display:none;
	}
	.grid_1_of_5{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_5 {
		width:94%;
		padding:3%;
	}
}
@media (max-width:480px){
.banner h1 {
	font-size: 2em;
}
.banner p {
	font-size: 1em;
}
a.more {
	font-size: 14px;
}
.banner {
	min-height: 318px;
}
.featured h4 {
	font-size: 1.3em;
}
.featured p {
	font-size: 1.1em;
}
.interest h2 {
	font-size: 1.3em;
}
.buy form input[type="submit"] {
	padding: 0.5em 1em;
}
.about h3 {
	font-size: 1.3em;
}
.about p {
	font-size: 1.1em;
}
.planContainer .title1 h3 {
	font-size: 1.3em;
}
.planContainer .price p {
	font-size: 1.3em;
}
.planContainer .options li{
	font-size:1.1em;
}
.planContainer .button a {
	font-size: 1.1em;
}
.planContainer .title h2 {
	font-size: 1.3em;
}
.contact h4 {
	font-size: 1.3em;
}
.contact form input[type="text"] {
	font-size: 15px;
	margin-bottom:3%;
}
.contact form input[type="submit"] {
	font-size: 15px;
}
.contact {
	min-height: 160px;
}
.man img {
	width: 120px;
	height: 120px;
}
.data h6 {
	font-size: 1.3em;
}
a.view{
	font-size:13px;
	padding:0.2em 1em;
}
.user {
	padding: 2em 0em;
	min-height: 180px;
}
.data p {
	font-size: 1em;
}

/*.footer p {
	font-size: 1.3em;
}*/
.grid_1_of_5{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_5 {
		width:92%;
		padding:4%;
	}
}
@media (max-width:320px){
.banner h1 {
	font-size: 1.5em;
}
.banner p {
	font-size: 0.875em;
}
a.more {
	font-size: 11px;
}
.banner {
	min-height: 250px;
}
.featured h4 {
	font-size: 1.1em;
}
.featured p {
	font-size: 0.875em;
}
.interest h2 {
	font-size: 1.1em;
}
.buy form input[type="submit"]{
	font-size:11px;
}
.interest {
	padding: 1em 0em 1em;
}
.featured {
	padding: 1em 0em;
}
.about h3 {
	font-size: 1.1em;
}
.about p {
	font-size: 0.875em;
}
.about {
	padding: 1em 0em;
}
.planContainer .title1 h3 {
	font-size: 1.2em;
}
.planContainer .price p {
	font-size: 1.2em;
}
.planContainer .options li {
	font-size: 1em;
}
.planContainer .button a {
	font-size: 12px;
}
.planContainer .title h2 {
	font-size: 1.2em;
}
.contact form input[type="text"] {
	padding: 0.5em 5em 0.5em 0em;
	margin-bottom: 5%;
	font-size:14px;
}
.contact form input[type="submit"] {
	font-size: 13px;
}
.man img {
	width: 75px;
	height: 75px;
}
.data h6 {
	font-size: 1em;
}
.data p {
	font-size: 0.875em;
}
.wmuSliderPrev {
	top: 25px;
}
.wmuSliderNext {
	top: 27px;
}
.wmuSliderPagination a {
	width: 10px;
	height: 10px;
}
a.view {
	font-size: 11px;
	padding: 0.2em 1em;
}
.contact h4 {
	font-size: 1.2em;
}
.wmuSliderPagination {
	right: 48%;
	bottom: 2px;
}
.footer p {
	font-size: 1.1em;
}
.footer {
	padding:1em 0em;
}
}