@charset "utf-8";

/* CSS Document */

/*Theme Name: A2Z

Theme URI: http://wordpress.org/extend/themes/twentytwelve

Author: the winwrench team

Author URI: http://infowinwrench.com/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */

::-moz-selection {
 background:#44c45c;
 color:#fff;
}
::selection {
	background: #44c45c;
	color: #fff;
}
@font-face {
	font-family: 'Conv_TitilliumMaps29L001';
	src: url('fonts/TitilliumMaps29L001.eot');
	src: local('☺'), url('fonts/TitilliumMaps29L001.woff') format('woff'), url('fonts/TitilliumMaps29L001.ttf') format('truetype'), url('fonts/TitilliumMaps29L001.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cuprum', sans-serif;
	src: url('fonts/TitilliumText22L003.eot');
	src: local('☺'), url('fonts/TitilliumText22L003.woff') format('woff'), url('fonts/TitilliumText22L003.ttf') format('truetype'), url('fonts/TitilliumText22L003.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cuprum', sans-serif;
	src: url('fonts/TitilliumText25L.eot');
	src: local('☺'), url('fonts/TitilliumText25L.woff') format('woff'), url('fonts/TitilliumText25L.ttf') format('truetype'), url('fonts/TitilliumText25L.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	margin: 0;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #323232;
	background: url(images/bs_ptrn.jpg) repeat top left #fff;
	background: #fff;
}
.form-text, .form-textarea {
	font-size: 14px;
	font-family: "myriad Pro", Arial, verdana;
	color: #353534;
	background: #fff;
	margin: 0px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: normal;
}
h1 {
	font-family: 'cuprum', sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 0;
}
h2 {
	font-family: 'cuprum', sans-serif;
	font-size: 25px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
a {
	color: #44c45c;
	text-decoration: none;
	outline: none;
}
a:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}
/* Text elements

-------------------------------------------------------------- */

body {
	background-color: #f1f1f1 !important;
}
img {
	border: 0px none;
}
p {
	line-height: 1.3em;
}
p:hover {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists

-------------------------------------------------------------- */


li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding-left: 0;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
.clear {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */

.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns

-------------------------------------------------------------- */

/* Small headers */

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: none;
	color: #636363;
}
/* Shared Post Format styling */

article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */

button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */

input[type="checkbox"], input[type="radio"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="file"]
{
    padding: 10px 20px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #fff;
    background: #26c264;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 15px/15px 'cuprum', sans-serif;
    border: none;
}
/* Buttons */

.menu-toggle, input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 10px 20px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #fff;
	background: #26c264;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 15px/15px 'cuprum', sans-serif;
	border: none;
}
.pro_page_but_wrap button {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.reg_form_wrap > form {
	padding: 25px 0;
}
.pro_page_but_wrap > a {
	background: none repeat scroll 0 0 #4C3700;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
}
.pro_description_sub {
	line-height: 15px;
	padding: 3px 0 5px;
	line-height: 17px;
	font-size: 14px;
}
.ser_result_providers .provider_wrap img {
	-width: auto !important;
	-max-width: inherit!important;
	width: 100%;
	max-height: 134px;
}
.ser_result_providers > form {
	text-align: center;
	-padding-top: 24px;
}
.select_pro_wrap {
	background: none repeat scroll 0 0 #4EBC1F;
	border: 1px solid #3B8A19;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	height: 24px;
	right: 5px;
	text-align: center;
	bottom: 7px;
	position: absolute;
	width: 24px;
}
.content_right .entry-content {
	height: auto !important;
	overflow: hidden;
	width: 100%;
}
.searchform {
	margin-right: 10px;
}
.home_content_wrap {
	display: none;
}
#searchform #s {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	float: left;
	font: 14px/14px 'cuprum', sans-serif;
	height: 26px;
	padding: 3px 10px;
	width: 83% !important;
}
#add-user-locations-frm > input[type="submit"] {
	background: #2f2f2f url("../images/srch.png") no-repeat scroll center center;
	border: medium none;
	float: left;
	margin: 2px 0 0 -40px;
	padding: 6px 19px;
	z-index: 9999;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background: #08af4b;
}
.content_block .content_right {
	margin: 20px 0 0 0;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
#main {
	width: 1020px;
	margin: 30px auto auto;
}
/* Responsive images */

.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* 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, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */

embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	height: auto !important;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */

.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */

.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */

.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
/* Header */


.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */

.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
/* Banner */

section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* My account */

.img_item_cover {
	width: 600px;
	border: 2px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
	float: left;
}
.img_descr {
	float: left;
	width: 465PX;
	padding: 10px;
}
.img_wrap {
	float: left;
	padding: 5px;
}
.img_title {
	float: left;
	padding: 10px;
}
.menu-my-account-container {
	padding: 0 0 15px;
	position: relative;
	background: #fff;
}
#my-acc-cover .frm-itm-wrap {
	overflow: hidden;
	padding: 0 0 13px;
	width: 100%;
}
#profile-wrap > form {
	overflow: hidden;
	padding: 0;
}
#edituser p {
	margin: 0 0 14px;
}
#edituser p .submit.button {
	float: right;
	margin: 0 34px 0 0;
}
#menu-my-account {
	margin: 0;
	padding: 5px 12px;
	-webkit-box-shadow: 0px 0px 2pxpx #000000;
	-moz-box-shadow: 0px 0px 2pxpx #000000;
	box-shadow: 0px 0px 2pxpx #000000;
}
#menu-my-account li {
	display: inline-block;
	margin: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#menu-my-account li a {
	color: #555;
	display: block;
	font: 14px/14px "Cuprum";
	padding: 10px 14px 10px 20px;
	position: relative;
	text-align: left;
	text-transform: none;
}
#menu-my-account li a::before {
	border: 1px solid #44c45c;
	height: 4px;
	padding: 2px;
	position: absolute;
	transform: rotate(45deg);
	width: 4px;
	content: "";
	left: 4px;
	top: 11px;
}
#menu-my-account li.current-menu-item a::before {
	border: 1px solid #fff;
}
#menu-my-account li.current-menu-item a {
	background: #44c45c none repeat scroll 0 0;
	color: #fff;
}
.dispblock {
	display: block !important;
	overflow: hidden;
}
.dispnone {
	display: none!important;
}
#mypage-wrap {
	padding: 10px 5px;
}
#mypage-wrap h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.frm-itm-wrap {
	float: none;
	overflow: hidden;
	padding: 0 0 13px;
	width: 100%;
}
.lbl-left {
	float: left;
	font-family: 'cuprum', sans-serif;
	font-size: 15px;
	width: 16%;
}
.inp-right {
	float: right;
	width: 80%;
}
#register-frm-wrap .frm-itm-wrap > h2, .my-locations-wrap h2 {
	background: none repeat scroll 0 0 #6FC54C;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 5px;
	text-shadow: none;
}
#location_list_tbl tr:first-child {
	background: none repeat scroll 0 0 #fff;
	-color: #FFFFFF;
	text-shadow: none;
	width: 100%;
}
.public_page_select_wrap {
	background: none repeat scroll 0 0 #fff;
	box-shadow: -5px 0 1px 0 #777;
	-moz-box-shadow: -5px 0 1px 0 #777;
	-webkit-box-shadow: -5px 0 1px 0 #777;
	color: #FFFFFF;
	margin: -8px auto 20px -15px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	width: 50%;
}
.selector_item {
	width: 100%;
	margin: 8px 0;
	font-size: 16px;
	font-weight: bold;
}
.selector_item label {
	width: 293px;
	display: block;
	float: left;
}
.pg_active {
	display: block!important;
}
#web_frm_wrap {
	display: none;
	width: 100%;
	overflow: hidden;
}
#mypage-frm-wrap {
	margin-bottom: 20px;
	overflow: hidden;/** display:none; **/
}
#search-wrap {
	overflow: hidden;
	-width: 700px;
}
#search-item-cover {
	overflow: hidden;
	margin-top: 33px;
	width: 100%;
}
.search-list-title {
	margin-bottom: 20px;
	margin-top: 25px;
	overflow: hidden;
	width: 100%;
}
.search-list-title > span {
	float: left;
	font-size: 20px;
}
.search-list-title > input {
	float: right;
	margin-right: 70px;
}
.search_category_wrap {
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  margin: 0 1% 2%;
  padding: 2%;
  vertical-align: top;
  width: 100%; */
  
	background: none repeat scroll 0 0 #F8F8F8;
	overflow: hidden;
	padding: 4%;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height: 23px;
}
#my-page-frm textarea {
	height: 250px;
	width: 91% !important;
}
#my-page-frm .inp-right > input[type="submit"], .my-page-frm input[type="submit"] {
	float: right;
	margin: 10px 27px 0 0;
}
#mypage-gal-wrap > h2 {
	padding: 0;
}
.footer-quick-links {
	text-align: center;
}
.footer-quick-links li {
	background: none repeat scroll 0 0 #4FBA23;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
}
.footer-quick-links a {
	color: #FFFFFF;
	display: block;
	font: 16px 'cuprum', sans-serif;
	height: 20px;
	padding: 5px 4px;
	text-align: center;
	width: 184px;
}
.enquiry_upgrage_wrap {
	background: none repeat scroll 0 0 #FCDABE;
	margin: 5px 0 0;
	padding: 2%;
	box-shadow: 1px 1px 24px -1px #daa98c inset;
 -moz=box-shadow: 1px 1px 24px -1px #daa98c inset;
	-webkit-box-shadow: 1px 1px 24px -1px #daa98c inset;
}
#mypage-gal-wrap {
	background: none repeat scroll 0 0 #E4E0E0;
	padding: 2%;
}
#mypage-gal-wrap #uploadimage #uploadimage_form .button-primary {
	float: right;
	margin: 0 6px 1px 0;
}
#mypage-gal-uploader {
	background: none repeat scroll 0 0 #D4D2D2;
	overflow: hidden;
	padding: 3%;
}
#mypage-frm-wrap .my-page-frm {
	background: none repeat scroll 0 0 #F8F8F8;
	margin: 5px 0 0 !important;
	padding: 2%;
}
.ser_result_providers > form {
}
.advanced-search-wrap {
	height: auto;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}
.category-wrap {
	margin-top: 20px;
	width: 100%;
}
.cat-selbx-item {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.my-locations-wrap {
	background: none repeat scroll 0 0 #F8F8F8;
	padding: 10px;
}
.my-locations-wrap > div {
	padding: 10px;
}
#add-user-locations-frm .frm-itm {
	padding: 10px 5px;
	width: 100%;
	overflow: hidden;
}
.frm-itm > span {
	display: block;
	float: left;
	width: 200px;
}
#location_list_tbl {
	width: 679px;
}
#location_list_tbl th {
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
}
#location_list_tbl td {
	padding: 10px;
}
.rmloc_preloader {
	display: none;
}
.pub_page_header, .avl_service_locations {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	box-shadow: 0 0 5px rgba(0,0,0,0.07);
	width: 96%;
	padding: 2%;
}
.co-cover, .enq-cover {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	box-shadow: 0 0 5px rgba(0,0,0,0.07);
	width: 100%;
	padding: 0;
}
.content_right .enq-cover .frm_item {
	float: left;
	height: auto;
	padding: 5px 0 !important;
	width: 100%;
}
.content_right .enq-cover {
	width: 94% !important;
	padding: 25px 3% !important;
}
.pub_page_header h2 {
	display: block;
	float: left;
	overflow: hidden;
	font: 17px/17px 'cuprum', sans-serif;
}
.reg_err_msg h2 {
	border: 1px solid;
	color: #FF0000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
.reg_succ_msg h2 {
	border: 1px solid;
	color: #469C24;
	display: block;
	font-size: 20px;
	padding: 7px;
	text-align: center;
}
.reg_succ_msg a {
	color: #0000FF;
	text-decoration: underline;
}
.pub_page_desc {
	float: left;
	padding: 5px 15px 5px 0;
	width: 55%;
}
.pub_page_desc > p {
	font: 13px/13px lato;
	margin-bottom: 13px;
	text-align: justify;
}
.pub_page_featured_image {
	background-color: #fff;
	border: 1px solid #eee;
	float: left;
	width: 38%;
}
.pub_page_about {
	background-color: #fff;
	border-radius: 3px;
	border-top: 1px solid #eee;
	float: left;
	margin: 20px 0 0;
	padding: 12px 2%;
	width: 96%;
}
.pub_page_desc {
	float: left;
	padding: 5px 15px 5px 0;
	width: 98%;
	background-color: #fff !important;
}
.pub_page_desc > h3, .pub_page_contact > h3, .avl_service_locations h3, .pub_page_gallery > h3 {
	font: 19px/19px 'cuprum', sans-serif;
	margin: 0 !important;
	padding: 0 0 10px !important;
}
.pup_page_caption {
	font-size: 15px;
	clear: both;
	margin: 5px 0 20px 0;
	display: block;
	overflow: hidden;
	float: left;
}
.pub_page_contact {
	display: inline-block;
	float: left;
	margin-top: 0;
	overflow: hidden;
	padding: 12px 1%;
	width: 98%;
}
.my_locations_list > ul {
	-height: auto;
	-min-height: 50px;
	padding: 10px;
}
.my_locations_list li {
	float: left;
	-line-height: 1.6em;
	margin-right: 40px;
	width: 100%;
}
.contact_dt_wrap {
	background-color: #fff;
	float: left;
	font: 15px/15px 'cuprum', sans-serif;
	padding: 0 2%;
	width: 56%;
}
.contact_dt_wrap .item_wrap {
	font-size: 14px;
	height: 16px;
	padding: 6px 0;
	width: 100%;
	padding-left: 5px;
}
.contact_dt_wrap .item_wrap > span:first-child {
	display: block;
	width: 143px;
	float: left;
	height: 15px;
}
.ngg-gallery-thumbnail img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	height: auto;
	margin: 4px 0 4px 4px;
	padding: 4px;
	position: relative;
	-width: 230px;
	width: 94%;
}
.ngg-gallery-thumbnail a {
	display: block;
	float: none;
	margin: 20px 0;
}
.ngg-gallery-thumbnail {
	float: left;
	text-align: center;
}
.ngg-gallery-thumbnail span {
	font-size: 13px !important;
	line-height: 1.5em;
	text-align: justify;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.my_locations_list {
	font: 15px/14px lato;
	margin: 10px 0;
}
.ngg-template-caption .ngg-gallery-thumbnail-box {
	background: none repeat scroll 0 0 #F9F9F9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	margin: 2% !important;
	display: inline-block;
	vertical-align: top;
	width: 42%;
	padding: 1% 2%;
	overflow: hidden;
	min-height: 275px;
}
.ngg-galleryoverview {
	text-align: center;
}
.ngg-gallery-thumbnail img {
	margin: auto !important;
}
.upload_error {
	border: 3px solid #CCCCCC;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 10px;
}
.inp-right > textarea {
	height: 250px;
	width: 550px;
}
.inp-right > input[type="text"] {
	font-size: inherit;
	height: auto;
}
.lbl-left {
	float: left;
	font-size: 15px;
	width: 16%;
}
#uploadimage_form > textarea {
	width: 600px;
}
.inp-right > a {
	background: none repeat scroll 0 0 #72C84F;
	color: #FFFFFF;
	display: block;
	float: right;
	font-weight: bold;
	margin-right: 45px;
	margin-top: -44px;
	padding: 5px;
}
.provider_wrap {
	background: none repeat scroll 0 0 #F9F9F9;
	display: inline-block;
	float: none;
	line-height: 28px;
	margin: 1% 1% 1% 0;
	min-height: 250px;
	padding: 2%;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 42%;
}
.provider_wrap .pro_info {
	float: right;
	padding: 0 2%;
	width: 100%;
	word-wrap: break-word;
}
.pro_title {
	font-size: 16px;
	font-weight: bold;
}
.pro_address {
	font-size: 14px;
	height: 72px;
	line-height: 20px;
	overflow: hidden;
	padding: 10px 0;
	word-wrap: break-word;
}
.ser_result_providers .pro_img_wrap {
	background: #eee none repeat scroll 0 0;
	height: 130px;
	margin: 0 0 12px;
	min-height: 130px;
	overflow: hidden;
	width: 100%;
}
.register-frm-item {
	overflow: hidden;
	padding: 0 0 13px;
}
.register-frm-item .left, .frm-itm-wrap .lbl-left, .frm-itm > span {
	float: left;
	font-family: 'cuprum', sans-serif;
	font-size: 15px;
	margin: 0 0 10px;
	width: 100%;
}
.register-frm-item .right, .frm-itm-wrap .inp-right {
	float: right;
	width: 100%;
}
#my_pub_webpage_frm .inp-right input[type="submit"] {
	float: right;
	margin: 6px 29px 0 0;
}
.register-frm-item .right input[type="text"], .frm-itm-wrap input[type="number"], .frm-itm-wrap input[type="text"], .frm-itm input[type="text"] {
	width: 97%;
	color: #7B7B7B;
}
.register-frm-item .right textarea {
	width: 97%;
	color: #7B7B7B;
}
.register-frm-item .right select, .frm-itm select {
	width: 97%;
	color: #7B7B7B;
}
#register-frm-wrap > input[type="submit"] {
	background: #44c45c none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	float: right;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 0;
	padding: 8px 14px;
}
#add-user-locations-frm .frm-itm > input[type="submit"] {
	float: right;
	margin: 0 28px 0 0;
}
.pro_title {
	color: #3d3d3d;
	font: 17px/17px 'cuprum', sans-serif;
	margin: 0 0 7px;
}
.pro_title a {
	color: #27b35e;
}
.pro_caption, .pro_caption, .pro_description_sub, .pro_address, .pro_page_but_wrap {
	font: 13px/20px lato;
	margin: 0;
	padding: 0;
}
.send_enquiry_wrap {
	-float: right;
	float: left;
	width: 60%;
	-text-align: right;
}
.ser_result_providers .provider_wrap {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 296px;
	line-height: 28px;
	margin: 11px 1%;
	padding: 1%;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 29%;
	float: left;
}
.pro_page_but_wrap {
	bottom: 5px;
	position: absolute;
	margin-bottom: 5px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.pro_page_but_wrap > a {
	background: #44c45c none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 16px/15px 'cuprum', sans-serif;
	color: #ffffff;
	display: inline-block;
	left: 0;
	margin: 0 auto;
	padding: 12px 0;
	right: 0;
	text-align: center;
	width: 97%;
}
#to_send_enq_submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font: 15px/15px cuprum;
	margin: 0;
	padding: 1px 8px 2px;
	text-transform: uppercase;
}
.pro_description {
	background: none repeat scroll 0 0 #F7D780;
	font-size: 16px;
	height: 165px;
	line-height: 1.5em;
	margin: 5px;
	overflow-y: scroll;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	width: 200px;
	z-index: 1000000;
}
.avl_wrap h2 {
	margin-bottom: 5px;
	color: #44c45c;
}

.ser_result_providers > h3 {
  width: 100%;
  float: left;
}
.serv-avl-loc {
	color: #44c45c;
	float: left;
	font: 16px/15px cuprum;
	margin: 0 0 10px;
}
.avl_wrap {
	margin-top: 0;
}
.send_enq_frm_wrap {
	width: 100%;
}
.frm_item {
	height: auto;
	padding: 15px 0;
	width: 100%;
}
.frm_item > span:first-child {
	display: block;
	float: left;
	font: 13px/13px lato;
	margin: 0 0 10px;
	width: 100%;
}
.enq-cover textarea.required {
	width: 96%;
	padding: 50px 2%;
}
.enq-cover .frm_item > span {
	font: 13px/18px lato;
	margin: 0 0 8px;
}
.enq-cover > h2 {
	font: 19px/18px cuprum;
}
.frm_item input[type="submit"] {
	background: #44c45c none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font: 15px/15px cuprum;
	padding: 8px 14px;
}
.send_enq_frm_wrap .frm_item span label {
	margin-left: 15px;
}
/**Enquiry **/
.enquiry-list-wrap {
	width: 100%;
}
.enquiry-item-wrap {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.avl_wrap > h4 {
	font-size: 15px;
}
.enquiry-item-wrap div {
	float: left;
	-margin-right: 20px;
}
.enq_id {
	width: 30px;
}
.enq_date {
	overflow: hidden;
	width: 100px;
}
.enq_product {
	width: 171px;
	line-height: 28px;
}
.enq_message {
	width: 329px;
	margin-left: 35px;
}
#send_selected_enquiry_top {
	background: none repeat scroll 0 0 #4EBC1F!important;
	font-weight: bold!important;
}
#send_selected_enquiry_bottom {
	background: none repeat scroll 0 0 #4EBC1F!important;
	font-weight: bold!important;
	float: left;
}
.click-btn-msg-top, .click-btn-msg-bottom {
	color: #83122A;
	float: left;
	font-weight: bold;
	margin: 10px;
}
.success_message {
	color: #469C24;
	font-size: 20px;
	font-weight: bold;
	padding-top: 25px;
	-text-align: center;
}
.send-enq-btn-wrap-top {
	float: right;
}
.avl_wrap > h4 {
	font: 13px/22px lato;
}
.msg_buy {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgb(230, 230, 230);
	color: #666;
	float: left;
	font: 23px/18px cuprum !important;
	margin: 0 0 15px !important;
	padding: 10px !important;
	text-align: left !important;
	width: 96% !important; 
}
.ser_result_providers {
	float: left;
	margin: 0 -1%;
	padding: 0;
	width:102%;
}

.pro_img_wrap {
  height: 160px;
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

/**end Enquiry **/

/** Loader **/
#place-filter-loader {
	position: absolute;
	top: 10px;
	left: 20px;
	display: none;
	height: 30px;
	width: 30px;
	background: url(images/loader.GIF) no-repeat center top;
}
/** End loader **/

/* End Myaccount*/



/* Footer */

footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content

-------------------------------------------------------------- */



.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 12px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font: 17px/17px 'cuprum', sans-serif;
	margin: 0 0 4px 0;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font: 18px/17px 'cuprum', sans-serif;
	margin: 16px 0;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	font: 13px/22px lato;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1px;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	color: #555;
	font: 13px/16px lato;
	list-style: outside none none;
	padding: 6px 0 6px 25px;
	position: relative;
}
.entry-content li::before, .comment-content li::before, .mu_register li::before {
	border: 1px solid #49d681;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 5px;
	height: 5px;
	padding: 2px;
	position: absolute;
	left: 0;
}
.entry-content li a, .comment-content li a, .mu_register li a {
	color: #444;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 15px;
}
/*.prod_class img {
  height: auto;
  max-width: 238px !important;
  max-height:130px;
  width:auto;
}*/
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.wp-socializer-buttons {
	text-align: right !important;
}
.entry-content td, .comment-content td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.site-content article {
	word-wrap: break-word;
}
.wsp-category-title a {
	color: #49d681;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives

-------------------------------------------------------------- */



.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 14px;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single image attachment view

-------------------------------------------------------------- */



.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format

-------------------------------------------------------------- */



article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */

article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */

article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */

.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments

-------------------------------------------------------------- */



.comments-title {
	background: #eee none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font: 15px/18px 'cuprum', sans-serif;
	padding: 6px 10px;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist li {
	list-style: none;
}
/* Comment form */

#respond {
	-margin-top: 48px;
	-margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	-color: red;
}
/* =Front page template  { Custome theme page templates }

-------------------------------------------------------------- */



.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/**

------------A2Z custome template starts --------

**/

/*** Front Page ***/

/* Main-Layout-Starts-Here

-------------------------------------------------------------- */


.a2z_header {
	width: 100%;
}
.a2z_logo {
	float: left;
	width: 24%;
}
.a2z_logo img {
	width: 300px;
}
.a2z_top_adds {
	float: right;
	height: 68px;
	list-style: none outside none;
	overflow: hidden;
}
.metaslider {
	margin: -15px 0 0;
}
.a2z_menu {
	background: none repeat scroll 0 0 #212226;
	border-bottom: 6px solid #FFFFFF;
	height: 94px;
	overflow: hidden;
	-padding-bottom: 5px;
}
.a2z_menu_top {
	height: 51px;
	margin: 0 auto;
	overflow: hidden;
	width: 1020px;
}
.a2z_menu_top ul {
	float: left;
}
.a2z_menu_top ul li {
	float: left;
}
.a2z_menu_top li a {
	color: #FFFFFF;
	display: block;
	font: 16px 'cuprum', sans-serif;
	padding: 10px;
	text-transform: none;
}
.a2z_menu_top li a:hover {
	background: #fff;
	color: #000 !important;
}
.a2z_menu_nav {
}
.a2z_menu_left {
	float: left;
	width: 65%;
}
.home_content_wrap {
	display: none;
}
.a2z_menu_right {
	float: right;
	width: 35%;
}
.a2z_menu_block {
	margin: auto;
	width: 1022px;
}
.a2z_menu_block ul {
	margin-top: 2px;
	text-align: left;
}
.a2z_menu_block li {
	display: inline-block;
	margin: 0 2px;
}
.a2z_menu_block li a {
	background: none repeat scroll 0 0 #4FBA23;
	color: #FFFFFF;
	display: block;
	font: 16px 'cuprum', sans-serif;
	height: 20px;
	padding: 5px 0;
	text-align: center;
	text-transform: none;
	width: 197px;
}
.a2z_menu_block a:hover {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #212226;
	opacity: 1;
}
#s {
	border: 0 none;
	float: left;
	height: 20px;
	margin: 0;
	width: 170px;
}
.image_manu-img {
	float: left;
	width: 40%;
}
.image_manu-data {
	float: left;
	width: 60%;
}
.image_manu-data > p {
	font: 14px/14px lato;
}
#searchform input#searchsubmit {
	background: #2f2f2f url("images/srch.png") no-repeat scroll center center;
	border: medium none;
	border-radius: 3px;
	float: right;
	font-size: 0;
	height: 32px;
	padding: 7px 13px;
	width: 10%;
	z-index: 9999;
}
.search_input {
	border: 0 none;
	float: left;
	height: 28px;
	margin: 0;
}
.search_btn {
	background: #848484;
	color: #fff;
	border: 0px none;
	padding: 6px 11px;
}
.screen-reader-text {
	display: none;
}
.index, .wrapper, #main {
	width: 100%;
	max-width: 1054px;
	margin: 8px auto auto;
}
#main.wrapper {
	margin: 30px auto;
}
#messageTextColor {
	font: 15px/18px 'cuprum', sans-serif;
	padding: 13px 2%;
	background: #eee;
	float: left;
	margin: 14px 0 0 0;
	width: 97%;
}
#messageTextColor > a {
	color: #13b855;
	padding: 0;
	color: #fff;
	border-radius: 4px;
	color: #000;
	font: 600 16px/14px 'cuprum', sans-serif;
}
.locality_search_bnt > input[type="submit"] {
	background: none repeat scroll 0 0 #44c45c;
	border: 0 none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
	padding: 11px 5px;
	float: right;
	font: 16px/16px 'cuprum', sans-serif;
	width: 96% !important;
}
.locality_search {
	background: #fff none repeat scroll 0 0;
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
	padding: 1%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img_description h3 {
	color: #fff;
	font: 600 13px/14px 'cuprum', sans-serif !important;
	margin: 0 !important;
	float: left;
	width: auto;
}
.img_description h3 {
	color: #fff;
	font: 600 17px/19px "cuprum", sans-serif !important;
	margin: 0 4px !important;
}
.locality_search_bnt {
	float: right;
	padding: 0;
	position: relative;
	width: 10%;
}
.prod_class {
	background: #fff none repeat scroll 0 0;
	float: left;
	/*padding: 2%;
	width: 96%;*/
}
/*.prod_class span {
	font: 13px/11px lato !important;
}*/
.locality_search > h3 {
	font: 18px 'cuprum', sans-serif;
	padding: 4px;
	width: 90%;
	background: none repeat scroll 0 0 #7D6627;
	color: #FFFFFF;
	margin: 6px auto auto;
}
.locality_search h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 17px;
	margin-top: 5px;
}
.serv-avl-capt {
	display: block;
	font: 15px/15px cuprum;
}
.serv-avl-loc {
	font-weight: bold;
}
#wppb_modify input[type="text"], #wppb_modify input[type="password"], #wppb_modify select, #wppb_modify textarea, #wppb_register input[type="text"], #wppb_register input[type="password"], #wppb_register select, #wppb_register textarea, #wppb_login input[type="text"], #wppb_login input[type="password"], #wppb_login select, #wppb_login textarea, #wppb_recover_password input[type="text"] {
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px solid #C1C1C1;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	font-family: open sans;
	margin-bottom: 5px;
	padding: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 60%;
}
input[type="text"], input[type="number"], input[type="email"], select,#send_enq_frm textarea {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #333333;
	font-family: open sans;
	margin-bottom: 5px;
	padding: 8px 1%;
	width: 97% !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
select {
	width: 100% !important;
}
.wpcf7-textarea {
	width: 97%
}
.register-frm-item input[type="password"] {
	width: 97%;
}
input[type="password"] {
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px solid #C1C1C1;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	color: #333333;
	font: 13px15px lato;
	margin-bottom: 5px;
	padding: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: 60%;
}
textarea {
	background: none repeat scroll 0 0 #FDFDFD;
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	color: #333333;
	font: 13px/13px lato;
	margin-bottom: 5px;
	padding: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.local_sub {
	background: #f7d780;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #e7aa06;
	text-align: left;
}
.footer_sub2 {
}
.my_locations_list button.rm_my_loc, .my_locations_list submit.rm_my_loc {
	background: url("images/remov_location.png") repeat scroll center top transparent;
	border: 0 none;
	height: 14px;
	text-indent: -97899px;
	width: 72px;
}
.my_locations_list button.rm_my_loc:hover {
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cntn_hom_sub2 {
	background: url(images/ptrn_2.png) repeat left top;
	width: 97%;
	padding: 26px 11px;
	overflow: hidden;
}
.cntn_hom_sub2 span {
	background: none repeat scroll 0 0 #F7D780;
	float: left;
	margin: 0 28px 19px 0;
	width: 28%;
}
.left_ads_bock {
	border: 1PX solid #b1c7f1;
	margin: 26px 0 0;
	height: 283px;
}
.cntn_hom_sub2 a {
	display: block;
	padding: 14px 0;
	text-align: center;
	border: 1px solid #E7AA06;
}
.cntn_hom_sub2 a:hover {
	background: #4fba23;
	color: #fff;
}
.footer_sub2 p {
	margin: 0px;
	font: 13px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #000;
	text-align: center;
	padding: 10px 0;
	display: block;
	background: #fff;
}
.related_cat {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 0 0 28px;
	width: 100%;
}
.related_cat .rel_post li img, .related_cat .cur_cat_item img, .related_cat .rel_post li img {
	display: none;
}
.related_cat .rel_post li h6 {
	float: left;
	font: 14px/14px 'cuprum', sans-serif;
!important;
	padding: 9px 2% !important;
	width: 96% ;
	margin: 0 !important;
	border-bottom: 1px solid #eee;
}
.related_cat .rel_post li h6 a {
	color: #666;
	font: 15px/15px 'cuprum', sans-serif;!important;
	padding: 5px 8px !important;
	width: 100%;
	display:inline-block;
	margin-left:7px;
}
.cur_cat_item h3 a {
	padding: 8px 0 10px 10px;
}
.rel_cat_item h3 a {
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #ffffff;
	color: #555;
	display: block;
	font: 14px/14px "cuprum", sans-serif;
	padding: 7px 0 9px 11px;
	text-align: left;
	text-shadow: 1px 1px 1px #ffffff;
}
.cur_cat_item h3 a {
	background: #e9fff2 none repeat scroll 0 0;
	border-bottom: 1px solid #a3ffc8;
	color: #26c264;
	display: block;
	font: 16px/15px 'cuprum', sans-serif;
	padding: 9px 0;
	text-align: center;
}
#dev7link {
	position: absolute;
	top: 0;
	left: 50px;
	background: url(images/dev7logo.png) no-repeat;
	width: 60px;
	height: 67px;
	border: 0;
	display: block;
	text-indent: -9999px;
}
.slider-wrapper {
	background: url("images/banner_shadow.png") no-repeat scroll center 311px transparent;
	margin: auto;
	width: 100%;
}
.content_block {
	float: left;
	padding: 1%;
	overflow: hidden;
	/*width: 74%;*/
	min-height: 1000px;
	margin: -19px 0 0 0;
}
.content_left {
	/*float: left;*/
	margin: 12px 7px 0 0;
	padding: 0 0.65%;
	width: 22% !important;
}
.content_left .widget_text
{
    width: 100%;
    float: left; 
}
.content_right {
	float: left;
	/*width: 100%;*/
}
aside#text-4 {
	background: none repeat scroll 0 0 #F8F8F8;
	margin-top: 17px;
	text-align: center;
	padding: 0;
}
.subcat_list_item .cat_desc p {
	color: #7C7C7C;
	display: block;
	font: 12px/17px open sans;
	height: 90px;
	overflow: hidden;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.subcat_list_item .cat_desc h3 {
	color: #4d4d4d;
	font: bold 17px 'cuprum', sans-serif;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.page-template-page-templatesmy-account-php .site-content {
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	margin: 4% 0 0;
	position: relative;
	z-index: 100;
}
.cat_head_cover > h2 {
}
.main_cat_desc {
	color: #333;
	font: 13px/21px lato;
	padding: 5px 0;
	text-align: justify;
}
.sub_cat_hed > h2 {
	color: #000000;
	font: bold 17px 'cuprum', sans-serif;
	padding-bottom: 12px;
}
.cntnt_left_sub1 {
}
.cntnt_sub1_title {
	background: #44c45c none repeat scroll 0 0;
	color: #ffffff;
	font: 19px/19px 'cuprum', sans-serif;
	padding: 8px 10px;
	text-align: left;
	text-transform: none;
}
.cntnt_sub1_title > a {
	color: #FFFFFF;
}
.cntnt_sub1_dscption {
	color: #010101;
	border: 1px solid #e2e2e2;
}
.cntnt_sub1_dscption li {
	border-bottom: 1px solid #58C81E;
	border-top: 1px solid #58C81E;
	color: #474747;
	font-size: 15px;
}
.cntnt_sub1_dscption li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: none repeat scroll 0 0 #EDEDED;
}
.cntnt_sub1_dscption p {
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}
.cat_head_cover > h2 {
	font: 20px/22px 'cuprum', sans-serif;
	margin: 0;
}
.cntnt_sub1_dscption > ul {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	list-style: disc inside none;
}
.cntnt_left_sub2 {
	margin: 20px 0 0;
	background: url("images/shadow.png") no-repeat scroll center 270px transparent;
	padding: 0 0 26px;
}
.cntnt_left_sub2 ul {
	border: 1px solid #d0d0d0;
	text-align: center;
	background: url(images/ptrn.jpg) repeat;
	padding: 23px 0 9px 0;
}
.cntnt_left_sub2 li {
	overflow: hidden;
	margin: 0 22px 10px;
}
.cntnt_left_sub2 li a {
	display: block;
	background: #4fba23;
	color: #fff;
	font: 18px 'cuprum', sans-serif;
	text-transform: none;
	padding: 14px 16px;
}
.cntn_hom_sub1 {
	margin: 20px 0;
}
.cntn_hom_sub1 h1 {
	color: #000;
	font: 24px 'cuprum', sans-serif;
}
.cntn_hom_sub1 p {
	color: #010101;
	font: 15px/24px 'cuprum', sans-serif;
}
.most_viewed {
	overflow: hidden;
}
.most_viewed h2 {
	font-size: 20px;
	padding: 0;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.most_viewed ul {
	padding: 0;
	margin: 0 -1%;
	width: 102%;
	overflow: hidden;
}
.ctg-list-cvr, .prdcts-list-cvr {
	width: 102%;
	margin: 0 -1%;
}
.ctg-list-cvr .ads_wrap, .prdcts-list-cvr .ads_wrap {
	margin: 15px 1% !important;
	padding: 14px 1%;
	width: 96%;
}
.ctg-list-cvr .subcat_list_item, .prdcts-list-cvr .subcat_list_item {
	margin: 0 1% 15px;
	width: 28.7%;
}
.most_viewed li, .subcat_list_item {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0 1% 15px;
	padding: 1% 10px;
	width: 28%;
	min-height: 230px;
}
.msot_view_img, .subcat_list_item .cat_thumb {
	background: #f1f1f1 none repeat scroll 0 0;
	float: left;
	height: 150px;
	max-height: 150px;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.msot_view_img img, .subcat_list_item .cat_thumb img, .cat_thumb img, .cat_thumb .attachment-thumbnail.category-thumbnail {
	height: auto;
	max-width: 100%;
	width: auto !important;
}
.view_text, .subcat_list_item .cat_desc {
	float: right;
	height: 53px;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.most_viewed li a h4 {
	color: #44c45c !important;
	font: 20px/20px 'cuprum', sans-serif;
!important;
	margin: 0 0 12px;
}
.most_viewed h4, .subcat_list_item a h3 {
	color: #44c45c;
	font: 18px/18px "cuprum", sans-serif;
	height: 18px;
	margin: 5px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	word-wrap: normal;
}
.view_text p {
	color: #555;
	font: 13px/18px lato;
	margin: 0 0 5px;
}
.view_text a {
	color: #44c45c;
	font: 16px/24px 'cuprum', sans-serif;
	display: none;
	float: right;
	padding: 0 11px 0 0;
}
.ads_wrap {
	width: 96%;
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin: 0 0 20px 9px !important;
	padding: 14px 1%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
/** End Front Page**/

/** Footer **/

.footer {
	background: #fff none repeat scroll 0 0;
	margin-top: 8px;
	min-width: 1024px;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}
.ft-col {
	float: left;
	/*width: 33%;*/
	font-family: 0 1%;
}
.footer .ft-col h1 {
	color: #27b35e;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.footer .ft-col ul {
	float: left;
	width: 33%;
}
.footer .ft-col h2 {
	color: #282828;
	font: 13px/15px 'cuprum', sans-serif;
	text-transform: uppercase;
}
.footer .ft-col p {
	color: #555;
	font: 13px/18px 'cuprum', sans-serif;
	margin: 10px 0 5px;
}
.quick-links ul li {
	background: rgba(0, 0, 0, 0) url("images/sub.png") no-repeat scroll left center;
	font: 13px/22px 'cuprum', sans-serif;
	padding: 0 0 0 10px;
	width: 100%;
}
.theme-default .nivoSlider {
	margin: -17px 0 0 !important;
}
.nivo-caption {
	background: rgba(255,102,42, 0.8) !important;
}
.footer_sub1 {
	width: 1020px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}
.footer_sub1 h3 {
	padding: 0 0 17px;
	text-transform: none;
	color: #fff;
	font: 20px 'cuprum', sans-serif;
}
.footer_sub1 p {
	color: #fff;
	font: 14px 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 0;
}
.footer_sub1_sub {
}
.footer_sub1_a {
	float: left;
	padding: 0 19px 0 0;
}
.footer_sub1_b {
	float: left;
	padding: 0 19px 0 0;
}
.footer_sub1_c {
	float: left;
	padding: 0 19px 0 0;
}
.footer_sub1_sub span {
	font-size: 15px;
	color: #fff;
}
.footer_sub1_sub span p {
	margin: 0px;
	font-size: 11px;
	padding: 0 0 0 20px;
}
.footer_sub1_sub {
	padding: 0 0 8px 0;
}
.footer_sub2 {
}
.home_content_wrap > h2 {
	font-size: 27px;
}
.bt-search input[type="submit"] {
	background: #27b35e none repeat scroll 0 0;
	border: none;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	float: left;
	font: 14px/14px 'cuprum', sans-serif;
	margin: -1px 0 0 -1px;
	padding: 10px 2%;
	text-transform: uppercase;
	width: 26%;
}
.bt-search input[type="text"] {
	border: 1px solid #ccc !important;
	float: left;
	font: 14px/15px "cuprum", sans-serif;
	padding: 9px !important;
	width: 64% !important;
}
.home_content_wrap > p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.home_contact {
	background: rgb(109,107,107); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjQ5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(109, 107, 107, 1) 0%, rgba(75, 73, 73, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109, 107, 107, 1)), color-stop(100%, rgba(75, 73, 73, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(109, 107, 107, 1) 0%, rgba(75, 73, 73, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(109, 107, 107, 1) 0%, rgba(75, 73, 73, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(109, 107, 107, 1) 0%, rgba(75, 73, 73, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(109, 107, 107, 1) 0%, rgba(75, 73, 73, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6b6b', endColorstr='#4b4949', GradientType=0 ); /* IE6-8 */
	float: right;
	overflow: hidden;
	text-align: center;
	width: 300px;
	padding: 0 0 12px;
}
.home_contact h4 {
	margin: 0;
	padding: 6px 0 8px 16px;
	text-align: left;
	color: #fff;
}
.home_contact_input {
	height: 20px;
	border: 0 none;
	color: #161617;
	font: 13px 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 0 0 5px;
	padding: 0 10px;
	width: 83%;
}
.home_contact_textarea {
	width: 90%;
	height: 82px;
	border: 0 none;
}
.home_contact_btn {
	text-align: center;
	font: 13px 'lucida grande', tahoma, verdana, arial, sans-serif;
	padding: 3px 5px;
	color: #6e6b6b;
	margin: 6px 0 0 0;
	border: 0px none;
	color: #fff;
	background: rgb(145,142,142); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOGU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDZhNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(145, 142, 142, 1) 0%, rgba(109, 106, 106, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(145, 142, 142, 1)), color-stop(100%, rgba(109, 106, 106, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(145, 142, 142, 1) 0%, rgba(109, 106, 106, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(145, 142, 142, 1) 0%, rgba(109, 106, 106, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(145, 142, 142, 1) 0%, rgba(109, 106, 106, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(145, 142, 142, 1) 0%, rgba(109, 106, 106, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#918e8e', endColorstr='#6d6a6a', GradientType=0 ); /* IE6-8 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.footer_sub2 {
}
.footer_sub2 p {
	margin: 0px;
	font: 13px 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #000;
	text-align: center;
	padding: 10px 0;
	display: block;
	background: #fff;
}
.ftr_sub3 {
	color: #FFFFFF;
	margin: auto;
	width: 1020px;
}
.ftr_left > ul {
	display: inline-block;
	line-height: 22px;
	padding: 0 18px 0 0;
	vertical-align: top;
}
.ftr_sub4 {
	padding: 8px 0 0;
}
.ftr_sub4 > span {
	display: inline-block;
}
.ftr_left > ul li span {
	padding: 0 22px 0 0;
}
.ftr_left > ul li a {
	color: #FFFFFF;
	text-transform: none;
}
.google-seaecher-wrap {
	float: right;
	text-align: right;
}
/** End Footer **/



/****** End A2z teme template *****************/





/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins

----------------------------------------------- */



img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
	display: block;
	width: 37px;
	height: 36px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}



/* =Media queries

-------------------------------------------------------------- */



@media screen and (min-width: 600px) {
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	max-width: 960px;
	max-width: 68.571428571rem;
	overflow: hidden;
}
.site-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	float: left;
	padding: 25px 2%;
	margin: 36px 0 0 0;
	/*width: 71%;*/
}
body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
/*width: 100%;*/

}
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1, .site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a, .main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
	text-transform: none;
	white-space: nowrap;
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	margin: 0 40px 0 0;
	margin: 0 2.857142857rem 0 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
	display: inline-block;
}
.login-form-username {
	background: none repeat scroll 0 0 #EDEDED;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 0 !important;
	padding: 10px;
	width: 70%;
}
.login-form-password {
	background: none repeat scroll 0 0 #EDEDED;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 10px;
	width: 70%;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content, .template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}
}



/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
body {
	background-color: #EFEFF0;
}
body .site {
	padding: 0 40px;
	padding: 0 2.857142857rem;
	margin-top: 48px;
	margin-top: 3.428571429rem;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
}





/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a, .site-header h2 a {
	color: #000;
}
.author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
	display: none;
}
.wrapper {
	width: 1020px;
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title, .entry-title, .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */

.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
/* my page */

.title {
	width: 40%;
	float: left;
}
.partition {
	width: 4%;
	float: left;
}
.data {
	width: 50%;
	float: left;
}
.contact {
	width: 100%;
	overflow: hidden;
}
.cont {
	width: 40%;
	float: left;
}
.pub_page_contact h2 {
	color: #44c45c;
	font: 19px/15px 'cuprum', sans-serif;
	margin: 0 0 10px;
}
.contact_data {
	background-color: #fff;
	min-height: 282px;
}
.ad {
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.mypage_title {
	width: 74%;
	float: left;
}
.logo {
	width: 25%;
	height: auto;
	float: right;
	margin: 0;
}
.logo img {
	max-width: 100%;
}
.country_dealer {
	width: 22%;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.state_dealer, .country_dealer {
	background: #44c45c none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	float: left;
	font: 600 17px/19px cuprum;
	margin: 0 1% 10px;
	min-height: 20px;
	padding: 10px 2%;
	width: 44%;
}
.location_dealer {
	background: #f8f8f8 none repeat scroll 0 0;
	border-radius: 3px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 1% 10px 1%;
	min-height: 270px;
	padding: 2%;
	width: 27%;
}
.location_dealer a {
	font: 15px/18px cuprum;
}
.location_dealer .loc {
	font: 18px/18px cuprum;
}
#mypage-gallery {
	background: none !important;
}
.img_manu_img {
	width: 40%;
	float: left;
}
.img_manu_text {
	float: left;
	width: 60%;
}
.img_manu_text p {
	font: 13px/18px lato;
	margin: 0 0 20px 0;
	text-align: justify;
}
.image_manu .to_send_enq_frm input[type="submit"],.image_manu .edit_image,.gal_sendenq {
	background: #44c45c none repeat scroll 0 0;
	border: 0 none;
	padding: 6px 8px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase; 
}
.image_buttons { width:100%; }
.image_buttons form 
{
    width: 25%;
    float: left;
}
.image_buttons a { width: 12%;float: left; }

.addr {
	border-bottom: 1px solid #e1dfdf;
	font: 12px/10px cuprum;
	margin: 0 !important;
	padding: 12px 0;
	width: 100%;
}
.addr a {
	color: #44c45c;
	font: 15px/15px cuprum;
}
.space_dealer {
	height: 7px;
	background-color: #fff;
}
.dealer_list {
	background: none repeat scroll 0 0 #F8F8F8;
	padding: 17px;
}
.dealer_list h2 {
	background: none repeat scroll 0 0 #6FC54C;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 5px;
	text-shadow: none;
}
.select_products {
	background: none repeat scroll 0 0 #F8F8F8;
	padding: 17px;
}
.select_products h2 {
	background: none repeat scroll 0 0 #6FC54C;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 5px;
	text-shadow: none;
}
.company_logo {
	background: none repeat scroll 0 0 #F8F8F8;
	padding: 17px;
}
.company_logo h2 {
	background: none repeat scroll 0 0 #6FC54C;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	padding: 5px;
	text-shadow: none;
}
.showroom {
	border: 1px solid #e2dfdf;
	float: left;
	margin: 10px 1%;
	padding: 1%;
	width: 45%;
	webkit-box-shadow: 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.thumb_title a {
	color: #555;
	font: 13px/15px lato;
}
.post_showroom {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.thumb {
	float: left;
	margin: 0 5px 0 0;
	width: 26%;
}
.thumb_title {
	float: left;
	font: 17px/17px 'cuprum', sans-serif;
!important;
	width: 72%;
}
.thumb_title > br {
	display: none;
}
.showroomprod {
	margin: 0 -1%;
	overflow: hidden;
	width: 102%;
}
.thumb_title h3 a {
	font: 15px/15px 'cuprum', sans-serif;
	color: #44c45c;
}
.thumb_title p a {
	color: #555;
	font: 13px/11px lato !important;
}
.pub_page_gallery {
	border-top: 1px solid #eee;
	float: left;
	margin: 0;
	padding: 15px 2%;
	width: 96%;
}
.addlocationpage {
	margin-bottom: 20px;
	padding: 10px 5px;
	overflow: hidden;
}
.sel_showroom_prod {
	width: 33.33%;
	float: left;
}
.house {
	height: 18px;
}
.dealersdiv {
	margin: 19px 0px 30px 141px;
	line-height: 29px;
}
.manufactures {
	margin: 21px 0 20px 139px;
}
.manu_gallery {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear: both;
	display: block !important;
}
.image_manu {
	border-bottom: 2px solid #eee;
	float: left;
	padding: 24px 0;
	width: 100% !important;
}
.image_manu.video-box {
	border-bottom: 2px solid #eee;
	float: left;
	padding: 0 1% 20px;
	width: 98% !important;
}
.image_cvr {
	float: left;
	width: 55%;
}
.image_txt {
	float: left;
	margin: 0 0 0 1%;
	width: 44%;
}
.image_txt > p {
	font: 14px/20px lato;
	margin: 0 0 10px;
}
.manu_gallery .image_manu > iframe {
	width: 100%;
}
.gallery_distr_trash {
	margin-left: 238px;
}
.gallery_desg_trash {
	margin-left: 221px;
	margin-bottom: 3px;
}
.gallerytrash {
	margin-top: 235px;
}
.ngg-gallery-thumbnail img {
	-width: 272px;
	-height: 260px;
}
.image_manu img {
	width: 94%;
	height: auto;
}
.my_locations_list img {
	-width: 137px;
	-height: 100px;
}
.services {
	margin: 10px 0 0 0;
}
#my-acc-cover .menu-my-account-container {
	margin: 4px 0 0 3px !important;
}
.heading_tit {
	overflow: hidden;
	margin: 8px 0 4px 6px;
}
.client_details {
	border-radius: 3px;
	color: #44c45c;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 0 -1%;
	overflow: hidden;
	padding: 9px 1% 7px;
	width: 102%;
}
.register-frm-item .left label {
	color: #555;
	float: left;
	margin: 0 0 7px;
}
.membr-dtls-row {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 4px;
	float: left;
	margin: 1px 1%;
	overflow: hidden;
	width: 48%;
}
.client_name {
	float: left;
	margin-right: 0;
	width: 100%;
	text-align: left;
}
.client_type {
	float: left;
	text-align: right;
	width: 100%;
}
.membr-dtls-row label.value, label.value {
	background: #44c45c none repeat scroll 0 0;
	color: #fff;
	float: right;
	padding: 13px 15px;
	width: 30%;
	text-align: center;
}
.membr-dtls-row label.catgry {
	padding: 13px 8px;
	float: left;
}
.log_img {
	float: left;
	margin-right: 18px;
}
.cap {
	margin: 12px 0 14px 0;
	font-size: 15px;
	text-transform: none;
}
.text_write {
	display: inline-block;
	font: 14px/22px lato;
	margin: 5px 0 16px;
	width: 100%;
}
#profile-wrap .lbl-left h2 {
	font: 19px/19px 'cuprum', sans-serif;
}
.mypage-gal-wrap {
	background: none repeat scroll 0 0 #E4E0E0;
	padding: 2%;
}
.mail_mess {
	line-height: 26px;
	width: 100%;
	display: inline-block;
	padding: 23px 0 33px 0px;
	font-size: 17px;
}
.cat_nav {
	float: left;
	font: 14px/14px 'cuprum', sans-serif;
	padding: 6px 0 !important;
	width: 100%;
}
.cat_nav a {
	color: #4d4d4d;
}
.locality_search {
	background: none repeat scroll 0 0 #fff;
}
.locality_search_select {
	float: left;
	margin: 0 0.3%;
	width: 29.4%;
}
.locality_search > form#avl_checker {
	float: left;
	margin: 9px 0 0;
	width: 100%;
}
.locality_search_input {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #888;
	font: 15px/14px 'cuprum', sans-serif;
	padding: 9px 5px;
	margin: 0;
	width: 100%;
}
.locality_search_bnt > input {
	background: #26c264 none repeat scroll 0 0;
	float: left;
	font: 15px/15px 'cuprum', sans-serif;
	padding: 6px 0;
	width: 70px;
}
.img_globe {
	width: 100%;
	height: 189px;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #136831;
	margin-bottom: 21px;
	border-radius: 1px;
	display: none;
}
.locality_search .img_globe h3 {
	font: 18px 'cuprum', sans-serif;
	/*padding: 4px;*/
	width: 90%;
	background: none repeat scroll 0 0 #136831;
	color: #FFFFFF;
	margin: 6px auto auto;
}
.locality_search .img_globe h4 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 17px;
	margin-top: 5px;
}
.locality_search_select label::after {
	background: none !important;
}
.img_description {
	background: #58cf69 none repeat scroll 0 0;
	padding: 8px 1%;
	text-align: left !important;
	width: 98%;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img_image {
	background: none repeat scroll 0 0 #136831;
	padding: 4px;
}
.img_image img {
	width: 65%;
	-height: 145px;
}
/* Select arrow styling */
.select_arrow {
	position: relative;
	display: inline-block;
	width: 100%;
}
.locality_search_select label:after {
	content: '';
	width: 23px;
	height: 23px;
	position: absolute;
	display: inline-block;
	top: 4px;
	right: 4px;
	background: url(http://icons.iconarchive.com/icons/oxygen-icons.org/oxygen/24/Actions-arrow-down-icon.png) no-repeat right center white;
	pointer-events: none;
}
.catg_title {
	color: #4d4d4d;
	font: 22px 'cuprum', sans-serif;
	padding: 0 0 18px 9px;
}
.prod_title {
	color: #49d681;
	font: 22px 'cuprum', sans-serif;
	padding: 12px 0 12px 10px;
}
.rel_post {
	float: left;
	line-height: 22px;
	padding: 0 4%;
	width: 92%;
}
.gal_mypage {
	position: absolute;
	top: 270px;
	left: 77%;
}
.services p {
	font: 13px/20px lato !important;
	margin: 0 0 10px;
	text-align: justify;
}
.ui-widget-content {
	height: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 300px !important;
	z-index: 11111 !important;
}
.views {
	margin: 30px 0 20px 7px;
	color: #fff;
	font-size: 14px;
	background: none repeat scroll 0 0 #4FBA23;
	width: 14%;
	padding: 6px;
	text-align: center;
	float: left;
}
.ad_class {
	margin: 415px 0 15px 0;
}
.coupan {
	margin-top: 23px;
	font-size: 17px;
}
.coupon_layout {
	width: 85%;
	margin: 35px 0 0 21px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.22);
}
.logo_gift {
	width: 100%;
	overflow: hidden;
	margin: 0 0 28px 0;
}
.logo_coupon {
	width: 54%;
	float: left;
	margin: 49px 0 0 0px;
}
.logo_coupon img {
	width: 85%;
	height: 77px;
}
.gift {
	width: 40%;
	float: left;
}
.gift img {
	margin: 0 0 0 -17px;
}
.coupon_inner2 {
	margin: 33px 0 0 0;
	background: #6dbe45;
	text-align: center;
	padding: 22px;
	font-weight: bold;
}
.coupon_full {
	width: 100%;
	overflow: hidden;
}
.coupon_title {
	width: 25%;
	float: left;
}
.coupon_data {
	width: 70%;
	float: left;
}
.coupon_content {
	line-height: 36px;
	margin: -64px 0 0px 42px;
	color: #2a5230;
}
.coupon_id {
	font-size: 20px;
}
.click_here {
	margin: 23px 0 16px 0;
	border: 1px solid #136831;
	padding: 10px 0 14px 0;
	background: none repeat scroll 0 0 #ffffff;
	text-align: center;
	border-radius: 4px;
	font-size: 20px;
	font-style: italic;
	font-family: times;
}
.tab {
	float: left;
	margin: 0;
	width: 100%;
}
.tab a, .tab .to_send_enq_frm {
	background: #44c45c none repeat scroll 0 0;
	border-right: 1px solid #1e9f36;
	color: #fff;
	float: left;
	padding: 10px 11px;
	text-transform: uppercase;
	position: relative;
}
.gal_tab:last-child {
	border: none;
}
.tab a:hover, .tab .to_send_enq_frm:hover {
	background: #27a23e;
}
.tab a.active, .tab .to_send_enq_frm.active {
	background: #fff;
	color: #44c45c;
}
.google_map {
	width: 100% !important;
	height: 350px !important;
}
.to_send_enq_frm {
	border-right: none;
}
.gal_tab {
	font: 15px 'cuprum', sans-serif;
	color: #555;
	text-transform: none;
}
.gal_tab_active {
	color: #212226;
}
/* membership page */

#membership-wrap {
	background: none repeat scroll 0 0 #F8F8F8;
	padding: 17px;
}
#membership-wrap h3 {
	font-size: 19px;
}
.content_plans {
	margin: 30px 0 27px 0;
}
.member_status table, .member_status tr, .member_status td, .member_status th {
	border: 1px solid rgba(72, 83, 94, 0.99);
	padding: 13px;
}
.member_status table {
	width: 689px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*its also known as clearfix*/
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}
.pricing-table {
	width: 100%;
	margin: 27px 0 0 0;
	text-align: center;
	padding: 10px;
	padding-right: 0;
}
.pricing-table .heading {
	color: #9C9E9F;
	text-transform: none;
	font-size: 1.3rem;
	margin-bottom: 4rem;
}
.block {
	width: 28%;
	margin: 0 15px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.title_plan {
	width: 100%;
	float: left;
	z-index: 9990;
	margin: 0 0 33px 0;
}
.title_plan, .pt-footer {
	color: #FEFEFE;
	text-transform: capitalize;
	line-height: 2.5;
	position: relative;
}
.content {
	position: relative;
	color: #FEFEFE;
	padding: 20px 0 10px 0;
}
.content:after, .content:before, .pt-footer:before, .pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after, .pt-footer:before {
	top: 0;
}
.content:after, .pt-footer:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 5px;
	margin-left: -5px;
}
.price {
	position: relative;
	display: inline-block;
	margin-bottom: 0.625rem;
	width: 50%;
}
.price span {
	font-size: 2rem;
	letter-spacing: 4px;
	font-weight: bold;
}
.price sup {
	font-size: 1.5rem;
	position: absolute;
	top: 12px;
	left: -43px;
}
.hint {
	font-style: italic;
	font-size: 0.9rem;
}
.features {
	list-style-type: none;
	background: #FFFFFF;
	text-align: left;
	color: #9C9C9C;
	padding: 30px 7%;
	font-size: 0.9rem;
	-min-height: 360px;
}
.features li {
	padding: 5px 0;
	width: 100%;
}
.features li span {
	padding-right: 0.4rem;
}
.pt-footer {
	font-size: 0.95rem;
	text-transform: capitalize;
}
.personal .title_plan {
	background: #78CFBF;
}
.personal .content, .personal .pt-footer {
	background: #82DACA;
}
.personal .content:after {
	border-top-color: #82DACA;
}
.personal .pt-footer:after {
	border-top-color: #FFFFFF;
}
.professional .title_plan {
	background: #3EC6E0;
}
.professional .content, .professional .pt-footer {
	background: #53CFE9;
}
.professional .content:after {
	border-top-color: #53CFE9;
}
.professional .pt-footer:after {
	border-top-color: #FFFFFF;
}
.business .title_plan {
	background: #E3536C;
}
.business .content, .business .pt-footer {
	background: #EB6379;
}
.business .content:after {
	border-top-color: #EB6379;
}
.business .pt-footer:after {
	border-top-color: #FFFFFF;
}
.full_block {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0 0;
}
.dec {
	width: 50%;
	float: left;
	text-align: left;
	margin-left: 23px;
}
.dec_title {
	font-weight: bold;
	margin: 0 0 11px 0;
}
.my_video_style {
	background: none repeat scroll 0 0 #E4E0E0;
}
.video_delete {
	float: right;
	margin: 24px 5px 15px 0;
}
.video_cap {
	line-height: 22px;
	width: 80%;
	float: left;
}
.heading_tit h2 {
	float: left;
	font: 18px/19px 'cuprum', sans-serif;
	width: 30%;
}
.heading_tit .my_page {
	float: right;
	margin: 0 0 6px 294px;
	width: 28%;
}
.heading_tit .my_page a {
	background: #a8ce3c none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	float: right;
	font: 15px/15px 'cuprum', sans-serif;
	padding: 7px 16px 8px;
}
.form-allowed-tags {
	display: none;
}
input#submit {
	background: #27b35e none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font: 15px/15px 'cuprum', sans-serif;
!important;
	padding: 8px;
}
/*#comments h2.comments-title {
	margin: 48px 0 0 0;
}*/
.label_comment {
	height: auto;
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
}
.label_comment span {
	font-weight: bolder;
	line-height: 33px;
	font-size: 17px;
}
.comment .reply {
	width: 8%;
	background: none repeat scroll 0 0 #4FBA23;
	padding: 0 0 0 10px;
	color: #fff;
}
.comment .reply a {
	color: #fff !important;
}
.comment .reply span {
	padding: 0px 0 0 2px;
}
.comment .comment-meta {
	margin: 0 0 0 0 !important;
}
.comment .comment-content {
	margin: 16px 0px 0px 22px;
}
#comments {
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
	padding: 14px;
	margin: 2% 0;
	float: left;
	width: 96%;
}
.comment-form {
	float: left;
	width: 100%;
}
.provider_label {
	font: 20px/20px 'cuprum', sans-serif;
	margin: 30px 0 5px;
}
.clear_provider {
	margin: 17px 0 0 0;
	width: 100%;
}
.text_enquiry {
	font: 15px/15px 'cuprum', sans-serif;
	margin: 12px 0 0;
	overflow: hidden;
	width: 100%;
}
.text_enquiry .gal_sendenq {
	background: #44c45c none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: right;
	padding: 6px 12px;
	text-align: center;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.gal_sendenq:hover {
	background: none repeat scroll 0 0 #4EBC1F !important;
}
.back_sub {
	margin: 7px 0 26px 0;
}
.back_sub input[type='button'] {
	float: left;
	width: 11%;
	text-transform: none;
}
.back_sub input[type='submit'] {
	float: right;
	margin: 10px 0 0 0;
}
.second_step ul {
	line-height: 34px;
	margin: 15px 0 0 0;
	list-style: inside !important;
}
.second_step ul label {
	font-weight: bold;
}
/* buy_sell */

.dist_loader {
	margin: 0 0 16px 0;
	width: 80%;
	background: url(images/loader.GIF) no-repeat center top;
	height: 25px;
	display: none;
}
.per_unit {
	float: right;
	margin: 11px 5px 0 0;
	width: 24%;
}
.buy_wrap {
	width: 96%;
	overflow: hidden;
	padding: 12px;
	background: #fff;
	margin: 32px 0 0 0;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.buy_wrap .img {
	width: 30%;
	float: left;
}
.buy_wrap .buy_wrap_info {
	width: 66%;
	float: left;
	line-height: 35px;
	margin: 0 0 0 22px;
}
.buy_wrap .whole {
	border-bottom: 1px solid #eee;
	font: 13px/15px lato;
	overflow: hidden;
	padding: 12px 0;
	width: 100%;
}
.buy_wrap .label {
	float: left;
	width: 20%;
}
.buy_wrap .info a {
	background: #44c45c none repeat scroll 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: 14px/15px cuprum;
	padding: 4px 11px;
}
.buy_wrap .img img {
	width: 100%;
}
.buy_wrap .dsc {
	font: 13px/13px lato;
	overflow: hidden;
	padding: 25px 0;
	width: 100%;
}
.buy_wrap.info_dsc {
	width: 60%;
	float: left;
	line-height: 25px;
}
.buy_wrap .label_dsc {
	width: 30%;
	float: left;
}
.buy_wrap .info {
	float: left;
	width: 80%;
}
.reg_text {
	line-height: 33px;
	margin: 15px 0 0 0;
	font-size: 15px;
}
/*.conatct pages starts*/

.col-img {
	float: left;
	margin: 8px 0 0;
	text-align: center;
	width: 100%;
}
.col-text {
	float: left;
	margin: 12px 0 0;
	text-align: center;
	width: 100%;
}
.col-text h1 {
	font: 15px/15px 'cuprum', sans-serif;
}
.col-text p, .col-text p a {
	font: 13px/20px lato;
	margin: 0;
	color: #666;
}
.contact-strip .col-2 {
	background: #f2f5f3 none repeat scroll 0 0;
	float: left;
	margin: 0 1% 15px;
	min-height: 201px;
	padding: 1%;
	width: 46%;
}
.col-text > h1 {
	font: 17px/15px 'cuprum', sans-serif;
	color: #26c264;
	margin: 0 0 7px 0;
}
/*.conatct pages end*/





/*login section starts*/

#wppb_login .submit.button {
 background: #26c264 border: none;
	padding: 8px 25px;
	border-radius: 2px;
	color: #fff;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 11px 0 0 0;
	background: #26c264;
	border: none;
}
#wppb_login .login-form-username {
	background: #ededed none repeat scroll 0 0;
	border-radius: 0;
	float: left;
	margin: 0 !important;
	padding: 10px;
	width: 46%;
}
#wppb_login .login-form-password {
	background: #ededed none repeat scroll 0 0;
	border-radius: 0;
	float: left;
	padding: 10px;
	width: 49%;
}
#wppb_login input.text-input[type="text"], #wppb_login input.text-input[type="password"] {
	width: 94%;
}
#wppb_login p {
	clear: none !important;
}
#wppb_login p a {
	color: #26c264;
	float: left;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 14px 0 0;
	width: 100%;
}
/*login section end*/



.green-row {
	border-top: 1px solid #eee;
	float: left;
	margin: 20px 0 -1%;
	padding: 10px 0 0;
	width: 102%;
}
.adrs-cover {
	background: #eee none repeat scroll 0 0;
	margin: 16px 0 0;
	padding: 10px 2%;
}
.green-row br {
	display: none;
}
.green-row .green-space {
	background: #26c264 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	float: left;
	font: 15px/15px 'cuprum', sans-serif;
	margin: 0 1%;
	padding: 9px 8px;
	text-align: center;
	width: 21%;
}
.green-row .green-space a {
	color: #fff;
}
.right-img {
	float: left;
	margin: 0 2% 10px 0;
	text-align: justify;
	width: 63%;
}
.left-img {
	float: right;
	width: 35%;
}
.gr-btn {
	background: #26c264;
	color: #fff;
	padding: 4px 13px;
	margin: 18px 0 4px 5px;
	display: inline-block;
	border-radius: 5px;
}



					.captionOrange, .captionBlack
					{
						color: #fff;
						font-size: 20px;
						line-height: 30px;
						text-align: center;
						border-radius: 4px;
					}
					.captionOrange
					{
						background: #EB5100;
						background-color: rgba(235, 81, 0, 0.6);
					}
					.captionBlack
					{
						font-size:16px;
						background: #000;
						background-color: rgba(0, 0, 0, 0.4);
					}
					a.captionOrange, A.captionOrange:active, A.captionOrange:visited
					{
						color: #ffffff;
						text-decoration: none;
					}
					a.captionOrange:hover
					{
						color: #eb5100;
						text-decoration: underline;
						background-color: #eeeeee;
						background-color: rgba(238, 238, 238, 0.7);
					}
					.bricon
					{
						background: url(../img/browser-icons.png);
					}
					
					            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(images/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }
			
			
.remove_friend
{
	border:none;
	background:none;
	color: #44c45c;
}

.create_page
{
	background: #44c45c none repeat scroll 0 0;
    padding: 9px;
    color: #fff; 
}

.content_left .textwidget { margin: 35px 0 0 0; }

    /*-------------------------- 17/01/2016------------------------*/
 .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto
}
@media screen and (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
}

    

   #my-acc-cover #mypage-gal-wrap .manu_gallery .image_manu {
    margin: 0 1% 25px;
    width: 28% !important;
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 1% 10px;
    min-height: 230px;
}
    #my-acc-cover #mypage-gal-wrap .manu_gallery .image_cvr,  #my-acc-cover #mypage-gal-wrap .manu_gallery .image_txt, #my-acc-cover .manu_gallery .image_cvr img{
        width: 100%; 
            text-align: center;
    
    }
  #my-acc-cover .manu_gallery .image_cvr {
    background: #FFF none repeat scroll 0 0;
    float: left;
    height: 150px;
    max-height: 150px;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
    #my-acc-cover .manu_gallery .image_buttons form{
        width: 50%;
    }
    #my-acc-cover .manu_gallery .image_txt p:nth-child(2) {
    display: none;
}
 #my-acc-cover .manu_gallery .image_txt a{
    background: #44c45c none repeat scroll 0 0;
    border: 0 none;
    padding: 6px 8px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}
#my-acc-cover .manu_gallery .image_buttons a {
    width: auto; 
    float: none;
    display: inline-block;
}
#my-acc-cover .image_manu .to_send_enq_frm input[type="submit"], #my-acc-cover .manu_gallery .image_buttons a {
    background: transparent;
    border: 0 none;
    padding: 6px 8px;
    color: #44C45C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: inherit;
}
    
   
   #mypage-gal-wrap #mypage-gallery .image_manu {
    border-bottom: 2px solid #eee;
    float: left;
    padding: 24px 0;
    width: 100% !important;
    margin: 5px 0;
    width: 100%;
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 1% 10px;
    min-height: 190px;
}
#mypage-gal-wrap #mypage-gallery .image_cvr {
    float: left;
    width: 40%;
    height: 195px;
    overflow: hidden;
    margin-right: 10px;
}
#mypage-gal-wrap #mypage-gallery .image_cvr img{
	width: 100%;
}
    
.fancybox-close {
    position: absolute;
    top: 8px !important;
    right: 3px !important;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.latest_header
{
	color: #fff;
	padding: 12px;
	font-size: 17px;
    text-align: center;
}