/*  
Theme Name: Elixa2
Theme URI: http://elixa.com/
Description: Custom Elixa theme
Version: 2.0
Author: ZByte Software
Author URI: http://www.zbytesoftware.com/
License: GNU General Public License
License URI: license.txt
*/

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,
font,
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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

a img {
    border: none;
}

*:focus {
    outline: none;
    /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}

/* =Global Elements
-------------------------------------------------------------- */

/*#slider a, #slider a:visited, #content a,#content a:visited, #main a, #main a:visited, span.postauthor a, span.postcomment, span.postcomment a, .entry-utility a, .ts-testimonial-textinfo {
	color: #0871bc;
}*/

.elixa-button,
.elixa-gray-button,
.elixa-light-gray-button,
body.woocommerce ul.products li.product .button,
body .product_grid_display .wpsc_buy_button,
body .wpsc_buy_button,
body .wpsc_buy_button_container .wpsc_buy_button,
body .paypal_express_form input[type="submit"],
body #woo-content .single_add_to_cart_button {
    background: #0871bc;
    padding: 8px 25px;
    border: 0px;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    text-shadow: none;
}

body.woocommerce ul.products li.product {
    box-sizing: border-box;
    margin: 20px 1.5%;
    width: 30%;
    padding: 15px 15px 5px 15px;
    border: 1px solid #dbdbdb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F3F3F3;
}

@media (max-width: 479px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%!important;
    }
}

div.product-before-tabs span.woocommerce-Price-amount.amount {
    font-size: .9em;
}

#side ul.wpsc-latest-products li h3 a:visited,
#side ul.wpsc-latest-products li h3 a:hover {
    font-size: 1.1em!important;
}

.elixa-button:hover,
.elixa-gray-button:hover,
.elixa-light-gray-button:hover,
body.woocommerce ul.products li.product .button:hover,
body .wpsc_buy_button:hover,
body .paypal_express_form input[type="submit"]:hover,
body #woo-content .single_add_to_cart_button:hover {
    background: #0762a4;
}

.elixa-gray-button {
    background: #888;
}

.elixa-gray-button:hover {
    background: #7b7b7b;
}

.elixa-light-gray-button,
body.woocommerce ul.products li.product .button {
    background: #aeaeae;
    border-radius: 2px;
}

.elixa-light-gray-button:hover,
body.woocommerce ul.products li.product .button:hover {
    background: #a2a2a2;
}

#side ul li a {
    color: #e08722;
}

#side ul li a:visited {
    color: #e08722;
}

#side ul li a:hover {
    color: #e08722;
    text-decoration: underline;
}

a:hover {
    color: #0871bc;
}

/* Main global 'theme' and typographic styles */

body {
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    background: url(images/bg.png) repeat;
}

/* links */

a {
    text-decoration: none;
    font-weight: normal;
    color: #0871bc;
}

a:visited {
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

.clr,
.clear {
    clear: both;
    height: 1px !important;
    line-height: 1px !important;
    float: none !important;
}

/* heading */

h1,
h2 {
    margin-bottom: 15px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #1a1a1a;
}

h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}

h1 {
    font-size: 30px;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    line-height: 1.2;
}

h3 {
    font-size: 23px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    line-height: 1.2;
}

h6 {
    font-size: 12px;
    line-height: 1.2;
}

.uppercase {
    text-transform: uppercase;
}

.pagetitle {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    font-size: 30px;
    line-height: 1.2;
    position: relative;
}

/* Text elements */

div.hr,
hr {
    border-width: 0;
    height: 1px;
    line-height: 0;
    margin: 30px 0px;
    page-break-after: always;
    text-align: center;
    width: 100%;
    clear: both;
    color: #cfcfcf;
    background-color: #cfcfcf;
}

p {
    margin-bottom: 20px;
}

body p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 2.2em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote,
.quote {
    margin: 0px 0 20px 0px;
    padding: 5px 10px 0px 50px;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote p {
    margin: 0px;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

code {
    font-family: "Courier New", monospace;
    letter-spacing: 1px;
    margin: 25px 0 25px 0px;
    display: block;
    font-size: 0.9em;
    border-left: 4px solid #cfcfcf;
    padding: 15px 10px;
}

pre {
    background: #f7f7f7;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 20px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/* Text meant only for screen readers */

.screen-reader-text {
    position: absolute;
    left: -9000px;
}

.nomargin {
    margin-right: 0px !important;
}

#outer-container {
    max-width: 1100px;
    margin: 0 auto;
}

#outer-container:before,
#outer-container:after {
    content: " ";
    display: table;
}

#outer-container:after {
    clear: both;
}

#container {
    max-width: 1100px;
}

#maininner {
    clear: both;
    max-width: 1100px;
    padding: 40px 30px 50px 30px;
    margin: 0 auto;
    background-color: #FFF;
}

#maininner:before,
#maininner:after {
    content: " ";
    display: table;
}

#maininner:after {
    clear: both;
}

#maininner-left,
#maininner-right,
#maininner-above,
#maininner-below {
    box-sizing: border-box;
}

@media only screen and (min-width: 641px) {
    #maininner-left {
        width: 65%;
        float: left;
        padding-right: 30px;
    }
    #maininner-right {
        width: 35%;
        padding-left: 40px;
        float: left;
    }

    .woocommerce #maininner-left {
        width: 100%;
        float: left;
        padding-right: 30px;
    }
    .woocommerce #maininner-right {
        display: none;
    }

}

@media only screen and (min-width: 1100px) {
    .woocommerce #maininner-left {
        width: 100%;
    }
    .woocommerce #maininner-right {
        display: none;
    }

    #maininner-left {
        width: 65%;
        float: left;
        padding-right: 30px;
    }
    #maininner-right {
        width: 35%;
        padding-left: 40px;
        float: left;
    }
}


@media only screen and (min-width: 641px) {
    #maininner-above-right {
        width: 35%;
        padding-left: 40px;
        float: left;
    }
}

@media only screen and (min-width: 1100px) {
    #maininner-above-right {
        width: 30%;
    }
}

#maininner-below {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

#maininner-below:before,
#maininner-below:after {
    content: " ";
    display: table;
}

#maininner-below:after {
    clear: both;
}

@media only screen and (min-width: 641px) {
    #maininner-below .widget-area {
        margin-left: -20px;
        margin-right: -20px;
        /* one item */
        /* two items */
        /* three items */
        /* four items */
        /* five items */
    }
    #maininner-below .widget-area .widget-container {
        float: left;
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
    }
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(1) {
        width: 100%;
    }
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(2),
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(2) ~ .widget-container {
        width: 50%;
    }
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(3),
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(3) ~ .widget-container {
        width: 33.3333%;
    }
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(4),
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(4) ~ .widget-container {
        width: 25%;
    }
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(5),
    #maininner-below .widget-area .widget-container:first-child:nth-last-child(5) ~ .widget-container {
        width: 20%;
    }
}

@media only screen and (min-width: 641px) {
    #maininner-below .widget-area {
        margin-left: -30px;
        margin-right: -30px;
    }
    #maininner-below .widget-area .widget-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

#top {
    position: relative;
    height: 40px;
}

@media only screen and (min-width: 641px) {
    #top {
        height: 40px;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 841px) {
    #top {
        padding-bottom: 40px;
    }
}

#breadcrumbs {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 30px;
    padding: 0;
}

@media only screen and (min-width: 841px) {
    #breadcrumbs {
        display: block;
    }
}

@media only screen and (min-width: 1100px) {
    #breadcrumbs {
        left: 18px;
    }
}

#elixa-body.archive .elixa-breadcrumbs {
    position: relative;
    /*top: -20px;*/
}

#elixa-body .elixa-breadcrumbs {
    margin-bottom: 2px;
    font-size: 14px;
    color: #FFF;
    line-height: 15px;
}

#elixa-body .elixa-breadcrumbs a,
#elixa-body .elixa-breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
}

#elixa-body .elixa-breadcrumbs a {
    color: #F8F8F8;
    padding: 0 2px;
}

#elixa-body .elixa-breadcrumbs a,
#elixa-body .elixa-breadcrumbs .breadcrumb_last {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 841px) {
    #elixa-body .elixa-breadcrumbs a,
    #elixa-body .elixa-breadcrumbs .breadcrumb_last {
        max-width: 92px;
    }
}

@media only screen and (min-width: 1100px) {
    #elixa-body .elixa-breadcrumbs a,
    #elixa-body .elixa-breadcrumbs .breadcrumb_last {
        max-width: 140px;
    }
}

@media only screen and (min-width: 841px) {
    #elixa-body .elixa-breadcrumbs .breadcrumb_last {
        max-width: 76px;
    }
}

@media only screen and (min-width: 1100px) {
    #elixa-body .elixa-breadcrumbs .breadcrumb_last {
        max-width: 120px;
    }
}

#mini-nav {
    display: none;
    position: absolute;
}

@media only screen and (min-width: 641px) {
    #mini-nav {
        display: block;
        bottom: -1px;
        right: 15px;
        width: 240px;
    }
}

@media only screen and (min-width: 1100px) {
    #mini-nav {
        right: 10px;
    }
}

#mini-nav ul {
    margin: 0;
    padding: 0 0 0 0;
    float: right;
}

#mini-nav li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 4px;
}

#mini-nav li a {
    display: block;
    font-size: 13px;
    padding: 2px 8px;
    color: #FFF;
    background: #888;
}

#mini-nav li a:hover {
    text-decoration: none;
    background: #6f6f6f;
}

.minicart-wrap {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

@media only screen and (min-width: 641px) {
    .minicart-wrap {
        right: 200px;
        bottom: 0px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 1100px) {
    .minicart-wrap {
        right: 190px;
    }
}

.minicart-wrap:hover {
    cursor: pointer;
}

.minicart-cart {
    width: 320px;
    top: 100%;
    max-height: 0;
    position: absolute;
    overflow: hidden;
    right: -4px;
    z-index: 10000;
    background: #FFF;
    transition: max-height 0.5s;
}

.minicart-cart .widget_shopping_cart {
    padding: 5px 8px 12px 8px;
    border: 2px solid #0871bc;
}

.minicart-cart .widget_shopping_cart p.empty {
    padding: 8px;
}

.minicart-cart .widget-title {
    margin: 0;
    padding: 4px 8px;
    color: #0871bc;
    font-size: 18px;
}

.minicart-cart .mini_cart_item {
    border-top: 1px solid #F5F5F5;
    padding-top: 8px !important;
    margin-top: 4px !important;
}

.minicart-cart .mini_cart_item a {
    font-weight: 600 !important;
    line-height: 1.4;
}

.minicart-cart .mini_cart_item dt {
    font-weight: 600 !important;
    padding-bottom: 0 !important;
    padding-top: 4px !important;
    font-size: 13px;
}

.minicart-cart .mini_cart_item dd {
    margin-bottom: 3px !important;
    font-size: 13px;
}

.minicart-cart .total,
.minicart-cart .buttons {
    text-align: right;
}

.minicart-open {
    max-height: 600px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.minicart-link,
.minicart-checkout {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.minicart-link i,
.minicart-checkout i {
    font-size: 22px;
}

.minicart-link:hover,
.minicart-checkout:hover {
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    .minicart-total {
        display: none;
    }
}

.minicart-count {
    display: inline-block;
    margin: 0 4px 2px 4px;
    padding-right: 10px;
    border-right: 2px solid #0871bc;
}

@media only screen and (max-width: 480px) {
    .minicart-count {
        padding-right: 0;
        border-right: none;
    }
}

.minicart-checkout {
    display: inline-block;
    margin: 0 4px 2px 4px;
    padding-left: 10px;
    border-left: 2px solid #0871bc;
}

@media only screen and (min-width: 641px) {
    .minicart-checkout {
        display: none;
    }
}

.woocommerce-cart .minicart-wrap {
    display: none;
}

.woocommerce-cart .minicart-open,
.woocommerce-checkout .minicart-open {
    box-shadow: none;
}

/* TOP MENU
-------------------------------------------------------------- */

#topnavigation {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 100;
    padding: 0 22px;
    background-color: #1a1a1a;
}

@media only screen and (min-width: 841px) {
    #topnavigation {
        display: block;
    }
}

@media only screen and (min-width: 1100px) {
    #topnavigation {
        padding: 0 10px;
    }
}

/* clearfix */

#shopnav.topnav {
    float: right;
    margin-right: 0px;
}

.topnav {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 15px;
    float: left;
    height: 40px;
    display: block;
    text-align: center;
}

.topnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topnav li {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    float: left;
    height: 40px;
    text-align: center;
    background-color: #1a1a1a;
}

.topnav a {
    display: block;
    color: #bbbbbb;
    margin: auto 0;
    padding: 7px 0 0 0;
    text-decoration: none;
}

.topnav li a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
}

.topnav li.current_page_item > a,
.topnav li:hover,
.topnav li.current_page_ancestor > a,
.topnav li.current-menu-ancestor > a,
.topnav li.current-menu-item > a {
    color: #fff;
}

.topnav li ul {
    list-style: none;
    position: absolute;
    width: 185px;
    top: 40px;
    display: none;
    padding: 0 0 10px 0;
    z-index: 10;
}

.topnav li ul li:hover ul {
    /* left: 90%; top: -1px;*/
    display: block;
    left: 90%;
    top: -1px;
}

.topnav li li {
    margin: 0;
    padding: 0;
    width: 185px;
    left: auto;
    height: auto !important;
    position: relative !important;
    border-top: 1px solid #2b2b2b;
    border-bottom: 0px;
    text-align: left;
}

.topnav li li a {
    width: 155px;
    color: #bbbbbb;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 15px;
}

.topnav li li:hover {
    background: #3a3a3a;
}

.topnav li:hover,
.topnav li.sfhover {
    /* prevents IE7 drop-down topnav bug (focus on a page element prevents nested topnavs from disappearing) */
    /*position: static;*/
}

.topnav > li:hover > ul,
.topnav > li.sfhover > ul {
    display: block;
}

#header {
    clear: both;
    position: relative;
    max-width: 1100px;
    padding: 0 0 12px 0;
    margin: 0 auto;
    /*margin-top:-18px;*/
}

#header.inner {
    padding-bottom: 0px;
}

/* Logo */

#logo {
    float: left;
    padding-left: 30px;
}

#logo img {
    margin-top: 8px;
    max-width: 130px;
}

@media only screen and (min-width: 641px) {
    #logo img {
        max-width: none;
    }
}

@media only screen and (min-width: 1100px) {
    #logo {
        padding-left: 0;
    }
}

#tagline {
    display: none;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1;
}

@media only screen and (min-width: 841px) {
    #tagline {
        display: block;
    }
}

/* Top Right */

#topright {
    float: right;
    padding-right: 14px;
    margin-top: 10px;
}

@media only screen and (min-width: 641px) {
    #topright {
        width: 302px;
        padding-right: 30px;
        padding-bottom: 40px;
        margin-top: 15px;
        text-align: right;
    }
}

@media only screen and (min-width: 1100px) {
    #topright {
        padding-right: 0px;
    }
}

#header-phone {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 4px;
}

@media only screen and (min-width: 641px) {
    #header-phone {
        font-size: 18px;
    }
}

.header-linetwo {
    display: none;
}

@media only screen and (min-width: 641px) {
    .header-linetwo {
        display: block;
    }
}

/* Top Search */

#topsearch {
    position: absolute;
    width: 182px;
    height: 24px;
    padding: 0px;
    top: 34px;
    right: 10px;
}

@media only screen and (min-width: 641px) {
    #topsearch {
        top: auto;
        bottom: 10px;
        right: 30px;
        width: 272px;
    }
}

@media only screen and (min-width: 1100px) {
    #topsearch {
        right: 0px;
    }
}

#topsearch .widget-container.widget_search div.widget-box {
    background: none;
    padding: 0px;
    margin: 0px;
}

#searchform {
    display: block;
    height: 24px;
    padding: 0px;
    background: #FFF;
    border: 0;
}

#searchform input {
    display: inline-block;
    width: 110px;
    height: 16px;
    padding: 4px 8px;
    border: 0;
    margin: 0px !important;
    background: transparent;
    line-height: 14px;
}

#searchform input[type="submit"] {
    display: block;
    height: 24px;
    width: 52px;
    float: right;
    line-height: 24px;
    padding: 0px 4px;
    border: 0;
    cursor: pointer;
    background: #888;
    color: #FFF;
}

#searchform input[type="submit"]:hover {
    background: #6f6f6f;
}

@media only screen and (min-width: 641px) {
    #searchform input {
        width: 200px;
    }
}

@media only screen and (min-width: 841px) {
    #mobimenu {
        display: none;
    }
}

.mobinav-open {
    display: block;
    position: absolute;
    left: 30px;
    top: 6px;
    padding: 5px 10px 5px 40px;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    color: #0871bc;
    border-color: #0871bc;
    border-radius: 2px;
    background: #FFF;
}

.mobinav-open:hover {
    text-decoration: none;
}

@media only screen and (min-width: 841px) {
    .mobinav-open {
        display: none;
    }
}

.mobinav-open:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    width: 1em;
    height: 0.125em;
    border-top: 0.375em double #0871bc;
    border-bottom: 0.125em solid #0871bc;
    font-size: 24px;
}

.embed-vid {
    max-width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.embed-vid iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block.bigtext {
    font-size: 16px;
}

.box {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
    font-size: 16px;
}

@media only screen and (min-width: 641px) {
    .box {
        min-height: 340px;
    }
}

@media only screen and (min-width: 841px) {
    .box {
        min-height: 300px;
    }
}

@media only screen and (min-width: 1100px) {
    .box {
        min-height: 280px;
    }
}

.box-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

#socialnetwork {
    float: right;
    padding: 30px 0 0 0;
}

#socialnetwork ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#socialnetwork ul li {
    display: inline;
    margin-left: 5px;
}

/* SLIDER */

.slider-description {
    width: calc(70% - 20px);
    margin: 10px;
    font-size: 13px;
    color: #ffffff;
    text-align: right !important;
    background: rgba(0, 0, 0, 0.7);
    border: 0px solid #ffffff;
    border-radius: 0px;
    right: 0 !important;
    bottom: 0;
}

#slideshow {
    background-image: url(images/bg-slider.png);
    background-repeat: no-repeat;
    height: 374px;
    width: 940px;
    position: relative;
}

.cycle {
    position: relative;
}

.slide-text {
    z-index: 280;
    position: absolute;
    bottom: 53px;
    padding: 24px 34px 24px 34px;
    margin-right: 20px;
    right: 0px;
    color: #fff;
    background: url(images/opacity.png) repeat;
    width: 360px;
}

.slide-text h1 {
    color: #fff !important;
    line-height: 18px;
    margin-bottom: 10px;
}

#slider {
    height: 327px;
    margin: 0 20px;
    top: 22px;
    overflow: hidden;
    position: relative;
}

#prev-slide {
    width: 32px;
    height: 86px;
    background-image: url(images/prev.png);
    position: absolute;
    top: 140px;
    left: -22px;
    cursor: pointer;
}

#next-slide {
    width: 32px;
    height: 86px;
    background-image: url(images/next.png);
    position: absolute;
    top: 140px;
    right: -22px;
    cursor: pointer;
}

/* INTRO CONTENT */

#intro-content {
    text-align: center;
    padding: 0 0 0px 0;
    text-transform: uppercase;
}

#intro-text {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    color: #000;
}

#main {
    padding-top: 40px;
}

#main .one_fourth {
    margin-right: 3.6%;
}

#glow-content {
    background-image: url(images/glow-content.png);
    background-repeat: repeat-x;
    height: 25px;
    position: absolute;
    width: 1020px;
    left: 0;
}

.title-custom {
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #bbbbbb;
    border-width: 1px 0;
    padding: 14px 0;
}

.title-smooth {
    padding: 10px 0 20px 20px !important;
    color: #909090;
}

.title-strong {
    font-weight: bold;
    display: block;
}

.title-strong a {
    font-weight: bold;
    color: #909090;
}

.title-strong a:visited,
.title-strong a:hover {
    font-weight: bold;
    color: #909090;
}

/* image styling */

.imgborder {
    padding: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
}

.imgcenter {
    margin: 0 auto;
    display: block;
}

/* form and button */

input[type="text"],
input[type="password"] {
    border: solid 1px #e0e0e0;
    margin: 4px 4px 8px 0px;
    padding: 5px;
    vertical-align: middle;
    font-size: 11px;
    background: #ffffff;
    color: #333;
}

textarea {
    border: solid 1px #e0e0e0;
    margin: 4px 4px 8px 0px;
    padding: 5px;
    vertical-align: middle;
    font-size: 11px;
    background: #ffffff;
    color: #333;
}

.button {
    border: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 8px;
    cursor: pointer;
    background-color: #212121;
}

.button:hover {
    background-color: #3e3e3e;
}

.more {
    padding: 0 0 0 0px;
    line-height: 30px;
}

/* Column list */

.four_column {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.four_column li {
    list-style-type: none;
    width: 22%;
    margin-right: 4%;
    float: left;
}

.four_column p {
    margin-bottom: 10px;
}

.three_column {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.three_column li {
    list-style-type: none;
    width: 30.66%;
    margin-right: 4%;
    float: left;
}

.three_column p {
    margin-bottom: 10px;
}

.two_column {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.two_column li {
    list-style-type: none;
    width: 48%;
    margin-right: 4%;
    float: left;
}

.two_column p {
    margin-bottom: 10px;
}

.three_four_column {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.three_four_column li {
    list-style-type: none;
    width: 74%;
    margin-right: 4%;
    float: left;
}

.three_four_column p {
    margin-bottom: 10px;
}

.two_column li li,
.three_column li li,
.four_column li li,
.three_four_column li li {
    margin: 0px;
    width: auto !important;
    float: none;
}

/* Separator */

.separator {
    display: block;
    height: 25px;
    text-align: center;
    width: 100%;
    clear: both;
}

.separator.line {
    display: block;
    height: 40px;
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0px;
    background-image: url(images/hr.png);
    background-repeat: repeat-x;
    background-position: center;
}

/* Tables */

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    margin-bottom: 18px;
}

th {
    padding: 4px;
    color: #666;
    text-transform: uppercase;
}

td {
    padding: 4px;
}

tfoot td {
    border: 0px;
}

th {
    background-color: #EEE;
}

table {
    border: 1px solid #cfcfcf;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

tr td {
    border-top: 1px solid #cfcfcf;
}

tr.odd td {
    background: #F2F7FC;
}

/* Table list */

.table-box-container {
    width: 940px;
}

.table-box-container ul {
    margin: 0px;
    border-bottom: 1px dotted #c7c7c7;
    float: left;
}

.table-box-container ul li {
    float: left;
    list-style-type: none;
    padding: 12px 0px;
    line-height: normal;
    color: #707070 !important;
}

.table-box-container ul li h4 {
    margin: 0px;
    font-size: 14px;
}

.table-box-container ul li.one {
    width: 455px;
    padding-left: 20px;
}

.table-box-container ul li.two,
.table-box-container ul li.three,
.table-box-container ul li.four {
    width: 150px;
    text-align: center;
    border-left: 1px dotted #c7c7c7;
}

ul.tbl-odd {
    background-color: #e8e8e8;
    float: left;
}

ul.tbl-odd li.one {
    width: 465px;
    padding-left: 10px;
}

ul.tbl-even {
    background-color: #e1e1e1;
}

ul.tbl-even li.one {
    width: 465px;
    padding-left: 10px;
}

ul.tbl-price {
    border: 0px;
    font-size: 18px;
}

ul.tbl-price a {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
}

ul.tbl-price a:visited {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
}

ul.tbl-price a:hover {
    text-decoration: none;
}

.icontable {
    width: 25px;
    margin-right: 10px;
}

.icontable img {
    vertical-align: middle;
}

/* SIDE & WIDGET */

#side h2 {
    font-size: 20px;
}

#side ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

#side ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#side ul li a {
    color: #676767;
}

#side ul li a:visited {
    color: #676767;
}

#side ul li a:hover {
    text-decoration: underline;
}

#side .widget-container {
    margin-bottom: 40px;
}

#side ul.children,
#side ul.sub-menu {
    margin-left: 10px;
}

#side ul.children li,
#side ul.sub-menu li {
    background-image: none;
    padding: 0;
}

#side #searchform {
    border: solid 1px #e0e1d7;
    padding: 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#side .widget-container.widget_search div.widget-box {
    background: none;
    padding: 0px;
    margin: 0px;
}

#side #searchform input {
    width: 200px;
    padding: 0 !important;
    margin: 0px !important;
    background: transparent;
}

#side #searchform div {
    padding: 5px 10px 8px 10px;
    margin: 0px;
    position: relative;
    background-color: #fff;
}

#side #searchform input[type="submit"] {
    width: 16px;
    height: 16px;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

#side .widget-title {
    position: relative;
}

#side li li {
    padding: 0 0 6px 18px;
    margin-bottom: 5px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    border-bottom: solid 1px #eaeadf;
}

#side ul.sub-menu,
#side ul.children,
#side ul ul ul {
    margin: 0 0 0 10px !important;
}

#side li li li {
    background: none;
    padding: 0 0 3px 0px !important;
    margin-bottom: 0px;
}

#side ul ul li li:last-child,
#side ul.sub-menu li li:last-child,
#side ul.children li li:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0px;
}

#side ul.latestpost li {
    background-image: none !important;
    padding-left: 0;
    margin-bottom: 5px;
}

/* Sidebar Search */

.lp-title a {
    font-weight: bold;
    text-decoration: none;
}

.lp-title a:visited,
.lp-title a:hover {
    font-weight: bold;
    text-decoration: none;
}

.lp-date {
    color: #aaa;
    font-size: 10px;
    font-style: italic;
    display: block;
    line-height: 18px;
}

.lp-date a {
    color: #aaa;
}

.lp-date a:visited {
    color: #aaa;
}

#side .widget_ts_post_cycle div.quote {
    font-size: 11px;
    font-style: italic;
}

#side .wdt-title {
    display: block;
}

#side .wdt-title a {
    font-weight: bold;
}

/* CONTACT */

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 input[type="text"] {
    background-color: #f6f6ec;
    border: 0px;
    margin-bottom: 6px;
    padding: 8px 5px;
    font-size: 11px;
    width: 440px;
}

.wpcf7 textarea {
    background-color: #f6f6ec;
    border: 0px;
    margin-bottom: 7px;
    padding: 8px 5px;
    font-size: 11px;
    width: 440px !important;
}

.wpcf7 .wpcf7-submit {
    background: #212121;
    padding: 8px 25px;
    border: 0px;
    margin: 6px 0;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}

.wpcf7 .wpcf7-submit:hover {
    background: #292929;
}

.sticky {
    background: #f6f6f6;
    border-top: 4px solid #d8d8d8;
    padding: 0px;
}

.woocommerce h2.posttitle {
    font-size: 2em;
    margin-bottom: 1em;
}

.single-product h2.posttitle {
    display: none;
}

.posttitle a,
.single-product-posttitle a {
    color: #454545;
}

.posttitle a:visited,
.single-product-posttitle a:visited {
    color: #454545;
}

.posttitle a:hover,
.single-product-posttitle a:hover {
    text-decoration: none;
}


/*.post{margin-bottom:50px;  position:relative; }
.post.single{margin-bottom:0px; padding-bottom:0px; border:0;}*/

.entry-content {
    padding: 10px 0 6px 0;
}

.postdate {
    color: #c6c6c6;
}

.hentry {
    list-style-type: none;
    margin: 0px 0px 20px 0;
}

.archive-desc {
    padding: 20px;
    margin: 0 -20px 30px -20px;
    border-bottom: 1px solid #F3F3F3;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
}

.archive-desc:before,
.archive-desc:after {
    content: " ";
    display: table;
}

.archive-desc:after {
    clear: both;
}

#searchresult .hentry {
    background: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#searchresult h2.posttitle {
    margin-bottom: 0px;
    font-size: 14px;
}

.post.last {
    background: none;
    padding-bottom: 0px;
}

.page .entry-content {
    padding: 5px 0px 0 0;
}

#searchresult .entry-content {
    padding: 5px 0 0 0;
}

/*.entry-utility{font-size:10px; padding:0 0 0 0; display:block}*/

.entry-utility {
    font-size: 10px;
    padding: 0 0 0 0;
    display: none;
}

/*.postimg{margin-bottom:12px;}*/

.more {
    display: inline-block;
}

/* author */

h2.title-author {
    font-size: 18px;
}

#entry-author-info {
    clear: both;
    padding: 20px;
    margin-bottom: 30px;
    border-width: 1px 0;
    position: relative;
    background-color: #f6f6ec;
}

#entry-author-info #author-avatar {
    margin: 0 0 0 0;
    position: absolute;
    top: 12px;
    height: 60px;
    padding-bottom: 20px;
}

#entry-author-info #author-description {
    margin: -10px 0 10px 85px;
}

#entry-author-info #author-description .author {
    font-weight: bold;
    display: block;
}

#entry-author-info #author-description h2 {
    font-size: 15px;
    margin-bottom: 0;
}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
    font-size: 140%;
    margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
    content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
    content: '\00a0\2192';
}

/* Content Search*/

#maininner-left #searchsubmit {
    background-color: #212121;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 8px;
}

#maininner-left #searchform #s {
    padding: 7px 8px;
    width: 250px;
}

/* images content */

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

img.alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 12px;
}

img.alignmiddle {
    vertical-align: top;
    margin: 0 6px 0 0;
}

#content .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

#content .wp-caption img {
    margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 11px;
}

#content .wp-smiley {
    margin: 0;
}

#content .gallery {
    margin: auto;
}

#content .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

#content .gallery img {
    border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
    color: #888;
    font-size: 11px;
    margin: 0 0 12px;
}

#content .gallery dl {
    margin: 0;
}

#content .gallery img {
    border: 10px solid #f1f1f1;
}

#content .gallery br + br {
    display: none;
}

.tag-links {
    padding: 10px 0;
    display: block;
}

/* navigation  */

.navigation {
    line-height: 18px;
    overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
    text-decoration: none;
    color: #666;
}

.nav-previous {
    float: left;
    width: 50%;
    font-size: 13px;
    text-transform: uppercase;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
    font-size: 13px;
    text-transform: uppercase;
}

#nav-above {
    margin: 0 0 18px 0;
    display: none;
}

.paged #nav-above,
.single #nav-above {
    display: block;
}

#nav-below {
    margin: 20px 0 10px 0;
}

/* Comments */

#comments {
    border-top: 1px solid #EEE;
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title {
    font-size: 20px;
    line-height: 24px;
    padding: 13px 0px;
    margin: 0 0 20px 0;
}

h3#reply-title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
}

.commentlist li.comment {
    margin: 0 0 0px 0px;
    padding: 0 0 10px 0px;
    position: relative !important;
}

.commentlist li.comment ul.children {
    margin: 0 0 0 0;
    margin-left: 13%;
    padding: 0px 0 0 0;
}

.commentlist li.comment ul.children li {
    border-bottom: 0 !important;
    margin: 0;
    padding: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    padding: 0px;
    background-color: transparent;
}

.comment-body cite {
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
}

.comment-body cite a {
    color: #303030;
}

.comment-body cite a:visited {
    color: #303030;
}

.comment-body cite a:hover {
    text-decoration: none;
}

.comment-author .says {
    font-style: normal;
}

.comment-meta {
    font-size: 11px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}

.reply {
    padding: 0 0 0px 0;
    font-size: 11px;
}

a.comment-edit-link {
    color: #a3a3a3;
    text-decoration: underline;
}

a.comment-edit-link:hover {
    text-decoration: none;
}

.commentlist .children {
    list-style: none;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment + li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    display: block;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}

#comments .pingback .url {
    font-size: 14px;
}

.con-comment {
    padding: 0 0 0 0;
}

.commentlist .comment-author {
    float: left;
    margin-top: 7px;
}

.commentlist .comment-body {
    width: auto;
    margin-bottom: 20px !important;
    margin-left: 80px;
}

.commentlist .comment-body p {
    margin-bottom: 20px !important;
}

* + html .commentlist .comment-body {
    margin-top: -15px;
}

.comment-body .time {
    font-size: 10px;
    font-style: italic;
}

.comment-body .time a {
    color: #555;
}

.comment-body .time a:visited {
    color: #555;
}

.comment-body .boldtext {
    font-weight: normal;
    font-size: 22px;
}

/* Comments form */

#commentform {
    padding: 0;
}

#commentform label {
    margin-top: 0px;
}

#commentform code {
    padding: 0;
    margin: 10px 0;
    border: 0;
}

#commentform input[type=text] {
    margin-bottom: 8px;
    padding: 8px 5px;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    font-family: arial;
    display: block;
}

#commentform textarea {
    height: 150px;
    width: 70%;
    margin-bottom: 10px;
    padding: 8px 5px;
    vertical-align: top;
    font-size: 12px;
    font-family: arial;
    display: block;
}

#respond .comment-reply {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px;
    margin: 0 0 10px 0;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 0px 0 0;
}

.cancel-comment-reply {
    font-size: 12px;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
    padding: 0;
}

#cancel-comment-reply-link {
    font-weight: normal;
    line-height: 18px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    background-color: #212121;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    padding: 5px 8px;
}

/* Calendar */

.widget_calendar #wp-calendar {
    width: 98%;
    text-align: left;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    text-align: center;
    padding: 3px !important;
}

.widget_calendar #wp-calendar caption {
    font-size: 11px;
    font-weight: 800;
    padding: 5px 0 3px 0 !important;
    text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 3px !important;
}

.widget_calendar #wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.widget_calendar #today {
    color: #009933;
}

/* FOOTER
-------------------------------------------------------------- */

#footer-bottom {
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}

#footer-bottom:before,
#footer-bottom:after {
    content: " ";
    display: table;
}

#footer-bottom:after {
    clear: both;
}

#footer-bottom a {
    color: #212121;
}

#footer-bottom a:visited {
    color: #212121;
}

#curve-bottomleft {
    background-image: url(images/curve-bottomleft.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 300;
}

#curve-bottomright {
    background-image: url(images/curve-bottomright.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 300;
}

#copyright {
    padding: 10px 0 10px 0;
}

ul#legal li {
    list-style: none;
    display: inline;
    padding-left: 6px;
}

ul#legal li:first-child {
    padding-left: 0px;
}

.extra-footer {
    margin: 18px 0 10px 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    text-align: left;
}

/* PLUGIN
-------------------------------------------------------------- */

.adrotate_widget img {
    margin: 0 10px 10px 0;
}

/* WP-PageNavi  Plugin  */

.wp-pagenavi {
    vertical-align: middle;
    clear: both;
    padding: 20px 0;
}

.wp-pagenavi a {
    color: #676767 !important;
    padding: 5px 10px !important;
    margin: 0px 4px !important;
    border: solid 0px #dedede !important;
}

.wp-pagenavi a:visited {
    color: #676767 !important;
    padding: 5px 10px !important;
    margin: 0px 4px !important;
    border: solid 0px #dedede !important;
}

.wp-pagenavi a:hover {
    color: #fff !important;
    padding: 5px 10px !important;
    margin: 0px 4px !important;
    border: solid 0px #ebeaea !important;
    background-color: #2d2d2d !important;
}

.wp-pagenavi span.current {
    color: #fff !important;
    padding: 5px 10px !important;
    margin: 0px 4px !important;
    border: solid 0px #ebeaea !important;
    font-weight: normal !important;
    background-color: #2d2d2d !important;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
    color: #676767 !important;
    padding: 5px 10px !important;
    margin: 0px 4px !important;
    border: solid 0px #dedede !important;
}

/* Flickr Plugin  */

#flickr {
    text-align: center !important;
    padding: 12px 0 0 0;
}

#flickr img {
    margin: 0 5px 10px 5px !important;
    padding: 0px;
    border: 2px solid #d6d6d6;
    width: 60px;
    height: 60px;
}

.flickr_badge_image {
    display: inline-block !important;
}

* html .flickr_badge_image,
* + html .flickr_badge_image {
    display: inline !important;
}

/* SHORTCODE
-------------------------------------------------------------- */

/* column */

@media only screen and (min-width: 641px) {
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        box-sizing: border-box;
        padding-right: 3%;
        position: relative;
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 841px) {
    .one_half {
        width: 50%;
    }

    .one_third {
        width: 33.333%;
    }

    .one_fourth {
        width: 25%;
    }

    .one_fifth {
        width: 20%;
    }

    .one_sixth {
        width: 16.666%;
    }

    .two_third {
        width: 66.6666%;
    }

    .two_fourth {
        width: 50%;
    }

    .two_fifth {
        width: 40%;
    }

    .two_sixth {
        width: 33.333%;
    }

    .three_fourth {
        width: 75%;
    }

    .three_fifth {
        width: 60%;
    }

    .three_sixth {
        width: 50%;
    }

    .four_fifth {
        width: 80%;
    }

    .four_sixth {
        width: 66.6666%;
    }

    .five_sixth {
        width: 83.333%;
    }
}

.last {
    margin-right: 0 !important;
    clear: right;
}

/*==== Dropcaps ====*/

.dropcap1 {
    text-shadow: 1px 1px 0 #fff;
    display: block;
    float: left;
    font-size: 34px;
    line-height: 34px;
    margin: 2px 8px 0 0;
    color: #666;
}

.dropcap2 {
    background: transparent url(images/dropcaps.png) top left no-repeat;
    color: #fff;
    display: block;
    float: left;
    font-size: 25px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 4px 8px 0 0;
}

.dropcap3 {
    background-color: #666;
    color: #fff;
    display: block;
    float: left;
    font-size: 25px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 6px 8px 0 0;
}

/*==== Highlight ====*/

.highlight-gr {
    padding: 2px 5px;
    background-color: #EEE;
    color: #000;
    border: solid 1px #DDD;
}

.highlight-bk {
    padding: 2px 5px;
    background-color: #666666;
    color: #fff;
    border: solid 1px #333;
}

.highlight-red {
    padding: 3px 6px;
    background-color: #E71F1F;
    color: #FFF;
    font-weight: bold;
}

.highlight-bl {
    padding: 3px 6px;
    background-color: #0871bc;
    color: #FFF;
    font-weight: bold;
}

.highlight-or {
    padding: 3px 6px;
    background-color: #FFA238;
    color: #FFF;
    font-weight: bold;
}

/*.highlight-or{padding:3px 6px;background-color: #FFB866; color:#FFF; font-weight: bold;}*/

/* Bulleted List */

.bullet-check ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-check li {
    background: transparent url(images/arrow_check.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

.bullet-arrow ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-arrow li {
    background: transparent url(images/arrow_default.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

.bullet-star ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-star li {
    background: transparent url(images/arrow_star.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

.bullet-plus ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-plus li {
    background: transparent url(images/arrow_plus.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

.bullet-circle ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-circle li {
    background: transparent url(images/arrow_circle.png);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

.bullet-x ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

.bullet-x li {
    background: transparent url(images/arrow_x.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: none;
    line-height: 25px;
}

/* Styled Boxes */

.styled-box {
    margin: 0 0 15px 0;
    border: 1px solid #0871bc;
}

.styled-box .inner {
    padding: 12px 12px;
}

.styled-box h3.title {
    padding: 8px 12px;
    margin-bottom: 0;
    background: #0871bc;
    color: #FFF;
    font-size: 16px;
}

.styled-box.download .title,
.styled-box.note .title,
.styled-box.error .title,
.styled-box.info .title {
    background-position: 97% 8px;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.styled-box.download .title {
    background-image: url(images/icons/download-wh-20.png);
}

.styled-box.note .title {
    background-image: url(images/icons/note-wh-20.png);
}

.styled-box.error .title {
    background-image: url(images/icons/error-wh-20.png);
}

.styled-box.info .title {
    background-image: url(images/icons/info-wh-20.png);
}

.styled-box.orange {
    border: 1px solid #FFA238;
}

.styled-box.orange h3.title {
    background-color: #FFA238;
}

.styled-box.red {
    border: 1px solid #E71F1F;
}

.styled-box.red h3.title {
    background-color: #E71F1F;
}

.styled-box.blue {
    /* this is the default */
}

@media only screen and (min-width: 641px) {
    .styled-box.left {
        float: left;
        margin-right: 15px;
        width: 40%;
    }
    .styled-box.right {
        float: right;
        margin-left: 15px;
        width: 40%;
    }
}

/* Pullquotes */

.pullquote-right {
    padding: 0px 10px 0 50px;
    float: right;
    letter-spacing: 0px;
    margin: 0px 2px 20px 20px;
    width: 50%;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia, Arial;
}

.pullquote-left {
    padding: 0px 10px 0 50px;
    float: right;
    letter-spacing: 0px;
    margin: 0px 2px 20px 20px;
    width: 50%;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    font-family: Georgia, Arial;
    float: left;
    margin-left: 2px;
    margin-right: 20px;
}

/* Tabs */

.tabcontainer {
    margin: 20px 0px 0px 0px;
}

ul.tabs {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    height: 30px;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    height: 29px;
    line-height: 31px;
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-width: 1px 1px 1px 1px !important;
    -moz-border-radius-topleft: 3px;
    /* Firefox */
    -moz-border-radius-topright: 3px;
    /* Firefox */
    border-top-left-radius: 3px;
    /* CSS3 */
    border-top-right-radius: 3px;
    /* CSS3 */
    overflow: hidden;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}

ul.tabs li:hover {
    border-bottom: solid 1px #f8f8f8;
}

ul.tabs li a {
    text-decoration: none;
    color: #989898;
    display: block;
    padding: 0 25px;
    outline: none;
}

ul.tabs li a:hover {
    background: #f8f8f8;
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    /* Firefox */
    -moz-border-radius-topright: 5px;
    /* Firefox */
    border-top-left-radius: 5px;
    /* CSS3 */
    border-top-right-radius: 5px;
    /* CSS3 */
}

ul.tabs li.active {
    border-bottom: solid 1px #e3e2e2;
}

html ul.tabs li.active {
    background: #e3e2e2;
    color: #454545;
}

html ul.tabs li.active a {
    color: #454545;
}

html ul.tabs li.active a:hover {
    background: #e3e2e2;
    color: #454545;
}

#tab-body {
    border: solid 1px #cfcfcf;
    border-width: 1px 1px 1px 1px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari, Chrome */
    border-radius: 3px;
    /* CSS3 */
    /* default background colour, for all layout engines that don't implement gradients */
    background: #f8f8f8;
}

.tab-content {
    padding: 30px 25px;
}

/* jQuery Toggle */

h2.trigger {
    padding: 15px 15px;
    margin: 0 0 5px 0;
    height: 13px;
    line-height: 13px;
    width: 570px;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #cfcfcf;
    background-color: #f8f8f8;
    border: 1px solid #bfbfbf;
    box-shadow: inset 0 0 2px 2px #f7f7f7;
    -moz-box-shadow: inset 0 0 2px 2px #f7f7f7;
    -webkit-box-shadow: inset 0 0 2px 2px #f7f7f7;
}

h2.trigger span {
    text-decoration: none;
    display: block;
    color: #676767;
    background: url(images/h2_trigger_a.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 25px;
    cursor: pointer;
}

h2.active {
    background-color: #e5e5e5;
    box-shadow: inset 0 0 2px 2px #ececec;
    -moz-box-shadow: inset 0 0 2px 2px #ececec;
    -webkit-box-shadow: inset 0 0 2px 2px #ececec;
}

h2.active span {
    background-position: 0px -12px !important;
}

h2.trigger a:hover {
    color: #454545;
}

h2.active {
    background-position: left bottom;
}

.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 560px;
    clear: both;
}

.toggle_container .block {
    padding: 10px;
}

.toggle_container .block p {
    padding: 5px 0;
    margin: 5px 0;
}

/* Testimonial  */

.ts-testimonial-clr {
    clear: both;
}

.ts-testimonial-clear {
    clear: both;
    height: 1px !important;
    line-height: 1px !important;
    float: none !important;
}

.ts-testimonial-hidden {
    display: none;
}

.ts-testimonial-quote {
    font-style: italic;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 10px 0 0 40px;
}

.ts-testimonial-thumb {
    padding: 2px;
    border: 1px solid #fff;
    float: left;
    width: 97px;
    margin-right: 28px;
}

.ts-testimonial-list {
    padding-left: 0px;
    margin-left: 0px;
    clear: both;
}

.ts-testimonial-list li {
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 20px;
    margin-right: 2%;
    float: left;
}

.ts-testimonial-list li.nomargin {
    margin-right: 0px;
}

.ts-testimonial-textinfo {
    margin: 13px 0px;
}

.ts-testimonial-name {
    margin-right: 0;
}

.ts-testimonial-info {
    font-weight: normal;
    margin-right: 10px;
}

.ts-testimonial-quote .header {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.ts-testimonial-quote a.header:hover {
    text-decoration: none;
}

/* Shortcode Recent Post */

ul.shortcode_recentpost {
    clear: both;
    list-style-type: none;
}

ul.shortcode_recentpost h2.pagetitle {
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

ul.shortcode_recentpost li {
    list-style-type: none;
}

ul.shortcode_recentpost .latestpost {
    margin: 0px;
    padding: 0px;
}

ul.shortcode_recentpost .latestpost li {
    overflow: hidden;
    float: left;
    margin: 0 50px 15px 0;
    width: 270px;
}

ul.shortcode_recentpost .t1 {
    font-weight: bold;
    padding: 0px 0;
    color: #676767 !important;
}

ul.shortcode_recentpost .t1 a {
    font-weight: bold;
    padding: 0px 0;
    color: #676767 !important;
}

ul.shortcode_recentpost .t1 a:visited {
    font-weight: bold;
    padding: 0px 0;
    color: #676767 !important;
}

ul.shortcode_recentpost .latestpost-date {
    color: #c6c6c6;
}

ul.shortcode_recentpost .title-strong {
    font-weight: bold;
}

ul.shortcode_recentpost .title-strong a {
    font-weight: bold;
    color: #909090;
}

ul.shortcode_recentpost .title-strong a:visited,
ul.shortcode_recentpost .title-strong a:hover {
    font-weight: bold;
    color: #909090;
}

/*  Portfolio*/

.ts-portfolio-clear {
    clear: both;
    height: 1px !important;
    line-height: 1px !important;
    float: none !important;
}

#ts-portfolio h2 {
    margin: 0px 0px 5px 0px;
    text-transform: none;
    font-size: 16px !important;
    line-height: 22px;
}

#ts-portfolio a.displaymore {
    font-size: 11px;
}

.ts-portfolio-list a.displaymore:visited {
    font-size: 11px;
}

#ts-portfolio a.displaymore:hover {
    text-decoration: none;
}

#ts-portfolio .separator.line {
    height: 80px;
    margin-bottom: 0px;
}

.ts-portfolio-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    clear: both;
}

.ts-portfolio-list li {
    list-style-type: none;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    width: 299px;
    float: left;
}

.ts-portfolio-list li.nomargin {
    margin-right: 0;
}

.ts-portfolio-list a.image {
    display: block;
}

.ts-portfolio-list .ts-portfolio-text-content {
    margin-top: 20px;
}

.ts-portfolio-text-content p {
    margin-bottom: 10px;
}

.ts-portfolio-img-container .rollover {
    background: url(images/hover-zoom.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #000 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: absolute;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.ts-portfolio-img-container .rollover.gotolink {
    background: url(images/hover-link.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #000 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: absolute;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.ts-portfolio-img-container .rollover.gotopost {
    background: url(images/hover-doc.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #000 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: absolute;
    z-index: 10;
    display: none;
    cursor: pointer;
}

/* ts display 1 column */

#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-1 li {
    width: 940px !important;
    margin: 0 0px 50px 0 !important;
}

#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-1 li:last-child {
    padding-bottom: 0;
    background: none;
}

.ts-portfolio-col-1 .ts-portfolio-img-container {
    float: left;
    margin-top: 5px;
    margin-right: 24px;
    border: 3px solid #fff;
}

.ts-portfolio-col-1 .ts-portfolio-img-container a.image {
    display: block;
    position: relative;
}

.ts-portfolio-col-1 .ts-portfolio-text-content {
    float: left;
    width: 299px;
    margin-top: 0px !important;
}

/* ts display 2 column */

#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-2 li {
    float: left;
}

.ts-portfolio-col-2 .ts-portfolio-img-container {
    float: left;
    border: 3px solid #fff;
}

.ts-portfolio-col-2 .ts-portfolio-img-container a.image {
    display: block;
    position: relative;
}

.ts-portfolio-col-2 .ts-portfolio-text-content {
    margin-top: 5px !important;
    float: left;
}

/* ts display 3 column */

#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-3 li {
    float: left;
}

.ts-portfolio-col-3 .ts-portfolio-img-container {
    float: left;
    border: 3px solid #fff;
}

.ts-portfolio-col-3 .ts-portfolio-img-container a.image {
    display: block;
    position: relative;
}

.ts-portfolio-col-3 .ts-portfolio-text-content {
    margin-top: 15px !important;
    float: left;
}

/* ts display 4 column */

#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-4 li {
    float: left;
}

.ts-portfolio-col-4 .ts-portfolio-img-container {
    float: left;
    border: 3px solid #fff;
}

.ts-portfolio-col-4 .ts-portfolio-img-container a.image {
    display: block;
    position: relative;
}

.ts-portfolio-col-4 .ts-portfolio-text-content {
    margin-top: 15px !important;
    float: left;
}

/* slideshow and client info in single portfolio */

.clienturl {
    margin-top: -15px;
}

#portfolio-gallery #frame-slider-portfolio {
    width: 608px;
    height: 408px;
    float: left;
    position: relative;
    margin-right: 30px;
}

#portfolio-gallery #frame-slider-portfolio #Minislider {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 408px;
}

#portfolio-gallery #frame-slider-portfolio #slide-nav {
    position: absolute;
    left: 280px;
    bottom: -30px;
    z-index: 30;
}

#portfolio-gallery #slide-nav a {
    background: url(images/but-slide.png) no-repeat scroll 50% 50%;
    display: block;
    float: left;
    font-size: 0px;
    width: 11px;
    height: 11px;
    margin: 3px;
    outline-style: none;
    outline-width: medium;
    padding: 0px;
    cursor: pointer;
}

#portfolio-gallery #slide-nav .activeSlide {
    background: url(images/but-slide-selected.png) no-repeat scroll 0% 50%;
}

.tabify-content {
    clear: both;
    padding-bottom: 40px;
    display: none;
}

@media only screen and (min-width: 641px) {
    .tabify-content {
        max-width: 760px;
        padding-bottom: 0;
    }
}

.tabify-content.cur-tab-content {
    display: block;
}

.tabify-tabs {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
}

@media only screen and (min-width: 641px) {
    .tabify-tabs {
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px;
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
        background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
    }
}

.tabify-buttons {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 0 10px;
}

.tabify-buttons h3.tabify-title {
    color: #909090;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
    /*background:#F6F6EC;*/
    font-size: 14px;
    line-height: 16px;
    float: left;
    font-weight: 600;
    border-bottom: none;
    margin-right: 7px;
    padding: 10px 14px;
}

.tabify-buttons h3.tabify-title:hover {
    cursor: pointer;
}

.tabify-buttons h3.tabify-title.cur-tab,
.tabify-buttons h3.tabify-title:hover {
    color: #1a1a1a;
    background: #F3F3F3;
}

@media only screen and (min-width: 641px) {
    .tabify-buttons {
        display: block;
    }
}

#product-tabs {
    padding-top: 20px;
    padding-bottom: 70px;
}

#product-tabs:before,
#product-tabs:after {
    content: " ";
    display: table;
}

#product-tabs:after {
    clear: both;
}

@media only screen and (min-width: 1100px) {
    #product-tabs {
        padding-bottom: 0;
    }
}

.tabify-btn-acc {
    padding: 14px 30px 12px 10px;
    margin: 8px -10px;
    border-top: 1px solid #F3F3F3;
    clear: both;
    position: relative;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
}

.tabify-btn-acc:hover {
    cursor: pointer;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
    background-image: linear-gradient(to bottom, #f0f0f0, #ffffff);
}

.tabify-btn-acc:after {
    content: "\f0d7";
    display: inline-block;
    padding-left: 2px;
    position: absolute;
    right: 18px;
    top: 5px;
    font-family: FontAwesome;
    font-size: 30px;
}

.tabify-btn-acc.cur-tab:after {
    content: "\f0d8";
}

@media only screen and (min-width: 641px) {
    .tabify-btn-acc {
        display: none;
    }
}

.elixa-img-grid {
    display: block;
    float: right;
    width: 210px;
    height: 210px;
}

.elixa-img-grid img {
    position: relative;
    float: left;
    margin: 5px;
}

.home-slider-container {
    display: block;
}

@media only screen and (min-width: 641px) {
    .home-slider-container {
        width: 400px;
        height: 100%;
        margin: 0 32px 0 30px;
        float: right;
    }
}

.home-slider-container .huge_it_slideshow_title_text_2 {
    width: auto;
}

@media only screen and (min-width: 641px) {
    .home-slider-container .huge_it_slideshow_title_text_2 {
        width: 50%;
    }
}

@media only screen and (min-width: 841px) {
    .home-slider-container .huge_it_slideshow_title_text_2 {
        width: 30%;
    }
}

.elixa-big {
    font-size: 24px;
    line-height: 36px;
    color: #3a3a3a;
}

.elixa-big.home {
    margin: 30px 0;
    font-size: 24px;
    line-height: 34px;
}

@media only screen and (min-width: 641px) {
    .elixa-big.home {
        margin: 0 440px 30px 0;
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 841px) {
    .elixa-big.home {
        font-size: 24px;
        line-height: 36px;
    }
}

.elixa-big strong {
    color: #ffa238;
}

.elixa-home-left {
    width: 375px;
    margin: 0 0 30px 10px;
    float: left;
}

.elixa-btn a {
    display: inline-block;
    height: 16px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    background: #0871bc;
}

.elixa-btn a:hover {
    background: #086bb2;
}

.elixa-btn.large a {
    height: 20px;
    padding: 8px 10px;
    font-size: 22px;
}

.elixa-btn.small a {
    height: 14px;
    padding: 3px 6px;
    font-size: 14px;
}

.elixa-btn a:visited,
.elixa-btn a:link,
.elixa-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

#content .elixa-btn a:visited,
#content .elixa-btn a:link,
#content .elixa-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

p.elixa-cite {
    text-align: right;
    margin-right: 20px;
    margin-top: -10px;
    font-weight: bold;
}

/* Shortcode Category Box */

.elixa-cat-box {
    margin-bottom: 50px;
}

.elixa-cat-box p {
    margin: 0;
}

.elixa-cat-box img {
    float: left;
    margin: 0 6px 10px 0;
}

.elixa-cat-box h3 {
    color: #3a3a3a;
    margin: 0;
}

.elixa-cat-box h3 a {
    color: #3a3a3a;
    margin: 0;
}

.elixa-cat-box h3 a:hover {
    color: #3a3a3a;
    margin: 0;
}

/* GetShopped Customization */

.home .one_half {
    position: relative;
    float: left;
}

.home .one_half ul {
    list-style: none;
}

.home-featured h3 {
    color: #454545;
    padding: 10px 0 5px 0;
    margin: 0;
}

.home-featured h3 a {
    color: #454545;
}

.home-featured ul {
    padding: 0 0 10px 0;
}

.home-featured h3 a:hover {
    color: #0871bc;
}

.minicart-cart .shoppingcart .cart-product {
    min-width: 160px;
}

.minicart-cart .shoppingcart .cart-price,
.minicart-cart .shoppingcart .cart-quantity {
    text-align: center;
}

.minicart-cart .shoppingcart table {
    margin-bottom: 10px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.minicart-cart .shoppingcart th {
    background: #EEEEEE;
    padding-top: 4px;
    color: #555;
    text-transform: none;
}

.minicart-cart .shoppingcart td,
.minicart-cart .shoppingcart th {
    padding: 6px 2px 6px 6px !important;
    line-height: 1.4;
}

.widget_wpsc_shopping_cart {
    padding: 5px 8px;
    border: 2px solid #0871bc;
}

.widget_wpsc_shopping_cart p.empty {
    padding: 8px;
}

.widget_wpsc_shopping_cart h2.widget-title {
    margin: 0;
    padding: 4px 8px;
    color: #0871bc;
    font-size: 18px;
}

#side .widget-box {
    padding: 15px;
    background: #EEEEEE;
}

@media only screen and (min-width: 641px) {
    #side ul.wpsc-latest-products .item_image {
        width: 100%;
    }
}

#side ul.wpsc-latest-products .item_image {
    float: none;
    max-width: 100%;
}

#side ul.wpsc-latest-products .item_image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#side .widget_wpsc_shopping_cart .cart-widget-total td {
    border-top: 1px solid #CCC;
}

#side ul.wpsc-latest-products li {
    clear: left;
    display: block;
    background: #EEEEEE;
    padding: 10px;
    margin-bottom: 0px;
    min-height: 30px;
}

#side ul.wpsc-latest-products li:before,
#side ul.wpsc-latest-products li:after {
    content: " ";
    display: table;
}

#side ul.wpsc-latest-products li:after {
    clear: both;
}

#side ul.wpsc-latest-products li.no-img {
    clear: left;
    display: block;
    background: #EEEEEE;
    padding: 5px 10px;
    margin-bottom: 0;
    min-height: auto;
    border-bottom: solid 1px #e5e5e5;
}

#side ul.wpsc-latest-products li h3 {
    color: #3a3a3a;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}

#side ul.wpsc-latest-products li h3 a,
#side ul.wpsc-latest-products li h3 a:visited,
#side ul.wpsc-latest-products li h3 a:hover {
    color: #3a3a3a;
    float: left;
    clear: both;
    font-size: 1.1em;
    padding-top: 0.5em;
}

.related-product-box {
    width: 40%;
    float: left;
    padding: 20px 20px;
    margin: 0 4% 15px 0;
    background: #eee;
    border: 1px solid #CCC;
}

.related-product-box.right {
    float: right;
    margin: 0 0 15px 4%;
}

li.related-article a {
    padding-bottom: 0.4em;
    display: inline-block;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    width: 30.8%;
}

.elixa-cat-desc-wrap {
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 25px;
}

.cat-full-desc,
.woo-container .term-description {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.6;
}

.cat-full-desc:before,
.cat-full-desc:after,
.woo-container .term-description:before,
.woo-container .term-description:after {
    content: " ";
    display: table;
}

.cat-full-desc:after,
.woo-container .term-description:after {
    clear: both;
}

@media only screen and (min-width: 641px) {
    .cat-full-desc,
    .woo-container .term-description {
        max-width: 800px;
    }
}

.wpsc_category_details,
.woo-container .term-description {
    padding: 10px 20px 10px 0;
    line-height: 1.6;
}

@media only screen and (min-width: 641px) {
    .wpsc_category_details,
    .woo-container .term-description {
        max-width: 800px;
    }
}

body #grid_view_products_page_container,
body #content #grid_view_products_page_container,
body #content #list_view_products_page_container {
    width: 100%;
}

body .product_grid_display .product_grid_item,
body.woocommerce.archive ul.products li.product,
body.woocommerce-page.archive ul.products li.product {
    box-sizing: border-box;
    margin: 20px 2%;
    width: 96% !important;
    padding: 15px 15px 5px 15px;
    border: 1px solid #dbdbdb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #F3F3F3;
}

@media only screen and (min-width: 641px) {
    body .product_grid_display .product_grid_item,
    body.woocommerce.archive ul.products li.product,
    body.woocommerce-page.archive ul.products li.product {
        width: 46% !important;
    }
    body .product_grid_display .product_grid_item:nth-child(2n + 1),
    body.woocommerce.archive ul.products li.product:nth-child(2n + 1),
    body.woocommerce-page.archive ul.products li.product:nth-child(2n + 1) {
        clear: left;
    }
}

@media only screen and (min-width: 841px) {
    body .product_grid_display .product_grid_item,
    body.woocommerce.archive ul.products li.product,
    body.woocommerce-page.archive ul.products li.product {
        width: 29.333% !important;
    }
    body .product_grid_display .product_grid_item:nth-child(2n + 1),
    body.woocommerce.archive ul.products li.product:nth-child(2n + 1),
    body.woocommerce-page.archive ul.products li.product:nth-child(2n + 1) {
        clear: none;
    }
    body .product_grid_display .product_grid_item:nth-child(3n + 1),
    body.woocommerce.archive ul.products li.product:nth-child(3n + 1),
    body.woocommerce-page.archive ul.products li.product:nth-child(3n + 1) {
        clear: left;
    }
}

body .product_grid_display .product_grid_item .grid_more_info,
body.woocommerce.archive ul.products li.product .grid_more_info,
body.woocommerce-page.archive ul.products li.product .grid_more_info {
    display: none;
}

body.woocommerce ul.products li.product .button {
    margin: -28px 0 0.5em;
    padding: 6px 10px;
    letter-spacing: 0.02em;
    float: right;
}

body.woocommerce ul.products li.product .price {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

body .woocommerce ul.products li.product .price .product_grid_display .item_image a {
    width: auto;
    max-width: 100%;
    height: auto;
}

body .woocommerce ul.products li.product .price .product_grid_display .item_image img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
    border: 1px solid #dbdbdb !important;
}

body .woocommerce ul.products li.product .price .product_grid_display h2.prodtitle {
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.2;
}

body .woocommerce ul.products li.product .price .product_grid_display h2.prodtitle small {
    display: block;
    padding: 6px 0 2px 0;
}

body .woocommerce ul.products li.product .price .product_grid_display h2.prodtitle a {
    color: #000000;
    margin-bottom: 10px;
}

body #content .product_grid_display h2.prodtitle {
    color: #000000;
    margin-bottom: 10px;
}

body #content .product_grid_display h2.prodtitle a {
    color: #000000;
    margin-bottom: 10px;
}

body #content .product_grid_display a {
    color: #0871bc;
}

body .product_grid_display h2.prodtitle a:hover {
    text-decoration: none;
    color: #0871bc;
}

body #content .product_grid_display h2.prodtitle a:hover {
    text-decoration: none;
    color: #0871bc;
}

body #content .product_grid_display .item_image,
body #content .product_grid_display .item_no_image {
    padding-bottom: 4px;
}

body .product_grid_display .grid_product_info,
body #content .product_grid_display .grid_product_info {
    margin-bottom: 10px;
    color: #555;
}

body #default_products_page_container .imagecol img,
body #list_view_products_page_container img,
body #grid_view_products_page_container img {
    border: none;
}

body .product_grid_display {
    text-align: left;
}

body .product_grid_display a {
    text-align: left;
}

body .grid_more_info .wpsc_buy_button {
    float: left;
}

body .product_grid_display a.more_details:link,
body .product_grid_display a.more_details:visited {
    text-align: right;
}

body .product_grid_display a.more_details:link:after,
body .product_grid_display a.more_details:visited:after {
    content: "\00BB";
    display: inline-block;
    padding-left: 2px;
}

body #woo-content .single_add_to_cart_button {
    background: #0871bc;
    font-size: 14px;
    padding: 8px 20px 9px 20px;
}

@media only screen and (min-width: 641px) {
    .maininner-above .product_grid_display .product_grid_item {
        min-height: 300px;
    }
}

@media only screen and (min-width: 841px) {
    .maininner-above .product_grid_display .product_grid_item {
        min-height: 300px;
    }
}

@media only screen and (min-width: 1100px) {
    .maininner-above .product_grid_display .product_grid_item {
        min-height: 356px;
    }
}

@media only screen and (min-width: 841px) {
    .maininner-above .product_grid_display .item_image {
        min-height: 176px;
    }
}

@media only screen and (min-width: 841px) {
    .maininner-above .product_grid_display .item_image {
        min-height: 180px;
    }
}

@media only screen and (min-width: 1100px) {
    .maininner-above .product_grid_display .item_image {
        min-height: 250px;
    }
}

body div.wpsc_product_search {
    border-top: 1px solid #DDD;
    background: none;
    padding-left: 20px;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);
}

#wpsc_search_autocomplete {
    display: none;
}

body #grid_view_products_page_container .wpsc_page_numbers_top a:link,
body #grid_view_products_page_container .wpsc_page_numbers_top a:visited,
body #grid_view_products_page_container .wpsc_page_numbers_bottom a:link,
body #grid_view_products_page_container .wpsc_page_numbers_bottom a:visited {
    padding: 7px 10px;
    border-radius: 0;
    background: #0871bc;
    border: none;
}

body #grid_view_products_page_container .wpsc_page_numbers_top a:hover,
body #grid_view_products_page_container .wpsc_page_numbers_bottom a:hover {
    background: #0762a4;
}

body #grid_view_products_page_container .wpsc_page_numbers_top span.current,
body #grid_view_products_page_container .wpsc_page_numbers_bottom span.current {
    padding: 7px 10px;
    border-radius: 0;
    background: #888;
    border: none;
    position: relative;
    margin-left: 4px;
}

body #content #checkout_page_container table.checkout_cart tr.product_row td {
    padding: 8px 4px 8px 0;
}

@media only screen and (min-width: 641px) {
    body td.wpsc_product_name {
        min-width: 180px;
    }
}

@media only screen and (min-width: 841px) {
    body td.wpsc_product_name {
        min-width: 220px;
    }
}

@media only screen and (min-width: 641px) {
    body td.wpsc_product_quantity {
        min-width: 100px;
    }
}

@media only screen and (min-width: 841px) {
    body td.wpsc_product_quantity {
        min-width: 120px;
    }
}

body td.wpsc_product_price {
    padding-left: 10px !important;
}

#elixa-body .wpsc_checkout_table {
    margin-top: 24px;
    clear: both;
}

#elixa-body .wpsc_email_address {
    overflow: hidden;
    zoom: 1;
    display: block;
}

body #checkout_page_container {
    width: auto;
}

.wpsc_checkout_table .wpsc_gateway_container {
    padding-top: 30px !important;
}

.wpsc_checkout_table .wpsc_totals {
    font-size: 18px;
}

#creditCardForms {
    padding-top: 20px;
}

#creditCardForms legend {
    font-weight: 600;
    font-size: 16px;
}

#saveCreditCard {
    display: inline-block;
    padding-left: 10px;
}

#creditCardNew table {
    margin-top: 10px;
    padding: 10px;
}

.carttax {
    box-sizing: border-box;
    margin: 30px 0 20px;
    padding: 10px 10px 0 10pxf;
    border-top: 1px solid #CFCFCF;
}

.carttax td,
.carttax th {
    text-align: right;
}

@media only screen and (min-width: 841px) {
    .carttax {
        float: left;
        width: 35%;
        margin-left: 5%;
    }
}

.shippingcalc {
    box-sizing: border-box;
    margin: 30px 0 20px 0;
    padding: 10px 10px 0 10px;
    background: #EEE;
    border: 1px solid #CFCFCF;
}

@media only screen and (min-width: 841px) {
    .shippingcalc {
        width: 60%;
        float: left;
    }
}

.wpsc_checkout_forms {
    margin-top: 40px;
}

.validation-error {
    color: #FD0808;
}

select.paymentTypes option[value="checkForms"]:last-child {
    display: none;
}

.wpsc_email_address_p input {
    min-width: 220px;
}

.coupon_code input#coupon_num {
    padding: 4px 6px !important;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
    background-color: #0871bc;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
    background-color: #0762a4;
}

body #single_product_page_container {
    width: auto;
}

body #woo-container .summary,
body #woo-container .images,
body .imagecol,
body .productcol {
    box-sizing: border-box;
}

body #woo-container .images,
body .imagecol {
    margin: 0 0 30px 0;
    width: 100%;
}

@media only screen and (min-width: 641px) {
    body #woo-container .images,
    body .imagecol {
        width: 48%;
        margin: 0;
        padding-right: 30px;
    }
}

body #woo-container .summary,
body .productcol {
    margin: 0;
    width: 100%;
}

@media only screen and (min-width: 641px) {
    body #woo-container .summary,
    body .productcol {
        width: 52%;
        float: right;
    }
}

.woo-container .related.products {
    clear: both;
    padding-top: 40px;
}

@media only screen and (min-width: 641px) {
    .woo-container .related.products .product {
        width: 22.05%;
    }
}

.product-before-tabs {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #F3F3F3;
}

#product-tabs.tabs-with-sidebar {
    box-sizing: border-box;
}

@media only screen and (min-width: 1100px) {
    #product-tabs.tabs-with-sidebar {
        padding-right: 25px;
        width: 70%;
        float: left;
    }
}

#product-tabs-right {
    box-sizing: border-box;
}

@media only screen and (min-width: 1100px) {
    #product-tabs-right {
        padding: 20px 0 0 25px;
        width: 30%;
        float: left;
        border-left: 1px solid #F3F3F3;
    }
}

.elixa-prod-opts {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}

.elixa-prod-opts label {
    font-size: 16px;
}

.wpsc-single-product .product_image,
body.woocommerce div.product div.images img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: auto;
}

.quantity-wrap {
    float: left;
}

.quantity-wrap input,
.quantity input {
    padding: 6px 4px 5px 4px;
    font-size: 14px;
}

.wpsc_product_price {
    width: 100%;
    font-size: 13px;
}

.wpsc_product_price .pricedisplay {
    font-size: 16px;
}

.wpsc_product_price .currentprice {
    font-size: 22px;
    font-weight: 700;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
    font-size: 22px;
    font-weight: 700;
    color: #555;
    margin-bottom: 0;
}

.wpsc_buy_button_container {
    float: left;
}

.wpsc_buy_button {
    padding: 8px;
    margin: 0 0 0 10px;
    color: #0871bc;
}

.label-quantity {
    display: none;
}

body .single_product_display .FB_like {
    padding-top: 10px;
    border-top: 1px solid #F3F3F3;
    clear: both;
    color: #999;
}

body .single_product_display .FB_like iframe {
    height: 40px;
    overflow: visible;
}

.quick-overview {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 15px;
}

.quick-overview h1,
.quick-overview h2,
.quick-overview h3 {
    color: #555;
}

body .product.has-default-attributes.has-children > .images {
    opacity: 1;
}

.shipping_description {
    margin-top: 8px;
    padding: 8px 0;
    color: #888;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    clear: both;
    width: 100%;
}

.product_meta {
    margin-top: 10px;
}

.woo-container .cart {
    margin-top: 10px;
}

.wpsc_variation_forms .col1-wide {
    min-width: 210px;
}

.wpsc_variation_forms .col1-xwide {
    min-width: 240px;
}

.elixa-add-to-cart-msg {
    display: none;
    box-sizing: border-box;
    clear: both;
    padding: 10px;
    margin: 0 0 15px 0;
    background-color: #dfeadf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfeadf), color-stop(100%, #eff4ef));
    background-image: -webkit-linear-gradient(top, #dfeadf, #eff4ef);
    background-image: linear-gradient(to bottom, #dfeadf, #eff4ef);
    border: 1px solid #b4ceb4;
}

@media only screen and (min-width: 841px) {
    .elixa-add-to-cart-msg {
        width: 50%;
        margin-top: -15px;
        float: right;
        clear: none;
    }
}

.elixa-add-to-cart-msg.elixa-open {
    display: block;
}

.price_options {
    font-size: 13px;
}

.price_options p {
    margin: 0;
}

.woocommerce-variation-price {
    margin: 0 0 20px 0;
}

.woocommerce .variations {
    margin-bottom: 10px !important;
}

.woocommerce .variations select {
    max-width: 200px !important;
    min-width: 0 !important;
    margin-right: 2em !important;
}

ul.cross-sell {
    margin: 0;
    padding: 15px 0 0 0;
}

ul.cross-sell form.product_form {
    float: right;
    clear: right;
    padding-left: 20px;
}

ul.cross-sell li {
    list-style: none;
    margin: 10px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    /* clearfix */
    overflow: hidden;
    zoom: 1;
    display: block;
}

ul.cross-sell li .item_image {
    position: relative;
    float: left;
    margin: 10px 10px 10px 0;
    max-width: 100px;
}

ul.cross-sell li h3,
ul.cross-sell li .xsell-desc,
ul.cross-sell li .xsell-details {
    margin-left: 115px;
}

ul.cross-sell li h3 {
    font-size: 16px;
    position: relative;
    margin-right: 130px;
    top: 8px;
}

ul.cross-sell li h3 a:hover {
    text-decoration: none;
}

ul.cross-sell li .xsell-desc {
    position: relative;
    margin-top: 4px;
}

ul.cross-sell li .xsell-details {
    position: relative;
    text-transform: capitalize;
}

ul.cross-sell li .xsell-price {
    width: 130px;
    float: right;
    color: #FFA238;
    font-size: 18px;
    padding: 0 25px 0 20px;
    text-align: right;
}

/*--------------------------------------------------- Sidebar Widgets */

#maininner-right .widget-area h3 {
    font-size: 16px;
}

#maininner-right .widget_related_articles .article-list {
    padding-right: 20px;
}

#maininner-right .widget_related_articles .article-list li {
    background: none;
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 20px;
}

#maininner-right .widget_related_articles .article-list li a {
    color: #FFA238;
    font-weight: bold;
}

#maininner-right .widget_wpsc_latest_products {
    background: #EEE;
}

#maininner-right .widget_wpsc_latest_products h2.widget-title {
    padding: 10px 0 0 10px;
}

#maininner-right .widget_wpsc_latest_products .wpsc-product-title {
    font-size: 14px;
}

div#maininner-right-product-sidebar {
    max-width: 30%;
    min-width: 25%;
    float: right;
}

@media (max-width:980px) {
    div#maininner-right-product-sidebar {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        float: none;
    }
}

@media (max-width:641px) {
    div#maininner-right-product-sidebar {
        display: none;
    }
}

/* Temporarily hide categories on products pages */

.widget_wpsc_categorisation {
    display: none;
}

/* Added by Michele Stern */

/*# sourceMappingURL=style.css.map */
