/*
Theme Name: WCM010002
Theme URI: http://wordpress.org/themes/templatemela
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: templatemela

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.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	
}

body {
	background: url("images/megnor/body_bg.jpg") repeat scroll left top #FFFFFF;
	line-height: 18px;
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	word-wrap: break-word;
	color:#777777;
}
.excerpt{ line-height:22px; text-align:justify; }

a {
	color: #777;
	text-decoration: none;
}



a:focus {
	/*outline: thin dotted;*/
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: none;
}
.entry-summary .read-more a, a.read-more{ 
	background-color: #59B8D0;
    color: #FFFFFF;
    display: inline-block;
    padding: 7px;
}
.entry-summary .read-more a:hover, a.read-more:hover{ color: #FFFFFF; background-color: #75AD17; }
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	font-weight: normal;
	color: #75AD17;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif; 
}
.special_inner ul{ margin: 0; padding:0;}

h1 {
	font-size: 22px;
	margin: 15px 0;
}
h2 {
	font-size:21px;
	margin: 14px 0;
}
h3 {
	font-size:20px;
	margin: 13px 0;
}

h4 {
	font-size: 19px;
	margin: 12px 0;
}

h5 {
	font-size: 18px;
	margin: 11px 0;
}

h6 {
	font-size: 16px;
	margin: 10px 0;
}
.gallery h2 { font-size: 18px;margin:0; }

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #F8F8F8;
	text-decoration: none;
}
.products_block .price ins, .price ins{ background:transparent; }

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #F8F8F8;
}


blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 16px;	
	font-weight: 300;
	margin: 24px 40px;	
	background: none repeat scroll 0 0 #f8f8f8;
    border-left: 5px solid #6CCBE2;
    line-height: 22px;
    padding: 10px;
    position: relative;
    width: auto;
}
blockquote p{
	margin: 0;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
.widget ul{ margin:0; padding:0; }
.widget ul li{ list-style:none; }
.sitemap-page ul { padding: 0 0 0 20px; }

nav ul,
nav ol {
}

li > ul,
li > ol {
	margin: 0;
}
.site-header ul, 
.site-header ol, 
.site-footer ul, 
.site-footer ol,
.sidebar-container ul,
.sidebar-container ol,
.flexslider ul,
.flexslider ol,
.contact-page ul,
.contact-page ol,
.portfolio_wrapper ul,
.portfolio_wrapper ol { padding: 0; margin: 0;}
.site-header ul li, 
.site-header ol li, 
.site-footer ul li, 
.site-footer ul li,
.sidebar-container ul li,
.sidebar-container ol li,
.flexslider ul li,
.flexslider ol li,
.contact-page ul li,
.contact-page ol li, 
.portfolio_wrapper ul li,
.portfolio_wrapper ol li{ list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #ebebeb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
select{	
	border: 1px solid #DDDDDD;
	padding: 5px;
}
button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	
}
.search-field {
    float: left;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #777777;
    font-size: 15px;
    font-weight: normal;
	
}
.sidebar-inner .widget ul del{display:none;}
.sidebar-inner .widget ul ins {
    color: #777777;
    font-size: 13px;
    font-weight: bold;
}
ins{
	color: #777777;
    font-size: 18px;
    font-weight: bold;
	text-decoration: none;	
}
ins span{  }

hr {
	background: url("images/megnor/dotted-line.png") repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	display: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #dddddd;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #777;
}

input:focus,
textarea:focus {
	border: 1px solid #ddd;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.header_cart .togg a.button, 
.widget_shopping_cart .buttons a, 
.footer-main .widget_shopping_cart.widget .buttons a,
.entry-summary .read-more a:hover, a.read-more:hover,
.post-navigation .nav-links a:hover, .image-navigation a:hover,
.woocommerce a.button.alt,.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	background: none repeat scroll 0 0 #8AC42F;
	border: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 7px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.header_cart .togg a.button:hover, 
.widget_shopping_cart .buttons a:hover, 
.footer-main .widget_shopping_cart.widget .buttons a:hover,
.entry-summary .read-more a, a.read-more,
.post-navigation .nav-links a, .image-navigation a,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
	outline: none;
	background-color:#6CCBE2;
	color: #FFFFFF;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus {
    background-color: transparent;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #6CCBE2;
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #444;
	font-size: 15px;	
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 #page{
	padding-bottom:10px;
 }

.site {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
    position: relative;
}

.home .site-main { background: none; padding: 0; box-shadow: none; border-radius: 0;}

.site-main .sidebar-container {
}

.site-main .sidebar-inner {
}

.entry-image-loop-con{
	text-align: left;
}
.header-main .search-form { margin-top: 25px;}
/* Start 404 Not Found */
.page-not-found{ width: 100%;}
.entry-content{ font-size: 15px;
    line-height: 22px;clear:both;}
.not-found h1 {
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
	font-size: 35px;
    line-height: 35px;
}
.not-found p, .not-found h1 {text-align: center;}
.not-found p{ margin: 20px 0;}
/* End 404 Not Found */


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	padding:12px 0 30px;
	text-decoration: none;
	float:left;
}
.header-middle{ float:right; width:61%; margin-top:10px;}
.header-middle-top{ clear:both; overflow:hidden; margin-top:8px; }
.header-middle-bottom{ clear:both; }
.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	 font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.site-description {
	margin: 0;
	font-size: 24px;
	
}
.contact-header-menu{
	margin: 5px 0 0 8px;
	padding: 0;
	float: left;
}

.contact-header-menu li{
	list-style: none;
	display: inline;	
	position:relative;
}
.contact-header-menu li:after{
	content: "";
	width:6px;
	height:10px;
	background:url("images/megnor/sepretar.png") no-repeat scroll 0 0 transparent;
	position:absolute;
	right:-10px;
	top:6px;
}
.contact-header-menu li:last-child:after{ background:none; }
.contact-header-menu li + li{ 
	padding: 0 0 0 7px;	
    margin-left: 4px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	display: inline-block;
    margin: 7px 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	line-height: 20px;
	color: #FFFFFF;
    display: block;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
    font-size: 18px;
    font-weight: bold;   
    margin-bottom: 0;
    padding: 13px 18px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
	z-index:9999;
}

.nav-menu li li a{ 
	padding:8px 10px;	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 	
}
.nav-menu li span{
	background:url("images/megnor/sprite.png") no-repeat scroll -224px -735px ;
	float:left;	
	margin-top:5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px; 
}
.nav-menu li ul li span{ background:none; display:none; }
.nav-menu li:hover > a,
.nav-menu li a:hover{
background-color: #64A500;
	
}

.nav-menu .sub-menu,
.nav-menu .children {
	 border-bottom: 5px solid #322C20;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99;
	background-color: #64A500;	
	padding:5px;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left:200px;
	top:0px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;	
    font-size: 18px;
    font-weight: normal;
    padding: 6px 10px;
    text-transform: capitalize;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color:#000;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a { }

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	clear:both;
	width: 100%;
	height: auto;
    position: relative;
	z-index:999;
	

}
#site-navigation:before{
	background: url("images/megnor/2.png") no-repeat scroll 2px 0 #8AC42F;
	content: "";
    height: 60px;
    left: -32px;
    position: absolute;
    top: 10px;
    width: 42px;
}
#site-navigation{
    background: url("images/megnor/1.png") no-repeat scroll 2px 0 #8AC42F;
    clear: both;
    height: 60px;
    margin: 0 auto 35px -10px;
    padding-left: 20px;
    position: relative;
    width: 1015px;
    z-index: 999;
}

.header_bottom {
    background: url("images/megnor/bckg.jpg") repeat scroll left top transparent;
    border-bottom: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    bottom: -40px;
    padding: 0 8px 8px;
    position: absolute;
    width: 1000px; 
}

.header_bottom_inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #EAEAEA #EAEAEA;
    border-image: none;
    border-right: 1px solid #EAEAEA;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 32px;
    width:100%;
	z-index:1;
}
 .search-form, #searchform {
	float:left;
	text-align:right;
	background: url("images/megnor/search_bg.jpg") repeat scroll 0 0 transparent;
    border: 1px solid #EAEAEA;    
    padding: 4px;
    position: relative; 
	width:230px;
  
}
.search-field, #searchfield {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ebebeb;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 30px 6px 5px;
    width: 220px;
	float:left;
}

.site-header .search-field:focus { }
.header-login-logout{ 
	float:right; 
	margin-right: 10px;
    margin-top: 6px;
}
.header-login-logout .icons {
	float: left;
    height: 20px;
    width: 20px;
	margin: 0;
}
.header-login-logout .account, .header-login-logout .logout{ float: left;}
.header-login-logout .account .header-login-account{ background: url("images/megnor/sprite.png") no-repeat scroll -5px -422px transparent;}
.header-login-logout .login .header-login-login{ background: url("images/megnor/sprite.png") no-repeat scroll -3px -307px transparent;}
.header-login-logout .logout .header-login-logout{ background: url("images/megnor/sprite.png") no-repeat scroll -3px -365px transparent;}
.header-login-logout .account:hover .header-login-account{background-position: -5px -452px; }
.header-login-logout .login:hover .header-login-login{background-position: -3px -337px; }
.header-login-logout .logout:hover .header-login-logout{background-position: -3px -395px; }
/*** Top Area ***/

.flexslider {    
    overflow: hidden;
    padding: 7px;  
}

.tm-homeslider {
    float: left;
    width: 716px;
}
.home-topbanner #banner1 { 
    margin: 0;
    padding: 7px 7px 5px 0;   
}

.home-topbanner #banner2{  
    margin: 0;
    padding: 0 7px 7px 0;   
}
.home-topbanner{float:right;clear:none;  width: 257px;}
/*** End Top Area ***/

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.products .hentry{ overflow:visible; }
.hentry {	
    margin: 20px 0;
    padding: 0 0 20px;
}
.page .hentry{ margin-top:0;}
article.post:after {
}
article.post{ 
	border: 1px solid #E6E6E6;
    padding: 20px 35px 20px 60px;
}
article.post:before{}
article.post:first-child:before{}
article.post:first-child{ }
.shop-page .hentry{ overflow: visible;}
.single .hentry {}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
}
.entry-thumbnail{ 	
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.entry-image{margin-bottom: 10px;}
.entry-image img{ margin: 0 auto; text-align: center;}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.type-post .entry-thumbnail img, .type-post .entry-content img {
	background: url("images/megnor/bckg.jpg") repeat scroll left top transparent;
    border: 1px solid #D2D2D2;
    padding: 9px;
}
.cart img {
	border: none;
}

.entry-header {
	position: relative; 
}

.entry-header:before {
	background: url("images/megnor/post-formate-icons.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 50px;
    left: -72px;
    position: absolute;
    top: -10px;
    width: 65px;
}	
.page-title{ border: none; padding: 0;}
.page-title:before,
.search .type-page .entry-header:before,
.search .type-product .entry-header:before{ display: none;}
.search .type-page .entry-header,
.search .type-product .entry-header { padding-left: 0;}
article.format-standard .entry-header:before,
article.type-page .entry-header:before,
article.type-product .entry-header:before,
article.type-banners .entry-header:before,
article.type-faqs .entry-header:before{background-position: -15px -23px;}
article.format-aside .entry-header:before{background-position: -104px -23px;}
article.format-image .entry-header:before{background-position: -193px -23px;}
article.format-gallery .entry-header:before{background-position: -281px -23px;}
article.format-video .entry-header:before{background-position: -369px -23px;}
article.type-attachment .entry-header:before{background-position: -471px -23px;}
article.format-chat .entry-header:before{background-position: -548px -23px;}
article.format-link .entry-header:before{background-position: -639px -23px;}
article.format-status .entry-header:before{background-position: -726px -23px;}
article.format-audio .entry-header:before{background-position: -104px -23px;}
article.format-quote .entry-header:before{background-position: -923px -23px;}

.entry-title, .page-title {
	font-weight: normal;	
}

.entry-title {
	font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
    text-transform: uppercase;
}
.search article.type-page .entry-title,
article.type-page .entry-title,
article.type-product .entry-title,
article.type-banners .entry-title,
article.type-faqs .entry-title {
	line-height: 35px;
}
.page-title {
	font-size: 24px;
	line-height: 24px;
}

.entry-title a, .page-title a {
	color: #75AD17;		
}

.entry-title a:hover, .page-title a:hover {
	color: #6CCBE2;	
}



/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}
.empty-entry-header{
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.entry-meta a {	
}

.entry-meta a:hover {	
}

.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span.tags-links{
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.comments-link {
	margin: 10px 0;
}

.comments-link a{
	color: #59B8D0;
}

.comments-link a:hover{
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link {
	float: right;
}

.type-post .entry-meta > span.edit-link{
	margin-right: -18px !important;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	line-height:20px;
}

.entry-content a,
.comment-content a {
	color: #777777;	
}

.entry-content a:hover,
.comment-content a:hover {
	color: #75AD17;
	
}

.entry-content blockquote {
	
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 14px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}

footer.entry-meta {
	margin-top: 20px;
	line-height: 22px;
}

.format-standard footer.entry-meta {
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #6CCBE2;
	border: 1px solid #6CCBE2;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #959B8F;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	width:100%;
}
#gallery {
	width:100%;
	display: inline-block;
	margin: 0;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}
.gallery-item.first{ clear: both;}
.gallery-item .gallery-icon img{ max-width: 100%; height: auto; border:2px solid #EEEEEE; }
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: inline-block;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	max-width: -webkit-calc(100% - 4px);
	max-width:         calc(100% - 4px);
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#gallery li{ list-style:none; }
.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
}
.format-aside .entry-content {
	margin-top: 20px;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
}

.format-aside .entry-meta {
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
}

.format-audio .entry-title {
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
}

.format-audio .audio-content {
	background: url(images/megnor/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

.sticky { 
	background: none repeat scroll 0 0 #F5F5F5;
}
article.sticky .entry-header:before{ }
.sticky	.entry-title{  
	border-bottom: 1px dashed #777777;	
    padding-bottom: 10px;
}
.sticky .entry-header {
	border: none;
	padding-bottom: 0;
}
.sticky .entry-meta a, .sticky h1 a{}
.sticky .entry-meta a:hover, .sticky h1 a:hover{}
.sticky .read-more{ text-transform:capitalize; margin:14px 0; text-align: right;}
.sticky .read-more a{
	background-color: #59B8D0;
    border-radius: 20px 0 0 20px;
    color: #FFFFFF;
    display: block;
    margin-right: -36px;
    padding: 5px 20px;
}
.sticky .read-more a:hover{ 
	background-color: #75AD17;
}
.read-more { 
	float: right;
    margin: 25px -36px 14px 0;
    text-transform: capitalize;
}
.sticky .entry-meta > span.featured-post {
}

/* Chat */
.format-chat {

}

.format-chat .entry-title {
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
}
.format-gallery .gallery_title{ display: none;}

/* Image */
.format-image .entry-title {
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
}
.format-link .entry-meta a{ }

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
}

.format-link .entry-title a {
}

.format-link div.entry-meta {
}
.format-link .entry-content {
	margin: 10px 0;
} 

/* Quote */
.format-quote {
}

.format-quote .entry-meta {
	margin-top: 10px;
}

.format-quote .entry-content {
	margin: 10px 0;
} 

.format-quote .entry-content blockquote {
	line-height: 30px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
}

.format-quote .entry-content cite a {
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
    font-size: 14px;
    font-style: normal;
}

.format-quote blockquote {	
	font-weight: 300;
	position: relative;
	background: none;
	border: none;
	background-color: #F5F5F5;
	color: #6CCBE2;
}
.format-quote blockquote a {
	color: #75AD17;
}
.format-quote blockquote a:hover {
	color: #777777;
}

.format-quote blockquote:before {
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
}

.format-status .entry-content,
.format-status .entry-meta {
	position: relative;
}

.format-status .entry-content a {
}

.format-status .entry-meta a {
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
}

.format-status .entry-content {
	margin-top: 10px;
}

.format-status .entry-content p:first-child:before {
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
	line-height: 30px;
}

.format-status .entry-meta {
	line-height: 5px;
    margin-top: 10px;
    padding: 3px 0;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {}
.format-video .entry-content p{ }
.format-video .entry-title a{ }
.format-video .entry-title a:hover{ }
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {}
.format-video .entry-title {}
.format-video .entry-meta {}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
}

.attachment .entry-header {
}

.attachment .entry-title {
}

.attachment .entry-title:before {
}

.attachment .entry-meta {
}

.hentry.attachment:not(.image-attachment) .entry-meta {
}

.attachment footer.entry-meta {
}

.attachment-meta:before {
}

.full-size-link a:before {
}

.full-size-link:before {
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
}

.attachment .entry-content {
}

.image-navigation {
	 margin: 10px 0;
	 
}

.image-navigation a:hover {
	
	text-decoration: none;
}

.image-navigation .nav-next {
}

.image-navigation .meta-nav {
}

.attachment .entry-attachment,
.attachment .type-attachment p {}

.attachment .entry-attachment{ clear: both; display: inline-block;}

.attachment .entry-attachment .attachment {
}

.attachment .entry-caption {
}

.attachment .entry-description {
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
}

.attachment .site-main .sidebar-container {
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}
.navigation #nav-below{ float:right; }
.navigation a {	
}
.navigation.paging-navigation a:hover, .paging-navigation a.current {
	color: #8AC42F;
	text-decoration: none;	
}
.paging-navigation {	
	border: 1px solid #EBEBEB;
    margin: 10px 0;
    padding: 10px 0;
}

.paging-navigation .nav-links {
	width: 100%;
	text-align: center;
}

.sidebar .paging-navigation .nav-links {
}
.blog .paging-navigation .nav-next {
	padding: 0 0 0;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a, .post-navigation a, .image-navigation a, .shop-page .navigation a{
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 0 6px;
	display: inline-block;
	color: #777777;
}
.yith_magnifier_zoom_wrap{ z-index: 99 !important;}
.yith_magnifier_gallery li img{ margin: 0 auto;}

.paging-navigation .meta-nav {
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.shop-page #nav-below{ float:right; margin-top: 10px;}

.paging-navigation .nav-previous .meta-nav {
}

.post-navigation .nav-links,
.image-navigation{}
.post-navigation .nav-links a,
.image-navigation a{ padding: 5px; position: relative;}
.post-navigation .nav-links a:hover,
.image-navigation a:hover{ padding: 5px;}
.post-navigation .nav-links a.prev-post:before,
.image-navigation .nav-previous a:before{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) #6CCBE2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 13px 8px 13px 13px;
    content: "";
    height: 0;
    left: -21px;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 0;
}
.post-navigation .nav-links a.next-post:after,
.image-navigation .nav-next a:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6CCBE2;
    border-image: none;
    border-style: solid;
    border-width: 13px 13px 13px 8px;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -21px;
    top: 1px;
    width: 0;
}
.post-navigation .nav-links a.prev-post:hover:before,
.image-navigation .nav-previous a:hover:before{
	border-right-color: #8AC42F;
}
.post-navigation .nav-links a.next-post:hover:after,
.image-navigation .nav-next a:hover:after{
	border-left-color: #8AC42F;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	
	text-decoration: none;
}

.post-navigation {
	font-weight: 300;
	margin-bottom: 15px;
}

.post-navigation .nav-links {
 width:100%;
}

.sidebar .post-navigation .nav-links {
	padding:0 5px;
}

.post-navigation a[rel="next"] {
	float:right;
}
.post-navigation a[rel="prev"] {
	float:left;
	margin-left:5px;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #F6F6F6;
}

.author-description .author-title {
	clear: none;
	font-size: 20px;
	
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
}

.archive-title,
.archive-meta {
	font-size: 25px;
	margin:0;
	padding: 8px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
}

.page-title {
	color: #75AD17;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.page-content {
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content { padding:0; }


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #B4D2D0;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
}

.error404 .page-header,
.error404 .page-content {
	padding-bottom: 40px;
	width: 100%;
}



/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
}

.comments-title {
	font-size: 22px;	
	line-height: 22px;
	margin:20px 0 5px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	border-top:1px dashed #CFD4CB;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #75AD17;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 5px;
}
.comment-content p{ margin-bottom:8px; }
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f8f8f8;
	padding: 20px;

}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-size: 22px;	
	line-height: 22px;
	margin:0 0 15px;
}
#respond p.form-submit{ margin-bottom:5px; }
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	
	font-weight: 300;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
width:100%;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.accordion a, .togg a, .tour li a ,.tabs > li a  {
background: linear-gradient(to bottom, #F7F7F7 50%, #E0E0E0 100%) repeat scroll 0 0 transparent;
border-color: #D7D5CF #D7D5CF #D0CFC9;
}

.tabs > li a {border-right:1px solid #000}
.tabs > li:last-child a{border:none;}
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 20px;
	word-wrap: break-word;
}
.fourth-widget .widget { margin-bottom: 0;}
.site-footer .fourth-widget.widget{ margin-right: 0;}

.footer-main .widget .widget-title {
    color: #8AC42F;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.footer-main .widget ul{padding:0;}
.widgets-FooterContactUsservices{ line-height:24px; }

.sidebar-container .widget .widget-title,
.secondary-sidebar .widget .widget-title{  
    color: #FFFFFF;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	background: url("images/megnor/heading_bg.png") no-repeat scroll 0 0 #8AC42F;
    padding: 10px 15px;
    position: relative;
    width: 231px;
	margin-left: -10px;
}
.secondary-sidebar ul{ padding:5px; }
#tertiary .widget .widget-title:before{	
	bottom: -6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 10px;
}
.body_leftcallout #tertiary .widget .widget-title:before{
	background: url("images/megnor/heading_triangle_left.png") no-repeat scroll 0 0 transparent;
	left: 0;
	right: auto;
}
.body_leftcallout #tertiary .widget .widget-title{ margin-left: -20px; }
.body_rightcallout #tertiary .widget .widget-title:before{
	background: url("images/megnor/heading_triangle_right.png") no-repeat scroll 0 0 transparent;
	right: 0;
	left: auto;
}
.body_rightcallout #tertiary .widget .widget-title{ margin-left: 4px; }
#tertiary .widget .widget-title{ 
	
}

#tertiary .widget.widget_newsletterwidget {
    clear: both;
    padding: 5px;
    text-align: center;
}
.widget .widget-title {
	margin: 0 0 10px;
	text-transform:uppercase;
}

.sidebar-inner .widget ul,
.sidebar-inner .woocommerce .widget_layered_nav ul,
.sidebar-inner .woocommerce-page .widget_layered_nav ul,
.sidebar-inner .price_slider_wrapper,
.sidebar-inner .woocommerce ul.product_list_widget{	
}
.widget ul .children {
    margin-left: 10px !important;
}
.sidebar-inner .woocommerce ul.product_list_widget{ overflow:hidden; }
.sidebar-inner .woocommerce ul.product_list_widget li{ background:none;  }
.widget_price_filter .price_slider_wrapper{padding:15px 10px 10px; }
.widget li{padding:5px;border-bottom: 1px dotted #CCCCCC;}
.widget li {
}
.sidebar-inner .widget li {
	overflow: hidden;
}
.footer-main .widget li{ background:none; padding:3px 0;border:none;  }
.widget li:last-child{ border-bottom:none; }

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
}

.widget a {
	color: #777;
}

.widget a:hover {
	color: #8AC42F;
}
.site-header .widget{background-color: transparent;}

/* Search widget */
.search-form .search-submit, #searchform #searchsubmit {
	
	border:none;		
	 background: url("images/megnor/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 28px;
    z-index: 9;
	font-size:0;
}
#tertiary .search-form, #tertiary #searchform{ width: 95%; }
#tertiary .search-field, #tertiary #searchfield{ width: 100%; }

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 0;
}

.widget_calendar caption {
	border: 1px dotted #CCCCCC;
    font-size: 14px;
    padding: 0 10px;
	margin: 0 0 10px;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
	color: #FFFFFF;
	background-color: #6CCBE2;
}

.widget_calendar a:hover {
	color: #FFFFFF;
	background-color: #75AD17;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	
}

.footer-main{

    background: url("images/megnor/bckg.jpg") repeat scroll left top transparent;
    border: 1px solid #D2D2D2;
    display: table;
    margin: 10px auto;
    padding: 9px;
    position: relative;
    text-align: left;
    width: 1000px;
}
.widget .follow-me > span{width:auto;}
#footer_inner_sub {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    padding: 15px;
    width: 980px;
}
.footer-main li{ list-style: none;}
.footer-main .service-list span,
.widget .widget_product_categories li ul li,
.widgets-recentcomments span{ padding:3px 0;}
.widget_product_categories li ul{ margin-left:0;  }

.footer-menu-links{ float:left; }
.bottom_footer{ width: 1000px;margin:0 auto; overflow:hidden; }
.footer-menu-links li{ display: inline;}
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.sidebar .site-footer{ margin-top:0 !important; }
.footer-menu-links li {
    float: left;
    margin: 0 16px 0 0 ;
	position:relative;
}
.footer-menu-links li:after{
	background: url("images/megnor/sepretar.png") no-repeat scroll 0 0 transparent;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 4px;
    width: 6px;

}
.footer-menu-links li:last-child:after{ background:none; }
.footer-main .widget li a {
    background: url("images/megnor/footerbullet1.png") no-repeat scroll left 7px transparent;
    padding-left: 20px;
	display: inline-block;	
}
.footer-main .widget li a:hover {
    background: url("images/megnor/footerbullet2.png") no-repeat scroll left 7px transparent;

}
.footer-main .widget_recent_comments.widget li.recentcomments a, .footer-main .widget_recent_comments.widget li.recentcomments a:hover { padding-left: 0; background: none; }
.footer-main .widget_recent_comments.widget li.recentcomments{
	background: url("images/megnor/footerbullet1.png") no-repeat scroll left 7px transparent;
	padding-left: 20px;
}
.footer-main .widget .recentcomments li.recentcomments:hover{
	background: url("images/megnor/footerbullet2.png") no-repeat scroll left 7px transparent;
}
.footer-main .widgets-recentcomments li a {
	background: none;
	padding-left: 0;
}

.footer-main .widgets-recentcomments li a:hover{
	background: none;
}

.footer-menu-links ul {
   display:inline-block;
    margin: 3px 0;
   
  
}
.footer-menu-links li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .first-widget,
.site-footer .second-widget,
.site-footer .third-widget,
.site-footer .fourth-widget {
	float: left;
    width: 235px;
}
.footer-widget{ clear:both;}
.widget ul span{ display: inline-block; width: 100%;}
.header_cart .widget ul .quantity span{ width: auto; }
.header_cart .widget li .button{margin:0;}


.sidebar .site-footer .widget:nth-of-type(3){ }
.sidebar .site-footer .widget:nth-of-type(4) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #777;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
}

.site-info {
	margin: 3px 0;
	float:right;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
.archive-content{
}

.site-main, 
.main-navigation, 
.header-main,
.top_main{
	margin: 0 auto;
	width: 1000px;	
}
.content-inner{ background: url("images/megnor/bckg.jpg") repeat scroll left top transparent;
    border: 1px solid #D2D2D2;
    margin: 20px auto 10px;
    display: inline-block;
    padding: 9px;
    width: 1000px;}
	
.home .content-inner_sub{padding-top:0px;}
.content-inner_sub {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;   
    width: 980px;	
	padding-bottom: 15px;
	padding-top: 10px;
}
.header-main{  }

.header_contactus span{ text-transform:capitalize; }
.header-top-contactus h3{ display:none; }
.header-top-contactus {
	 width:300px; 
	 padding-top:0;
	 float:left; }

.top_main{
z-index:999
}
.header-top{   float: left;
    width: 38%;}
	
/*----- sub banner------*/

.home-subbanner{
    margin:0 auto 10px 0;
    overflow: hidden;
	clear:both;
}

.home-subbanner .home_banner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #EBEBEB;
    padding: 3%;
    width: 48%;
	float: left;
}
.home-subbanner #banner2{ float: right;}
.home-subbanner .home_banner:hover {
    border: 5px solid #8AC42F;
}
.widgets-follow-me h3{display:none;}

/*----- sub banner------*/
.site-header,
.site-main{ margin-bottom: 10px;}
.site-header{ margin:0; }
.site-main{}
.attachment.single.body_leftcallout #primary, .attachment.single.body_rightcallout #primary, .attachment.single.body_twoleftcallout #primary, .attachment.single.body_tworightcallout #primary, .attachment.single.body_threecallout #primary {width: 100%; margin: 0; float: none; }

/***** Start leftcallout *****/

.body_leftcallout #primary,
.woocommerce-page.body_leftcallout #primary,
.left-sidebar #primary,
.body_leftcallout .left-sidebar #primary,
.body_rightcallout .left-sidebar #primary,
.body_twoleftcallout .left-sidebar #primary,
.body_tworightcallout .left-sidebar #primary,
.body_threecallout .left-sidebar #primary{  padding: 0 2%; width: 77%; float: right; }

.body_leftcallout #tertiary,
.left-sidebar #tertiary,
.body_leftcallout .left-sidebar #tertiary,
.body_rightcallout .left-sidebar #tertiary,
.body_twoleftcallout .left-sidebar #tertiary,
.body_tworightcallout .left-sidebar #tertiary,
.body_threecallout .left-sidebar #tertiary{ width: 23%; float: left;}
/***** End leftcallout *****/

/***** Start rightcallout *****/
.body_rightcallout #primary,  
.woocommerce-page.body_rightcallout #primary,
.right-sidebar #primary,
.body_leftcallout .right-sidebar #primary,
.body_rightcallout .right-sidebar #primary,
.body_twoleftcallout .right-sidebar #primary,
.body_tworightcallout .right-sidebar #primary,
.body_threecallout .right-sidebar #primary{  padding: 0 1%; width: 77%; float: left; }

.body_rightcallout #tertiary,
.right-sidebar #tertiary,
.body_leftcallout .right-sidebar #tertiary,
.body_rightcallout .right-sidebar #tertiary,
.body_twoleftcallout .right-sidebar #tertiary,
.body_tworightcallout .right-sidebar #tertiary,
.body_threecallout .right-sidebar #tertiary{ width: 23%; float: right;}
/***** End rightcallout *****/
 
  /***** Start twoleftcallout *****/
.body_twoleftcallout #primary { float: right; width: 55%;}
.woocommerce-page.body_twoleftcallout #primary{ float: left; width: 75%; margin-right:0; }
.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:2%;}
.woocommerce-page.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:0;}
.body_twoleftcallout .secondary-sidebar{  float: left; width: 18%; margin-right:2%;}
/***** End twoleftcallout *****/

/***** Start tworightcallout *****/
.body_tworightcallout #primary{float: left; width: 55%;}
.woocommerce-page.body_tworightcallout #primary{ float: left; width: 75%; }
.body_tworightcallout #tertiary{float: left; width: 23%; margin-left:2%;}
.body_tworightcallout .secondary-sidebar{float: right; width: 18%; margin-left:2%;}
/***** End tworightcallout *****/

/***** Start threecallout *****/
.body_threecallout #primary{ float: left; width: 55%; margin-right:2%;}
.woocommerce-page.body_threecallout #primary{ float: left; width: 75%;  }
.body_threecallout #tertiary{float: right; width: 23%;}
.body_threecallout .secondary-sidebar{float: left; width: 18%; margin-right:2%;}
.woocommerce-page.body_threecallout .secondary-sidebar{ display:none;}
/***** End threecallout *****/


.body_leftcallout .full-width #primary,
.body_rightcallout .full-width #primary,
.body_twoleftcallout .full-width #primary,
.body_tworightcallout .full-width #primary,
.body_threecallout .full-width #primary{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.content-inner{width:100%;} 
/***** End threecallout *****/

/***** Start Portfolio 2 columns Page *****/
.portfolios ul{ padding:0; list-style:none; }
h1.entry-title-port { margin-bottom: 10px; font-size: 15px;}
.portfolio_wrapper {}
.portfolios li .main img, .portfolio_wrapper li .main img, .portfolio_wrapper div.main img{ border: 3px solid #EEEEEE;}
.portfolio_image .img {border: 3px solid #F0F0F0;}
.imageOver {
	background: url("images/megnor/zoom2.png") no-repeat 50% 50% rgba(0,0,0, 0.5);
	position: relative;
	top :auto !important;
}
.portfolio_2column, .portfolio_two{ float: left; width: 100%; }
.portfolio_2column li, .portfolio_two li{
	vertical-align: top;
	float:left;
	list-style: none outside none;
	margin-bottom: 15px;
	margin-right: 1%;
	width: 49%;
}
.portfolio_2column li img, .portfolio_two li img{}
.portfolio_details { float: left; width: 100%;}
.portfolio_2column li.not-last, .portfolio_two li.first {float: left;}
.portfolio_2column li.last, .portfolio_two li.last { margin-right:0; float: right;}
/***** End Portfolio 2 columns Page *****/

/***** Start Portfolio 3 columns Page *****/
.portfolio_3column { float: left; width: 100%; }
.portfolio_3column li, .portfolio_three {
	float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    margin-right: 1.4%;
    vertical-align: top;
    width: 32.4%;
}
.portfolio_3column li img, .portfolio_three img{}
.portfolio_3column li.last, .portfolio_three.last {  float: right; margin-right: 0;}
/***** End Portfolio 3 columns Page *****/

/***** Start Portfolio 4 columns Page *****/
.portfolio_4column { float: left; width: 100%; }
.portfolio_4column li, .portfolio_four {
	vertical-align: top;
	float:left;
	list-style: none outside none;
	margin-bottom: 15px;
	margin-right: 1.3%;
	width: 24%;
}
.portfolio_4column li img, .portfolio_four img{ }
.portfolio_4column li.last, .portfolio_four.last{ margin-right:0; float: right;}
/***** End Portfolio 4 columns Page *****/

/***** Start Gallery Page *****/
.gallery-page .gallery_title{}
.gallery-page .view-gallery{}
.gallery-page article{ width: 100%;}
.gallery-page article .entry-header{ margin-bottom: 0;} 
.gallery-page #primary{width:100%;}
/***** End Gallery Page *****/

/***** Start Contact Us Page *****/
.contact-page{clear: both; margin-bottom: 10px; overflow: hidden;}
.contact-page #primary{width:100%;}
.contact-main{ width: 100%; clear: both;}
#contact-form {
	color: #4F5674;
	float: left;
	width: 45%;
	margin-right: 2%;
}
#contact-form fieldset{  }
.contact-info p{ margin-bottom:10px; }
.contact-page .post-contact{ border:1px solid #DDDDDD; margin-bottom:10px; padding:10px; }
#contact-form p{ clear: both; margin-bottom: 10px; overflow: hidden;}
#contact-form label { font-weight: normal; float: left;}
#contact-form em {  margin-top: 3px; margin-left: 4px; float: left;}
#contact-form input { 
	float: left;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	width: 50%;
	margin-right: 5px;
	color: #5F6684;
	clear: both;
}
#contact-form textarea {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	height: 115px;
	padding: 4px;
	width: 80%;
	color: #5F6684;
	margin-right: 5px;
}
.contact-page .contact-info{float: left; padding-left: 2%; width: 46%;}
.contact-page .post-contact strong { font-weight: normal;}
label.error{ background: url("images/error.png") no-repeat scroll 0 3px transparent; color: red; padding-left: 20px; float: left;}
.comment-form-comment label.error{ margin-left:18%;}
#contact-form label.error{
	background: url("images/error.png") no-repeat scroll 1px 4px transparent;
    color: red;
    float: left;
    height: 20px;
    padding-left: 20px;
    padding-top: 3px;
}
.footer_contactus { margin-top:0; margin-bottom:10px; overflow: hidden; }
.footer_contactus ul{ margin: 0; padding:0;}
#address i:before{ font-style:normal; font-size: 18px;}
.contact-info .title { margin:0 0 10px; color: #75AD17;}
.contact-info i{ float: left; position:relative; }
.contact-info i.icon-envelope:before {
	margin-right: 7px;
    content: "\2709";
}
.contact-info i.icon-phone:before {
	margin-right: 7px;
    content: "\260E";
}
.contact-info .icon-home, .contact-info .icon-phone{}
.contact-info span{ float: left;}
.contact-info li{ clear:both; margin-bottom: 8px; overflow: hidden;}
/***** End Contact Us Page *****/


/* Start mobile toggle for sidebars */
.mobile_togglecolumn {
	background:url("images/megnor/toggle-arrow2.png") no-repeat scroll right 0 transparent;
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: -21px;  
	overflow: hidden;
	padding:0 0 4px;
}
.footer-main .mobile_togglecolumn{background:url("images/megnor/toggle-arrow.png") no-repeat scroll right 0 transparent;
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: -21px;  
	overflow: hidden;
	padding:0 0 4px;}
	
.active .mobile_togglecolumn { background:url("images/megnor/toggle-arrow2.png") no-repeat scroll right -52px transparent; }
.footer-main .active .mobile_togglecolumn{background:url("images/megnor/toggle-arrow.png") no-repeat scroll right -52px transparent; }
.nav-menu li span.mobile_togglemenu {
	background:url("images/megnor/plus-minus.png") no-repeat scroll right -2px transparent;
	cursor: pointer;
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.nav-menu li span.active .mobile_togglemenu  { background-position:right -48px; }
/* End mobile toggle for sidebars */


/* Start Go Top */
.go-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: none;
    z-index: 200;
    color: transparent;
    background: url("images/megnor/top.png") no-repeat scroll 0 0 transparent;
    height: 46px;
    width: 43px;
	font-size:0;
}

.go-top:hover {
    opacity: 0.9;
    color: transparent;
    text-decoration: none;
}
/* End Go Top */

/* Sub banner home page */


/* over Sub banner home page  */

/* home-featured */

.home-products,
.widget_top_rated_products,
.home-about-me,
.home-special-products,
.home-logo-slider{
	position:relative;
}

.home-featured{ clear:both; }

.sidebar-container .widget_search, .sidebar-container .widget_product_search{  
	float: left;
    margin: 20px 0 20px 2px;
    position: relative;
	width:100%;
}


/*Over home-featured */

.home-about-me h3{ margin:0 0 10px 0; }
.home-about-me ul{ margin:0; padding:0;  }
.home-about-me .tm-about-text{ line-height:22px; margin-bottom:6px;}
.home-about-me{ }
.home-about-me li{ list-style:none; }
.aboutme-read-more a{ color:#8AC42F;  float:right; clear:both; }
.home-products h3{ 
	color: #75AD17;
    font-family: 'Rokkitt','Open Sans',Arial,Verdana,sans-serif;
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
	margin:0;}


/*Start home-Special */

.home-special-products{ width:482px; float:right; padding:0; }
.special_inner{ background:url("images/megnor/special_image.jpg") no-repeat scroll right top transparent; }
.special_content{ 
	 padding:15px 0 10px 0;	 
	 width:62%;
 }

.home-special-products .widget-title{
	background:#B4D2D0;
	color:#FFFFFF;
	font-size:18px;
	padding:5px 0 5px 10px;
	text-transform:uppercase;
	line-height:1.3;
	font-family:'Verdana', Open Sans;	
	margin:0 0 6px 0;
}
.home-special-products .special-text{ margin:0 0 10px 15px; line-height:25px;  }
.home-special-products .discount{ color:#EB973A; font-size:16px; padding:0 0 8px 14px; }
/*End home-Special */

.product_list_widget li a{ width:100%; clear:both; margin-bottom:5px;}
.site-content {padding: 0 10px;}
.home .site-content {padding: 0;}
.header_cart
{ 	float:right;
 }

.header_cart:hover .togg a ,.header_cart:hover a.shopping_cart .item-total{}


.header_cart a.shopping_cart .item-total{}
.header_cart:hover a.shopping_cart .item-total{} 
/*************footer social link *****************/
#branding{ padding:0; }
.follow-me a{
	 text-indent:-500px; 
	 overflow:hidden; 
	 display:block;
	 height:36px;
	 width:36px;
	 margin-right:8px;
	 float:left;  }
.footer-main .widget .value-email a ,.footer-main .widget .value-email a:hover{background:none;padding:0;} 
.footer-main .widget li .follow-me a.fb{ background:url("images/megnor/sprite.png") no-repeat scroll -113px -1px transparent}
.footer-main .widget li .follow-me a.twitter{ background:url("images/megnor/sprite.png") no-repeat scroll -113px -71px transparent }
.footer-main .widget li .follow-me a.rss{ background:url("images/megnor/sprite.png") no-repeat scroll -113px -141px transparent}

.footer-main .widget li .follow-me a.fb:hover{ background-position:-113px -35px }
.footer-main .widget li .follow-me a.twitter:hover{background-position:-113px -105px}
.footer-main .widget li .follow-me a.rss:hover{ background-position:-113px -175px }



/**************** Over footer social link**************/

.entryt-image{ margin-bottom:30px; }

/**************** product page carousel**************/
.thumbnails.owl-carousel.owl-theme {
    position: relative;
}
.thumbnails  .owl-prev{left: 0;
    position: absolute;
    top: 26px;
}
.thumbnails .owl-prev { background:url("images/megnor/sprite.png") no-repeat scroll -92px -452px transparent; }
.thumbnails .owl-prev:hover{ background:-111px -452px }
.owl-theme .owl-controls .owl-buttons div {
    color: transparent;
    display: inline-block;
    height: 25px;
    width: 17px;
}

.thumbnails  .owl-next {
    position: absolute;
    right: 0;
    top: 26px;
}
.thumbnails .owl-next {  background:url("images/megnor/sprite.png") no-repeat scroll -128px -452px transparent;  }
.thumbnails .owl-prev:hover{ background:-147px -452px }

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.thumbnails  {
    clear: both;
    display: inline-block;
    padding: 10px 6% 0;
    width: 100%;
}
/****************End product page carousel**************/
/******************  TEAM  *****************************/
.team img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035);
    display: table;
    height: 200px;
    margin: 10px auto;
    padding: 8px;
    width: 200px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%; 

}
.team span h4 {
    line-height: 20px;
    text-align: center;
	font-size:18px;
}

.team .name small {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}
.team-social {
    margin: 20px auto;
}
.team-social {
    margin: 20px auto;
}
.team-social ul {
    display: table;
    margin: 0 auto;
	padding-left:0;
}
.team-social ul li {
    float: left;
    list-style: none outside none;
}

.team-social a {
    color: #5A5A5A; text-decoration:none;
}
.team {
    text-align: center;
}
.team p {
    padding: 0 5px;
	text-align:center;
}
.title-line {
	clear:both;
    background: url("images/megnor/title-bg.png") repeat-x scroll 0 center transparent;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
	margin-top:10px;
}
.title-line span {
    background: none repeat scroll 0 0 #EBEBEB;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;    
    line-height: 18px;
    padding: 7px 20px;
	letter-spacing: 1px;
}


.team-social ul li i{
    color: #fff;
    background:url("images/megnor/team.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 0;
    height: 27px;
    width: 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    -khtml-border-radius: 10px;
}
.team-social ul li i.icon-google-plus:hover{ background-position: -7px -41px;}
.team-social ul li i.icon-google-plus{ background-position:-7px -8px;}
.team-social ul li i.icon-facebook:hover{ background-position: -7px -107px;}
.team-social ul li i.icon-facebook { background-position: -7px -76px;}
.team-social ul li i.icon-twitter:hover{ background-position: -7px -166px;}
.team-social ul li i.icon-twitter{ background-position:-7px -134px;}
.team-social ul li i.icon-linkedin:hover{ background-position:-7px -233px;}
.team-social ul li i.icon-linkedin{ background-position: -7px -201px;}



/************ END TEAM *********************/

.no-products{
	border: 1px solid #EBEBEB;
	padding: 10px;
	text-align: center;
	margin: 10px 0;
}

/***** Start BreadCrumbs *****/
#breadcrumbs, #breadcrumb {
    margin-bottom: 10px;
}
#breadcrumbs a, #breadcrumb a {
    text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumb a:hover {
    color: #59B8D0;
}
.home-subbanner img{ max-width:100%; }
.home-topbanner img{ max-width:100%; }
/***** End BreadCrumbs *****/

#tab-reviews #comments p{ margin:10px 0; }
#tab-reviews.panel { margin:0 !important; }
.add_review a:hover{ color:#FFF; }
#reviews .commentlist{ padding-left:0 }

/************ Start Flex Slider *********************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider {
	position: relative; 
	margin:0 auto 15px;
    position: relative;
}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav { display: none;}
.mainbanner:hover .flex-direction-nav { display: block;}

/* Control Nav */
.caption{ position: absolute; bottom: 5px; right: 50%;}
.flex-control-nav {position: absolute; bottom: 25px; right: 25px; margin:0; padding:0;}
.flex-control-nav li {margin: 0 3px; display: inline-block;float:left;}
.flex-control-paging li a {
	background: none repeat scroll 0 0 #D8CEAB;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;	
}
.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active { background: #8AC42F; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1;}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { 
	height: 42px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 42px;
}
.flexslider:hover .flex-direction-nav {
    display: block;
    margin: 0;
}
.flex-direction-nav .flex-prev {background:url("images/megnor/sprite.png") no-repeat scroll -65px -3px transparent}
.flex-direction-nav .flex-prev:hover{background-position:-65px -49px;}
.flex-direction-nav .flex-next {background:url("images/megnor/sprite.png") no-repeat scroll -65px -94px transparent;right:10px;}
.flex-direction-nav .flex-next:hover{background-position: -65px -140px;}
/************ End Flex Slider *********************/

/************ Start homepage services *********************/
.single-service{ text-align: center;}
.service-read-more{ margin: 10px 0;}
/************ End homepage services *********************/


.header_cart .togg a#shopping_cart{
	background:url("images/megnor/cart.png") no-repeat scroll left 6px transparent;
	color:#A2A2A2;
	font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    padding: 9px 5px 7px 37px;
    position: relative;
}
.header_cart .togg a#shopping_cart:hover{
	background:url("images/megnor/cart_hover.png") no-repeat scroll left 6px transparent;
	color:#8AC42F;	
}
.header_cart a.shopping_cart.tog .right-arrow{
	background:url("images/megnor/cart_arrow.png") no-repeat scroll right 0px transparent;
	height:22px;
	width: 22px;
	float:right;
	display:inline-block;
}
.header_cart a.shopping_cart.tog.current .right-arrow{
	background:url("images/megnor/cart_arrow.png") no-repeat scroll right -41px transparent;
}
.header_cart .togg .widget_shopping_cart
{
	background:#FFF;
	padding:10px; 
	z-index:9999;
	right:0;
	position:absolute;
	border:1px solid #D2D2D2;
	width: 300px;
}
.header_cart .togg a{ background:transparent; font-size:14px;  }
.header_cart .togg {}

.regular-text1{ position:relative;}
.widget .single-post{ clear: both; display: inline-block; border-bottom: 1px dotted #DDDDDC; padding: 7px 0;}
.widget .single-post .post-img{ float: left; margin-right: 10px;}
.widget .single-post .post-img img{ border: 3px solid #F1F1F1;}
.widget .single-post .post-title{display: inline-block; margin-bottom: 0; margin-top: 0; text-transform: none;}
.widget .single-post .post-title.no-image{width: 100%;}
.widget .single-post .post-excerpt{ display: inline-block;}
.widget .single-post .post-date{ display: inline-block; width: auto;}

.widget .single-testimonial{ display: inline-block; }
.widget .single-testimonial .testimonial-description{
	background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    padding: 5px;
}
.widget .single-testimonial .testimonial-author{ float: right; margin-top: 5px;}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
.site {border: 0;}
}

@media (max-width: 1085px) {

	
	.site-main, .main-navigation, .header-main, .footer-main, .top_main
	{ width:940px; margin:0 auto; }
	
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		width: 100%;
	}
	.navbar{margin-bottom:35px}
	#site-navigation:before{ display: none;}
	#site-navigation {
    background: url("images/megnor/bg_menu.png") repeat-x scroll 0 0 transparent;
    height: 59px;
    width: 100%;
	margin:0;
	padding-left: 0;
	}
	#site-navigation h3{ }
.sidebar-container .widget .widget-title, .secondary-sidebar .widget .widget-title {
    background: url("images/megnor/cate_bkg.png") repeat-x scroll 0 0 transparent;
    line-height: 20px;
    padding: 12px 10px 8px 15px;
	margin-left: 0 !important;
    width: 100%;
}
.body_leftcallout #tertiary .widget .widget-title:before{ display:none;}
.bottom_footer {   
    width: 940px;
	margin:10px auto 0;
}
.woocommerce a.add_to_cart_button, .woocommerce .product_type_variable{right:0; border-radius: 3px 0 0 0 !important;left:auto !important;}
#footer_inner_sub {
    width: 100%;
}
.content-inner_sub{ width:100%; }
.nav-menu{}
.header_bottom {    
    bottom: -41px;   
    width: 100%;
}
	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
	}
	
	.home-subbanner img{ max-width:100%; }
	.home-topbanner img{ max-width:100%; }
	.home-topbanner{ width:26.3%; }
	.tm-homeslider{ width:73.7% ;}
	.home-about-me{}
	.home-special-products{ width:49% }
	ul.nav-menu{ padding-right:0; }
	.site-footer .first-widget, .site-footer .second-widget, .site-footer .third-widget, .site-footer .fourth-widget {
  	  float: left;
      width: 24%;
	  margin-right: 1%;
	}
	.site-footer .fourth-widget{ margin-right: 0;}
	.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, 
	.woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary{ /*width:54% !important; */}
	.sidebar-inner .woocommerce.widget_shopping_cart ul.product_list_widget li{ width:100%; }
	.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart{ left:0; border-radius:0 5px 0 0 !important; } 
}
@media (max-width: 999px) {
	#site-navigation:before{ display: none; }
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		padding-left: 0;
		padding-right: 0;
	}
	.toggled-on .nav-menu {
    padding:0;
	background-color:#64A500;
	position:relative;
	z-index:10;	
	}
	.site-footer .nav-menu{ background-color: transparent; }
	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	.site-main, 
	.main-navigation, 
	.header-main, 
	.footer-main, 
	.flexslider,
	.top_main{
		width: auto;
		margin:0 20px;
	}
	.main-navigation{ margin:0; }
	ul.nav-menu{ padding:0; }

	.nav-menu li span{ background:url("images/megnor/sprite.png") no-repeat scroll -227px -741px transparent; padding:15px !important; }
	.hentry{}
	.site-main{ margin-left:20px; margin-right: 20px;}
	/*.product-carousel{ width:95%; margin:0 auto; }*/	
	.brand-carousel{ width:95%; margin:0 auto; }	

	.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, 
	.woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary
	{ width:53% !important; }
		
	
	/* Small menu */
	
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
		}
	.nav-menu li a{ padding:10px; text-transform: capitalize; }
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-size: 20px;
		margin: 0 !important;
		padding:18px 0 15px 8px;
		width: 100%;
		background:url("images/megnor/menu_dropdown.png") no-repeat scroll right center transparent;
		color:#fff;
		font-weight:bold;
		
	}

	.menu-toggle:after {
	}

	
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		padding-top:5px;
		margin-top:0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;		
		padding-left: 35px;
		border:none
	}
	
	.toggled-on .nav-menu li > ul a {
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
	}
	.nav-menu li span{ display:none;  }	
	.site-main, .main-navigation, .header-main, .footer-main, .top_main,.bottom_footer {  width: 724px; margin: 0 auto;	}
	.footer-menu-links, .site-info{
    float: none;
    text-align: center;
}
	.home.body_rightcallout #tertiary .widget .widget-title, .single.body_rightcallout #tertiary .widget .widget-title, .archive.body_rightcallout #tertiary .widget .widget-title, .blog.body_rightcallout #tertiary .widget .widget-title, .search.body_rightcallout #tertiary .widget .widget-title, .body_rightcallout .blog-page #tertiary .widget .widget-title, .right-sidebar #secondary, .home.body_rightcallout #tertiary .widget .widget-title, .right-sidebar #tertiary .widget .widget-title, .sidebar-container .widget .widget-title{  padding: 10px 3px 10px 7px; margin-left:0; }
	.sidebar-inner .search-form{width:100%}
	#site-navigation{border:none;}
	.sidebar-inner .woocommerce ul.product_list_widget li, .woocommerce ul.product_list_widget li{ width:100%; }
	
	.site-main .widget ul.main-ul,
	.footer-main .widget ul.main-ul{ display: none;}
	.toggle.active form .price_slider_wrapper{ display: block;}
	
	#primary, #tertiary, .secondary-sidebar, .site-footer .widget, #container{ width: 100% !important; margin-left: 0 !important; margin-right: 0!important; }
	.footer-main .widget{  padding: 0 ; margin: 0 ; }
	.footer-main span.mobile_togglecolumn, .footer-main #fourth{ border-bottom:none !important; }
	.footer-main span.mobile_togglecolumn{ padding:0 !important; }	
	.widgets-follow-me h3{display:block;}	
	.footer-menu-links ul{ margin:5px 0;  }	
	.widget{ padding: 10px; margin:0}
	.mobile_togglecolumn{ padding:0; }
	.home.body_twoleftcallout #primary{  width: 72%; padding: 0 1.5%; }
	.widget.widget_price_filter{ display:none; }
	.footer-menu-links{ margin-top:10px; }
	.site-footer .first-widget, .site-footer .second-widget, .site-footer .third-widget, .site-footer .fourth-widget{ width: 100%; margin-left: 0; margin-right:0;}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		padding: 0;
		width: 100%;
	}
	
	.gallery-caption {
		display: none;
	}	
	.widget .widget-title, .comments-title, .comment-reply-title { margin: 0; font-size: 18px;}
	.paging-navigation a{ font-size: 18px; }	
	
	.site-header .home-link{ width:100%; text-align:center; }
	.header-middle{ width:100%; margin-bottom:10px; position:relative;  }
	.site-header .search-form, .site-header .search-field{ width:100%; }
	.site-header .search-form{ margin-bottom:10px; }
	.header_cart{ margin:0;}
	.site-header .home-link{padding-bottom:0;}
	.header-main .search-form {margin-top: 5px;margin-bottom:0;}
	.woocommerce #content div.product div.images img{  width:100% !important;  }
	
	.team img{  height: auto;max-width: 100%;}
	.sidebar-inner{ margin-top:12px; margin-bottom:10px; }
	.sidebar-inner .widget{    
		margin: 0;
   		padding: 10px;  }
	.widget ul{ padding:0 0 4px 0; }
	.sidebar-inner .woocommerce ul.product_list_widget li{ width:100% !important;  }
	#customer_login .form-row {float: none; width: 100%; }
	.site-main, .main-navigation, .header-main, .top_main, .bottom_footer{  width: auto; margin: 0 20px;}
	.footer-main{margin: 0;width: 100%;}
	.site-footer{width:auto;margin:0 20px}
	.tm-homeslider{width: 100%;}
	.sidebar-inner .woocommerce ul.product_list_widget li{ width:100% !important; }
	.tm-homeslider{ clear:both;  margin:0 auto; float:none;  }
	.home-topbanner{ width:100%; padding:0 4px; }
	.home-topbanner .home_banner{     float: left;
    	margin: 0 1%;
    	padding: 0;
    	text-align: center;
    	width: 48%;}
	.home-topbanner #banner2,
	.home-topbanner #banner1{ padding:0; margin: 0 1%; }
	#home_subbanner.subbanner3{ margin-right:0; }
	.sidebar-container .widget .widget-title{margin:0}	
	.header-top{ width:100%; }
	.header_cart .togg a#shopping_cart{ margin-top:0; }
	ul#shop-grid.products.grid li.product{width: 49% !important;}
}


@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	
	
	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title, 
	.page-title {
		font-size: 16px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	.home-special-products, .home-about-me{ width:100%; margin-right:0; }
	.woocommerce #content div.product div.summary{ width:100% !important; }
	.woocommerce #content div.product div.images{ margin:10px auto !important; float:none !important; width:60% !important; }
	.team .one_third{ width:100%; }
	.tm-homeslider{ width:100%; }
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ width:100% !important; float:left!important; }
	.flexslider{ margin-bottom:5px !important; }

}
@media (max-width: 500px){	
	.woocommerce table.shop_table, .woocommerce-page table.shop_table{overflow:auto;display:block;}
	.home-subbanner .home_banner {
		margin-bottom: 15px;
		width: 100%;
	}
	.header_bottom , .header_bottom_inner{
		background: none repeat scroll 0 0 transparent;
		border: medium none;
	}
	.header_bottom {
		bottom: -45px;   
		padding:0;
	}
	.header_bottom_inner{height:auto}
	.contact-header-menu , .header-login-logout{
		float: none;
		margin: 3px;
		padding: 0;
		text-align: center;
	}
	.home-logo-slider ul#brand-carousel {
		width: 70% !important;
	}
}
@media (max-width: 467px) {
	h1, h2, h3, h4, h5, h6{ font-size: inherit;}
	.header-top-contactus{ width:50%; line-height:22px; }	
	.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{ display:block !important; margin-bottom:2px!important;  border:1px solid #B4D2D0 !important; }
	.archive-content .one_third{ width:100%; margin-right:0; }
	ul#shop-grid.products.grid li.product{width: 100% !important;}
	.sidebar-container .widget .widget-title, .secondary-sidebar .widget .widget-title { background: #7DB723;}
	.woocommerce .gridlist-toggle { display: none;}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}	
	
	.home-link.logo img{ max-width:100%; }
	.woocommerce #content div.product div.images{ width:96% !important; padding:10px 2% !important; }
}
@media (max-width: 319px){
	.header-top-contactus{ width:100%; }
	.header_cart{  position:static; margin:10px 0; }
	.paging-navigation a, .post-navigation a{ padding:4px !important }
	.customNavigation a { top: 27px !important;}
	.footer-menu-links li {background: none repeat scroll 0 0 transparent;display: block; float: none;}
	.sidebar-container .widget .widget-title{font-size:14px;}
	.flexslider{ margin-bottom:0 !important; }
	.home-products h3{ padding:5px 0 12px;  }
	.footer-menu-links li:after{ background:none; }
	.header_cart .togg .widget_shopping_cart{ width: 100%;}
	.header_cart .togg a.button, .widget_shopping_cart .buttons a, .footer-main .widget_shopping_cart.widget .buttons a{ margin-bottom: 5px;}
	.search-form, #searchform{ width: 100%;}
}
@media (max-width: 270px)
{
	.header_bottom {bottom: -60px;}
	.navbar {
		margin-bottom: 55px;
	}
}
@media (max-width: 222px)

{
.header_bottom {
    bottom: -75px;
}
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url("images/dotted-line-2x.png");
	}
}

@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 */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}