/*

Theme Name: StyleMag
Theme URI: http://themes.quitenicestuff.com/stylemagwp
Description: A Premium WordPress Theme for Magazines/Ecommerce
Version: 1.3.7
Author: quitenicestuff
Author URI: http://themeforest.net/user/quitenicestuff
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, one-column, two-columns, left-sidebar, right-sidebar, custom-colors

*/





/* Style Index * /

1.0 - Global
2.0 - General Structure
3.0 - Header Area
	3.1 - Site Title
	3.2 - Header Menu
	3.3 - Social Icons
4.0 - Main Menu
	4.1 - Mobile Menu
	4.2 - Main Menu Search
5.0 - Slideshow
	5.1 - News Slider
6.0 - Typography
	6.1 - Lists
	6.2 - Buttons
	6.3 - Tables
	6.4 - Alerts & Messages
	6.5 - Forms
	6.6 - Pagination
	6.7 - Breadcrumbs
7.0 - Columns
	7.1 - 4 Columns
	7.2 - 3 Columns
	7.3 - 2 Columns
	7.4 - Column Shortcodes
	7.5 - Photo Gallery Columns
8.0 - JS Elements
	8.1 - Accordion
	8.2 - Toggle
	8.3 - Tabs
9.0 - Articles
	9.1 - Article Columns
	9.2 - Article Social Links
	9.3 - Article Comments
10.0 - Products
	10.1 - Product Columns 4
	10.2 - Product Columns 3
	10.3 - Product Columns 2
	10.4 - Product Structure
	10.5 - Product Single
	10.6 - Product Cart Form
11.0 - Homepage
12.0 - Widgets
	12.1 - 4 Column Advert Widget
	12.2 - Newsletter Widget
	12.3 - Latest Posts Widget
	12.4 - Tags Widget
13.0 - Footer
13.1 - Footer Menu





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

pre {
    background: url(images/pre.png);
    border: #dee0e0 1px solid;
    font-family: Consolas,"Andale Mono",Courier,"Courier New",monospace;
    font-size: 12px;
    line-height: 155%;
    margin: 0 0 30px;
    padding: 20px;
    white-space: pre-wrap;
}

.clearfix, .wp-tag-cloud, #searchform, .widget {
	zoom: 1;
}

.clearfix:before, .clearfix:after,
.wp-tag-cloud:before, .wp-tag-cloud:after,
#searchform:before, #searchform:after,
.widget:before, .widget:after {
	content: "";
	display: table;
}

.clearfix:after,
.wp-tag-cloud:after,
#searchform:after,
.widget:after {
	clear: both;
}

.clearboth,
#searchform,
.widget {
	clear: both;
}

/* 1.0 - Global */
/*body {
	background: url(images/bg.png) fixed;
	color: #666767;
}*/

body, .icon-area h3, .products-4columns li h4, #footer h6, textarea{
	font-family: 'Open Sans', sans-serif;
}

h6 {
font-family: arial;
}

h1, h2, h3, h4, h5
.cart-top, 
.flex-caption h2, 
.dropcap, 
.page-content table th,
#site-title #tagline,
.news-image-title,
blockquote,
.product-price .from,
.product-price-single .from {
	font-family: 'Cardo', serif;
}

a {
	color: #666767;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 2.0 - General Structure */
#background-wrapper {
	/*width: 1000px;*/
	margin: 0 auto;
	background: #fff;
	/*box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);*/
}
#background-wrapper #header-wrapper, #background-wrapper #wrapper-main-content{width:75%; margin: 0 auto;}
#background-wrapper #main-menu-wrapper{width: 960px;margin: 0 auto;}
/*.content-wrapper {
	padding: 0 3%;
}*/


#main-content {
	width: 70%;
	padding: 3% 2% 0 0;
	float: left;
}

#sidebar-content {
	width: 23.6% !important;
	padding: 3% 0 0 3%;	
	float: right;	
	position: relative;
	min-height: 124px;
	min-width: 240px;
}

.sidebar-fade {
	background: url(images/sidebar-fade.png) no-repeat;
	width: 23px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	left: -1px;
}

.sidebar-content-left-sidebar .sidebar-fade {
	background: url(images/sidebar-left-fade.png) no-repeat;
	width: 23px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	right: -1px !important;
	left: auto;
}

/*#main-content {
	width: 70%;
	float: right;
	background: url(images/side-shadow.png) left top no-repeat;
	border-left: #dadada 1px solid;
	padding: 3% 0 0 3%;
}

#sidebar-content {
	width: 23.6%;
	float: left;
	background: none;
	border-left: none;
	padding: 3% 3% 0 0;
}*/

.full-width {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: none !important;
	border: none !important;
	padding: 3% 3% 0 0 !important;
}

.main-content-left-sidebar {
	float: right !important;
	padding: 3% 0 0 3% !important;
}

.sidebar-content-left-sidebar {
	float: left !important;
	background: url(images/side-left-shadow.png) right top no-repeat !important;
	border-left: none !important;
	border-right: #dadada 1px solid;
	padding: 3% 3% 0 0 !important;
}

/* 3.0 - Header Area */

#header-wrapper {
	/*height: 105px;*/
	overflow: visible;
        position: relative;
}

#header-left {
	width: 72% !important;
	float: left;
}

#header-right {
	width: 25%;
/*	float: right;*/
	padding: 15px 10px;
	background-color: #d8579e;	
	height: 100px;
        position:absolute;
/*        top:25px;*/
        right:0;
}
#header-right .access{text-align: right;margin-bottom: 10px;color: #fff;}
#header-right .access a{color: #fff;text-transform: uppercase;font-size: 12px;}

/*.top-nav {
position: fixed;
width: 100%;
background-color: #ffffff;
}

.top-nav-container {
margin-left: auto;
margin-right: auto;
}

.top-nav ul li{
display: inline;
list-style-type: none;
padding-right: 10px;
}*/

/*top Ad*/
#topAd{background-color: #ebebeb;padding: 10px 0;margin: 10px 0;}

/* 3.1 - Site Title */
#site-title h2 {
	font-size: 42px;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
}

#site-title h2 span {
	font-style: italic;
	color: #a09d9d;
}

#site-title a {
	text-decoration: none;
	color: #1c1c1c;
}

#site-title #tagline {
	color: #a09d9d;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	padding: 64px 0 0 20px;
	letter-spacing: 0.1em;
}

#site-title h2 {
	width: auto;
	padding-left: 10%;
}

.site-title-image img {
	width: 100%;
}

/* 3.2 - Header Menu */
.header-menu {
	float: right;
	margin: 13px 0 20px 0;
}

.header-menu li {
	float: left;
	background: url(images/dot1.png) no-repeat right center;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-size: 12px;
}

.header-menu li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

.header-menu li a {
	text-decoration: none;
}

.shopping-bag {
	background: url(images/shopping-bag.png) no-repeat;
	width: 22px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	padding: 13px 0 0 0;
	text-align: center;
	float: right;
	text-decoration: none;
	margin: 0 0 10px 0;
}

/* 3.3 - Social Icons */
.social-icons {
	float: right;
	margin: 0 0 10px 0;
}

.social-icons li {
	float: left;
	list-style: none !important;
}

#sidebar-content .social-icons {
	float: left;
}

#sidebar-content .social-icons li {
	margin: 0 0 5px 0;
}

.social-icons li:last-child span {
	margin: 0 !important;
}


.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon,  
.flickr_icon {
	display: block !important;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 5px 0 0;
	width: 25px !important;
	height: 25px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



#footer-wrapper .twitter_icon, 
#footer-wrapper .pinterest_icon, 
#footer-wrapper .facebook_icon, 
#footer-wrapper .googleplus_icon, 
#footer-wrapper .tumblr_icon, 
#footer-wrapper .vimeo_icon, 
#footer-wrapper .youtube_icon, 
#footer-wrapper .rss_icon, 
#footer-wrapper .flickr_icon,
#footer-wrapper .linkedin_icon {
	margin: 0 5px 5px 0;
}


.googleplus_icon:hover, 
.tumblr_icon:hover, 
.vimeo_icon:hover,
.flickr_icon:hover {
	background-image: url(images/social-icons.png) no-repeat;
	background-color: #1c1c1c;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.googleplus_icon, 
.tumblr_icon, 
.vimeo_icon,  
.flickr_icon {
	background: url(images/social-icons.png) no-repeat #c4c4c4;
}

.googleplus_icon,
.googleplus_icon:hover {
	background-position: -77px 6px;
}

.tumblr_icon,
.tumblr_icon:hover {
	background-position: -105px 6px;
}

.vimeo_icon,
.vimeo_icon:hover {
	background-position: -133px 6px;
}
.flickr_icon,
.flickr_icon:hover {
	background-position: -216px 6px;
}

.footer-content .twitter_icon,
.footer-content .pinterest_icon, 
.footer-content .facebook_icon,
.footer-content .youtube_icon, 
.footer-content .rss_icon,
.footer-content .linkedin_icon{
	background: url(images/SocialMediaLogos.png) no-repeat;
}

.twitter_icon,
.pinterest_icon, 
.facebook_icon,
.youtube_icon, 
.rss_icon,
.linkedin_icon{
	background: url(images/SocialMediaLogos_white.png) no-repeat;
}
.twitter_icon,
.pinterest_icon, 
.facebook_icon,
.youtube_icon, 
.rss_icon,
.linkedin_icon{
	display: block !important;	
	margin: 0 5px 0 0;
	width: 35px !important;
	height: 41px !important;	
}
.linkedin_icon, .footer-content .linkedin_icon{
	background-position: -231px 0px;
}
.twitter_icon/*,
.twitter_icon:hover */,.footer-content .twitter_icon{
	background-position: -45px 0px;
}

.pinterest_icon/*,
.pinterest_icon:hover*/,
.footer-content .pinterest_icon {
	background-position: -185px 0px;
}

.facebook_icon/*,
.facebook_icon:hover*/, 
.footer-content .facebook_icon, {
	background-position: 0px 0px;
}

.youtube_icon/*,
.youtube_icon:hover*/,
.footer-content .youtube_icon {	
	background-position: -139px 0px;
}

.rss_icon/*,
.rss_icon:hover*/, 
.footer-content .rss_icon {
	background-position: -91px 0px;
}


/* 4.0 - Main Menu */
#main-menu-wrapper {
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	position: relative;
}

/*#main-menu {
	width: 80%;
}*/

#main-menu a {
	padding: 19px 7px 20px 7px;
	text-decoration:none;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#main-menu a,
#main-menu li.sfHover li a, 
#main-menu li li a, 
#main-menu li li li a {
	color: #3f3f3f;
}

#main-menu li {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#main-menu li a {
	color: #666767;
	border-color: transparent;
}

#main-menu li li {
	margin: 0;
	font-weight: 400;
	text-transform: capitalize;
}

#main-menu li.sfHover li a, #main-menu li li a, #main-menu li li li a {
	font-size: 13px;
	margin: 0;
	padding: 15px;
	border-left: none;
	background: #fff;
	border-bottom: #eee 1px solid;
}

#main-menu li li a:hover,
#main-menu li li:last-child li a:hover {
	background: url(images/darkdots.png) #fbfbfb repeat-x bottom;
}
#main-menu li.sfHover li a:hover{
	color:#db509d;
}
#main-menu li li:last-child a,
#main-menu li li:last-child li:last-child a {
	background: #fff;
	border-bottom: none;
}

#main-menu li li:last-child li a {
	background: url(images/darkdots.png) #fff repeat-x bottom;
}

#main-menu li li:last-child a:hover,
#main-menu li li:last-child li:last-child a:hover {
	background: #fbfbfb;
}

#main-menu li a:hover, #main-menu li.sfHover a,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	outline: 0;
}

#main-menu li ul {
	z-index: 999 !important;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
	border-bottom: #1c1c1c 4px solid;
}

#main-menu li li ul {
	margin-left: -1px;
}

#main-menu a.sf-with-ul {
	padding-right: 30px;
	min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
	padding-right: 2.25em;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 1em;
	top: 1.4em;
	width: 10px;
	height: 7px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/menu-arrow.png) no-repeat;
}

li ul li .sf-sub-indicator {
	top: 1.3em;
	right: 1.85em;
}

a > .sf-sub-indicator { 
	top: 1.85em;
	background-position: 0 0px; 
}

#main-menu ul .sf-sub-indicator { background-position: 0px -29px !important;height:10px;width:7px; }
#main-menu li.current_page_item a, #main-menu li a:hover, #main-menu li.sfHover a {
	color: #db509d;
}

/* 4.1 - Mobile Menu */
.mobile-menu-button {
	display: none;
	background: url(images/mobile-menu.png) #1c1c1c;
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
	width: 51px;
	height: 53px;
	position: absolute;
	left: 0;
	top: -1px;
}

.mobile-menu-button:hover {
	cursor: pointer;
}

.mobile-menu-wrapper {
	width: 100%;
	background: #1c1c1c;
	position: relative;
	top: 52px;
	display: none;
	padding: 0 0 30px 0;
	margin: 0 0 52px 0;
}

#mobile-menu {
	width: 95%;
	padding: 0 2.5% !important;	
}

#mobile-menu li {
	border-top: #313335 1px solid;
}

#mobile-menu li li {
	margin: 0 0 0 10px;
}

#mobile-menu li li li {
	margin: 0 0 0 20px;
}

#mobile-menu li a {
	color: #9da0a4;
	line-height: 2.5em;
	text-decoration: none;
	display: block;
}

#mobile-menu li a:hover {
	color: #fff;
}

#mobile-menu li.current_page_item a {
	color: #fff;
}

#mobile-menu li.current_page_item ul li a {
	color: #9da0a4;
}

#mobile-menu li.current_page_item ul li a:hover {
	color: #fff;
}

/* 4.2 - Main Menu Search */
.menu-search-button {
	background-image: url(images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #a7c539;
	width: 51px;
	height: 53px;
	position: absolute;
	right: 0;
	top: -1px;
}

.menu-search-button:hover {
	cursor: pointer;
}

.menu-search-form {
	width: 19.1%;
	float: right;
}

.menu-search-field {
	background: #f8f8f8;
	width: 0%;
	height: 49px;
	margin-right: 51px;
	border: none;
	border-left: #dfdcdc 1px solid;
	float: right;
	padding: 1px 0px;
	color: #b0b0b0;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

/* 5.0 - Slideshow */
.loader {
	display: none !important;
}

.slides li {
	position: relative;
}

.slider {
	position: relative;
	z-index: 1;
}

.slider li.post {
	padding: 0 0 55px 0;
}

.slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next {
    top: 190px;
    display: block;
 	width: 43px;
    height: 43px;
    position: absolute;
    text-indent: -9999px;
    z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider .flex-direction-nav .flex-prev {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: 14px 12px;
	left: 0px;
	border-right: #1c1c1c 4px solid;
}

.slider .flex-direction-nav .flex-next {
	background: url(images/slide-arrows.png) #fff no-repeat;
	background-position: -41px 12px;
	right: 0px;
	border-left: #1c1c1c 4px solid;
}

.flex-caption {
	position: relative;
	bottom: -30px;
}

.flex-caption p {
	color: #666767;
	font-size: 14px;
	text-align: center;
	line-height: 160%;
}

.flex-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.flex-caption h2 a {
	text-decoration: none;
	color: #1c1c1c;
}

.flex-caption h2 span {
	color: #666767;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	display: block;
	border-bottom: #dfdcdc 1px solid;
	width: 150px;
	margin: 0 auto 10px auto;
	padding: 8px 0 8px 0;
}

.flex-control-paging li a.flex-active {
	background: #666767 !important;
}

.flex-control-paging li a {
	background: #c4c4c4 !important;
	box-shadow: none !important;
	margin: 0 1px 0 0;
	width: 8px !important;
	height: 8px !important;
}

.flex-control-nav {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

.flex-control-nav li {
	line-height: 0 !important;
}

.slider {
	position: relative;
}

.slider-border {
	border: #ccc 1px solid;
	margin: 0 0 30px 0;
}

.slide-loader {
	background: url(images/loader.gif) #f5f5f5 no-repeat center center !important;
	min-height: 416px;
}

.flex-control-paging {
	position: absolute;
	top: 455px !important;
}

/* 5.1 - News Slider */
.slider-news {
	position: relative;
	width: 100%;
}

.slider-news .slides li {
	padding: 0 1px 0 0;
	border-bottom: #d8d8d8 1px dotted;
}

.slider-news .flex-direction-nav .flex-prev, .slider-news .flex-direction-nav .flex-next {
    top: -56px;
    display: block;
 	width: 15px;
    height: 15px;
    position: absolute;
    text-indent: -9999px;
    z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slider-news .flex-direction-nav .flex-prev {	
	right: 30px;
	background: url(images/arrow-prev.png) center #a7c539 no-repeat;
	padding: 10px;
	margin-right: 20px;
}

.slider-news .flex-direction-nav .flex-next {
	right: -6px;
	background: url(images/arrow-next.png) center #a7c539 no-repeat;
	padding: 10px;
	border-left: 1px solid #a7a7a7;
	margin-right: 20px;
}

/* 6.0 - Typography*/
h1,h2,h3,h4,h5,h6 {
	color: #1c1c1c;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

blockquote {
	border-left: #dfdcdc 1px solid;
	color: #a2a3a3;
	font-style: italic;
	padding: 20px;
	margin: 0 0 20px 20px;
}

blockquote p {
	margin: 0 !important;
	font-size: 20px !important;
	text-align: center;
}

.page-title {
	font-size: 24px;
	color: #1c1c1c;
}

.page-title a {
	color: #733c59;
	text-decoration: none;
	font-weight: bold;
}

#main-content p {
	font-size: 14px;
	line-height: 160%;
}

#main-content a:hover,
#sidebar-content a:hover {
	color: #999;
}

#sidebar-content p {
	font-size: 13px;
	line-height: 160%;
	margin: 0 0 20px 0;
}

.page-content strong {
	font-weight: bold;
}

.dropcap {
	font-size: 48px;
	line-height: 1.2;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-style: italic;
	color: #1c1c1c;
}

.intro-msg {
	font-size: 24px;
	font-style: italic;
	padding: 30px 60px 30px 60px;
	text-align: center;
	line-height: 130%;
}

.page-content p {
	margin: 0 0 20px 0;
}

address {
	font-size: 14px;
	line-height: 160%;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin: 0 0 15px 0;
}

.post-tags a {
	font-style: italic;
}

/* 6.1 - Lists */
.page-content ul, .list, .list2, .list3, .list4 {
	margin: 0 0 30px 0;
}

.page-content li {
	border-bottom: #f4f4f4 1px solid;
	padding: 2px 0 2px 0;
	font-size: 14px;
}

.page-content li:last-child {
	border-bottom: none;
}

.list li, .list2 li, .list3 li, .list4 li {
	margin: 0 0 3px 0;
}

.page-content ul ul ul,
.page-content ul ol ol {
	margin: 0 0 0 15px !important;
}

.page-content ul li a,
.page-content ol li a {
	text-decoration: none !important;
}

.list1 li {
	list-style-image: url(images/list1.png) !important;
	list-style-position: inside;
}

.list2 li {
	list-style-image: url(images/list2.png) !important;
	list-style-position: inside;
}

.list3 li {
	list-style-image: url(images/list3.png) !important;
	list-style-position: inside;
}

.list4 li {
	list-style-image: url(images/list4.png) !important;
	list-style-position: inside;
}

.sidebar ul li, .page-content ul li {
	list-style-image: url(images/list2.png);
	list-style-position: inside;
	line-height: 190%;
}

.list-fail {
	margin: 0 !important;
}

.list-fail li {
	list-style-image: url(images/list-fail.png) !important;
	border-bottom: #f3d0cf 1px solid;
}

ol li {
	list-style: decimal inside;
	line-height: 190%;
}

ol {
	margin: 0 0 30px 0;
}

ol ol {
	margin: 0 0 0 15px;
}

ol ol li {
	list-style: lower-alpha inside;
}

#sidebar-content ul li {
	list-style-image: url(images/side-bullet.png);
	list-style-position: inside;
	font-size: 13px;
	line-height: 170%;
}

#sidebar-content ul li a {
	text-decoration: none;
}

.payment-block {
	margin: 0 0 10px 0 !important;
	width: 50%;
}

.payment-block li {
	list-style: none !important;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.payment-block li p {
	display: none;
}

.payment-block li:last-child {
	margin: 0;
}

.payment-block li img {
	display: none;
}

.stars a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.star-rating {
    background: url(images/stars.png) repeat-x scroll left 0 #fff !important;
}
.star-rating span {
    background: url(images/stars.png) repeat-x scroll left -32px #fff !important;
}

p.stars span {
    background: url(images/stars.png) repeat-x scroll left 0 #fff !important;
}

p.stars span a:hover, p.stars span a:focus {
    background: url(images/stars.png) repeat-x scroll left -16px #fff !important;
}
p.stars span a.active {
    background: url(images/stars.png) repeat-x scroll left -32px #fff !important;
}

.comment-text {
	border-radius: 0 !important;
}

#fancybox-close:hover {
	background: #1c1c1c !important;
}

#review_form #reply-title,
#commentform .stars,
#review_form textarea {
	margin: 0 0 15px 0 !important;
}

/* 6.2 - Buttons */
.button1 {
    font-size: 10px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.form-submit #submit,
#submit {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
	float: left !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.price_slider_amount .button {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #424242 !important;
    padding: 6px 13px 6px 13px !important;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom !important;
    border: 1px solid !important;
    text-decoration: none !important;
	border-color: #e3e3e3 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 15px 0;
}

.button2 {
    font-size: 12px;
	font-weight: bold;
	color: #424242;
    padding: 6px 13px 6px 13px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: 1px solid;
	float: left;
    text-decoration: none;
	border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
	font-weight: bold;
	color: #424242;
    padding: 10px 17px 10px 17px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;

    text-decoration: none;
}

.button4 {
    font-size: 18px;
	color: #424242;
    padding: 14px 20px 14px 20px;
	line-height: 1 !important;
	background: url(images/btn-bg1.png) #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	cursor: pointer;
}

.buttonpad {
	padding: 9px 10px 8px 10px;
}

/* 6.3 - Tables */
.page-content table,
#sidebar-content table,
#footer-wrapper table {
/*	border-top: #1c1c1c 5px solid;*/
        border-top: #dee0e0 1px solid;
	border-left: #dee0e0 1px solid !important;
	margin: 0 0 30px 0;
	font-size: 14px;
	color: #1c1c1c;
}

.page-content table td, 
.page-content table th,
#sidebar-content table td,
#sidebar-content table th,
#footer-wrapper table td,
#footer-wrapper table th {
	border-right: #dee0e0 1px solid;
	border-bottom: #dee0e0 1px solid;
	text-align: center;
	vertical-align: top;
}

.page-content table th,
#sidebar-content table th {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
	font-weight: 700;
}

#footer-wrapper table th {
	padding: 15px 7px 15px 7px;
	font-size: 12px;
	font-weight: 700;
}

.page-content table td {
	padding: 10px;
	line-height: 160%;
}

#sidebar-content table td {
	padding: 7px;
	line-height: 160%;
}

#footer-wrapper table td {
	padding: 4px;
	line-height: 160%;
}

.page-content table tr,
#sidebar-content table tr,
#footer-wrapper table tr {
	background: #fff;
}

.page-content table tr:nth-child(2n),
#sidebar-content table tr:nth-child(2n),
#footer-wrapper table tr:nth-child(2n) {
    background: #f5f5f5;
}

#wp-calendar caption {
	padding: 0 0 20px 0;
}

.shipping_calculator {
	margin: 0 !important;
}

.cart-collaterals .shipping_calculator {
	width: 100% !important;
}

.shipping-calculator-form {
	width: 65%;
	margin: 25px 0 0 0;
}

.shipping-calculator-form .input-text,
.shipping-calculator-form select {
	padding: 10px 7px !important;
	margin: 0 0 15px 0 !important; 
}

.shipping-calculator-form .input-text {
	width: 93% !important;
}

.shipping-calculator-form select {
	width: 100% !important;
}

/* 6.4 - Alerts & Messages */
.msg {
	padding: 10px 10px 10px 55px;
	margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
	margin: 0 !important;
}

.default {
	background: url(images/msg_default.png) 10px center no-repeat #fff;
	color: #424242;
	border: #dee0e0 1px solid;
}

.default a {
	color: #424242 !important;
	text-decoration: underline !important;
}

.notice {
	background: url(images/msg_notice.png) 10px center no-repeat #fff5af;
	color: #b3a437;
}

.notice a {
	color: #b3a437 !important;
	text-decoration: underline !important;
}

.success {
	background: url(images/msg_success.png) 10px center no-repeat #dff7ca;
	color: #64ae23;
}

.success a {
	color: #64ae23 !important;
	text-decoration: underline !important;
}

.fail {
	background: url(images/msg_fail.png) 10px center no-repeat #ffe2e1;
	color: #c83f39;
}

.fail a {
	color: #c83f39 !important;
	text-decoration: underline !important;
}

.msg .button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    float: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 !important;
    text-shadow: none !important;
}

.fail li {
	list-style-image: none !important;
	list-style: square;
	border-bottom: none;
}

/* 6.5 - Forms */
#main-content input[type="text"],
#main-content input[type="password"], 
#main-content input[type="email"], 
#main-content textarea,
#sidebar-content input[type="text"],
#sidebar-content input[type="password"], 
#sidebar-content textarea,
#footer-wrapper input[type="text"],
#footer-wrapper input[type="password"], 
#footer-wrapper textarea,
#commentform textarea
 {
	background: #fff;
	border: #d8d8d8 1px solid;
	font-size: 12px;
	padding: 10px 7px 10px 7px;
	margin: 0 0 25px 0;
	color: #aaa;
	width: 50%;
}

#main-content input[type="text"]:active, 
#main-content input[type="text"]:hover, 
#main-content input[type="password"]:active, 
#main-content input[type="password"]:hover,
#main-content input[type="email"]:active, 
#main-content input[type="email"]:hover,
#main-content textarea:active, 
#main-content textarea:hover,
#sidebar-content input[type="text"]:active, 
#sidebar-content input[type="text"]:hover, 
#sidebar-content input[type="password"]:active, 
#sidebar-content input[type="password"]:hover,
#sidebar-content textarea:active, 
#sidebar-content textarea:hover,
#footer-wrapper input[type="text"]:active, 
#footer-wrapper input[type="text"]:hover, 
#footer-wrapper input[type="password"]:active, 
#footer-wrapper input[type="password"]:hover,
#footer-wrapper textarea:active, 
#footer-wrapper textarea:hover,
#commentform textarea:active,
#commentform textarea:hover {
	color: #818181;
}

#main-content input[type="text"], 
#main-content input[type="password"],
#sidebar-content input[type="text"], 
#sidebar-content input[type="password"],
#footer-wrapper input[type="text"], 
#footer-wrapper input[type="password"] {
	
}

#main-content textarea,
#sidebar-content textarea {
	width: 80%;
}

#main-content label,
#sidebar-content label,
#commentform label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 7px 0;
}

#main-content label span,
#sidebar-content label span,
#commentform label {
	color: #989898;
}

#main-content input[type="submit"],
#sidebar-content input[type="submit"] {
	cursor: pointer;
}

#main-content .select-box {
	float: right;
	width: 60%;
}

#main-content select,
#sidebar-content select,
#footer-wrapper select {
	background: url(images/menu-arrow.png) #fff no-repeat 95% 10px;
	color: #b2b2b2;
	width: 100%;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}

#main-content option select {
	padding: 4px;
}

#main-content .half-input {
	width: 44% !important;
}

#main-content .full-input {
	width: 96.5% !important;
}

#main-content .form-third {
	float: right;
	width: 40%;
}

#main-content .radio-wrapper {
	margin: 0 0 5px 0 !important;
}

#main-content #remember_me {
	float: left;
	margin: 0 8px 20px 0;
}

#main-content #remember_me_label {
	float: left;
	margin: 2px 0 0 0;
}

#main-content .coupon-code {
    float: left;
}

#main-content .checkout-form  {
	margin: 0 0 30px 0 !important;
}

.coupon-form {
	width: 50%;
}

.coupon-form .button2 {
	height: 31px;
}

#google-map {
	margin: 0 0 40px 0;
}

.video-wrapper {
    margin: 0 0 30px 0;
}

.checkout .input-text {
	width: 100% !important;
	margin: 0 !important;
}

#customer_details {
	margin: 0 0 30px 0;
}

.checkout .col-2 h3 {
	float: none !important;
}

#shiptobilling {
	margin: 0 0 10px 0 !important;
	padding: 5px;
	line-height: 1;
	float: none !important;
}

#shiptobilling label {
	font-size: 11px !important;
	margin: 0 !important;
}

#shiptobilling .checkbox {
	float: left;
	padding: 0 0 0 5px;
}

#shiptobilling .input-checkbox {
	float: left;
	margin: 4px 4px 0 0;
}

#order_comments_field label {
	display: none;
}

#order_comments_field {
	margin: 0 !important;
}

#order_comments_field #order_comments {
	width: 70%;
	height: 150px;
	margin: 0 0 40px 0 !important;
}

.chzn-container-single .chzn-single {
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: #dfdcdc 1px solid !important;
	color: #aaa !important;
}

.chzn-container-single .chzn-single {
	padding: 3px 7px 4px 7px !important;
}

.form-row input[type="text"] {
	width: 100% !important;
	margin: 0 !important;
}

#order_review table {
	width: 50%;
	margin: 0 0 40px 0 !important;
}

.lost_password {
	padding: 5px 0 0 10px;
	display: block;
	text-indent: 15px;
}

#widget-search {
	width: 80% !important;
}

.site-register .input-text,
#loginform .input-text {
	width: 90% !important;
}

.edit {
	font-size: 12px;
	line-height: 200%;
}

/* 6.6 - Pagination */
.pagination-wrapper,
.wp-pagenavi {
	border-top: #dfdcdc 1px solid;
	padding: 40px 0 0 0;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.pagination-wrapper a,
.wp-pagenavi a,
.wp-pagenavi .current {
	border: #dfdcdc 1px solid;
	text-decoration: none;
	color: #1c1c1c;
	padding: 5px 12px !important;
	margin: 0 5px 0 0 !important;
}

.pagination-wrapper a.selected,
.pagination-wrapper a:hover,
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	background: #894c6a !important;
	border: #1c1c1c 1px solid !important;
	color: #fff !important;
	font-weight: normal !important;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	border: #dfdcdc 1px solid !important;
	color: #1c1c1c !important;
}

.wp-pagenavi .pages {
	display: none;
}

.page-pagination {
	border-top: #dfdcdc 1px solid;
	margin: 40px 0 0 0;
	padding: 35px 0 0 0;
	font-size: 12px;
}

.page-pagination .page {
	background: #1c1c1c;
	border: #1c1c1c 1px solid;
	color: #fff;
	font-weight: normal;
	padding: 2px 6px !important;
	margin: 0 5px 0 0 !important;
}

.page-pagination a {
	text-decoration: none !important;
}

.page-pagination a .page {
	background: #fff;
	border: #dfdcdc 1px solid !important;
	color: #1c1c1c !important;
}

.page-pagination a:hover .page {
	background: #1c1c1c;
	border: #1c1c1c 1px solid !important;
	color: #fff !important;
	font-weight: normal;
}

/* 6.7 - Breadcrumbs */
.breadcrumbs-wrapper {
	margin: 20px 0 30px 0;
	position: relative;
}

/*.breadcrumbs {
	float: left;
	margin: 0;
	border-left: #dfdcdc 1px solid;
}

.breadcrumbs li {
	line-height: 2.1;
	font-size: 11px;
	height: 28px;
	padding: 0 15px 0 0px;
	font-weight: 600;
	display: block;
	float: left;
	margin: -1px 0 0 0;
}*/

.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
}
/*
.breadcrumbs li span {
	height: 26px;
	display: block;
	padding: 0 10px 0 15px;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	color: #fff;
}*/
.breadcrumbs {
	list-style: none;
	overflow: hidden;
	font: 11px Helvetica, Arial, Sans-Serif;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs li span {
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 55px;
	background: #733C59;
	position: relative;
	display: block;
	float: left;
}
.breadcrumbs li span:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumbs li span:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #733C59;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumbs li:first-child span{padding-left: 10px;}
.breadcrumbs-wrapper {
	background: url(images/border4.png) repeat-x center;
}

/*.breadcrumbs li {
	background: url(images/breadcrumbs_arrow2.png) #733c59 right center no-repeat;
}

.breadcrumbs li:last-child, .breadcrumbs li.lastcrumb{	
	background: url(images/breadcrumbs_arrow1.png) #733c59 right center no-repeat;
}

.breadcrumbs li:last-child span{color:#fff;}*/

.breadcrumb-order-wrapper {
	position: relative;
}

.breadcrumb-order-wrapper .woocommerce_ordering {
	position: absolute;
	top: -2px;
	right: 0;
}

.woocommerce_ordering {
	width: 30%;
}

.woocommerce_ordering select {
	background: #fbfbfb;
	color: #707070;
	padding: 6px;
	border: #e1dede 1px solid;
	font-size: 11px;
	width: 100%;
}

/* 6.8 - Other */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
	max-width: 100%;
}

.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	width: 100%;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 30px 30px 30px 0;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 30px 0 30px 30px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 30px auto 30px auto;
}

.alignnone, img.alignnone {
	clear: both;
	display: block;
	margin: 10px auto 10px;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	outline: none;
}

p.demo_store {
	background: #1c1c1c !important;
	border: none !important;
	box-shadow: none !important;
}

/* 7.0 - Columns */

/* 7.1 - 4 Columns */
.columns-4 {
	margin: 0 !important;
}

.columns-4 li.col4 {
	float: left;
	width: 22%;
	margin: 0 4% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-4 li.col4:nth-child(4n) {
	margin: 0;
}

.columns-4 li.col4 .full-image {
	width: 100%;
}

/* 7.2 - 3 Columns */
.columns-3 {
	margin: 0 !important;
}

.columns-3 li.col3 {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.columns-3 li.col3:nth-child(3n) {
	margin: 0;
}

.columns-3 li.col3 .full-image {
	width: 100%;
}

/* 7.3 - 2 Columns */
.columns-2 {
	margin: 0 !important;
}

.columns-2 li.col2 {
	float: left;
	width: 48.2%;
	margin: 0 3.5% 0 0;
	list-style: none !important;
	background: none !important;
	border-bottom: none;
	padding: 0;
}

.columns-2 li.col2:nth-child(2n) {
	margin: 0;
	padding: 0;
}

/* 7.4 - Column Shortcodes */
.one-half {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.one-third {
	width: 31.73%;
	margin: 0 2.4% 0 0;
	float: left;
}

.two-thirds {
	width: 65.86%;
	margin: 0 2.4% 0 0;
	float: left;
}

.one-fourth {
	width: 22.52%;
	margin: 0 3.3% 0 0;
	float: left;
}

.two-fourths {
	width: 48.343%;
	margin: 0 3.3% 0 0;
	float: left;
}

.last-col {
	margin: 0;
}

/* 7.5 - Photo Gallery Columns */
.photo-gallery {
	margin: 0 0 10px 0 !important;
}

.photo-gallery li {
	list-style: none !important;
	border-bottom: none !important;
}

.photo-gallery li {
	width: 31.3%;
	margin: 0 3% 3% 0;
	float: left;
	line-height: 0 !important;
}

.photo-gallery li:nth-child(3n) {
	margin: 0 0 3% 0;
}

.photo-gallery li:nth-child(3n+1) {
	clear: both;
}

.photo-gallery li img {
	width: 100%;
}

/* 8.0 - JS Elements */

/* 8.1 - Accordion */
.accordion h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: #d4d4d4 1px solid;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0 !important;
	padding: 30px 0 30px 55px;
	cursor: pointer;
	line-height: 160%;
	outline: none;
}

.accordion {
	border-bottom: #d4d4d4 1px solid;
	margin: 0 0 30px 0;
	line-height: 160%;
	display: block;
	font-size: 14px;
}

.accordion .ui-widget-content {
	border: none;
}

.accordion .ui-accordion-content {
	padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
	background: url(images/plus.png) no-repeat 20px center;
}

.accordion h4:hover {
	background: url(images/plus.png) #fff no-repeat 20px center;
}

.accordion h4.ui-state-active, .toggle .active {
	background: url(images/minus.png) no-repeat 20px center;
}

/* 8.2 - Toggle */
.toggle {
	border: #d4d4d4 1px solid;
	margin: 0 0 20px 0;
	background: #fff;
	font-size: 14px;
}

.toggle h4 {
	margin: 0 0 0 0 !important;
	line-height: 160%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle .title {
	margin: 0 0 0 0;
	padding: 20px 0 20px 55px;
	cursor: pointer;
}

.toggle .inner {
	margin: 0 20px 30px 55px !important;
	line-height: 160%;
}

/* 8.3 - Tabs */
#tabs .nav {
	margin: 0;
}

#tabs .nav li {
	list-style: none;
	padding: 0;
}

#tabs .nav li a {
	color: #1c1c1c;
}

#tabs .nav li a:hover {
	text-decoration: none;
}

.ui-tabs { 
	position: relative; 
	padding: .2em; 
	zoom: 1;
	margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav { 
	margin: 0;
	position: relative;
	top: 0px;
}

.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	border-bottom: #dee0e0 1px solid; 
	padding: 0; 
	white-space: nowrap;
	font-size: 16px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
	border-left: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding: 6px 20px 6px 20px; 
	text-decoration: none;
	border-right: #dee0e0 1px solid;
}

.ui-tabs .ui-tabs-nav li {
	border-top: #dee0e0 5px solid;
	border-bottom: #dee0e0 1px solid;
	background: #fff;
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-top: #1c1c1c 5px solid;
	margin-bottom: 0;
	border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: #dee0e0 1px solid;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

.ui-tabs .ui-tabs-hide { 
	display: none !important;
}

#tabs p {
	margin: 0;
}

/* 9.0 - Articles */
.article-category-col-2 {
	margin: 0 !important;
}

.article-category-col-2 li {
	list-style: none !important;
	width: 48.2%;
	margin: 0 3.5% 10px 0;
	float: left;
	border-bottom: none;
}

.article-category-col-2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.article-category-col-2 li img {
	width: 100%;
	margin: 0 0 6px 0;
}

.article-category-col-2 li h3,
.article-category-col-1 li h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 120%;
}

.article-category-col-2 li h3 a,
.article-category-col-1 li h3 a {
	color: #329bbd;
	text-decoration: none;
}

.article-meta {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-style: italic;
	color: #666767;
	line-height: 1;
	margin: 20px 0;
}

.article-date {
	border-bottom: #dfdcdc 1px solid;
	padding: 0 7px 7px 0;
}

.article-comments {
/*	border-bottom: #dfdcdc 1px solid;*/
	border-left: #dfdcdc 1px solid;
	padding: 0 0 7px 7px;
}
.comments-off {
    display: none;
}
.article-category {
	border-bottom: #dfdcdc 1px solid;
	border-left: #dfdcdc 1px solid;
	padding: 0 7px 7px 7px;
}

.article-date a,
.article-comments a,
.article-category a {
	color: #e47eb7 !important;
}

.logged-in-as {
	margin: 0 0 20px 0;
}

/* 9.1 - Article Columns */
.article-category-col-1 li {
	list-style: none !important;
	border: 1px solid #e8e8e8;
	padding: 0;
	margin: 0 0 20px 0;
}

.article-category-col-1 li:last-child {
	margin: 0;
}

.article-image {
	float: left;
	width: 48%;
}

.article-image img {
	width: 297px;
	height: 200px;
}

.article-content {
	float: right;
	width: 48%;
	padding: 10px;
}

.article-image-full {
	width: 100%;
	margin: 0 0 30px 0;
}

.no-image {
	background: url(images/pattern1.png) repeat;
	width: 100%;
	height: 90px;
	margin: 0 0 30px 0;
}

.article-title {
	text-transform: uppercase;
	font-size: 36px;
	text-align: center;
	margin: 0 0 35px 0 !important;
}

.article-title a {
	text-decoration: none;
	color: #1c1c1c;
}

/* 9.2 - Article Social Links */
.article-social-links {
	/*border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;*/
	padding: 20px 0;
	margin: 35px 0;
}

.article-social-links ul {
	width: 70%;
	margin: 0 auto;
}

.article-social-links ul li {
	float: left;
	list-style: none;
	border-bottom: none;
	font-size: 11px;
	height:38px;
}

.article-social-links ul li a {
	color: #1c1c1c;
	text-decoration: none;
	top: 9px;
	position: relative;
}

.article-social-links ul li.tweet-link {
	background: url(images/twitter.png) left center no-repeat;
	padding: 0 0 0 27px;
	margin: 0 30px 10px 0;
}

.article-social-links ul li.facebook-link {
	background: url(images/facebook.png) left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 30px 10px 0;
}

.article-social-links ul li.pinterest-link {
	background: url(images/pinterest.png) left center no-repeat;
	padding: 0 0 0 20px;
}

/* 9.3 - Article Comments */
.comment-image {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.comment-image .avatar {
	/*border-radius: 30px;*/
}

.comment-info {
	color: #894c6a;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}

.comment-info span {
	text-transform: none;
}

.comment-info a {
	color: #1c1c1c;
	text-decoration: none;
}

.comment-text {
	line-height: 160%;
	margin: 0 0 10px 0;
}

.comment-info span a {
	font-weight: 400;
	color: #989898;
	text-decoration: none;
}

.comment-left {
	float: left;
}

.comment-right {
	float: right;
	width: 87%;
	/*border-bottom: #d8d8d8 1px dotted;*/
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.comment-entry {
	clear: both;
}

.comments,
.comments ul {
	margin: 0 !important;
}

.comments li {
	list-style: none !important;
	border-bottom: none;
}

.comments li:last-child .comment-right {
	border-bottom: none;
}

.comments li li {
	margin: 0 0 0 40px;
}

.reply_container {
	margin: 40px 0 0 0;
}

/* 10.0 - Products */

/* 10.1 - Product Columns 4 */
.products-col-4,
.featured-products-4 ul.products {
	margin: 0 !important;
}

.products-col-4 li,
.featured-products-4 ul.products li {
	width: 22%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-4 li:nth-child(4n),
.featured-products-4 ul.products li:nth-child(4n) {
	margin: 0 0 10px 0;
}

.products-col-4 li img,
.featured-products-4 ul.products li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.products-col-4 li:nth-child(4n+1) {
	clear: both;
}

/* 10.2 - Product Columns 3 */
.products-col-3 {
	margin: 0 !important;
}

.products-col-3 li {
	width: 30.5%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-3 li:nth-child(3n) {
	margin: 0 0 10px 0;
}

.products-col-3 li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

/* 10.3 - Product Columns 2 */
.products-col-2 {
	margin: 0 !important;
}

.products-col-2 li {
	width: 48%;
	margin: 0 4% 10px 0;
	list-style: none !important;
	float: left;
	border-bottom: none;
}

.products-col-2 li:nth-child(2n) {
	margin: 0 0 10px 0;
}

.products-col-2 li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

/* 10.4 - Product Structure */
.product-thumbnail-wrapper {
	position: relative;
}

.product-options {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	display: none;
}

.product-options a {
	text-indent: -9999px;
	display: inline-block;
}

.product-options .product_type_simple,
.product-options .product_type_external,
.product-options .product_type_variable,
.product-options .details-button {
	width: 39px;
	height: 39px;
}

.product-options .product_type_simple,
.product-options .product_type_external {
	background-image: url(images/shopping-bag-small.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_simple:hover,
.product-options .product_type_external:hover {
	background: url(images/shopping-bag-small.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_variable {
	background: url(images/select-options.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .product_type_variable:hover {
	background: url(images/select-options.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .details-button {
	background: url(images/product-details.png);
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
}

.product-options .details-button:hover {
	background: url(images/product-details.png);
	background-color: #f76021;
	background-repeat: no-repeat;
	background-position: center;
}

.product-meta h3 {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin: 10px 0 15px 0;
}

.product-meta h3 a {
	color: #1c1c1c;
	text-decoration: none;
}

.product-price .from,
.product-price-single .from {
	font-style: italic !important;
	color: #1c1c1c;
}

.product-price-single,
.product-price-single .price,
.product-price-single .price .amount {
	line-height: 1 !important;
}

.product-price-single .price {
	font-size: 18px !important;
	float: left;
}

.product-price-single .from {
	margin: 0 5px 0 0;
}

.product-price-single .out-of-stock {
	margin: 9px 0 5px 10px;
	float: left;
	line-height: 0 !important;
}

.product-price {
	text-align: center;
	margin: 0 0 20px 0;
}

.product-price .amount,
.product-price ins .amount,
.single_variation .price .amount {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px;
	line-height: 1;
}

.product-price .amount,
.single_variation .price .amount {
	background: #1c1c1c;
}

.product-price del,
.product-price-single del,
.single_variation .price del {
	color: #fff !important;
}

.product-price ins .amount,
.single_variation .price ins .amount {
	background: #f76021;
	margin: 0 0 0 2px;
}

.product-price ins,
.product-price-single ins,
.single_variation .price ins {
	text-decoration: none !important;
}

.product-price-single {
	text-align: left;
	margin: 5px 0 20px 0 !important;
}

.product-price-single .amount {
	font-size: 18px;
	background: #1c1c1c;
	color: #fff;
	padding: 2px 5px;
	line-height: 1;
}

.product-price-single ins .amount {
	background: #f76021;
}

.product-price-single .reduced-price {
	font-size: 18px;
}

.shop-block-columns-2 {
	margin: 0 0 20px 0;
}

.shop-block-columns-2 .shop-block-col-2 {
	width: 48.5%;
	float: left;
	margin: 0 3% 0 0;
}

.shop-block-columns-2 .shop-block-col-2:last-child {
	margin: 0;
}

.shop-block-list li {
	display: block;
	margin: 0 0 13px 0;
	padding: 0 0 13px 0;	
}

.shop-block-list li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.shop-block-list li .shop-block-img-wrapper {
	float: left;
	width: 30%;
}

.shop-block-list li .shop-block-img-wrapper img {
	width: 100%;
}

.shop-block-list li h4 {
	float: right;
	width: 64%;
	font-size: 16px;
	line-height: 130%;
}

.shop-block-list li h4 a {
	color: #1c1c1c;
	text-decoration: none;
}

.shop-block-list li h4 span {
	color: #666767;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin: 3px 0 15px 0;
}

/* 10.5 - Product Single */
.product-single-image {
	float: left;
	width: 48%;
	margin: 0 0 30px 0;
}

.images {
	margin: 0 0 30px 0 !important;
	width: 100% !important;
}

.images img {
	box-shadow: none !important;
}

.product-single-image .attachment-shop_single,
.product-single-image img {
	border: #dfdcdc 1px solid;
	width: 100%;
	margin: 0;
}

.product-single-thumbs {
	margin: 0 !important;
}

.product-single-thumbs  img {
	margin: 0 !important;
}

.product-single-thumbs li {
	width: 30%;
	float: left;
	list-style: none !important;
	border-bottom: none;
	margin: 0 5% 0 0;
}

.product-single-thumbs li:last-child {
	margin: 0;
}

.product-single-thumbs li img {
	width: 100%;
	border: #dfdcdc 1px solid;
}

.product-description {
	float: right;
	width: 48%;
}

.product-description .summary {
	width: 100% !important;
	float: none !important;
}

.variations {
	margin: 0 !important;
}

.reset_variations {
	display: none;
	margin: 15px 0 0 0;
	color: #1c1c1c;
	font-size: 12px;
}

.single_variation .price {
	margin: 0 0 20px 0;
	display: block;
}

div.product div.images div.thumbnails a, #content div.product div.images div.thumbnails a {
	width: 100% !important;
}

div.product div.images, #content div.product div.images {
	margin: 0 !important;
}

/* 10.6 - Product Cart Form */
.product-form,
.qty-product-single {
	background: #fbfbfb;
	border: #dfdcdc 1px solid;
}

.product-form hr,
.qty-product-single hr {
	background: #dfdcdc;
	height: 1px;
	margin: 0;
	border: none;
}

.product-form label,
.qty-product-single label {
	font-size: 12px;
	font-weight: 700;
	color: #1c1c1c;
	padding: 8px 0 0 0;
}

.form-item {
	padding: 20px;
}

.qty-table .qty-fields {
	width: 105px;
	margin: 0 auto;
}

.form-item select {
	float: right;
	background: #fff;
	border: #dfdcdc 1px solid;
	padding: 7px;
	width: 65%;
	color: #707070;
	font-size: 11px;
}

.add-to-bag {
	font-size: 12px;
	font-weight: 400;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 5px;
}

.add-to-bag:hover {
	cursor: pointer;
}

#minus1, #plus1 {
	width: 33px;
	height: 33px;
	font-size: 18px;
	background: #1c1c1c;
	color: #fff;
	border: none;
	padding: 0 0 7px 0;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
	line-height: 180%;
}

.qty-text {
	width: 23px !important;
	height: 21px !important;
	border: none;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	border-left: none !important;
	border-right: none !important;
	padding: 5px !important;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c !important;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
}

.account-table .button2 {
	float: right !important;
}

.account-table a {
	color: #1c1c1c;
}

.margin1 {
	height: 1px;
	margin: 30px 0 30px 0;
	background: #dfdcdc;
	border: none;
}

.total-table tr td {
	text-align: left;
}

.product-table {
	width: 100%;
}

.product_meta {
	font-size: 12px;
	line-height: 140%;
}

/* 11.0 - Homepage */
.news-block-columns-2 li {
	width: 48.5%;
	margin: 0 3% 40px 0;
	list-style: none;
	float: left;
}

.news-block-columns-2 li:nth-child(2n) {
	margin: 0 0 40px 0 !important;
}

.news-image-container, 
.news-image-container img {
	width: 100%;
}

.news-image-container {
	position: relative;
	margin: 0 0 20px 0;
}

.news-image-title {
	background: #1c1c1c;
	color: #fff;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

.news-image-title a {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.news-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.news-title a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: #dfdcdc 1px solid;
	width: 105px;
}

.title-block, #reply-title {
	background: #1c1c1c;
	color: #fff;
	padding: 8px;
	font-size: 16px;
	margin: 0 0 20px 0;
}

#reply-title {
	margin: 0 0 30px 0;
}

.title-block h3 {
	color: #fff;
	font-size: 16px;
	/*margin: 0 !important;*/
	line-height: 1;
}

.title-block-no-margin {
	margin: 0;
	padding: 8px 8px 3px 8px;
}

.title-half {
	width: 48.3%;
}

.news-block-col-5 {
	width: 18%;
	float: left;
	margin: 0 2.5% 20px 0;
	list-style: none !important;
	border-bottom: none !important;
}

.news-block-col-5:nth-child(5n) {
	margin: 0 0 20px 0;
}

.news-title-lower {
	font-size: 16px;
	line-height: 130%;
}

.news-title-lower a {
	color: #1c1c1c;
	text-decoration: none;
}

.news-title-lower span {
	display: block;
	text-transform: capitalize;
	font-style: italic;
	font-size: 12px;
	color: #666767;
	margin: 7px 0 0 0;
	padding: 4px 0 0 0;
	border-top: #dfdcdc 1px solid;
	width: 100%
}


.news-block-col-5 .news-image-container {
	margin: 0 0 14px 0;
}

.news-block-columns-5 {
	/*margin: 0 0 20px 0;*/
	padding: 0 15px;
}

/* 12.0 - Widgets */
.widget {
	margin: 0 0 40px 0;
}

.widget-title {
	margin: 0 0 20px 0;
}

.widget-title h3 {
	color: #fff;
	font-size: 18px;
	padding: 5px;
}

.widget-title-border {
	background: url(images/pattern1.png) repeat;
	width: 100%;
	height: 5px;
	position: relative;
	display: none;
}

.widget-title-block {
	background: #1c1c1c;
	width: 38px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

#widget-search {
	margin: 0 !important;
}

/* 12.1 - 4 Column Advert Widget */
.adverts-four li {
	float: left;
	margin: 0 5% 5% 0;
	list-style: none !important;
}

.adverts-four li:nth-child(2n) {
	margin: 0 0 4% 0;
}

/* 12.2 - Newsletter Widget */
.newsletter-input {
	border-left: #dfdcdc 1px solid;
	border-top: #dfdcdc 1px solid;
	border-bottom: #dfdcdc 1px solid;
	padding: 0 9px;
	height: 32px;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

.nsu-submit {
	background: url(images/mail.png);
	background-color: #7b415f;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
	width: 34px;
	height: 29px;
	float: left;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
}

.nsu-form p label {
	display: none !important;
}

.nsu-form p {
	display: inline;
	float: left;
	position: relative;
	margin: 0 !important;
}

.nsu-error {
	position: absolute;
	top: 34px;
	left: 0;
	width: 158px !important;
	padding: 10px 10px 10px 50px;
}

#sidebar-content .nsu-form p .nsu-field {
	border: #dfdcdc 1px solid;	
	padding: 0 9px !important;
	width: 85%;
	height: 32px;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0 !important;
}

/* 12.3 - Latest Posts Widget */
.widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0 !important;
	/*border-bottom: #dfdcdc 1px solid;*/
	background:url('images/border.png') bottom repeat-x;
	list-style: none !important;
}

.widget .latest-posts-list li a {
	color: #1c1c1c;
}


.widget .latest-posts-list li .lpl-img {
	float: left;
}

#footer-wrapper .widget .latest-posts-list li .lpl-img {
	width: 20%;
}

#footer-wrapper .widget .latest-posts-list li .lpl-img img {
	width: 100%;
}

.widget .latest-posts-list li .lpl-content {
	float: left;
	width: 60%;
	margin: 0 0 0 12px;
	padding-bottom: 10px;
}

.widget .latest-posts-list li .lpl-content h6 {
	line-height: 1.2;
	text-transform: none !important;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
	text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
	font-size: 12px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
	list-style: none;
	margin: 0 0 7px 0;
	padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
	width: 50px;
	height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
	width: 145px;
}

#footer .lpl-content h6 {
	text-transform: capitalize;
}

/* 12.4 - Tags Widget */
.widget .wp-tag-cloud li {
	list-style: none !important;
	float: left;
	border: #dfdcdc 1px solid;
	padding: 10px;
	margin: 0 9px 9px 0;
	background: none;
	line-height: 100% !important;
}

.widget .wp-tag-cloud li a {
	text-decoration: none;
	font-size: 12px !important;
}

.widget ul {
	margin: 0;
}

/* 12.5 - Flickr Widget */
.flickr_badge_wrapper .flickr_badge_image {
	float: left;
	margin: 0 8px 8px 0;
	height: 68px;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
	margin: 0 0 3px 0;
}

.flickr-more-photos {
	display: block;
	float: none;
	margin: 10px 0 0 0 !important;
}

.flickr_badge_wrapper .flickr_badge_image img {
	width: 68px;
	height: 68px;
}

.flickr_badge_wrapper .flick-more-photos {
	clear: both;
}

#footer-wrapper .flickr_badge_wrapper .flickr_badge_image {
	height: 60px;
}

#footer-wrapper .flickr_badge_wrapper .flickr_badge_image img {
	width: 60px;
	height: 60px;
}

/* 12.6 - Product List Widget */
#sidebar-content .product_list_widget li {
	list-style-position: outside !important;
	margin: 0 0 7px 20px !important;
}

#footer-wrapper .product_list_widget li {
	margin: 0 0 7px 0;
}

/* 12.7 - Price Filter Widget */
.price_slider_wrapper {
	background: url(images/btn-bg1.png) repeat-x center bottom #fff;
	border: #dfdcdc 1px solid;
	padding: 20px;
}

.price_label {
	font-size: 12px;
}

.price_slider_wrapper .ui-slider {
	position: relative;
	background: #e7e7e7;
	height: 5px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.price_slider_wrapper .ui-slider .ui-slider-range {
    z-index: 1;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    background: #1c1c1c;
	width: 12px;
	height: 12px;
	position: absolute;
    z-index: 2;
	-webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	outline: none;
	margin-top: -4px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}

/* 12.8 - Product Search Form */
#searchform .screen-reader-text {
	display: none;
}

#searchform #s {
	float: left;
	width: 75%;
	height: 37px;
	border-right: none !important;
	padding: 0 0 0 10px !important;
	line-height: 1 !important;
}

#footer-wrapper #searchform #s {
	width: 60%;
}

#searchform #searchsubmit {
	background: url(images/search.png) no-repeat center center #1C1C1C;
	border: none;
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	float: left;
}

/* 12.9 - Product Rating Widget */
.product_list_widget .star-rating {
	margin: 3px 0;
}

/* 13.0 - Footer */
#footer-wrapper {
	width: 100%;
	margin: 40px 0 0 0;	
	background-color: #f3f3f3;
}
#footer-wrapper .bar{background: url(images/bg_footer.jpg) top center repeat;width:100%;height:10px;}
.footer-content{padding: 40px 0;width: 75%;margin: 0 auto;}

#footer-margin {
	margin: 40px 0 0 0;
}

#footer-wrapper h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #1c1c1c;
}

#footer-wrapper p {
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper .widget ul li {
	list-style: none;
	font-size: 12px;
	line-height: 160%;
}

#footer-wrapper .widget {
	border-right: #dfdcdc 1px solid;
	padding: 0 8% 0 0;
	margin: 0;
}

#footer-bottom {
	background: #1c1c1c;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 20px 12%;
}

#footer-bottom a {
	color: #fff;
	text-decoration: none;
}

.footer-columns-4 {
	margin: 0 !important;
}

.footer-columns-4 li.footer-col4 {
	float: left;
	width: 22.7%;
	/*margin: 0 1.5% 0 0;*/
	padding: 0 1.5% 0 0;
	list-style: none;
	border: none;
	background: none;
}

.footer-columns-4 li.footer-col4:nth-child(4n) {
	margin: 0;
	padding: 0;
	width: 27%;
}

#footer-wrapper .footer-columns-4 li.footer-col4:nth-child(4n) .widget {
	border-right: none;
}

.footer-columns-4 li.footer-col4 .full-image {
	width: 100%;
}

/* 13.1 - Footer Menu */
.footer-menu li {
	float: left;
}

.footer-menu li {
	background: url(images/dot2.png) right center no-repeat;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.footer-menu li:last-child {
	padding: 0;
	margin: 0;
	background: none;
}

/* 14.0 - IE Fixes */

/* 14.1 - IE8 */
.ie8 .menu-search-field {
	padding: 17px 0 0 5px !important;
	height: 34px;
	text-indent: 10px !important;
}

/*add*/
.pointelle-slider-control{width:242px !important;}
.pointelle-slider-nav{background-color: #703654 !important;}
#main-content .pointelle-active-lt h2, .pointelle-slider-nav h2{color: #fff !important;background:transparent;}
span.pointelle-meta{border-top:none !important;color: #fff !important;width: auto !important;}
#main-content .pointelle-active-lt .pointelle-meta{border-top:none !important;color: #000 !important;width: auto !important;}
#main-content .pointelle-slider-nav{border-bottom: 1px solid #fff !important;width: 211px;}
#main-content .pointelle-active-lt{border-bottom:none !important;background: url(images/highlightNews.png) no-repeat center right;margin-left: -9px;}
.pointelle-excerpt{display: none;}
.pointelle_slider{
	moz-box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-box-shadow: 0 0 20px -1px #e8e7e3;
	box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	overflow: hidden;	
}
.pointelle_slides,.pointelle_thumb_anchor img{width:457px !important;}
.news-block-columns-2 li{background-color: #fbfbfb;}
.news-block-columns-2 li,
.wrapper-news-block-columns-5,
.shop-block-columns-2 > li:last-child,
.page-content img.article-image-full{
	moz-box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-box-shadow: 0 0 20px -1px #e8e7e3;
	box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;	
}
.shop-block-columns-2 > li:first-child{
	moz-box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-box-shadow: 0 0 20px -1px #e8e7e3;
	box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;	
}

/*.slider-news .flex-direction-nav .flex-prev, .slider-news .flex-direction-nav .flex-next{top:-17%;}*/

.news-title{padding: 0 10px;min-height: 18px;}
.news-block-columns-2 .news-title > span{display: none;}
.news-block-columns-2 li:first-child .news-title a{color: #a7c074;}
.news-block-columns-2 li:last-child .news-title a{color: #d685d5;}
.news-block-columns-2 p{color: #b0b0b0;}
.news-block-columns-2 p{padding: 0 10px 10px 10px;}
.news-block-columns-2 .news-image-container{
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.title-block{background:transparent;padding:0;}
.news-image-title, .home .title-block h3{
	background: #7b415f;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 15px;
	padding: 8px;
	max-width: 60%;
}
.wrapper-news-block-columns-5{margin: 0 0 20px 0;}
#main-content .news-block-columns-5 .news-title-lower a{text-transform: capitalize;color:#22a7d3;}
.shop-block-list{padding: 0 10px;}
.nsu-form > p:first-child{width: 80%;}
.nsu-form > p:first-child input{height: 23px;width: 94%;}
#sidebar-content .latest-posts-list{padding: 0 10px 10px 10px;}
#sidebar-content .widget-title {
	background-color: #db509d;
	padding: 5px;
}
.banner img{width:100%;}
#sidebar-content .widget{background-color: #eaedeb; margin: 0;}
#sidebar-content .widget:first-child{background:transparent;}
#sidebar-content .adverts-four{margin-left: 17%;}
#sidebar-content .widget:nth-child(4){padding-bottom: 40px;margin-bottom: 10px;}
#sidebar-content .widget .nsu-form{min-height: 40px;padding: 20px 10px;background-color: #db509d;}
#sidebar-content .widget:nth-child(4) .widget-title{display: none;}
.sidebar-fade{display: none;}


#main-menu li.current_page_item a, #main-menu li.current-menu-item a{color: #db509d;}
.article-title{color: #733c59;}
.single-post .article-meta > span{
	background: url(images/bg_meta.png) repeat-x;
	padding: 9px;
	color: #e172b0;
	moz-box-shadow: 0 0 20px -1px #e8e7e3;
	-webkit-box-shadow: 0 0 20px -1px #e8e7e3;
	box-shadow: 0 0 20px -1px #e8e7e3;
}
.single-post .article-meta span a{color: #e172b0 !important;}
.single-post .article-meta > span:first-child{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	border-left: 1px solid #eaeaea;
}
.single-post .article-meta > span:last-child{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.page-content{color: #a8a8a8;}
.widget .lpl-content h6 a{color: #0099cc;}
.pinterest-link a{margin-left: 25px;}
.facebook-link a{margin-left: 30px;}
.tweet-link a{margin-left: 16px;}
.single-post .title-block{
	background: #db509d;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 22px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 5px;
	padding: 8px;
}
.single-post .title-block h3{margin: 0;text-transform: uppercase;width: 50%;float: left;}
#commentform .button2{background:transparent;background-color: #894c6a;color:#fff;border:0;padding:13px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.comments .reply{background-color: #0083ae;padding: 5px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.comments .reply a{color: #fff;}
.comments li{background:url(images/comment_boder.png) bottom repeat-x;margin-bottom: 20px;}
.children li, .comments li:last-child{background:transparent;}
.children li{border-top:1px dotted #c2c2c2;padding-top: 20px;}
.comment-right:last-child{border-bottom: none;}
.comment-info span a{background:url(images/conversation.png) -1px 7px no-repeat;padding: 12px;margin-left: 5px;color: #fff;}
.page-content .article-category-col-1 li, .article-image img{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
.page-content .article-category-col-1 li{background-color: #f9f9f9;/*height: 226px;*/}
/*.article-comments{
    background: url(images/commentIcon.png) top right no-repeat;
}*/

.article-comments a{padding-right: 20px;}
/*paging*/
#main-content .wp-pagenavi .previouspostslink{background: url(images/page_prev.png) center no-repeat;}
#main-content .wp-pagenavi .previouspostslink:hover{background:url(images/page_prev.png) #894c6a center no-repeat !important;}

#main-content .wp-pagenavi .nextpostslink:hover{background: url(images/page_next.png) #894c6a center no-repeat !important;}
#main-content .wp-pagenavi .nextpostslink{background: url(images/page_next.png) center no-repeat;}
#main-content .wp-pagenavi a, #main-content .wp-pagenavi span{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.readmore{color: #329bbd;float: right;padding-bottom: 10px;}
.page-content .article-category-col-1 li:last-child {
	border: 1px solid #e8e8e8;
}
.seemore{background-color: #a7c539;
color: #fff;
float: right;
text-decoration: none;
padding: 10px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;}
.news-block-columns-2 .news-image-container img{height: 226px;}
.news-block-columns-2 > li > p{min-height: 95px;}
.home .wrapper-news-block-columns-5 .title-block h3{float: left;margin-bottom: 20px;}
.seeall{color:#22a7d3;}
.see-all{text-align: center;margin: 20px 0;}
.home .wrapper-news-block-columns-5 .title-block a{float: right;padding: 30px;}
.home .wrapper-news-block-columns-5 .news-block-columns-5{clear: both;}
.single-post .title-block .see-all{text-align: right;padding-right: 20px;margin: 0;}
.single-post .title-block .seeall{color: #fff; text-decoration: none;}
.single-post .title-block #comment-number,#respond .title-block h3{float: none;}
.tagcloud a{
	padding: 8px;
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.article-image-full{width: 718px;height:372px;}
#background-wrapper #header-wrapper, #background-wrapper #wrapper-main-content, #background-wrapper .footer-content,#topAd .wrapper-topAd{
	width: 960px;
	margin: 0 auto;
}
.home .news-block-columns-2, .home .wrapper-news-block-columns-5, .home .shop-block-columns-2{width:700px;}
.footer-content a{text-decoration: none;}
.tagcloud a{font-size: 12px !important; text-decoration: none;line-height: 36px;}
.textwidget{font-size: 12px !important; line-height:20px;}
#sidebar-content .widget .textwidget{text-align: center;}
.header-menu a{color:#fff;line-height: 20px;font-size: 11px;}
.news-title-lower a{word-break: break-all;display: inline-block;}
.widget .seeall{width: 25%;float: right;}
.widget .seeall a{color: #fff;}

/*GA*/
/*.home #google_ads_iframe_LittlePinkBook_Leaderboard_728x90{width: 95% !important;top:-55px !important;}*/
#google_ads_iframe_LittlePinkBook_Leaderboard_728x90{margin-left: -20px; width: 100% !important;/*top:-55px !important;*/}
#topAd .banner{
    height:104px;
/*    float: left;*/
    text-align: center; 
    padding-top: 13px;
}
/*End GA*/

#topAd .banner{width: 100%;}


.article-category-col-1 .article-content{padding-bottom: 0;}
.page-content .article-category-col-1 li{line-height: 4px;}


.news-title-lower span.link-news-title-lower{font-size: inherit;font-style: normal;border-top:none;min-height: 41px;}
.news-block-columns-5 .news-image-container, 
.news-block-columns-5 .news-image-container img {
	height: 109px;
}
.homepage-text h1{color:#898989;text-align: center;text-transform: uppercase;}