/*

Theme Name: Vende-child

Theme URI: http://synesteth.com/vende

Description: Modern theme for your business

Author: Synesthete

Author URI: http://synesteth.com

Version: 2.2 (22 January 2015)

License: 

License URI: license.txt

Tags: light, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, theme-options

*/
/*	--------------------------------------------------

	:: Global Reset & Standards

	-------------------------------------------------- */
/* 

		Eric Meyer's CSS Reset

		http://meyerweb.com/eric/tools/css/reset/ 

		v2.0 | 20110126

   		License: none (public domain)

	*/
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,
strong,
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: inherit;
    vertical-align: baseline;
}
html { font-size: 62.5% }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block }
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/iconfonts/modernpics-webfont.eot');
    src: url('fonts/iconfonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfonts/modernpics-webfont.woff') format('woff'), url('fonts/iconfonts/modernpics-webfont.ttf') format('truetype'), url('fonts/iconfonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
blockquote,
q { quotes: none }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input[type="submit"] { cursor: pointer }
body {
    background-color: #bddc7c;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
/*	--------------------------------------------------

	:: Links

	-------------------------------------------------- */
a {
    color: #9ecf22;
    text-decoration: none;
    line-height: inherit;
}
button,
.button,
.product-loop-details,
input,
textarea,
input:hover,
textarea:hover,
nav li li a,
.products li,
.products li:hover,
.pagination a,
.pagination a:hover,
a.remove,
.button-alter,
#cat-list li a.catname,
.pricetable .button-container a,
.custombutton,
.custombutton span,
.custombutton small,
#promoblock li > *,
#phoneandsocial ul li > *,
.foliocontent,
span.mb,
.toggle_slide span,
footer a {
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#wrapper a:hover,
a:active {
    outline: none;
    color: #f08080;
}
ul,
ol { list-style: outside none }
#content ul { list-style: inside disc }
#content ol { list-style: inside decimal }
table {
    background: rgba(255,255,255,.4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66ffffff',GradientType=0 );
    border-radius: 3px;
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid #ddd;
}
.wg table {
    background: transparent;
    filter: none;
    border: none;
    text-align: center;
}
.wg table th,
.wg table td { padding: 5px 0 }
/*	--------------------------------------------------

    :: Typography

	-------------------------------------------------- */
h1,
h2,
h3,
aside h3 a,
footer h3 a,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { font-weight: inherit }
h1 { font-size: 28px }
h2 { font-size: 25px }
h3 { font-size: 21px }
h4 { font-size: 18px }
h5 { font-size: 16px }
h6 { font-size: 14px }
h1,
h2,
h3,
h4,
h5,
h6,
.button,
nav a { font-family: 'Open Sans', sans-serif }
p {
    line-height: 1.6;
    margin: 0 0 20px;
}
p img { margin: 0 }
/* Mobile */
@media handheld, only screen and (max-width: 767px) { 
	body,
	p {
	    font-size: 15px;
	    font-size: 1.5rem;
	    line-height: 1.4;
	}
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
strong,
b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 85%;
    line-height: inherit;
    font-style: italic;
}
ins { text-decoration: none }
/*	Blockquotes  */
blockquote,
blockquote p {
    line-height: 20px;
    color: #777;
}
blockquote {
    margin: 0 0 18px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}
blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}
blockquote cite:before { content: "\2014 \0020" }
blockquote cite a,
blockquote cite a:visited { color: #555 }
hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0 18px;
    height: 0;
}
abbr,
acronym {
    text-transform: uppercase;
    color: #222;
    cursor: help;
}
abbr {
    float: left;
    margin-right: 2px;
    text-transform: none;
}
/* --------------------------------------------------

	:: Grid

	-------------------------------------------------- */
.row {
    width: 100%;
    max-width: 940px;
    min-width: 727px;
    margin: 0 auto;
}
/* To fix the grid into a certain size, set max-width to width */
.row .row { min-width: 0px }
.column,
.columns {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    padding-bottom: 1px;
    position: relative;
}
.column:first-child,
.columns:first-child,
.first-child { margin-left: 0px }
.row .one.columns { width: 4.3% }
.row .two.columns { width: 13% }
.row .twohalf.columns { width: 16.4% }
.row .three.columns { width: 21.68% }
.row .four.columns { width: 30.4% }
.row .five.columns { width: 39.1% }
.row .six.columns { width: 47.8% }
.row .seven.columns { width: 56.5% }
.row .eight.columns { width: 65.2% }
.row .nine.columns { width: 73.9% }
.row .ten.columns { width: 82.6% }
.row .eleven.columns { width: 91.3% }
.row .twelve.columns { width: 99.8% }
img { -ms-interpolation-mode: bicubic }
/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.row:after,
.clearfix:after { clear: both }
.row,
.clearfix { zoom: 1 }
/*	================================================

================================= NAVIGATION === */
/* Mega Menu Styles */
#mega-menu,
#mega-menu li { list-style: none }
#mega-menu li {
    font-size: 12px;
    float: left;
    line-height: 1;
    margin-right: -2px;
}
#mega-menu li a {
    color: #555555;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
#mega-menu li li { background: none }
#mega-menu li:last-child { background: none }
#mega-menu li.mega-hover a,
#mega-menu li.mega-hover:hover a.dc-mega {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 88%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(88%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 88%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 88%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 88%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 88%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    background-color: white;
    margin: 0;
    border-top: 1px solid white;
    padding-bottom: 17px;
}
.minimal #mega-menu li.mega-hover a,
.minimal #mega-menu li.mega-hover:hover a {
    background: none transparent;
    filter: none;
}
#mega-menu li.mega-hover a:before,
#mega-menu li.mega-hover a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    display: block;
    left: -1px;
    top: 0px;
    background: url('images/sprites.png') no-repeat -66px -80px;
    opacity: 1;
}
#mega-menu li.mega-hover a:after {
    right: -1px;
    left: auto;
    background: url('images/sprites.png') no-repeat -75px -80px;
}
.minimal #mega-menu li.mega-hover a:before,
.minimal #mega-menu li.mega-hover a:after { display: none }
#mega-menu li.mega-hover li a,
#mega-menu li.mega-hover:hover li a {
    background: none;
    filter: none;
}
#mega-menu li.mega-hover li a:before,
#mega-menu li.mega-hover li a:after { display: none }
#mega-menu li a {
    display: block;
    position: relative;
    padding: 18px;
    font-weight: bold;
}
nav#main-navigation.minimal #mega-menu li a { border-right: 1px solid #f5f5f5 }
nav#main-navigation.minimal #mega-menu .sub-menu a { border-right: none }
#mega-menu li a:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: url("images/sprites.png") repeat-y scroll 100% 0 transparent;
}
nav#main-navigation.minimal #mega-menu li a:before { display: none }
#mega-menu {
    position: relative;
    padding: 0;
    margin: 0;
}
#mega-menu li ul { display: none }
#mega-menu .sub { display: none }
#mega-menu .sub ul { display: block }
#mega-menu .sub ul { display: block }
#mega-menu li .sub-container { position: absolute }
#mega-menu li .sub {
    background: white;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 0 -3px #FFFFFF, 0 7px 1px -3px rgba(0, 0, 0, 0.15), 0 11px 0 -5px #FFFFFF, 0 11px 2px -5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.minimal #mega-menu li .sub {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    border-top: none;
}
#mega-menu li .sub .row {
    width: 100%;
    overflow: hidden;
    clear: both;
    min-height: 30px;
    margin: 0;
    padding-bottom: 15px;
}
#mega-menu li .sub li {
    list-style: none;
    float: none;
    width: 170px;
    font-size: 1em;
    font-weight: normal;
}
#mega-menu li .sub li a { border-bottom: 1px dotted #f4f4f4 }
#mega-menu li:hover .sub li a { margin: 0 }
#mega-menu li .sub li li:last-child a,
#mega-menu .non-mega li:last-child a { border-bottom: none }
#mega-menu li .sub li.mega-hdr {
    margin: 0 10px 10px 10px;
    float: left;
}
#mega-menu li .sub li.mega-hdr.last {
    margin-right: 0;
    margin-bottom: 0;
}
#mega-menu li .sub a {
    background: none;
    padding: 7px 10px;
    display: block;
    float: none;
    font-size: 0.9em;
}
#mega-menu li .sub li.mega-hdr a.mega-hdr-a {
    padding: 7px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
}
#mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover { padding: 7px }
#mega-menu .sub li.mega-hdr li a {
    padding: 10px 0;
    font-weight: normal;
}
#mega-menu .sub li.mega-hdr li a:hover { padding: 10px 7px }
#mega-menu .sub ul li { padding-right: 0 }
#mega-menu li .sub-container.non-mega .sub { padding: 15px }
#mega-menu li .sub-container.non-mega li {
    padding: 0;
    width: 190px;
    margin: 0;
}
#mega-menu li .sub-container.non-mega li a { padding: 10px 0 }
#mega-menu li .sub-container.non-mega li a:hover { padding: 10px 7px }
nav#main-navigation #mega-menu li a .dc-mega-icon {
    position: absolute;
    right: 2px;
    width: 10px;
    height: 10px;
    bottom: 3px;
    text-indent: -999em;
    background: url('images/sprites.png') no-repeat -121px -77px;
    opacity: .15;
    filter: alpha(opacity=15);
}
nav#main-navigation.minimal #mega-menu li a .dc-mega-icon {
    right: 0;
    bottom: -1px;
}
#mega-menu li.mega-hover .dc-mega-icon {
    visibility: hidden;
    display: none;
}
nav #responsive-menu {
    display: none;
    padding: 15px 0;
    width: 100%;
}
input,
textarea {
    -moz-box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 3px 2px #FFFFFF, 0 4px 10px 0px #BABABA;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 2px 2px #FFFFFF, 0 4px 8px -1px #BABABA;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 3px 2px #FFFFFF, 0 4px 8px 0px #BABABA;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    outline: 0 none;
    padding: 7px 0;
    text-indent: 7px;
    width: 100%;
    position: relative;
    zoom: 1;
}
input:focus,
textarea:focus {
    box-shadow: inset 0 0 0 3px #faf9dc;
    -webkit-box-shadow: inset 0 0 0 3px #faf9dc;
    -moz-box-shadow: inset 0 0 0 3px #faf9dc;
}
select { width: 100% }
input[type="radio"],
input[type="submit"],
.button,
input[type="checkbox"] {
    width: auto;
    box-shadow: none;
    border: none;
    background: transparent;
}
/*	================================================

===================================== LAYOUT === */
#wrapper {
    border-radius: 7px;
    margin: 0 auto 2%;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    background: url('images/patterns/bg.png') white;
}
#wrapper.nologinpanel { margin-top: 2% }
/*

#wrapper:before{

    box-shadow: 0 0 75px rgba(255, 255, 255, 0.5);

    content: "";

    display: block;

    height: 400px;

    left: 0;

    margin-top: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}

*/
#wrapper.row.expand {
    max-width: 100%;
    border-radius: 0;
}
.hwdie8 #wrapper {
    box-shadow: 0 0 3px #9b9b9b;
    position: static !important;
}
#main,
footer,
#copyrights-area,
nav#main-navigation,
#shop_cont { padding: 0 3.8% }
#main,
#shop_cont {
    clear: both;
    padding: 0 3.8% 3.8%;
    border-top: 1px solid white;
    position: relative;
    z-index: 4;
    box-shadow: 0 -1px 5px -2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 3px -2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 -1px 5px -2px rgba(0,0,0,.5);
}
#main:after,
#shop_cont:after { clear: both }
#main:before,
#main:after,
#shop_cont:before,
#shop_cont:after {
    content: "";
    display: table;
}
header {
    background: white;
    padding: 1.9% 0;
}
#content header {
    background: transparent;
    padding: 0;
}
header .row {
    padding: 0 3.8%;
    width: 92.4%;
}
header.title {
    background: transparent;
    padding: 0;
}
header #logo,
header #phoneandsocial { z-index: 10 }
#logo { padding-top: 15px }
.row header #phoneandsocial { padding: 1% 4.4% 0 0 }
#phoneandsocial h4 {
    text-align: right;
    float: right;
    margin-bottom: 0;
    padding: 0;
    font-size: 21px;
    line-height: 1;
    text-shadow: -1px -1px 1px rgba(255,255,255,.9);
}
#phoneandsocial span,
#phoneandsocial ul {
    float: right;
    text-align: right;
    font-family: Georgia;
    font-style: italic;
}
#phoneandsocial span,
#phoneandsocial ul,
#phoneandsocial h4 { clear: both }
#phoneandsocial ul {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px dashed #f5f5f5;
}
#phoneandsocial ul li {
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 0 0 3px;
    border-radius: 25px;
    opacity: .5;
}
#phoneandsocial ul li:hover { opacity: 1 }
#phoneandsocial ul li:first-child { margin: 0 }
#phoneandsocial ul li.fb { background: url("images/sprites.png") no-repeat -60px -30px }
#phoneandsocial ul li.fb a { background: url("images/sprites.png") no-repeat -60px 0px }
#phoneandsocial ul li a:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}
#phoneandsocial ul li.twitter { background: url("images/sprites.png") no-repeat -180px -30px }
#phoneandsocial ul li.twitter a { background: url("images/sprites.png") no-repeat -180px 0px }
#phoneandsocial ul li.gplus { background: url("images/sprites.png") no-repeat 0px -30px }
#phoneandsocial ul li.gplus a { background: url("images/sprites.png") no-repeat 0px 0px }
#phoneandsocial ul li.dribble { background: url("images/sprites.png") no-repeat -90px -30px }
#phoneandsocial ul li.dribble a { background: url("images/sprites.png") no-repeat -90px 0px }
#phoneandsocial ul li.vimeo { background: url("images/sprites.png") no-repeat -150px -30px }
#phoneandsocial ul li.vimeo a { background: url("images/sprites.png") no-repeat -150px 0px }
#phoneandsocial ul li.flickr { background: url("images/sprites.png") no-repeat -30px -30px }
#phoneandsocial ul li.flickr a { background: url("images/sprites.png") no-repeat -30px 0px }
#phoneandsocial ul li.ytube { background: url("images/sprites.png") no-repeat -120px -30px }
#phoneandsocial ul li.ytube a { background: url("images/sprites.png") no-repeat -120px 0px }
#phoneandsocial li a {
    float: left;
    text-indent: -999em;
    width: 100%;
    height: 100%;
    text-align: left;
}
nav#main-navigation {
    position: relative;
    z-index: 100;
    float: left;
    width: 92.6%;
}
.hwdie8 nav#main-navigation {
    background: ghostwhite url("images/sprites.png") repeat-x 0 -332px;
    box-shadow: 0 1px 5px -2px #aaa, 0 0px 7px -1px #e7e7e7;
    width: 92.4%;
}
.hwdie8 nav#main-navigation:after {
    background: url("images/sprites.png") repeat-x 0 -277px;
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
}
nav#main-navigation.minimal {
    background: white none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 1px solid #f5f5f5;
}
.hwdie8 nav#main-navigation.minimal {
    filter: none;
    box-shadow: none;
}
.hwdie8 nav#main-navigation:after { display: none }
#promoblock {
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 6;
    background: url("images/patterns/bg.png") white;
    box-shadow: 0 0px 5px -1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0px 5px -1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0px 3px -1px rgba(0,0,0,.5);
    border-bottom: 1px solid #fff;
}
.hwdie8 #promoblock { box-shadow: 0 0px 5px -1px #aaa }
#promoblock li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 2% 0;
}
#promoblock li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
}
#promoblock li:first-child:before { left: -999em }
#promoblock li:hover:before { background: #f4f4f4 }
#promoblock li:hover { background: rgba(255,255,255,.5) }
#promoblock li:hover h4,
#promoblock li:hover p { text-shadow: -1px -1px 0 rgba(255,255,255,.9), 0 0 5px rgba(0,0,0,.05) }
#promoblock li a {
    float: left;
    margin: 0 0 0 15px;
}
#promoblock li a img {
    float: left;
    max-height: 30px;
}
#promoblock li h4 {
    font-size: 16px;
    color: #181818;
}
#promoblock li h4,
#promoblock li p {
    margin: 0;
    line-height: 1.1;
    text-shadow: -1px -1px 0 rgba(255,255,255,.9), 0 0 5px rgba(0,0,0,.05);
}
#promoblock li p {
    font-family: Georgia;
    font-style: italic;
}
#promoblock li span {
    position: absolute;
    right: 2%;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    background: url("images/sprites.png") no-repeat scroll -109px -111px;
    opacity: 0;
}
#promoblock li:hover span {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
}
.hwdie8 #promoblock li span { visibility: hidden }
.hwdie8 #promoblock li:hover span { visibility: visible }
#promoblock li a:first-child { margin-left: 35px }
#promoblock li:hover a:first-child {
    -moz-transform: skewX(10deg) skewY(-10deg) translate(-50%) scale(2.5);
    -webkit-transform: skew(10deg, -10deg) translate(-50%) scale(2.5);
    -o-transform: skew(10deg, -10deg) translate(-50%) scale(2.5);
    -ms-transform: skew(10deg, -10deg) translate(-50%) scale(2.5);
    opacity: .05;
    filter: alpha(opacity=5);
}
#promoblock.col2 li { width: 50% }
#promoblock.col3 li { width: 33.33% }
#promoblock.col4 li { width: 25% }
#promoblock.col5 li { width: 20% }
#content-holder {
    clear: both;
    padding-top: 3.8%;
    position: relative;
}
#breadcrumb {
    color: #999999;
    font-size: 11px;
    margin: 0px 0px 1em;
    overflow: hidden;
    padding: 0px;
}
#breadcrumb a { color: #999999 !important }
#content.eight.columns {
    padding-right: 4.3%;
    width: 60.5%;
}
#content.eight.columns.sr-active { padding-right: 0 }
aside.four.columns {
    margin: 0;
    padding: 2.2%;
}
aside.sidebared {
    background: rgba(0,0,0,.01);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF;
    border: 1px solid #EEEEEE;
}
.hwdie8 aside.sidebared {
    background: whitesmoke url('images/patterns/bg.png');
    position: relative;
}
aside.sidebared li,
footer .wg li {
    padding: 5px 0 6px;
    position: relative;
}
aside.sidebared li,
aside li ul li:first-child { border-top: 1px dotted #ddd }
aside li:first-child,
footer li:first-child { border: none }
aside.sidebared li ul,
footer .wg li ul {
    padding-left: 5%;
    padding-top: 5px;
}
aside.sidebared .children li:last-child,
footer .children li:last-child { padding-bottom: 0 }
aside .sidebar-wg { margin-top: 25px }
aside .widget_twitter li {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px 5px 5px 5px;
    margin-top: 14px;
    padding: 10px 10px 10px 35px;
    border: none;
}
aside .widget_twitter li:after {
    bottom: -10px;
    content: "t";
    font-family: 'ModernPictogramsNormal';
    font-size: 30px;
    left: 4px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: left;
    width: 35px;
    z-index: 1;
    color: lightBlue;
}
aside .widget_twitter li a { display: block }
aside .sidebar-wg h3 { margin-bottom: 5px }
aside .sidebar-wg:first-child { margin-top: 0 }
aside .pie_first-child { margin-top: 0 }
.pagination {
    clear: both;
    float: left;
    width: 64%;
    margin-top: 22px;
    display: inline-block;
}
.pagination a,
.pagination span.current,
.quantity input.plus,
.quantity input.minus,
span.button-alter {
    overflow: hidden;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    width: 22px;
    float: left;
    margin: 0 0 0 10px;
    background: #f5f5f5 url("images/sprites.png") repeat-x 0 -213px;
    border-radius: 25px;
    border: none;
    box-shadow: 0 3px 0 0 #a5a5a5, 0px 6px 3px #FFFFFF, 0 7px 7px #999999;
    -moz-box-shadow: 0 3px 0 0 #a5a5a5, 0px 6px 2px #FFFFFF, 0 7px 5px #999999;
    -webkit-box-shadow: 0 3px 0 0 #a5a5a5, 0px 6px 3px #FFFFFF, 0 7px 7px #999999;
    text-align: center;
}
.pagination a,
.pagination span.current,
.quantity input.plus,
.quantity input.minus,
span.button-alter {
    color: #717171 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,.4);
}
.pagination a:hover,
.quantity input.plus:hover,
.quantity input.minus:hover,
span.button-alter:hover {
    background: #f5f5f5 url("images/sprites.png") repeat-x 0 -167px;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 0 0 #a5a5a5, 0px 3px 1px 1px #FFFFFF, 0 4px 7px #BABABA;
    text-shadow: -1px -1px 0px rgba(255,255,255,.5);
}
.pagination span.current {
    background: url("images/sprites.png") repeat-x 0 -177px;
    box-shadow: 0 1px 0 0 #a5a5a5, 0px 3px 1px 1px #FFFFFF, 0 4px 7px #BABABA;
    text-shadow: -1px -1px 0px rgba(255,255,255,.5);
}
footer {
    border-top: 1px solid #FFFFFF;
    color: whiteSmoke;
    overflow: hidden;
    padding: 3.8%;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    background: #39414b;
}
footer a:hover { text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15), 0 0 9px rgba(255,255,255,.35) }
footer .wg li { border-color: #333 }
#copyrights-area {
    padding: 1.9% 3.8%;
    border-top: 1px solid #fff;
    clear: both;
}
#copyrights-area.no-wg {
    border-top: 1px solid #f5f5f5;
    text-shadow: -1px -1px 1px rgba(255,255,255,.9);
}
#copyrights-area.no-wg {
    border-top: 1px solid #f5f5f5;
    text-shadow: -1px -1px 1px rgba(255,255,255,.9);
}
#footer-menu {
    float: left;
    margin: 0 0 2px 0;
}
#footer-menu ul li {
    float: left;
    margin-right: 18px;
    position: relative;
}
#footer-menu ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: -9px;
    top: 25%;
    width: 1px;
    height: 50%;
    background-color: #ebebeb;
}
#footer-menu ul li:first-child:before { width: 0 }
#copyrights-area p.columns {
    clear: left;
    margin: 0;
    font-size: 0.9em;
}
#copyrights-area a.copy-logo {
    float: right;
    width: auto;
}
#copyrights-area a.copy-logo img { float: right }
/*	================================================

============================ BLOG&SINGLEPOST === */
.meta p {
    padding: 5px 0;
    margin: 0;
    position: relative;
    border-top: 1px dotted #eee;
}
.single-portfolio h2 { margin: 0 }
#services {
    border: 1px dashed #f1f1f1;
    border-width: 1px 0;
    margin-bottom: 10px;
    font-size: .9em;
}
#services ul {
    overflow: hidden;
    padding: 5px 0;
}
#services li {
    float: left;
    margin: 0 5px 0px 0;
    list-style: none;
}
#services li,
#services li a { color: #8e8e8e }
.meta p:first-child { border: none }
.blog .meta p,
.archive .meta p {
    font-size: 11px;
    padding-left: 20px;
}
.blog .meta p:before,
.archive .meta p:before {
    position: absolute;
    font-size: 19px;
    left: 0;
    top: 0;
    font-family: 'ModernPictogramsNormal';
    color: lightgray;
    content: "}";
}
.blog .meta p.b_author:before,
.archive .meta p.b_author:before { content: "f" }
.blog .meta p.b_cat:before,
.archive .meta p.b_author:before { content: "J" }
.blog .meta p.b_tags:before,
.archive .meta p.b_tags:before { content: "," }
.blog .meta p.b_comm:before,
.archive .meta p.b_comm:before { content: "b" }
.blog .post-content,
.archive .post-content {
    margin-bottom: 35px;
    border-bottom: 1px dashed #eee;
}
.featuredimg,
.thumbnail {
    overflow: hidden;
    margin-bottom: 3.8%;
}
.featuredimg a.innershadow:after,
.thumbnail a.innershadow:after,
.flexslider.single:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    border-radius: 6px;
}
.featuredimg a,
.thumbnail a {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hwdie8 .thumbnail a {
    border: 1px solid #ececec;
    border-radius: 6px;
}
.featuredimg img,
.thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.thumbnail article {
    position: relative;
    float: left;
}
.thumbnail a.folionocontent {
    box-shadow: none;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    left: 50%;
    top: 50%;
}
.thumbnail a.folionocontent:after { display: none }
#featured-portfolio {
    padding: 3.8% 0;
    border: 1px dashed #eee;
    margin-top: 3.8%;
    border-left: none;
    border-right: none;
    clear: both;
    position: relative;
}
.latestpi {
    position: absolute;
    left: 0;
    top: -16px;
    padding-right: 15px;
    background: url("images/patterns/bg.png") white;
}
#featured-portfolio .no-w { width: 100% }
#featured-portfolio .no-2 { width: 47.8% }
#featured-portfolio .no-3 { width: 30.3% }
#featured-portfolio .no-4 { width: 21.7% }
#featured-portfolio .no-5 { width: 16.4% }
.clear.pdivider {
    margin-bottom: 3.8%;
    float: left;
    clear: both;
    width: 100%;
    min-height: 1px;
}
#featured-portfolio .thumbnail { margin: 0 }
.foliocontent {
    position: relative;
    padding: 10px 0;
}
.foliocontent h4 {
    margin: 0 0 3px 0;
    max-width: 85%;
}
.foliocontent h4.smaller { font-size: 14px }
.foliocontent p {
    margin: 0;
    max-width: 85%;
}
/*	================================================

=================================== COMMENTS === */
#commentarea {
    padding: 30px 0 0;
    clear: both;
}
#commentform div {
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
}
#respond {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}
#respond h3 small {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}
li #respond {
    padding: 0 5%;
    width: 90%;
}
#commentarea .comment-author.vcard { float: left }
#commentarea .comment-meta.commentmetadata { float: right }
#commentarea li ul {
    float: right;
    width: 90%;
    list-style: none;
}
.comment-body {
    position: relative;
    padding: 4%;
    float: left;
    width: 92%;
    border-top: 1px solid #f5f5f5;
}
.comment-body:hover { }
#commentarea ol {
    width: 100%;
    float: left;
    list-style: none;
}
.comment p {
    padding-left: 0;
    clear: both;
    margin-top: 15px;
}
.comment p.comment-meta { width: 65% }
.comment-notes { padding-bottom: 10px }
.comment-notes .required { padding: 0 7px 0 0 }
#trackbacks {
    float: left;
    padding: 12px 0;
}
#respond label { text-align: left }
.reply {
    position: absolute;
    bottom: 10px;
}
/*	================================================

==================================== FOOTER === */
.wg {
    float: left;
    margin-left: 4.4%;
    position: relative;
    z-index: 6;
    width: 100%;
    min-height: 1px;
}
.wg:first-child { margin-left: 0 }
.col-2 .wg { width: 47.8% }
.col-3 .wg { width: 30.4% }
.col-4 .wg { width: 21.7% }
.col-5 .wg { width: 15% }
.wg li p {
    margin: 0;
    color: #65E3DF;
}
/*	================================================

================================= SHORTCODES === */
/* alert boxes */
.msg,
div.woocommerce_message,
div.woocommerce_error {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 0 -3px #FFFFFF, 0 7px 1px -3px rgba(0, 0, 0, 0.15), 0 11px 0 -5px #FFFFFF, 0 11px 2px -5px rgba(0, 0, 0, 0.15);
    margin: 0 auto 35px;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    clear: left;
}
div.woocommerce_error ul { padding: 20px 20px 20px 50px }
.hwdie8 .msg,
.hwdie8 div.woocommerce_message,
.hwdie8 div.woocommerce_error,
.hwdie8 #mega-menu li .sub,
.hwdie8 aside .testimonials_widget { box-shadow: 0 1px 2px #d9d9d9, 0 6px 0 -3px #FFFFFF, 0 7px 1px -3px #d9d9d9, 0 11px 0 -5px #FFFFFF, 0 11px 2px -5px #d9d9d9 }
.msg p,
div.woocommerce_message p,
div.woocommerce_error ul {
    padding: 20px;
    margin: 0 0 0 50px;
    position: relative;
}
.alertbox:before,
.newsbox:before,
.infobox:before,
.succesbox:before,
div.woocommerce_message:before,
.msg.checkout:before,
.woocommerce_error:before,
.orderreceived:before,
div.woocommerce_info:before {
    content: "!";
    font-family: 'ModernPictogramsNormal';
    font-size: 30px;
    line-height: 1;
    left: 10px;
    margin-top: -15px;
    opacity: 0.75;
    padding: 0 10px 0 5px;
    position: absolute;
    top: 50%;
}
.msg.checkout:before { content: "$" }
div.woocommerce_error:before { content: "X" }
div.woocommerce_message:before { content: "%" }
.alertbox p { border-color: #f1bfbf }
.msg p:before,
div.woocommerce_message p:before,
div.woocommerce_error ul:before {
    background: #f4f4f4;
    content: "";
    height: 60%;
    left: 1px;
    position: absolute;
    top: 20%;
    width: 1px;
}
div.woocommerce_info:before { content: "=" }
.succesbox { }
.succesbox:before,
.orderreceived:before { content: "%" }
.succesbox p { border-color: #cae690 }
.newsbox { }
.newsbox:before {
    content: "a";
    left: 7px;
}
.infobox { }
.infobox:before { content: "=" }
/* lists */
.dropcap {
    font-size: 36px;
    line-height: 36px;
    margin: 10px 10px 0px 0;
    float: left;
}
/* lists */
.check-list,
.default-list {
    clear: both;
    width: 100%;
    margin: 0 25px 15px 0;
    padding: 0;
}
.check-list li,
.default-list li { padding: 7px 0 }
.check-list li {
    text-indent: 15px;
    list-style: none;
    position: relative;
}
.check-list li:before {
    color: #ABDC28;
    content: "%";
    font-family: 'ModernPictogramsNormal';
    margin: 0 10px 0 -15px;
}
ul li h3 {
    text-indent: 0;
    background: none;
}
/* Pullquote */
.pullquote {
    display: inline;
    float: left;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    margin: 15px 15px 10px 0;
    padding: 0 7px 0 0;
    text-align: left;
    width: 30%;
    position: relative;
}
.pullquote.right {
    float: right;
    margin: 15px 0 10px 15px;
    text-align: left;
    padding: 0 0 0 7px;
}
/* thumbnail posts */
.thumb-posts {
    width: 100%;
    float: left;
    padding: 4px 0;
    position: relative;
}
.wg .thumb-posts {
    border: none;
    padding: 9px 0;
}
.wg .thumb-posts:after,
.wg .thumb-posts:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: white;
    opacity: .1;
    filter: alpha(opacity=10);
}
.wg .thumb-posts:after {
    background: black;
    bottom: -2px;
    opacity: .08;
    filter: alpha(opacity=08);
}
.thumb-posts span.title { margin-top: 6px }
#sidebar .thumb-posts span.title { margin-top: 0 }
.thumb-posts span.date { }
.thumb-posts .tpimg { display: block }
.hwdie8 .thumb-posts .tpimg { min-width: 45px }
.thumb-posts img {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px -2px silver;
    float: left;
    margin-right: 15px;
}
.thumb-posts .title,
.thumb-posts date { display: block }
#searchform input[type=submit], .woocommerce-product-search input[type=submit] {
    background: url('images/sprites.png') no-repeat -175px -75px;
    border: medium none !important;
    cursor: pointer;
    height: 25px;
    margin: 0;
    position: absolute;
    right: 3px;
    text-indent: -999em;
    top: 4px;
    width: 25px;
    padding: 0;
    box-shadow: none;
    visibility: hidden;
}
#searchform:hover input[type=submit], .woocommerce-product-search:hover input[type=submit]{
    visibility: visible;
    border: none;
}
#searchform, .woocommerce-product-search { position: relative }
/* Slide panels */
.toggle_slide { width: 100% }
h3.trigger {
    width: 100%;
    position: relative;
}
h3.trigger a {
    display: block;
    padding-left: 10px;
    font-size: 16px;
}
h3.trigger.active span {
    background: url("images/sprites.png") no-repeat scroll -119px -111px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.toggle_container {
    padding: 0 0 25px 10px;
    margin-top: 5px;
}
/* Calendar */
#calendar_wrap {
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
}
table#wp-calendar {
    border: none;
    background: none;
    margin: 0;
}
table#wp-calendar td {
    padding: 5px;
    text-align: center;
    border: 1px solid #eee;
    text-shadow: -1px -1px 0 rgba(255,255,255,.75);
}
table#wp-calendar td.pad { border: none }
table#wp-calendar caption { padding: 5px 0 }
table#wp-calendar thead { font-size: .75em }
table#wp-calendar thead tr { height: auto }
table#wp-calendar thead tr th { padding: 5px 0 }
table#wp-calendar tfoot td { border: none }
/*	================================================

============================= CONTACT FORM 7 === */
span.wpcf7-form-control-wrap { display: block }
#wrapper span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    color: red;
    height: 20px;
    margin-top: -10px;
    left: 7px;
    padding: 0;
    position: absolute;
    top: 50%;
    border: none;
    z-index: 100;
}
/*	================================================

================================= NICE FORMS === */
.selector {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #eee;
    border-radius: 6px 6px 6px 6px;
    padding: 4px;
    width: 98% !important;
    position: relative;
    margin: 0;
}
.hwdie8 .selector {
    box-shadow: none;
    background: url('images/ie.png');
}
.selector span {
    padding: 5px;
    height: 20px;
    line-height: 20px;
    display: block;
    background: url('images/sprites.png') repeat-x 0 -327px white;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.selector span { box-shadow: 0 0 2px #dfdfdf }
.selector select {
    top: 0;
    left: 7px;
    width: 96%;
}
.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus { outline: 0 }
/* Button */
div.button a,
div.button button,
div.button input { position: absolute }
div.button {
    cursor: pointer;
    position: relative;
}
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
/* Select */
div.selector {
    position: relative;
    overflow: hidden;
}
form.cart .variations div.selector { margin-left: -5px }
div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
div.selector span:after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    background: url('images/sprites.png') no-repeat -93px -76px;
}
div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity:0);
    height: 34px;
    border: none;
    cursor: pointer;
}
/* Checker */
div.checker { position: relative }
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.checker input {
    opacity: 0;
    filter: alpha(opacity:0);
    display: inline-block;
    background: none;
}
/* Radio */
div.radio { position: relative }
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}
div.radio input {
    opacity: 0;
    filter: alpha(opacity:0);
    text-align: center;
    display: inline-block;
    background: none;
}
/* Uploader */
div.uploader {
    position: relative;
    overflow: hidden;
    cursor: default;
}
div.uploader span.action {
    float: left;
    display: inline;
    padding: 2px 0px;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default;
}
.video-wrapper {
    max-width: 100%;
    position: relative;
    z-index: 7;
}
.flexslider:hover .video-wrapper { z-index: 1 }
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*	================================================

===================== COMMON GRAPHIC DETAILS === */
.fancyboxshadow,
.selector {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset, 0px 1px 3px 0px #FFFFFF, 0px 3px 28px -10px #BABABA;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset, 0px 1px 3px 0px #FFFFFF, 0px 3px 28px -10px #BABABA;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px 0px #FFFFFF, 0px 3px 24px -14px #BABABA;
    border-radius: 6px;
    border: 1px solid white;
}
nav#main-navigation,
span.mb,
.widget_price_filter .price_slider_wrapper .ui-slider-range,
.widget_price_filter .price_slider_wrapper .button {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.08))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); /* W3C */
    background-color: ghostWhite;
    box-shadow: inset 0 1px 1px -1px #fff, 0 1px 3px -1px #555555, 0 2px 7px 0px rgba(0, 0, 0, 0.3), 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: inset 0 1px 1px -1px #fff, 0 1px 2px -1px #555555, 0 3px 6px -1px rgba(0, 0, 0, 0.3), 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: inset 0 1px 1px -1px #fff, 0 1px 3px -1px #555555, 0 2px 7px 0px rgba(0, 0, 0, 0.3), 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
}
.hwdie8 .fancyboxshadow { box-shadow: 0px 1px 3px 1px #FFFFFF, 0px 2px 20px -10px #BABABA }
.hwdie8 span.mb {
    background: url("images/sprites.png") no-repeat scroll -205px 0 transparent;
    width: 28px;
    height: 28px;
    box-shadow: none;
    border-radius: 0;
}
.hwdie8 span.mb a { background: none }
.button,
input.button,
input[type="submit"],
.pricetable .button-container a {
    background: url("images/sprites.png") repeat-x 0 -200px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4), 0px 5px 0px #ABDC28, 1px 7px 3px #FFFFFF, 0px 10px 9px #999999;
    -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4), 0px 5px 0px #ABDC28, 1px 7px 2px #FFFFFF, 0px 10px 7px #999999;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.4), 0px 5px 0px #ABDC28, 1px 7px 3px #FFFFFF, 0px 10px 9px #999999;
    color: #3E3E3E !important;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0px auto 25px;
    overflow: hidden;
    padding: 10px 25px 11px;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.button:hover,
input[type="submit"]:hover,
.pricetable .button-container a:hover {
    background: url("images/sprites.png") repeat-x 0 -167px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px #ABDC28, 0px 4px 3px #FFFFFF, 0px 4px 6px #BABABA;
    cursor: pointer;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.4);
    color: #3E3E3E;
}
.custombutton {
    background: url("images/patterns/bg.png") repeat scroll 0 0 white;
    color: #AAAAAA;
    float: right;
    font-size: 11px;
    margin-bottom: -9px;
    padding: 0 0 0 10px;
}
input[type="submit"] { padding: 7px 25px 8px }
.toggle_slide span {
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-bottom: -10px;
    width: 10px;
    height: 20px;
    margin-top: -1px;
    background: url("images/sprites.png") no-repeat scroll -119px -111px;
    text-indent: -999em;
    opacity: .25;
}
.toggle_slide span {
    right: auto;
    left: -5px;
}
span.mb {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -9px;
    right: -9px;
    text-indent: -999em;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
}
.hwdie8 span.mb {
    bottom: -11px;
    right: -11px;
}
.foliocontent span.mb {
    bottom: 50%;
    margin-bottom: -13px;
    right: 0;
}
.hwdie8 .foliocontent span.mb { margin-bottom: -14px }
span.mb a {
    display: block;
    max-width: 20px;
    height: 100%;
    margin-top: -1px;
    background: url("images/sprites.png") no-repeat scroll -109px -108px;
}
.custombutton:hover small,
.toggle_slide:hover span {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
}
#featured-portfolio .columns:hover span.mb,
.portfolio-item:hover span.mb {
    opacity: 1;
    visibility: visible;
}
/*	================================================

===================================== COLORS === */
.button,
input.button,
input[type="submit"],
.pricetable .button-container a,
.button:hover,
input[type="submit"]:hover,
.pricetable .button-container a:hover,
.pagination span.current,
#loginpanel div,
.widget_price_filter .price_slider_wrapper .ui-slider-range { background-color: #ABDC28 }
input:hover,
textarea:hover,
.flex-control-nav li a.active { border-color: #abdc28 }
.flex-control-nav li a.active { color: #ABDC28 }
ul.products li .amount,
div.product p.price del .amount,
div.product p.price del,
.stock.out-of-stock { color: #ff6347 }
/*	================================================

=========================== WORDPRESS STYLES === */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.aligncenter {
    padding: 6px;
    margin-bottom: 20px!important;
}
.alignleft {
    float: left;
    width: auto;
    padding: 6px 0;
    margin: 0 20px 6px 0;
}
.alignright {
    float: right;
    width: auto;
    padding: 6px 0;
    margin: 0 0 6px 20px;
}
.navigation .alignright,
.navigation .alignleft { background: none }
.wp-caption {
    font-size: 13px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.wp-caption img {
    float: none;
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.wp-caption p.wp-caption-text {
    text-align: center;
    margin: 0;
    text-shadow: -1px -1px 0 white;
}
.gmap { overflow: hidden }
.gmap iframe {
    display: block;
    padding: 0.5%;
    width: 99%;
}
.button.sc { float: right }
.clear-mess { clear: both }
.checkout-button.button.alt > input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    height: 16px;
    margin: 0;
    padding: 0;
}
.added_to_cart { display: none }
