/*
Theme Name: Templatemela - Minimal
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: 24px;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    word-wrap: break-word;
    color: #888;
    font-weight: normal;
}

.excerpt {}

.entry-summary .excerpt {
    text-align: justify;
}

a {
    color: #888888;
    text-decoration: none;
}

a:focus {}

a:active,
a:hover {
    color: #666666;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.entry-summary .read-more a,
.order .order-actions a,
.order .order-actions a:hover {
    color: #FFF;
}

.entry-summary .read-more a:hover {
    color: #959B8F;
}

.entry-summary .read-more a:hover,
a.read-more:hover {
    background-color: #E3E3E3;
    color: #4B80B2;
}

.entry-summary .read-more a,
a.read-more {
    background-color: #4B80B2;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
}

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: 36px;
    margin: 30px 0;
}

h2 {
    font-size: 32px;
    margin: 18px 0;
}

.sitemap h2,
.gallery h2,
.related h2,
.upsells h2,
.shortcode-page h2,
.single h2 {
    font-size: 17px;
}

#related .customNavigation {
    display: none !important;
}

.shortcode-page h2 {
    margin: 6px 0;
}

.gallery h2 {
    margin: 0 0 15px;
}

h3 {
    margin: 22px 0;
    font-size: 28px;
}

h4 {
    font-size: 24px;
    margin: 20px 0;
}

h5 {
    font-size: 22px;
    margin: 20px 0;
}

.portfolios h5 {
    margin: 5px 0;
}

.portfolio_wrapper h5 {
    margin: 5px 0;
}

h6 {
    font-size: 18px;
    margin: 32px 0;
}

address {
    margin: 0 0 24px;
}

h2.wpsc_also_bought {
    font-size: 17px;
}

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,
.typography-page 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;
    font-size: 14px;
    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;
}

.sitemap ul,
.sitemap ol {
    padding: 0;
    margin: 0;
}

.sitemap-pages ul li,
.sitemap-category ul li,
.sitemap-month-archieves ul li,
.sitemap-authors ul li,
.sitemap-posts ul li {
    background: url("images/linkArrow2.png") no-repeat scroll 0 7px transparent;
    padding-bottom: 3px;
    padding-left: 10px;
    list-style: none;
}

blockquote {
    background: url("images/quote.png") no-repeat scroll 7px 5px #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 25px 10px;
    padding: 0 0 0 50px;
    position: relative;
    width: auto;
}

blockquote p {
    margin: 0;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

cite {
    display: block;
    text-align: center;
}

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 15px;
}

menu,
ol,
ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 40px;
    display: inline-block;
}

.typography-page ul {
    margin: 0;
}

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,
.typography-page ul,
.typography-page ol {
    padding: 0;
    margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li,
.sidebar-container ul li,
.sidebar-container ol li,
.flexslider ul li,
.flexslider ol li {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #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;
}

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;
}

.variations td,
.variations_form table {
    border-top: none;
    border-bottom: none;
}

del {
    color: #BEBEBE;
}

ins {
    color: #C76200;
}

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;
}

.feedburner-email-subscription span.screen-reader-text {
    display: none;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-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: #666;
}

input:focus,
textarea:focus {
    border: 1px solid #FOFOFO;
    outline: 0;
}


/* Buttons */

#empltycart a.visitshop {
    padding: 5px 10px !important;
    margin: 5px 0;
}

#featured-carousel .detail_block a.feature_detailbtn {
    padding: 5px 10px !important;
}

#featured-carousel .detail_block a.feature_detailbtn,
#empltycart a.visitshop,
.shoppingcart a.gocheckout,
.shoppingcart .wpsc_empty_the_cart a.emptycart {
    background: #B4D2D0;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 0px 8px;
    text-decoration: none;
}

#featured-carousel .detail_block a.feature_detailbtn:hover,
#empltycart a.visitshop:hover,
.shoppingcart a.gocheckout:hover,
.shoppingcart .wpsc_empty_the_cart a.emptycart:hover {
    background: #959B8F;
    color: #FFF;
}

.detail_block {
    margin: 5px 0 0 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.forgot,
a.button,
button.button,
input.button,
#review_form #submit,
.lost_password,
.input-submit,
.forgot,
input[type=submit],
a.button-alt {
    margin: 0;
    font-size: 13px;
    width: auto;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-color: #4B80B2;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    border: 1px solid #4B80B2;
}

.entry-content .lost_password a {
    color: #FFF;
}

.entry-content .lost_password a:hover {
    color: #FFF;
}

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,
a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover,
.lost_password:hover,
.input-submit:hover,
.forgot:hover,
input[type=submit]:hover,
ul.products li a.add_to_cart_button:hover {
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    background-color: #366897;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #366897;
}

a.forgot {
    background-color: #963B3D !important;
    border: 1px solid #963B3D !important;
    padding: 5px 10px !important;
}

a.forgot:focus,
a.forgot:hover {
    background-color: #B2B2B2 !important;
    border: 1px solid #B2B2B2 !important;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #B2B2B2;
    border: 1px solid #B2B2B2;
}

.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: #888888;
}

:-moz-placeholder {
    color: #888888;
}

::-moz-placeholder {
    color: #888888;
}

:-ms-input-placeholder {
    color: #888888;
}


/*
 * 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%;
}

.attachment-shop_single {
    margin: 0 auto;
    display: block;
}


/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}


/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 5px 0;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    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: none;
}

.site-main .sidebar-container {}

.site-main .sidebar-inner {}

.entry-image-loop-con {
    text-align: left;
}


/* Start 404 Not Found */

.page-not-found {
    width: 100%;
}

.entry-content {
    clear: both;
}

.not-found h1 {
    padding: 30px;
    text-transform: uppercase;
    border-bottom: 1px dotted #ddd;
    font-size: 35px;
    line-height: 35px;
}

.not-found p,
.not-found h1 {
    text-align: center;
}

.not-found p {
    margin: 20px 0;
}


/* End 404 Not Found */


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    position: relative;
}

.site-header .home-link {
    text-align: center;
    margin: 10px 0px 5px;
}

.header-middle {
    width: 100%;
    width: 100%;
}

.header-middle-top .widget {
    margin: 0
}

.header-middle-top {}

.header-middle-bottom {
    position: relative;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 45px;
    font-weight: normal;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

.site-title a:hover {
    text-decoration: none;
}

.site-description {
    margin: 5px 0 20px;
    font-size: 14px;
    color: #999999;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.contact-header-menu {
    margin: 6px 0 0 0 !important;
    padding: 0;
    float: right;
    text-align: right;
}

.header-bottom {
    clear: both;
    width: 100%;
}

.contact-header-menu ul {
    margin: 0;
    padding: 0;
}

.contact-header-menu li,
.header_login .widget_user_login ul.pagenav li {
    background: url("images/footer_line_sep.png") no-repeat scroll right 3px transparent;
    display: inline;
    list-style: none outside none;
    padding: 0 9px 0 4px;
    margin: 0;
    text-transform: capitalize;
    list-style: none;
}

.contact-header-menu li:first-child {}

.contact-header-menu li:last-child {
    background: none;
}

.header_login .header_logout .widget_user_login ul.pagenav li:last-child {
    background: none;
    padding-right: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li:after {
    content: "/";
    font-size: 16px;
}

.ie7 .nav-menu li {
    display: inline;
    list-style: none;
}

.nav-menu li ul li {
    background: none;
    padding: 6px 0;
    text-align: left;
    list-style: none;
}

.nav-menu li a {
    color: #666666;
    display: inline;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 14px;
    text-decoration: none;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}

.nav-menu li:last-child:after {
    content: "";
}

.nav-menu li a:hover {
    color: #BAB9B9;
}

.nav-menu li li a {
    border-radius: 0;
    color: #666;
    text-transform: capitalize;
    border-left: 1px solid transparent;
    padding: 0 0 0 10px;
    margin: 8px 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #F4F4F4;
    padding: 10px;
}

.nav-menu .sub-menu a:hover,
.nav-menu .children a:hover,
.sub-menu li:hover > a,
.sub-menu li a:hover {
    color: #D46641;
    border-left: 1px solid #D46641;
    padding-left: 10px;
}

.secondary-sidebar .sub-menu li a:hover,
.secondary-sidebar .sub-menu li a,
#tertiary .sub-menu li a:hover,
#tertiary .sub-menu li a {
    border: none !important;
    padding-left: 0;
}

.nav-menu .sub-menu a,
.nav-menu .children a {
    font-size: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    left: 210px;
    top: 0px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    margin: 0;
    width: 210px;
}

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 > li:hover > a,
.nav-menu > .current-menu-item > a,
.nav-menu > .current-page-parent > a,
.nav-menu > li:hover > a {
    color: #BAB9B9;
}

.menu-toggle {
    display: none;
}


/* Navbar */

.navbar {
    width: 100%;
    clear: both;
    position: relative;
}

.search-main {
    width: 30px;
    height: 45px;
    background: url("images/sprite.png") no-repeat scroll -232px -153px transparent;
    position: relative;
    cursor: pointer;
    float: left;
    border-right: 1px solid #D4D4D4;
}


/* haeder-search */

.header-top-inner .search-form,
.header-top-inner #searchform {
    visibility: hidden;
    position: absolute;
    cursor: pointer;
    top: 36px;
    border: 3px solid #D4D4D4;
    right: 0;
}

.header-top-inner .search-main:hover .search-form,
.header-top-inner .search-main:hover .search_arrow,
.header-top-inner .search-main:hover #searchform,
.header-top-inner .search-main:hover .search_arrow {
    display: inline-block;
    visibility: visible;
}

.search_arrow,
.search-arrow {
    background: url("images/megnor/search_icon.png") no-repeat scroll 0 0 transparent;
    height: 8px;
    width: 15px;
    position: absolute;
    top: 29px;
    left: 5px;
    visibility: hidden;
}

.search-arrow {
    top: 33px;
}

.header-top-right h3 {
    display: none;
}


/* End haeder-search */

.search-form {
    text-align: right;
    width: 240px;
    display: inline-block;
    position: relative;
}

.secondary-sidebar .search-form,
#tertiary .search-form {
    width: 100%;
}

.header-main .search-form {
    position: absolute;
    top: 45px;
    left: 0;
}

.search-field,
.header-top-inner .widget_product_search #searchform #s {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 235px;
    padding: 5px 30px 5px 8px;
    float: left;
    border: none;
}

.search .search-field,
.sidebar-inner .search-field,
.secondary-sidebar .search-field {
    border: 1px solid #E5E5E5;
    width: 100%;
}

.widget_product_search {
    position: relative;
}

.widget_product_search #searchform #s {
    width: 100%;
    padding-right: 30px;
}

.widget_product_search #searchsubmit {
    background: url("images/sprite.png") no-repeat scroll -232px -159px transparent;
    height: 30px;
    position: absolute;
    width: 25px;
    right: 5px;
    padding: 0;
    border: none;
    font-size: 0;
}

.widget-area .search-form {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
}

.search-field:focus {}

.search-form .search-submit,
.header-top-inner .widget_product_search #searchsubmit {
    background: url("images/megnor/button-search.png") no-repeat scroll 0px 12px transparent;
    border: medium none;
    float: left;
    height: 30px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 2px;
    text-indent: -959px;
    text-transform: uppercase;
    width: 10px;
    z-index: 3;
    top: 0;
    transition: none;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
    border: none;
    background: url("images/megnor/button-search.png") no-repeat scroll 0px 12px transparent;
}

.widget-area .search-form .search-submit {
    top: 0;
}

#tertiary .sidebar-inner .search-field {
    margin-top: 0;
}

.widget_search {
    position: relative;
}

.header-login-logout {
    clear: both;
    float: right;
    margin-top: 12px;
}


/*** Top Area ***/

#top-area {
    clear: both;
    display: block;
    margin: 15px auto 10px;
}


/*** End Top Area ***/


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.products .hentry {
    overflow: visible;
}

.hentry {
    margin: 0 0 20px 0;
    padding: 0 0 20px;
}

.post.hentry {
    border-bottom: 1px solid #E8E8E8;
}

.page .hentry {
    margin-top: 0;
}

article.post:after {}

article.post {
    position: relative;
    padding: 10px 0;
}

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;*/
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail img,
.entry-content img {
    border: 1px solid #E3E3E3;
}

.cart img {
    border: none;
}

.entry-header {
    padding-bottom: 0;
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px;
}

.entry-header:before {
    background: url("images/post-formate-icons.png") no-repeat scroll 0 0 #D46641;
    content: "";
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 43px;
}

.page-title:before {
    display: none;
}

article.format-standard .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;
}

article.type-faq .entry-header:before {
    background-position: -21px -23px;
}

article.type-product .entry-header:before {
    background-position: -21px -23px;
}

.entry-title,
.page-title {
    font-weight: normal;
}

.entry-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 18px;
    /*color: #696868;	*/
}

.post .entry-title {
    margin: 0 0 5px;
}

.entry-title a,
.page-title a {
    color: #D46641;
}

.entry-title a:hover,
.page-title a:hover {
    color: #5C483C;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    display: inline-block;
}

.empty-entry-header {
    line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.entry-meta a {
    color: #888888;
}

.entry-meta a:hover {
    color: #D46641;
}

.entry-meta > span {
    margin-right: 10px;
    float: left;
}

.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 {
    float: left;
    margin-right: 10px;
}

.comments-link a {}

.comments-link a:hover {}

.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
}

.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}

.edit-link {
    float: right;
}

.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 {}


/**
 * 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: #666;
}

.entry-content a:hover,
.comment-content a:hover {
    color: #D46641;
}

.entry-content blockquote {}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 14px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {}

footer.entry-meta {
    margin-top: 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: #4B80B2;
    border: 1px solid #4B80B2;
    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: #E3E3E3;
    border: 1px solid #E3E3E3;
    color: #4B80B2;
}

.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;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    width: 100%;
}

#gallery {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.gallery-item {
    float: left;
    margin: 0 4px 15px 0;
    position: relative;
}

.gallery-item.first {
    clear: both;
}

.gallery-item .gallery-icon img {
    max-width: 100%;
    height: auto;
}

.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-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. */
}

article.post.sticky {}

article.sticky .entry-header:before {}

.sticky .entry-title {
    border-bottom: 1px dashed #D4D3D3;
    padding-bottom: 10px;
}

.sticky .entry-header {
    border: none;
    padding-bottom: 0;
}

.sticky .entry-meta a,
.sticky h1 a {}

.sticky .entry-meta a:hover,
.sticky h1 a:hover {}

.sticky .read-more {
    text-transform: capitalize;
    margin: 10px 0;
    text-align: right;
}

.sticky .read-more a {}

.sticky .read-more a:hover {}

.read-more {
    text-transform: capitalize;
    float: left;
    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 {}

.format-gallery .gallery_title {
    display: none;
}


/* Image */

.format-image .entry-title {}

.format-image .categories-links,
.format-image .tags-links {
    display: none;
}


/* Link */

.format-link {}

.format-link .entry-meta a {}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}

.format-link .entry-title {}

.format-link .entry-title a {}

.format-link div.entry-meta {}

.format-link .entry-content {
    margin: 10px 0;
}


/* Quote */

.format-quote {}

.format-quote .entry-meta {
    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 {}

.format-quote blockquote:before {}

.format-quote .entry-meta .author {
    display: none;
}


/* Status */

article.post.status {
    background: transparent;
}

.format-status {}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content {
    font-size: 18px;
}

.format-status .entry-content a {}

.format-status .entry-meta a {}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: none repeat scroll 0 0 / 4px 4px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px;
}

.format-status .categories-links,
.format-status .tags-links {
    display: none;
}


/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {}

.format-status .entry-content {}

.format-status .entry-content p:first-child:before {}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
    line-height: 30px;
}

.format-status .entry-meta {
    line-height: 5px;
    margin-top: 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-next {}

.image-navigation .meta-nav {
    font-weight: 300;
}

.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;
}

.wpsc_page_numbers_bottom span.current {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px 10px !important;
}

.woocommerce-pagination {
    clear: both;
}

.navigation.paging-navigation a:hover,
.paging-navigation a.current,
.wpsc_page_numbers_bottom span.current,
.woocommerce-pagination li span.current,
.shop-page #nav-below a.current {
    color: #FFF;
    text-decoration: none;
    border: 1px solid #4B80B2;
    background: #4B80B2;
}

.woocommerce-pagination {
    text-align: right;
}

.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
}

.woocommerce-pagination li a {
    color: #FFF;
}

.paging-navigation,
.post-navigation,
.woocommerce-pagination,
.shop-page #nav-below,
.navigation.image-navigation {
    margin: 10px 0;
    padding: 2px 0;
}

.woocommerce-pagination {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 6px 0;
}

.paging-navigation {
    margin: 0 0 25px;
}

.paging-navigation .nav-links {
    width: 100%;
    text-align: center;
}

.shop-page #nav-below {
    width: 100%;
    text-align: right;
}

.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,
.woocommerce-pagination li span,
.woocommerce-pagination li a,
.shop-page #nav-below a,
.image-navigation a {
    background: none repeat scroll 0 0 #EFF0EB;
    border: 1px solid #EFF0EB;
    color: #666666;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    padding: 2px 7px 3px;
}

.paging-navigation a.last {
    margin-right: 0;
}

.woocommerce-pagination li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

.woocommerce-pagination li span,
.woocommerce-pagination li a {
    margin-right: 0;
}

.post-navigation a {}

.post-navigation a:hover,
.woocommerce-pagination li span:hover,
.woocommerce-pagination li a:hover,
.image-navigation a:hover {
    background: #366897;
    color: #FFF;
    border: 1px solid #366897;
}

.paging-navigation .meta-nav {
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 0;
}

.paging-navigation .nav-previous .meta-nav {}

.paging-navigation .nav-next a {
    margin-right: 0
}

.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 {}

.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-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-title {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.page-content {
    padding: 5px 0;
    width: 100%;
}

.sidebar .page-content {
    padding: 0;
}


/**
 * 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: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}

.error404 .page-wrapper {
    background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
    padding-bottom: 40px;
    width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    /*	padding-left: 60px;
	padding-right: 376px;*/
}

.comments-title {
    margin: 15px 0;
    font-size: 21px;
}

.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 {
    margin-bottom: 10px;
    list-style: none;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    padding: 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 {
    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 {
    font-size: 13px;
}

.comment-meta a:hover {}

.comment-metadata {
    margin-bottom: 5px;
}

.comment-content p {
    margin-bottom: 5px;
}

.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: #F9FAFA;
    padding: 20px;
    overflow: hidden;
}

.comments-area p.form-submit {
    margin: 10px 0 0;
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.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-respond label.error {
    float: left;
    width: auto;
    padding: 0 0 0 20px;
    margin-left: 10px;
    line-height: 20px;
}

.comment-respond .comment-form input {
    float: left;
}

.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 {
    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;
    float: right;
}

.widgets-FooterContactUsservices {
    line-height: 31px;
}

.sidebar-container .widget .widget-title,
.widget-area .widget .widget-title,
.secondary-sidebar .widget .widget-title {
    background: #F9FAFA;
    font-size: 17px;
    color: #666;
    padding: 10px 10px 10px 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.widgets-follow-me {
    clear: both;
    margin-top: 20x;
}

.widgets-follow-me h2 {
    display: none;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shopping-cart-wrapper {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0;
    padding: 10px;
    position: relative;
}

.sidebar-inner .woocommerce ul.product_list_widget {
    overflow: hidden;
    list-style: none;
}

.sidebar-inner .woocommerce ul.product_list_widget li {
    background: none;
    list-style: none;
}

.widget .main-ul li {
    list-style: none;
}

.widget .main-ul li li {
    padding: 5px 5px 5px 18px;
}

.widget .main-ul li li:hover {}

.woocommerce .widget .main-ul,
.woocommerce-page .widget .main-ul {
    margin: 5px 0;
    padding: 5px;
}

.widget .feedburner-email-subscription .main-ul,
.woocommerce .footer-main .widget ul,
.woocommerce-page .footer-main .widget ul {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-main .widget li {
    background: none;
    padding: 0;
}

.widget li:last-child {
    border-bottom: none;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget a {
    color: #888;
}

.widget.widget_shopping_cart a.button,
.widget.widget_shopping_cart a.button:hover {
    color: #FFF;
}

.widget a:hover {
    color: #666;
}

.site-header .widget {
    background-color: transparent;
}


/* Search widget */


/* 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 #prev a,
.widget_calendar #next a {
    background: #4B80B2;
    color: #FFF !important;
}

.widget_calendar #prev a:hover,
.widget_calendar #next a:hover {
    background: #E3E3E3;
    color: #4B80B2;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.widget_calendar tbody td#today {
    background: #F9FAFA;
}

.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;
}

.format-gallery .gallery_title {
    display: none;
}

.page-title:before {
    display: none;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background: none;
    color: #959B8F;
    clear: both;
    margin: 15px 0 0 0;
}

.footer-main {
    padding: 50px 0 20px;
    clear: both;
    /* background:url("images/line.jpg") repeat-x scroll center top transparent; */
}

.footer-main li {
    list-style: none;
}

.footer-main .service-list span,
.widget .widget_product_categories li ul li,
.widget_wpsc_categorisation .wpsc_categorisation_group li,
.widgets-recentcomments span,
#tertiary .widget_wpsc_price_range li {
    padding: 4px 0;
}

.site-footer .widget_newsletterwidget .widget-title {
    border-bottom: medium none;
    color: #963F40;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.jigoshop .site-footer .widget_newsletterwidget .main-ul {
    display: table;
    margin: 0;
    padding: 0;
}

.site-footer .footer-main .widget_newsletterwidget {
    background: url("images/footer_newslatter_bg.png") repeat scroll center right transparent;
    padding: 15px 10px;
    color: #FFF;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.footer-main .widget_newsletterwidget .newsletter {
    margin: 12px 0 0 0;
    display: table;
}

.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-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #F0F0F0;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.21) inset;
}

.footer-main .widget_newsletterwidget .newsletter p input.newsletter-submit {
    margin: 1px;
}

.widget_newsletterwidget .newsletter input.newsletter-submit {
    float: right;
}

.footer-main .wpsc_second_level_categories {
    display: none;
}

.cat_image {
    background: url("images/category_default.jpg") no-repeat scroll center right transparent;
}

.widget_product_categories li ul {
    margin-left: 0;
}

.footer-menu-links {
    float: left;
}

.footer-menu-links ul {
    padding: 0;
    margin: 0;
}

.footer-bottom {
    background: #F9FAFA;
    overflow: hidden;
    padding: 10px 0;
    clear: both;
    border: 1px solid #EDEDED;
}

.footer-menu-links li {
    display: inline;
    margin-right: 10px;
    background: url("images/footer_line_sep.png") no-repeat scroll center right transparent;
    padding-right: 10px;
    line-height: 19px;
    list-style: none;
}

.footer-menu-links li:last-child {
    background: none;
}

.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left;
}

.site-footer a {
    color: #717171;
}

.site-footer .sidebar-container {
    background-color: #220e10;
    padding: 20px 0;
}

.site-footer .widget-area {
    width: 100%;
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}

.site-footer .widget {
    background: transparent;
    float: left;
    margin-right: 1.5%;
    padding: 0;
    width: 23%;
}

.footer-widget {
    clear: both;
}

.widget ul span {
    display: inline-block;
    width: 100%;
}

.jigoshop .widget-area .widget ul span {
    display: block;
    text-transform: capitalize;
}

.widget .follow-me > span {
    width: auto;
}

.header_cart .widget ul .quantity span {
    width: auto;
}

.sidebar .site-footer .widget {
    width: 218px;
}

.sidebar .site-footer .widget:nth-of-type(3) {}

.sidebar .site-footer .widget:nth-of-type(4) {
    margin-right: 0;
}

.site-footer .widget a {
    color: #717171;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    font-size: 17px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.site-info {
    float: right;
}

#wpstats {
    display: block;
    margin: -10px auto 0;
}

.header-top-main {
    width: 100%;
}

.main-navigation,
.header-main,
.footer-main,
.top_main,
.content-main,
.top-area-inner,
.header-top-inner,
.home-testimonial-blog,
.footer-bottom-inner {
    margin: 0 auto;
    width: 1150px;
}

.header-top-inner {}

.header-top-right {
    float: right;
}

.header-top-left {
    float: left;
}

.content-main {
    margin-top: 20px;
}

.header-main {
    position: relative;
    clear: both;
}

.header-top-main {
    background: #2d2d2d;
    display: inline-block;
    padding: 0;
}

.homepage #primary #content {
    background: none;
    padding: 0;
    overflow: visible;
}

#primary #content {}

.woocommerce #primary #content {
    overflow: hidden;
}

.header_contactus {
    font-size: 14px;
    margin: 14px 0 0 5px;
    padding: 0 0 0 25px;
    background: url("images/sprite.png") no-repeat scroll -81px -506px transparent;
}

.header_contactus span {
    text-transform: capitalize;
}

.header-top-contactus h3 {
    display: none;
}

.header-top-contactus {
    padding-top: 0;
    float: right;
}

.top_main {
    clear: both;
    /** background: url("images/line.jpg") repeat-x scroll center bottom transparent; **/
    margin: 0 auto;
    padding: 0px 0px 0px;
    text-align: center;
}

.header-top {
    width: 100%;
}

.site-header {
    margin: 0;
}

.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: 100%;
    float: left;
    margin-right: 0;
    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;
}

.single-course_unit .right-sidebar #primary {
	width: 76%;
    float: left;
    margin-left: 0;
    margin-right: 2%;
}

/***** 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 BreadCrumbs *****/

.shop-page #breadcrumb {
    display: none;
}

#breadcrumbs,
#breadcrumb,
.woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 13px;
}

.woocommerce-breadcrumb {
    padding-bottom: 8px;
}

#breadcrumbs a,
#breadcrumb a,
.woocommerce-breadcrumb a {
    text-decoration: none;
    color: #848383;
}

#breadcrumbs a:hover,
#breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {}

.breadcrumbs {}


/***** End BreadCrumbs *****/


/***** Start Portfolio 2 columns Page *****/

.portfolio_wrapper img {
    max-width: 100%;
}

.portfolios h5 a,
.portfolio_wrapper h5 a {
    font-size: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1.entry-title-port {
    margin-bottom: 10px;
    font-size: 15px;
}

.short-ex {
    text-align: justify;
}

.short-ex .read-more {
    margin: 5px 0;
}

.portfolio_wrapper {}

.portfolios li .main img,
.portfolio_wrapper li .main img,
.portfolio_wrapper div.main img {
    display: inline-block;
    border: 1px solid #E8E8E8;
    border: none;
}

.portfolios ul {
    margin-top: 0;
}

.portfolio_image .image1 {
    border: 5px solid #EEE;
}

.imageOver {
    background: url("images/megnor/zoom2.png") no-repeat 50% 50% rgba(0, 0, 0, 0.5);
    position: relative;
    top: auto !important;
}

.portfolio_2column,
.portfolio_two {
    float: left;
    width: 100%;
    padding: 0;
}

.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%;
    padding: 0;
}

.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%;
    padding: 0;
}

.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%;
}


/***** Start Gallery 1 column *****/

.gallery-page .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
}

.gallery-page .gallery-columns-1 .gallery-item.last {}


/***** End Gallery 1 column *****/


/***** Start Gallery 2 column *****/

.gallery-page .gallery-columns-2 .gallery-item {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.gallery-page .gallery-columns-2 .gallery-item.last {
    margin-right: 0;
    float: right;
}


/***** End Gallery 2 column *****/


/***** Start Gallery 3 column *****/

.gallery-page .gallery-columns-3 .gallery-item {
    float: left;
    width: 32%;
    margin-right: 1%;
}

.gallery-page .gallery-columns-3 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 3 column *****/


/***** Start Gallery 4 columns *****/

.gallery-page .gallery-columns-4 .gallery-item {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.gallery-page .gallery-columns-4 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 4 columns *****/


/***** Start Gallery 5 columns *****/

.gallery-page .gallery-columns-5 .gallery-item {
    float: left;
    width: 19%;
    margin-right: 1%;
}

.gallery-page .gallery-columns-5 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 5 columns *****/


/***** Start Gallery 6 columns *****/

.gallery-page .gallery-columns-6 .gallery-item {
    float: left;
    margin-right: 2%;
    width: 15%;
}

.gallery-page .gallery-columns-6 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 6 columns *****/


/***** Start Gallery 7 columns *****/

.gallery-page .gallery-columns-7 .gallery-item {
    float: left;
    width: 13%;
    margin-right: 1.5%;
}

.gallery-page .gallery-columns-7 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 7 columns *****/


/***** Start Gallery 8 columns *****/

.gallery-page .gallery-columns-8 .gallery-item {
    float: left;
    width: 11%;
    margin-right: 1.7%;
}

.gallery-page .gallery-columns-8 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 8 columns *****/


/***** Start Gallery 9 columns *****/

.gallery-page .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11%;
}

.gallery-page .gallery-columns-9 .gallery-item.last {
    margin-right: 0;
}


/***** End Gallery 9 columns *****/

.gallery-item dt {
    padding: 3px;
    border: 1px solid #E8E8E8;
    background: #FFF
}

.gallery-item:hover dt {
    background: #E8E8E8;
}


/***** 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-main .title h3,
.contact-info .title {
    font-size: 20px;
    margin: 20px 0;
    color: #666;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.contact-info .title {
    margin: 0 0 10px;
}

#contact-form {
    display: inline-block;
    width: 51%;
    margin-right: 15px;
    vertical-align: top;
}

#contact-form fieldset {
    background: #F9FAFA;
    border: 1px solid #E8E8E8;
    margin: 0 2px;
    padding: 10px;
}

.contact-page .post-contact {
    margin-top: 20px;
}

#contact-form p {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

#contact-form label {
    font-weight: normal;
    float: left;
}

#contact-form em {
    margin-top: 3px;
    margin-left: 4px;
    float: left;
}

#contact-form input {
    float: left;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    width: 50%;
    margin-right: 5px;
    color: #5F6684;
    clear: both;
}

#contact-form textarea {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    height: 115px;
    padding: 4px;
    width: 80%;
    color: #5F6684;
    margin-right: 5px;
}

.contact-page .contact-info {
    padding: 0 10px;
    width: 47%;
    min-height: 384px;
    display: inline-block;
    vertical-align: top;
}

.contact-info p {
    margin: 0 0 5px 0;
}

.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 {
    padding-left: 20px;
    width: 100%;
}

#contact-form label.error {
    background: url("images/error.png") no-repeat scroll 1px 5px transparent;
    color: red;
    float: left;
    height: 20px;
    padding-left: 20px;
    padding-top: 1px;
}

.footer_contactus {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

#address i:before {
    font-style: normal;
    font-size: 18px;
}

.contact-info i {
    float: left;
    position: relative;
}

.contact-info i.icon-envelope:before {
    margin-right: 7px;
    content: "\2709";
}

.contact-info i.icon-phone:before {
    margin-right: 7px;
    content: "\260E";
}

.contact-info .icon-home,
.contact-info .icon-phone {}

.contact-info span {
    float: left;
}

.contact-info li {
    clear: both;
    overflow: hidden;
    list-style: none;
}


/***** End Contact Us Page *****/


/* Start mobile toggle for sidebars */

.mobile_togglecolumn {
    background: url("images/toggle-arrow.png") no-repeat scroll right 4px transparent;
    display: block;
    cursor: pointer;
    width: 100%;
    margin-top: -25px;
    overflow: hidden;
    padding: 0 0 4px;
}

.active .mobile_togglecolumn {
    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 & Top Banner home page */

.home_subbanner {
    margin-bottom: 15px;
}

.home-topbanner {
    clear: both;
    margin: 34px 0 10px;
    display: inline-block;
    width: 100%;
}

.top_banner img {
    max-width: 100%;
}

.top_banner {
    float: left;
    margin-right: 36px;
}

.home-topbanner #banner2 {
    margin-right: 0;
}


/* over Sub banner home page  */

.block_content,
.product_list,
#featured .woocommerce {}

.home-featured {
    clear: both;
}

.product_list_widget li a {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

#featured-carousel p.wpsc-product-old-price {
    display: none;
}

.header_cart {
    float: left;
    margin: 0;
}

.header_cart a.shopping_cart {
    background: url("images/sprite.png") no-repeat scroll 4px -78px transparent;
    margin: 10px 0;
    font-size: 0;
    height: 25px;
    width: 60px;
}

.header_cart a.shopping_cart.tog .right-arrow {
    background: url("images/megnor/cat_arrow.png") no-repeat scroll right -1px transparent;
    height: 22px;
    width: 22px;
    float: right;
    display: inline-block;
}

.header_cart a.shopping_cart.tog.current .right-arrow {
    background: url("images/megnor/cat_arrow.png") no-repeat scroll right -43px transparent;
}

.header_cart a.shopping_cart:hover {
    background: url("images/sprite.png") no-repeat scroll 4px -78px transparent;
}

.header_login {
    float: left;
    margin: 0 10px 0 0;
}

.header_login .tab_content {
    border: none;
    margin: 8px 20px 0;
}

.header-bottom ul {}


/*.header_cart nav{ position: absolute; right: 0; bottom: 0;}*/

.header_cart ul.pagenav {
    padding: 0;
    background: none;
    margin: 0;
}

.tm-homeslider {
    float: left;
    width: 740px;
}

.top-area-inner .subbanner2 {
    margin: 10px 0 0 0;
}


/*************footer social link *****************/

#branding {
    padding: 30px 0 0 0;
}

.follow-me a {
    text-indent: -500px;
    overflow: hidden;
    display: block;
    height: 46px;
    width: 46px;
    margin-right: 4px;
    float: left;
}

.follow-me .fb {
    background: url("images/sprite.png") no-repeat scroll -2px -324px transparent;
}

.follow-me .twitter {
    background: url("images/sprite.png") no-repeat scroll -52px -324px transparent;
}

.follow-me .pinterest {
    background: url("images/sprite.png") no-repeat scroll -103px -324px transparent;
}

.follow-me .dribbble {
    background: url("images/sprite.png") no-repeat scroll -156px -324px transparent;
}

.follow-me .fb:hover {
    background-position: -2px -268px;
}

.follow-me .twitter:hover {
    background-position: -52px -268px;
}

.follow-me .pinterest:hover {
    background-position: -103px -268px;
}

.follow-me .dribbble:hover {
    background-position: -156px -268px;
}


/**************** Over footer social link**************/

.entryt-image {
    margin-bottom: 30px;
}


/**************** product page carousel**************/

.thumbnails {
    clear: both;
}


/****************End product page carousel**************/


/******************  TEAM  *****************************/

.team img {
    border: 1px solid #E3E3E3;
    display: table;
    height: 200px;
    margin: 10px auto;
    padding: 5px;
    width: 200px;
}

.team span h4 {
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
}

.team .name {
    margin-bottom: 10px;
}

.team .name small {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.team-social {
    margin: 20px auto;
}

.team-social {
    margin: 20px auto;
}

.team-social ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.footer_contactus ul {
    margin: 0;
    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 .one_third {
    margin: 0 2%;
}

.team p {
    padding: 0 5px;
    text-align: center;
}

.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;
}


/*==================== Extra Css Addded  ============ */

.home-brandlogo {
    background: none repeat scroll 0 0 #F9F9F9 !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    margin: 0 4px 15px;
    overflow: hidden;
    padding: 15px 22px !important;
    width: 100%;
    clear: both;
}

#primary ul li {}

#tertiary .widget_wpsc_product_specials img {
    width: 80px;
    height: 80px;
}


/*Start home-Special */

.featureproduct_inner {}

#feature_slider h3.widget-title {
    margin: 0 0 8px 0;
}

.product_page #default_products_page_container p {
    margin: 0;
}

.home-special-products {
    width: 480px;
    float: right;
    padding: 0;
}

.special_inner {
    background: url("images/special_image.jpg") no-repeat scroll right top transparent;
}

.special_content {
    padding: 15px 0 10px 0;
    width: 62%;
}

.home-services ul {
    margin: 0;
    padding: 0;
}

.home-special-products .widget-title {
    background: #B4D2D0;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Verdana', Open Sans;
    margin: 0 0 6px 0;
}

.home-special-products .special-text {
    margin: 0 0 10px 15px;
}

.home-special-products .discount {
    color: #EB973A;
    font-size: 16px;
    padding: 0 0 8px 14px;
}

.home-featureproduct,
.home-speicalproduct {
    width: 100%;
    margin: 0 0px 15px;
    float: left;
    clear: both;
}

.home-featureproduct .widget {
    margin: 0 0 20px 0;
}

.home-featureproduct li {
    width: 200px;
    float: left;
    margin: 4px 0;
    padding: 0;
    text-align: center;
    position: relative;
    list-style: none;
}

.home-featureproduct li .item_image {
    text-align: center;
}

.home-featureproduct li img {
    -moz-box-shadow: 0px 0px 6px rgba(113, 113, 113, 0.2);
    -webkit-box-shadow: 0px 0px 6px rgba(113, 113, 113, 0.2);
    -o-box-shadow: 0px 0px 6px rgba(113, 113, 113, 0.2);
    box-shadow: 0px 0px 6px rgba(113, 113, 113, 0.2);
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    max-width: 100%;
}

#featured-carousel .wpsc-special-description,
#featured-carousel .wpsc-product-you-save {
    display: none;
}

.item_name {
    margin: 10px 0;
}

.home-featureproduct li:hover .pricedisplay,
.wpsc_default_product_list .default_product_display:hover .wpsc-product-price,
.home-speicalproduct li:hover .wpsc-product-price,
.wpsc_also_bought .wpsc_also_bought_item:hover p.pricedisplay {
    display: block;
}

.home-featureproduct li .wpsc-product-price,
.wpsc_default_product_list .wpsc-product-price,
.home-speicalproduct .wpsc-product-price,
.wpsc_also_bought p.pricedisplay {
    background: url("images/price_bg.png") no-repeat scroll 0 0 transparent;
    bottom: 25px;
    height: 94px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 94px;
    display: none;
}

.wpsc_default_product_list .wpsc-product-price .currentprice {
    float: left;
}

.wpsc_default_product_list .wpsc-product-price .currentprice,
.home-speicalproduct .wpsc-product-price span.currentprice,
.home-featureproduct .default_product_display span.currentprice,
.wpsc_also_bought p.pricedisplay span.pricedisplay {
    margin-top: 38px;
    color: #5C483C;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.wpsc_also_bought p.pricedisplay span.pricedisplay {
    float: left;
}

.wpsc_also_bought .linethrought {
    display: none;
}

.home-speicalproduct .wpsc-product-price {
    bottom: 55px !important;
}

.home-speicalproduct .wpsc-product-price span.currentprice {
    width: 100% !important;
}

.home-speicalproduct .pricedisplay span,
.home-featureproduct .pricedisplay span {
    width: auto !important;
    font-weight: normal;
    margin: 0;
}

.home-featureproduct p.pricedisplay {
    bottom: 50px;
    clear: both;
    right: 5px;
}

.home-featureproduct .pricedisplay span.current_price_text,
#featureproduct-carousel p.wpsc-product-old-price,
#featureproduct-carousel p.wpsc-product-you-save,
.from_text {
    display: none;
}

.home-topbanner .widgettitle {
    display: none;
}

.footer-main ul.test {
    margin: 0 !important;
}

.product_page .entry-title {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.product_page .entry-thumbnail img,
.product_page .entry-content img {
    border: none;
}

#address {
    padding: 0;
}


/*** Shop ==*/

#tertiary .wpsc-latest-product {
    border-bottom: 1px dashed #D4D3D3;
    clear: both;
    margin: 5px 0;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}

.wpsc-latest-products .item_image {
    float: left;
    margin-right: 10px;
    width: 55px;
}

#fancy_notification {
    left: 40% !important;
}

.wpsc_also_bought_item {
    text-align: center;
}

.wpsc_also_bought_item a.wpsc_product_name {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    display: block;
}

.header_cart .shopping-cart-wrapper {
    background: none;
    padding: 0;
}

.header_cart #shoppingcartcontents {
    position: relative;
}

.header_cart .shoppingcart {
    position: absolute;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 9595;
    display: none;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.08);
    top: 7px;
}

.header_cart .shoppingcart .shoppingcart_inner {
    background: #F6F6F6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 5px;
}

.top_cart_heaading {
    position: relative;
    cursor: pointer;
}

.header_cart .cart_text {
    font-size: 14px;
    text-transform: uppercase;
}

.header_cart .cart_item {
    background: none repeat scroll 0 0 #B4D2D0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 1px 6px;
}

.header_cart #theme-checkout-count {
    background: url("images/sprite.png") no-repeat scroll 0 -59px transparent;
    padding: 4px 0 2px 34px;
}

.header_cart #theme-checkout-count:hover {
    background: url("images/sprite.png") no-repeat scroll 0 -99px transparent;
}

.header_cart #theme-checkout-count:hover .cart_text {
    color: #333;
}

.header_cart .shoppingcart table {
    margin: 0;
}

.header_cart .shoppingcart .cart-widget-total td {
    padding-right: 0px;
    text-align: right;
    border-top: 1px dashed #D4D3D3;
}

.shoppingcart table .gocheckout {
    float: right;
}

.shoppingcart table .wpsc_empty_the_cart {
    float: right;
    margin: 0 5px 0 0;
}

.shopping-cart-wrapper .remove_button,
.shopping-cart-wrapper .remove_button:hover {
    background: url("images/delete.gif") no-repeat scroll 0 4px transparent !important
}

.cart-widget-total span.pricedisplay {
    color: #5C483C;
}

#empltycart {
    text-align: center;
}

.user-profile-links {
    width: 100%;
    margin: 0 0 15px 0;
}

.user-profile-links a {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #E9E9E9;
    padding: 2px 8px;
}

.logdisplay td img {
    border: none;
}

.wpsc_make_purchase input.make_purchase {
    background: #FCC180;
}


/* homepage testimonial & blog */

#testimonial.products_block ul.products li .product-block,
.homepage_blog .products_block ul.products li .product-block {
    border: none;
    padding: 0;
    margin: 0;
}

.home-testimonial-blog {
    background: #F8F8F8;
    border: 1px solid #EFEFEF;
    margin: 20px 0 0;
    padding: 20px 20px 15px;
    display: inline-block;
    clear: both;
    width: 100%;
}

#testimonial,
.homepage_blog {
    width: 100%;
    float: left;
}

.homepage_blog .widgets-breaking {
    margin: 0;
}

#testimonial {
    margin-right: 2%;
}

.testimonial-left {
    float: left;
    padding: 0 30px 0 0;
}

#testimonial .customNavigation,
.homepage_blog .customNavigation {
    display: none !important;
}

.testi-name,
.blog-name {
    color: #D46641;
    font-size: 15px;
    text-align: center;
}

.testi-name {
    margin-top: 10px;
}

.testi-country {
    color: #888888;
    font-size: 14px;
    text-align: center;
}

.testimonial-right {
    float: left;
    width: 66%;
    padding: 10px;
    text-align: justify;
    margin: 12px 0 0;
}

.testimonial-left .testi-image img {
    max-width: 100%;
}

.testimonial-left .testi-image .image-block,
.from-the-blog-home .image-block {
    border: none;
    padding: 0;
}

.testimonial-right .description-box:after,
.testimonial-right .description-box:before {
    right: 100%;
    top: 27%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonial-right .description-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

.testimonial-right .description-box:before {
    border-color: rgba(225, 225, 225, 0);
    border-right-color: #E1E1E1;
    border-width: 15px;
    margin-top: -15px;
}

.testimonial-right .description-box,
.about_description .description-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    position: relative;
}

.box-content {
    padding: 12px 20px;
}

.box-content p {
    margin: 0;
    padding: 0;
}

.from-the-blog-image {
    float: left;
    margin-right: 20px;
}

.from-the-blog-image img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.from-the-blog-content {
    float: left;
    width: 45%;
    text-align: left;
}

.from-the-blog-home ul span {
    width: auto;
}

.homepage_blog .blog-name a {
    color: #D46641;
    font-size: 15px;
}

.homepage_blog .blog-name {
    text-align: left;
}

.from-the-blog-author-date {
    font-size: 13px;
    padding: 2px 0 5px;
}

.homepage_blog .from-the-blog-excerpt .read-more {
    display: none;
}


/* End homepage testimonial & blog */

.wrap_title,
.blog-title {
    font-size: 17px;
    margin: 0 0 14px;
}

.brand-logo .brand_title {
    text-align: center;
    padding: 5px;
    margin: 0 0 25px 0;
    font-size: 17px;
}

.sidebar-container .widgets-display-posts .title h3 {
    font-size: 15px;
    margin: 10px 0 5px;
}

.post {}

.sidebar-container .widget_text .textwidget {
    padding: 5px 5px 5px 15px;
}


/*** home page products tab ***/

#horizontalTab {
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#horizontalTab ul {
    margin: 0 auto 20px;
    padding: 0;
    display: inline-block;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    list-style: none outside none;
    margin: 0;
    padding: 13px 15px;
}

.resp-tab-content-active {
    display: block;
}

.resp-tab-content {
    display: none;
}

.resp-tabs-list li,
.resp-tabs-container h2.resp-accordion {
    background-color: #EFF0EB;
    color: #666666;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-right: 7px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

.resp-tabs-container h2.resp-accordion {}

#horizontalTab .resp-tabs-list li {
    padding-bottom: 12px;
    margin-right: 10px;
    list-style: none;
}

#horizontalTab .resp-tabs-list li:hover,
#horizontalTab .resp-tabs-list li.resp-tab-active,
.resp-tabs-container h2.resp-accordion:hover,
.resp-tabs-container h2.resp-accordion.resp-tab-active {
    background: #D46641;
    color: #FFF;
}

#horizontalTab .resp-tabs-list li a {
    padding: 10px 45px;
}

#horizontalTab .resp-tabs-list li:hover div,
#horizontalTab .resp-tabs-list li.resp-tab-active div {
    background: url("images/megnor/tab_image.png") no-repeat scroll 0 0 transparent !important;
    height: 12px;
    width: 20px;
    margin-left: 35px;
    padding-bottom: 0;
    position: absolute;
    top: 46px;
    left: -6px;
}


/*** end home page products tab ****/


/*** Revolution Slider ****/

.tp-caption.banner1_readmore a,
.tp-caption.banner2_readmore a,
.tp-caption.banner3_readmore a {
    color: #FFF !important;
}


/*** end Revolution Slider ****/


/*** Feed burner Footer ****/

.feedburner-email-subscription .fes-default {
    position: relative;
    margin: 20px 0 0 0;
}

.feedburner-email-subscription .search-field {
    width: 100% !important;
    background: #F9FAFA;
    padding: 10px 45px 10px 10px !important;
    border: none !important;
}

.btn-submit {
    position: absolute;
    padding: 5px;
    top: 4px;
    right: 5px;
    background: #D46641;
    border: 1px solid #D46641;
}

.btn-submit:hover {
    background: #BD5431;
    border: 1px solid #BD5431;
}


/*** end Feed burner Footer ****/


/*** Animate ****/

.hb-animate-element {
    opacity: 0;
}

.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 0.6s ease 0s normal none 1 fadeInRight;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 0.6s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 0.6s ease 0s normal none 1 fadeInUp;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 0.6s ease 0s normal none 1 fadeInDown;
    opacity: 1;
}


/*** end Animate ****/


/*** Footer Payment Logo****/

.footer-payment-logo {
    float: left;
}

.footer-payment-logo ul {
    margin: 2px 0 0 0;
}

.footer-payment-logo h2 {
    display: none;
}

.footer-payment-logo span {
    width: 45px !important;
    height: 30px !important;
}

.american-express span {
    background: url("images/paymentlogo/express-logo.png") no-repeat scroll 0 0 transparent !important;
}

.maestro span {
    background: url("images/paymentlogo/maestro-logo.png") no-repeat scroll 0 0 transparent !important;
}

.mastercard span {
    background: url("images/paymentlogo/mastercard-logo.png") no-repeat scroll 0 0 transparent !important;
}

.paypal span {
    background: url("images/paymentlogo/payment-logo.png") no-repeat scroll 0 0 transparent !important;
}

.visa span {
    background: url("images/paymentlogo/visa-logo.png") no-repeat scroll 0 0 transparent !important;
}

.bitcoin span {
    background: url("images/paymentlogo/bitcoin-logo.png") no-repeat scroll 0 0 transparent !important;
}

.btc span {
    background: url("images/paymentlogo/btc-logo.png") no-repeat scroll 0 0 transparent !important;
}

.discover span {
    background: url("images/paymentlogo/discover-logo.png") no-repeat scroll 0 0 transparent !important;
}

.google span {
    background: url("images/paymentlogo/google-logo.png") no-repeat scroll 0 0 transparent !important;
}


/*** end  Footer Payment Logo ****/


/*** top_rated_products Product page ****/

.bx-pager {
    display: none;
}

.bx-wrapper {}

.widget_top_rated_products {
    position: relative
}

.widget_top_rated_products h3 {
    background: #FFF !important;
    padding-left: 4px !important;
}

.bx-controls-direction a {
    height: 20px;
    margin: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 20px;
    z-index: 95;
    top: 12px;
}

.bx-wrapper .bx-prev {
    background: url("images/sprite.png") no-repeat scroll -132px -687px rgba(0, 0, 0, 0);
    right: 5px;
}

.bx-wrapper .bx-prev:hover {
    background-position: -154px -687px;
}

.bx-wrapper .bx-next {
    background: url("images/sprite.png") no-repeat scroll -177px -686px rgba(0, 0, 0, 0);
    right: 25px;
}

.bx-wrapper .bx-next:hover {
    background-position: -198px -686px;
}


/*** end  top_rated_products Product page ****/


/*** About Us page ****/

.aboutus-page h2 {
    font-size: 17px;
    margin: 0 0 18PX;
}

.aboutus-page p {
    clear: both;
    margin: 15px 0 0;
    display: inline-block;
}

.about-description {
    margin-bottom: 30px;
}

.about_owners_left {
    clear: both;
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.about_owners_right {
    float: left;
    width: 48.5%
}

.about_description .description-box:after,
.about_description .description-box:before {
    right: 100%;
    top: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.about_description .description-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

.about_description .description-box:before {
    border-color: rgba(225, 225, 225, 0);
    border-right-color: #E1E1E1;
    border-width: 15px;
    margin-top: -15px;
}

.owner_image {
    float: left;
    padding-right: 2%;
    width: 48%;
}

.about_updates,
.about_owners,
.about_bottom_main {
    clear: both;
    margin: 0 0 30px 0;
    display: inline-block;
}

.about_bottom_main {
    margin: 0;
}

.about_description {
    float: right;
    width: 50%;
    text-align: justify;
    line-height: 25px;
}

.owner_image img,
.update_image img {
    border: 1px solid #E1E1E1;
    max-width: 100%;
    margin: 4px 0 0 0;
}

.owner_image img {
    margin: 0;
}

.updates_left {
    clear: both;
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.updates_right {
    width: 48.5%;
    float: left;
}

.update_image {
    float: left;
    margin-right: 3%;
    width: 23%;
}

.update_description {
    float: left;
    width: 74%;
}

.about_bottom_inner {
    background: #F8F8F8;
    padding: 25px 20px;
    border: 1px solid #EFEFEF;
    display: inline-block;
    margin: 10px 0 0 0
}

.aboutus-page .about_bottom_inner h2 {
    font-size: 17px;
    margin: 0 0 6PX;
}

.updates_description {
    float: left;
    width: 80%;
}

.about_read_more {
    float: right;
    border: 1px solid #EFEFEF;
    padding: 8px 10px;
    margin: -4px 10px 0 0;
    background: #FFF;
}


/*** end About Us page ****/


/*** tool tips ****/

.block_hover a,
.yith-wcwl-add-button a {
    position: relative;
}

.tooltips-text {
    position: absolute;
    width: 100px;
    color: #666;
    background: #EFF0EB;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 0px;
    font-size: 12px;
}

.yith-wcwl-add-button.show .tooltips-text {
    width: 120px
}

.tooltips-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 52%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #EFF0EB;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover .tooltips-text {
    visibility: visible;
    opacity: 1;
    bottom: 52px;
    left: 50%;
    margin-left: -52px;
    z-index: 999;
}


/*** over  tool tips ****/


/********/

.ie7 .header-top-right {
    width: 200px;
}

.ie7 .widget ul span {
    display: block;
}

.ie7 .widget .follow-me > span {
    width: auto;
    float: left
}


/********/

.widget .single-post {
    clear: both;
    display: inline-block;
    border-bottom: 1px dotted #DDDDDC;
    padding: 7px 0;
}

.widget .single-post .post-img {
    float: left;
    margin-right: 10px;
}

.widget .single-post .post-img img {
    border: 3px solid #F1F1F1;
}

.widget .single-post .post-title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.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;
}

.checkout-button {
    color: #fff !important;
}


/**

 * 8.0 Media Queries

 * ----------------------------------------------------------------------------

 */

@media (max-width: 1599px) {
    .site {
        border: 0;
    }
    form.cart .variations select {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1068px) and (max-width: 1250px) {
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .footer-bottom-inner {
        width: 1000px;
    }
    .top_banner {
        width: 48.3%;
        margin-right: 3%;
    }
    .from-the-blog-image {
        width: 50%;
    }
    .sidebar-container .widget.widget_top_rated_products h3 {
        background: #F9FAFA !important;
    }
}

@media (max-width: 1069px) {
    .testimonial_default_width {
        width: 300px;
    }
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .footer-bottom-inner {
        width: 1000px;
    }
    .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;*/
    }
    .brand-logo li {
        list-style: none;
        text-align: center;
    }
    .home-topbanner img {
        max-width: 100%;
    }
    .site-footer .widget {
        width: 22.5%;
        margin-right: 2%;
    }
    .home-about-me {
        width: 49%;
        margin-right: 2%;
    }
    .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;
    }
    #featured ul.products {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
    .customNavigation a.prev {
        right: 34px;
    }
    .customNavigation a.next {
        right: 9px;
    }
    .customNavigation a {
        top: -54px;
    }
    .top_banner {
        width: 48.3%;
        margin-right: 3%;
    }
    .from-the-blog-image {
        width: 50%;
    }
    .sidebar-container .widget.widget_top_rated_products h3 {
        background: #F9FAFA !important;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1020px) {
    /*#page, .header-top-inner	{ width:950px; margin:0 auto;}*/
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .home-testimonial-blog,
    .footer-bottom-inner {
        width: 950px;
        margin: 0 auto;
    }
    .top_main {
        margin-bottom: 18px;
    }
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main {
        /* width:100%;*/
    }
    /*== Common == */
    .single.body_leftcallout #tertiary,
    .archive.body_leftcallout #tertiary,
    .blog.body_leftcallout #tertiary,
    .search.body_leftcallout #tertiary,
    .body_leftcallout .blog-page #tertiary,
    .left-sidebar #tertiary,
    .home.body_leftcallout #tertiary,
    .left-sidebar #tertiary,
    .body_leftcallout .product_page #tertiary,
    .single.body_rightcallout #tertiary,
    .archive.body_rightcallout #tertiary,
    .blog.body_rightcallout #tertiary,
    .search.body_rightcallout #tertiary,
    .body_rightcallout .blog-page #tertiary,
    .right-sidebar #secondary,
    .home.body_rightcallout #tertiary,
    .right-sidebar #tertiary,
    .body_rightcallout .product_page #tertiary {
        width: 200px;
    }
    .single.body_leftcallout #primary,
    .archive.body_leftcallout #primary,
    .blog.body_leftcallout #primary,
    .search.body_leftcallout #primary,
    .body_leftcallout .blog-page #primary,
    .left-sidebar #primary .body_leftcallout #home_primary,
    .left-sidebar #primary,
    .body_leftcallout .wpsc-category #primary,
    .body_leftcallout .product_page #primary,
    .single.body_rightcallout #primary,
    .archive.body_rightcallout #primary,
    .blog.body_rightcallout #primary,
    .search.body_rightcallout #primary,
    .body_rightcallout .blog-page #primary,
    .right-sidebar #primary,
    .body_rightcallout #home_primary,
    .right-sidebar #primary,
    .body_rightcallout .product_page #primary,
    .body_rightcallout .wpsc-category #primary {
        width: 725px;
    }
    /* Header */
    .site-footer .widget {
        width: 197px;
    }
    .header-top {}
    .header-middle {}
    #single_product_page_container .product_right {
        width: 335px;
    }
    .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 .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 .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
    .text-box {
        width: 200px !important;
    }
    .contact-page .contact-info {
        width: 46%;
    }
}

@media only screen and (max-width: 999px) {
    .widget-area .widget_search {
        display: none;
    }
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .footer-bottom-inner {
        width: 940px;
        margin: 0 auto;
    }
    .top_main {
        margin-bottom: 18px;
    }
    #primary,
    .secondary-sidebar {
        width: 100% !important;
    }
    #tertiary {
        width: 100% !important;
        margin: 20px 0 0 !important
    }
    .home-about-me {
        width: 100%;
    }
    /*=== Header === */
    .tm-homeslider {
        width: 74%;
    }
    /*=== Footer === */
    .footer_bottom .widget ul.main-ul {
        display: none;
        padding: 0 0 10px 0;
    }
    .site-footer .widget {
        width: 100% !important;
        margin: 0px auto 10px;
        padding: 0px 10px;
    }
    /* Small menu */
    .nav-menu li span {
        display: none;
    }
    .menu-all-pages-container {
        margin: 0;
    }
    .nav-menu li a {
        border-radius: 0;
        padding: 5px 8px !important;
        color: #666;
    }
    .nav-menu li {
        padding: 2px 0;
        background: none;
        text-align: left;
    }
    #site-navigation h3 {
        color: #666666;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
    }
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        margin: 0;
        padding: 5px 0px 5px 5px;
        width: 100%;
    }
    .menu-toggle:after {
        content: "";
        background: url("images/sprite.png") no-repeat scroll -122px -121px transparent;
        width: 15px;
        height: 20px;
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
        float: right;
        margin-right: 10px;
    }
    .toggled-on .menu-toggle:after {
        content: "";
        vertical-align: 2px;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        background: #F4F4F4;
        display: block;
        margin-left: 0;
        padding: 10px;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
        list-style: none;
    }
    .toggled-on .nav-menu li > ul {
        display: block;
        float: none;
        position: relative;
        left: auto;
        top: auto;
        border: none;
        padding: 0 0 0 15px;
    }
    .toggled-on .nav-menu li > ul a {
        width: auto;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    .nav-menu li a:hover {}
    /*=== Gallry == */
    #single_product_page_container .product_right {
        width: 360px;
    }
    .wpsc_product_rating .wpsc_select_product_rating {
        width: 50px !important;
    }
    .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% !important;
    }
    .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 {}
    .text-box {
        width: 195px;
    }
    .contact-page .contact-info {
        width: 46%;
    }
    .site-footer .footer-main .widget_newsletterwidget {
        margin-bottom: 10px;
    }
    .site-footer .fourth-widget.widget {
        border: medium none;
        float: right;
        margin-bottom: 0;
        margin-right: 0;
    }
    .widget ul span {
        width: 100%;
    }
    .from-the-blog-home ul span {
        width: auto !important;
    }
    .widgets-leftbanner {
        display: none;
    }
    /*.about_owners_left, .about_owners_right{ width:100%; }*/
    .owner_image {
        width: 100%;
        margin-right: 0;
    }
    .about_description {
        clear: both;
        width: 100%;
    }
    .updates_left,
    .updates_right {
        width: 100%;
        clear: both;
    }
    .updates_left {
        padding: 0 0 15px 0;
    }
    .owner_image img,
    .update_image img {
        margin: 0;
    }
    .update_image {
        width: auto;
    }
    .about_description .box-content {
        padding: 10px 0 15px;
    }
    .about_description .description-box:before {
        border: none;
        margin-top: 0;
    }
    .about_description .description-box:after,
    .about_description .description-box:before {
        display: none;
    }
    .about_description .description-box {
        border: none;
    }
    .about_updates,
    .about_owners,
    .about_bottom_main {
        width: 100%;
    }
}


/* Collapse oversized image and pulled images after iPad breakpoint. */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    /*#page, .header-top-inner	{ width:724px; margin:0 auto;}*/
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .footer-bottom-inner {
        width: 724px;
        margin: 0 auto;
    }
    .top_main {
        margin-bottom: 18px;
    }
    .home-testimonial-blog-inner {
        width: 100%;
    }
    /*=== Header === */
    .home_cmsblock_bottom {
        width: 100%;
        float: left;
    }
    .cms_banner1,
    .cms_banner2,
    .cms_banner3 {
        width: 32%;
    }
    .home_cmsblock_bottom img {
        width: 100%;
    }
    .cms_banner2 {
        margin: 0 14px;
    }
    .footer-menu-links {
        width: 100%;
        text-align: center;
    }
    .footer-payment-logo {
        width: 100%;
        text-align: center;
    }
    .site-info {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        padding-top: 5px;
    }
    .widgets-follow-me h2 {
        display: block;
        margin-top: 15px !important;
    }
    #branding {
        padding: 10px 0;
    }
    .feedburner-email-subscription .fes-default {
        margin: 10px 0;
        overflow: hidden;
    }
    #testimonial,
    .homepage_blog {
        width: 100%;
        margin-right: 0;
    }
    #testimonial .products li {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .main-navigation,
    .header-main,
    .footer-main,
    .top_main,
    .content-main,
    .top-area-inner,
    .header-top-inner,
    .footer-bottom-inner {
        margin: 0 15px;
        width: auto;
    }
    .main-navigation {
        margin: 0;
    }
    .top_main {
        margin-bottom: 18px;
    }
    .footer-main {
        padding: 30px 0 20px 0;
    }
    #top-area,
    .home-topbanner {
        width: 100%
    }
    .tm-homeslider {
        margin: 0 0 10px 0;
    }
    .tm-homeslider {
        width: 100%;
    }
    /*=== Header === */
    .home-topbanner .top_banner {
        float: left;
        width: 48%;
        text-align: center;
    }
    .footer-banners .banner {
        width: 30%;
        margin: 0;
    }
    .home-topbanner #banner2 {
        margin-top: 0;
    }
    .header-top {}
    .header_cart {}
    .header-middle {
        width: 100%;
        margin-top: 10px;
    }
    .header-middle-top {}
    .header_cart .shoppingcart {
        right: 25%;
    }
    .site-header .search-field {
        width: 100%;
    }
    .site-header .home-link {
        text-align: center;
        float: none;
    }
    .header-top .widget_search {
        width: 100%;
        margin: 0 auto;
    }
    .site-header .search-form {
        display: inline-block;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    .header-top .widgets-FooterContactUsservices {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .header_contactus {
        float: none;
        margin: 5px 0 0 5px;
    }
    .header-bottom {
        clear: both;
    }
    .cms_banner1,
    .cms_banner2,
    .cms_banner3 {
        width: 32%;
    }
    .home_cmsblock_bottom img,
    .footer-banners img {
        max-width: 100%;
    }
    .cms_banner2,
    .footer-banners .subbanner2 {
        margin: 0 8px;
    }
    .slider_right {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .slider_right .subbanner1,
    .slider_right .subbanner2,
    .slider_right .subbanner3 {
        float: left;
        width: 32%;
    }
    .slider_right img {
        max-width: 100%;
    }
    .slider_right .subbanner2 {
        margin: 0 7px;
    }
    .home-blog {
        width: 99%;
        margin: 3px 0 10px 0;
    }
    .home-services {
        width: 99%;
        clear: both;
    }
    .home-special-products {
        width: 100%;
    }
    .default_product_display {
        width: 188px;
    }
    #tertiary .search-form .search-submit {
        top: 0;
    }
    /*======= Product Info ======= */
    .imagecol,
    #thumblist {
        width: 98%;
        margin: 0 auto;
        text-align: center;
    }
    #thumblist .single-thumb {
        float: none;
        display: inline-block;
    }
    #single_product_page_container .product_right {
        width: 99%;
    }
    .cart_tabel {
        overflow: auto;
    }
    #fancy_notification {
        left: 15px !important;
    }
    .product-carousel {
        width: 96% !important;
    }
    #feature_slider .customNavigation a.prev {
        right: -19px !important;
    }
    #feature_slider .customNavigation a.next {
        left: -15px !important;
    }
    #content #checkout_page_container .cart_quantity {
        margin-bottom: 5px;
    }
    .wpsc_checkout_forms .wpsc_checkout_table td {
        display: block;
        width: 90%;
    }
    #contact-form,
    .contact-page .contact-info {
        width: 100%;
        margin: 0 auto 8px auto;
    }
    /*==== Left and Right Column ===*/
    #tertiary .widget ul.main-ul {
        display: none;
    }
    #tertiary .widget_top_rated_products ul.main-ul {
        display: block;
    }
    .header-bottom .header_login,
    .header-bottom .contact-header-menu {
        margin-top: 0;
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .site-info {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        padding-top: 5px;
    }
    /** tab homepage ***/
    ul.resp-tabs-list {
        display: none !important;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    /** tab over homepage ***/
    .home-topbanner {
        margin: 20px 0 0;
    }
    #testimonial,
    .homepage_blog {
        width: 100%;
        margin-right: 0;
    }
    .updates_description {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .about_read_more {
        clear: both;
        float: left;
    }
    #testimonial .products li {
        width: 450px;
    }
    div.product div.images {
        width: 100%;
    }
    .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: 100% !important;
    }
    .testimonial-right {
        width: 64%;
    }
    .widgets-follow-me h2 {
        display: block;
        margin-top: 15px !important;
    }
    .footer-payment-logo {
        width: 100%;
        text-align: center;
    }
    /*.yith_magnifier_zoom_magnifier{ display:none !important; }*/
    .header-top-inner .search-form,
    .header-top-inner #searchform {
        width: 100%;
        visibility: visible;
        position: static;
    }
    .search_arrow {
        display: none !important;
    }
    .header-top-inner {
        position: relative;
    }
    .header-top-inner .search-main {
        background: none;
        position: absolute;
        width: 95%;
        margin: 0 2.5%;
        top: 160px;
        height: 34px;
        left: 0;
        border-right: 0;
    }
    .search-field {
        width: 100%;
        padding-right: 20px;
    }
    .site-header .home-link {
        margin: 10px 0 10px;
    }
    div.product div.images {
        width: 400px;
        margin: 0 auto;
        float: none;
    }
    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2 {
        width: 100%;
    }
    .resp-tabs-list li,
    .resp-tabs-container h2.resp-accordion {
        margin-right: 0;
    }
    .resp-tabs-container h2 {
        margin-top: 0;
    }
    .header_login .tab_content {
        margin: 8px 0 0;
    }
    .cart-collaterals #crosssells {
        width: 100%;
    }
    .actions .checkout-button {
        margin-top: 5px;
    }
    .team .one_third {
        width: 100%;
    }
    .gallery-item dt {
        padding: 2px;
    }
}

@media only screen and (max-width: 479px) {
    .slider_area .slider_area_inner {
        overflow: hidden;
    }
    .home-topbanner {
        margin: 10px 0 0;
    }
    .tm-homeslider {
        margin: 0;
    }
    .home-special-products .widget-title {
        font-size: 12px;
    }
    .default_product_display,
    .home-featureproduct li {
        width: 100%;
    }
    .header_cart .shoppingcart {
        right: 0%;
        width: 100%;
    }
    .home-topbanner img {}
    .text-box {
        float: none;
        margin: 5px auto;
        text-align: center;
        width: 100%;
    }
    .cms_banner2,
    .footer-banners .subbanner2 {
        margin: 0 4px;
    }
    .wpsc_checkout_forms .wpsc_checkout_table td {
        display: block;
        width: 90%;
    }
    textarea,
    .wpsc_checkout_table input.text {
        width: 250px;
    }
    button,
    input,
    select,
    textarea {
        max-width: 98%;
    }
    #checkout_page_container .total_price.total_shipping td:first-child,
    #checkout_page_container .total_price td:first-child {
        padding-left: 0;
    }
    .div_logindisplay {
        overflow: auto;
    }
    #content #checkout_page_container table.checkout_cart tr.product_row td,
    #content #checkout_page_container table.checkout_cart tr.product_row {
        padding: 15px;
    }
    .home_cmsblock_maintitle {
        font-size: 22px;
    }
    .entry-meta > span {
        display: inline-block;
        float: none;
        margin: 0 0 5px;
        width: 100%;
    }
    .header-bottom .header_login,
    .header-bottom .contact-header-menu {
        float: right;
        text-align: left;
    }
    .cart-collaterals .cart_totals {
        width: 100%;
    }
    table.shop_table th,
    table.shop_table td {
        display: block;
        overflow: hidden;
    }
    td.actions .button-alt {
        float: right !important;
    }
    .update_description {
        width: 100%;
        padding: 10px 0 10px;
    }
    .about_owners_left,
    .about_owners_right {
        width: 100%;
        margin: 0;
    }
    .testimonial-right,
    .from-the-blog-image,
    .from-the-blog-content {
        width: 100%;
    }
    .testimonial-right {
        padding: 10px 10px 10px 15px
    }
    .testimonial-left {
        float: none;
        text-align: center;
    }
    .from-the-blog-image {
        margin-bottom: 10px;
    }
    .woocommerce-tabs ul li:hover div,
    .woocommerce-tabs ul li.active div {
        background: none !important;
    }
    .woocommerce-tabs ul.tabs li a {
        display: block
    }
    .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    div.product div.images {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .header_login .tab_content {
        margin: 6px 0 0;
    }
    .header-top-left {
        width: 100%;
        margin: 0 auto;
    }
    .contact-header-menu {
        text-align: center;
        float: none;
    }
    .header_login .header_logout a.account {
        margin-left: 0;
    }
    .header-top-inner .search-main {
        top: 188px;
    }
    .single-product.woocommerce .thumbnails #slider-prev,
    .single-product.woocommerce .thumbnails #slider-prev:hover {
        left: 0 !important
    }
    .single-product.woocommerce .thumbnails #slider-next,
    .single-product.woocommerce .thumbnails #slider-next:hover {
        right: 0 !important;
    }
    .typography-page .one_sixth {
        margin: 0;
        text-align: center;
        width: 100%
    }
    .typography-page .one_sixth ul {
        display: inline-block;
        float: none;
    }
    .typography-page blockquote {
        margin: 0;
    }
    .single-product .summary form.cart .button {
        margin-top: 5px !important;
        width: 100%;
        background: #D46641;
    }
    .single-product .summary form.cart .button:hover {
        background: #C76200;
    }
    .header_login {
        float: left;
        text-align: center;
        clear: both;
    }
    .home-link.logo img {
        max-width: 100%;
        width: 100%;
    }
    .header-top-right {
        text-align: center;
        width: 100%;
    }
    .contact-header-menu {
        margin: 4px 0 2px !important
    }
    .header_cart a.shopping_cart {
        margin: 5px 0 10px;
    }
    .header_cart .togg a {
        display: inline-block;
        float: none;
    }
    .header_cart {
        float: right;
    }
    .header-top-inner .search-main {
        display: none;
    }
    .header_cart .togg .widget.widget_shopping_cart {
        width: 320px;
        left: -245px;
        top: 42px;
    }
    .attachment-shop_single {
        max-width: 200px !important;
        margin-bottom: 25px;
    }
    .shareaholic-canvas {
        display: none !important;
    }
    ul.tabs li.active a, ul.tabs li:hover a {
        background: #666;
        color: #FFF;
    }
}

@media only screen and (max-width: 319px) {
    .site-header .home-link img {
        max-width: 100%;
    }
    .home-blog,
    .home-services,
    .widget_pndl_featuredproductwidget,
    .widget_wpsc_product_specials {
        padding: 10px !important
    }
    .title-line span {
        height: auto;
        line-height: 20px;
    }
    .widget_wpsc_shopping_cart .shoppingcart {
        overflow: auto;
    }
    textarea,
    .wpsc_checkout_table input.text,
    select {
        width: 180px !important
    }
    #tm-control-panel {
        display: none;
    }
    /*=== Header ===*/
    .cms_banner1,
    .cms_banner2,
    .cms_banner3 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    table {
        display: block;
    }
    .header_cart .togg .tab_content,
    .header_login .togg .tab_content {
        padding: 5px !important;
        width: 190px;
    }
    .jigoshop_login_widget label,
    .jigoshop_login_widget .input-text,
    .header_cart .cart_list li a,
    .header_cart .widget ul span.js_widget_product_price,
    .header_cart .widget ul span.quantity {
        width: 100%;
        float: none;
    }
    .entry-title {
        line-height: 22px;
    }
    .nav-below a {
        margin-top: 2px;
    }
    .thumbnails .yith_magnifier_thumbnail img {
        width: 100%;
    }
    .search-main {
        width: 25px;
    }
    .header-top-right .search-main {
        width: 92%;
    }
    .home-topbanner .top_banner {
        width: 100%;
        margin: 0 0 10px 0;
    }
    #top-area {
        margin-bottom: 0;
    }
    .header_login .header_logout a.account {}
    .header_login .header_logout a.logout {}
    .header_login {
        margin: 0;
    }
    .shop_table .actions .button {
        margin-top: 5px !important;
    }
}

@media only screen and (max-width:240px) {
    .default_product_display,
    .home-featureproduct li {
        width: 95%;
    }
    .title-line span {
        height: auto;
        line-height: 20px;
    }
    .contact-header-menu li,
    .header_login .widget_user_login ul.pagenav li {}
    .header_login,
    .header_login a#show-login-link {
        margin: 0;
    }
    .newsletter-email {
        width: 100%;
    }
    .team img {
        width: 100%;
        height: auto;
    }
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
*/


/* Retina-specific styles. */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .site-header .search-field {}
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    .site {
        max-width: 98%;
    }
    .site-header {
        background-image: none !important;
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }
    .site-title {
        color: #000;
        font-size: 21pt;
    }
    .site-description {
        font-size: 10pt;
    }
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title,
    .entry-title {
        font-size: 21pt;
    }
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }
    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
