
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;
}
.wrap {
	width:80%;
	height:40px;
	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 {
	background: #FFF;
}
.headertop_desc {
	padding:20px;
	background:#222;
	border-bottom:1px solid #EEE;
}
.nav_list {
	float:left;
}
.nav_list li {
	display:inline;
	border-left: 2px ridge #3D3B3B;
}
.nav_list li a {
	font-size:0.9em;
	color:#E0E0E0;
	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:#FFF;
}
.nav_list li:first-child {
	border:none;
}

.logo {
	float: left;
}

.search_box {
	background: url(../images/strip-bg.gif) repeat-x #F6F6F6;
	border: 1px solid #D2D2D2;
	position: relative;
	float: right;/*margin-right: 15px;*/
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.9em;
	color: #acacac;
	/*font-family: 'ambleregular';*/
	width:74%;
	padding:9px;
	-webkit-apperance:none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 12px;
	position: absolute;
	right: 0;
	width: 25px;
	height:32px;
}
calheader {
    text-align: center;
}

#calendar {
    width: 100%;    
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #F60;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    height: 180px;
}

#calendar .days li:hover {
    background: #d3d3d3;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
    width: 30px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #e4f2f2;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
}

#calendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
}
.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:#fff;
	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:400;
	color:#333;
	text-align:left;
	margin-top:10px;
}
/*.buy form input[type="submit"] {
	background: #E8776B;
	color:#fff;
	padding: 1em 2em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	display: block;
	outline: none;
	border:1px solid #fff;
	border-radius:5px;
	margin-top:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.buy form input[type="submit"]:hover{
	background:#5E95CD;
}*/
.about{
	background:#FFF;
	padding:3em 0em;
}
.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 ;	
}
/*--app price plans--*/
.priceplan{
	background:#fff;
}
.pricingtable{
	background:#fff;
}
.plans{
	padding:4% 0;
}
.pricing{
	padding:5% 0 0%;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#pricePlans {
	text-align: center;
}
#pricePlans #plans .plan {
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	border:1px solid #E1E1E1;
}
.planContainer .title h2 {
	font-size: 2.125em;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
	padding: 19px 0;
}
.planContainer .title1 h3 {
	font-size: 2.125em;
	background:#F60;
	color:#FFF;
	margin: 0;
	padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
	background:#8FB550;
	color:#fff;
	text-align:center;
}
.title h2.bestPlanTitleRed {
	background:#F22A2A;
	color:#fff;
	text-align:center;
}
.title h2.bestPlanTitleBlue {
	background:#A4C6CF;
	color:#fff;
	text-align:center;
}
.text{
	padding: 0px 0 3px;
}
.planContainer .price p {
	color: #000;
	background:#EEEEEE;
	font-size:4em;
	line-height:1.6em;
}
.planContainer .price p span {
	color:#B3823F;
}
.planContainer .options {
	margin-top: 10em;
}
.planContainer .options li {
	color:#777;
	line-height:3em;
	border-bottom: 1px solid #E9E9E9;
	font-size: 1.2em;
}
.planContainer .options li span {
	color: #333;
}
.planContainer .button a {
	text-decoration: none;
	color: #fff;
	border: none;
	background: #999;
	display: inline-block;
	padding: 10px 60px;
	margin: 1.5em 0 1.5em;
	font-size: 1.5em;
	border-radius:5px;
	border-bottom:3px solid #666;/*E84E3C*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}
.planContainer .button a:hover {
	background:#5E95CD;
	border-bottom:3px solid #1470CC;
}
#pricePlans #plans .plan {
	width: 32.9999%;
	margin-left:-2px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
li.plan-middle{
	width:32.9999%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#pricePlans #plans > li:last-child {
	margin-right: 0;
}
.planContainer .button a {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.planContainer .price1 p {
	color:#e83a93;
}
.colm{
	background:#EEEEEE;
}



.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{
		    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"]{
	padding: 8px 10px;
	display: inline-block;
	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;
	margin-bottom: 10px;
}
.contact-form input[type="submit"]:hover{
	background-position: left bottom;
	text-decoration: none !important;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}
.contact-form input[type="submit"]:active{
	background-position: left bottom;
	text-decoration: none !important;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}*/
.contact-form input[type="submit"] {
	background: #F60;
	color:#fff;
	padding: 0.5em 4em;
	font-size: 18px;
	font-weight: 400;
	display: block;
	outline: none;
	/*border-color:#F60;*/
	border:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.contact-form input[type="submit"]:hover{
	background:#666;
}
.contact-form span.error{
	color:#999;
	font-style: italic;
}


.contact{
	background: url(../images/contact.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.contact h4{
	font-size:2em;
	font-weight:400;
	color:#fff;
	line-height: 1.5em;
	margin:3em 0em 1em;	
	text-align:center;
}
.text-field-email {
	text-align: right;
}
.contact form input[type="text"]{
	padding: 0.5em 12em 0.5em 0em;
	margin-bottom: 2%;
	background: #fff;
	color:#C8C8C8;
	font-size:18px;
	outline: none;
	font-weight:400;
	text-indent: 18px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}
.contact form input[type="submit"] {
	background: #5E95CD;
	color:#fff;
	padding: 0.5em 4em;
	font-size: 18px;
	font-weight: 400;
	display: block;
	outline: none;
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.contact form input[type="submit"]:hover{
	background:#666;
}
.user{
	background:#fff;
	padding:5em 0em;
	min-height:350px;
}
.man{
	float:left;
	width:50%;
	text-align:right;
}
.data{
	float:right;
	width:45%;
	padding:0em 0em;
}
.man img{
	width:200px;
	height:200px;
	border-radius: 50%;
	background: #fff;
} 
.data p{
	font-size:1.2em;
	font-weight:400;
	color:#CFCFCF;
	line-height: 1.5em;
	margin:0.5em 0em;
	text-align:left;
}
.data h6{
	font-size:2em;
	font-weight:400;
	color:#999999;
	line-height: 1.5em;
	margin:0.5em 0em;
	text-align:left;
}
 a.view{
	background:#E8776B;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	padding:0.2em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:5px;
	text-align: center;
	border-bottom:2px solid #E84E3C;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}
a.view:hover {
	background: #5E95CD;
	border-bottom:2px solid #1470CC;
}
/**** Slider *****/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:40%;
	bottom:2px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width:15px;
	height:15px;
	background:#E8CBC8;
	border-radius:10px;
}
.wmuSliderPagination a.wmuActive {
	background:#E8776B;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:60px;
	height:100px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat ;
	top:35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderNext {
	background-position:-433px -7px;
	right: 0em;
	top: 50px;
}
.wmuSliderPrev {
	background-position:-356px -7px;
	left: 0em;
	top: 50px;
}
/*.footer{
	background:#E8776B;
	padding:2em 0em 1em;
}
.footer p{
	color:#fff;
	font-size:1.5em;
}		 
.footer a{
	color:#5E95CD;	
}	
.footer a:hover{
	color:#fff;
	text-decoration:none;
}
ul{
	padding:0;
}
.social ul li {
	display:inline-block;
}
.social{
	text-align:right;
}*/
.footer {
	position: relative;
	background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin:20px auto;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin:0% 0 1% 3.6%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}/* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 20.5%;
	padding:1.5% 1.5% 0 0;
	border-left:1px solid #CECECE;
}
.span_1_of_4  h4 {
	color:#4F4F4F;
	margin-bottom: .5em;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 0.5em;
	padding-left:20px;
}
.span_1_of_4 ul{
	padding-left:20px;
}
.span_1_of_4  li a {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color:#9C9C9C;
	display: block;
}
.span_1_of_4  li a.charge {
	font-size: 0.8125em;
	padding: 0;
	color:#9C9C9C;
	display: inline;
}
.span_1_of_4  li span{
	font-size:1em;
	color:#2A5C86;
	cursor:pointer;
	margin:10px 0;
	display:block;
}
.span_1_of_4  li a:hover, .span_1_of_4  li span:hover {
	color:#FC7D01;
}
/*** Social Icons ***/
.social-icons {
	padding-top: 8%;
}
.social-icons li {
	padding: 0px 5px 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	/*background:#222;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;*/
}
/*.social-icons li:hover {
	background:#000;
}*/
.social-icons li a img{
	vertical-align:middle;
}
.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: #747474;
}
.copy_right p a {
	color:#FC7D01;
	font-family: 'ambleregular';
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}
i.mail{
	width: 32px;
    height: 32px;
    background: url(../images/img-sprite.png)no-repeat -51px -122px;
	float:left;
    vertical-align: middle;
}
i.mail:hover{
	opacity: 0.4;
}
i.fb{
	width: 32px;
    height: 32px;
    background: url(../images/img-sprite.png)no-repeat -92px -123px;
	float:left;
    vertical-align: middle;
}
i.fb:hover{
	opacity: 0.4;
}
i.twt{
	width: 32px;
    height: 32px;
    background: url(../images/img-sprite.png)no-repeat -135px -123px;
	float:left;
    vertical-align: middle;
}
i.twt:hover{
	opacity: 0.4;
}
/*--responsive design--*/
@media (max-width:1024px){
.banner h1 {
	font-size: 3.5em;
}
.banner p {
	font-size: 1.3em;
}
}
@media (max-width:768px){
.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;
}
}
@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;
	}
}
@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;
}
.wmuSliderPagination {
	right: 36%;
	bottom: 2px;
}
.footer p {
	font-size: 1.3em;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:22px;
	height:35px;
	text-indent: -9999px;
	background: url(../images/img-sprite1.png)no-repeat ;
	top:35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderNext {
	background-position:-28px 2px;
	right: 0em;
	top: 40px;
}
.wmuSliderPrev {
	background-position:0px 2px;
	left: 2em;
	top: 40px;
}
}
@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;
}
}