/*
Theme Name: Whiteboard Creations
Author: the Whiteboard Creations team
Author URI: http://whiteboardcreations.com/
Description: The whiteboard 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.
Version: 1.0
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, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: whiteboard

*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure

----------------------------------------------- */



#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#primary {
	float: right;
	width: 589px;
}
#content {
	float: left;
	width: 589px;
}
.phone-txt .txt > a {
  color: #fff;
}
#secondary {
	float: left;
	width: 279px;
}
/* Singular */

.singular #primary {
	margin: 0;
}
.singular #content,  .left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}
/* Attachments */
#seogroup h2:nth-child(2) {
    display: none;
}
#seogroup p:nth-of-type(2) {
    display: none;
}
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}
/* Showcase */

.page-template-showcase-php #primary,  .left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,  .left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* error404 */

.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Right Content */

.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}
.menu-button .touch-button{
	display:none !important;
}
/* One column */

.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */

.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */

.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */

.one-column.singular .entry-header,  .one-column.singular .entry-content,  .one-column.singular footer.entry-meta,  .one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */

.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */

.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */

.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */

.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,  .one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}
/* =Global

----------------------------------------------- */



body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */

p {
	margin-bottom: 10px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,  sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Forms */

input[type=text],  input[type=password],  textarea,  input[type=email] {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,  textarea:focus,  input[type=email]:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],input[type=email] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/* Links */

a {
	color: #3B5BAD;
	text-decoration: none;
}
a:focus,  a:active,  a:hover {
	text-decoration: none;
	color:#9A9516;
}
/* Assistive text */

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,  #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =Header

----------------------------------------------- */
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,  #site-title a:focus,  #site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
/* =Menu

-------------------------------------------------------------- */
#access {
	display: block;
	float: right;
	margin-bottom: 31px;
	margin-right: 20px;
	margin-top: 5px;
	width: 582px;
}
#access div {
	float: left;
	width: 582px;
}
#access ul {
	list-style: none;
	float:left;
	width:582px;
	margin:0px;
	padding:0px;
}
#access li {
	float: left;
	position: relative;
	list-style:none;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:15px;
}
#access li:first-child, #access ul ul li {
	margin-left:0px;
}
#access a {
	display: block;
	color:#000000;
	text-decoration:none;
	padding:5px 8px 5px 8px;
	text-transform:uppercase;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	width: 235px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #2847A4;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding:5px 8px 5px 8px;
	width: 230px;
}
#access li:hover > a,  #access a:focus {
	color:#fff;
	background-color:#2847a4;
	padding:5px 8px 5px 8px;
}
#access ul ul li:hover > a,  #access ul ul :hover > a,  #access ul ul a:focus {
	color:#2847a4;
	background-color:#DDDDDD;
	padding:5px 8px 5px 8px;
}
#access li:hover > a,  #access a:focus {
	color:#fff;
	background-color:#2847a4;
	padding:5px 8px 5px 8px;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,  #access .current-menu-ancestor > a,  #access .current_page_item > a,  #access .current_page_ancestor > a {
	color:#fff;
	background-color:#2847a4;
	padding:5px 8px 5px 8px;
}
/* Search Form */

#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
/* =Content

----------------------------------------------- */
#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-header {
	float:left;
	width:579px;
	padding-bottom:10px;
	padding-left:10px;
}
.page-title {
	color: #2C5DB9;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,  .no-results {
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
}
.hentry:last-child,  .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	float:left;
}
.entry-title,  .entry-title a {
	color: #185E9A;
	text-decoration: none;
}
.entry-title a:hover,  .entry-title a:focus,  .entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size:14px;
    font-family:Calibri,Tahoma,Arial,Verdana;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,  .entry-summary {
	float:left;
	width:100%;
	font-family:Calibri, Tahoma, Arial, Verdana;
}
.entry-content h1,  .entry-content h2,  .comment-content h1,  .comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,  .comment-content h3 {
	color: #2C5DB9;
	float: left;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.entry-content table,  .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,  .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,  .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,  .comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,  .comment-content ol ol,  .comment-content ul ol,  .comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,  .commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,  .commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
/* Images */

.entry-content img,  .comment-content img,  .widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
 img[class*="align"],  img[class*="wp-image-"],  img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,  img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img {
	max-width:575px;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 1.625em;
}
p img,  .wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,  .gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.wp-caption img {
	border-color: #eee;
}
 a:focus img[class*="align"],  a:hover img[class*="align"],  a:active img[class*="align"],  a:focus img[class*="wp-image-"],  a:hover img[class*="wp-image-"],  a:active img[class*="wp-image-"],  #content .gallery .gallery-icon a:focus img,  #content .gallery .gallery-icon a:hover img,  #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
 background: #eee;
 border-color: #bbb;
}
.wp-caption a:focus img,  .wp-caption a:active img,  .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/* Make sure embeds and iframes fit their containers */

embed,  iframe,  object {
	max-width: 100%;
}
/* Password Protected Posts */

.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}
/* Author Info */

#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}
/* Comments link */

.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,  .entry-header .comments-link a:focus,  .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/

.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,  article.format-link .entry-content,  article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}
/* Singular content styles for Posts and Pages */

.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,  .singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,  blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,  .singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
/* =Aside

----------------------------------------------- */



.format-aside .entry-title,  .format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
/* =Link

----------------------------------------------- */



.format-link .entry-title,  .format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
/* =Gallery

----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
/* =Status

----------------------------------------------- */

.format-status .entry-title,  .format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}
/* =Quote

----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}
/* =Image

----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,  .indexed.format-image .entry-content p:first-child a,  .indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,  .indexed.format-image .entry-meta span.tag-links,  .indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
/* =error404

----------------------------------------------- */



.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* =Showcase

----------------------------------------------- */

div#primary.full_width_template {
    width: 100% !important;
}
.full_width_wraper {
    width: 100% !important;
}
.inner-right.full_width_content {
    width: 100% !important;
}
.clear {
    clear: both;
}
.audit_wrapper {
    display: table;
    width: 100%;
    float: left;
}
.site_img_left {
    float: left;
    width: 66%;
}
.site_img_right {
    float: left;
    width: 66%;
}
.audit_content {
    float: left;
    width: 33%;
}
.site_img_left img,  .site_img_right img {
    display: table;
    max-width: 100%;
    height: auto;
}
.audit_content h2 {
    margin-top: 40px !important;
    float: left !important;
    font-size: 30px !important;
    font-weight: normal !important;
}
h1.audit_header {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 36px !important;
	line-height:42px;
}
.inner-right.full_width_content h1 {
    float: left;
}
div#localprospector-embed {
    float: left;
}
#localprospector-wrapper h1 {
    width: 100%;
    padding: 0 !important;
	box-sizing:border-box;
}
#localprospector-wrapper h2 {
    width: 100%;
    padding: 0 !important;
	box-sizing:border-box;
}
h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
/* Intro */

article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,  article.intro .edit-link a:focus,  article.intro .edit-link a:active {
	background: #777;
}
/* Featured post */

section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Small featured post */

section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,  section.featured-post .attachment-small-feature:focus,  section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255, 255, 255, 0.8);
}
/* Large featured post */

section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,  section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255, 255, 255, 0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}
/* Featured Slider */

.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,  .featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60, 60, 60, 0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
	cursor: default;
	opacity: 0.5;
}
/* Recent Posts */

section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,  section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
/* =Attachments

----------------------------------------------- */



.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,  .image-attachment div.attachment a:hover img,  .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
/* =Navigation

-------------------------------------------------------------- */



#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */

#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,  #nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}
/* =Widgets

----------------------------------------------- */



.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,  .widget a:focus,  .widget a:active {
	text-decoration: underline;
}
/* Search Widget */

.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Ephemera Widget */

section.ephemera ol,  .widget_whiteboard_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_whiteboard_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_whiteboard_ephemera .comments-link a,  .widget_whiteboard_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,  .widget_whiteboard_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}
/* Twitter */

.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}
/* Widget Image */

.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}
/* Calendar Widget */



.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,  .widget_calendar #wp-calendar td,  .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* =Comments

----------------------------------------------- */



#comments-title {
	color: #666666;
	float: left;
	text-transform: uppercase;
	width: 589px;
}
.nopassword,  .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none outside none;
	margin: 0 auto;
	width: 95%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%;
}
.commentlist > li.comment {
	border-bottom: 1px solid #CACACA;
	margin: 0 0 0.625em 2em;
	padding: 0 0 10px 10px;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	background-color: #F4F4F4;
	border-left: 5px solid #CFCFCF;
	list-style: none outside none;
	margin: 0 0 0.625em 0;
	padding: 0;
}
.commentlist .children li.comment {
	background: url("images/inner-cmt-bg.jpg") repeat-x scroll left bottom #F4F4F4;
	border-left: 1px solid #DDDDDD;
	margin: 1.625em 0 0;
	padding: 2em 1.625em 1.625em 3em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666666;
	font-size: 12px;
	line-height: 2.2em;
	padding-bottom: 10px;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 0;
}
.commentlist .children li.comment .comment-content {
	margin: 0;
}
.commentlist .children li.comment .comment-content p {
	padding-top: 10px;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	left: -40px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	position: absolute;
}
.commentlist > li.pingback:before {
	content: "";
}
.commentlist .children .avatar {
	background: none repeat scroll 0 0 transparent;
	box-shadow: none;
	left: 10px;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 3px 3px 3px 3px;
	color: #666666;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-left: 5px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: none repeat scroll 0 0 #888888;
	color: #FFFFFF;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist > li.bypostauthor {
	background: none repeat scroll 0 0 #DDDDDD;
	border-color: #D3D3D3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url("images/comment-arrow-bypostauthor.png");
}
.commentlist .children > li.bypostauthor {
	background: none repeat scroll 0 0 #DDDDDD;
	border-color: #D3D3D3;
}
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */

#comments {
	float: left;
	width: 100%;
}
#respond {
	float: left;
	/*margin-left: 10px;
	padding-left: 10px;*/
	width: 100%;
}
#respond input[type="text"],  #respond textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#respond .comment-form-author,  #respond .comment-form-email,  #respond .comment-form-url,  #respond .comment-form-comment {
	position: relative;
}
#respond input[type="text"]:focus,  #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,  #respond .comment-form-email .required {
	color: #FF4B33;
	font-weight: bold;
}
#respond .comment-notes,  #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond input#submit {
	background: url("images/submit-bg.jpg") no-repeat scroll left top transparent;
	border: 0 none;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	padding: 0 0 2px;
	width: 138px;
}
#respond input#submit:hover {
	background: url("images/submit-bg.jpg") no-repeat scroll left bottom transparent;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,  #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #2C5DB9;
	float: left;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,  #cancel-comment-reply-link:active,  #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* =Footer

----------------------------------------------- */



#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
/* Two Footer Widget Areas */

#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */

#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* 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: 95%;
}

	/* 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;
}
.page-header{
width:100%;	
}
#content{
width:100%;	
}
}
 @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;
}
}





/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,  footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}
#site-title a {
	font-size: 21pt;
}
#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}
.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title,  .singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {
	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}
#colophon {
	display: none;
}
/* Comments */

	.commentlist > li.comment {
	background: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .fn {
	display: block;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
	display: none;
}
 .commentlist > li::before,  .commentlist > li.bypostauthor::before {
 content: '';
}
.commentlist .reply {
	display: none;
}
/* Post author highlighting */

	.commentlist > li.bypostauthor {
	color: #444;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #666;
}
.commentlist > li.bypostauthor:before {
	content: none;
}
/* Post Author threaded comments */

	.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}
.commentlist .children > li.bypostauthor > article,  .commentlist .children > li.bypostauthor > article .comment-meta {
	color: #666;
}
}
/* =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";
 @font-face {
 font-family: 'Conv_ROCK';
 src: url('fonts/ROCK.eot');
 src: local('?'), url('fonts/ROCK.woff') format('woff'), url('fonts/ROCK.ttf') format('truetype'), url('fonts/ROCK.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.wrapper {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.topheader {
	float:left;
	width:940px;
	height:90px;
}
.socialmedia {
	float:left;
	width:340px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
.socialmedia1 {
	float:left;
	width:940px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(images/btm-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#42464e;
	height:33px;
}
.smouter1 {
	float:left;
	width:352px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	margin-top:7px;
}
.sclbox {
	float: left;
	height: 30px;
	width: 100%;
}
.fbcounter {
	float: left;
	height: 30px;
	margin: 4px;
	padding-right: 0px;
	width: 80px;
}
.glplus {
	float: left;
	height: 30px;
	margin: 4px;
	padding-right: 0px;
	width: 70px;
}
#___plusone_0 {
	width: 70px !important;
}
.twtcounter {
	float: left;
	height: 30px;
	margin: 4px;
	width: 150px;
}
.smouter {
	float:right;
	width:207px;
	margin-top:5px;
	margin-right:2px;
}
.sm {
	float:left;
	margin-right:7px;
}
.sm1 {
	float:left;
}
.sm a:hover {
	float:left;
	margin-top:3px;
}
.sm1 a:hover {
	float:left;
	margin-top:3px;
}
.hright {
	float:right;
	width:585px;
	margin-top:16px;
}
.contact-txt {
	float:left;
	width:100%;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:10px;
	text-align:right;
}
.phoneouter1 {
	float:right;
	background-color:#FFFFFF;
	/*background-image:url(images/phone-edge.jpg);*/
	height:26px;
	background-position:right;
	background-repeat:no-repeat;
	padding-right:0;
	margin-right:6px;
	overflow:hidden;
	border-radius:3px;
}
.phoneouter {
	float:right;
	background-color:#FFFFFF;
	background-image:url(images/phone-edge.jpg);
	height:26px;
	background-position:right;
	background-repeat:no-repeat;
	padding-right:5px;
	margin-right:10px;
}
.phone-txt {
	float:left;
	background-image:url(images/phone-edge1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
	height:26px;
}
.phone-txt .txt {
	float:left;
	background-image:url(images/phone-bg.jpg);
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-right:5px;
	padding-top:5px;
}
.phone-txt .num {
	float:left;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2846a4;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
}
.container-main {
	float:left;
	width:940px;
	background-color:#FFFFFF;
	padding-top:23px;
}
.header {
	float:left;
	/* width:940px; */

	height:131px;
	background-image:url(images/header-bg.jpg);
}
.logo {
	margin-left:-20px;
	float:left;
	width:321px;
}
.nav {
	float:right;
	width:582px;
	margin-bottom:43px;
	margin-top:5px;
	margin-right:20px;
}
.nav ul {
	float:left;
	width:582px;
	margin:0px;
	padding:0px;
}
.nav ul li {
	float:left;
	list-style:none;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:15px;
}
.nav ul li:first-child {
	margin-left:0px;
}
.nav ul li a {
	color:#000000;
	text-decoration:none;
	padding:5px 8px 5px 8px;
}
.nav ul li a:hover {
	color:#fff;
	background-color:#2847a4;
	padding:5px 8px 5px 8px;
}
.keywords {
	float:right;
	width:582px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#838383;
	line-height:19px;
	margin-right:20px;
}
.banner {
	float:left;
	width:940px;
	background-image:url(images/banner-bg.jpg);
	background-repeat:repeat-x;
}
.contarea {
	float:left;
	width:892px;
	padding:0px 24px 24px 20px;
	background: #fff;
}
.contentinner {
	float: right;
	width: 589px;
}
.cont-right {
	float:right;
	width:415px;
}
.right-outer {
	float:right;
	width:415px;
}
.cont-right h1 {
	float:right;
	width:415px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#2846a4;
	margin:0px 0px 24px 0px;
	padding:0px;
	font-weight:normal;
}
.cont {
	float:left;
	width:415px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:13px;
	color:#4e4f52;
	line-height:18px;
}
.contleft {
	float:left;
	width:455px;
}
.contleft h1 {
	float:left;
	width:455px;
	color:#313131;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	border-bottom:1px #d6d6d6 dashed;
}
.services {
	float:left;
	width:226px;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:24px;
	color:#2846a4;
	margin-bottom:20px;
}
.services span {
	float:left;
	width:226px;
	color:#5f6a7e;
	font-size:15px;
	font-family:Arial Narrow, Helvetica, sans-serif;
}
.shead {
	color: #2846A4;
	cursor: pointer;
	float: left;
	text-decoration: none;
	width: 226px;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.shead:hover, .sheadhover {
	color:#CFC323;
}
.shead a {
	color: #2846A4;
	text-decoration: none;
}
.shead a:hover {
	color:#000;
	text-decoration: none;
}
.services a {
	color:#2846a4;
	text-decoration:none;
}
.services a:hover {
	color:#000;
}
.headlink {
	color: #2846A4;
	float: left;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 15px;
	width:410px;
}
.headlink a {
	color: #2846A4;
	text-decoration:none;
}
.headlink a :hover {
	color: #000;
	text-decoration:none;
}
.featured {
	float:left;
	width:862px;
	background-color:#2846a4;
	padding:15px 39px 15px 39px;
}
.featured h1 {
	float:left;
	width:862px;
	color:#FFFFFF;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
}
.featured-contouter {
	float:left;
	width:862px;
	background-image:url(images/featured-cont.jpg);
	height:118px;
	margin-bottom:10px;
}
.featured-cont {
	float:left;
	width:838px;
	margin-top:14px;
}
.edge {
	float:left;
	width:12px;
	background-image:url(images/edge.jpg);
	height:118px;
}
.edge1 {
	float:right;
	width:12px;
	background-image:url(images/edge1.jpg);
	height:118px;
}
.clientlogo {
	float:left;
	/*margin-top:28px;*/

	margin-right:18px;
	margin-left:18px;
	margin-top:25px;
}
.clientlogo1 {
	float:left;
	margin-top:10px;
	margin-right:18px;
	margin-left:18px;
}
.view-work {
	float:left;
	width:654px;
	padding-left:208px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:10px;
}
.view-work a {
	margin-left:10px;
	background-color:#7083bf;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 8px 5px 8px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
}
.view-work a:hover {
	color:#000000;
}
.footer {
	float:left;
	width:880px;
	background-color:#42464e;
	padding:10px 30px 10px 30px;
}
.footer-left {
	float:left;
	width:515px;
	margin-top:5px;
}
.footer-left ul {
	float:left;
	width:515px;
	margin:0px 0px 15px 0px;
	padding:0px;
	list-style:none;
	text-transform: uppercase;
}
.footer-left ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.footer-left ul li {
	float:left;
	color:#c2c5cb;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:26px;
}
.footer-left ul li:first-child {
	margin-left:0px;
}
.footer-left ul li a {
	color:#c2c5cb;
	text-decoration:none;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
}
.footer-left ul li a:hover {
	color:#000000;
}
.fouter {
	float:left;
	width:515px;
}
.fcont {
	float:left;
	width:515px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:15px;
	line-height:23px;
	color:#b9bcc2;
	margin-bottom:10px;
}
.fromblog {
	float:right;
	width:303px;
}
.fromblog h1 {
	float:right;
	width:303px;
	/*color:#0d297f;*/

	color:#C2C5CB;
	border-bottom:1px #686b71 dashed;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:7px 0px 5px 0px;
	padding:0px 0px 10px 0px;
}
.blogcont {
	float:left;
	width:303px;
	color:#fff;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.blogcont a {
	font-weight:bold;
	color:#c2c5cb;
	text-decoration:none;
}
.readmore {
	float:left;
	color:#0d297f;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:12px;
	width: 100%;
	text-align:right;
}
.readmore a {
	/*color:#0d297f;*/

	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.readmore a:hover {
	color:#B0AB1B;
	text-decoration:none;
}
/*Blog Page

------------------------------------------------------------------------*/



#latest-article-wrap {
	background: url("images/latest-articles-bg.jpg") repeat-y scroll left center #FFFFFF;
	width: 589px;
	float: left;
}
#latest-article-wrap #title-wrap {
	background: url("images/latest-articles-title-bg.gif") no-repeat scroll left top #353535;
	color: #FFFFFF;
	font-size: 15px;
	height: 33px;
	padding:1px 0px 0px 10px;
	text-transform: uppercase;
	width: 579px;
	float: left;
    font-family:"ROCKWELL";
	background-size:100% 34px !important;
}
#latest-article-wrap #list-wrap {
	background: url("images/latest-articles-curve-btm.jpg") no-repeat scroll left bottom transparent;
	padding: 18px 0 20px 18px;
	width: 570px;
	float: left;
}
#wrapper {
	width: 566px;
}
.product-list {
	background: url("images/horizontal-wrap-bg.jpg") repeat-x scroll left bottom transparent;
	margin: 0 0 15px;
	padding: 5px 13px 27px;
	width: 517px;
	float: left;
}
.product-list h2 {
	color: #3C5CAF;
	display: block;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 38px;
	margin: 0;
	/*overflow: hidden;*/

    padding: 0;
	width: auto;
	line-height:18px;
}
.product-list h2 a {
	color: #3C5CAF;
	text-decoration: none;
}
.product-list h2 a:hover {
	color: #B0AB1B;
	text-decoration: none;
}
.postd-date {
	border-top: 1px solid #D1D1D1;
	color: #B4B3B3;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	height: auto;
	margin: 8px 0 0;
	overflow: hidden;
	padding: 7px 0 0;
	width: 100%;
}
.date {
	float: left;
}
.postd-date span {
	color: #838694;
}
.description {
	margin:0;
	padding: 0;
}
#list {
	display: none;
}
.list-view-icon {
	background: url("images/thumb-view.jpg") no-repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 14px;
	margin: 5px 10px 0 0;
	width: 18px;
}
.view-active {
	background: url("images/thumb-view.jpg") no-repeat scroll left bottom transparent;
}
.list-view-icon2 {
	background: url("images/list-view.jpg") no-repeat scroll left top transparent;
	cursor: pointer;
	float: right;
	height: 14px;
	margin: 5px 0 0;
	width: 22px;
}
.view-active2 {
	background: url("images/list-view.jpg") no-repeat scroll left bottom transparent;
	cursor: pointer;
	float: right;
	height: 14px;
	margin: 3px 0 0;
	width: 22px;
}
/* grid view */

.grid .product-list {
	width:272px;
	float:left;
	margin:0px 10px 21px 0px;
	background:url(images/list-bg.gif) left top repeat-y;
	padding:0px;
}
.grid .curv-bottom {
	width:246px;
	background:url(images/list-curve-bottom.gif) left bottom no-repeat;
	min-height:340px;
	padding:12px 14px 2px 14px;
}
.grid .thumb {
	float: left;
	height: 65px;
	margin-bottom: 12px;
	width:auto;
}
.grid .thumb img {
	border: medium none;
	float: left;
	margin: 0 0px 0 0;
	width:auto;
}
.grid .curv-top {
	width:272px;
	background:url(images/list-curve-top.gif) left top no-repeat;
}
.grid .description {
	width:246px;
	clear: both;
	height: 227px;
	padding: 0;
	float:none;
}
.grid .description p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.grid h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:18px;
	height:65px;
	overflow:hidden;
	color:#2847A4;
	font-weight:normal;
	width:auto;
	float:none;
}
.grid h2 a {
	color:#2847A4;
	text-decoration:none;
}
.grid h2 a:hover {
	color:#A5A119;
	text-decoration:underline;
}
.grid .postd-date {
	width:271px;
	padding:7px 0px 0px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#b4b3b3;
	margin:8px 0px 0px 0px;
	border-top:1px solid #d1d1d1;
	overflow:hidden;
	height:78px;
	float:none;
	width:auto;
}
.grid .date {
	float:left;
}
.grid .postd-date a {
	color:#579409;
	text-decoration:none;
}
.grid .postd-date a:hover {
	text-decoration:underline;
}
.grid .postd-date span {
	color:#579409;
}
.grid .entry-content-wrap {
	height:195px;
}
.thumb {
	float: left;
	margin-bottom: 12px;
	margin-right: 20px;
}
.entry-content-wrap {
	margin: 0;
	padding: 0;
}
#pagination-wrap {
	border-top: 1px solid #D6D6D6;
	float: left;
	margin: 20px 0 0 2px;
	padding: 15px 0 0;
	width: 545px;
}
.wp-pagenavi a, .wp-pagenavi span {
	background-image: url("images/navbg.png");
	background-repeat:repeat-x;
	cursor: pointer;
	float: left;
	height: 23px!important;
	padding: 1px 10px 0 !important;
	border:none !important;
	color:#fff !important;
}
.wp-pagenavi span.current {
	background: url("images/navbg1.png") no-repeat scroll left top transparent;
	background-repeat:repeat-x;
}
.wp-pagenavi span.current {
	font-weight:normal;
	color:#fff !important;
}
.inner-left {
	float:left;
	width:279px;
}
.inner-btn {
	float:left;
	width:279px;
	height:47px;
	margin-bottom:11px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
}
.inner-btn span {
	float:left;
	width:259px;
	background-image:url(images/btn-bg.jpg);
	height:37px;
	margin-bottom:11px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	padding:10px 10px 0px 10px;
	text-decoration:none;
}
.inner-btn span:hover {
	background-image:url(images/btn-bg1.jpg);
}
.inner-btn1,.inner-btn2 {
	float:left;
	width:279px;
	height:55px;
	margin-bottom:11px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	clear:both;
}
.inner-btn1 span ,.inner-btn2 span{
	float:left;
	width:259px;
	background-image:url(images/btn-bg1.jpg);
	height:37px;
	margin-bottom:11px;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	padding:10px 10px 0px 10px;
	text-decoration:none;
	cursor:pointer;
}
.inner-btn1 span:hover, .active span,.inner-btn2 span:hover{
	background-image:url(images/btn-bg.jpg);
}
.active {
	margin-bottom: 0px !important;
}
.inner-btn-cont,.inner-btn-cont2 {
	
	float: left;
	margin-bottom: 11px;
	padding: 10px;
	width: 257px;
	display:none;
}
.inner-btn-txt {
	float:left;
	width:257px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
}
.inner-btn-txt label {
	float:left;
	width:80px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.inner-btn-txt input {
	float:left;
	width:170px;
	height:20px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px #d9d9d9 solid;
	font-family:Calibri, Tahoma, Arial, Verdana;
}
.inner-btn-txt .cb {
	float:left;
	width:10px;
	height:20px;
	margin:0px 8px 10px 0px;
	padding:0px;
	border:1px #d9d9d9 solid;
}
.inner-btn-txt .lb {
	float:left;
	width:220px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.inner-btn-txt textarea {
	float:left;
	width:100%;
	height:80px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px #d9d9d9 solid;
}
.btn {
	float:left;
	width:257px;
	text-align:center;
}
.btn input {
	float:left;
	width:252px;
	background-image:url(images/btn-yellow.jpg);
	background-repeat:no-repeat;
	height:62px;
	text-indent:-300px;
	cursor:pointer;
	border:none;
}
.btn input:hover {
	float:left;
	width:252px;
	background-image:url(images/btn-blue.jpg);
	background-repeat:no-repeat;
	height:62px;
	text-indent:-300px;
	cursor:pointer;
	border:none;
}
.captcha {
	float:right;
	width:250px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:right;
}
.inner-btn-txt br {
	clear:left;
}
.inner-btn-txt .strong {
	font-weight:bold;
	text-transform:uppercase;
}
.inner-btn-txt a {
	color:#2c5db9;
	text-decoration:none;
}
.inner-btn-txt a:hover {
	color:#000000;
}
.inner-btn-cont ul,.inner-btn-cont2 ul {
	float:left;
	width:257px;
	margin:0px;
	padding:0px;
}
.inner-btn-cont ul li,.inner-btn-cont2 ul li {
	float:left;
	width:247px;
	list-style:none;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:20px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
.inner-btn-cont ul li a,.inner-btn-cont2 ul li a {
	color:#2c5db9;
	text-decoration:none;
	text-transform:uppercase;
}

.inner-btn-cont ul li a:hover,.inner-btn-cont2 ul li a:hover {
	color:#000000;
}
.read-more {
	float:right;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
}
.read-more a {
	color:#2c5db9;
	text-decoration:none;
}
.read-more a:hover {
	color:#000;
}
.inner-right {
	float:right;
	width:589px;
}
.menu_contact_form{
	width:100%;
	display:table;
}
.menu_contact_form input[type=text],.menu_contact_form input[type=email]{
  height: 23px;
  display:table;
  width: 90% ;
  margin: 11px auto 0px auto;
}
.menu_contact_form textarea {
	height: 80px;
	display:table;
  width: 90% ;
  margin: 11px auto 0px auto;
}
.menu_contact_form .wpcf7-form-control.wpcf7-checkbox {
  display: table;
  width: 94%;
  margin: 15px auto 0 auto;
}
.menu_contact_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  color: rgb(255, 255, 255);
  float: left;
  width: 258px;
}
.menu_contact_form .wpcf7-form-control.wpcf7-submit {
  background-color:#7083bf;
  color: rgb(255, 255, 255);
  font-family: Conv_ROCK,Arial,Helvetica,sans-serif;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
}
.menu_contact_form .wpcf7-form-control.wpcf7-submit:hover{
background-color:#708cc1;
}

.menu_contact_form .wpcf7-form-control.wpcf7-submit {
  width: 145px;
  display: table;
  margin: 10px auto 0 auto;
  border:none;
}

.menu_contact_form .wpcf7-form-control-wrap.name {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.inner-right h1 {
	float:right;
	width:589px;
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#2c5db9;
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
.inner-right h2 {
	float:right;
	width:589px;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#838383;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
}
.inner-right .subhead {
	float:right;
	width:589px;
	margin:0px 0px 4px 0px;
	padding:0px;
	color:#2C5DB9;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
}
.inner-cont {
	float:left;
	width:589px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC solid;
}
.inner-cont a {
	text-decoration:underline;
	color:#2c5db9;
}
.inner-cont a:hover {
	color:#000000;
}
.inner-cont1 {
	float:left;
	width:589px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	line-height:20px;
}
.inner-cont1 ul, .inner-cont ul {
	float:left;
	width:100%;
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style:none;
}
.inner-cont1 ul li, .inner-cont ul li {
	float:left;
	width:98%;
	line-height:24px;
	background-image:url(images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.inner-cont1 ul li a, .inner-cont ul li a {
	text-decoration:underline;
	color:#2c5db9;
}
.inner-cont1 ul li a:hover, .inner-cont ul li a:hover {
	color:#000000;
}
.contactinfo {
	float:left;
	width:589px;
}
.infoleft {
	float:left;
	width:389px;
}
.infobox {
	float:left;
	width:389px;
	padding-bottom:10px;
}
.inforight {
	float:left;
	width:200px;
}
.infoboxleft {
	width:150px;
	float:left;
	font-weight:bold;
}
.infoboxright {
	width:239px;
	float:left;
}
#note {
	float:left;
	width: 257px;
	margin-bottom:10px;
	display:none;
}
.notification_error {
	float:left;
	width: 247px;
	padding:5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #FFA4B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFCCFF;
}
.notification_ok {
	float:left;
	width: 247px;
	padding:5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #66FF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EEEEEE;
}
.grid .bottomcontainerBox div {
	padding-right:0px !important;
}
.inner-title-wrap2 {
	background: url("images/inner-title-bg.gif") repeat scroll 0 0 transparent;
	margin: 0 0 6px;
	padding: 11px 6px;
	width: 96%;
}
.inner-title-wrap2 span {
	background-color: #FFFFFF;
	color: #0E578B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.stroke2 {
	background-color: #B8D6E1;
	height: 1px;
	margin: 0 0 18px;
	overflow: hidden;
	width: 100%;
}
.comment-wrap {
	margin: 0 0 14px;
	padding: 0;
	width: 100%;
}
/* Slider 

---------------------------------------------------------*/

/* image replacement */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 

	define width and height of list item (slide)

	entire slider area will adjust according to the parameters provided here

	*/ 

	width:940px;
	height:281px;
	overflow:hidden;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(images/btn_next.gif) no-repeat 0 0;
}
ul#controls {
	margin-left:auto;
	padding:0;
	height:12px;
	width:470px;
}
ul#controls li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:12px;
	line-height:12px;
}
ul#controls li a {
	float:left;
	height:28px;
	line-height:212px;
	color:#555;
	text-decoration:none;
	background-image:url(images/blt.jpg);
	width:14px;
	height:12px;
	background-repeat:no-repeat;
}
ul#controls li.current a {
	color:#fff;
	background-image:url(images/blt-current.jpg);
	width:14px;
	height:12px;
	background-repeat:no-repeat;
}
ul#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
.slidercnt {
	float:left;
	width:940px;
}
.simage {
	float:left;
	width:427px;
}
.sdesc {
	float:left;
	width:513px;
	margin-top: 48px;
}
.sldhead {
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	color:#2746A1;
	font-size:23px;
	padding-bottom:10px;
	float:left;
	width:503px;
	padding-left:10px;
	line-height: 21px;
}
.sldesc {
	float:left;
	width:503px;
	padding-left:10px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:13px;
	color:#000;
	padding-bottom:40px;
}
.slderbtns {
	float:left;
	width:513px;
}
.sldrbtn1 {
	float:left;
	width:145px;
	margin-left:145px;
	margin-right:15px;
}
.sldrbtn2 {
	float:left;
	width:153px;
}
.testimonialouter {
	float:left;
	width:589px;
}
.testimonialinner {
	float:left;
	width:579px;
	padding:5px;
	background-color:#F5F5F5;
	margin-bottom:10px;
}
.testimonialinner1 {
	float:left;
	width:579px;
	padding:5px;
	margin-bottom:10px;
}
.testihead {
	float:left;
	width:579px;
	padding-bottom:3px;
}
.testmainhead {
	float:left;
	width:579px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:14px;
	color:#2C5DB9;
	line-height:13px;
	font-weight:bold;
}
.testmainsubhead {
	float:left;
	width:579px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:12px;
	color:#2C5DB9;
}
.testcont {
	float:left;
	width:579px;
	font-family:Calibri, Tahoma, Arial, Verdana;
	font-size:13px;
}
.navigation {
	float:left;
	width:100%;
	padding-bottom:10px;
}
.btn-active span {
	background-image:url(images/btn-bg.jpg);
}
.btn-inactive span {
	background-image:url("images/btn-bg1.jpg");
}
.author-info {
	width:96%;
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	padding:10px;
}
.author-avatar {
	float: left;
	width: auto;
}
.author-avatar img{
	float: left;
	width: auto;
}
.author-text {
	float:left;
	margin-left:10px
}
.author-header {
	float:left;
	width:95%;
	margin-bottom:1px;
}
.author-header h4 {
	padding:0px;
	margin:0px;
	font-size:14px;
}
.author-description {
	float:left;
	width:95%;
	font-size:12px;
	color:#3C5CAF;
}
.author-bio {
	float:left;
	width:95%;
}
#wp_thumbie {
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif !important;
}
#wp_thumbie ul {
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif !important;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#wp_thumbie_title a {
	font-family:Conv_ROCK, Arial, Helvetica, sans-serif !important;
	color:#000 !important;
	font-size:14px !important;
}
#wp_thumbie_title a:hover {
	color: ##9A9516 !important;
	text-decoration: none;
}
.bottomcontainerBox {
	overflow:hidden !important;
}
.smouter11 {
	float: left;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	margin-top: 17px;
	width: 352px;
}
.entry-header h1 {
	color: #2C5DB9;
	float: right;
	font-family: Conv_ROCK, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0;
	width: 589px;
}
.ul_cls {
	float: left;
	font-family: Calibri, Tahoma, Arial, Verdana;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	width: 589px;
}
.lft_ul {
	float:left;
	width:293px;
}
.rht_ul {
	float:left;
	width:293px;
}
.lft_ul ul, .rht_ul ul {
	float: left;
	list-style: none outside none;
	margin: 10px 0;
	padding: 0;
	width: 293px;
}
.lft_ul ul li, .rht_ul ul li {
	background-image: url(images/bullet.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	line-height: 24px;
	padding-left: 15px;
	width: 241px;
}
.lft_ul ul li a, .rht_ul ul li a {
	color: #2C5DB9;
	text-decoration: underline;
}
.lft_ul ul li a:hover, .rht_ul ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
.inner-cont p {
	margin-top:10px;
}
.portfolio-blk {
	float:left;
	width:283px;
	margin:10px 4px 20px 7px;
}
.portfolio-blk_r {
	float:left;
	width:280px;
	margin:10px 4px 20px 10px;
}
.portfolio-blk-img {
	float:left;
	width:280px;
	height:175px;
	margin:14px 0px;
}
.portfolio-blk h2 {
	float:left;
	width:281px;
	margin:0px;
	padding:0px;
	font-family:Rockwell, "Times New Roman";
	font-size:13px;
	color:#0070c0;
	font-weight:bold;
}
.portfolio-blk a {
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
	font-family:Calibri, Arial, "Lucida Sans";
	font-size:13px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.portfolio-blk a:hover {
	font-family:Calibri, Arial, "Lucida Sans";
	font-size:13px;
	color:#C00;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.portfolio-outer h5 {
	float:left;
	width:589px;
	font-family:Rockwell, "Times New Roman";
	font-size:20px;
	color:#2846a4;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.portfolio-outer h1 {
	float:left;
	margin:10px 0px;
	padding:0px;
	font-family:Rockwell, "Times New Roman";
	font-size:17px;
	color:#0070c0;
	font-weight:bold;
}
.portfolio-outer p {
	float:left;
	width:589px;
	font:normal 14px Calibri, Arial, "Lucida Sans";
	line-height:18px;
	color:#333;
	margin:10px 0px 10px 0px;
	padding:0px;
}
.portfolio-outer h3 {
	float:left;
	width:589px;
	font-family:Calibri, Arial, "Lucida Sans";
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	color:#797984;
	margin-top:10px;
	padding:0px;
}
.inner-port-left {
	width:279px;
	margin-right:10px;
	float:left;
	min-height:400px;
}
.portfoilo-right {
	width:589px;
	float:left;
}
.portfolio-outer {
	width:589px;
	float:left;
}
.lft_ul1 {
	float:left;
	width:280px;
}
.lft_ul_inr {
	float: left;
	padding: 0;
	width: 262px;
}
.rht_ul_inr {
	float: left;
	padding: 0;
	width: 293px;
}
.lft_ul_inr label {
	float: left;
	padding: 0;
	width: 134px;
	font-weight: bold;
}
.rht_ul_inr label {
	float: left;
	padding: 0;
	width: 79px;
	font-weight: bold;
}
.inner-cont ul li label {
	float: left;
	width: 125px;
}
.thethe-image-slider-thumbnails-inner {
	margin-left:auto;
	width:526px;
}
.frame-white .thethe-image-slider-thumbnails-dots .thethe-image-slider-thumbnails-thumb, .frame-white .thethe-image-slider-thumbnails-numbers .thethe-image-slider-thumbnails-thumb {
	background: url("images/pagination.png") no-repeat scroll 50% 0 transparent !important;
	color: #000000 !important;
	height: 22px !important;
	line-height: 22px !important;
	width: 18px !important;
}
.frame-white .thethe-image-slider-thumbnails .thethe-image-slider-thumbnails-currentthumb, .frame-white .thethe-image-slider-thumbnails .thethe-image-slider-thumbnails-activated {
	background-position: 50% -22px !important;
	color: #666666 !important;
}
.posted{
font-family:Calibri,Tahoma,Arial,Verdana;
font-size:11px;
}

.online-form{
  width: 589px;
  float:left;
}

.paybill-line{
  width: 589px;
  float:left;
  margin-bottom:5px;
}

.paybill-text{
  width: 200px;
  float:left;
}

.paybill-field{
  width: 389px;
  float:left;
}

.paybill-field input{
  width: 250px;
  float:left;
  font-family:Calibri,Tahoma,Arial,Verdana;
  color:#000;
}
.paybill-submit{
  float:left;
  width:250px;
}
.paybill-submit input{
  float:left;
  width:201px;
  height:30px;
  border:none;
  padding:0;
  margin:0px;
  text-indent:-306px;
  background-image:url(images/paybill.jpg);
  cursor:pointer;
}

.paybill-submit input:hover{
  float:left;
  width:201px;
  height:30px;
  border:none;
  padding:0;
  margin:0px;
  text-indent:-306px;
  background-image:url(images/paybill-hover.jpg);
  cursor:pointer;
}


.notification {
	float:left;
	width: 589px;
	margin-bottom:10px;
	display:none;
}
.mail-error {
	float:left;
	width: 446px;
	padding:5px;
	border:1px solid #FFA4B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFCCFF;
}
.mail-ok {
	float:left;
	width: 446px;
	padding:5px;
	border:1px solid #66FF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EEEEEE;
}
.acc_wrapper {
  display: none !important;
}


/***************** NEW RESPONSIVE STYLE *************************/
@media (max-width: 968px) {
	
	
	
	.services_heading {
  color: #fff;
  display: table;
  padding-left: 32px;
}	
	
	
	
.intro_contact {
  color: #fff;
  display: table;
  padding: 0 30px;
}
.intro_contact {
  padding-top: 20px;
}
.author-header {
  float: left;
  margin-bottom: 1px;
  width: 100%;
}
.author-description {
  color: rgb(60, 92, 175);
  float: left;
  font-size: 12px;
  width: auto;
}
	.acc_wrapper{
		display:table !important;
	}
	#accordion .menu-primary-container{
		display:table !important;
	}
	
	.wrapper, .container-main, .socialmedia1{
		width:750px;
		
}
.entry-content img {
  width: 100%;
}
.menu-button {
  padding: 0 !important;
}
#accordion  .inner-btn-cont.open-content {
  border: medium none;
  padding: 0 !important;
  
}
#accordion  .inner-btn-cont ul li{
	padding-left:0 !important;
}
#accordion  .inner-btn-cont{
	width:auto !important;
	padding:0 !important;
}
#accordion .inner-btn1{
	width:30.33% !important;
	overflow:hidden;
}


#accordion .inner-btn1.btn3 {
  position: absolute;
  left: 66.66% !important;
  width: 33.4% !important;
}
#accordion .inner-btn1.btn2 {
  position: absolute;
  left: 33.33% !important;
  width: 33.33% !important;
}
#accordion .inner-btn1.btn1 {
  left: 0;
  position: absolute;
  width: 33.33% !important;
}

.span_image_class {
  float: left;
  margin-right: 4px;
  margin-top: 4px;
  width: 20px;
}
.span_image_class img {
  width: 100%;
}
.span_name_class {
  float: left;
  font-size: 14px;
}
#accordion .inner-btn1 span {
  background-image: none;
  height: 50px;
  line-height: 41px !important;
  margin-bottom: 0;
  padding: 5px 2% 0;
  width: 96%;
  transition:all .3s ease;
}
#accordion  .inner-btn-cont {
  margin-top: 48px !important;
  width: 100% !important;
  margin-bottom:0;
}
.topheader {
  display:none;
  
}
.wrapper {
  margin-top: 15px;
}
.smouter11{
	text-align:center;
}
.socialmedia{
	margin:0 auto;
	display:table;
}
header{
	overflow:hidden;
}
.hright {
  float: none;
  width: 572px;
  margin: 10px auto 0 auto;
}
#access{
	width:410px;
	margin-bottom:0;
}
.keywords{
	width:410px;
	margin-top:20px;
}
.inner-btn-txt label , .inner-btn-txt textarea, .inner-btn-txt input{
	width:100%;
}

.banner{
	width:750px;
	overflow:hidden;
}
.contarea, .contleft, .contleft h1, .right-outer, .cont-right, .cont-right h1, .cont{
	width:706px;
}
.featured{
	 padding: 15px 22px;
	 width:706px;
}
.featured-contouter, .featured h1, .fouter, .fromblog h1{
	width:100%;
}
.featured-cont{
	width:680px;
	overflow:hidden;
}
.view-work {
  
  float: none;
  margin-top: 10px;
  width: auto;
  display: table;
  padding: 0;
  margin: 0 auto !important;
}
.footer {
  padding: 10px 20px;
  width: 710px;
}
.footer-left{
	width:100%;
}
.footer-left ul {
  float: left;
  margin: 0 auto 15px auto;
  width: auto;
  display: table;
}

.fcont{
	width:100%;
}
.fromblog {
  float: left;
  width: 100%;
}
.blogcont {
  width: 49%;
  margin-right: 1%;
}
.readmore{
	margin-top:15px;
}
.menu-primary-container {
  display: none;
}
.flexnav li a{
	background-color:#126db4 !important;
	 color: #fff !important;
}
.hright {
  display: table;
  float: none;
  margin: 10px auto 0;
  padding: 0 4% 15px;
  width: 92%;
}
.contact-txt{
	text-align:center;
}
.phoneouter, .phoneouter1 {
  clear: both !important;
  display: table !important;
  float: none !important;
  margin: 20px auto !important;
  padding: 0 !important;
  background-color: transparent;
}
.phone-txt .num{
	background-color:#fff;
}
.inner-btn1.btn3.btn-active, .inner-btn1.btn2.btn-active, .inner-btn1.btn1.btn-active{
	background-color:#136db5 !important;
}
.socialmedia {
  display: table;
  margin: 0 auto;
  width: 92%;
  padding: 0 4% 15px 4%;
}
.smouter11 {
  text-align: center;
  width: 100%;
  margin-bottom:5px;
}
.smouter1 {
  float: none;
    width: auto;
  display: table;
  margin:  0 auto;
}
.menu-button .touch-button .navicon {
  color: #b6b6b6 !important;

}
.phone-txt {
  
  border-radius: 3px;
  overflow: hidden;
  padding-right: 8px;
  padding-left:8px;
}
.flexnav .touch-button .navicon {
  color: #b6b6b6 !important;

}
.flexnav li ul li a{
	background-color:#28417c !important;
}
/**** Inner page **/
#primary{
	width:405px;
}
#primary #content {
  float: left;
  width: 405px;
}
.inner-right {
  float: right;
  width: 405px;
}
.inner-right h2, .inner-cont, .inner-right h1, .ul_cls{
	width:405px;
}
.alignleft.size-full.wp-image-558 {
  width: 100%;
}
#access div{
	width:96%;
}
.inner_main_wraper {
  margin-top: 20px;
}
.size-full {
  width: 100% !important;
  clear:both;
}
.thethe_image_slider.white-square-2 {
  width: 405px !important;
}
.thethe_image_slider_inner {
  width: 405px !important;
}
.thethe-image-slider-image > img {
  width: 405px !important;
  height: 320px !important;
}
.thethe-image-slider-slides > li {
  height: 380px !important;
}
.thethe_image_slider_inner {
  height: 380px !important;
}


.testimonialinner{
	width:98%;
	padding:1%;
}
.testimonialouter, .testihead, .testmainhead, .testmainsubhead, .testcont, .testimonialinner1 {
  width: 100%;
}
.portfoilo-right{
	width:405px;
}
.portfolio-blk{
	width:390px;
}
.portfolio-blk a, .portfolio-blk-img{
	width:100%;
}
.portfolio-blk-img > img {
  margin: 0 auto;
  display: table;
}
.inner-btn-cont ul{
	width:100%;
}
.inner-btn-cont ul li{
	width:100%;
}
#accordion .menu-primary-container{
	width:100%;
}
#accordion{
	margin-bottom:50px;
}


.contentinner.blog_contentinner {
  width: 100%;
  margin: 30px auto;
}
.inner-cont1{
	width:100%;
	margin-bottom:30px;
}
#latest-article-wrap #title-wrap{
	background-size:100% auto;
}
#latest-article-wrap, #latest-article-wrap #title-wrap{
	width:99%;
}
#latest-article-wrap{
	background-size:100%;
}

#latest-article-wrap #list-wrap {
  padding: 18px 2%;
  width: 96%;
}
.contentinner.blog_contentinner #wrapper {
  width: 100%;
}
.product-list {
  background: url("images/horizontal-wrap-bg.jpg") repeat-x scroll left bottom transparent;
  float: left;
  margin: 0 0 15px;
  padding: 15px 3%;
  width: 94%;
}
.postd-date, .bottomcontainerBox{
	height:auto;
}
}


@media (max-width: 768px) {
		.wrapper, .container-main, .socialmedia1{
		width:580px;
		
}
.igit_relpost {
  width: 48% !important;
  margin-right: 2%;
}
#igit_rpwt_main_image img {
  width: auto;
}
.page-header{
width:100%;	
}
#content{
width:100%;	
}
.topheader {
  float: none;
  height: 160px;
  width: 580px;
}
.smouter11{
	text-align:center;
}
.socialmedia{
	margin:0 auto;
	display:table;
}
header{
	overflow:hidden;
}

#access{
	width:300px;
	margin-bottom:0;
}
.keywords{
	width:300px;
}
.banner{
	width:580px;
	overflow:hidden;
}
.contarea, .contleft, .contleft h1, .right-outer, .cont-right, .cont-right h1, .cont{
	width:536px;
}
.featured{
	 padding: 15px 22px;
	 width:536px;
}
.featured-contouter, .featured h1, .fouter, .fromblog h1{
	width:100%;
}
.featured-cont{
	width:450px;
	overflow:hidden;
}
.view-work {
  
  float: none;
  margin-top: 10px;
  width: auto;
  display: table;
  padding: 0;
  margin: 0 auto !important;
}
.footer {
  padding: 10px 20px;
  width: 540px;
}
.footer-left{
	width:100%;
}
.footer-left ul {
  float: left;
  margin: 0 auto 15px auto;
  width: auto;
  display: table;
}

.fcont{
	width:100%;
}
.fromblog {
  float: left;
  width: 100%;
}
.blogcont {
  width: 100%;
  margin-right: 1%;
}
.readmore{
	margin-top:15px;
}
.services{
	width:50%;
}


/**** Inner page **/
#primary {
  width: 500px;
  float: none;
  display:table-header-group;
}
#primary #content {
  float: left;
  width: 540px;
}
.inner-left {
  display: table-footer-group;
  float: none;
  width: 540px;
}
.inner-right {
  float: right;
  width: 100%;
}
.inner-right h2, .inner-cont, .inner-right h1, .ul_cls{
	width:100%;
}
#respond {
  width: 100%;
}
.alignleft.size-full.wp-image-558 {
  width: 100%;
}
#access div{
	width:96%;
}
.thethe_image_slider.white-square-2 {
  width: 540px !important;
}
.thethe_image_slider_inner {
  width: 540px !important;
}
.thethe-image-slider-image > img {
  width: 540px !important;
  height: 450px !important;
}
.thethe-image-slider-slides > li {
  height: 380px !important;
}
.thethe_image_slider_inner {
  height: 480px !important;
}

.portfoilo-right{
	width:100%;
}
.portfolio-blk{
	width:97%;
}
.paybill-line{
width:100%;	
}
.online-form{
width:100%;	
}
.site_img_left, .site_img_right {
    float: none;
    width: 100%;
}
.audit_content {
    float: none;
    width: 100%;
    text-align: center;
    display: table-footer-group;
}
.audit_content h2 {
    margin-top: 0px !important;
}
.audit_content p {
    margin-bottom: 60px;
}


}

@media (max-width: 600px) {
body{
	padding:0;
	}
			.wrapper, .container-main, .socialmedia1{
		width:450px;
	
		
}
.intro_contact{
	padding:0 20px;
}
.services_heading{
	padding:0 20px;
	color:#fff;
}
.shead{
	width:100%;
}
.keywords{
	display:none;
}
.topheader {
  float: none;
  height: 160px;
  width: 100%;
}
.smouter11{
	text-align:center;
}
.socialmedia{
	margin:0 auto;
	display:table;
}
.header {
  overflow: hidden;
  width: 100%;
}
.logo {
  float: left;
  margin-left: -20px;
  width: 100% !important;
  max-width:320px;
}
.logo > a {
  width: 100%;
}
.logo > a img {
  display: table;
  height: auto;
  width: 100%;
}
.hright {
  float: none;
  margin: 10px auto 0;
  width: 96%;
  padding: 15px 2%;
}
.contact-txt{
	width:100%;
}
#access{
	width:100%;
	margin-bottom:0;
}
.keywords, .right-outer, .cont-right h1, .cont{
	width:100%;
}
.banner{
	width:100%;
	overflow:hidden;
}
.contarea, .contleft, .contleft h1,  .cont-right   {
  width: 96%;
  padding: 0 2%;
}

.featured {
  margin-top: 30px;
  padding: 15px 2%;
  width: 96%;
}
.featured-contouter, .featured h1, .fouter, .fromblog h1{
	width:100%;
}
.featured-cont{
	width:90%;
	overflow:hidden;
}
.view-work {
  
  float: none;
  margin-top: 10px;
  width: auto;
  display: table;
  padding: 0;
  margin: 0 auto !important;
  text-align:center;
}
.footer {
  padding: 0 2%;
  width: 96%;
}
.footer-left{
	width:100%;
}
.footer-left ul {
  float: left;
  margin: 0 auto 15px auto;
  width: auto;
  display: table;
}

.fcont{
	width:100%;
}
.fromblog {
  float: left;
  width: 100%;
}
.blogcont {
  width: 100%;
  margin-right: 1%;
}
.readmore{
	margin-top:15px;
}
.services{
	width:90%;
}
.view-work a{
	display:inline-block;
}
.footer-left ul li{
	margin-right:26px ;
	margin-left:0;
}
.socialmedia1 {
  display: table;
  float: none;
  margin: 0 auto;
  width: 96%;
  padding: 0 2%;
}



/**** Inner page **/
#primary {
  width: 100%;
  float: none;
  display: table-header-group;
}
#primary #content {
  float: left;
  width: 440px;
}
.inner-left {
  display: table-footer-group;
  float: none;
  width: 100%;
}
.inner-right {
  float: left;
  width: 430px;
}
.inner-right h2, .inner-cont, .inner-right h1, .ul_cls{
	width:100%;

}
.inner-btn-txt label{
	width:150px;
}
textarea#description {
  width: 100%;
}
.inner-btn-cont, .inner-btn-cont2 {
   width: 430px;
  padding: 0;

}
.inner-btn-txt input{
	width:100%;
	padding:0;
}
.btn{
	width:257px;
	overflow-x:hidden;
}

.alignleft.size-full.wp-image-558 {
  width: 100%;
}
#access div{
	width:96%;
}
.alignleft.size-full.wp-image-558 {
  width: 100%;
}
.inner-btn1{
	clear:both;
}
.thethe_image_slider.white-square-2 {
  width: 100% !important;
}
.thethe_image_slider_inner {
  width: 100% !important;
}
.thethe-image-slider-image > img {
  width: 100% !important;
  height: 450px !important;
}
.thethe-image-slider-slides > li {
  height: 380px !important;
}
.thethe_image_slider_inner {
  height: 480px !important;
}
.inner-btn1, .inner-btn2 {
  clear: both;
  display: table;
  margin-bottom: 0;
  float: none!important;
}
.inner-btn1 span, .inner-btn2 span{
	padding:0 2%;
	width:96% !important;
	max-width:280px !important;
}
.inner-btn-txt{
	width:100%;
}
.inner-btn-txt input{
	width:100%;
	clear:both;
	float:none;
}

}
@media (max-width: 480px) {
body{
	padding:0;
	}
		.container-main{
		  width: 300px;
  margin: 0 auto;
  float: none;
  display: table;
	
		
}
html {
  overflow-x: hidden;
}
.wrapper{
width:300px;	
}
textarea#description {
  width: 96%;
}
.inner-btn-txt input{
	width:300px;
	clear:both;
	float:none;
}
.inner-btn1 span, .inner-btn2 span{
	width:100% !important;
	max-width:290px !important;
}
.shead{
	width:100%;
}
.keywords{
	display:none;
}
.topheader {
  float: none;
  height: 160px;
  width: 100%;
}
.smouter11{
	text-align:center;
}
.socialmedia{
	margin:0 auto;
	display:table;
}
.header {
  overflow: hidden;
  width: 300px;
}
.acc_wrapper {
  width: 300px;
}
.logo {
  float: left;
  margin-left: -20px;
  width: 100% !important;
  max-width:320px;
}
.logo > a {
  width: 100%;
}
.logo > a img {
  display: table;
  height: auto;
  width: 100%;
}
.hright {
  float: none;
  margin: 10px auto 0;
  width: 96%;
  padding: 15px 2%;
}
.contact-txt{
	width:100%;
}
#access{
	width:100%;
	margin-bottom:0;
}
.keywords, .cont-right h1, .cont{
	width:100%;
}
.right-outer{
  width: 270px;
  padding: 0;
  float: left;
}
.banner{
	width:300px;
	overflow:hidden;
}

.cont-right {
  width: 100%;
  padding: 0;
}
.contarea {
  width: 280px;
  padding: 0 10px;
}


.featured {
  margin-top: 30px;
  padding: 15px 10px;
  width: 280px;
}
.featured-contouter, .featured h1, .fouter, .fromblog h1{
	width:100%;
}
.featured-cont{
	width:90%;
	overflow:hidden;
}
.view-work {
  
  float: none;
  margin-top: 10px;
  width: auto;
  display: table;
  padding: 0;
  margin: 0 auto !important;
  text-align:center;
}
.footer {
  padding: 0 10px;
  width: 280px;
}
.footer-left{
	width:100%;
}
.footer-left ul {
  float: left;
  margin: 0 auto 15px auto;
  width: auto;
  display: table;
}

.fcont{
	width:100%;
}
.fromblog {
  float: left;
  width: 100%;
}
.blogcont {
  width: 100%;
  margin-right: 1%;
}
.readmore{
	margin-top:15px;
}
.services{
	width:90%;
}
.view-work a{
	display:inline-block;
}
.footer-left ul li{
	margin-right:26px ;
	margin-left:0;
}
.socialmedia1 {
  display: table;
  float: none;
  margin: 0 auto;
  width: 260px;
  padding: 0 20px;
}

.inner-btn-cont, .inner-btn-cont2{
	padding:0;
	width:280px;
}
.inner-btn-cont img{
max-width:275px !important;	
}
/**** Inner page **/
#primary {
  width: 100%;
  float: none;
  display: table-header-group;
}
#primary #content {
  float: left;
  width:280px;
}
.inner-left {
  display: table-footer-group;
  float: none;
  width: 100%;
}
.inner-right {
  float: left;
  width: 100%;
}

.inner-right h2, .inner-cont, .inner-right h1, .ul_cls{
	width:100%;
}

.alignleft.size-full.wp-image-558 {
  width: 100%;
}
#access div{
	width:96%;
}
.alignleft.size-full.wp-image-558 {
  width: 100%;
}
.inner-btn1{
	clear:both;
}
.thethe_image_slider.white-square-2 {
  width: 100% !important;
}
.thethe_image_slider_inner {
  width: 100% !important;
}
.thethe-image-slider-image > img {
  width: 100% !important;
  height: 280px !important;
}
.thethe-image-slider-slides > li {
  height: 380px !important;
}
.thethe_image_slider_inner {
  height: 390px !important;
}
.inner-btn1, .inner-btn2 {
  clear: both;
  display: table;
  margin-bottom: 0;
  float: none!important;
}
.inner-btn1 span, .inner-btn2 span{
	padding:0 2%;
	width:96% !important;
	max-width:285px !important;
}
.inner-btn-txt{
	width:100%;
}
.inner-btn-txt input{
	width:98%;
	clear:both;
	float:none;
}



.inner-cont1 ul li, .inner-cont ul li {
  background-image: url("images/bullet.jpg");
  background-position: left 7px;
  background-repeat: no-repeat;
  float: left;
  line-height: 24px;
  padding-left: 4%;
  width: 96%;
}
div#slider1 {
  width: 300px;
}
.contleft h1{
	margin-left:0;
	padding-left:0;
}
.intro_contact {
  padding: 20px 15px 0 15px;
  width: 280px;
}
div#page_wrapper_class {
  width: 280px;
}
#accordion .inner-btn1.btn1{
	width: 80px !important;
}
#accordion .inner-btn1.btn2{
	left:80px !important;
	width:95px !important;
}
#accordion .inner-btn1.btn3{
  width: 120px !important;
  left: 180px !important;
}

.thethe-image-slider-caption-bottom{
	width:280px !important;
	height:80px !important;
}
ul.thethe-image-slider-slides li .thethe-image-slider-image{
	width:280px !important;
}
}
	
