/*
Theme Name: theme swift
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



/* =Menu
-------------------------------------------------------------- */

/*#access {
	background: #222; 
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); 
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}*/
#toplink
{
padding-left:50px;
}
#toplink a
{
color: #ef2f94;
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
}
.menubg ul ul {
	/*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 210px;
	/*left: 510px;*/
	color: #EF2F94;
padding: 0;
list-style-type: none;
	width: 168px;
	z-index: 99999;
	border: 1px solid #F02F94;
border-bottom-width: 1px;
font: normal 12px Verdana;
line-height: 18px;

background: #FFFFFF;
color: #EF2F94;
}
.menubg ul ul li
{
width: 168px;
background:none !important;
}
.menubg ul ul ul {
	left: 100%;
	top: 0;
}
.menubg ul ul li a {
	/*background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;*/
	width: 168px !important;
color: #000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F02F94;
padding: 2px 0 !important;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.menubg ul ul :hover > a,
 {
	background: #00ADEF;
color: white;
}
/*#access li:hover > a,
#access a:focus {
	background: #f9f9f9; 
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}*/
.menubg ul li:hover > ul {
	display: block;
}
.menubg .current-menu-item > a,
.menubg .current-menu-ancestor > a,
.menubg .current_page_item > a,
.menubg .current_page_ancestor > a {
	font-weight: bold;
}



/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}




/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}





@charset "utf-8";
body {
	color: #3b3939;
	background-image: url(images/newmainbj.png);
	background-repeat: repeat-x;
}
.main {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
	height: auto; 
}
.mmain {
	height: auto;
	width: 1016px;
	margin-right: auto;
	margin-left: auto;margin-top:4px;
}

.bannar {
	float: left;
	height: 172px;
	width: 1016px;
	
}
.bannerimage {
	float: left;
	height: 172px;
	width: 723px;
}
.bannarright {
	float: right;
	height: 172px;
	width: 183px;
}
.imagebox {
	height: 278px;
	width: 1010px;
	background-image: url(images/newimagebg.png);
	margin-left: 3px;
	margin-top: 14px;
	float: left;
}
.imageinsidebox {
	float: left;
	height: 265px;
	width: 994px;
	margin-top: 6px;
	margin-left: 8px;
}

.navigation {
	float: left;
	height: 39px;
	width: 1016px;
	
	
}
.mainmiddel {
	float: left;
	width: 1002px;
	margin-top: 20px;
	margin-left:8px;
	height: auto;
}
.mainmidde2 {
	float: left;
	width: 981px;
	margin-top: 20px;
	margin-left:8px;
	height: auto;
}
.mainmiddelleft {
	float: left;
	height: auto;
	width: 695px;
}
.mainmiddelright {
	float: left;
	height: auto;
	width: 286px;
	margin-left: 20px;
}
.relaibale {
	float: left;
	height: auto;
	width: 696px;
	margin-top: 20px;
} 
.relaiabletext{font-family: Georgia, "Times New Roman", Times, serif; font-size:23px;   color:#ef2f94; text-align:left;}
.rabletext1{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#000; text-align:left;}
.rabletextg{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00aeef;
	text-align:left;
	font-weight: bold;
}
.servicebox {
	float: left;
	height: 268px;;
	width: 695px;
	background-image: url(images/newsrevicesweprovide.png);
	background-repeat: no-repeat;
}
.servicewetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-transform: none;
	color: #FFF;
	text-align: center;
	float: left;
	height: 31px;
	width: 695px;
	padding-top: 3px;
}
.sevicesleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b3939;
	float: left;
	height: 183px;
	width: 320px;
	margin-left: 20px;
	padding-left: 10px;
}
.servicesright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 183px;
	width: 250px;
	margin-left: 80px;
}
.kitchen {
	float: left;
	height: 141px;
	width: 695px;
	margin-top: 10px;
	background-image: url(images/newmiddelbox.jpg);
}
.bathrooms {
	float: left;
	height: 141px;
	width: 695px;
	margin-top: 20px;
	background-image: url(images/newmiddelbox.jpg);
}
.kitchenimagrs {
	float: left;
	height: 113px;
	width: 95px;
	margin-top: 14px;
	margin-left: 11px;
}
.kitchehtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-transform: none;
	color: #1099cd;
	float: left;
	height: 22px;
	width: 550px;
	margin-left: 15px;
	margin-top: 14px;
}
.kitchehtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: auto;
	width: 550px;
	margin-top: 10px;
	margin-left: 15px;
}
.ReceiveaQuote {
	float: left;
	height:825px;
	width: 286px;
	background-image: url(images/newreceiceafree.png);

	background-repeat: no-repeat;
	margin-top: 10px;
}
.Receivea {
	font-family: Sylfaen;
	
	text-transform: none;
	color: #FFF;
	float: left;
	height: 28px;
	width: 226px;
	margin-top:39px;
margin-left: 40px;
font-size: 22px;
}
.receivefeild {
	float: left;
	height: 25px;
	width: 211px;
	margin-top: 24px;
	margin-left: 35px;
	
	background-repeat: no-repeat;
	 padding-top:3px;
}
.receivefeild1 {
	float: left;
	height: 25px;
	width: 211px;
	margin-top: 10px;
	margin-left: 35px;


}
.receiveroll {
	float: left;
	height: 20px;
	width: 211px;
	margin-top: 10px;
	margin-left: 35px;
	
}
.receivebtextf {
	float: left;
	height: 96px;
	width: 210px;
	margin-top: 100px;
	margin-left: 35px; 
	
}
.color-b0x { width:210px; background-color:#e4e4e4; border:solid 1px #cfcfcf;}
.color-b0x2 {background-color:#e4e4e4; border:solid 1px #cfcfcf; line-height:22px; font-family:Arial, Helvetica, sans-serif, Aubrey; font-size:11px; width:210px;}
	

.receivecode {
	float: left;
	height: 19px;
	width: 68px;
	margin-top: 10px; padding:5px 0px 0px 20px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;  font-family:Arial, Helvetica, sans-serif, Aubrey; font-size:14px; font-weight:bold; color:#FFFFFF;
	
}
.receivecode1 {
	float: left;
	height: 24px;
	width: 88px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/newcode.png);
}
.receivecodef {
	float: left;
	height: 23px;
	width: 106px;
	margin-left: 38px;
	background-image: url(images/newcodetyep.png);
	margin-top: 15px;
}


.asd {
	float: center;
	
	width: 200px;
}

.textfeild2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 23px;
	width: 106px;
	color:#919191; background:none;
	border: none;
	text-align: justify;
	text-transform: none; }
.submit {
	float: left;
	height: 25px;
	width: 80px;
	margin-top: -5px;
	clear: left;
	margin-left: 105px;
}
.regularclean {
	float: left;
	height: 132px;
	width: 268px;
	margin-top: 27px;
	margin-left: 8px;
}
.bondexit {
	float: left;
	height: 149px;
	width: 268px;
	margin-top: 20px;
	margin-left: 8px;
}
.cleancarpet {
	float: left;
	height: 142px;
	width: 270px;
	margin-top: 20px;
	margin-left: 8px;
}
.manwan {
	float: left;
	height: 224px;
	width: 263px;
	margin-top: 20px;
	margin-left: 8px;
}
.gardenserviecs {
	float: left;
	height: 118px;
	width: 265px;
	margin-top: 20px;
	margin-left: 8px;
}
.pestcontrol {
	float: left;
	height: 118px;
	width: 265px;
	margin-top: 20px;
	margin-left: 8px;
}
.bottom {
	background-image: url(images/newbottombg.png);
	background-repeat: repeat-x;
	height: 85px;
	width: 1016px;
	float: left;
	margin-top: 15px;

}

.bottomnav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}
	
.copywrite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #000;
	float: left;
	height: 12px;
	width: 300px;
	margin-top: 2px;
	margin-left: 600px;
}
.textfeild{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 25px;
	width: 211px;
	color:#919191; background:none;
	border: none;
	text-align: justify;
	text-transform: none; 
}
.textfeild1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:96px;
	height: 25px;
	width: 211px;
	color:#919191; background:none;
	border: none;
	text-align: justify;
	text-transform: none; }
.contacstext {
	float: left;
	height: 30px;
	width: 945px;
	font-family: Georgia;
	font-size: 23px;
	color: #ef2f94;
	padding-left: 36px;
	margin-top: 20px;
}
.contacscontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b3938;
	float: left;
	height: auto;
	width: 945px;
	margin-top: 10px;
	padding-left: 34px;
}
.contacsleft {
	float: left;
	height: auto;
	width: 188px;
	margin-top: 20px;
	margin-left: 40px;
}
.contacsform {
	float: left;
	height: auto;
	width: 344px;
	margin-top: 20px;
	margin-left: 200px;
}
.contactsformname {
	float: left;
	width: 131px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3939;
}
.contactsformname1 {
	float: left;
	width: 131px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3939;
}
.contactsfeildt {
	float: left;
	height: 25px;
	width: 211px;
	margin-top: 20px;
	background-image: url(images/newnameffield.png);
	background-repeat: no-repeat;
}
.contactsfeildt1 {
	float: left;
	height: 25px;
	width: 211px;
	margin-top: 10px;
	background-image: url(images/newnameffield.png);
	background-repeat: no-repeat;
}
.contactsfeildt2 {
	float: left;
	height: 25px;
	width: 211px;
	margin-top: 30px;
	background-image: url(images/newnameffield.png);
	background-repeat: no-repeat;
}
.contactscomments {
	float: left;
	height: 96px;
	width: 211px;
	margin-top: 10px;
	
}
.phonec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00aeef;
	float: left;
	height: 20px;
	width: 188px;
}
.phonecno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3b393a;
	float: left;
	height: 20px;
	width: 188px;
	margin-top: 10px;
}
.phonetextdum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b393a;
	float: left;
	height: auto;
	width: 188px;
	margin-top: 10px;
}
.arial-gary13 {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.arial-black11 {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blue-txt18 {
	font-family: "Century Gothic";
	font-size: 22px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}

.pinkbold {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 15px;
	font-weight: bold;
	color: #ef2f94;
	text-decoration: none;
}
.contacscontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b3938;
	float: left;
	height: auto;
	width: 945px;
	margin-top: 10px;
	padding-left: 34px;
}
.testimonialsbox1 {
	background-image: url(images/newtestimonialsbox.png);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 788px;
	margin-left: 100px;
	margin-top: 10px;
}
.testimonialsbox2 {
	background-image: url(images/newtestimonialsbox.png);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 788px;
	margin-left: 100px;
	margin-top:10px;
}
.testimonialdiscricption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	font-size: 13px;
	color: #3b3939;
	height: auto;
	width: 768px;
	margin-top: 15px;
	margin-left: 10px;
}
.testimonialsname {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00aeef;
	float: left;
	height: auto;
	width: 768px;
	margin-top: 2px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}
.testimonialslocation  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ef2f94;
	float: left;
	height: auto;
	width: 770px;
	margin-top: 4px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}

.testimonialslocation a{
color:#ef2f94;
text-decoration:none;
}


.testimonialslocation a:hover{
color:#ef2f94;
text-decoration:underline;
}

.blogboxleft {
	float: left;
	height: auto;
	width: 660px;
	margin-right: 25px;
	margin-top: 20px;
}
.blogboxright {
	background-image: url(images/newblogbox.png);
	float: right;
	height: 213px;
	width: 242px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.blogboxright2 {
	background-image: url(images/newblogbox2.png)
	float: right;
	height: 252px;
	width: 242px;
	background-repeat: no-repeat;
	margin-top: 20px;
	float: right;
	background-image: url(images/newblogbox2.png);
}
.blogheading {
	font-family: Georgia;
	font-size: 19px;
	text-transform: none;
	color: #00aeef;
	float: left;
	height: auto;
	width: 626px;
	margin-left: 33px;
}
.blogheading a {
	font-family: Georgia;
	font-size: 18px;
	text-transform: none;
	color: #00aeef; text-decoration:none;
}
.blogdatetime1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00aeef ;
	text-transform: none;
}
.blogdatetime {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 13px;
	width: 626px;
	margin-top: 10px;
	margin-left: 33px;
}
.blogcontents {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: auto;
	width: 626px;
	margin-left: 33px;

	margin-top: 10px;
}
.readmore {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #00aeef;
	float: right;
	height: 20px;
	width: 80px;
}
.readmore a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #00aeef; text-decoration:none;
}
.readmore a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #00aeef; text-decoration:underline;
}
.sahre {
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 33px;
	margin-top: 20px;
}
.sharetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3939;
	float: left;
	height: 12px;
	width: 50px;
	margin-left: 2px;
	vertical-align: middle;
	text-align: left;
	margin-top: 25px;
}
.sharetext a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3939;
	float: left; text-decoration:none;
}
.blogleftline {
	float: left;
	height: 1px;
	width: 626px;
	margin-left: 33px;
	background-color: #CCC;
	margin-top: 10px;
}

.achivetest {
	font-family: Georgia;
	font-size: 23px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 23px;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
}
.achivebycatag {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 20px;
	width: 200px;
	margin-left: 30px;
	margin-top: 20px;
	text-align: left;
}
.achivebymonth {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 20px;
	width: 180px;
	margin-top:12px;
	margin-left: 20px;
	text-align: center;
}
.achivetext1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #FFF;
	float: left;
	height: 13px;
	width: 180px;
	margin-top: 10px;
	margin-left: 30px;
}
.achivetext1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none; 
	color: #FFF; text-decoration:none;
}
.achivetext1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #FFF;
	text-decoration:underline;
}
.achivetext2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #FFF;
	float: left;
	height: 13px;
	width: 200px;
	margin-top: 4px;
}
.achiveline {
	background-image: url(images/newlineachivies.png);
	background-repeat: no-repeat;
	float: left;
	height: 1px;
	width: 187px;
	margin-top: 10px;
	margin-left: 30px;
}
.commentsicon {
	background-image: url(images/newcomments.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 22px;
}
.commentstestss {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #3b3939;
	float: left;
	height: 15px;
	width: 190px;
	margin-top: 25px;
}
.commentstestss a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #3b3939; text-decoration:none;
	
}.allboader {
	border: 1px solid #c7c7c7;
}
.black-bold {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #bd196f;
	text-decoration: none;
}
.white-txt13 {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.testimoni{
	background-image: url(images/newtestimonialsbox1.png);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 695px;
	margin-top: 10px;
}

.testim{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	font-size: 13px;
	color: #3b3939;
	height: auto;
	width: 680px;
	margin-top: 15px;
	margin-left: 10px;
}
.arial12-none {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none; line-height:23px;
}
.dark-pinkbold {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 13px;
	font-weight: bold;
	color: #ce1778;
	text-decoration: none;
}

.bottam-line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7b6d8;
	
}
.bottam-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7b6d8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f7b6d8;
}
.heding-black {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.dark-pinkbold {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 13px;
	font-weight: bold;
	color: #ce1778;
	text-decoration: none;
}
.arial12-black {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blue-text14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}



.asdf {
	background-image: url(images/newtestimonialsbox1.png);
	background-repeat: no-repeat;
	float: left;
	height: 127px;
	width: 695px;
	margin-top: 10px;
}


.relaibale12 {
	float: left;
	height: auto;
	width: 696px;
	
}


/*New css 05-10-12*/
.blue-text14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}

.pink23 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #ef2f94;
	text-decoration: none;
}

.orenge12 {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 11px;
	font-weight: normal;
	color: #ff6400;
	text-decoration: underline;
}


.bluetext14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #00aeef;
	text-decoration: none;
}

a.bluetext14:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #DB1E82;
	text-decoration: none;
}

.whitebold-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebold-text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background:url(images/newblue-box3.jpg) repeat-x;
	
	height: 34px;
	
}
.bg6
{
background:url(images/newblue-box6.jpg) repeat-x;
	
	height: 34px;
}
.arialbold-black {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.arialbold-black a {
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.arialbold-black a:hover{
	font-family: Arial, Helvetica, sans-serif, Aubrey;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.spaces {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #000;
	float: left;
	height: 8px;
	width: 300px;
	margin-top: 1px;
	margin-left: 400px;
}




/*new styles*/
.submitbutton
{

width:80px;
border:none;
background:url(images/newsubmit.png) no-repeat;
color:transparent;
text-indent:-99999px;
height:25px;

margin-top: 15px;
}
.submitbutton1
{

width:80px;
border:none;
background:url(images/newsubmit.jpg) no-repeat;
color:transparent;
text-indent:-99999px;
height:22px;
margin-top: 15px;

}
.menuleft
{
width:9px;
float:left;
}

.menubg
{
width:995px;
float:left;
background:url(images/newmenubg.jpg) repeat-x;
height:39px;
}

.menubg ul
{
margin:0px 0px 0px 4px;
padding:0px;
}


.menubg ul li
{
list-style:none;
float:left; background:url(images/newspe.jpg) right no-repeat;
height:39px;
font-family:"Century Gothic", arial, Arial;
color:#FFFFFF;
line-height:38px;
text-transform:uppercase;


}

.menubg ul li a
{
padding:0px 21px 0px 21px;
color:#FFFFFF;
text-decoration:none;
display:block;
float:left;
height:39px;
margin:0px 3px 0px 0px;

}

.menubg ul li a:hover
{
background:#00adef;
}

/*Edited-styles*/

.bottomnav {
    margin-left:0px;
	float: center;
	text-align:center;'
	height: 21px;
	width:1000px;
	padding-top:13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.bottomnav ul
{
list-style:none;
}
.bottomnav ul li
{
float:left;
padding-left:5px;
padding-right:5px;
}
.bottomnav ul li a {
font-size:11px;
}
#getsocialmain
{
display:inline;
}
.arial-gary13 input[type="text"]
{
width:153px;
}
.testim p
{
margin:0px !important;
padding:0px !important;
}
#blogcat
{
list-style:none;
padding:0px !important;
}
#blogcat ul
{
list-style-image:url('images/newaro3.jpg');
padding-left: 20px !important;
}

#blogcat ul li

{
padding-bottom: 5px;
}
#blogcat ul li a
{
text-decoration: none !important;
color: #FFFFFF !important;
}


#blogarchive {
list-style-image:url('images/newaro3.jpg');
padding-left: 20px !important;
}

#blogarchive  li

{
padding-bottom: 5px;
}
#blogarchive li a
{
text-decoration: none !important;
color: #FFFFFF !important;
}
.shareaholic-show-on-load
{
margin-left:0px !important;

float:left;

}
.shareaholic-like-buttonset
{
float:right !important;
margin-top: -45px;
margin-right: 250px;
}
#breadcrumbs a
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: normal;
color: #DC2486;
text-decoration: none;
}
#breadcrumbs a:hover , #breadcrumbs
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: normal;
color: #4DC6F3;
text-decoration: none;
}

#respond  p input[type="text"]
{ float: right; }


#respond  p textarea
{ clear:both; margin-left: 50px; }
.comment-form-comment label
{
text-align:center;
font-family: Arial, Helvetica, sans-serif, Aubrey;
font-size: 15px;
font-weight: bold;
color: #ef2f94;
text-decoration: none;
clear:both;
display:block;
}
.e-newsletter-widget {
	background-color: #FE2EF7
}
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0 3px 0 0;
	text-align: right;
	width: 45%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}
.col-300 {
width: 31.914893617021%;
}
.grid {
float: left;
margin-bottom: 2.127659574468%;
padding-top: 0;
}
.col-940 {
width: 100%;
}
.col-620 {
width: 65.957446808511%;
}
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}
#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	/*border: 1px solid #e5e5e5;*/
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 20px 20px 20px 30px;
	position: relative;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}
 #text-5{
background-color: #ffffff;
border: 1px solid #ffffff;
}

#recent-posts-3
{
margin-right: 5%;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	
}

#footer {
	font-size: 11px;
	line-height: 1.5em;
}

#recent-posts-3 a {
	color: #333333;
	font-weight: 400;
}

#recent-posts-3 a:hover {
	color: #444444;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	/* word-wrap: break-word; */
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}
a {
color: #0066cc;
font-weight: 400;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #444444;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

#text-4
{

margin-left:32px;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {

	body {
	}

	.grid,
	.grid-right {
	 float: left !important; 
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}

}

@media screen and (max-width: 650px) {

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		 float: left !important; 
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 0 auto;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		 float: left !important; 
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}