/*
Theme Name: Restaurant WooCommerce Theme
Theme URI: http://www.templatemela.com
Author: TemplateMela
Author URI: http://www.templatemela.com/
Description: TemplateMela Theme based on Default Wordpress Theme
Version: 1.0
License: Commercial
License URI: http://www.templatemela.com/license
Tags: orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: templatemela
*/

/**
 * 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 {
	line-height: 18px;
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	word-wrap: break-word;
	color:#333 !important;
	background:#F0F0F0;
        text-align: justify !important;
}

.excerpt{ line-height:22px; }

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

a:focus {
}

a:active,
a:hover {
	color: #5C483C;
	outline: 0;
}

a:hover {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.entry-summary .read-more a, a.read-more{ 
	background-color: #0b6dbd;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
 }
.entry-summary .read-more a:hover, a.read-more:hover{ color: #FFFFFF; background-color: #333; }
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
	font-weight: normal;
}
.special_inner ul{ margin: 0; padding:0;}
h1 {
	font-size: 24px;
	margin: 30px 0;
}

h2 {
	font-size: 20px;
	margin: 18px 0;
}
.gallery h2 { font-size: 17px; margin:6px 0 15px; text-align:left;}
.sitemap-page h2{ font-size:18px; }
.woocommerce h2 { margin:10px 0; text-transform:uppercase; font-size:15px; }

h3 {
	margin: 22px 0;
	font-family:'Cabin',Arial,Helvetica,sans-serif;
	color:#5C483C;
	font-size:15px;
	text-transform:uppercase;
}

h4 {
	font-size: 20px;
	margin: 20px 0;
}

h5 {
	font-size: 18px;
	margin: 20px 0;
}
.portfolios h5{  margin:10px 0 15px;  }
.portfolio_wrapper h5{ margin:10px 0 0; }
h6 {
	font-size: 16px;
	margin: 32px 0;
}

address {
	
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
}

mark {
    background: none repeat scroll 0 0 #D9D9D9;
    color: #000000;
    padding: 5px;
}

p {
    margin: 0 0 15px;
}

#gallery .gallery-item p {
    margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

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 {
   background: url("images/quote.png") no-repeat scroll 7px 5px #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 24px 40px;
    padding: 0 0 0 50px;
    position: relative;
    width: auto;
}

blockquote p {
    margin: 0;
	font-style: italic;
}

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;
}

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 { padding: 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,
.portfolios ul li{ list-style: none;}
.sitemap-page ul,
.contact-info ul{ padding:0 0 0 0px;  }
.sitemap-page ul li { 
	line-height:22px; 
	background:url("images/linkArrow.png") no-repeat scroll left 8px transparent; 
	padding-left:20px; 
	list-style:none;
}
.sitemap-page ul li a{  }
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

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 #DDDDDD;
	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 #E5E5E5;
    color: #333;
    cursor: pointer;
    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;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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: #5C483C;
}

ins{
/*	background: #0b6dbd;
	text-decoration: none;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;*/
	color:#5C483C;
}

/*ins {	
	text-decoration: none;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	color:#000;
	background:url("images/price_bg.png") no-repeat scroll 0 0 transparent;
	height:96px;
	width:96px;
	position:absolute;
	top:105px;
}*/

ins span{  }

hr {
	background: url(images/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 #E5E5E5;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #333;
}

input:focus,
textarea:focus {
	border: 1px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #0b6dbd;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	/*padding: 10px 24px 10px;*/
	padding:5px 8px;
	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 {
	background: #333;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #333;
	border: none;
	/*padding: 10px 24px 10px;*/
	padding:5px 8px;
}

.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: 0 auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	line-height: 28px;	
	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{
 	/*background: url("images/footer-line.png") repeat-x scroll center bottom transparent;*/
	padding-bottom:10px;
 }

.site {
	margin: 0 auto;
	width: 100%;
}

.site-main, .index-home {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 7px 7px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.18);	
    margin-bottom: 15px;
    padding: 10px 13px;
    position: relative;
	overflow: hidden;
	
}

.homepage .site-main { background: none; padding: 0; box-shadow: none; overflow: visible; border-radius: 0;  }

.site-main .sidebar-container {}

.site-main .sidebar-inner {}

.entry-image-loop-con{
	text-align: left;
}

/* Start 404 Not Found */
.page-not-found{ width: 100%;}
.page-not-found .page-content{ padding: 0;}
.entry-content{ clear: both;}
.not-found h1 {
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 35px;
    line-height: 35px;
	color: #5C483C;
}
.not-found p, .not-found h1 {text-align: center;}
.not-found p{ margin: 20px 0; color: #5C483C;}
/* End 404 Not Found */


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #5C483C;
	text-decoration: none;
}
.header-middle{ float:right; width:60%; }
.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: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.site-description {
	margin: 15px 0 20px;
	font-size:15px;
	color:#7D7B6D;
}

.header_contactus{ float: left;}
.site-header .contact-header-menu, .site-header .header_login{
   float: right;
    margin: 0;
    padding: 5px 0 10px;
    text-align: right;
    width: auto;
}
.site-header .contact-header-menu a:after,
.site-header .header_login a:after {
    background: url("images/sprite.png") no-repeat scroll -239px -648px rgba(0, 0, 0, 0);
    content: "";
    height: 15px;
    position: absolute;
    width: 10px;
}

.contact-header-menu li,
.site-header .header_login a{
	list-style: none;
	display: inline;
	margin-left: 15px;
}
.site-header .header_login a.logout:after,
.site-header .header_login a.login:after{ background: none; }

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color:#333;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 12px 14px 40px;
	text-decoration: none;
	font-family:'Cabin',Arial,Helvetica,sans-serif;
	text-transform:uppercase;	
}

.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{
	float:left;
	padding:18px;
	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 ul ul a:hover{ background-color:#FCC180; color:#FFF !important; }

.nav-menu li:hover > a,
.nav-menu li a:hover {
/*	background-color: #220e10;
	color: #fff;*/
}

.nav-menu .sub-menu,
.nav-menu .children {
	border: 1px solid #0b6dbd;	
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	background-color: #FFF;	
	-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; 
	padding:6px;
}
.nav-menu .sub-menu a:hover, .nav-menu .children a:hover{ color:#FFF !important; background-color:#0b6dbd;}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left:200px;
	top:0px;
}
.nav-menu li.main-li:nth-last-child(1) .sub-menu ul, 
.nav-menu li.main-li:nth-last-child(1) .children ul,
.nav-menu li.main-li:nth-last-child(2) .sub-menu ul, 
.nav-menu li.main-li:nth-last-child(2) .children ul,
.nav-menu li.main-li:nth-last-child(3) .sub-menu ul, 
.nav-menu li.main-li:nth-last-child(3) .children ul {
    left: -200px;
    right: auto;
    top: 0;
    width: 205px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color:#FFF;
}

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 {
	max-width: 1600px;
	width: 100%;
	clear:both;
	border-bottom:1px solid #EDEDED;
	border-radius: 8px 8px 0 0;	
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    border-radius: 8px 8px 0 0;
	-moz-box-shadow: 0 -2px 3px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 -2px 3px 1px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 -2px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 -2px 3px 1px rgba(0, 0, 0, 0.08);
}
.navbar #site-navigation{ padding:10px;}
.site-header .search-form {
	float:left;
	text-align:right;
	width:265px;
	position:relative;
}
.widget_product_search form{ position: relative;}
.widget_product_search{ display: inline-block;}
.search-field, form#searchform input[type="text"] {
	background-color: #fff;
	border: 1px solid #E8E6DD;
	cursor: text;
	outline: 0;
	width: 235px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:9px 16px 9px 8px;
	float:left;
}
form#searchform{ position:relative;  display: inline-block;}
.search-field:focus, form#searchform input[type="text"]:focus {border: 1px solid #E8E6DD;}
.header-login-logout{ 
	clear:both; 
	float:right; 
	margin:10px 0;
}


/*** Top Area ***/
.top-area-inner{background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
    padding: 10px 9px 8px 7px;}
.top-area-inner .banner_bg{ 
	padding:12px; 
	background:#F8F7EE; 
	overflow:hidden; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}
/*** End Top Area ***/

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.page .hentry{ margin-top:0;}
.products .hentry{ overflow:visible; }
.hentry {	
    margin: 20px 0;
    padding: 0 0 20px;
}
article.post:after {
}
article.post{ position: relative;}
article.post:before{}
article.post:first-child:before{}
article.post:first-child{ }
.shop-page .hentry{ overflow: visible;}
.single .hentry { border-bottom:none; }
.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 {
	/*padding: 0 376px 0 60px;*/
}
/**
 * Start Slider
 */
/* Browser Resets */
.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 Necessary Styles
*********************************/ 
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {  display: block; width:100%; }

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative; 
	margin: 0 auto;
    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; margin:0; padding:0; }
.flexslider:hover .flex-direction-nav{ display:block; }
.mainbanner:hover .flex-direction-nav { display: block;}

/* Control Nav */
.caption{ position: absolute; bottom: 5px; right: 50%;}
.flex-control-nav {position: absolute; bottom: 15px; right: 15px; margin:0; padding:0; z-index: 9999;}
.flex-control-nav li {margin: 0 3px; display: inline-block;}
.flex-control-paging li a {
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 18px;
	background: #FFF;
	cursor: pointer;	
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px; 
	z-index: 9999;
}
.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active { background: #0b6dbd; }

.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: 47px;
    position: absolute;
    text-indent: -9999px;
    top: 46%;
    width: 26px;
	transition:none;
	z-index: 9999;
}
.flex-direction-nav .flex-prev {background: url("images/sprite.png") no-repeat scroll 0 -510px transparent;
border-radius: 0 13px 13px 0;
left: -3px;}
.flex-direction-nav .flex-prev:hover{background-position: 0px -459px;}
.flex-direction-nav .flex-next {
	background: url("images/sprite.png") no-repeat scroll -33px -511px transparent;
	right: -3px;
	border-radius: 13px 0 0 13px;
}
.flex-direction-nav .flex-next:hover{background-position: -33px -460px;}
/**
 * End Slider
 * ----------------------------------------------------------------------------
 */
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.post .entry-thumbnail img, .post .entry-content img {
	border: 10px solid #F0F0F0;
}
.shop_table .product-thumbnail img{border: 2px solid #F0F0F0; }
.entry-header {
	border-bottom: 1px solid #E8E8E8;
    padding-bottom: 7px;
    padding-left: 60px;  
	position: relative;  
	margin-bottom: 10px;
}

.entry-header:before {
	background: url("images/post-formate-icons.png") no-repeat scroll 0 0 #0b6dbd;
    border-radius: 50%;
    content: "";
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 43px;
}	
#shop-grid li.first_item_tm{ clear: both;}
.page-title{ border: none; padding: 0;}
.page-title:before{ display: none;}
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: -21px -23px;}
article.format-aside .entry-header:before{background-position: -111px -23px;}
article.format-image .entry-header:before{background-position: -201px -23px;}
article.format-gallery .entry-header:before{background-position: -290px -23px;}
article.format-video .entry-header:before{background-position: -378px -23px;}
article.type-attachment .entry-header:before{background-position: -468px -23px;}
article.format-chat .entry-header:before{background-position: -557px -23px;}
article.format-link .entry-header:before{background-position: -647px -23px;}
article.format-status .entry-header:before{background-position: -735px -23px;}
article.format-audio .entry-header:before{background-position: -825px -23px;}
article.format-quote .entry-header:before{background-position: -932px -23px;}
article.type-page .entry-header:before{background-position: -21px -23px;}
.entry-title, .page-title {
	font-weight: normal;	
}

.entry-title {
	margin: 10px 0;
	font-size: 18px;
	line-height: 18px;
	color: #0b6dbd;
}
.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: #0b6dbd;	
}

.entry-title a:hover, .page-title a:hover {
	color: #5C483C;
}



/**
 * 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 {
	color: #FCC180;
}

.entry-meta a:hover {
	color: #5C483C;
}

.entry-meta > span {
	margin-right: 20px;
}

.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: #ACB1E2;
}

.comments-link a:hover{
	color: #5C483C;
}

.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;
}

.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;
}
.format-gallery .gallery_title{ 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: #0b6dbd;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #7D7B6D;
}

.entry-content blockquote {
	
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* 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: #0b6dbd;
	border: 1px solid #0b6dbd;
	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: #333;
}

.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;
}

.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 {
	padding: 20px 20px 0;
}
.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 {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.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/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 #0b6dbd;
    border-radius: 5px;
    box-shadow: -2px 3px 3px #CCCCCC;
    color: #FFFFFF;
    padding: 15px;
	margin-bottom: 40px;
}
article.sticky .entry-header:before{ border: 1px solid #fff;}
.sticky	.entry-title{  
	border-bottom: 1px dashed #FFFFFF;	
    padding-bottom: 10px;
}
.sticky .entry-header {
	border: none;
	padding-bottom: 0;
}
.sticky .entry-meta a, .sticky h1 a{ color:#FFFFFF; }
.sticky .entry-meta a:hover, .sticky h1 a:hover{ color:#FFFFFF; }
.sticky .read-more{ text-transform:capitalize; margin:10px 0; text-align: right;}
.sticky .read-more a{
	background-color: #FFFFFF !important;
    border-radius: 20px 0 0 20px;
    color: #AAC8C6;
    margin-right: -30px;
    padding: 5px 20px;
	display:inline-block;
}
.sticky .read-more a:hover{ 
	color: #5C483C;
	background-color: #FFFFFF;
}
.read-more { 
	text-transform:capitalize; 
	float: right;
    margin: 15px 0 5px;
}
.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 {
}

/* 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 {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.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: 16px;
}

.format-quote blockquote:before {
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
}

.format-status .entry-meta a {
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 85px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: none;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.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 {
	background-position: left top;
}

.format-status .entry-content {
	background-color: #FCC180;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0 20px 35px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: #FFFFFF;
    content: "";
    height: 3px;
    left: 10px;
    margin-top: 13px;
    position: absolute;
    width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
	line-height: 30px;
}

.format-status .entry-meta {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 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-previous a,
.image-navigation .nav-next a {
 	background: none repeat scroll 0 0 #0b6dbd;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    padding: 10px;
	color: #FFFFFF;
	line-height: 14px;
}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #333;
}

.image-navigation .nav-next {
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.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,
.wpsc_page_numbers_top a,
.wpsc_page_numbers_bottom a {
	color: #FFF;
	font-size: 18px; 
}


.navigation.paging-navigation a:hover, .paging-navigation a.current {
	color:#FFF;
	text-decoration: none;
	background:#333;
}
.paging-navigation, 
.post-navigation,
.wpsc_page_numbers_top,
.wpsc_page_numbers_bottom {	
	margin:10px 0;
	clear: both;
    display: inline-block;
    width: 100%;
}
.header-bottom {
    clear: both;
    display: inline-block;
    float: right;
    width: 100%;
}
.paging-navigation .nav-links {
	width: 100%;
	text-align: center;
}

.sidebar .paging-navigation .nav-links {
	/*padding: 0 376px 0 60px;*/
}
.blog .paging-navigation .nav-next {
	padding: 0 0 0;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a, .post-navigation a, .wpsc_page_numbers_top a, .wpsc_page_numbers_bottom a, .wpsc_page_numbers_top span, .wpsc_page_numbers_bottom span{
	background: none repeat scroll 0 0 #0b6dbd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    padding: 7px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	display: inline-block;
}
.post-navigation a{ }
.post-navigation a:hover,
.wpsc_page_numbers_top a:hover,
.wpsc_page_numbers_bottom a:hover,
.wpsc_page_numbers_top span.current,
.wpsc_page_numbers_bottom span.current{ background:#333; color:#FFF; }
.footer-main .products li a img{ margin-top: 0;}
.wpsc_page_numbers_bottom span.current{ margin-right: 1px;}
.paging-navigation .meta-nav {
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	
	text-decoration: none;
}

.post-navigation {
	font-weight: 300;
}

.post-navigation .nav-links {
 width:100%;
}

.sidebar .post-navigation .nav-links {
	/*padding: 0 376px 0 60px;*/
	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: #f7f5e7;
}

.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 {
/*	background-color: #e8e5ce;*/
}

.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: #5C483C;
font-size: 16px;
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: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #0b6dbd;
	content: "\f423";
	font-size: 900px;
    left: 0;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    top: 40px;
}

.error404 .page-wrapper {
}

.error404 .page-header,
.error404 .page-content {
	padding-bottom: 0;
	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 {
/*	padding-left: 60px;
	padding-right: 376px;*/
}

.comments-title {
	font-size: 18px;	
	line-height: 18px;
	margin:20px 0 5px;
}
.comments-area .comment-list{ margin-top: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 {
	/*background: url(images/dotted-line.png) repeat left top;*/
	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: #A7C5C3;
	font-size: 14px;
	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: #F5F5F5;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-size: 16px;	
	line-height: 23px;
	margin:0 0 15px;
}

.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 {
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 20px;
	/*padding: 20px;*/
	word-wrap: break-word;
}
.site-footer .fourth-widget.widget{ margin-right: 0;}
.widgets-FooterContactUsservices{ line-height:24px; margin-bottom: 0;}

.widget .widget-title, .footer-main .widget-title {
	margin: 0 0 10px;
	font-size:15px;
	text-transform:uppercase;
}
.widgets-follow-me h3{ display:none; }
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tertiary .widget ul,
#tertiary .woocommerce .widget_layered_nav ul,
#tertiary .woocommerce-page .widget_layered_nav ul,
#tertiary .price_slider_wrapper,
#tertiary .woocommerce ul.product_list_widget,
#tertiary .widget_calendar,
#tertiary .tagcloud,
#tertiary .widget_text .textwidget,
.secondary-sidebar .widget ul,
.secondary-sidebar .woocommerce .widget_layered_nav ul,
.secondary-sidebar .woocommerce-page .widget_layered_nav ul,
.secondary-sidebar .price_slider_wrapper,
.secondary-sidebar .woocommerce ul.product_list_widget,
.secondary-sidebar .widget_calendar,
.secondary-sidebar .tagcloud,
.secondary-sidebar .widget_text .textwidget

{
	background:#F6F6F6; 
	-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; 
	padding:5px 5px 5px 8px;
}

#tertiary .woocommerce .star-rating{ margin:2px 0 !important;}
#tertiary .widget ul del{ display:none;  }
#tertiary .widget ul ul{ padding-left:0; margin-left:0; }
#tertiary .widget_shopping_cart .widget_shopping_cart_content{ 
	background:#F6F6F6; 
	padding:10px 8px; 
	-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; }
#tertiary .widget_shopping_cart .widget_shopping_cart_content a.button{ padding:6px; margin-bottom:5px;}
#tertiary .widget_shopping_cart .widget_shopping_cart_content p{ margin:0; }
#tertiary .woocommerce ul.product_list_widget{ overflow:hidden; }
#tertiary .woocommerce ul.product_list_widget li{ background:none;  }
.widget_price_filter .price_slider_wrapper{padding:15px 10px 10px; }

.widget li {
/*padding: 5px 5px 5px 22px;*/
}
/*.sidebar-inner .widget li,
.secondary-sidebar .widget li{
margin: 5px 0;
padding: 5px 5px 5px 18px;
background: url("images/linkArrow.png") no-repeat scroll left 12px transparent;
border-bottom:1px dashed #D4D3D3;
}*/
#tertiary .widget li li,
.secondary-sidebar .widget li li{ margin: 5px 0; background: url("images/linkArrow.png") no-repeat scroll left 12px transparent; padding:5px 5px 5px 14px; border-bottom:1px dashed #D4D3D3; }
#tertiary .widget .wpsc_categories{ margin: 0; padding: 0;}

.widget input[type="search"]{ width: 100%;}
.footer-main .widget li, .footer-main .products li{ 
	background:none; 
	border-bottom: 1px dotted #DDDDDC;
    padding: 7px 0; 
}
.footer-main ul{ margin-top: 0; margin-bottom: 0;}
.widget li:last-child{ border-bottom:none; }

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 0;
}

.widget a {
	color: #333;
}


.widget a:hover {
	color: #5C483C;
}
.site-header .widget{background-color: transparent;}

/* Search widget */
form .search-submit, form #searchsubmit{
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;	
	background: url("images/sprite.png") no-repeat scroll -165px -291px #0b6dbd;
    border: medium none;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: -10px;
    top: -1px;
    width: 40px;
	text-indent: -999;
}
form .search-submit:hover, form #searchsubmit:hover{background: url("images/sprite.png") no-repeat scroll -165px -291px #333;}
form .sidebar-inner .search-form, form .sidebar-inner #searchform{ position: relative;} 
.sidebar-inner .search-field,
.sidebar-inner #searchform [type="text"]{
 	background-color: #FFFFFF;
    border: 1px solid #E8E6DD;
    border-radius: 4px;
    cursor: text;
    float: left;
    outline: 0 none;
    padding: 9px 20px 9px 8px;
    width: 190px;
}

.widget_search{ display: inline-block; }
.widget_search form{ position: relative; }
/* 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;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.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;
}
.widget .single-post{ clear: both; display: inline-block; border-bottom: 1px dotted #DDDDDC; padding: 7px 0;}
.widget .single-post .post-img, .widget .wpsc-latest-product .item_image{ float: left; margin-right: 10px;}
.widget .single-post .post-img img{ margin: 0;}
.widget .wpsc-latest-product .item_image img{ border: 1px solid #DDDDDD; border-radius: 7px;}
.widget .single-post .post-title{display: inline-block; margin-bottom: 0; margin-top: 0; text-transform: none; font-family: 'Open Sans',Arial,Helvetica,sans-serif;}
.widget .wpsc-latest-product .wpsc-product-title {
    display: inline;
    margin-left: 0;
}
.widget .wpsc-latest-product { overflow: hidden;}
.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;}
.sidebar-container .widget .item_image{float: left;}
.sidebar-container .widget .item_image img{ margin-top:0 !important;}
.sidebar-container .widget .wpsc-product-title{ display: inline;  margin: 10px 0 0;}
.sidebar-container .widget .wpsc-latest-product{ overflow: hidden;}
#wpe_shop .productcol p {margin:0;}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #FFF;
	color: #333;
	font-size: 14px;
	clear:both;
}

.footer-main{ padding: 55px 0 15px; clear:both; }
.footer-main li{ list-style: none;}
.footer-main .service-list span,
.widget .widget_product_categories li ul li,
.widgets-recentcomments span{ padding:7px 0; border-bottom:1px dotted #DDDDDC; }
.widget_product_categories li ul{ margin-left:0;  }

.footer-menu-links{ float:left;  }
.footer-menu-links ul{ padding:0; margin:0; }
.footer-bottom-border
{
	 border-top:1px solid #DDDDDC; 
	 overflow:hidden;
	 padding:12px 0 10px;
}
.footer-menu-links li{ 
	display: inline; 
	margin-right:6px; 
	background:url("images/footer_line_sep.png") no-repeat scroll center right transparent;
	padding-right:6px;
	line-height:19px; 
}
.footer-menu-links li:last-child{ background:none; }
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	width: 100%;
}

.site-footer .first-widget,
.site-footer .second-widget,
.site-footer .third-widget,
.site-footer .fourth-widget,
.site-footer .footer-widget {
	background: transparent;
	float: left;
	margin-right: 4%;
    padding: 0;
    width: 22%;
}
.site-footer .fourth-widget{
	margin-right: 0;
}
.footer-widget{ clear:both;}
.widget ul span{ display: inline-block; width: 100%;}
.widget_wpsc_price_range ul span{ display: inline;}
.widget .follow-me > span{ width:auto; }
.header_cart .widget ul .quantity span{ width: auto; }
.sidebar .site-footer .widget:nth-of-type(3){ }
.sidebar .site-footer .widget:nth-of-type(4) {
	margin-right: 0;
}

.footer a, .site-footer a {
	color: #333;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
}

.site-info {
	padding: 0;
	float:right;	
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
.archive-content{
}

.site-main, 
.main-navigation, 
.header-main,
.footer-main,
.top_main{
	margin: 0 auto;
	width: 980px;	
}
.header-main{ margin-bottom: 0;    margin-top: 10px;}
.header_contactus{  font-size:18px; margin-bottom:20px; color:#333; margin-left:4px; }
.header_contactus span{ text-transform:capitalize; }
.header-top-contactus h3{ display:none; }
.header-top-contactus {
	 width:300px; 
	 padding-top:0;
	 float:left; }

.top_main{ clear:both;  }
.header-top{  width:40%; float:left; }

.site-header,
.site-main{ margin-bottom: 20px;}
.site-header{ margin:0; /*background:url("images/top-line.png") repeat-x scroll center top transparent;*/ padding-top:5px; }
.site-main{ /*overflow: hidden;*/ ;}
.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_twoleftcallout .left-sidebar #primary,
.body_tworightcallout .left-sidebar #primary,
.body_threecallout .left-sidebar #primary{ width: 76%; float: right; margin-left: 2%; margin-right:0; }

.body_leftcallout #tertiary,
.left-sidebar #tertiary,
.body_twoleftcallout .left-sidebar #tertiary,
.body_tworightcallout .left-sidebar #tertiary,
.body_threecallout .left-sidebar #tertiary{ width: 22%; float: left; margin-right: 0; margin-left: 0;}
/***** End leftcallout *****/

/***** Start rightcallout *****/
.body_rightcallout #primary,  
.woocommerce-page.body_rightcallout #primary,
.right-sidebar #primary,
.body_twoleftcallout .right-sidebar #primary,
.body_tworightcallout .right-sidebar #primary,
.body_threecallout .right-sidebar #primary{ width: 76%; float: left; margin-right: 2%; margin-left:0; }

.body_rightcallout #tertiary,
.right-sidebar #tertiary,
.body_twoleftcallout .right-sidebar #tertiary,
.body_tworightcallout .right-sidebar #tertiary,
.body_threecallout .right-sidebar #tertiary{ width: 22%; float: right;  margin-right: 0; margin-left: 0;}
/***** 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;
}
/***** 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 .image1 { border: 5px solid #EEE; }

.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: #333;
	float: left;
	width: 45%;
	margin-right: 2%;
}
#contact-form fieldset{ border-radius:5px; }
.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; font-size: 12px; 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:10px; margin-bottom:10px; overflow: hidden; }
#address i:before{ font-style:normal; font-size: 18px;}
.contact-info .title {font-size:17.5px; margin:0 0 10px; color: #333;}
.contact-info i{ float: left; position:relative; }
.contact-info i.icon-home:before {
    /*content: "\26E0";
	margin-right:10px;*/
}
.contact-info i.icon-envelope:before {
    content: "\2709";
	margin-right:10px;
}
.contact-info i.icon-phone:before {
    content: "\260E";
	margin-right:10px;
}
.contact-info ul{ margin-top: 0;}

.contact-info .icon-home, .contact-info .icon-phone{}
.contact-info span{ float: left;}
.contact-info li{ clear:both; margin-bottom: 10px; overflow: hidden;}
/***** End Contact Us Page *****/

/* Start mobile toggle for sidebars */
.mobile_togglecolumn {
	background:url("images/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-position:right -52px; }
.mobile_togglemenu {
	background:url("images/plus-minus.png") no-repeat scroll right 4px transparent;
	display:block;
	cursor:pointer;
	width:100%;  
}
.active .mobile_togglemenu  { background-position:right -48px; }

/* End mobile toggle for sidebars */


/* Start Go Top */
.go-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    display: none;
    z-index: 200;
    color: transparent;
    background: url("images/up.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 */
.home_subbanner{ margin-bottom:15px; }
.home-subbanner h3{ margin-top:0;}
.home_subbanner#subbanner3{ margin-bottom:0; }
.home-subbanner{ float:right; width: 250px; }
.home-subbanner .single-post{ clear: both;display: inline-block;  margin-bottom: 10px;}
.home-subbanner .single-post .post-img{ float: left; margin-right: 10px;}
.home-subbanner .single-post .post-img img{ border: 3px solid #F1F1F1;}
.home-subbanner .single-post .post-title{display: inline; text-transform: uppercase;}
.home-subbanner .single-post .post-excerpt{ display: inline-block;}
/* over Sub banner home page  */

/* home-featured */
.home .home-products,
.homepage .site-content .home-about-me,
.homepage .site-content .home-special-products,
.home-logo-slider,
.homepage .site-content .single-service{
	 background:#FFF; 
	border-radius:8px;
	-moz-border-radius: 8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-bottom:15px;
	padding:15px;
	position:relative;
	border:1px solid #E0E0E0;
}
.single-service{ overflow: hidden;}
.home .home-products,
.widget_top_rated_products,
.home-about-me,
.home-logo-slider{ clear:both; }

.homepage .site-content .home-special-products{ float:left; }
.home-logo-slider{ overflow:hidden; }



/*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:0; }
.homepage .site-content .home-about-me{ width:49%; float:left; padding:25px 20px 10px; }
.home-about-me li{ list-style:none; }
.aboutme-read-more a, .service-read-more a{ color:#5C483C;  float:right; clear:both; font-size: 16px;}
.aboutme-read-more a:hover,
.service-read-more a:hover{ color:#333; }
.home-products h3{ margin:0 0 10px 0; padding-left:12px;}


/*Start home-Special */

.homepage .site-content .home-special-products{ width:49%; float:right; padding:0; }
/*.special_inner{ background:url("images/special_image.png") no-repeat scroll right top transparent; }*/
.special_content{ 
	 padding:15px 0 10px 0;	 
	 width:100%;
         min-height: 148px;
 }

.home-special-products .widget-title{
	background:#0b6dbd;
	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 a{ color:#EB973A; font-size:16px; padding:0 0 0 14px; }
.home-special-products .discount a:hover{ color:#333; }
/*End home-Special */

.product_list_widget li a{ width:100%; clear:both; margin-bottom:10px;}

.header_cart{ float:right; }
.header_cart ul{ background:#F6F6F6; padding:10px; display:inline-block; }
.header_cart a.shopping_cart .item-total{ 
	background-color:#0b6dbd;
	border-radius: 50%;
	padding:17px 8px; 
	float:right;
	margin-left:10px;
	padding:6px 10px;
	margin-top:-6px;
	color:#FFF;
	font-weight:bold; }
.header_cart a.shopping_cart:hover .item-total{ background-color: #333;}
.tm-homeslider{ float:left; width:670px; }

/*************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; 
	 transition:none;
}
.follow-me .fb{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -40px transparent }
.follow-me .twitter{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -200px transparent }
.follow-me .rss{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -120px transparent}

.follow-me .fb:hover{ background-position:0  0; }
.follow-me .twitter:hover{background-position: 0 -160px; }
.follow-me .rss:hover{ background-position: 0 -80px; }

/**************** Over footer social link**************/

.entryt-image{ margin-bottom:30px; }

/**************** product page carousel**************/

.thumbnails  {
    clear: both;
	margin-top: 10px;
}
/****************End product page carousel**************/
/******************  TEAM  *****************************/
.team img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0F0F0;
    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;
	margin: 5px 0;
}

.team .name small {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}
.team-social {
    margin: 5px auto;
}
.team-social ul {
    display: table;
    margin: 0 auto;
	padding: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;
	margin: 0;
}

.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 *********************/

.faqs-content {
clear: both;
}

.woocommerce-tabs .tabs > li a{ background:transparent; border:transparent; }
.accordion a, .togg a, .tour li a , .tabs > li a{
/*background: linear-gradient(to bottom, #F7F7F7 50%, #E4E4E4 100%) repeat scroll 0 0 transparent;*/
	border-color: #D7D5CF #D7D5CF #D0CFC9;
	background-color:#e0e0e0;
	background-image: -ms-linear-gradient(top, #F7F7F7 50%, #E4E4E4 100%);/* IE10 Consumer Preview */			
	background-image: -moz-linear-gradient(top, #F7F7F7 50%, #E4E4E4 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #F7F7F7 50%, #E4E4E4 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #E4E4E4));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #F7F7F7 50%, #E4E4E4 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #F7F7F7 50%, #E4E4E4 100%);/* W3C Markup, IE10 Release Preview */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7F7F7', endColorstr='#E4E4E4'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7F7F7', endColorstr='#E4E4E4')"; /* IE8 */
}

/* header cart */
.header_cart  .togg a{ background:transparent; border:none; transition:none; }

/***** Start BreadCrumbs *****/
#breadcrumbs {
    margin-bottom: 8px;
	font-size:13px;
}
#breadcrumbs a {
    text-decoration: none;
    color: #333;
}

#breadcrumbs a:hover {
    color: #0b6dbd;
}

.portfolio_wrapper ul#filters{ padding:0; }

/*****newsletterwidget *****/
.footer-main .widget_newsletterwidget
{
background: none repeat scroll 0 0 #0b6dbd;
padding: 25px 10px;
color:#FFF;
overflow:hidden;
border-radius:5px;
}

.footer-main .widget_newsletterwidget .newsletter
{ margin:12px 0 0 0;}
.footer-main .widget_newsletterwidget .newsletter p { margin:0 2px 12px 0; float:left; padding:0;}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-email { border:1px solid #0b6dbd;border-radius:5px;}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-submit { margin:1px 0 0 5px;}
.widget_newsletterwidget .newsletter input.newsletter-submit { background:#333 !important; float:right;}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}

}

@media (max-width: 1069px) {
	.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%;
	}

	.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 {
		/*margin-right: 60px;*/
	}
	.customNavigation a{ height:60px !important }
	.customNavigation a.next{ background:url("images/sprite.png") no-repeat scroll -41px -778px transparent !important; right:-2px !important; }
	.customNavigation a.next:hover{ background-position: -3px -778px  !important; }
	.customNavigation a.prev{background:url("images/sprite.png") no-repeat scroll -124px -778px transparent !important; left:-2px !important; }
	.customNavigation a.prev:hover{ background-position: -86px -778px  !important;}
	
	.home-logo-slider .customNavigation a{ top:35px !important ; height:25px ; width:18px; cursor:pointer; }
	.home-logo-slider .customNavigation a.next {
 	 	background:url("images/sprite.png") no-repeat scroll -128px -452px transparent!important ;
  	  right:8px !important;
	}
	.home-logo-slider .customNavigation a.next:hover 	{ background-position: -147px -452px!important; text-decoration:none;}
	.home-logo-slider .customNavigation a.prev {
		background: url("images/sprite.png") no-repeat scroll -88px -452px transparent !important;
   		 left:8px!important;
		}
	.home-logo-slider .customNavigation a.prev:hover 	{ background-position: -107px -452px!important; text-decoration:none ;}
	.brand-logo li{ list-style:none; text-align:center; }
	
	.home-subbanner img{ width:100%; }
	.home-subbanner{ width:27.2%; }
	.tm-homeslider{ width:71.5%; }
	.site-footer .widget{ width:23.5%; margin-right:2%; }
	.home-about-me{ width:49%; margin-right:2%; }
	.homepage .site-content .home-special-products{ width:49% }
	ul.nav-menu{ padding-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%; }
}


@media (max-width: 999px) {
	.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;
	}

	.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/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; }
	.tm-homeslider{ clear:both;  margin:0 auto; float:none;  }
	.home-subbanner{ width:100%; float:left; }
	.home_subbanner{ width:32.5%; float:left;  margin:10px 1.2% 0 0; }
	.home_subbanner#subbanner3{ margin-right:0; }
	.header_cart .togg a#shopping_cart{ }
	.header_cart .togg a#shopping_cart:hover{ }
	.header_cart a.shopping_cart .item-total{ background:none !important; color:#333 !important; margin-left:0 !important; }
	.header_cart a#shopping_cart:hover .item-total{ color:#5B5B5B !important;  }
	/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ width:30% !important; margin-right:3%; }*/
	.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;
		 border-top:1px dashed #CFD4CB;
	}
	.nav-menu li a{ padding:8px 0 8px 15px; }
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		margin: 0 0 5px 0;
		padding: 8px 0;
		width: 100%;		
		color:#333;
		line-height: 36px;
		
	}
	.menu-toggle-image{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-khtml-border-radius: 50%;
		border-radius: 50%;
		float: left;
		height: 36px;
		padding: 18px;
		width: 36px;
		margin-right: 10px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "";
		vertical-align: 2px;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		border-radius: 0 0 5px 5px;
		display: block;
		margin-left: 0;
		padding: 5px 0;
		position: relative;
		width: 100%;
		z-index: 999;
		text-align: left;
		border-top: 2px solid #CFD4CB;
	}
	.toggled-on ul.nav-menu li:hover > ul,
	.toggled-on .nav-menu ul li:hover > ul {
		display: none;
	}
	.toggled-on .nav-menu li,
	.toggled-on .nav-menu .children {
		display: block;
		background: none;
		padding: 0;
		border: none;
	}
	.toggled-on .nav-menu li a{ padding: 10px 0 10px 10px;}
	.toggled-on .nav-menu .sub-menu:before{ display: none;}
	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		border: none;
		padding:0 0 0 15px;
		display: none;
	}
	.toggled-on li .mobile_togglemenu{ position: absolute;  display: inline-block; width: 100%;}
	.toggled-on .sub-menu,
	.toggled-on .children { box-shadow: none;}
	.toggled-on .nav-menu li > ul a {
		width: auto;
	}
	.toggled-on .nav-menu li li a{ font-size: 13px;}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.toggled-on .nav-menu li.main-li:nth-last-child(1) .sub-menu ul, 
	.toggled-on .nav-menu li.main-li:nth-last-child(1) .children ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(2) .sub-menu ul, 
	.toggled-on .nav-menu li.main-li:nth-last-child(2) .children ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(3) .sub-menu ul, 
	.toggled-on .nav-menu li.main-li:nth-last-child(3) .children ul {
		left: auto;
		right: auto;
		width: 205px;
	}
	.nav-menu li span{ display:none;  }	
	.site-main, .main-navigation, .header-main, .footer-main, .top_main{  width: 724px; margin: 0 auto;	}
	.tm-homeslider{width: 100%;}
	.sidebar-inner .woocommerce ul.product_list_widget li{ width:100% !important; }
	.nav-menu li ul.sub-menu li a:hover, .nav-menu li a:hover{ border-radius:5px; }
	#primary, #tertiary, .secondary-sidebar, .site-footer .widget, #container{ width: 100% !important; margin-left: 0 !important; margin-right: 0!important; }
	form.search-submit, form #searchsubmit{ margin-left:-18px; float:left; margin-top:2px;  }
	.sidebar-inner .widget,
	.secondary-sidebar .widget{ margin:0; padding:12px 2px 4px; border-bottom:1px dashed #CFD4CB;  }
	.footer-main .widget{ border-bottom:1px dashed #CFD4CB; padding:4px 0 !important; margin:4px 0 !important; }
	.widgets-follow-me h3{ display:block; }
	.widgets-follow-me{ margin-top:10px; }
	
	.footer-main span.mobile_togglecolumn, .footer-main #fourth{ border-bottom:none !important; }
	.widgets-FooterContactUsservices{  border-bottom:1px dashed #CFD4CB; padding-bottom:5px;  }
	.footer-menu-links, .site-info{ text-align:center; float:none; padding:5px 0 !important; }
	.footer-menu-links ul{ margin:5px 0;  }
	.footer-main .widget_search, #tertiary .widget_search, .secondary-sidebar .widget_search, .main-ul{ display: none;}
	.footer-main .widget_newsletterwidget{ padding: 15px 10px !important;}
 	.footer-main .widget_newsletterwidget .widget-title{ margin: 0;}
	.widget.woocommerce.widget_price_filter{ display:none }
	.widget .widget-title  { margin:5px 0; }	
	.widget .widget-title, .comments-title, .comment-reply-title { margin: 0; font-size: 17px;}
	.brand-logo.products.block_content{ width:90% !important; }	
	.mobile_togglecolumn{ padding:0 0 5px 0 !important; }
	.widget ul{ padding:0 0 4px 0; }
	.sidebar-inner .woocommerce ul.product_list_widget li{ width:100% !important;  }
	.site-footer .first-widget, .site-footer .second-widget, .site-footer .third-widget, .site-footer .fourth-widget, .site-footer .footer-widget{ margin-left: 0; margin-right:0; width: 100%;}
}

/* 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;
	}	

	.paging-navigation a{ font-size: 18px; }
	.widget{ padding: 10px;}
	.search-field{ padding:9px 44px 9px 8px; }	
	 form .search-submit, form #searchsubmit{ right :0; } 	
	.site-header .home-link{ width:100%; text-align:center; }
	.header-middle{ width:100%; margin-bottom:10px; position:relative;  }
	.search-form, .search-field{ width:100%; }
	.search-form{ margin-bottom:10px; }
	.header-login-logout{ margin:10px 0 10px; text-align:center; float:none; }
	.header_cart{ position:absolute; top:10px; right:0; }
	.woocommerce #content div.product div.images img{  width:100% !important;  }	
	
	.team img{ height:180px; width:180px; }
	.sidebar-inner{ margin-top:12px; margin-bottom:10px; }
	
	
	#customer_login .form-row {float: none; width: 100%; }
	.site-main, .header-main, .footer-main, .top_main{  width: auto; margin: 0 20px;	}
	.main-navigation{ width:auto; margin:0 10px; }
	
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{ width:100% !important; float:left }
	.sidebar-inner .widget ul.product_list_widget, .sidebar-inner .widget ul{ margin-top:10px; }
	.site-header .home-link{ float:none; text-align:center; }
	.site-header .header-top{ width:100%; }
	.header_contactus, .header-top-contactus{ float:none; width:100%; text-align:center; }
	.site-header .search-form{width:100%;}
	.search-field, form#searchform input[type="text"], input[type="search"]{ width: 100%;}
}


@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;
	}
	.homepage .site-content .home-special-products, .homepage .site-content .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%; }
	.footer-menu-links li{ line-height:26px; }
	.footer-main{ padding:55px 0 5px; }
	.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; }
	.woocommerce .shop_table .actions .button{ margin-bottom:5px !important; }
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals,
	#contact-form, .contact-page .contact-info{ width:100% !important; float:left }
	.contact-page .contact-info{ margin-top:10px; }
	
}
@media (max-width: 500px){
	.woocommerce table.shop_table, .woocommerce-page table.shop_table{ overflow:auto; display:block; }
	.header_cart{ position:static; margin-bottom:10px; }
}
@media (max-width: 467px) {
	/*h1, h2, h3, h4, h5, h6{ font-size: inherit;}*/

	.header_contactus{ font-size:16px; }
	.header_cart{ top:20px; }
	.search-field{ padding:9px 40px 9px 8px; }
	.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 #0b6dbd !important; }
	.archive-content .one_third{ width:100%; margin-right:0; }
	.flex-control-paging li a{ height:15px!important;  width:15px!important; } 
	.gallery h2{ font-size:12px; }
	.edit-link{ float:none; }
	.entry-meta > span{ display:block; padding:1px 0; }
	.brand-logo.products.block_content{ width:85% !important; }
}

/* 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%;
	}	
	.header_contactus{ font-size:15px; }
	.home-link.logo img{ max-width:100%; }
	.woocommerce #content div.product div.images{ width:96% !important; padding:10px 2% !important; }
	.portfolios h5{ font-size:16px; padding:5px 0; margin:0 0 5px 0; }

}
@media (max-width: 319px){
.header-top-contactus{ width:100%; }
.header_cart{  position:static; margin:10px 0; }
.header_contactus{ margin-bottom:0; }
.paging-navigation a, .post-navigation a{ padding:4px !important }
.woocommerce .widget_shopping_cart_content ul.cart_list li{ width:190px; }
.header_cart .togg a.button{ margin-bottom:5px;  }
.header_cart .woocommerce ul.cart_list li a{ width:100% !important; float:left; }
.widget .widget-title, .comments-title, .comment-reply-title{ font-size:16px; }
.brand-logo.products.block_content{ width:80% !important; }
.portfolio_wrapper .text-box{ margin:10px 5px; width:auto; height:auto;  }
.portfolio_wrapper .text-box img{ width:100%; }
}

/**
 * 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) {
    .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;
	}
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

input[type="hidden"] + br{
    display:none!important;
}

.validation-error{
    color:red !Important;
}

.notifyjs-bootstrap-success{
    margin-top: 20px !important;
}