/*
Theme Name: Templatemela - lookz
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: one-column, two-columns, right-sidebar, 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
 * ----------------------------------------------------------------------------
 */
 
#yith-quick-view-content div.images{margin:0; box-sizing:border-box; padding:20px;}
#yith-quick-view-content div.summary{box-sizing:border-box;}
#yith-quick-view-modal{z-index:9999;}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 32px;
}
ul.products.grid .woocommerce-product-details__short-description{display:none;}
.woocommerce ul.products.list li.product div[itemprop="description"]{
    display: block;
    float: right;
    fmargin:10px 0;
    width: 65.4%;
}
.woocommerce ul.products.list li.product, .woocommerce-page ul.products.list li.product, .woocommerce ul.products.owl-carousel li.product, .woocommerce-page ul.products.owl-carousel li.product{width:100% !important;}

* {
    -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 {
    margin: 0;
    word-wrap: break-word;
    background: #FFFFFF;
    border-top: 4px solid #383C3F;
    color: #5e5e5e;
    font-family: 'Raleway', sans-serif,Arial,Helvetica;
    font-size: 14px;
    line-height: 20px;
	letter-spacing:0.5px;
}

.excerpt {
    line-height: 22px;
}

a {
    color: #959B8F;
    text-decoration: none;
}

a:focus {
}

a:active,
a:hover {
    color: #5C483C;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.entry-summary .read-more a {
}

.entry-summary .read-more a:hover {
}

.entry-summary .read-more a:hover, a.read-more:hover {
}

.entry-summary .read-more a, a.read-more {
    display: inline-block;
   }

.post_border {
    text-align: center;
}

.post_border_inner {
    border-bottom: 1px solid #DFDFDF;
    display: inline-block;
    width: 40%;
}

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: 22px;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 16px;
    margin: 0 0 18px 0;
}

.gallery h2 {
    font-size: 18px;
    margin: 0 0 15px;
}

h3 {
    margin: 22px 0;
    font-size: 15px;
}

.single-portfolio h3 {
    font-weight: bold;
}

.single-portfolio h4:after {
   /* border-bottom: 1px solid #ddd;*/
    content: "";
    left: 0;
    position: absolute;
    top: 25px;
    width: 200px;
}

.single-portfolio h4 {
    font-weight: 600;
    margin:10px 0;
    padding-bottom: 5px;
    position: relative;
}

h4 {
    font-size: 14px;
    margin: 0 0 20px 0;
}

h5 {
    font-size: 14px;
    margin: 0 0 20px 0;
}

/* Simple Title */
.simple-title {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
	font-weight: 500;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
/* Title 1 */

.fancy-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding-bottom: 32px;
    position: relative;
    text-align: center;
	font-weight: 500;
	letter-spacing:.04286rem;
	text-transform:uppercase;
}

.fancy-title:after {
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 13px solid #ddd;
    bottom: -13px;
    content: "";
    left: 49%;
    position: absolute;
    text-align: center;
}

.fancy-title:before {
    background-color: #FFFFFF;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 48.3%;
    position: absolute;
    text-align: center;
    width: 40px;
}
.border-title span:after{
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 13px solid #ddd;
    bottom: -11px;
    content: "";
    left: 49%;
    position: absolute;
    text-align: center;
}
.border-title span:before{
    background-color: #f7f7f7;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 48.3%;
    position: absolute;
    text-align: center;
    width: 40px;
}
.border-title span{   font-weight:normal;
    margin: 0 0 35px!important;
    padding-bottom: 25px!important;
    position: relative;
    text-align: center;width:100%;}
/* Title 2 */

.border-title {
    text-align: center;
    margin: 0;
    position: relative;
	font-weight: 500;
	
}

#content .entry-content .border-title span {
    margin: 0 0 25px;
    padding: 0 30px 20px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

.portfolios h5 {
    margin: 10px 0px;
	font-weight: 600;
	 font-size: 16px;
}

.portfolios .short-ex {
    text-align: justify;
}

.portfolio_wrapper h5 {
    margin: 10px 0;
}

h6 {
    font-size: 14px;
    margin: 32px 0;
}

address {
    margin: 0 0 24px;
}

h2.wpsc_also_bought {
    font-size: 17px;
}

abbr[title] {
	border: none;
}

b,
strong {
    font-weight: bold;
}

dfn {
}

mark {
    background: none repeat scroll 0 0 #D9D9D9;
    color: #000000;
    padding: 5px;
}

p {
    margin: 0 0 20px;
}

.wpb_wrapper p {
    margin: 0;
}

#gallery .gallery-item p {
    margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    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;
}

blockquote {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    width: auto;
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	height: 20px;
    left: 5px;
    position: absolute;
    top: 20px;
    width: 20px;
}
blockquote:after {
	content: "\f10e";
	font-family: FontAwesome;
	height: 20px;
    right: 5px;
    position: absolute;
    bottom: 20px;
    width: 20px;
}

blockquote p {
    margin: 0;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
}

li > ul,
li > ol {
    margin: 0;
}

ul.list {
    margin: 0;
    padding: 0;
}

ul.list li, .icon_text {
    list-style: none;
    line-height: 25px;
}

ul.list li i, .icon_text i {
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-50 {
    padding-right: 50px;
}

.site-header ul, 
.site-header ol, 
.site-footer ul, 
.site-footer ol,
.sidebar-container ul,
.sidebar-container ol,
.flexslider ul,
.flexslider 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;    
 /* 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;
	margin: 0 0 20px;
	width: 100%;
}
table.shop_attributes{border-bottom: 1px solid #ededed;}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 10px 6px 0;
}
del {
	color: #5C483C;
}
ins{
	color:#5C483C;
}

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 20px/16px 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-post-icon:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	display: none;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-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: none;
	font-family: inherit;
}
input,
textarea {
	border: 1px solid #E7E7E7;
    color: #222222;
    padding: 6px;
}
input:focus,
textarea:focus {
	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, 
.input-submit, 
.forgot, 
input[type=submit],
a.button-alt,
.yith-wcwl-add-to-wishlist .add_to_wishlist {
	margin: 0;
	width: auto;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	background-color: #282828;
	clear: both;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	font-size: 15px;
	border: none;
}
.yith-wcwl-add-to-wishlist{
	margin: 0;
	float: left;
}

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, 
.input-submit:hover, 
.forgot:hover, 
input[type=submit]:hover,
ul.products li a.add_to_cart_button:hover,
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms; 
	background: #282828;
	text-decoration: none;
	color: #FFFFFF;	
}

.woocommerce .wc-proceed-to-checkout .checkout-button, .woocommerce-page .wc-proceed-to-checkout .checkout-button {
    background: #E53438;
    padding: 10px 20px 8px;
    text-transform: uppercase;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-page .wc-proceed-to-checkout .checkout-button:hover {
    background: #282828;
    padding: 10px 20px 8px;
    text-transform: uppercase;
}
.woocommerce .wc-proceed-to-checkout ,.woocommerce-page .wc-proceed-to-checkout{margin:15px 0 20px;}

a.forgot {
	background: #963B3D !important;
	border:1px solid #963B3D !important;
	padding:5px 10px !important;
}	
a.forgot:focus,
a.forgot:hover{
	background: #B2B2B2 !important;
	border:1px solid #B2B2B2 !important;
}

.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: #5e5e5e;
}
:-moz-placeholder {
	color: #5e5e5e;
}
::-moz-placeholder {
	color: #5e5e5e;
}
:-ms-input-placeholder {
	color: #5e5e5e;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	line-height: 28px;	
	font-weight: 300;
	margin-top: 10px;
}
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 {padding:0;}
.entry-image-loop-con{
	
}
/* 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 {
	display: block;
	padding:0;
	text-decoration: none;
	float:left;
}
.site-header .logo {
    text-align: left;
    width: 25%;
	 margin:49px 0;
}


.header-link-left {
    float: left;
	width:40%;
	margin:59px 0 61px;
}
.contact-phone {
    margin-left: 3px;
}
.header-link-right {
    float: right;
	margin:60px 0 61px;
}
.header-middle{ float:right; position: relative; }
.header-middle-top .widget{  margin:0}
.header-middle-top{border-right: 1px solid #282828;   float: left;  margin: 16px 0 0;  position: relative;  padding-right:16px;}
.header-middle-bottom{ position: relative;float:left;  margin-right: 9px;}
.site-header .site-title:hover {}
.site-title {
	font-size: 55px;
	line-height: 50px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.site-title a { color: #222222; }
.site-description {
	margin: 0;
	font-size: 15px;
	color: #7D7B6D;
}
.contact-header-menu{
	float: left;
    padding: 0;
    text-align: left;
}
.topbar-outer{
	background-color: #F6F6F6;
    border-bottom: 1px solid #DBDBDB;
    display: inline-block;
    width: 100%;
	font-size: 13px;
}
.topbar-main{ 	
	color: #282828;
}
.topbar-contact .fa{ margin-right: 5px;}
.topbar-main a{ color: #767676; }
.topbar-main a:hover{ color: #A5A5A5; }
.topbar-left{ float: left; padding: 8px 0;}
.topbar-right{ float: right;}
.topbar-contact .content{ margin-left: 15px;}
.topbar-social .content a{ line-height: 34px; padding: 10px; }
.topbar-social .content a:hover{ background-color: #A5A5A5; }
.topbar-social .content a:hover .fa{ color: #FFFFFF; }
.topbar-social .fa{ margin:0;}
.topbar-social .content:first-child{}
.topbar-contact .content, .topbar-social .content{display: inline-block;}
.topbar-contact .content:first-child{ margin-left: 0;}
.tp-bannershadow.tp-shadow2	{ background:none;}
.topbar-main .fa{ color: #A5A5A5;}
.header_left { position:relative; float:left; }
.header_right { position:relative; float:right; }
.header_left a img{
	max-width:100%;
}
.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 1px transparent;
    display: inline;
    list-style: none outside none;
    padding-right:8px;
	margin: 0;
	text-transform: capitalize;
}
.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;
}
.cal-us {font-family: "open sans";}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.fa {
    color: #282828;
}
.main-navigation {
	clear: both;
	min-height: 45px;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	list-style: outside none none;
}
.nav-menu li.main-li{	}
.nav-menu li.main-li:hover,
.nav-menu .current_page_item.main-li, 
.nav-menu .current_page_ancestor.main-li, 
.nav-menu .current-menu-item.main-li, 
.nav-menu .current-menu-ancestor.main-li { 
	/*border-top: 1px solid #ddd;*/
}
.nav-menu li ul li { background:none;  border-bottom: 1px solid #e7e7e7; }
.nav-menu li ul li:first-child{
	/*box-shadow: 0 4px 4px -3px #C3C3C3 inset;*/
	padding-top: 5px;
	 
}
.nav-menu li ul li li:first-child,
.nav-menu li ul li li li:first-child{ box-shadow: none;  padding-top: 0;}
.nav-menu li ul li:last-child { border: none; }
.nav-menu li a {
	color:#222222;
	display: block;
	font-size: 13px;
    font-weight: 600;
	line-height: 1;
	padding: 25px 15px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.nav-menu li a:hover, #site-navigation h3:hover {
	color:#777777;
}
.nav-menu li:last-child	{ background:none;}
.nav-menu li li a{ 
    color: #777777;
    padding: 14px 12px;
    text-transform: capitalize;	
	font-weight: 400;
	margin: 0;
}
.nav-menu li ul {
    box-shadow: 0 4px 4px -3px #c3c3c3 inset;
    padding-top: 5px;
	position:absolute;
	display:none;padding-left: 0;
}
.nav-menu li.main-li ul.sub-menu {
	z-index: 99999;
    border: 1px solid #d6d6d6;
	border-top: none;
    opacity:0;
    padding: 0;
    position: absolute;
	top: 75px;
	background-color: #FFFFFF;
	box-shadow:0 4px 4px -3px #dbdbdb inset;
	left:0;
	line-height:18px;
	-webkit-border-radius:0;
-khtml-border-radius:0;
-moz-border-radius:0;
  transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
  transform:scale(0, 0);
  -webkit-transform: scale(0, 0);
-ms-transform:scale(0, 0);
-o-transform:scale(0, 0);
-moz-transform:scale(0, 0);
  transform-origin:20% 20% 0;
  -webkit-transform-origin:20% 20% 0;
-ms-transform-origin:20% 20% 0;
-o-transform-origin:20% 20% 0;
-moz-transform-origin:20% 20% 0;
display:block;

}

.nav-menu .sub-menu li:hover, .nav-menu .children li:hover
{ 
	background-color: #FAFAFA;
    background-position: 3% -28px;
    color: #222222;
    transition-duration: 500ms;
	border-radius:0px;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left:250px;
	top:0px;
	border-top: 1px solid #DBDBDB;	
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	width: 250px;
}
.nav-menu li.main-li:hover ul.sub-menu,
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu .current_page_item.main-li,
.nav-menu .current_page_ancestor.main-li,
.nav-menu .current-menu-item.main-li,
.nav-menu .current-menu-ancestor.main-li{ position: relative; }
.nav-menu .current_page_item.main-li a,
.nav-menu .current_page_ancestor.main-li a,
.nav-menu .current-menu-item.main-li a,
.nav-menu .current-menu-ancestor.main-li a{ color: #777777;}

.nav-menu .current_page_item.main-li a li a,
.nav-menu .current_page_ancestor.main-li a li a,
.nav-menu .current-menu-item.main-li a li a,
.nav-menu .current-menu-ancestor.main-li a li a{ color: #282828;}
.nav-menu .current_page_item.main-li:before,
.nav-menu .current_page_ancestor.main-li:before,
.nav-menu .current-menu-item.main-li:before,
.nav-menu .current-menu-ancestor.main-li:before,
.nav-menu .main-li:hover:before{
/*	position: absolute;
	bottom: 0;
	left: 42%;
	content: "";
	border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #ddd;	
	transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;*/
}
.nav-menu li.main-li:first-child:before{
}
.menu-toggle {
	display: none;
}

/* Navbar */

.navbar {
	width: auto;
	position:relative;
	padding:0px 0;
	float:left;
	clear:none;
}

.search-form {
	border:1px solid #ddd;
    text-align: right;
    width: 240px;
	display: inline-block;
	position: absolute;		
}
.header-middle-top .search-form ,.header-middle-top .woocommerce-product-search{
	border:1px solid #ddd;
    text-align: right;
    width: 300px;
	display: inline-block;
	position: absolute;
	overflow:hidden;
	right:13px;
	top:48px;
	display:none;
	border: 4px solid #e7e7e7;
	background:#fff;
	z-index:9999;
	
}
.widget_product_search .woocommerce-product-search{
	border:1px solid #ddd;
}
.header-main .search-form {
	  position: absolute;
	  top: 45px;
	  left: 0;
	  display:none;
}
.header-middle .search-field,.woocommerce-product-search .search-field{width:270px;} 
.search-field {
	background-color: #fff;	
	cursor: text;
	outline: 0;
	width: 270px;
	padding:8px;
	float:right;
	border:none;
	transition:all 0.9s ease 0s;
	line-height:26px;
}
.widget-area .search-form{
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
	position:static;
}
.search-field:focus { }
.search-form .search-submit{
	background:transparent url("images/search.png") no-repeat scroll center 10px !important;
    border: medium none;
    border-radius: 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    color: #FFFFFF;
    float: left;
    height: 42px;
    margin: 0 3px;
    overflow: hidden;
    padding: 0;    
    text-indent: -959px;
    text-transform: uppercase;
    width: 30px;
    z-index: 3;
	top: 0;
	font-size:0px;
}
/*.woocommerce-product-search::before {
   content:"\f002";
    font-family: "fontawesome";
    font-size: 20px;
    left: 0;
    line-height: 38px;
    padding: 0 5px;
    position: absolute;
    top: 0;
	color: #222222;
}*/
.search_toggle::after {display:none;}
.search_toggle.active::after{
   content:"\f0d8";
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 33px;
	display:block;
}
.topnav
#searchform #searchsubmit,.widget_product_search button[type="submit"],.header-middle-top .woocommerce-product-search button[type="submit"]{
	background:rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll 5px 10px;
	font-size:0px;
	display:none;
   	position: absolute;
	 
   }
.widget_product_search {
    position: relative;
}
.widget_product_search #searchform #s {
    padding-right: 30px;
    width: 100%;
	border-color: #ddd;
}
.search-form .search-submit:hover, .search-form .search-submit:focus{ background: none; border: none;}
.sidebar-container .widget-area .search-form .search-submit{float:right; clear:none;}
.widget_shopping_cart_content p.buttons a.checkout{margin-left:5px;}
.widget_shopping_cart_content p.buttons a{padding: 8px 10px;  font-size: 14px; text-transform: uppercase;}
.woocommerce .widget_product_search .main-ul,.woocommerce-page  .widget_product_search .main-ul{padding:0;}
#tertiary .sidebar-inner .search-field	{ margin-top:0; width: 184px; float:left;}
.widget_search{position:relative;clear:both;}
.header-login-logout{ 
	clear:both; 
	float:right; 
	margin-top:12px;
}

/*** Top Area ***/

#top-area {
	clear: both;
    display: block;
    margin: -5px auto 0;
}

/*** End Top Area ***/


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.service-read-more.other-font {
    cursor: pointer;
}
.products .hentry{ overflow:visible; }
.post.hentry {	
    margin:0 0 20px 0;
    padding: 0 0 20px;
}
.page .hentry{ margin-top:0;}
article.post:after {
}
article.post{ position: relative;
	
}
article.post:before{}
article.post:first-child:before{}
article.post:first-child{ }
.shop-page .hentry{ overflow: visible;}
.single .hentry { border-bottom:none; }
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
}
.entry-thumbnail{ 	
	position: relative;
	margin-bottom: 25px;
	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 {
	height: auto;
   width: 100%;
}
.cart img {
	border: none;

}

.entry-header {padding:10px 0 10px;    position: relative;    text-align: center;}
.single-post .entry-header {padding:2px 10px 4px 40px;    position: relative;    text-align: left;}
.single-attachment .entry-header{ position:relative; text-align:left; padding:0;}
.single-attachment .entry-header h1{ margin-top:0;}
.single-post .entry-meta ,.single-attachment .entry-meta{ clear: both;  color: #282828;  font-size: 13px; margin:10px auto 0;  text-align: left;}
.entry-icon {  position: relative; }
.single-post .entry-icon {    left: 0;    position: relative;    right: 0;    text-align: left;    width: auto; margin:0; top:-8px;}
.entry-post-icon:before {	  background:transparent url("images/post-formate-icons.png") no-repeat scroll 0 0;    content: "";  height: 40px;  left: 0;  position: absolute;  width: 40px;	margin:0 auto;	right:0;top:-18px;}	
.single-post .entry-post-icon:before { top:0; right:auto; left:-6px;}	
.page-title{ border: none; padding: 0;}
.page-title:before{ display: none;}
article.format-standard .entry-post-icon:before{background-position: -23px -26px;}
article.format-aside .entry-post-icon:before{background-position: -113px -26px;}
article.format-image .entry-post-icon:before{background-position: -203px -26px;}
article.format-gallery .entry-post-icon:before{background-position: -292px -26px;}
article.format-video .entry-post-icon:before{background-position: -380px -26px;}
article.type-attachment .entry-post-icon:before{background-position: -470px -26px;}
article.format-chat .entry-post-icon:before{background-position: -559px -26px;}
article.format-link .entry-post-icon:before{background-position: -649px -26px;}
article.format-status .entry-post-icon:before{background-position: -737px -26px;}
article.format-audio .entry-post-icon:before{background-position: -827px -26px;}
article.format-quote .entry-post-icon:before{background-position: -934px -26px;}
.search article.type-page .entry-post-icon:before{background-position: -23px -26px;}
article.type-faq .entry-post-icon:before{background-position: -23px -26px;}
article.type-product .entry-post-icon:before{background-position: -23px -26px;}

.entry-title, .page-title {
	font-weight: normal;	
}


.entry-thumbnail:hover .block_hover {
     opacity: 1;
    transition-duration: 500ms;
    right: 0;
    transform: scale(0.95,0.9);
    z-index: 9999;
}
.entry-thumbnail .block_hover {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 99;
	 transition-duration: 500ms;
}

.links a {
    padding: 0 5px;
	transition-delay: 0.1s;
}
.entry-thumbnail .block_hover {
    background: rgba(17, 17, 17, 0.5	) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 99;
}
.entry-thumbnail .block_hover .links {
    margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.block_hover .links a i {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
	height: 44px;
      width: 44px;
	 transition: all 0.2s ease-out 0s;
}
.single-post .entry-title { margin:0;}
.entry-title {
	 color: #282828;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 0;
}

.page-title {
	line-height: 24px;
	padding: 10px 0 0;
	margin: 0 0 10px 0;
	text-transform: capitalize; 
	clear: none;
}

.page-title:before{ display: none;}

.homepage .page-title,
.homepage .breadcrumbs{ display: none; }


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    color: #282828;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;}
.empty-entry-header{
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}
.entry-meta span a,.entry-meta span{ color:#888;}
.entry-meta span a:hover,.entry-meta span:hover,.entry-meta span a:hover i,.entry-meta span:hover i{ color:#000;}
.entry-meta > span {
	margin-right:10px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
/*	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;*/
}
.comments-link {
	margin: 10px 0;
}

.comments-link a{
}

.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 {

}
.entry-summary .excerpt{line-height:24px;}

.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;
}

.blog .entry-content, 
.blog .entry-title, 
.single-post .entry-content, 
.single-post .entry-title, 
.search-results .entry-content,
.search-results .entry-title,
.single-attachment .entry-content, 
.full-width .entry-content .entry-title,
.left-sidebar .entry-content .entry-title,
.right-sidebar .entry-content .entry-title{}

.format-chat .entry-content {}
.entry-content a,
.comment-content a {}

.entry-content a:hover,
.comment-content a:hover {}

.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: 10px 0;
	text-align: center;
	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 {
	border: 1px solid #E7E7E7;
	
}

.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 {
	border: 1px solid #999999;
}

.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 4px 0;
	position: relative;
}
.blog .gallery-item, .single-post .gallery-item{
	display:inline-block;
	float:none;
}
.gallery-item.first{ clear: both;}
.gallery-item .gallery-icon img{ 
	max-width: 100%; 
	height: auto; 
}
.gallery-page .gallery-item{overflow:hidden;}
.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-2 .gallery-item {
	max-width: 50%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	max-width: -webkit-calc(33.33% - 4px);
	max-width:         calc(33.33% - 4px);
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 25%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.7%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
	width: 16.7%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
	width: 11.1%;
}

.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.5);
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition:all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	height: 100%;
}
.gallery-caption .gallery-title{
 	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    font-size: 17px;
    margin:15px 10px;
    padding:10px;
	
}
.gallery-caption .gallery-excerpt{
      color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 0 10px;
}
.gallery-caption .gallery-zoom ,.gallery-caption .icon.next{
	cursor: pointer;
    padding: 0px;
	position: relative;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	display: inline-block;
	transition: all 0.4s ease 0s;
	 width:50px; line-height:50px;
	 margin:0 5px;
}
.gallery-zoom {padding:0 5px;}

/*.gallery-columns-5 .gallery-caption .gallery-zoom,*/
.gallery-columns-6 .gallery-caption .gallery-zoom,
.gallery-columns-7 .gallery-caption .gallery-zoom, 
.gallery-columns-8 .gallery-caption .gallery-zoom,
.gallery-columns-9 .gallery-caption .gallery-zoom {
	margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
	left:42%;
}

	
.gallery-caption .gallery-zoom.no-text {
    margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 55%;
	left: 45%;
    transition: all 0.3s ease 0s;
}
.gallery-caption .gallery-zoom:hover ,.gallery-caption .icon.next:hover{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	transition: all 0.4s ease 0s;
}
.gallery-caption .gallery-zoom:hover .fa,.gallery-caption .icon.next:hover .fa{
	color: #282828;
	transition: all 0.4s ease 0s;
}
.gallery-caption .gallery-zoom .fa,.gallery-caption .icon.next .fa{
	font-size:20px;
	color: #FFFFFF;
	transition: all 0.4s ease 0s;
}
.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;
    right: 0;
    top: 0;
    transform: scale(0.85);
    z-index: 9999;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.sitemap-month-archieves, .sitemap-authors {
    margin-top: 15px;
}

/**
 * 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 {
}

.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 { display: block;
/*	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: left;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
	padding-left: 20px;
}

.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 { 
	background: #F4F4F1;
    padding: 15px;
	margin-bottom: 90px;
}
article.sticky .entry-header:before{ }
.sticky	.entry-title{  
	
}
.sticky .entry-header {
	border: none;
	padding-bottom: 0;
}
.sticky .entry-meta a, .sticky h1 a{ color:#5e5e5e; }
.sticky .entry-meta a:hover, .sticky h1 a:hover{ color:#222222; }
.sticky .read-more{ 
	float: right;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.sticky .read-more a{
	background-color: #8F8F8F;
    color: #fff;
    padding: 10px 20px;
    width: auto;
}
.sticky .read-more a:hover{ 
	background-color: #555555;
}
/*.read-more { 
	text-transform:capitalize; 
    margin: 5px 0 5px;
	display:inline-block;
	 float: left;
}*/
.comments-link {
  /*  float: right;*/
    margin:10px 0;
}
.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 {
	}


.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 {
	
}

/* 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 a{
	font-size: 17px;

    margin: 0 5px;
}
.format-link .entry-content p{ margin: 0 0 15px; }

/* Quote */
.format-quote {
}

.format-quote .entry-content {
} 

.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 {
	position: relative;
}
.format-status .entry-content{
	color: #555555;
	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-previous a,
.image-navigation .nav-next a {
 	background: none repeat scroll 0 0 #8F8F8F;
	border:1px solid #8F8F8F;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 5px;
    padding: 3px 10px 7px;
	
}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #555555;
	border:1px solid #555555;
	
}
.image-navigation .nav-next { }
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {}
.attachment .entry-attachment{ clear: both; display: inline-block;}
.attachment .entry-attachment .attachment { }
.attachment .entry-caption { }
.attachment .entry-description { }
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child { }
.attachment .site-main .sidebar-container { }

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}
.navigation #nav-below{ float:right; }
.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,
.pagination .page-numbers.current{
	
	border:1px solid #999;
}
.woocommerce-pagination { text-align:right; }
.woocommerce-pagination ul{ margin:0; padding:0; }
.woocommerce-pagination li a{ color:#FFF; }

/*.navigation a.first{ padding:0 4px; }*/
.paging-navigation,
.post-navigation,
.woocommerce-pagination,
.shop-page #nav-below {
    margin: 10px 0 20px;
    padding: 5px 0;
	float: right;
}
.post-navigation {
	width: 100%;
}

.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,
.paging-navigation span,
.post-navigation a,
.wpsc_page_numbers_bottom a,
.woocommerce-pagination li span,
.woocommerce-pagination li a,
.shop-page #nav-below a
{		
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #E7E7E7;
    color: #666;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    padding:4px 8px 4px;	
}
.woocommerce-pagination li{ display: inline-block; margin-right: 5px;}
.woocommerce-pagination li span, .woocommerce-pagination li a{ margin-right: 0;}
.post-navigation a{ }

.post-navigation a:hover,
.wpsc_page_numbers_bottom a:hover,
.woocommerce-pagination li span:hover,
.woocommerce-pagination li a:hover,
.shop-page #nav-below a:hover{border:1px solid #999; }
.paging-navigation .meta-nav {
	color: #666;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav { }
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	
	text-decoration: none;
}

.post-navigation {
	font-weight: 300;
}

.post-navigation .nav-links {
 width:100%;
}

.sidebar .post-navigation .nav-links {
	/*padding: 0 376px 0 60px;*/
	padding:0 5px;
}

.post-navigation a[rel="next"] {
	float:right;
}
.post-navigation a[rel="prev"] {
	float:left;
	margin-left:5px;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}
.author.sidebar .author-info {
	padding: 30px 376px 10px 60px;
}
.single .author-info {
	padding: 50px 0 0;
}
.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}
.single-format-status .author-description {
}
.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-content {
	padding: 5px 0;
	width: 100%;
}
.sidebar .page-content {
	padding: 0;
}
/**
 * 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: 5px 0;
}
.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;
}
.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:8px; }
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #F7F7F7;
	padding: 20px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 15px;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form label.error{	
    padding-left: 20px;
	margin:0 10px;
    width: auto;
	
}

.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%;
	float:left;
}


.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:28px; }
.sidebar-container .widget .widget-title,
.widget-area .widget .widget-title,
.secondary-sidebar .widget .widget-title{
	border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 0 0 10px;
	margin: 0 0 10px;
	line-height: 18px;
	position:relative;
}

.widgets-follow-me h3{ 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; }
.sidebar-inner .woocommerce ul.product_list_widget li,
.sidebar-inner .woocommerce ul.product_list_widget li:hover{ background:none; position: relative; }
.widget .main-ul li li, .secondary-sidebar .widget .main-ul li{
	padding: 4px 0px 4px 15px;
	background: url("images/arrow.png") no-repeat scroll 1px 10px transparent;
	transition-duration: 500ms;
	position:relative;
	
}
.widget .main-ul li li:hover, .secondary-sidebar .widget .main-ul li:hover{
	background: url("images/arrow_hover.png") no-repeat scroll 1px 10px transparent;
	transition-duration: 500ms;
}

.jigoshop .widget .main-ul,
.woocommerce .widget .main-ul,
.woocommerce-page .widget .main-ul{margin: 5px 0; padding:5px 0px;}

.jigoshop .footer-main .widget .main-ul,
.woocommerce .footer-main .widget .main-ul,
.woocommerce-page .footer-main .widget .main-ul{margin: 0; padding: 0;}

.footer-main .widget li{ background:none; padding:0;  }
.widget li:last-child{ border-bottom:none; }
.widget .children li:last-child {
	padding-bottom: 0;

}
.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 {
	margin: 10px 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	background-color: #F7F7F7;
    display: block;
    margin: 10px 0;
    padding: 5px;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar .prev a:hover{background:none;} 
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.widget_calendar tbody td#today {
	background-color: #F8F8F8;
}
.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;}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	background: #F7F7F7;
    box-shadow: 0 1px 0 0 #eeeeee inset;
	clear:both;
	margin: 0;	
}
.footer-main { 
	padding:74px 0 0; 
	clear:both;
}
.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 .fourth-widget {
	
}
.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{
	  float: none;
    margin: 0 auto;
    text-align: center;
}
.footer-main .widget_newsletterwidget .newsletter p,.footer-main .widget_newsletterwidget .tnp .tnp-field {
  margin:0 2px 12px 0; float:left; padding:0;}
.tnp-field.tnp-field-email > label {
    display: none;
}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-email	,.footer-main .widget_newsletterwidget .tnp  input.tnp-email
{ 
	background:#ffffff;
    border: 1px solid #ddd;
	color: #5e5e5e;
    font-size: 15px;
    height: 54px;
    margin-right: 6px;
    padding: 10px 22% 10px 10px;
    width: 575px;
	box-shadow: none;
}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-submit	,.footer-main .widget_newsletterwidget .tnp  input.tnp-submit{ 
    padding: 15px 17px;
}
.newsletter.newsletter-widget > form,.tnp.tnp-widget > form{ position:relative; display: inline-block;}
.widget_newsletterwidget .newsletter input.newsletter-submit ,.widget_newsletterwidget .tnp input.tnp-submit{ position:absolute; right:9px; top:3px; border: none; }
.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
{ 
	text-align:center;
	width:100%;
	 margin: 0 0 20px 0;
}
.footer-menu-links ul{ padding:0; margin:0; }
.footer-bottom-border
{
	overflow:hidden;
	clear: both;	
}
.footer-menu-links li{ 
	display: inline; 
	margin-right:10px; 
	padding-right:10px;
	line-height:19px; 
}
.footer-menu-links li:last-child{ background:none; }
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.site-footer a {
	color: #5e5e5e;
}
.site-footer a:hover{color:#222222;}
.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}
.footer-banners{	
    margin: 0 0 20px;
    padding: 25px 0;
    width: 100%;
	display: inline-block; 
	position: relative;
}
.footer-main .widget_newsletterwidget .newsletter p,
.footer-bottom-outer .widget ,.footer-main .widget_newsletterwidget .tnp .tnp-field{
	margin: 0;
}

.footer-bottom {
    margin-top: 53px;
	margin-bottom:30px;
}
.footer-banners ul{ margin: 0; padding:0;}
#footer-widget-area {
	margin:0;
    overflow: hidden;
}
.footer-banners:before{
	background: url("images/footer_banner_border.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;	
	top: 0;
	left: 0;
}
.footer-banners:after{
	background: url("images/footer_banner_border.png") repeat-x scroll bottom center transparent;
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;	
	bottom: 0;
	left: 0;
}
.footer-banners #banner1	{ float:left;}
.footer-banners #banner2	{ float:left; margin:0 40px;}
.footer-banners #banner3	{ float:left;}
.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;
	padding: 0;
	/*margin-right: 36px;
    width: 205px;*/
}
#footer-widget-area .widget
{
	width:25%;
	margin:0;
}
.footer-bottom{width:100%;clear:both;text-align:center; display: table;}
.fifth-widget.widget, 
.sixth-widget.widget{
	display: table-cell;
    margin: 0;
	vertical-align: middle;
	float: none;
}
.sixth-widget.widget {padding:0;}

.footer-widget{ clear:both;}
.widget ul span{ display: inline-block;}
.widget ul .service-list span{
	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 .first-widget a:hover,
.site-footer .second-widget a:hover,
.site-footer .third-widget a:hover{padding-left:3px;transition: all 150ms ease 0s;}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #282828;
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 20px;
    font-weight: 600;
	position:relative;
	text-transform:uppercase;
}
.site-info {
	text-align:center;
	background:#F7F7F7;
    display: inline-block;
    padding: 0 20px;
}
.site-info-outer {
    background: url("images/footer_line.png") repeat-x scroll left center transparent;
    clear: both;
    text-align: center;
	margin-bottom: 20px;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}

.header-main,
.footer-widget-outer,.footer-bottom-border-outer,.footer-bottom-outer,
.homepage_parralex_inner,
.homepage_parralex_inner,
.navbar-outer,
.content-main-other,
.full-width .content-main,
.full-width .custom-content-main .wpb_wrapper,
.footer-bottom-inner,
.full-width .wpb_row .wpb_wrapper,
.woocommerce .site-main,
.woocommerce-page .site-main,
.full-width .site-main,
.page-title.header
 {
	margin: 0 auto;
	width: 1150px;	
}

.page-title-inner {
  display:inline-block;
    margin: 10px 0;
    width: 100%;
}
#breadcrumbs{ margin:0;}
.entry-title-main {
    display: inline-block;
    margin: 0;
	 font-size: 18px;
    font-weight: 500;
}
.homepage .site-main{ width:100%;}
.custom-content-main .wpb_wrapper .wpb_wrapper, .full-width .wpb_row .wpb_wrapper .wpb_wrapper { width: 100%; margin:0;}
.home_product {}
.content-main-other .content-main{ clear: both;}
#homepage .products_block h3.widget-title{display:none;} 
.top-area-inner{margin:0 auto;}
.single .content-main-other { overflow: hidden;}
.single-product.woocommerce .single-product-full #tertiary{display:none;}

.site-main .content-main-other,
.full-width .content-main,
.full-width.blog .content-main-other
 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.full-width .content-main-other,
.content-main-other .content-main-other{
	margin-top: 0;
	margin-bottom: 0;
}

.full-width .main-container .content-main{
	margin: 0 auto;
}
.vc_row-fluid.content-main{
	margin:0 auto;
}
.offer-text {
    padding: 83px 0;
	text-align: center;
	width: 95%;
}
.offer-text2 {
    margin: 0 5%;
}
.offer-title{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;  display: inline-block;
}
.offer-description {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 10px;
    margin: 20px 0 35px;
    text-align: center;
    width: 230px;
	font-size: 16px;
    line-height: 24px;
}

.offer-text .border_main {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    height: 3px;
    text-align: center;
    width: 26%;
}
.offer-slider{ padding: 0 17px; }
.offer-slider-inner .flexslider .slides{
	text-align: center;
}
.offer-slider-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #737373;
    padding: 3px 30px 30px;
}
.offer-slider-inner .title {
    font-size: 15px;
    padding: 18px 0;
	color: #FFFFFF;	
    text-transform: uppercase;
	margin: 0;
}
.sub-banner1 .offer-banner-container{ margin-right:10px;}
.sub-banner2 .offer-banner-container{ margin-left:10px; }
.offer-banner-content { margin: 20px 0 10px 40px; display: inline-block;  position:absolute; left:0;top:0;}
.offer-banner-text, .offer-banner-text-bold { font-size: 26px; color: #FFFFFF;}
.offer-banner-text{ margin-bottom: 12px;}
.offer-banner-text-bold { font-weight: bold;}
.offer-link a{ 
	background-color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
	margin-top: 20px;
	cursor: pointer;
	color: #000000;
	transition-duration: 600ms;
}
.offerbanner1 .wpb_text_column.wpb_content_element,.offerbanner2 .wpb_text_column.wpb_content_element { float:left;}
.offerbanner1 .offer-banner-backgroundimage{margin-right:10px;}
.offerbanner2 .offer-banner-backgroundimage{ margin-left:10px;}
.offer-link a:hover{ background-color: #000000; color: #FFFFFF;  transition-duration: 600ms;}
.vc-carousel {
    margin: 0 auto;
}
.item.testimonial-main {
    padding: 10px;
}
.testimonial-content .product-block {
    margin: 0px 30px 30px !important;
	border:none;
}
.testimonial-title {
    color: #555555;
    font-size: 22px;
    margin: 10px 0;
    text-align: center;
}
.brand-main{ text-align: center; }
.brand-container {
    margin: 0 auto;
}
.brand-main .product-block{ overflow: hidden; }
.brand-main .product-block img{  transition: all 0.3s ease 0s; }
.brand-main:hover .product-block img{  opacity: 0.6; transition: all 0.3s ease 0s; }
h2{text-transform:capitalize;}
.testimonial-description {
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 25px;
	position: relative;
	font-size: 14px;
	border-radius: 3px;
	margin:0;
	 line-height: 20px;
    }
.testimonial-description:after {	
    border-left: 29px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: 44px solid #f2f2f2;
    bottom: -44px;
    content: "";
    left: 10%;
    position: absolute;
    text-align: center;	
}
.testmonial-author {
   color: #282828;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 24%;
    text-align: left;
}
.testmonial-author:hover {
    color: #5e5e5e;
}
.testimonial-content .slider-pagination {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 90px;
}
.testimonial-content .slider-controls .slider-page.active, .testimonial-content .slider-controls .slider-page:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D5D5D5;
}
.testimonial-content .slider-controls .slider-page, .testimonial-content .slider-controls .slider-buttons div {
    background: none repeat scroll 0 0 #D5D5D5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}
.home_testimonial_product li strong{display:block;}

.header-middle-top #searchform:focus{box-shadow:0 0 3px #BBBBBB;}
.header-main{ position:relative; }

.homepage #primary #content{
	background:none; 
	padding:0;	
	overflow: visible;
}
.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;
}

.site-header.wrap {
    margin-top: 68px;
}
.top_main { 
	background: #FFFFFF;
    border-top: 1px solid #DBDBDB;
    clear: both;
    position: relative;
    width: 100%;
	z-index: 9909;
	display: inline-block;
	transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
border-bottom: 1px solid #dbdbdb;
	transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
}

.top_main.fixed{position:fixed;top: 0px;z-index: 9999999; left: 0;
transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
	animation: fixedAnim 0.7s ease 0s normal both 1 running;
	-webkit-animation: fixedAnim 0.7s ease 0s normal both 1 running;
	-moz-animation: fixedAnim 0.7s ease 0s normal both 1 running;
	-ms-animation: fixedAnim 0.7s ease 0s normal both 1 running;
	-o-animation: fixedAnim 0.7s ease 0s normal both 1 running;
	transition: all 0.3s ease; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	  border-bottom: 1px solid #DBDBDB;
	}

@-webkit-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}

.header-top{ width: 100%; display: inline-block; }
.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,
.left-sidebar #primary,
.body_leftcallout .left-sidebar #primary,
.body_rightcallout .left-sidebar #primary,
.body_twoleftcallout .left-sidebar #primary,
.body_tworightcallout .left-sidebar #primary,
.body_threecallout .left-sidebar #primary{ width: 77.5%; float: right; margin-left: 2%; margin-right:0; }

.body_leftcallout #tertiary,
.left-sidebar #tertiary,
.body_leftcallout .left-sidebar #tertiary,
.body_rightcallout .left-sidebar #tertiary,
.body_twoleftcallout .left-sidebar #tertiary,
.body_tworightcallout .left-sidebar #tertiary,
.body_threecallout .left-sidebar #tertiary{ width: 19.5%; float: left; margin-right: 0; margin-left: 0;}
/***** End leftcallout *****/

/***** Start rightcallout *****/
.body_rightcallout #primary,  
.right-sidebar #primary,
.body_leftcallout .right-sidebar #primary,
.body_rightcallout .right-sidebar #primary,
.body_twoleftcallout .right-sidebar #primary,
.body_tworightcallout .right-sidebar #primary,
.body_threecallout .right-sidebar #primary{ width: 77.5%; float: left; margin-right: 3%; margin-left:0; }

.body_rightcallout #tertiary,
.right-sidebar #tertiary,
.body_leftcallout .right-sidebar #tertiary,
.body_rightcallout .right-sidebar #tertiary,
.body_twoleftcallout .right-sidebar #tertiary,
.body_tworightcallout .right-sidebar #tertiary,
.body_threecallout .right-sidebar #tertiary{ width: 19.5%; float: right;  margin-right: 0; margin-left: 0;}
/***** End rightcallout *****/
 
/***** Start twoleftcallout *****/
.body_twoleftcallout #primary { float: right; width: 55%;}
.woocommerce-page.body_twoleftcallout #primary{ float: left; width: 75%; margin-right:0; }
.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:2%;}
.woocommerce-page.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:0;}
.body_twoleftcallout .secondary-sidebar{  float: left; width: 18%; margin-right:2%;}
/***** End twoleftcallout *****/

/***** Start tworightcallout *****/
.body_tworightcallout #primary{float: left; width: 55%;}
.woocommerce-page.body_tworightcallout #primary{ float: left; width: 75%; }
.body_tworightcallout #tertiary{float: left; width: 23%; margin-left:2%;}
.body_tworightcallout .secondary-sidebar{float: right; width: 18%; margin-left:2%;}
/***** End tworightcallout *****/

/***** Start threecallout *****/
.body_threecallout #primary{ float: left; width: 55%; margin-right:2%;}
.woocommerce-page.body_threecallout #primary{ float: left; width: 75%;  }
.body_threecallout #tertiary{float: right; width: 23%;}
.body_threecallout .secondary-sidebar{float: left; width: 18%; margin-right:2%;}
.woocommerce-page.body_threecallout .secondary-sidebar{ display:none;}
/***** End threecallout *****/

.body_leftcallout .full-width #primary,
.body_rightcallout .full-width #primary,
.body_twoleftcallout .full-width #primary,
.body_tworightcallout .full-width #primary,
.body_threecallout .full-width #primary{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.body_leftcallout.single-product.woocommerce-page .single-product-full #primary,
.body_twoleftcallout.single-product.woocommerce-page .single-product-full #primary,
.body_rightcallout.single-product.woocommerce-page .single-product-full #primary,
.body_tworightcallout.single-product.woocommerce-page .single-product-full #primary,
.body_threecallout.single-product.woocommerce-page .single-product-full #primary{ width:100%;margin:0;}

/***** End threecallout *****/

/***** Start BreadCrumbs *****/
.shop-page #breadcrumb{ display: none;}
.breadcrumbs, .woocommerce-breadcrumb {
    float: right;
	color: #282828;
	line-height: 24px;
    margin: 0;
}
.woocommerce-breadcrumb {
    margin: 0px 0 10px;
}
.woocommerce-breadcrumb span {
	color: #282828;
}
.single-product .woocommerce-breadcrumb {
	display: none;
}
.breadcrumbs a, .woocommerce-breadcrumb a {
    text-decoration: none;
	 padding: 0 3px;
}
.breadcrumb_last, .woocommerce-breadcrumb span:last-child {
    padding-left: 3px;
	color: #282828;
}

.breadcrumbs a:hover, .woocommerce-breadcrumb a:hover { }

/***** End BreadCrumbs *****/

/***** Start shortcode portfolio *****/

.shortcode-portfolio-container{ width: 100%; }
.shortcode-portfolio-container .fancy-title:before {
    background-color: #F6F6F6;
}
.category-container ul{
	padding: 0;
	margin: 10px 0;
	text-align: center;
}

.category-container ul li{
	background: url("images/separator.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
    display: inline;
    padding: 0 25px 0 15px;
}
.category-container ul li:last-child{
	background: none;
}
.category-container ul li a{ 
	color: #282828;
	font-size: 16px;
}
.portfolio-container { }
.portfolio-container .portfolio-carousel{
    margin-bottom: 50px;
}
.portfolio-container .image{ position: relative; overflow: hidden; max-width: 100%; }
.portfolio-container .title{
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 20px;
    margin: 15px 10px;
    padding: 10px;
}
.portfolio-container .title a{ 
	font-size: 16px;
	font-weight: 600;	
}
.portfolio-container .description{
	color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 10px;
	margin-bottom: 25px;
}
.shortcode-portfolio-container{ width: 100%; }
.portfolio-container .single-portfolio {
    float: left;
    margin: 0;    
	padding: 1px;
    position: relative;
}
.portfolio-container.portfolio-filter .single-portfolio {
	
}
.portfolio-container .portfolio-carousel .single-portfolio {
    margin: 0 10px 10px;
    max-width: 95%;
}

.portfolio-filter{
	margin-top: 30px;
}
.portfolio-cols-2 .portfolio-grid .single-portfolio{ width: 49%; margin-right: 2%;}
.portfolio-cols-3 .portfolio-grid .single-portfolio{margin-right: 3%; width: 31.33%; }
.portfolio-cols-4 .portfolio-grid .single-portfolio{ width: 23%; margin-right: 2.66%; }
.portfolio-cols-5 .portfolio-grid .single-portfolio{ width: 18%; margin-right: 2.5%; }
.portfolio-cols-6 .portfolio-grid .single-portfolio{ width: 16.65%; margin-right: 1.66%; }
.shortcode-portfolio-container .portfolio-grid .single-portfolio.last{ margin-right: 0 !important;}

.portfolio-filter.portfolio-cols-2 .single-portfolio{ width: 49.90%;}
.portfolio-filter.portfolio-cols-3 .single-portfolio{ width: 33%; }
.portfolio-filter.portfolio-cols-4 .single-portfolio{ width: 24.90%; }
.portfolio-filter.portfolio-cols-5 .single-portfolio{ width: 19.90%; }
.portfolio-filter.portfolio-cols-6 .single-portfolio{ width: 15.90%; }

.portfolio-cols-1 .single-portfolio .image,
.portfolio-cols-2 .single-portfolio .image,
.portfolio-cols-3 .single-portfolio .image{ margin: 0 auto; }
.portfolio-cols-1 .single-portfolio,
.portfolio-cols-2 .single-portfolio,
.portfolio-cols-3 .single-portfolio{ text-align: center; }
/***** End shortcode portfolio *****/

/***** Start Portfolio 2 columns Page *****/


h1.entry-title-port { margin-bottom: 10px; font-size: 15px;}

.portfolio_wrapper {}

.portfolios li .main img, .portfolio_wrapper li .main img, .portfolio_wrapper div.main img
{ 
	display:inline-block;
	background:url("images/product_boxshadow_portfolio.png") no-repeat scroll center bottom  transparent ;
	border:none;
}

.portfolios ul{ margin-top: 0;}

.portfolio_image .image1 { border: 5px solid #EEE; }

.portfolios .image-block .other-box{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	text-align:center;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;  
	position: absolute;
	height: 100%;
	width: 100%;
	opacity:0;
	top:0;
}

/*.portfolios .filter-portfolio .image-block img{
	width: 350px;
	height: 285px;	
}*/

.portfolios .filter-portfolio .image-block .other-box .links{
	position: static;
	margin: 0;
}
.portfolios li:hover .image-block .other-box,
.portfolios .single-portfolio:hover .image-block .other-box{
	opacity:1;
	right:0;
	top: 0;
	z-index: 9999;	
	-webkit-transform: scale(0.85);
	-moz-transform:scale(0.85);
	-o-transform:scale(0.85);
	transform:scale(0.85);	
}
.portfolios .image-block{
	position: relative;
}

.portfolios .image-block .other-box .links{
	margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.portfolios .image-block .other-box .links a{ padding: 0 5px;}
.portfolios .image-block .other-box a i{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	display: inline-block;
	transition: all 0.4s ease 0s;
	color: #FFFFFF;
	font-size: 20px;
    line-height: 50px;
	width: 50px;
}
.portfolio-slider .single-portfolio{}
.portfolio-slider .portfolio-title{
    color: #282828;
    font-size: 16px;
    font-weight: 600;
   /* padding: 10px 0;
	margin: 10px 0;*/
	position: relative;
}
.portfolio-slider .portfolio-title a:after {
    background: none repeat scroll 0 0 #DEDEDE;
    bottom: 0;
    content: "";
    height: 1px;
    left:0;
    position: absolute;
    width: 100%;
}
.portfolio-container .portfolio-title > a {
    display: inline-block;
    margin: 10px 0!important;
    padding: 10px 0;
    position: relative;
}
.portfolio-slider .portfolio-description{
    color: #282828;
    font-size: 13px;
}
.portfolios .image-block .other-box a:hover i{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: #282828;
	transition: all 0.4s ease 0s;
}
.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: 25px;

	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: 25px;

    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: 25px;

	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 *****/



/***** End Gallery Page *****/



/***** Start Contact Us Page *****/

.contact-map iframe{ border:1px solid #ddd; padding:10px; }
.contactform-container{ 
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 2px;
    padding: 10px;
    width: 95%;
}
.contactform-container input,
.contactform-container textarea  { 
	float: left;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	margin-right: 5px;
	color: #5F6684;
	clear: both;
	padding: 5px 25px 5px 10px;
}

.contactform-container strong { font-weight: normal;}
label.error{ background: url("images/error.png") no-repeat scroll 0 6px transparent; color: red; padding-left: 20px; float: left;}
.contactform-container label.error{ padding-left: 20px;  width: 100%;}
.contactform-container label.error{
	background: url("images/error.png") no-repeat scroll 1px 4px transparent;
    color: red;
    float: left;
    height: 20px;
    padding-left: 20px;
    padding-top: 3px;
}
.row100	{  margin:5px 0; float:left; width:100%;}
.col70	{ position:relative;}
.col70 i { 
	color: #E5E5E5;
    position: absolute;
    right: 15px;
    top: 7px;
}

.text .col70{ width: 55%;} 
.textarea .col70{width: 90%;} 
.address-container{}
.address-title{  font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-align: left;}
.address-label {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.address-container .fa{ margin-right: 7px; }
/***** 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: -24px;  
	overflow: hidden;
	padding:0 0 8px;
	position:absolute;
}
.active .mobile_togglecolumn  { background-position:right -48px; }
.mobile_togglemenu {
	background:url("images/plus-minus.png") no-repeat scroll right 4px transparent;
	display:block;
	cursor:pointer;
	width:100%;  
}
.active .mobile_togglemenu  { background-position:right -48px; }
/* End mobile toggle for sidebars */





/* Start Go Top */

.go-top {
 background: transparent url("images/up.png") no-repeat scroll 0 0;
  bottom: 15px;
    color: transparent;
    display: none;
    font-size: 0;
    height: 34px;
    position: fixed;
    right: 15px;
    width: 34px;
    z-index: 200;
}
.go-top:hover {
    opacity: 0.9;
    color: transparent;
    text-decoration: none;
}

/* End Go Top */



/* Sub banner home page */


.home_subbanner{ margin-bottom:15px; }
.home-topbanner{ float:right }
.home-topbanner #banner2{ margin-top: 10px; }

/* over Sub banner home page  */

.block_content,
.product_list,
#featured .woocommerce{ 
	overflow: hidden;
}
.upsells.products h2, 
.related.products h2,
.cross-sells h2 {
	border-bottom: 1px solid #DDDDDD;
    color: #444;
    display: inline-block;
    padding: 10px 5% 10px 0;
	font-size: 22px;
}


.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:right; margin:14px 0 0; clear:both; }
.header_login{float: left; position:relative;}
.header_login .tab_content{ border: none;}
.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 *****************/

.footer-bottom li.widget{
	display: table;
}

#branding{ padding:10px 0 0 0; }

.follow-us a{
	background-color: #909090;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 34px;
    margin-right:4px;
    transition: width 2s ease 0s, height 2s ease 0s, -moz-transform 2s ease 0s;
    width: 34px;
	line-height: 34px;
	font-size: 19px;
	position: relative;
	display: inline-block;
}

.follow-us .followus-title{
	background: none repeat scroll 0 0 #282828;
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    line-height: 25px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    top: -35px;
	transition-duration: 300ms;
	min-width: 90px;
}
.follow-us a:after {
   border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    border-top: 7px solid #282828;
    bottom: 38px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    text-align: center;
}
.widget.widgets-follow-us { text-align: center;
    margin: 0 auto;
    float: none;}
.widgets-follow-us h2{ display:none;}
.follow-us a { text-align: center;}
.follow-us a:hover .followus-title,
.follow-us a:hover:after{
	opacity: 1;
	transition-duration: 300ms;
}	 

.follow-us a:hover{ background-color: #282828; color: #FFFFFF;}
.follow-us a i, .follow-us a:hover i{ color: #FFFFFF; }
/**************** Over footer social link**************/



.entryt-image{ margin-bottom:30px; }



/**************** product page carousel**************/



.thumbnails  {

    clear: both;

}

/****************End product page carousel**************/


.portfolio_wrapper .image-bottom{top:0px;border:10px solid rgba(255, 255, 255, 0.5)}
.portfolio_wrapper .image-bottom_inner{
	height:240px;
	width:240px;
}

/* Start Faqs */
.faqs-container{
	width:100%;
}
.faqs-content{ }
.faqs-content .small-title{ font-size: 22px; margin-bottom: 20px;font-weight: 600;}
.faqs-category-container{
	border:none;
    border-width: 1px 1px medium;	
	margin-right: 50px;
	margin-bottom: 20px;
}
.single-faq .tog, .single-faq .tour li a{
	text-transform: none;
}
.single-faq{
	}
/* End Faqs */
/************ Start blog posts shortcode *********************/
.blog-posts-content{ width: 100%; }
.blog-posts-content .single-post-container {
    float: left;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0;
    position: relative;
}
.single-post-container .single-post{ margin: 10px 20px 0; position:relative; }
.blog-cols-2 .single-post-container{ width: 49%; margin-right: 2%;}
.blog-cols-3 .single-post-container{ margin-right: 2%;  width: 32%; }
.blog-cols-4 .single-post-container{ width: 23%; margin-right: 2.66%; }
.blog-cols-5 .single-post-container{ width: 18%; margin-right: 2.5%; }
.blog-cols-6 .single-post-container{ width: 16.65%; margin-right: 1.66%; }
.blog-posts-content .single-post-container.last{ margin-right: 0 !important;}

.post-image{ position: relative;  margin-bottom: 15px; overflow: hidden;}
.post-date{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #282828;
	display: inline-block;
	text-align: center;
	width: 46px;
	padding: 7px 0 5px;
	z-index:9999;
}

.widget .single-post .post-image .post-date{ width: 46px;}
.post-date .day, .post-date .month{ color: #FFFFFF; line-height: 15px; width: 100%;}
.post-date .day{ font-weight: bold; }
.post-date .month{ font-size: 12px; clear: both; }
.post-title a{color: #282828;  font-size: 16px; font-weight: bold; }
.post-title a:hover{ color: #5e5e5e; }
.post-title { margin-bottom: 10px; }
.post-description{ font-size: 13px; font-weight: 300; }
.single-post .sort-read{
    font-size: 15px;
}
.single-post .zoom {
	background: url("images/zoom.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    border-radius: 65px;
    display: inline-block;
    height: 50px;
    left: 50%;
    margin-left: -31px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 10;
	transition: all 0.9s ease 0s;
}
.post-image-hover{ 
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	
}
.single-post-container .post-image-hover{
 transition: all 0.2s ease-out 0s;
}
.single-post-container:hover .post-image-hover{
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
 transition: all 0.2s ease-out 0s;
}
.single-post-container:hover .post-date{ background:#8e8e8e;}
.single-post-container:hover .post-image img{
	-webkit-transform: scale(1.08);
	-moz-transform:scale(1.08);
	-o-transform:scale(1.08);
	transform:scale(1.08);	
    transition: all 0.9s ease 0s;
}
.single-post-container .post-image img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transition: all 0.9s ease 0s;
}

.single-post-container:hover .single-post .zoom {
	 opacity: 1;
	 transition: all 0.9s ease 0s;
}
/************ End blog posts shortcode *********************/

/************ Start team posts shortcode *********************/
.team-posts-content{ width: 80%; margin: 0 auto; display: table; padding: 20px 0 0; }
.team-posts-content .single-team-container {
    float: left;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
	text-align: center;	
}
.single-team-container .single-team{ margin: 0 1px; }
.team-cols-2 .single-team-container{ width: 50%;}
.team-cols-3 .single-team-container{ width: 33.33%; }
.team-cols-4 .single-team-container{ width: 25%; }
.team-cols-5 .single-team-container{ width: 20%;  }
.team-cols-6 .single-team-container{ width: 16.66%; }
.team-posts-content .single-team-container.last{}

.team-title{ 
	font-size: 16px;
    font-weight: 600;
	color: #282828;
}
.team-image{
	position: relative;
	overflow: hidden;
}
#content .team-posts-content .team-position span{
	border-bottom: 1px solid #CACACA;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 45px 7px;
}

.single-team .fa { 
	color: #919191;
    font-size: 18px;
    margin: 0 5px;
}


.team-description-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 345px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 2;
	padding: 30px;
	margin-top: -351px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #FFFFFF;
}
.team-description{}
.team-read-more {
    color: #FFFFFF;
    display: inline-block;
    margin: 30px 0 10px;
}

.team-content-box {
	z-index: 3;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 20px 0;
}

.single-team-container:hover .team-image .team-description-container {
	margin-top: 0;
}

.single-team-container:hover .team-image img {
}

.single-team-container:hover .team-title, 
.single-team-container:hover .team-content-box,
.single-team-container:hover .single-team .fa  {
	color: #FFFFFF;
}

.single-team-container:hover .single-team a:hover .fa {
	color: #000000;
}
.single-team-container:hover .team-content-box {
	background-color: #919191;
}

/************ End team posts shortcode *********************/

/************ Start latest News posts shortcode *********************/
.news-posts-content{ width: 100%; }
.news-posts-content .single-news-container {
    float: left;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0;
    position: relative;
	width: 100%;
}

#content .entry-content .single-news-container .single-news{ margin: 0 70px; text-align: center; }
.news-cols-2 .single-news-container{ width: 50%;}
.news-cols-3 .single-news-container{ width: 33.33%; }
.news-cols-4 .single-news-container{ width: 25%; }
.news-cols-5 .single-news-container{ width: 20%; }
.news-cols-6 .single-news-container{ width: 16.66%; }
.news-posts-content .single-news-container.last{ margin-right: 0 !important;}

.news-title a {
    color: #282828;
}
.news-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0; 
}
.news-title a:hover {
    color: #a5a5a5;
}
/************ End latest News posts shortcode *********************/

/******************* START HOME CMS BLOCK ***********/
.home_cmsblock_bottom img:hover { opacity:0.7;transition-duration:300ms}
.service-text{
	color: #1b1b1b;
    font-size: 22px;
    padding: 22px 0 15px;line-height:25px; 
}
.description{
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 7px;
}
.service-read-more.other-font a{ font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight:bold;color: #1b1b1b; text-transform: capitalize; line-height:25px; }
.service .icon-left{ float: left; width: 10%; padding: 20px 0 15px; text-align: left;}
.service .icon-left .fa{
	font-size: 28px;
	line-height: 23px;
	color: #313131;
}
.service .icon-left .fa.fa-mobile-phone{
	font-size: 40px;	
}
.service .service-right{
	float: left;
    text-align:center;
    width: 90%;
}
.service-banner .service .service-right{/* text-align:left;*/}
.service .service-center{ width: 100%; }
/******************* END HOME CMS BLOCK ***********/

/******************* Start Call to action ***********/
.call-to-action-container{  display: table; width: 100%; }
.call-to-action-content{ display: table-cell; width: 75%; }
.button-container{ 
	display: table-cell;
    vertical-align: middle;
	width: 20%;
	text-align: right;
}
.call-to-action-title{
	font-size: 28px;	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 32px;
}
.call-to-action-container .sub-description{
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0;
	
}
.call-to-action-container.light{ color: #282828; }
.call-to-action-container.dark{ color: #FFFFFF; }
.button-container .callbutton{
    display: inline-block;
    font-size: 16px;
    padding: 12px 24px;
	transition-duration: 300ms;
}
.light .button-container .callbutton{
	background-color: #282828;
    color: #FFFFFF;
}
.light .button-container .callbutton:hover{
	background-color: #8e8e8e;
    color: #ffffff;	
	transition-duration: 300ms;
}
.dark .button-container .callbutton{
	background-color: #FFFFFF;
    color: #282828;
}
.dark .button-container .callbutton:hover{
	background-color: #282828;
    color: #FFFFFF;	
	transition-duration: 300ms;
}
/******************* Start Call to action ***********/


/*==================== Extra Css Addded  ============ */
#primary ul li { list-style:none;}

.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;}
.caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    bottom: 5px;
    position: absolute;
    width: 100%;
	text-align: center;
}

.header-middle-top .search_toggle.active {
    background-position: left -25px;
}
.header-middle-top .search_toggle {
    background: url("images/search.png") no-repeat scroll left 5px;
    cursor: pointer;
    float: right;
    height:30px;
    width:22px;
    z-index: 1;
	margin: 0;
	}

.header_cart #shopping_cart{
	   background-color: rgba(0, 0, 0, 0);
    background-image: url("images/cart.png");
    background-position: left 4px;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin:0 15px;
    padding: 0 0 20px;
    position: relative;
    width: 22px;
}
.header_cart .cart .widget_shopping_cart{
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 0px;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 9999;
    border: 1px solid #E6E6E6;
	border-top: none;
	box-shadow:0 4px 4px -3px #dbdbdb inset;
	top: 50px;
    width: 300px;
	display: none;
}


.header_cart .shopping_cart .item-total {
     background: #222222 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    line-height: 10px;
    margin-left: 0;
    padding: 2px 4px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -2px;
    width: 14px;
}

.header_cart .cart .widget_shopping_cart_content {
    display: inline-block;
    width: 100%;
}
.header_cart .widget_shopping_cart .variation{ display: none; }
.header_cart .cart-contents{ float: none !important; }
.service .icon-center .service-icon.fa-mobile-phone{
	font-size: 40px;
}
.service{
	text-align: center;
    width: 100%;
	margin: 0 auto;
}
/************************** Start static text *********************************/
.static-text-container{ width: 100%; }
.static-text-container .text, .static-text-container .description{ font-size: 15px; font-weight: 400; color: #282828;}
.static-text-container .description{ margin-top: 10px; font-size: 14px; }
.static-text-container .static-text-links{
	display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}
.static-text-container .single-link{  
	font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 17px;
}
.static-text-container .link-icon {
    margin-right: 5px;
    padding: 0 5px;
}
.static-text-container .link-icon .fa{
	color: #282828;
}
/************************** End static text *********************************/

/**************************start about us page *********************************/

.comment_border {
    border: 1px solid #DEDEDE;
	background:#C8C8C8;
    display: inline-block;
    width: 35%;
}
.one_third_comment a, .one_third_comment a:hover{color: #858585;}
.title_outer
{
	background:url("images/title_line.png") repeat-x scroll center center transparent;
	width:60%;
	margin:20px auto;
}
.aboutnews .title_outer{background:none;width:auto;}
.aboutcomment span.widget-title, .aboutteam span.widget-title, .aboutnews span.widget-title
{
	background:#fff;
	padding: 0 16px;
}

/**************************end about us page ***********************************/


.widgets-FooterContactUsservices i {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
    position: relative;
}
.widgets-FooterContactUsservices .email i {font-size: 13px;margin-top: 9px;}
.gallery-item dt{overflow:hidden;}
.flexslider .slides img
{ margin: 0;
	/*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");*/
}
.flexslider .slides img:hover
{
	/*filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
}


/*-------------------------------IE------------------------------*/
.ie7 .nav-menu li,
.ie7 .service,
.ie7 .search-form,
.ie7 .blog .gallery-item, .ie7 .single-post .gallery-item,
.ie7 .home_testimonial .slider-controls .slider-page, .ie7 .home_testimonial .slider-controls .slider-buttons div,
.ie7 #horizontalTab ul.resp-tabs-list,
.ie7 .resp-tabs-list li
{display:inline;}
.ie7 .homepage_parralex{background:url("images/homebg2.jpg") no-repeat fixed center #717171;}
.ie7 .offer-text2{margin:0 3%;}
.ie7 .offer-slider-inner{background:#747583;overflow:hidden;}
.ie7 .home_testimonial .slider-controls .slider-page.active, .ie7 .home_testimonial .slider-controls .slider-page:hover{height: 9px;width: 9px;}
.ie7 .top_main.fixed {position: static;}
.ie7 .site-footer{overflow:hidden;}
.ie7 .footer-main .widget_newsletterwidget .newsletter{float:right;}
.ie7 #footer-widget-area .widget{margin: 10px 0.5%;}
.ie7 .widgets-FooterContactUsservices i{display:none;}
.ie7 .footer-main .widget_newsletterwidget .newsletter p,.ie7 .footer-main .widget_newsletterwidget .tnp .tnp-field{width:auto;}
.ie7 .footer-main .widget_newsletterwidget .newsletter p input.newsletter-submit,.ie7 .footer-main .widget_newsletterwidget .tnp input.tnp-submit{float:left;}
.ie7 .footer-main .widget_newsletterwidget .newsletter p input.newsletter-email,.ie7 .footer-main .widget_newsletterwidget .tnp input.tnp-email{height:32px;}
.ie7 .site-header{height:125px;}
.ie7 .products_block ul.products li .block_hover{left:0;padding:10px 1px;bottom:63px;}
.ie7 .products li .onsale, .onsale{top:20px;}
.ie7 .header-middle-top{width:100px;}

.ie7 .header-middle-bottom{width:30px;}
.ie7 .top_main{border-bottom:2px solid #DBDBDB;}

.resp-tabs-container{ background-color: transparent;}
#horizontalTab{text-align:center;}
#horizontalTab ul.resp-tabs-list{
	margin: 15px 0 30px;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
	margin: 5px 0;
    padding: 10px 0;
}
.category-container ul li{
	background: url("images/separator.png") no-repeat scroll right 2px rgba(0, 0, 0, 0);
    display: inline;
    padding: 0 25px 0 15px;
}

.resp-tabs-list li:last-child{
	background: none;
}
.category-container ul li a{ 
	color: #282828;
	font-size: 16px;
}
.resp-tabs-list li {
    background: url("images/separator.png") no-repeat scroll right 4px rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
    padding: 0 25px 0 15px;
}
.resp-tabs-list li:hover h3,
.resp-tabs-list li.resp-tab-active h3 {
	color: #7E7E7E;
}
.resp-tabs-list li h3{ 
	color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.resp-tab-active {
    margin: 0 !important;
    padding: 0 25px 0 15px !important;
    position: relative;
	background: none;
}

.resp-accordion > h3 {
    margin: 0;
}
.resp-tab-active .extra, #options li a.selected .extra, .woocommerce-tabs li.active .extra{
}
.yith_magnifier_gallery li {text-align: center;}
.header_cart #shopping_cart.current .right-arrow {
    background-position: left -43px;
}
.header_cart #shopping_cart .right-arrow {
    background: url("images/megnor/cart_arrow.png") no-repeat scroll left -1px transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
}
/*** end home page products tab ****/

.site-content {
    clear: both;
}
.tp-caption.shop_now_button:hover {
	background-color: #282828;
    color: #FFFFFF;
    cursor: pointer;
}
.content-main.contact-message{
 margin: 20px auto 0 !important;
}
.sitemap {
    overflow: hidden;
}
.feedback {
    clear: both;
    display: inline-block;
    width: 100%;
	 margin-bottom: 10px;
}
.wishlist_table .add_to_cart.button {
    border-radius: 0 !important;
    margin: 0;
}
.homepage .full-width #tertiary, .full-width #tertiary{ display:none; }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; 
}
#rev_slider_1_1, #rev_slider_1_1_wrapper{
	max-width: 100%;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12{padding:0 !important;}
.vc_row{margin:0 auto !important;}

.woocommerce-page .compare.button, .woocommerce .compare.button {
    float: left;
}
.woocommerce ul.cart_list li a.remove,.woocommerce-page ul.cart_list li a.remove {
    color: #333;
    float: right;
    font-size: 15px;
    height: 12px;
    line-height: 12px;
    margin: 0;
    text-align: center;
    width: 12px;
    position: absolute;
    right: 0;
    top: 12px;
	text-indent: 0px;
    font-size: 20px;
}

.woocommerce-shipping-calculator .shipping-calculator-button {
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin: 5px 0;
}
.select2-container .select2-choice{padding:5px 10px;}
.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, 
.yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, 
.wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, 
.woocommerce .yith-wcwl-wishlist-new button, 
.wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, 
.yith-wcwl-wishlist-search-form button.wishlist-search-button{border-radius:0 !important; padding:0;}
.yith-wcwl-add-button{margin:0 0 10px; }

/*.header-link-right .contact-header-menu a {
    padding-left:11px;
	background:url("images/footer_line_sep.png") no-repeat scroll left 1px;
}*/
.site-footer .fifth-widget.widget, .site-footer  .sixth-widget.widget{
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: none;
}
.site-footer .sixth-widget { margin: 43px 0 0;}
.footer-payment h2{ display:none;}
.footer-payment ,.footer-payment li ul{ margin:0 auto 35px; text-align:center; float:none; width:100%;}
.header_logout {
 }

#login-button { cursor: pointer;
    padding-right:13px;
    position: relative;
}

.contact-phone{
    font-family: "Open Sans",Helvetica,sans-serif;
}
.header_logout a{ padding:2px 15px;}
.nav-menu li.main-li a::before {
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out 0s;   -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease;
    width: 0;
    opacity: 0;  -khtml-opacity: 0; -webkit-opacity: 0;  -moz-opacity:0;
    width: 0;
	background: #000000 none repeat scroll 0 0;
}
.nav-menu li.main-li:hover ul li a:before{background: #fff none repeat scroll 0 0;}
.nav-menu li.main-li:hover a:before{
    opacity: 1;   -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1;
    pointer-events: all;  -webkit-pointer-events: all;  -ms-pointer-events: all;  -o-pointer-events: all;  -moz-pointer-events: all;
    transform: translateX(0px);  -webkit-transform: translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);-moz-transform:translateX(0px);
    width: 100%;
    z-index: 1000;
}


.nav-menu li.main-li:hover ul.sub-menu {
    opacity: 1;
    top: 64px;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
}

.rev_slider_wrapper .tp-leftarrow.tparrows.custom{ background: rgba(0, 0, 0, 0) url("images/slider.png") no-repeat scroll 0 0; height:42px; width:42px;}
.rev_slider_wrapper .tp-leftarrow.tparrows.custom:hover {   background-position: 0 -155px;   opacity: 1;}
.rev_slider_wrapper .tp-rightarrow.custom{ background: rgba(0, 0, 0, 0) url("images/slider.png") no-repeat scroll 0 -78px;height:42px; width:42px;}
.rev_slider_wrapper .tp-rightarrow.custom:hover {    background-position: 0 -234px;    opacity: 1;}
.tparrows.tp-leftarrow::before,.custom.tparrows.tp-leftarrow::before,.custom.tparrows.tp-rightarrow::before{ content:'';}
.vc_column-inner {
    padding: 0 !important;
}
/*------------------ service icon --------------------*/
.service-right .icon-top i.fa{transition: all 0.4s ease 0s;}
.service-right .icon-top i.fa-mobile-phone{
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 40px;
    padding: 18px 30px;
}
.service-right .icon-top i.fa-align-center,.service-right .icon-top i.fa-arrows-alt{
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 27px;
    padding:24px;
}
.service-right .icon-top i.fa.fa-users {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 26px;
    padding: 20px; transition: all 0.4s ease 0s;
}
.service-right .icon-top i.fa.fa-file-archive-o {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 26px;
    padding: 20px 22px;
	
}
.service-right .icon-top i.fa.fa-code {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 30px;
    padding: 20px; 
}
.service-right:hover .icon-top i.fa { background:#000; color:#fff; }
.service .icon-center .service-icon{
  background-color: #ffffff;
    border: 6px solid #ffffff;
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    font-size: 26px;
    height: 76px;
    line-height: 65px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 76px;
}
.service:hover .icon-center .service-icon {
    background-color: #000;
    border: 6px solid #ffffff;
    color: #ffffff;
	transition: all 500ms ease 0s;
}

.service .icon-center .service-icon.info-plane { background: transparent url("images/free-shipping.png") no-repeat scroll 0 0px;}
.service:hover .icon-center .service-icon.info-plane{ background-position:0 -98px; transition: all 500ms ease 0s;}
.service .icon-center .service-icon.info-return { background: transparent url("images/free-shipping.png") no-repeat scroll 0 -217px;}
.service:hover .icon-center .service-icon.info-return{ background-position:0 -317px; transition: all 500ms ease 0s;}
.service .icon-center .service-icon.info-text-o { background: transparent url("images/free-shipping.png") no-repeat scroll 0 -433px;}
.service:hover .icon-center .service-icon.info-text-o{ background-position:0 -533px; transition: all 500ms ease 0s;}

.service .icon-center .service-icon.info-support { background: transparent url("images/Free Support.png") no-repeat scroll 0 0px;}
.service:hover .icon-center .service-icon.info-support{ background-position:0 -98px; transition: all 500ms ease 0s;}
.service .icon-center .service-icon.info-user { background: transparent url("images/Free Support.png") no-repeat scroll 0 -214px;}
.service:hover .icon-center .service-icon.info-user{ background-position:0 -313px; transition: all 500ms ease 0s;}
.service .icon-center .service-icon.info-manual { background: transparent url("images/Free Support.png") no-repeat scroll 0 -433px;}
.service:hover .icon-center .service-icon.info-manual{ background-position:0 -533px; transition: all 500ms ease 0s;}
.custom-content-main.cms .vc_col-sm-4 { width:344px;}
.cms_shipping2{ margin: 0 55px;}
.wpb_row.parallex-image {
    background-attachment:fixed!important;
}
.simple-title span ,.fancy-title span{ color:#1b1b1b; font-family: "Raleway",Helvetica,sans-serif;font-weight: normal;}
.brand-container .owl-theme .owl-controls .owl-buttons{ height:0;}
ul.accepted-payment-methods li span{height: 26px!important;  width: 44px!important;}
ul.accepted-payment-methods li.discover span { background: transparent url("images/megnor/discover.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.maestro span { background: transparent url("images/megnor/master_card.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.paypal span { background: transparent url("images/megnor/paypal.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.visa span { background: transparent url("images/megnor/visa.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.dankort span { background: transparent url("images/megnor/dankort.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.american-express span { background: transparent url("images/megnor/american-express.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.bitcoin span { background: transparent url("images/megnor/bitcoin.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.cash-on-delivery span { background: transparent url("images/megnor/cod.png") no-repeat scroll 0 0; }
ul.accepted-payment-methods li.discover span { background: transparent url("images/megnor/discover.png") no-repeat scroll 0 0; }
.widget.widget_accepted_payment_methods {    float: none;}

.newsletter-submit {    background: #282828;}
.newsletter-submit:hover {    background: #000000;}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{margin:0!important;}
.button-container.hb-animate-element.bottom-to-top.hb-in-viewport {    animation: none;}
.portfolio-container .portfolio-title > a {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
}

/*.post.type-post{ border:1px solid #e8e8e8;}*/
.read-more-link {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
   display: inline-block;
    padding: 5px 15px;
    transition-duration: 300ms;
}
.read-more-link:hover {
    background-color: #282828 !important;
    border: 1px solid #282828;
    color: #fff;
    transition-duration: 300ms;
}
.entry-meta span i{ margin-right:6px;}
.blog .excerpt ,.post .excerpt{ margin: 20px 0; text-align:center;}
.entry-meta i{ color:#ccc;}
.entry-meta-inner {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
.entry-content a img,.entry-content p iframe{ margin-bottom:30px;margin-top:30px; display:inline-block; line-height:24px;}
.entry-content .wishlist_table a img{ margin-bottom:0px;margin-top:0px;}
.entry-content p{line-height:24px; margin:0;}
.entry-content p.myaccount_address{ margin-bottom:20px;}
.single-portfolio .entry-content{ margin-bottom:30px;}
.site-main ul.products.list li.product .star-rating{ /*left:40px;*/}
.woocommerce ul.products li.product .yith-wcqv-button, .woocommerce-page ul.products li.product .yith-wcqv-button {
    background: transparent none repeat scroll 0 0;
}
.single-product .products li .onsale,.single-product .onsale{  top:0;}
.woocommerce ul.products li .block_hover .button.yith-wcqv-button,.woocommerce ul.products li .block_hover .yith-wcwl-add-to-wishlist a{ font-size:0;}
.woocommerce ul.products li .block_hover .yith-wcwl-add-to-wishlist a {
    display: inline-block;
}

.woocommerce ul.products li .block_hover a.add_to_cart_button{ font-size:13px; color:#fff;line-height: 20px;}
.woocommerce ul.products li .button::before{ 
	font-size: 18px;   
	font-family: fontawesome;    
	vertical-align: top; 
	 color:#fff;
	margin:0 12px 0 0;
   }
.woocommerce ul.products li .button.yith-wcqv-button::before{  content: "\f06e"; font-size: 20px;   
	font-family: fontawesome;    
	margin: 0 auto; 
	color:#fff; 
  /* padding: 11px 0;*/
	line-height:42px;
	display:inline-block;
     }
.woocommerce ul.products li .button.add_to_cart_button::before{ content: "\f07a";}
.woocommerce ul.products li .button.product_type_variable::before{ content: "\f0a6";}
.home .woocommerce ul.products li.product a.add_to_wishlist::before,.home .woocommerce-page ul.products li.product a.add_to_wishlist::before {/* position:absolute; width:100%;*/}
.woocommerce ul.products li.product a.add_to_wishlist::before, .woocommerce-page ul.products li.product a.add_to_wishlist::before {
     content: "\f004";
   font-family: "FontAwesome";
    font-size: 16px;
     margin: 0 auto;
    text-align: center;
	color:#fff;
	position:absolute;
	top:0%;
	left:0px;
	right:0;
	display:block;
	padding:11px 0;	
}
.ie8 
.woocommerce ul.products li.product a.add_to_wishlist::before,.ie8 .woocommerce-page ul.products li.product a.add_to_wishlist::before {line-height:20px;}
.yith-wcwl-wishlistexistsbrowse.show a::before, .yith-wcwl-wishlistaddedbrowse.show a::before {color:#fff; }
.yith-wcwl-wishlistexistsbrowse.show a::before, .yith-wcwl-wishlistaddedbrowse.show a::before {
   content:'\f064';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 42px;
    margin: 0 auto;
	width: 100%; 
	top:0; right:0; left:0; position:absolute;
}
.yith-wcwl-wishlistexistsbrowse.show a, .yith-wcwl-wishlistaddedbrowse.show a {
    background: #000 none repeat scroll 0 0;
    float: left;
    font-size: 0;
    height: 40px;
    padding: 0px;
   top:0; right:0; left:0; position:absolute;
    width: 100%;
}
#primary .gridlist-toggle { padding: 0 !important;}
#secondary .widget h1 { margin-bottom: 10px;}
.block_hover .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .block_hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{}
.block_hover .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {   
     display: inline-block!important;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
	
}
.yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse .feedback a, .yith-wcwl-wishlistexistsbrowse a {  color: #fff;}
.woocommerce ul.products li .image-block a, .woocommerce-page ul.products li .image-block a {  background: #000000;}
.yith-wcwl-wishlistexistsbrowse.show .feedback, .yith-wcwl-wishlistaddedbrowse.show .feedback {  /*display: none;    font-size: 0;    margin: 0;    padding: 0;    text-indent: -9999px;*/}
.yith-wcwl-wishlistexistsbrowse.show a::before, .yith-wcwl-wishlistaddedbrowse.show a::before {    color: #fff;}
.yith-wcwl-wishlistexistsbrowse.show > a {    font-size: 0; }
.block_hover .image-block {   position: absolute;}
ul.products li .block_hover {
     float: none;
    left: 0;
    margin: 0 auto;
    opacity:1;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
	background:#000000;
     opacity:0;
    transition: visibility 0s ease-in-out 600ms, opacity 300ms ease-in-out 300ms;
   /* visibility: hidden;*/
   bottom:0;
}
.woocommerce ul.products li .button.yith-wcqv-button,.woocommerce ul.products li .block_hover div.yith-wcwl-add-to-wishlist{
    display: block;
    float: left;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
	transition: all 300ms ease 0s;
  }
  .woocommerce ul.products li .block_hover div.yith-wcwl-add-to-wishlist {
    padding: 11px 0;
}
.product-block-hover, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist, span.customSelect {
    border-color: #888888;
}

.woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a.add_to_wishlist { /*width:100%; position:absolute;*/}
.woocommerce-page ul.products.list li.product .yith-wcwl-add-to-wishlist a.add_to_wishlist ,
.woocommerce ul.products.list li.product a.add_to_wishlist::before, .woocommerce-page ul.products.list li.product a.add_to_wishlist::before{/* width:auto; position:absolute;*/}
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
    border-left:1px solid #494949;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
    width: 21%;
}
.woocommerce ul.products li.product .yith-wcqv-button, .woocommerce-page ul.products li.product .yith-wcqv-button{
   border-left:1px solid #494949;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
    width:21%;
	line-height:0;
}
.woocommerce ul.products li.product .product_type_simple, .woocommerce-page ul.products li.product .product_type_simple, .woocommerce ul.products li.product .product_type_grouped, .woocommerce-page ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce-page ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable, .woocommerce-page ul.products li.product .product_type_variable {
     height: 42px;
     
    float: left; width:58%;
	font-size:13px; color:#fff;
}
.button.yith-wcqv-button {
    clear: none;
}
.woocommerce ul.products li a:hover{ color:#888!important;}
.woocommerce ul.products li .button.yith-wcqv-button:hover:before ,
.woocommerce ul.products li .yith-wcwl-add-to-wishlist:hover a.add_to_wishlist::before,
.woocommerce ul.products li .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show a::before,
.woocommerce ul.products li .button:hover::before,
.woocommerce ul.products li .block_hover a.add_to_cart_button:hover{ color:rgba(255, 255, 255, 0.6)!important;}
.wpcf7-form p{margin-bottom:10px;}
.wpcf7-form img{ max-width:100%; width: auto;}
.h-family h1{font-size: 24px;    font-weight: 400;    line-height: 28px;}
.h-family h2{font-size: 22px;    font-weight: 400;    line-height: 26px;}
.h-family h3{font-size: 20px;    font-weight: 400;    line-height: 24px;}
.h-family h4{font-size: 18px;    font-weight: 400;    line-height: 24px;}
.h-family h5{font-size: 16px;    font-weight: 400;    line-height: 24px;}
.h-family h6{font-size: 14px;    font-weight: 400;    line-height: 24px;}
.simple-title.medium{ margin-bottom:20px;}
.medium-title span{    font-weight: 600;}
.small-title { margin-bottom:10px;}
.small-title span{font-weight: 600; font-size:16px;}
/*------- Accordion1 ----*/
.toogle_div .tab_content, .accordion .tab_content {
    display: none;}
.toogle_div .tog, .accordion .tog, .tour li a {
    display: block;
    line-height: 20px;
    margin: 0 0 10px;
    position: relative;
    text-decoration: none;
	 font-size: 14px;
    text-transform: uppercase;
}
 
.accordion span.icon::after, .toogle_div span.icon::after {
     content: "\f067";
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
	font-size:12px;
}
.accordion a.current span.icon:after,
.toogle_div a.current span.icon:after {
    content: "\f068";
    font-family: FontAwesome;
    left: 10px;
    position: absolute;font-size:12px;
}
/*-------  One ----*/
.accordion.style1 .accordion-title, .toggle.style1 .toggle-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 14px 10px 14px 30px;
  position: relative;}
/*------- Two  ----*/
.accordion.style2 .accordion-title, .toggle.style2 .toggle-title {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 15px 10px 15px 30px;
}
/*------- three  ----*/

.accordion.style3 span.icon::after, .accordion.style4 span.icon::after, .accordion.style3 a.current span.icon::after, .accordion.style4 a.current span.icon::after, .toggle.style3 span.icon::after, .toggle.style4 span.icon::after, .toggle.style3 a.current span.icon::after, .toggle.style4 a.current span.icon::after {
    left: auto;
    right: 10px;
}
.accordion.style3 .accordion-title, .toggle.style3 .toggle-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 14px 30px 14px 10px;
}
/*-------Four  ----*/

.accordion.style4 .accordion-title, .toggle.style4 .toggle-title {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 15px 30px 15px 10px;
}
/*-------------------*/
#content  img.ajax-loading{
   float: none;
    left: 0;
    margin:0 auto!important;
    position:absolute;
    top: 12px;
    width: auto;
	right:0;
}
.home #content  img.ajax-loading, #content  .products.grid img.ajax-loading{
  
	

}
.products.list li{ line-height:20px;}
.single-product .entry-summary .yith-wcwl-add-to-wishlist a {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  color: #282828; display: block; font-size: 14px; font-weight: 600;position: relative; top: auto;}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before,.single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before{ width:auto;}
.single-product .entry-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse.show a::before,.single-product .entry-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show a::before{ color:#282828;}
table.variations{
	border-bottom:none;
}
.upsells.products,.related.products{clear:both;margin-top: 30px;}
.woocommerce table.wishlist_table{ font-size:14px;}
.wishlist_table .add_to_cart.button{ padding: 10px 15px; line-height:20px;}
.wishlist_table ins span {
    color: #000;
    font-family: open sans;
    font-weight: bold;
}
.woocommerce-checkout-payment img ,.google-chart img,.spark-line img{ width:auto;}

form.login {
    width: 50%;
}
.entry-content .gallery-item img{ margin:0;}
#portfolio_filters li a.selected{ color:#000000;}
.single-product .site-main,.post-type-archive-product .site-main{ margin-top:0; margin-bottom:0;}
.single-product .page-title.header, .page-title.shop{ margin-bottom:30px;}
.single-portfolio .entry-content img,single-attachment .entry-content img{ margin-top:0;}
.entry-content .brand-container img,.entry-content .shop_table img{ margin-top:0; max-width:100%; width:auto; margin-bottom:0;} 
.woocommerce-page.post-type-archive-product .page-title.header, 
.single-product .woocommerce-breadcrumb ,
.woocommerce-page.tax-product_cat .page-title.header,
.woocommerce-page.tax-product_tag .page-title.header,
.archive .page-title.header
{
    display: none;
}
.full-width.content-main ul.products.list li.product h3,.full-width.content-main ul.products.list li.product div[itemprop="description"],.full-width.content-main ul.products.list li.product .price,.full-width.content-main ul.products.list li.product .gridlist-buttonwrap{ width:73.2%!important;}
.content-area ul.products.list li.product .description{ margin:10px 0;}

.single-faq .tog, .single-faq .tour li a {
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0;
    padding: 8px 8px 8px 35px;
    text-transform: none;
}

.style-1 .single-faq {
    margin-bottom: 10px;
}
.custom-content-main.cms{ width:100%;}
.faqs-content.style-1 .toogle_div span.faq_title::after {
    color: #282828;
    content:"\f067" ;
    font-family: FontAwesome;
    font-size: 12px;
    height: 22px;
    left: 6px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 22px;
}
.faqs-container .tab_content {
    padding: 10px;
}
.parallax-img .one_third{ height:200px;}

/*------- musang zoom--------*/
#sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 9999;
}
#sb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
}
#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}
#sb-title, #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#sb-title-inner {
    font-size: 16px;
}
#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
}
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    color: #fff;
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}
#sb-wrapper-inner {
    border: 1px solid #303030;
    height: 100px;
    overflow: hidden;
    position: relative;
}

#sb-body, #sb-loading {
    background-color: #060606;
}
#sb-body {
    height: 100%;
    position: relative;
}

#sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
}
#sb-body img {
    border: medium none;
}

#sb-loading {
    height: 100%;
    position: relative;
}

#sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#sb-loading-inner span {
    background: rgba(0, 0, 0, 0) url("images//lightbox/loading.gif") no-repeat scroll 0 0;
    display: inline-block;
    padding-left: 34px;
}

#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}
#sb-title, #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#sb-info-inner {
    font-size: 12px;
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}
#sb-counter a {
    color: #fff;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-left: 3px;
    width: 16px;
}
#sb-nav-close {
    background-image: url("images/lightbox/close.png");
}
#sb-nav-next {
    background-image: url("images/lightbox/next.png");
}
#sb-nav-play {
    background-image: url("images/lightbox/play.png");
}
#sb-nav-pause {
    background-image: url("images/lightbox/pause.png");
}
#sb-nav-previous {
    background-image: url("images/lightbox/previous.png");
}
/*------------ end mustang gallary-------------*/
.single-post .block_hover .links {
    margin: -20px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-post .block_hover {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 99;
}
.single-post-container:hover .single-post .block_hover {
    opacity: 1;
    right: 0;
    transform: scale(0.95, 0.9);
    transition-duration: 500ms;
    z-index: 9999;
}
.blog .post.type-post,.post.type-post{margin-bottom:60px; border-bottom:1px solid #ddd;padding-bottom:10px; display: inline-block; width:100%}
/******* contact form*****/

.contact-input {    float: left;    margin: 0 15px 15px 0;    width: 28%;}
.contact-input input,.contact-textarea textarea{ width:100%;}
.contact-textarea {    clear: both;    float: left;    margin: 0 0 15px;    width: 88%;}
.contact_form form {    clear: both;	margin-bottom:20px;}
.button-submit{ clear:both;}
.entry-content .offer-banner-backgroundimage img{ margin:0;}
.accepted-payment-methods li span{ font-size:0;}
.woocommerce-tabs.wc-tabs-wrapper {    margin-top: 30px;/*display: inline-block;*/}
.single-product form.cart{float: left;    margin: 0 10px 10px 0;}
.single-product .entry-summary .add_to_wishlist,
.single-product  .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{ background:none!important; color:#282828!important; text-transform:capitalize; font-weight:bold!important;padding:0!important;}
.single-product .yith-wcwl-add-button:hover .add_to_wishlist,
.single-product  .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a{color:#5e5e5e!important;}
.single-product  .entry-summary  .yith-wcwl-wishlistexistsbrowse.show a::before,.single-product .entry-summary  .yith-wcwl-wishlistaddedbrowse.show a::before{display:none;}
.single-product .yith-wcwl-add-button{ margin:0;}
.single-product .yith-wcwl-add-to-wishlist{ margin-top:10px;}
.product_meta .sku_wrapper,.product_meta .posted_in,.product_meta .tagged_as{ width:100%;}
.toggle-one{ padding-right:20px!important;}
.toggle-two{ padding-left:20px!important;}
.widget_newsletterwidget h2{ display:none;}
.sidebar-container .widget_product_search{   border: 1px solid #ddd;    display: inline-block; width:100%;}
.sidebar-container .woocommerce-product-search::before{right:0; left:auto;}
.sidebar-container .woocommerce-product-search-field{padding: 6px 30px 6px 6px;}
.price_slider_amount .button {   clear: none;    float: right;    margin: 0;    padding: 10px 12px;}
.header_cart .togg a.button, .header_login .togg a.button,.header_cart .togg a.button:hover, .header_login .togg a.button:hover{ padding: 5px 10px !important;}
.woocommerce .sidebar-inner .widget ul .star-rating span, .woocommerce-page .sidebar-inner .widget ul .star-rating span{color:#f2b611}
.sidebar-container .products li .price del span, .sidebar-container .widget li del span{ text-decoration: line-through;}
.amount {  font-family: open sans;}
.woocommerce #content table.wishlist_table.cart a.remove ,.woocommerce-cart a.remove{ height: 16px; line-height: 14px;  text-indent:0;  width: 16px;  display: block; font-size: 20px;}
.single-post .entry-title-main /*,.single-attachment .entry-title-main*/{}
.entry-content .offerbanner1 img, .entry-content .offerbanner2 img {  margin: 0;}
.category .entry-title-main.page-title {
    padding: 0 0 20px;
}
/* Product Category Tree View */

.product-categories { }
.product-categories .hitarea, .widget_pages .hitarea,.widget_nav_menu .hitarea {
   	cursor: pointer;
    float: right;
    height: 30px;   
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 9;
}

.product-categories .expandable .collapsable-hitarea,
.widget_pages .expandable .collapsable-hitarea{ 	
	text-align:center;
} 
.product-categories .expandable-hitarea,
.widget_pages .expandable-hitarea,.widget_nav_menu .expandable-hitarea { 
	text-align:center;
} 
.product-categories .collapsable-hitarea,
.widget_pages .collapsable-hitarea,.widget_nav_menu .collapsable-hitarea { 	
	text-align:center;
}

.product-categories .expandable .collapsable-hitarea:before,
.widget_pages .expandable .collapsable-hitarea:before{ 
	font-family:'FontAwesome';
	content:'\f068';
	font-size:10px;	
} 
.product-categories .expandable-hitarea:before,
.widget_pages .expandable-hitarea:before,.widget_nav_menu .expandable-hitarea:before{ 
	font-family:'FontAwesome';
	content:'\f067';
	font-size:10px;	
} 
.product-categories .collapsable-hitarea:before,
.widget_pages .collapsable-hitarea:before,.widget_nav_menu .collapsable-hitarea:before{ 
	font-family:'FontAwesome';
	content:'\f068';
	font-size:10px;	
}  
.product-categories .expandable-hitarea:before,.product-categories .collapsable-hitarea:before,.product-categories .expandable .collapsable-hitarea:before{color:#888;  display: block;
    margin: 4px 0 0;}

.woocommerce ul.products.grid li.product.columns-2, .woocommerce-page ul.products.grid li.product.columns-2 {
    width: 49%;
}

.woocommerce ul.products.grid li.product.columns-3, .woocommerce-page ul.products.grid li.product.columns-3 {
    width: 33%;
}

.woocommerce ul.products.grid li.product.columns-4, .woocommerce-page ul.products.grid li.product.columns-4 {
    width: 24.6%;
}

.woocommerce ul.products.grid li.product.columns-5, .woocommerce-page ul.products.grid li.product.columns-5 {
    width: 18%;
}
.woocommerce ul.products.grid li.product.columns-6, .woocommerce-page ul.products.grid li.product.columns-6{
    width: 16%;
}
#woo-products, .woocommerce ul.products.grid, .woocommerce-page ul.products.grid,.upsells .products, .related .products,.cross-sells .products {
   /* margin: 0 -12px;*/
}

.woocommerce ul.products.grid li.product.columns-4 .block_hover a.button, .woocommerce-page ul.products.grid li.product.columns-4 .block_hover a.button,
.woocommerce ul.products.grid li.product.columns-5 .block_hover a.button, .woocommerce-page ul.products.grid li.product.columns-5 .block_hover a.button,
.woocommerce ul.products.grid li.product.columns-6 .block_hover a.button, .woocommerce-page ul.products.grid li.product.columns-6 .block_hover a.button,
.woocommerce ul.products.grid li.product.columns-4 .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.grid li.product.columns-4 li.product .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.grid li.product.columns-5 .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.grid li.product.columns-5 .yith-wcwl-add-to-wishlist,
.woocommerce ul.products.grid li.product.columns-6 .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products.grid li.product.columns-6 .yith-wcwl-add-to-wishlist
 { font-size:0; width:33.33%;}
 
.woocommerce ul.products.grid li.product.columns-4 .button::before,.woocommerce ul.products.grid li.product.columns-5 .button::before,.woocommerce ul.products.grid li.product.columns-6 .button::before{ margin:0;}
.woocommerce ul.products.grid li.product, .woocommerce-page ul.products.grid li.product {
    float: none;
	display:inline-block;
	vertical-align:top;
    padding: 0;
    position: relative;
    text-align: center;
	
}
 .woocommerce ul.products li .block_hover div.yith-wcwl-add-to-wishlist {
    height: 42px;
    padding:0;
    }
.woocommerce ul.products li.product a.add_to_wishlist {
    height: 42px;
    width: 100%;
}
.woocommerce-tabs select#rating ,.woocommerce-tabs #respond #commentform span.customSelect{ display:none!important;}
/* -----------------star -------------------------*/
/******		REVIEW STAR		******/
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: "\e020"
}
.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}
.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}
.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}
.woocommerce p.stars a, .woocommerce-page p.stars a { color:#f2b611; }
.woocommerce p.stars a:hover, .woocommerce-page p.stars a:hover,.woocommerce p.stars a.active, .woocommerce-page p.stars a.active{ color:#f2b611; } 
/*-------------end star---------------------------*/
.customSelectOpen .customSelectInner{background:rgba(0, 0, 0, 0) url("images/up_arrow.png") no-repeat scroll right center;}
.full-width ul.products.grid li.product img{ width:100%;}
.gallery-columns-5 .gallery-caption .gallery-zoom, .gallery-columns-5 .gallery-caption .icon.next { display: inline-block; left: 0; margin: 0 8px; position: relative; right: 0; top: 40%;}
#page .topnav #searchform #searchsubmit,#page .widget_product_search button[type="submit"],#page .header-middle-top .woocommerce-product-search button[type="submit"]{ display:block!important; line-height:22px;}
.widget_product_search button[type="submit"]{right:0;}
button[disabled],
input[disabled],.button.disabled,
.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: 0.5!important;
    cursor: not-allowed !important;
} 
.woocommerce-tabs ul.tabs li a{margin:0;}
.woocommerce-tabs ul.tabs{padding:0;width:100%;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img, .woocommerce-page #content div.product div.images ul li img {
    max-width: 5.5em;
}